@font-face {
	font-family: "MontserratBlack";
	src: url(../fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratBlackItalic";
	src: url(../fonts/Montserrat/Montserrat-BlackItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratBold";
	src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratBoldItalic";
	src: url(../fonts/Montserrat/Montserrat-BoldItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratExtraBold";
	src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratExtraBoldItalic";
	src: url(../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratExtraLight";
	src: url(../fonts/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratExtraLightItalic";
	src: url(../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratItalic";
	src: url(../fonts/Montserrat/Montserrat-Italic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratLight";
	src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratLightItalic";
	src: url(../fonts/Montserrat/Montserrat-LightItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratMedium";
	src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratMediumItalic";
	src: url(../fonts/Montserrat/Montserrat-MediumItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratRegular";
	src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratSemiBold";
	src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratSemiBoldItalic";
	src: url(../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratThin";
	src: url(../fonts/Montserrat/Montserrat-Thin.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MontserratThinItalic";
	src: url(../fonts/Montserrat/Montserrat-ThinItalic.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Ouvality";
	src: url(../fonts/Ouvality/Ouvality.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}

body {
	min-height: 100vh;
	background-color: #152348;
	font-family: MontserratRegular, Arial;
	font-style: normal;
	position: relative;
	overflow-x: hidden;
	color: #fff;
}
body.mainpage {
	background: url("../images/fon.jpg") top center repeat-y #152348;
	background-size: cover;
}
p {
	margin-bottom: 1.5rem;
}

a.text-link {
	font-family: MontserratBold;
	color: inherit;
	text-decoration: none;
	transition: all 0.1s;
}

a.text-link:hover {
	color: #ed6a59;
}
.container_inner {
	position: relative;
}
.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}

.relative {
	position: relative;
}
.container.content {
	padding-top: 50px;
}

.logo {
	background: url("../images/logo.svg") top left no-repeat transparent;
	width: 294px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.content-block {
	max-width: 1140px;
	margin: 0 auto;
}
body.mainpage .content-block {
	background: rgba(14, 33, 71, 0.8);
	border-radius: 4px;
	padding: 23px 20px 25px;
}
.content-block h2 {
	color: #fff;
	font-size: 42px;
	font-family: MontserratBold;
	line-height: 50px;
	margin-bottom: 15px;
}
.content-block p {
	font-family: MontserratBold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: justify;
	font-style: normal;
}
.content-block p.bolder {
	font-family: MontserratBold;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-align: justify;
	font-style: normal;
}
.content-block p.bolder.orange {
	color: #ed6a59;
}

.content-block.flexier {
	display: flex;
	flex-direction: row;
	gap: 0px 30px;
}

.sandwich {
	position: absolute;
	width: 40px;
	height: 30px;
	background: url("../images/sandwich40x30.svg") top left no-repeat transparent;
	left: 0px;
	top: 53px;
	z-index: 101;
	cursor: pointer;
}
.sandwich_menu {
	position: absolute;
	min-height: 100px;
	left: 0px;
	top: 103px;
	display: none;
	z-index: 101;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	grid-template-columns: repeat(1, 1fr);
}

@media (max-height: 1000px) {
	.sandwich_menu {
		grid-template-columns: repeat(2, 1fr);
	}
}

a.sandwich_menu_item {
	position: relative;
	padding: 5px 45px 5px 20px;
	font-family: MontserratBold;
	text-decoration: none;
	display: block;
	width: 350px;
	font-size: 20px;
	line-height: 40px;
	color: #204494;
	background-color: none;
}
a.sandwich_menu_item:hover {
	text-decoration: none;
	background-color: #ed6a59;
	color: #fff;
}
.small_flag {
	display: block;
	width: 40px;
	height: 25px;
	position: absolute;
	top: 12px;
	right: 20px;
}

.topmenu_rblock {
	position: absolute;
	right: 0px;
	top: 57px;
	display: flex;
	gap: 40px;
	align-items: center;
}

.topmenu {
	font-family: MontserratBold;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
}
.topmenu.firstone {
	display: block;
	position: absolute;
	left: 90px;
	top: 57px;
	margin: 0;
}
.topmenu:hover {
	color: #fff;
}

.topmenu.lang_changer {
	position: relative;
	padding-right: 28px;
	cursor: pointer;
	z-index: 101;
	align-items: center;
	display: flex;
}
.topmenu .chevron {
	display: block;
	position: absolute;
	right: 0;
	width: 15px;
	height: 9px;
}
.topmenu .chevron.down {
	background: url("../images/chevron_down.svg") 0 0 no-repeat transparent;
}
.topmenu .chevron.up {
	background: url("../images/chevron_up.svg") 0 0 no-repeat transparent;
}
.langs_menu {
	position: absolute;
	width: 200px;
	right: 0px;
	top: 103px;
	display: none;
	z-index: 101;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
a.lang_menu_item {
	position: relative;
	padding: 5px 20px 5px 93px;
	font-family: MontserratBold;
	text-decoration: none;
	display: block;
	width: 200px;
	font-size: 20px;
	line-height: 40px;
	color: #204494;
	background-color: none;
}
a.lang_menu_item:hover {
	text-decoration: none;
	background-color: #ed6a59;
	color: #fff;
}
.small_lang_flag {
	display: block;
	width: 41px;
	height: 26px;
	position: absolute;
	top: 12px;
	left: 25px;
}

@media (max-width: 1320px) {
	.topmenu.firstone {
		display: none;
	}
}

.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt120 {
	margin-top: 120px;
}
.mt150 {
	margin-top: 150px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb150 {
	margin-bottom: 150px;
}

.h1 {
	font-family: MontserratBold;
	font-size: 42px;
	line-height: 40px;
	color: #ffffff;
	margin: 20px auto;
	text-align: center;
}

.regya {
	font-family: MontserratBold;
	font-size: 30px;
	line-height: 20px;
	text-align: center;
	color: #ed6a59;
	margin: 0px auto 100px;
}

.orangebutton {
	width: 270px;
	font-family: MontserratBold;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #ed6a59;
	padding: 17px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}
.orangebutton:hover {
	background-color: #fff;
	color: #ed6a59;
	text-decoration: none;
}
.orangebutton.main_right {
	position: absolute;
	right: 0px;
	top: 0;
}
.orangebutton.footr {
	display: block;
	margin: 0 auto;
}
.country_blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 75px;
}
.country_block {
	flex: 0 1 33.33%;
	max-width: 360px;
	height: 360px;
	max-height: 360px;
	border: none;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
	transform-origin: center bottom;
}

.country_block.full-width {
	flex: 0 1 100%;
	max-width: none;
	height: 250px;
}

.country_block .yellow_block {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 240, 1, 0.85);
}
.country_block:hover {
	transform: scale(1.05);
}
/*.country_block:hover .yellow_block { display: block; }
.country_block:hover .yellow_block.spc { display: block; }
/*.country_block:hover .name { display: none; }
.country_block:hover .pricetag { display: none; }
.country_block:hover .spec { display: none; }*/

.yellow_block .blue_name {
	font-family: MontserratBold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #0e2147;
	margin-top: 36px;
}
.yellow_block .blue_price {
	font-family: MontserratBold;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: #0e2147;
	margin-top: 5px;
}
.yellow_block .red_price {
	font-family: MontserratBold;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	color: #dc143c;
	margin-top: 15px;
}
.yellow_block .blue_wave {
	width: 100%;
	height: 30px;
	background: url("../images/waves.svg") center center no-repeat transparent;
	margin-top: 20px;
}
.yellow_block .blue_text {
	font-family: MontserratBold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #0e2147;
	margin-top: 20px;
}
.yellow_block .blue_button {
	padding: 10px 20px;
	background-color: #204494;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	bottom: 20px;
	margin: 0 auto;
	margin: 0 auto;
	right: 0;
	left: 0;
	width: 150px;
	border-radius: 4px;
}

.country_block .name {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: rgba(237, 106, 89, 0.9);
	border-radius: 0px 0px 4px 4px;
	font-family: MontserratBold;
}
.country_block .pricetag {
	position: absolute;
	width: 170px;
	height: 54px;
	left: 0px;
	top: 25px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 16px;
	color: #0e2147;
	padding-top: 11px;
	padding-left: 20px;
}

.country_block .pricetag.red {
	color: #dc143c;
}

.country_block.full-width .pricetag {
	top: 29px;
	right: 0;
	left: auto;
	width: 370px;
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-right: 130px;
	text-align: end;
	white-space: nowrap;
}
.country_block .spec {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0px;
	right: 20px;
	background: url("../images/spec.svg") top center no-repeat transparent;
	color: #fff;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding-top: 35px;
	z-index: 1;
}

.country_block.full-width .spec {
	height: 109px;
	background-size: cover;
	padding-top: 22px;
}

.country_block.full-width .note {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 12px 14px;
	position: absolute;
	top: 46px;
	left: 43px;
	border: 3px solid #fdfe00;
	color: #fdfe00;
	border-radius: 3px;
	transform: rotate(-5deg);
}

@media (max-width: 1320px) {
	.country_block {
		width: 47%;
		height: 360px;
	}
}
@media (max-width: 768px) {
	.country_block {
		width: 100%;
		height: 360px;
	}
}

.footer_table {
	width: 100%;
	color: #fff;
}
.footer_table a {
	text-decoration: none !important;
	color: #fff;
	font-size: 16px;
}

.black {
	display: none;
	background: rgba(14, 33, 71, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	height: 100%;
}

.scroller_outer_outer {
	height: 180px;
	width: 100%;
	/* overflow: hidden; */
	margin-bottom: 110px;
	position: relative;
}
.scroller_outer {
	position: relative;
	width: 91%;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 230px;
	margin: 0 auto;
	padding: 0;
}

.scroller_outer_outer2 {
	height: 500px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}
.scroller_outer2 {
	position: relative;
	width: 91%;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 500px;
	margin: 0 auto;
	padding: 0;
}
.scroller_inner2 {
	height: 500px;
	width: 500px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start; /*gap:0 18px;*/
	align-items: center;
}

@media (min-width: 992px) {
	.scroller_outer {
		width: 87%;
	}
	.scroller_outer2 {
		width: 87%;
	}
}
@media (min-width: 1200px) {
	.scroller_outer {
		width: 91%;
	}
	.scroller_outer2 {
		width: 91%;
	}
}
.scroller_inner {
	height: 170px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start; /*gap:0 18px;*/
	align-items: center;
}

.bigflag {
	margin: 0 9px;
	flex-shrink: 0;
	text-decoration: none !important;
	display: inline-block;
	width: 190px;
	height: 120px;
	position: relative;
	border-radius: 4px;
	transition: transform 0.3s ease-in-out;
	overflow: visible !important;
	transform-origin: center bottom;
}
.bigflag .price_tag,
.bigflag .price_tag_wide {
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: -25px;
	transition: transform 0.3s ease-in-out;
}
.bigflag .price_tag span {
	z-index: 2;
	display: block;
	max-width: 96px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	background: url("../images/price_tag.png") center center no-repeat transparent;
	color: #0e2147;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 20px;
	transition: transform 0.3s ease-in-out;
}
.bigflag .price_tag_wide span {
	z-index: 2;
	display: block;
	max-width: 126px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	background: url("../images/price_tag_wide.png") center center no-repeat transparent;
	color: #0e2147;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
	transition: transform 0.3s ease-in-out;
}
.bigflag .price_tag span.spec {
	color: #ffe68e;
	background: url("../images/price_tag_hover.png") center center no-repeat transparent;
}
.bigflag:hover {
	transform: scale(1.05);
	z-index: 10000;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}
.bigflag:hover .price_tag span {
	z-index: 10001;
}

.flagsleft {
	position: absolute;
	left: 0;
	background: url("../images/arrow_left.svg") 0 0 no-repeat transparent;
	width: 26px;
	height: 50px;
	top: 60px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.flagsright {
	position: absolute;
	right: 0;
	background: url("../images/arrow_right.svg") 0 0 no-repeat transparent;
	width: 26px;
	height: 50px;
	top: 60px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.flagsleft svg path,
.flagsright svg path {
	transition: all 0.2s ease;
}

.flagsright:hover {
	transform: scale(1.2);
}
.flagsleft:hover {
	transform: scale(1.2);
}
.flagsleft:hover svg path,
.flagsright:hover svg path {
	stroke: #ff6b55;
}

.mapsleft {
	position: absolute;
	left: 0;
	background: url("../images/arrow_left.svg") 0 0 no-repeat transparent;
	width: 26px;
	height: 50px;
	top: 215px;
	cursor: pointer;
}
.mapsright {
	position: absolute;
	right: 0;
	background: url("../images/arrow_right.svg") 0 0 no-repeat transparent;
	width: 26px;
	height: 50px;
	top: 215px;
	cursor: pointer;
}

.country_main_fon {
	position: relative;
	width: 100%;
	height: 880px;
}
.country_h1 {
	z-index: 1;
	color: #fff;
	font-size: 42px;
	font-family: MontserratBold;
	line-height: 50px;
	border-radius: 4px;
	background-color: #ed6a59;
	padding: 18px 30px;
	position: absolute;
	top: 100px;
	left: 0;
}
.country_big_flag {
	position: absolute;
	left: 0;
	top: -25px;
	width: 165px;
	height: 107px;
	z-index: 1;
}
.special_offer {
	z-index: 1;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: MontserratBold;
	line-height: 40px;
	border-radius: 4px;
	background-color: #ed6a59;
	padding: 16px 19px;
	position: absolute;
	right: -30px;
	bottom: 210px;
	text-transform: uppercase;
}
.features {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 150px;
}
.feature {
	flex: 0 1 33.33%;
	max-width: 360px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-family: MontserratBold;
	line-height: 26px;
}
.feature .plus {
	display: block;
	width: 32px;
	height: 32px;
	margin: 10px auto;
	background: url("../images/plus.svg") center center / 32px 32px no-repeat transparent;
}

.yachtreg_blocks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 75px;
}
.yachtreg_blocks.wide {
	flex-direction: column;
	gap: 120px 0;
}
.yachtreg_block {
	width: 360px;
	max-width: 360px;
	height: 360px;
	max-height: 360px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-family: MontserratBold;
	line-height: 26px;
	border: none;
	border-radius: 4px;
}
.yachtreg_block .name {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px 0;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background: rgba(237, 106, 89, 0.9);
	font-family: MontserratBold;
	border-radius: 4px 4px 0 0;
}
.yachtreg_block .pricetag {
	position: absolute;
	width: 135px;
	height: 54px;
	left: 0px;
	bottom: 25px;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	color: #0e2147;
	font-size: 30px;
	line-height: 54px;
	padding-left: 20px;
}
.yachtreg_block .pricetag2 {
	position: absolute;
	width: 135px;
	height: 54px;
	left: 0px;
	bottom: 125px;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	color: #0e2147;
	font-size: 30px;
	line-height: 54px;
	padding-left: 20px;
}
.yachtreg_block .addtag {
	position: absolute;
	width: 136px;
	height: 54px;
	bottom: 25px;
	right: 0px;
	background: rgba(255, 255, 255, 0.9);
	text-align: right;
	padding-top: 11px;
	border-radius: 4px 0px 0px 4px;
	color: #0e2147;
	font-size: 16px;
	font-family: MontserratBold;
	line-height: 16px;
	padding-right: 20px;
}
.yachtreg_block.wide {
	width: 100%;
	max-width: 100%;
	height: 380px;
}
.yachtreg_block.wide .pricetag {
	width: 234px;
	background-color: #fff;
	color: #ed6a59;
	padding: 0;
	text-align: center;
	height: 64px;
	line-height: 64px;
}
.yachtreg_block.wide .pricetag2 {
	width: 234px;
	background-color: #fff;
	color: #ed6a59;
	padding: 0;
	text-align: center;
	height: 64px;
	line-height: 64px;
	bottom: 105px;
}
.yachtreg_block.wide .bluebutton,
.yachtreg_block.wide .bluebutton:hover,
.yachtreg_block.wide .bluebutton:visited,
.yachtreg_block.wide .bluebutton:active {
	display: block;
	width: 300px;
	height: 64px;
	padding: 9px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #204494;
	color: #fff;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	position: absolute;
	left: 320px;
	bottom: 25px;
}
.yachtreg_block.wide .orangebutton,
.yachtreg_block.wide .orangebutton:hover,
.yachtreg_block.wide .orangebutton:visited,
.yachtreg_block.wide .orangebutton:active {
	display: block;
	width: 300px;
	height: 64px;
	padding: 9px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ed6a59;
	color: #fff;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	position: absolute;
	left: 320px;
	bottom: 25px;
}

.yachtreg_block.wide .bluebutton.whiteborder {
	border: 1px solid #fff !important;
	line-height: 30px;
	padding: 5px 0 0 0;
	font-size: 30px;
	width: 270px;
}
.yachtreg_block.wide .bluebutton.whiteborder .annual_renewal {
	font-size: 13px;
	font-family: MontserratRegular;
	line-height: 20px;
}
.yachtreg_block.wide .flagdiv {
	position: absolute;
	bottom: 45px;
	right: 100px;
	width: 303px;
	height: 202px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.whitebutt {
	position: absolute;
	bottom: -20px;
	height: 40px;
	color: #0e2147;
	text-align: center;
	font-size: 16px;
	font-family: MontserratBold;
	line-height: 40px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.whitebutt.left {
	left: -44px;
	width: 214px;
}
.whitebutt.right {
	right: -45px;
	width: 160px;
}

.yachtreg_block .nameleft {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px 0 15px 27px;
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	color: #ffffff;
	background: rgba(237, 106, 89, 0.9);
	font-family: MontserratBold;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.yachtreg_block .nameleft .nameleft2 {
	font-size: 16px;
	line-height: 30px;
	font-family: MontserratBold;
}
.yachtreg_block .pricetag div {
	font-family: MontserratRegular;
	font-size: 14px;
	line-height: 14px;
}
.yachtreg_block .pricetag2 div {
	font-family: MontserratRegular;
	font-size: 14px;
	line-height: 14px;
}
@media (max-width: 992px) {
	.yachtreg_block.wide .flagdiv {
		display: none;
	}
}
@media (max-width: 1200px) {
	.yachtreg_block.wide .flagdiv {
		right: 65px;
	}
	.yachtreg_block.wide .bluebutton,
	.yachtreg_block.wide .bluebutton:hover {
		width: 250px;
	}
}
@media (max-width: 1200px) {
	.yachtreg_block .addtag {
		bottom: 95px;
	}
}
@media (max-width: 768px) {
	.yachtreg_block.wide .bluebutton,
	.yachtreg_block.wide .bluebutton:hover,
	.yachtreg_block.wide .bluebutton:visited,
	.yachtreg_block.wide .bluebutton:active {
		left: 250px;
	}
}
@media (min-width: 992px) {
	.yachtreg_block .pricetag {
		width: 140px;
	}
	.yachtreg_block .pricetag2 {
		width: 140px;
	}
	.yachtreg_block.wide .bluebutton,
	.yachtreg_block.wide .bluebutton:hover,
	.yachtreg_block.wide .bluebutton:visited,
	.yachtreg_block.wide .bluebutton:active {
		left: 250px;
	}
}
@media (min-width: 1200px) {
	.yachtreg_block .pricetag {
		width: 140px;
	}
	.yachtreg_block .pricetag2 {
		width: 140px;
	}
	.yachtreg_block.wide .bluebutton,
	.yachtreg_block.wide .bluebutton:hover,
	.yachtreg_block.wide .bluebutton:visited,
	.yachtreg_block.wide .bluebutton:active {
		left: 320px;
	}
}

.orange_block {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ed6a59;
	padding: 50px 30px;
	margin-top: 150px;
	margin-bottom: 120px;
	position: relative;
}
.orange_block p {
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-size: 27px;
	font-family: MontserratMedium;
	line-height: 35px;
}
.orange_block p.bolder {
	font-size: 30px;
	font-family: MontserratBold;
}
.orange_block .bluebutton,
.orange_block .bluebutton:hover,
.orange_block .bluebutton:visited,
.orange_block .bluebutton:active {
	display: block;
	width: 218px;
	height: 64px;
	padding: 9px 37px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #204494;
	margin: 35px auto 0;
	color: #fff;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
}

.docblock {
	position: relative;
}
.docblock img {
	margin-right: 30px;
	float: left;
	display: block;
}
.docblock h2 {
	color: #fff;
	font-size: 42px;
	font-family: MontserratBold;
	line-height: 50px;
	margin-bottom: 15px;
}
.docblock h3 {
	color: #fff;
	font-size: 32px;
	font-family: MontserratBold;
	line-height: 42px;
	margin-bottom: 15px;
}
.docblock p {
	color: #fff;
	text-align: justify;
	font-size: 20px;
	font-family: MontserratRegular;
	line-height: 26px;
}
.docblock.abzats p {
	margin-bottom: 26px;
}
.docblock p span {
	font-size: 16px;
}
.docblock p span.italy {
	font-size: 20px;
	font-family: MontserratItalic;
}
.docblock ul {
	margin: 0;
	padding: 0;
}
.docblock ul li {
	list-style-type: none;
	color: #fff;
	text-align: justify;
	font-size: 20px;
	font-family: MontserratRegular;
	line-height: 26px;
	margin: 0 0 25px 0;
	padding: 0;
}
.docblock ul li span {
	font-size: 16px;
	font-family: MontserratItalic;
	line-height: 20px;
}

.docblock ul li:last-child {
	margin-bottom: 0;
}
.docblock.right {
}
.docblock.right img {
	margin-right: 0px;
	margin-left: 30px;
	float: right;
	display: block;
}
.docblock.short {
	float: right;
	max-width: 945px;
}
.docblock.rightwide {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0px 20px;
}
.docblock.rightwide .rimg img {
	margin: 0;
	float: none;
}
.docblock.rightwide .rtxt {
	text-align: left;
}
.docblock.rightwide .rtxt ul li {
	text-align: left;
}

.docblock.righter {
	max-width: 945px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 0px 20px;
	float: right;
}
.docblock.righter .rimg img {
	margin: 0;
	float: none;
}
.docblock.righter .rtxt {
}
.docblock.righter .rtxt ul li {
	text-align: left;
}

.docblock.righter .ltxt {
	float: left;
}
.docblock.righter .ltxt ul li {
	text-align: left;
}

.docblock.orangeborder {
	border: 1px solid #ed6a59;
	padding: 30px;
}
.docblock.orangeborder.thickborder {
	border: 5px solid #ed6a59;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.docblock.orangeborder p {
	font-family: MontserratBold;
}
.docblock.orangeborder p.thin {
	font-family: MontserratRegular;
}
.docblock.orangeborder p.thin b {
	font-family: MontserratBold;
	font-weight: normal;
}
.mapsblock {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px 0px;
	justify-content: space-between;
}
.mapsblock img {
	width: 48%;
	max-width: 555px;
}
.floating_table_bg2 {
	display: none;
	position: absolute;
	top: -100px;
	right: 0;
	left: 0;
	height: 0px;
	background-color: rgba(14, 33, 71, 0.8);
	z-index: 10000;
	overflow-y: scroll;
}
.floating_table_bg {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(14, 33, 71, 0.8);
	z-index: 10000;
}
.floating_table {
	display: none;
	z-index: 10001;
	position: absolute;
	max-width: 1056px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin-top: 40px;
}
.floating_table::-webkit-scrollbar {
	display: none;
}
.floating_table_inner {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 40px;
	color: #152348;
}
.floating_table div.header {
	padding: 50px 50px 25px 50px;
}
.floating_table_inner div.header_inner {
	padding: 0;
	font-family: MontserratBold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 30px;
}
.floating_table p {
	margin: 0;
	color: #0e2147;
	text-align: justify;
	font-size: 18px;
	font-family: MontserratBold;
	line-height: 26px;
}
.floating_table .totally {
	color: #0e2147;
	text-align: left;
	font-size: 26px;
	font-family: MontserratExtraBold;
	margin-top: 20px;
}
.floating_table .totally span {
	color: #dc143c;
}
.floating_table table {
	width: 100%;
}
.floating_table table th {
	background-color: #637db5;
	font-size: 26px;
	font-family: MontserratBold;
	color: #fff;
	text-align: center;
	line-height: 26px;
	padding: 29px 14px;
}
.floating_table table tr.stripe {
	background-color: rgba(32, 68, 148, 0.1);
}
.floating_table table td {
	color: #0e2147;
	text-align: center;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 26px;
	padding: 14px;
}
.floating_table table td.red {
	color: #dc143c;
}
.floating_table table td.big {
	font-size: 21px;
	font-family: MontserratExtraBold;
}

.scrollup {
	position: sticky;
	bottom: 40px;
	float: right;
	margin-right: -75px;
	display: none;
	width: 60px;
	height: 60px;
	background: url("../images/scrollup.svg") center center / 60px 60px no-repeat transparent;
	transition: all 0.2s ease;
	cursor: pointer;
}
.scrollup.eng {
	background: url("../images/scrollup_en.svg") center center / 60px 60px no-repeat transparent;
}

.scrollup:hover {
	transform: scale(1.1);
}

.wave_small {
	position: absolute;
	width: 350px;
	height: 42px;
	background: url("../images/wave_small.svg") top left no-repeat transparent;
}
.wave_mid {
	position: absolute;
	width: 570px;
	height: 85px;
	background: url("../images/wave_big.svg") top left / 570px auto no-repeat transparent;
}
.wave_big {
	position: absolute;
	width: 733px;
	height: 106px;
	background: url("../images/wave_big.svg") top left no-repeat transparent;
}
/* Poland */

.Poland {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 55px auto 0;
	position: relative;
}

.container.content.poland {
	padding-top: 30px;
}

.poland-docs ul {
	margin: 0;
	padding: 0;
}
.poland-docs ul li {
	list-style-type: none;
	color: #fff;
	text-align: justify;
	font-size: 20px;
	font-family: MontserratRegular;
	line-height: 26px;
	margin: 0 0 22px 0;
	padding: 0;
}

.poland-docs ul li:last-child {
	margin-bottom: 0;
}
.poland-docs ul li span {
	font-size: 16px;
	font-family: MontserratItalic;
	line-height: 20px;
}

.poland-docs h2 {
	font-family: MontserratBold;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 25px;
}

.poland-docs p {
	font-size: 20px;
	line-height: 26px;
	text-align: justify;
}

.poland-docs p:last-child {
	margin-bottom: 0;
}
.poland-docs.min-lh-block p {
	line-height: 24px;
}

.Poland .country_main_fon {
	max-width: 1000px;
	margin: 0 auto;
	background: url("../images/Poland/main_fon.webp") center center / cover no-repeat transparent;
}
.Poland .country_big_flag {
	background: url("../images/flags/poland.svg") center center no-repeat transparent;
}

.Poland .country_h1 {
	top: 107px;
}

.poland-yachts {
	width: 100%;
	height: 440px;
	background: url("/public/themes/frontend/images/Poland/poland_new_banner.png") center center no-repeat transparent;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 90px;
	height: 420px;
}
.poland-yachts__title-block {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 90px;
	gap: 5px;
}
.poland-yachts h3.poland-yachts__title {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 38px;
	line-height: 1;
	margin: 0;
	color: #fff;
}
.poland-yachts .poland-yachts__title-block span {
	font-family: MontserratBold;
	font-size: 38px;
	line-height: 45px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
}
.poland-yachts__content {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
	margin-bottom: 40px;
	align-items: end;
	height: 275px;
	padding-right: 45px;
}

.poland-yachts_col-1__conditions {
	margin-top: auto;
}

.poland-yachts_col-1__conditions .conditions-1 {
	margin-bottom: 10px;
}

.poland-yachts_col-1__conditions .conditions-1:last-child {
	margin-bottom: 0;
}

.poland-yachts .orangebutton {
	display: block;
	width: 300px;
	font-size: 20px;
	line-height: 30px;
}

.poland-yachts.radio-banner {
	background: url("/public/themes/frontend/images/Poland/poland_banner_2.png") center center no-repeat transparent;
	height: 440px;
}

.poland-yachts.radio-banner .poland-yachts__title-block {
	height: 90px;
	background: #ed6a59e5;
}

.poland-yachts.radio-banner .poland-yachts__content {
	margin-bottom: 33px;
}
.condition .accent-orange.text {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.poland-yachts .condition .left-note {
	height: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.docblock .small-note {
	font-family: MontserratLightItalic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: justify;
	margin: 0;
}

.poland-docs-registration {
	margin-bottom: 90px;
	position: relative;
}

.poland.docblock img {
	float: none;
	margin: 0;
}

.poland-docs__title {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 25px;
}

.poland-docs-registration .docblock {
	margin-bottom: 25px;
}

.poland-docs-registration p {
	font-size: 20px;
	line-height: 26px;
	text-align: justify;
}

.poland-docs-radiolicence {
	margin-bottom: 90px;
	position: relative;
}

.poland-docs-radiolicence h2 {
	font-family: MontserratBold;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.modal-green-button {
	font-family: MontserratBold;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	background: #0eaa6f;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	max-width: 360px;
	width: 100%;
	height: 64px;
	border: none;
	transition: all 0.2s ease;
}

.modal-green-button:hover {
	background: #fff;
	color: #ed6a59;
}

.poland-docs-radiolicence .modal-green-button {
	margin-bottom: 34px;
}

.poland-docs-radiolicence ul li {
	text-align: left;
	line-height: 24px;
}

.poland-docs-radiolicence-about {
	margin-bottom: 90px;
	position: relative;
}

.poland-docs-radiolicence-about .orangebutton {
	margin: 50px auto;
}

.poland-docs-sroki {
	margin-bottom: 90px;
	position: relative;
}

.poland-docs-sroki .row-block .buttons {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 360px;
	width: 100%;
}

.poland-docs-sroki .modal-green-button {
	width: 360px;
}

.poland-dop-services {
	margin-bottom: 90px;
	position: relative;
}

.poland-dop-services.poland-docs ul li {
	text-align: left;
}

.poland-facts p {
	line-height: 24px;
}

.poland-facts p:last-child {
	margin: 0;
}

.poland-dop-services p {
	line-height: 24px;
}

.poland-docs-strahovka h2 {
	margin-bottom: 20px;
}
.poland-docs-strahovka p {
	line-height: 24px;
}

.poland-useful p {
	line-height: 24px;
}

.poland-useful .modal-green-button {
	float: right;
	margin-left: 30px;
	margin-bottom: 25px;
	margin-top: 5px;
}

.poland-facts__block {
	position: relative;
}

.poland-modals #tbl1 .dtable.cost,
.poland-modals #tbl2 .dtable.cost {
	padding: 50px 0;
}

.poland-modals #tbl1 .big-line1,
.poland-modals #tbl2 .big-line1 {
	font-family: MontserratBold;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
}
.poland-modals #tbl1 .big-line1.bold,
.poland-modals #tbl2 .big-line1.bold {
	font-family: MontserratExtraBold;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
}

.poland-modals #tbl1 .dtable_td.cost,
.poland-modals #tbl2 .dtable_td.cost {
	font-family: MontserratBold;
	font-size: 23px;
	line-height: 26px;
}
.poland-modals #tbl1 .dtable_td.final,
.poland-modals #tbl2 .dtable_td.final {
	font-family: MontserratBold;
	font-size: 26px;
	line-height: 26px;
}
/* San Marino */
.San-Marino {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 25px auto 0;
	position: relative;
}
.San-Marino .country_main_fon {
	max-width: 1021px;
	margin: 0 auto;
	height: 900px;
	background: url("../images/San-Marino/main_fon.webp") center center no-repeat transparent;
}
.San-Marino .country_big_flag {
	top: 5px;
	background: url("../images/flags/san-marino.svg") center center no-repeat transparent;
	background-size: contain;
	height: 110px;
}
.San-Marino .country_h1 {
	top: 138px;
}
.SanMarino .yachtreg_blocks.wide {
	margin-top: 120px;
	margin-bottom: 120px;
}

.SanMarino .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/san-marino.svg") center center / cover no-repeat transparent;
}

.sanMarino-about {
	margin-top: 30px;
}

.sanMarino-about p {
	line-height: 24px;
}

.sanMarino-yachts {
	width: 100%;
	height: 420px;
	background: url("/public/themes/frontend/images/San-Marino/san-marino-banner-1.png") center center no-repeat
		transparent;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin-top: -95px;
	position: relative;
	margin-bottom: 50px;
	margin-top: 90px;
}

.sanMarino-yachts.big {
	background: url("/public/themes/frontend/images/San-Marino/san-marino-banner-2.png") center center no-repeat
		transparent;
}
.sanMarino-yachts__title-block {
	width: 100%;
	background: #ed6a59e5;
	display: flex;
	justify-content: center;
	padding: 23px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.SanMarino h3.sanMarino-yachts__title {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	margin: 0;
	color: #fff;
}
.sanMarino-yachts__content {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
	margin-bottom: 33px;
	align-items: end;
	height: 270px;
	padding-right: 72px;
}

.sanMarino-yachts__content .yachts-content__col-3_info span {
	padding-right: 24px;
	padding-left: 24px;
}

.sanMarino-yachts_col-1__conditions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sanMarino-yachts_col-1__note {
	position: absolute;
	top: 2px;
	right: -208px;
	color: #f60a0a;
	padding: 10px 14px;
	border-radius: 4px;
	border: 3px solid #f60a0a;
	text-align: center;
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	transform: rotate(-5deg);
}

.SanMarino .orangebutton {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 30px;
}

.spec-flag {
	position: absolute;
	top: -8px;
	left: 24px;
}

.spec-flag img {
	width: 120px;
	height: 230px;
}

.spec-flag span {
	position: absolute;
	bottom: 60px;
	text-align: center;
	font-family: MontserratBold;
	left: 20px;
	font-size: 23px;
	line-height: 24px;
}

.sroki .row-block .buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 360px;
	width: 100%;
}

.sanMarino-docs {
	margin-top: 90px;
}

.sroki p {
	line-height: 24px;
}

.sanMarino-comm {
	margin-top: 90px;
	position: relative;
}

.sanMarino-comm p {
	line-height: 24px;
	text-align: left;
}

.small-lh-p p {
	line-height: 24px;
}

.Malta {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Malta .country_main_fon {
	max-width: 1048px;
	margin: 0 auto;
	height: 980px;
	margin-top: 180px;
	background: url("../images/Malta/main_fon.webp") center bottom / cover no-repeat transparent;
}
.Malta .country_big_flag {
	top: -150px;
	background: url("../images/flags/malta.svg") center center no-repeat transparent;
}
.Malta .country_big_flag2 {
	position: absolute;
	top: -150px;
	left: 180px;
	width: 165px;
	height: 107px;
	background: url("../images/Malta/flag_big1.svg") center center / cover no-repeat transparent;
}
.Malta .country_h1 {
	top: -20px;
}
.Malta2 .yachtreg_block.wide {
	height: 390px;
}
.Malta2 .yachtreg_block.wide .flagdiv {
	height: 290px;
	background: url("../images/flags/malta.svg") center top / auto 130px no-repeat transparent;
}
.Malta2 .yachtreg_block.wide .flagdiv .flagdiv1 {
	position: absolute;
	top: 142px;
	width: 100%;
	height: 150px;
	background: url("../images/flags/malta2.svg") center top / auto 130px no-repeat transparent;
}
.Malta2 .yachtreg_block.wide .flagdiv .whitebutt.left {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}
.Malta2 .yachtreg_block.wide .flagdiv .whitebutt.right {
	-webkit-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}

.Panama {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Panama .country_main_fon {
	max-width: 1140px;
	height: 660px;
	margin: 0 auto;
	background: url("../images/Panama/main_fon.webp") center bottom no-repeat transparent;
}
.Panama .country_big_flag {
	background: url("../images/flags/panama.svg") center center no-repeat transparent;
}
.Panama2 .yachtreg_block.wide .name {
	font-size: 38px;
	line-height: 60px;
}
.Panama2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/panama.svg") center center / cover no-repeat transparent;
}
.Panama2 .yachtreg_block.wide .flagdiv .whitebutt.left {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}
.Panama2 .yachtreg_block.wide .flagdiv .whitebutt.right {
	-webkit-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}

.Langkawi {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Langkawi .country_main_fon {
	max-width: 1140px;
	height: 782px;
	margin: 0 auto;
	background: url("../images/Langkawi/main_fon.webp") center bottom no-repeat transparent;
}
.Langkawi .country_big_flag {
	background: url("../images/flags/langkawi-malaysia.svg") center center no-repeat transparent;
}
.Langkawi2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/langkawi-malaysia.svg") center center / cover no-repeat transparent;
}
.Langkawi2 .yachtreg_block.wide .name {
	font-size: 38px;
	line-height: 60px;
}

.Nevis {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Nevis .country_main_fon {
	max-width: 1140px;
	height: 697px;
	margin: 0 auto;
	background: url("../images/Nevis/main_fon.webp") center bottom no-repeat transparent;
}
.Nevis .country_big_flag {
	background: url("../images/flags/saint-kitts-nevis.svg") center center no-repeat transparent;
}
.Nevis2 .yachtreg_blocks.wide {
	margin-top: 120px;
	margin-bottom: 120px;
}
.Nevis2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/saint-kitts-nevis.svg") center center / cover no-repeat transparent;
}

.Onas {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Onas .country_main_fon {
	max-width: 1140px;
	height: 782px;
	margin: 0 auto;
	background: url("../images/Onas/main_fon.webp") center bottom no-repeat transparent;
}

.Marshall {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 170px auto 0;
	position: relative;
}
.Marshall .country_main_fon {
	max-width: 1140px;
	height: 687px;
	margin: 0 auto;
	background: url("../images/Marshall/main_fon.webp") center bottom no-repeat transparent;
}
.Marshall .country_h1 {
	top: 17px;
}
.Marshall .country_big_flag {
	top: -111px;
	background: url("../images/flags/marshall-islands.svg") center center no-repeat transparent;
}

.Marshall2 .yachtreg_block.wide {
	max-height: 440px;
	height: 440px;
}
.Marshall2 .yachtreg_block.wide .name {
	font-size: 38px;
	line-height: 90px;
	padding: 0px;
}
.Marshall2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/marshall-islands.svg") center center / 300px auto no-repeat transparent;
}
.Marshall2 .yachtreg_block.wide .flagdiv .whitebutt.left {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}
.Marshall2 .yachtreg_block.wide .flagdiv .whitebutt.right {
	-webkit-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}
.Marshall2 .yachtreg_block.wide .orangebutton,
.Marshall2 .yachtreg_block.wide .orangebutton:hover,
.Marshall2 .yachtreg_block.wide .orangebutton:visited,
.Marshall2 .yachtreg_block.wide .orangebutton:active {
	display: block;
	width: 300px;
	height: 64px;
	padding: 9px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ed6a59;
	color: #fff;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	position: absolute;
	left: 320px;
	bottom: 25px;
}
.Marshall2 .yachtreg_block.wide .pricetag,
.Marshall2 .yachtreg_block.wide .pricetag2,
.Marshall2 .yachtreg_block.wide .pricetag3,
.Marshall2 .yachtreg_block.wide .pricetag4 {
	width: 260px;
}
.Marshall2 .yachtreg_block.wide .pricetag2 {
	bottom: 99px;
}
.Marshall2 .yachtreg_block.wide .pricetag {
	padding-top: 6px;
	line-height: 35px;
}
.Marshall2 .yachtreg_block.wide .pricetag3 {
	position: absolute;
	left: 0px;
	bottom: 173px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
	line-height: 64px;
	padding-top: 14px;
}
.Marshall2 .yachtreg_block.wide .pricetag4 {
	position: absolute;
	left: 0px;
	bottom: 247px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
	line-height: 35px;
	padding-top: 6px;
}
.Marshall2 .yachtreg_block.wide .pricetag div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 16px;
}
.Marshall2 .yachtreg_block.wide .pricetag2 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
	padding-top: 14px;
}
.Marshall2 .yachtreg_block.wide .pricetag3 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.Marshall2 .yachtreg_block.wide .pricetag4 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.Marshall2 .yachtreg_block.wide .pricetag2 div.ablue,
.Marshall2 .yachtreg_block.wide .pricetag3 div.ablue,
.Marshall2 .yachtreg_block.wide .pricetag4 div.ablue {
	color: #152348;
}
@media (min-width: 992px) {
	.Marshall2 .yachtreg_block.wide .orangebutton,
	.Marshall2 .yachtreg_block.wide .orangebutton:hover,
	.Marshall2 .yachtreg_block.wide .orangebutton:visited,
	.Marshall2 .yachtreg_block.wide .orangebutton:active {
		left: 275px;
		width: 260px;
	}
}
@media (min-width: 992px) {
	.Marshall2 .yachtreg_block.wide .orangebutton,
	.Marshall2 .yachtreg_block.wide .orangebutton:hover,
	.Marshall2 .yachtreg_block.wide .orangebutton:visited,
	.Marshall2 .yachtreg_block.wide .orangebutton:active {
		left: 275px;
		width: 260px;
	}
}
@media (min-width: 1200px) {
	.Marshall2 .yachtreg_block.wide .orangebutton,
	.Marshall2 .yachtreg_block.wide .orangebutton:hover,
	.Marshall2 .yachtreg_block.wide .orangebutton:visited,
	.Marshall2 .yachtreg_block.wide .orangebutton:active {
		left: 320px;
		width: 300px;
	}
}

.UK {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.UK .country_main_fon {
	max-width: 1140px;
	height: 1090px;
	margin: 0 auto;
	background: url("../images/UK/main_fon.webp") right top no-repeat transparent;
}
.UK .country_h1 {
	top: 158px;
}
.UK .country_big_flag {
	top: 27px;
	background: url("../images/flags/uk.svg") center center no-repeat transparent;
}
.UK .sometext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 555px;
}
.UK .sometext p {
	margin-bottom: 0px;
	font-family: MontserratRegular;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #fff;
}

.UK2 .reg_parts {
	margin: 35px 0;
	display: flex;
	flex-direction: row;
	row-gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.UK2 .reg_parts .reg_part {
	width: 264px;
	height: 360px;
	position: relative;
	display: table;
}
.UK2 .reg_parts .reg_part .orange_header {
	background-color: rgba(237, 106, 89, 0.9);
	padding: 9px 0;
	font-family: MontserratBold;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
}
.UK2 .reg_parts .reg_part .white_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.9);
}
.UK2 .reg_parts .reg_part .white_footer div {
	display: table-cell;
	vertical-align: middle;
	font-family: MontserratRegular;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	color: #0e2147;
	width: 264px;
	height: 60px;
}
.UK2 .reg_parts .reg_part.p1 {
	background: url("../images/UK/part1.webp") left top no-repeat transparent;
}
.UK2 .reg_parts .reg_part.p2 {
	background: url("../images/UK/part2.webp") left top no-repeat transparent;
}
.UK2 .reg_parts .reg_part.p3 {
	background: url("../images/UK/part3.webp") left top no-repeat transparent;
}
.UK2 .reg_parts .reg_part.p4 {
	background: url("../images/UK/part4.webp") left top no-repeat transparent;
}

.UK2 .yachtreg_block.wide {
	height: 380px;
}
.UK2 .yachtreg_block.wide .pricetag,
.UK2 .yachtreg_block.wide .pricetag2,
.UK2 .yachtreg_block.wide .pricetag3,
.UK2 .yachtreg_block.wide .pricetag4 {
	width: 280px;
}
.UK2 .yachtreg_block.wide .pricetag2 {
	bottom: 72px;
	height: 35px;
	padding-top: 9px;
}
.UK2 .yachtreg_block.wide .pricetag {
	padding-top: 9px;
	height: 35px;
}
.UK2 .yachtreg_block.wide .pricetag3 {
	position: absolute;
	left: 0px;
	bottom: 119px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding-top: 6px;
}
.UK2 .yachtreg_block.wide .pricetag4 {
	position: absolute;
	left: 0px;
	bottom: 181px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
	line-height: 35px;
	padding-top: 14px;
}
.UK2 .yachtreg_block.wide .pricetag div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 16px;
}
.UK2 .yachtreg_block.wide .pricetag2 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.UK2 .yachtreg_block.wide .pricetag3 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.UK2 .yachtreg_block.wide .pricetag4 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.UK2 .yachtreg_block.wide .pricetag div.ablue,
.UK2 .yachtreg_block.wide .pricetag2 div.ablue,
.UK2 .yachtreg_block.wide .pricetag3 div.ablue,
.UK2 .yachtreg_block.wide .pricetag4 div.ablue {
	color: #152348;
}

.UK2 .yachtreg_block.wide .orangebutton,
.UK2 .yachtreg_block.wide .orangebutton:hover,
.UK2 .yachtreg_block.wide .orangebutton:visited,
.UK2 .yachtreg_block.wide .orangebutton:active {
	display: block;
	width: 300px;
	height: 64px;
	padding: 9px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ed6a59;
	color: #fff;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 45px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	position: absolute;
	left: 320px;
	bottom: 25px;
}
.UK2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/uk.svg") center center / 300px auto no-repeat transparent;
	right: 90px;
}
.UK2 .yachtreg_block.wide .flagdiv .whitebutt {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	left: -8px;
	right: -8px;
}
@media (min-width: 992px) {
	.UK2 .yachtreg_block.wide .orangebutton,
	.UK2 .yachtreg_block.wide .orangebutton:hover,
	.UK2 .yachtreg_block.wide .orangebutton:visited,
	.UK2 .yachtreg_block.wide .orangebutton:active {
		left: 300px;
		width: 260px;
	}
	.UK2 .yachtreg_block.wide .flagdiv {
		right: 70px;
	}
}
@media (min-width: 992px) {
	.UK2 .yachtreg_block.wide .orangebutton,
	.UK2 .yachtreg_block.wide .orangebutton:hover,
	.UK2 .yachtreg_block.wide .orangebutton:visited,
	.UK2 .yachtreg_block.wide .orangebutton:active {
		left: 300px;
		width: 260px;
	}
	.UK2 .yachtreg_block.wide .flagdiv {
		right: 70px;
	}
}
@media (min-width: 1200px) {
	.UK2 .yachtreg_block.wide .orangebutton,
	.UK2 .yachtreg_block.wide .orangebutton:hover,
	.UK2 .yachtreg_block.wide .orangebutton:visited,
	.UK2 .yachtreg_block.wide .orangebutton:active {
		left: 360px;
		width: 300px;
	}
}

.Montenegro {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	position: relative;
}
.Montenegro .country_main_fon {
	max-width: 1140px;
	height: 950px;
	margin: 0 auto;
	background: url("../images/Montenegro/main_fon.webp") center bottom no-repeat transparent;
}
.Montenegro .country_h1 {
	top: 128px;
}
.Montenegro .country_big_flag {
	top: 0px;
	width: 170px;
	height: 104px;
	background: url("../images/flags/montenegro.svg") center center / 170px 104px no-repeat transparent;
}

.Montenegro2 .yachtreg_block.wide {
	height: 380px;
}
.Montenegro2 .yachtreg_block.wide .pricetag,
.Montenegro2 .yachtreg_block.wide .pricetag2 {
	width: 280px;
}
.Montenegro2 .yachtreg_block.wide .pricetag2 {
	bottom: 102px;
	padding-top: 13px;
}
.Montenegro2 .yachtreg_block.wide .pricetag div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 16px;
}
.Montenegro2 .yachtreg_block.wide .pricetag2 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.Montenegro2 .yachtreg_block.wide .pricetag div.ablue,
.Montenegro2 .yachtreg_block.wide .pricetag2 div.ablue {
	color: #152348;
}
.Montenegro2 .yachtreg_block.wide .pricetag div.ablue span.orange,
.Montenegro2 .yachtreg_block.wide .pricetag2 div.ablue span.orange {
	color: #ed6a59;
}
.Montenegro2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/montenegro.svg") center center / 300px auto no-repeat transparent;
	right: 90px;
}
.Montenegro2 .yachtreg_block.wide .flagdiv .whitebutt {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}

.BVI {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.BVI .country_main_fon {
	max-width: 1140px;
	height: 660px;
	margin: 0 auto;
	background: url("../images/BVI/main_fon.webp") center bottom no-repeat transparent;
}
.BVI .country_big_flag {
	background: url("../images/flags/bvi.svg") center center / 159px auto no-repeat transparent;
}
.BVI2 .yachtreg_block.wide .pricetag2 {
	bottom: 99px;
}
.BVI2 .yachtreg_block.wide .pricetag2 div.ablue {
	color: #152348;
}
.BVI2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/bvi.svg") center center / cover no-repeat transparent;
}

.Belize {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Belize .country_main_fon {
	max-width: 1140px;
	height: 885px;
	margin: 0 auto;
	background: url("../images/Belize/main_fon.webp") 65px bottom / auto 885px no-repeat transparent;
}
.Belize .country_big_flag {
	background: url("../images/flags/belize.svg") center center / 159px auto no-repeat transparent;
}
.Belize2 .yachtreg_block.wide .pricetag,
.Belize2 .yachtreg_block.wide .pricetag2,
.Belize2 .yachtreg_block.wide .pricetag3 {
	width: 280px;
}
.Belize2 .yachtreg_block.wide .pricetag3 {
	position: absolute;
	left: 0px;
	bottom: 173px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
	line-height: 64px;
	padding-top: 14px;
}
.Belize2 .yachtreg_block.wide .pricetag2 {
	bottom: 99px;
}
.Belize2 .yachtreg_block.wide .pricetag3 div.ablue {
	color: #152348;
}
.Belize2 .yachtreg_block.wide .pricetag2 div.ablue {
	color: #152348;
}
.Belize2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/belize.svg") center center / cover no-repeat transparent;
}

.Cayman {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Cayman .country_main_fon {
	max-width: 1140px;
	height: 600px;
	margin: 0 auto;
	background: url("../images/Cayman/main_fon.webp") 0px -80px / auto 641px no-repeat transparent;
}
.Cayman .country_big_flag {
	background: url("../images/flags/cayman.svg") center center / 159px auto no-repeat transparent;
}
.Cayman2 .yachtreg_block.wide {
	max-height: 440px;
	height: 440px;
}
.Cayman2 .yachtreg_block.wide .pricetag,
.Cayman2 .yachtreg_block.wide .pricetag2,
.Cayman2 .yachtreg_block.wide .pricetag3,
.Cayman2 .yachtreg_block.wide .pricetag4 {
	width: 280px;
}
.Cayman2 .yachtreg_block.wide .pricetag4 {
	position: absolute;
	left: 0px;
	bottom: 230px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
}
.Cayman2 .yachtreg_block.wide .pricetag3 {
	position: absolute;
	left: 0px;
	bottom: 173px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 46px;
	line-height: 46px;
}
.Cayman2 .yachtreg_block.wide .pricetag2 {
	bottom: 99px;
}
.Cayman2 .yachtreg_block.wide .pricetag div.ablue,
.Cayman2 .yachtreg_block.wide .pricetag2 div.ablue,
.Cayman2 .yachtreg_block.wide .pricetag3 div.ablue,
.Cayman2 .yachtreg_block.wide .pricetag4 div.ablue {
	color: #152348;
	font-size: 16px;
	font-family: MontserratBold;
}
.Cayman2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/cayman.svg") center center / 300px auto no-repeat transparent;
	right: 90px;
}
.Cayman2 .yachtreg_block.wide .flagdiv .whitebutt {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	left: -8px;
	right: -8px;
}

.SaintVincent {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.SaintVincent .country_main_fon {
	max-width: 1140px;
	height: 1025px;
	margin: 0 auto;
	background: url("../images/SaintVincent/main_fon.webp") -40px 165px / auto 844px no-repeat transparent;
}
.SaintVincent .country_big_flag {
	background: url("../images/flags/saint-vincent.svg") center center / 159px auto no-repeat transparent;
}
.SaintVincent .sometext {
	position: absolute;
	top: 350px;
	right: 0;
	width: 555px;
}
.SaintVincent .sometext p {
	margin-bottom: 0px;
	font-family: MontserratRegular;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: justify;
	color: #fff;
}
.SaintVincent2 .yachtreg_block.wide {
	max-height: 440px;
	height: 440px;
}
.SaintVincent2 .yachtreg_block.wide .pricetag,
.SaintVincent2 .yachtreg_block.wide .pricetag2,
.SaintVincent2 .yachtreg_block.wide .pricetag3,
.SaintVincent2 .yachtreg_block.wide .pricetag4 {
	width: 280px;
}
.SaintVincent2 .yachtreg_block.wide .pricetag4 {
	position: absolute;
	left: 0px;
	bottom: 230px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
}
.SaintVincent2 .yachtreg_block.wide .pricetag3 {
	position: absolute;
	left: 0px;
	bottom: 173px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 46px;
	line-height: 46px;
}
.SaintVincent2 .yachtreg_block.wide .pricetag2 {
	bottom: 120px;
}
.SaintVincent2 .yachtreg_block.wide .pricetag {
	height: 84px;
}
.SaintVincent2 .yachtreg_block.wide .pricetag div.ablue,
.SaintVincent2 .yachtreg_block.wide .pricetag2 div.ablue,
.SaintVincent2 .yachtreg_block.wide .pricetag3 div.ablue,
.SaintVincent2 .yachtreg_block.wide .pricetag4 div.ablue {
	color: #152348;
	font-size: 16px;
	font-family: MontserratBold;
}
.SaintVincent2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/saint-vincent.svg") center center / 300px auto no-repeat transparent;
	right: 90px;
}
.SaintVincent2 .yachtreg_block.wide .flagdiv .whitebutt {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	left: -8px;
	right: -8px;
}
.country_h1 .grenadines {
	position: absolute;
	top: 115px;
	right: 4px;
	width: 300px;
	height: 70px;
	font-family: Ouvality;
	font-size: 68px;
	font-weight: 400;
	line-height: 50px;
	text-align: right;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.country_h1 .grenadines_en {
	position: absolute;
	top: 115px;
	right: -11px;
	width: 400px;
	height: 70px;
	font-family: Ouvality;
	font-size: 68px;
	font-weight: 400;
	line-height: 50px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.Georgia {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	position: relative;
}
.Georgia .country_main_fon {
	max-width: 1140px;
	height: 675px;
	margin: 0 auto;
	background: url("../images/Georgia/main_fon.webp") 0px 85px / auto 641px no-repeat transparent;
}
.Georgia .country_big_flag {
	background: url("../images/flags/georgia.svg") center center / 159px auto no-repeat transparent;
}
.Georgia2 .yachtreg_block.wide {
	max-height: 480px;
	height: 480px;
}
.Georgia2 .yachtreg_block.wide .pricetag,
.Georgia2 .yachtreg_block.wide .pricetag2,
.Georgia2 .yachtreg_block.wide .pricetag3,
.Georgia2 .yachtreg_block.wide .pricetag4 {
	width: 280px;
}
.Georgia2 .yachtreg_block.wide .pricetag4 {
	position: absolute;
	left: 0px;
	bottom: 280px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
}
.Georgia2 .yachtreg_block.wide .pricetag3 {
	position: absolute;
	left: 0px;
	bottom: 205px;
	border-radius: 0px 4px 4px 0px;
	font-family: MontserratBold;
	font-size: 30px;
	background-color: #fff;
	color: #ed6a59;
	text-align: center;
	height: 64px;
	line-height: 46px;
}
.Georgia2 .yachtreg_block.wide .pricetag2 {
	bottom: 130px;
	height: 64px;
}
.Georgia2 .yachtreg_block.wide .pricetag {
	height: 95px;
}
.Georgia2 .yachtreg_block.wide .pricetag div.ablue,
.Georgia2 .yachtreg_block.wide .pricetag2 div.ablue,
.Georgia2 .yachtreg_block.wide .pricetag3 div.ablue,
.Georgia2 .yachtreg_block.wide .pricetag4 div.ablue {
	color: #152348;
	font-size: 16px;
	font-family: MontserratBold;
	line-height: 14px;
}
.Georgia2 .yachtreg_block.wide .pricetag div.agreen {
	color: #0eaa6f;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 25px;
}

.Georgia2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/georgia.svg") center top / 300px auto no-repeat transparent;
	right: 90px;
	height: 220px;
}
.Georgia2 .yachtreg_block.wide .flagdiv .whitebutt.left {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}
.Georgia2 .yachtreg_block.wide .flagdiv .whitebutt.right {
	-webkit-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: -5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}

.SierraLeone {
	max-width: 1140px;
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	position: relative;
}
.SierraLeone .country_main_fon {
	max-width: 1140px;
	height: 722px;
	margin: 0 auto;
	background: url("../images/SierraLeone/main_fon.webp") 77px bottom no-repeat transparent;
}
.SierraLeone .country_h1 {
	top: 128px;
}
.SierraLeone .country_big_flag {
	top: 0px;
	width: 170px;
	height: 104px;
	background: url("../images/flags/sierra-leone.svg") center center / 170px 104px no-repeat transparent;
}

.SierraLeone2 .yachtreg_block {
	max-height: 440px;
}
.SierraLeone2 .yachtreg_block.wide {
	height: 440px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag,
.SierraLeone2 .yachtreg_block.wide .pricetag2 {
	width: 280px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag2 {
	bottom: 130px;
	padding-top: 18px;
	height: 84px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag {
	font-size: 26px;
	height: 94px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 16px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag2 div {
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 19px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag2 div.agreen {
	color: #0eaa6f;
	font-family: MontserratBold;
	font-size: 16px;
	line-height: 25px;
}
.SierraLeone2 .yachtreg_block.wide .pricetag div.ablue,
.SierraLeone2 .yachtreg_block.wide .pricetag2 div.ablue {
	line-height: 18px;
	color: #152348;
}
.SierraLeone2 .yachtreg_block.wide .pricetag div.ablue span.orange,
.SierraLeone2 .yachtreg_block.wide .pricetag2 div.ablue span.orange {
	color: #ed6a59;
}

.SierraLeone2 .yachtreg_block.wide .flagdiv {
	background: url("../images/flags/sierra-leone.svg") center center / 300px auto no-repeat transparent;
	right: 90px;
}
.SierraLeone2 .yachtreg_block.wide .flagdiv .whitebutt {
	-webkit-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	-moz-box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
	box-shadow: 5px -7px 5px -5px rgba(34, 60, 80, 0.6);
}

.flexlist {
	display: flex;
	flex-flow: row;
	gap: 10px;
	align-items: flex-start;
	color: #152348;
}

.flex-col {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.flex_block {
	display: flex;
	flex-direction: row;
	gap: 0 15px;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 10px;
}
.flex_letter {
	background-color: #ed6a59;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-family: MontserratBold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	padding: 11px 0px;
	width: 80px;
	flex-shrink: 0;
}
.flex_lines {
	font-family: MontserratRegular;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
}

.form_field {
	position: relative;
}
.form_field input[type="text"],
.form_field input[type="text"]:focus {
	line-height: 26px;
	width: 100%;
	appearance: none;
	border: none;
	outline: none;
	border-bottom: 1px solid #fff;
	background: none;
	padding: 4px 0;
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 20px;
}
.form_field textarea,
.form_field textarea:focus {
	height: 200px;
	line-height: 26px;
	width: 100%;
	appearance: none;
	outline: none;
	border: 1px solid #fff;
	background-color: #253255;
	padding: 10px 15px;
	color: #fff;
	z-index: 0;
	position: relative;
	font-size: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.form_field.error label.textlabel {
	color: #ed6a59;
}
.form_field.error input[type="text"] {
	color: #ed6a59;
	border-bottom: 1px solid #ed6a59;
}
.form_field .err {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	color: #ed6a59;
	font-family: MontserratBold;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
}
.form_field.error .err {
	display: block;
}

.orange_h1 {
	color: #fff;
	font-size: 42px;
	font-family: MontserratBold;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ed6a59;
	padding: 18px 30px;
	display: inline-block;
}

.form_field label.textlabel {
	z-index: 0;
	position: absolute;
	top: 3px;
	left: 0px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}
.form_field label.textlabel span.star {
	font-family: MontserratBold;
	font-size: 20px;
	color: #ed6a59;
}
.form_field label.textlabel.pselect {
	top: 0px;
}
.form_field label.textlabel.pselect.up {
	top: -20px;
	font-size: 14px;
	line-height: 18px;
}
.form_field label.radiolabel {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	line-height: 18px;
}
.form_field .psevdoselect_wrapper .psevdoselect {
	height: 35px;
	line-height: 26px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 4px 0;
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 20px;
	background: url("../images/arrow_sel.svg") right center no-repeat transparent;
	cursor: pointer;
}
.form_field .psevdoselect_wrapper.active .psevdoselect {
	background: url("../images/arrow_sel_up.svg") right center no-repeat transparent;
}

.form_field .psevdoselect_wrapper .psevdoselect_items {
	display: none;
	z-index: 3;
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0 10px;
	border: 1px solid #fff;
}
.form_field .psevdoselect_wrapper.active .psevdoselect_items {
	cursor: pointer;
	display: block;
	width: 100%;
	background-color: #253255;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}
.form_field .psevdoselect_item {
	cursor: pointer;
	line-height: 26px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	padding: 15px 0 8px;
	color: #fff;
	z-index: 3;
	position: relative;
	font-size: 20px;
}
.form_field .psevdoselect_item:last-child {
	padding-bottom: 15px;
	border: none;
}

.form_field input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #ed6a59;
	width: 20px;
	height: 20px;
	border: 1px solid white;
	border-radius: 50%;
	display: grid;
	background-color: transparent;
	cursor: pointer;
}
.form_field input[type="radio"]::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ed6a59;
	transform-origin: top bottom;
	margin: 3px 0 0 3px;
}
.form_field input[type="radio"]:checked::before {
	transform: scale(1);
}
.upload_button {
	width: 146px;
	position: relative;
	height: 40px;
	background: url("../images/arrow_dl.svg") 14px 14px no-repeat #ed6a59;
	padding-left: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.upload_button input {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 40px;
}
.upload_text {
	flex-grow: 1;
}
.upload_text p {
	font-size: 18px;
}
.upload_text p.bolder {
	font-size: 18px;
}

.dropoff {
	z-index: 4;
	display: none;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	right: 0;
	padding: 10px 10px 10px 10px;
	width: 100%;
	background-color: #cfcfcf;
	border: 3px dashed #a4a4a4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.dropoff .sign {
	font-family: Arial;
	font-size: 13px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	color: #666;
}
#files_uploaded_progress {
	display: none;
	font-size: 18px;
	color: #fff;
}
#files_uploaded_errors {
	display: none;
	font-size: 18px;
	color: #ed6a59;
}
#files_uploaded_ok {
	display: none;
	font-size: 18px;
	color: #fff;
}
.order_img {
	width: 120px;
	height: 170px;
	text-align: center;
	float: left;
	margin: 0px 25px 15px 0;
	position: relative;
	border: none;
	background: #fff;
}
.order_img_name {
	height: 20px;
	clear: both;
	font-size: 10px;
	overflow: hidden;
	line-height: 20px;
}
a.order_img_link {
	display: block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-decoration: none !important;
}
a.order_img_link img {
	width: 120px;
}
.order_link,
.order_link:hover {
	display: block;
	text-decoration: none;
}
.order_img_del {
	position: absolute;
	bottom: 8px;
	left: 53px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}
.order_img_ticket {
	width: 120px;
	height: 140px;
	text-align: center;
	float: left;
	margin: 0px 25px 15px 0;
	position: relative;
	margin-top: 15px;
}

.orderlook {
	display: flex;
	flex-direction: row;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.orderlook .olab {
	width: 200px;
	color: #fff;
}
.orderlook .oval {
	flex-grow: 1;
	color: #fff;
}

.orange_h1 {
	color: #fff;
	font-size: 42px;
	font-family: MontserratBold;
	line-height: 50px;
	border-radius: 4px;
	background-color: #ed6a59;
	padding: 18px 30px;
}
.bigp_en p {
	display: block;
	float: left;
	font-size: 26px;
	line-height: 30px;
	font-family: MontserratBold;
}
.bigp_en .contact_icon {
	display: block;
	float: left;
	width: 54px;
	height: 54px;
}
.bigp_en .contact_icon.tg {
	background: url("../images/Contacts/tg.svg") center center no-repeat transparent;
	margin-right: 15px;
}
.bigp_en .contact_icon.wa {
	background: url("../images/Contacts/wa.svg") center center no-repeat transparent;
	margin-right: 5px;
	margin-left: 14px;
}

.bigp_en .soc_icon {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
}
.bigp_en .soc_icon.inst {
	background: url("../images/Contacts/inst.svg") center center no-repeat transparent;
	margin-left: 14px;
}
.bigp_en .soc_icon.fb {
	background: url("../images/Contacts/fb.svg") center center no-repeat transparent;
	margin-left: 14px;
}
.bigp_en .soc_icon.yout {
	background: url("../images/Contacts/yout.svg") center center no-repeat transparent;
	margin-left: 14px;
}

.bigp p {
	display: block;
	float: left;
	font-size: 26px;
	line-height: 30px;
	font-family: MontserratBold;
}
.bigp .contact_icon {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
}
.bigp .contact_icon.tg {
	background: url("../images/Contacts/tg.svg") center center no-repeat transparent;
	margin-left: 14px;
}
.bigp .contact_icon.wa {
	background: url("../images/Contacts/wa.svg") center center no-repeat transparent;
	margin-left: 14px;
}

.bigp .soc_icon {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
}
.bigp .soc_icon.inst {
	background: url("../images/Contacts/inst.svg") center center no-repeat transparent;
	margin-left: 14px;
}
.bigp .soc_icon.fb {
	background: url("../images/Contacts/fb.svg") center center no-repeat transparent;
	margin-left: 14px;
}
.bigp .soc_icon.yout {
	background: url("../images/Contacts/yout.svg") center center no-repeat transparent;
	margin-left: 14px;
}

a.intext_button {
	display: inline;
	color: #fff;
	font-family: MontserratBoldItalic;
	padding: 4px 6px;
	text-decoration: none !important;
	border-radius: 4px;
}
a.intext_button:hover {
	background-color: #ed6a59;
}

.orange_cross {
	width: 60px;
	height: 60px;
	background: url("../images/orange_cross.svg") center center no-repeat transparent;
	cursor: pointer;
	float: right;
	clear: both;
	margin-bottom: 15px;
}
.orange_cross2 {
	width: 45px;
	height: 45px;
	background: url("../images/orange_cross2.svg") -4px center no-repeat transparent;
	cursor: pointer;
	float: right;
	clear: both;
	margin-bottom: 15px;
	transition: all 0.2s ease;
}

.orange_cross2:hover {
	transform: scale(1.15);
}

.spec_offer {
	margin-bottom: 120px;
	height: 500px;
	background: url("../images/Poland/soffer.webp") center center / cover no-repeat transparent;
	position: relative;
	padding: 40px;
}
.spec_offer_redhead {
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	padding: 0 50px;
	font-size: 48px;
	font-family: MontserratBold;
	line-height: 90px;
	color: #fff;
	background-color: rgba(220, 20, 60, 0.9);
}
.spec_offer_text {
	font-family: MontserratRegular;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 75px;
}

.spec_offer .bluebutton,
.spec_offer .bluebutton:hover,
.spec_offer .bluebutton:visited,
.spec_offer .bluebutton:active {
	display: block;
	width: 260px;
	height: 70px;
	padding: 0;
	border-radius: 4px;
	background: #204494;
	color: #fff;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 70px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	position: absolute;
	left: 331px;
	bottom: 40px;
}
.spec_offer .redbutton,
.spec_offer .redbutton:hover,
.spec_offer .redbutton:visited,
.spec_offer .redbutton:active {
	display: block;
	width: 260px;
	height: 70px;
	padding: 0;
	border-radius: 4px;
	background-color: rgba(220, 20, 60, 0.9);
	color: #fff;
	font-size: 30px;
	font-family: MontserratBold;
	line-height: 70px;
	text-decoration: none !important;
	text-align: center;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.dtable {
	display: table;
	width: 100%;
}
.dtable_tr {
	display: table-row;
}
.dtable_tr.stripe {
	background-color: rgba(32, 68, 148, 0.1);
}
.dtable_th {
	display: table-cell;
	padding: 15px 0;
	background-color: #637db5;
	font-size: 26px;
	font-family: MontserratBold;
	color: #fff;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	height: 84px;
}
.dtable_td {
	display: table-cell;
	padding: 15px 0;
	color: #0e2147;
	text-align: center;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 26px;
	vertical-align: middle;
	height: 84px;
}
.dtable_td.red {
	color: #dc143c;
}
.dtable_td.big {
	font-size: 21px;
	font-family: MontserratExtraBold;
}

.dtr {
	display: table-row;
}
.dtr.stripe {
	background-color: rgba(32, 68, 148, 0.1);
}
.dth {
	display: table-cell;
	padding: 15px 0;
	background-color: #637db5;
	font-size: 26px;
	font-family: MontserratBold;
	color: #fff;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	height: 84px;
}
.dtd {
	display: table-cell;
	padding: 15px 0;
	color: #0e2147;
	text-align: center;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 26px;
	vertical-align: middle;
	height: 84px;
}
.dtd.biggray {
	font-family: MontserratBold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	background-color: rgba(32, 68, 148, 0.05);
}
.dtd.red {
	color: #dc143c;
}
.dtd.big {
	font-size: 21px;
	font-family: MontserratExtraBold;
}
.dtd.ebig {
	font-size: 26px;
	font-family: MontserratExtraBold;
}
.dtd .spanch,
.dtd.big .spanch,
.dtd.ebig .spanch {
	font-family: MontserratSemiBoldItalic;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.onecell {
	padding: 15px 0;
	color: #0e2147;
	text-align: center;
	font-size: 20px;
	font-family: MontserratBold;
	line-height: 26px;
	height: 84px;
}
.onecell.stripe {
	background-color: rgba(32, 68, 148, 0.1);
}

/* Palau */

.row-block {
	display: flex;
	gap: 30px;
}

.palau {
	color: #fff;
	margin-top: 35px;
}

.palau h2 {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
}

.palau h3 {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

.palau p {
	margin: 0;
	font-family: MontserratLight;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: justify;
	margin-bottom: 2px;
}
.palau p span {
	font-family: MontserratLightItalic;
}

.palau .orangebutton {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 30px;
}

.palau__first-block {
	display: flex;
	gap: 77px;
	position: relative;
}

.palau__first-block p {
	margin-bottom: 0;
}

.palau__first-block_content {
	padding-top: 291px;
}

.palau__first-block_content .wave_small {
	position: relative;
	margin-bottom: 39px;
}

.palau__first-block_content p {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
}

.palau__first-block_title-info {
	position: absolute;
	display: flex;
	gap: 10px;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: space-between;
}

.palau .title-info {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.palau .title-info img {
	width: 165px;
	height: 107px;
	border-radius: 4px;
}
.palau .country_h1 {
	position: static;
}
.palau .title-add {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	top: 17px;
	right: 5px;
}
.palau .title-add__info {
	padding: 13px 16px;
	border: 3px solid #fdfe00;
	border-radius: 4px;
	transform: rotate(5deg);

	color: #fff;
}

.palau .title-add__info p {
	margin: 0;
	color: #fdfe00;
	font-family: MontserratMedium;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
}

.palau .title-add img {
	position: relative;
	top: -4px;
	right: 15px;
	width: 130px;
	height: 130px;
}

.palau-yachts {
	width: 100%;
	height: 440px;
	background: url("/public/themes/frontend/images/Palau/palay-yacht.png") center center no-repeat transparent;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin-top: -95px;
	position: relative;
	margin-bottom: 50px;
}
.palau-yachts__title-block {
	width: 100%;
	background: #ed6a59e5;
	display: flex;
	justify-content: center;
	padding: 23px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.palau h3.palau-yachts__title {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	margin: 0;
	color: #fff;
}
.palau-yachts__content {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
	margin-bottom: 33px;
	align-items: end;
	height: 275px;
	padding-right: 45px;
}

.left-note {
	background: #fff;
	width: 280px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #152348;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-family: MontserratBold;
	padding: 12px 0;
	min-height: 64px;
}

.left-note.first {
	padding: 7px 0;
}

.left-note.first.spec {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: center;
	padding: 17px 30px;
}
.yachts-content__col-1 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	height: 100%;
}

.accent-orange {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 26px;
	line-height: 35px;
	text-align: center;
	color: #ed6a59;
}

.accent-orange.red {
	color: #f60a0a;
}
.palau-yachts_col-1__conditions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.accent-green {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #0eaa6f;
}
.palau-yachts_col-1__note {
	position: absolute;
	top: 2px;
	right: -308px;
	color: #f60a0a;
	padding: 10px 14px;
	border-radius: 4px;
	border: 3px solid #f60a0a;
	text-align: center;
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	transform: rotate(-5deg);
}

.yachts-content__col-3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.yachts-content__col-3 img {
	width: 303px;
	height: 203px;
	border-radius: 4px;
	position: relative;
	z-index: 0;
	bottom: -15px;
}

.yachts-content__col-3_info {
	display: flex;
	gap: 18px;
	position: relative;
	/* z-index: 1; */
}

.yachts-content__col-3_info span {
	border-radius: 4px;
	display: inline-block;
	font-family: MontserratMedium;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #0e2147;
	padding: 10px 17px;
	background: #fff;
}

.palay-yacht__regisration-text {
	font-family: MontserratLight;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 42px;
}

.palay-yacht__regisration-text p {
	margin: 0;
}

.palay-yacht__regisration-button {
	display: flex;
	justify-content: center;
}

.palay-yacht__regisration-button .orangebutton {
	width: 360px;
}

/* Palau - about registration first */

.palay-registration__about {
	margin-top: 90px;
	position: relative;
}

.palay-registration__about h2 {
	margin: 0;
	margin-bottom: 50px;
}
.wave_small {
}

.palay-registration__step-1 {
	margin-top: 50px;
	position: relative;
}

.palay-registration__step-1 h3 {
	margin-bottom: 50px;
}

.palay-registration__step-1 .row-block {
	margin: 25px 0;
}

.palay-registration__step-1 .organization-spisok {
	width: 100%;
	font-family: MontserratMedium;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding: 27px;
	max-height: 100px;
	margin-top: 25px;
}

.palay-registration__step-1 p.small-note {
	font-family: MontserratLightItalic;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: justify;
	margin: 0;
}

.palay-registration__step-1 p span {
	font-family: MontserratLightItalic;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: justify;
}

/* Reg step-2 */

.palay-registration__step-2 {
	margin-top: 90px;
	position: relative;
}

.palay-registration__step-2 h3 {
	margin-bottom: 25px;
}

.palay-registration__step-2 a.orangebutton {
	margin-top: 50px;
	max-width: 360px;
	width: 100%;
}

.palay-registration__step-2 img {
	margin-top: 50px;
}

/* Reg commercial */

.palau-commregistration {
	margin-top: 90px;
	position: relative;
}
.palau-commregistration h3 {
	margin-bottom: 25px;
}

.palau-commregistration img {
	border-radius: 4px;
}

.palau-commregistration .row-block {
	margin: 25px 0;
}

/* Ecsplutation */

.palau-commecsplutation {
	margin-top: 90px;
	position: relative;
}

.palau-commecsplutation h3 {
	margin-bottom: 25px;
}

.palau-commecsplutation a.orangebutton {
	margin-top: 50px;
	max-width: 360px;
	width: 100%;
}

/* palau services */

.palau-services {
	margin-top: 90px;
	position: relative;
}

.palau-services__text h2 {
	margin-bottom: 33px;
}

.palau-services__text p span {
	font-family: MontserratLightItalic;
}

.palau-services .orangebutton {
	margin-top: 50px;
}

.palau-modal .floating_table {
	max-width: 1140px;
	width: 100%;
}

.palau-modal .floating_table .flexlist {
	justify-content: center;
}

.palau-modal .orange_cross2 {
	width: 32px;
	height: 32px;
	margin-bottom: 10px;
	background: url(../images/orange_cross2.svg) -16px center no-repeat transparent;
}

.palau-services a.orangebutton {
	margin-top: 50px;
	max-width: 360px;
	width: 100%;
}

.num-row-list {
	display: flex;
	gap: 5px;
	font-size: 20px;
	line-height: 26px;
}

.palau-services .num-row-list p {
	text-align: start;
}

/* useful */

.palau-useful {
	margin-top: 90px;
	position: relative;
}

.palau-useful h2 {
	margin-bottom: 25px;
}
.palau-useful .row-block.images {
	margin-bottom: 30px;
}

.palau-useful .row-block.text-button {
	align-items: center;
}

.palau-useful p {
	line-height: 24px;
	margin-bottom: 0;
}
.palau-useful .orangebutton.obrazec {
	min-width: 360px;
	height: 80px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0eaa6f;
	line-height: 24px;
	float: right;
	margin-left: 30px;
}

.palau-useful .orangebutton.obrazec:hover {
	background-color: #fff;
}

.palau .yellowbutton {
	background: #f9a743;
	width: 360px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.palau .yellowbutton:hover {
	background-color: #fff;
}

.palau-facts {
	margin-top: 90px;
	position: relative;
}

.palau-facts h2 {
	margin-bottom: 30px;
}

.palau-facts p {
	line-height: 24px;
	margin: 0;
}
.palau-facts .row-block {
	margin: 25px 0;
}

.palau-facts .orangebutton {
	width: 360px;
	margin: 50px auto;
}

.palau-adventure {
	margin-top: 90px;
	position: relative;
}

.palau-adventure h2 {
	margin-bottom: 45px;
	text-align: center;
}

.palau-adventure .orangebutton {
	width: 360px;
	margin-top: 58px;
}

.palau .feature {
	font-size: 20px;
	line-height: 26px;
	flex: 0 1 33.33%;
}

.palau .feature .plus {
	margin-top: 10px;
	margin-bottom: 10px;
}

#tbl3 h3,
#tbl2 h3 {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 8px;
}

#tbl3 h3 {
	color: #fff;
	margin-bottom: 38px;
}

.floating_table h3 {
	font-family: MontserratBold;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 8px;
}

.palau-modal #tbl3 .floating_table_inner,
.palau-modal #tbl2 .floating_table_inner {
	padding-top: 40px;
}

.palau-modal #tbl3.floating_table {
	width: auto;
}

.palau-modal #tbl3 .floating_table_inner {
	padding: 0;
	width: fit-content;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px #ffffffcc;
	margin-bottom: 40px;
}

.palau-modal #tbl2 .flex_block {
	margin-bottom: 25px;
	align-items: center;
}

/* Кастомная шапка */

.fixed-header {
	position: fixed;
	top: -212px; /* Скрываем за верхний край */
	left: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 100000;
	background: #0e2147f2;
	height: 80px;
}

.fixed-header.visible {
	top: 0;
}

.fixed-header .logo {
	background: url(../images/mini-logo.svg) top left no-repeat transparent;
	width: 42px;
	height: 50px;
	display: block;
	margin: 0 auto;
}

.fixed-header .topmenu_rblock,
.fixed-header .topmenu.firstone {
	top: 30px;
}

.fixed-header .topmenu_rblock {
	gap: 85px;
}

.fixed-header .topmenu {
	font-size: 20px;
}

.fixed-header .sandwich {
	top: 26px;
}

.fixed-header .topmenu.firstone {
	left: 170px;
}
