/*
Theme name: Yaht
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Rubik:wght@700&display=swap');



:root {
	--black: #2B2B2B;
	--green: #21A19D;
	--red: #E7574F;
	--grey: #F2EFEA;
}




*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font: 16px/1.5 'Raleway', Arial, sans-serif;
}
.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	border-top: 0px solid transparent;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Raleway', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #C4C4C4;
}
input::-moz-placeholder {
	color: #C4C4C4;
}
input:-moz-placeholder {
	color: #C4C4C4;
}
input:-ms-input-placeholder {
	color: #C4C4C4;
}
textarea::-webkit-input-placeholder {
	color: #C4C4C4;
}
textarea::-moz-placeholder {
	color: #C4C4C4;
}
textarea:-moz-placeholder {
	color: #C4C4C4;
}
textarea:-ms-input-placeholder {
	color: #C4C4C4;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 24px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.text h2, .text h3 {
	padding-top: 36px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 20px;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	max-width: 100%;
	height: auto;
}





.head {
	margin-bottom: 40px;
	font-family: 'Rubik', Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.175;
	text-transform: uppercase;
}
.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 18px 28px;
	background: var(--red);
	border-radius: 4px;
	border: none;
	outline: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
}
.button:hover {
	background: var(--green);
}


.slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
	z-index: 40;
}
.slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--grey);
	-webkit-mask: url('i/bg-icon-slider-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-slider-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.slick-prev {
	left: -90px;
}
.slick-next {
	right: -90px;
}
.slick-next::before {
	transform: rotate(-180deg);
}
.slick-arrow:hover::before {
	background: var(--green);
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}



/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 18px;
	padding-bottom: 18px;
	z-index: 40;
}
.header .container {
	align-items: center;
}
.header__logo {
	display: block;
	width: 96px;
	height: 64px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.header__nav {
	width: calc(100% - 480px);
	max-width: 600px;
}
.header__nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header__nav ul {
	list-style: none;
}
.header__nav li {
	margin: 0 10px;
	position: relative;
}
.header__nav li.menu-item-has-children {
	padding-bottom: 8px;
	margin-bottom: -8px;
}
.header__nav a {
	display: block;
	color: var(--black);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	transition: all .3s ease;
}
.header__nav li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	margin-left: 4px;
	background: var(--black);
	-webkit-mask: url("i/bg-icon-nav-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-nav-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.header__nav a:hover {
	color: var(--green);
}
.header__nav li.menu-item-has-children > a:hover::after {
	background: var(--green);
}
.header__nav .sub-menu {
	position: absolute;
	top: 16px;
	left: -8px;
	display: block;
	width: 220px;
	background: #fff;
	padding: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.header__nav li:hover .sub-menu {
	top: 24px;
	opacity: 1;
	pointer-events: auto;
}
.header__nav .sub-menu li {
	margin: 0;
}

.header__nav-btn {
	display: none;
	width: 25px;
	height: 21px;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 0;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #2B2B2B;
	margin: 2px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 25px;
	height: 3px;
	-webkit-border-radius: 3px;
		  border-radius: 3px;
	background: #2B2B2B;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.header.active .header__nav-btn span {
	background: transparent;
}
.header.active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.header.active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}



.header-contact__item {
	padding-left: 25px;
	position: relative;
}
.header-contact__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: var(--green);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.header-contact__item--phone::before {
	-webkit-mask-image: url("i/bg-icon-phone.svg");
	mask-image: url("i/bg-icon-phone.svg");
}
.header-contact__item--address::before {
	-webkit-mask-image: url("i/bg-icon-address.svg");
	mask-image: url("i/bg-icon-address.svg");
}
.header-contact__item--phone {
	display: block;
	margin-bottom: 8px;
	color: var(--black);
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}
.header-contact__item--address {
	font-size: 14px;
	line-height: 20px;
}

.header-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.header-social__item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 6px;
	position: relative;
}
.header-social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--green);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.header-social__item--ig::before {
	-webkit-mask-image: url("i/bg-icon-ig.svg");
	mask-image: url("i/bg-icon-ig.svg");
}
.header-social__item--fb::before {
	-webkit-mask-image: url("i/bg-icon-fb.svg");
	mask-image: url("i/bg-icon-fb.svg");
}
.header-social__item:hover::before {
	background: var(--black);
}

.header-lang {
	position: relative;
}
.header-lang__list {
	position: absolute;
	top: 0;
	left: -4px;
	padding: 4px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.header-lang.lang-active .header-lang__list {
	top: 20px;
	opacity: 1;
	pointer-events: auto;
}
.header-lang__item {
	display: block;
	width: 16px;
	height: 16px;
	margin-bottom: 8px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
}
.header-lang__item--ru {
	background-image: url('i/bg-icon-lang-ru.svg');
}
.header-lang__item--uk {
	background-image: url('i/bg-icon-lang-ua.svg');
}
.header-lang__item--en {
	background-image: url('i/bg-icon-lang-en.svg');
}
.header-lang__item:hover {
	transform: scale(1.1);
}
.header-lang__current {
	margin-bottom: 0;
}







/* Breadcrumbs ----------------------------------------------------------------------------- */
.breadcrumbs {
	padding-top: 24px;
	padding-bottom: 24px;
	color: var(--black);
	font-size: 14px;
	line-height: 1.2;
}
.breadcrumbs a {
	display: inline-block;
	margin-right: 32px;
	position: relative;
	color: var(--red);
	text-decoration: none;
	transition: all .3s ease;
}
.breadcrumbs a::before {
	content: '';
	position: absolute;
	top: 4px;
	right: -24px;
	width: 16px;
	height: 8px;
	background: var(--red);
	-webkit-mask: url('i/bg-breadcrumbs-arrow.svg') center no-repeat;
	mask: url('i/bg-breadcrumbs-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
}
.breadcrumbs a:hover {
	color: var(--green);
}
.breadcrumbs__last {

}












	/* Hero ----------------------------------------------------------------------------- */
.hero {
	overflow: hidden;
	color: #fff;
}
.hero .container {
	padding-top: 137px;
	padding-bottom: 155px;
	z-index: 5;
}
.hero__info {
	max-width: 580px;
}
.hero__head {
	width: 400px;
	margin-bottom: 16px;
	font-family: 'Rubik', Arial, sans-serif;
	font-weight: bold;
	font-size: 60px;
	line-height: 1.18;
	text-transform: uppercase;
}
.hero__desc {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5;
}
.hero__button {

}
.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}










/* Yaht list ----------------------------------------------------------------------------- */
.main-yaht {
	padding-top: 60px;
	padding-bottom: 68px;
	overflow: hidden;
}


.yaht-tag {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 24px;
}
.yaht-tag__item {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 38px;
	padding: 8px 16px;
	background: #F2EFEA;
	border-radius: 50px;
	margin: 0 8px 8px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: #959595;
	text-decoration: none;
	transition: all .3s ease;
}
.yaht-tag__item.active,
.yaht-tag__item:hover {
	background: var(--green);
	color: #fff;
}

.list {
	justify-content: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.item {
	width: calc(33.3% - 32px);
	margin: 0 16px 32px;
	position: relative;
}
.item__thumb {
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.item__thumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 10;
}
.item__thumb:hover::before {
	opacity: .3;
}
.item-slider {
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	z-index: 5;
}
.item-slider__photo {
	float: left;
	width: 100%;
	position: relative;
}
.item-slider__photo-inside {
	width: 100%;
	padding-top: 64%;
	border-radius: 15px;
}
.item-slider__photo-inside img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-slider .slick-dots {
	position: absolute;
	bottom: 6px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	list-style: none;
}
.item-slider .slick-dots li {
	margin: 0 5px 10px;
}
.item-slider .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border: none;
	outline: none;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	transition: all .3s ease;
	cursor: pointer;
}
.item-slider .slick-dots li.slick-active button,
.item-slider .slick-dots li button:hover {
	background: var(--green);
}
.item__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease;
	z-index: 15;
}
.item__thumb:hover .item__button {
	opacity: 1;
}

.item__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 16px;
}
.item__info {
	width: calc(100% - 80px);
}
.item__title {
	display: block;
	margin-bottom: 8px;
	color: var(--black);
	font-weight: bold;
	font-size: 24px;
	line-height: 1.16;
	text-decoration: none;
}
.item__title:hover {
	color: var(--green);
}
.item__price {
	font-size: 14px;
	line-height: 1.5;
}
.item__price span {
	color: var(--green);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.16;
}
.item-charact {
	max-width: 80px;
}
.item-charact__item {
	margin: 4px 0;
	padding-left: 29px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}
.item-charact__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: var(--green);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.item-charact__item--contain::before {
	-webkit-mask-image: url('i/bg-icon-yaht-contain.svg');
	mask-image: url('i/bg-icon-yaht-contain.svg');
}
.item-charact__item--width::before {
	-webkit-mask-image: url('i/bg-icon-yaht-width.svg');
	mask-image: url('i/bg-icon-yaht-width.svg');
}














/* Advantage ----------------------------------------------------------------------------- */
.advantage {
	padding-top: 60px;
	padding-bottom: 26px;
	overflow: hidden;
	background: var(--grey);
}
.advantage__box {
	width: 50%;
}
.advantage__list {
	justify-content: flex-start;
}
.advantage-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	padding-right: 48px;
	margin-bottom: 60px;
}
.advantage-item:nth-last-child(2) {
	align-items: flex-start;
}
.advantage-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.advantage-item__icon img {
	display: block;
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
}
.advantage-item__title {
	width: calc(100% - 70px);
	font-size: 16px;
	line-height: 1.5;
}
.advantage__bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.advantage__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

















/* Main review ----------------------------------------------------------------------------- */
.main-review {
	padding-top: 60px;
	padding-bottom: 40px;
	overflow: hidden;
}
.main-review__slider {
	width: calc(100% + 32px);
	margin-left: -16px;
	position: relative;
}
.main-review__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
	position: relative;
}
.main-review__slider .slick-list {
	overflow: hidden;
}
.main-review-item {
	float: left;
	width: calc(50% - 32px);
	margin: 0 16px;
}
.main-review__list .main-review-item {
	float: none;
	margin-bottom: 48px;
}
.main-review-item__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 88px;
}
.main-review-item__photo {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 15px;
	overflow: hidden;
}
.main-review-item__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-review-item__info {
	width: calc(100% - 152px);
}
.main-review-item__name {
	margin-bottom: 16px;
	color: var(--green);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}
.main-review-item__desc {
	font-size: 16px;
	line-height: 1.5;
}
.main-review__slider .slick-prev {
	left: -72px;
}
.main-review__slider .slick-next {
	right: -72px;
}










/* FAQ ----------------------------------------------------------------------------- */
.faq {
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
}
.faq__list {
	border-top: 1px solid #EAEAEA;
}
.faq-item {
	border-bottom: 1px solid #EAEAEA;
}
.faq-item__head {
	padding: 18px 64px 18px 0;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #2B2B2B;
	cursor: pointer;
}
.faq-item__head::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 24px;
	width: 22px;
	height: 12px;
	background: var(--green);
	-webkit-mask: url('i/bg-icon-faq-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-faq-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: rotate(-180deg);
	transition: all .3s ease;
}
.faq-item.active .faq-item__head::before {
	transform: rotate(0);
}
.faq-item__body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.faq-item__text {
	max-width: 720px;
	padding: 4px 24px 20px;
	color: var(--black);
	font-size: 16px;
	line-height: 1.5;
}
.faq-item.active .faq-item__body {
	max-height: 2000px;
	opacity: 1;
}













/* Main info ----------------------------------------------------------------------------- */
.info {
	padding-top: 60px;
	padding-bottom: 100px;
	overflow: hidden;
	background: var(--grey);
}
.info__text {
	column-count: 2;
	column-gap: 32px;
}











/* Category yaht ----------------------------------------------------------------------------- */
.cat-yaht {
	padding-top: 40px;
	padding-bottom: 100px;
}












/* Single yaht ----------------------------------------------------------------------------- */
.single-yaht {
	padding-top: 40px;
	padding-bottom: 100px;
}
.single-yaht::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	background: var(--grey);
}
.single-yaht .container {
	z-index: 10;
}
.single-yaht-advantage {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.single-yaht-advantage-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(33.3% - 60px);
	max-width: 250px;
	margin: 0 60px 40px 0;
}
.single-yaht-advantage-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.single-yaht-advantage-item__icon img {
	display: block;
	max-width: 32px;
	max-height: 32px;
}
.single-yaht-advantage-item__title {
	width: calc(100% - 70px);
	font-size: 16px;
	line-height: 1.5;
}
.single-yaht-advantage-item__title span {
	display: block;
	color: var(--green);
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}

.single-yaht-thumb {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.single-yaht-thumb__item {
	float: left;
	width: 100%;
	position: relative;
}
.single-yaht-thumb__item-wrapper {
	display: block;
	width: 100%;
	padding-top: 50%;
	position: relative;
}
.single-yaht-thumb__item img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-yaht-thumb .slick-arrow {
	position: absolute;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	outline: none;
	font-size: 0;
	transition: all .3s ease;
	z-index: 40;
}
.single-yaht-thumb .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-mask: url("i/bg-icon-slider-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-slider-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.single-yaht-thumb .slick-prev {
	left: 10px;
}
.single-yaht-thumb .slick-next::before {
	transform: rotate(180deg);
}
.single-yaht-thumb .slick-next {
	right: 10px;
}
.single-yaht-thumb .slick-arrow:hover::before {
	background: var(--green);
}

.single-yaht__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-right: 180px;
}
.single-yaht-charact {
	width: 225px;
}
.single-yaht-charact__head {
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
}
.single-yaht-charact ul {
	list-style: none;
}
.single-yaht-charact li {
	margin-bottom: 12px;
	padding-left: 20px;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
}
.single-yaht-charact li::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--green);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


.single-yaht-text {
	width: calc(100% - 240px);
	max-width: 610px;
}
.single-yaht-text h2:first-child {
	padding-top: 0;
}













/* News ----------------------------------------------------------------------------- */
.news {
	padding-top: 40px;
	padding-bottom: 60px;
}
.news-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.news-item__thumb {
	width: 52%;
}
.news-item__thumb-inside {
	display: block;
	width: 100%;
	padding-top: 40%;
	overflow: hidden;
	position: relative;
}
.news-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item__info {
	width: calc(48% - 32px);
}
.news-item__title {
	display: block;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}
.news-item__title:hover {
	text-decoration: underline;
}
.news-item__desc {
	font-size: 16px;
	line-height: 1.5;
}












/* Travel ----------------------------------------------------------------------------- */
.travel {
	padding-top: 40px;
	padding-bottom: 60px;
}
.travel-item {
	margin-bottom: 40px;
}
.travel-item__link {
	display: block;
	position: relative;
	text-decoration: none;
}
.travel-item__thumb {
	display: block;
	width: 100%;
	padding-top: 35%;
}
.travel-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.travel-item__wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
}
.travel-item__title {
	display: block;
	width: 100%;
	max-width: 540px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.5;
	color: #FFF;
}
.travel-item__link:hover .travel-item__title {
	text-decoration: underline;
}











/* Single-travel ----------------------------------------------------------------------------- */
.single-travel {
	padding-top: 40px;
	padding-bottom: 100px;
}
.single-travel__thumb {
	width: 100%;
	padding-top: 40%;
	margin-bottom: 40px;
	position: relative;
}
.single-travel__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-travel__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.single-travel__text {
	width: calc(100% - 440px);
	max-width: 580px;

}
.single-travel__phone {
	display: block;
	margin-top: 20px;
	color: var(--green);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}
.single-travel-form {
	width: 380px;
}


.form__label {
	margin-bottom: 10px;
}
.form__label input,
.form__label textarea {
	display: block;
	width: 100%;
	height: 46px;
	background: #FFF;
	border: 1px solid #E7E7E7;
	outline: none;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 8px;
	font-size: 16px;
}
.form__label textarea {
	height: 92px;
	padding-top: 12px;
	resize: none;
}
.form__submit {
	max-width: 168px;
}















/* Contact ----------------------------------------------------------------------------- */
.contact {
	padding-top: 40px;
	padding-bottom: 88px;
}
.contact::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 640px;
	background: var(--grey);
}
.contact .container {
	z-index: 10;
}
.contact__list {
	padding-bottom: 16px;
}
.contact-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: calc(25% - 60px);
}
.contact-item--email {
	width: 50%;
}
.contact-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.contact-item__icon img {
	display: block;
	max-width: 32px;
	max-height: 32px;
}
.contact-item__title {
	width: calc(100% - 70px);
}
.contact-item__title a {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: var(--black);
	text-decoration: none;
}
.contact-item__title span {
	display: block;
}

.contact-item--email {
	align-items: flex-start;
}
.contact-item__email {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% - 70px);
}
.contact-item__email-block {
	width: calc(50% - 32px);
	margin: 0 32px 24px 0;
}
.contact-item__email-title {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: var(--black);
}
.contact-item__email-value {
	display: inline-block;
	border-bottom: 1px dashed var(--black);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: var(--black);
	text-decoration: none;
	transition: all .3s ease;
}
.contact-item__email-value:hover {
	border-bottom-style: solid;
}

.contact-map {
	width: 100%;
	height: 580px;
	overflow: hidden;
	margin-bottom: 40px;
}
.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contact__text {
	width: calc(100% - 440px);
	max-width: 580px;
}
.contact__form {
	width: 380px;
}








.prodazha__list {
	padding-top: 48px;
	padding-bottom: 64px;
}







.page-404 {
	padding-top: 196px;
	padding-bottom: 152px;
	overflow: hidden;
	background: #F2EFEA;
}
.page-404::before {
	content: '';
	position: absolute;
	bottom: 16px;
	left: calc(50% + 520px);
	width: 256px;
	height: 256px;
	background: url('i/bg-yacht.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.page-404__head {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 144px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #21A19D;
	text-align: center;
}
.page-404__text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #2B2B2B;
	text-align: center;
}
.page-404__go-home {
	display: flex;
	max-width: 280px;
	margin: 0 auto;
	text-decoration: none;
}




.page-thanks {
	padding-top: 52px;
	padding-bottom: 112px;
	overflow: hidden;
	background: #F2EFEA;
}
.page-thanks__head {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #21A19D;
}
.page-thanks__text {
	margin-bottom: 320px;
}
.page-thanks__go-home {
	margin: 0;
}









/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 24px;
	padding-bottom: 24px;
	background: var(--black);
	overflow: hidden;
}
.footer__top {
	margin-bottom: 28px;
}
.footer__logo {
	display: block;
	width: 96px;
	height: 64px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer__box {
	width: calc(100% - 360px);
	max-width: 640px;
}
.footer__nav {
	width: 100%;
	padding-top: 8px;
	margin-bottom: 56px;
}
.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
}
.footer__nav ul li {
	margin-right: 44px;
}
.footer__nav ul li a {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
}
.footer__nav ul li a:hover {
	text-decoration: underline;
}
.footer__nav .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.footer__connect {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.footer__applic {
	margin-right: 16px;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.footer-social__item {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 8px;
	position: relative;
}
.footer-social__item::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-social__item--ig::before {
	-webkit-mask-image: url("i/bg-icon-ig.svg");
	mask-image: url("i/bg-icon-ig.svg");
}
.footer-social__item--fb::before {
	-webkit-mask-image: url("i/bg-icon-fb.svg");
	mask-image: url("i/bg-icon-fb.svg");
}
.footer-social__item:hover::before {
	background: var(--green);
}

.footer-contact {
	width: 224px;
}
.footer-contact__item {
	display: block;
	min-height: 20px;
	margin-bottom: 24px;
	position: relative;
	padding-left: 32px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
.footer-contact__item--phone {
	font-size: 18px;
	font-weight: 600;
}
.footer-contact__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-contact__item--phone::before {
	-webkit-mask-image: url("i/bg-icon-phone.svg");
	mask-image: url("i/bg-icon-phone.svg");
}
.footer-contact__item--address::before {
	-webkit-mask-image: url("i/bg-icon-address.svg");
	mask-image: url("i/bg-icon-address.svg");
}
.footer-contact__item--email::before {
	-webkit-mask-image: url("i/bg-icon-email2.svg");
	mask-image: url("i/bg-icon-email2.svg");
}


.footer__bottom {
	align-items: center;
}
.footer__copy {
	width: calc(100% - 320px);
	font-size: 14px;
	line-height: 1.2;
	color: #575757;
}
.footer__made {
	width: 224px;
	font-size: 14px;
	line-height: 1.2;
	color: #575757;
}
.footer__made a {
	display: inline-block;
	color: #575757;
	text-decoration: none;
}
.footer__made a:hover {
	text-decoration: underline;
}
.footer__made span {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 24px;
	background: url('i/bg-icon-made.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}




.mob-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 24px;
	opacity: 0;
	pointer-events: none;
	z-index: 80;
}
.mob-nav__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	background: #000;
	-webkit-mask: url('i/bg-icon-close.png') center no-repeat;
	mask: url('i/bg-icon-close.png') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	font-size: 0;
	transition: all .3s ease;
}
.mob-nav__close:hover {
	background: var(--green);
}
.mob-nav ul {
	list-style: none;
}
.mob-nav > ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 48px);
}
.mob-nav ul li {
	width: 100%;
	margin: 16px 0;
}
.mob-nav ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
}
.mob-nav ul li a:hover {
	text-decoration: underline;
}






.intop {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid var(--green);
	background: var(--green);
	outline: none;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	cursor: pointer;
}
.intop.is-active {
	opacity: 1;
	pointer-events: auto;
}
.intop::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: calc(50% - 11px);
	width: 22px;
	height: 12px;
	background: #fff;
	-webkit-mask: url('i/bg-icon-faq-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-faq-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.intop:hover {
	background: #fff;
}
.intop:hover::before {
	background: var(--green);
}







	/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 96%;
	max-width: 400px;
	max-height: 96vh;
	padding: 32px 24px 24px;
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
	text-align: center;
	z-index: 9999;
}
.popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	background: #000;
	-webkit-mask: url('i/bg-icon-close.png') center no-repeat;
	mask: url('i/bg-icon-close.png') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	font-size: 0;
	transition: all .3s ease;
}
.popup__close:hover {
	background: var(--green);
}
.popup__head {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.1;
	color: #000;
	text-align: center;
}
.popup__body .form__submit {
	margin: 0 auto;
	position: relative;
}

.form__submit .wpcf7-spinner {
	position: absolute;
	top: 8px;
	left: 8px;
}


/* Форма */


input.input-hide {
	display: none;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
	display: none !important;
}
input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.advantage__box {
		width: 60%;
	}
	.advantage__bg {
		width: 40%;
	}


	.main-review-item__wrapper {
		padding-right: 40px;
	}


	.single-yaht__wrapper {
		padding-right: 80px;
	}


	.contact-item {
		width: calc(25% - 40px);
	}
	.contact-item--email {
		width: 50%;
	}
	.contact-item__email-block {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}


	.footer__box {
		max-width: 600px;
	}
	.footer__nav ul li {
		margin-right: 36px;
	}


}











@media screen and (max-width:1050px) {

	.header__nav {
		display: none;
	}
	.header__nav-btn {
		display: block;
		margin-left: 32px;
		margin-right: auto;
	}
	.header-social {
		margin: 0 24px;
	}


	.mob-nav {
		display: block;
	}
	.nav-active .mob-nav {
		opacity: 1;
		pointer-events: auto;
	}


	.hero .container {
		padding-top: 120px;
		padding-bottom: 120px;
	}


	.item__box {
		padding: 12px 8px;
	}


	.advantage__box {
		width: 64%;
	}
	.advantage-item {
		padding-right: 32px;
		margin-bottom: 40px;
	}
	.advantage__bg {
		width: 36%;
	}


	.main-review-item__wrapper {
		padding-right: 0;
	}


	.faq,
	.info {
		padding-top: 40px;
		padding-bottom: 60px;
	}


	.single-yaht__wrapper {
		padding-right: 40px;
	}


	.single-travel__text,
	.contact__text {
		width: calc(100% - 360px);
		max-width: 580px;
	}
	.single-travel-form,
	.contact__form {
		width: 320px;
	}


	.contact-item {
		width: calc(50% - 40px);
		margin-bottom: 24px;
	}
	.contact-item--email {
		width: 100%;
		margin-bottom: 0;
	}

	.contact-map {
		height: 480px;
	}


	.footer__nav ul li {
		margin-right: 20px;
	}

}












@media screen and (max-width:900px) {

	.hero .container {
		padding-top: 104px;
		padding-bottom: 80px;
	}


	.item {
		width: calc(50% - 32px);
	}


	.advantage {
		padding-bottom: 340px;
	}
	.advantage__box {
		width: 100%;
	}
	.advantage__bg {
		top: inherit;
		bottom: 0;
		width: 100%;
		height: 340px;
	}


	.main-review-item__info {
		width: 100%;
		padding-top: 16px;
	}


	.info__text {
		column-count: 1;
		column-gap: 0;
	}


	.single-yaht__wrapper {
		padding-right: 0;
	}


	.footer__logo {
		margin-top: 24px;
	}
	.footer__box {
		width: 100%;
		max-width: 100%;
		padding-top: 40px;
	}
	.footer__nav {
		margin-bottom: 32px;
	}
	.footer__nav ul li {
		margin-right: 32px;
	}
	.footer-contact {
		position: absolute;
		top: 0;
		right: 16px;
	}
	.footer-contact__item {
		margin-bottom: 20px;
	}

}












@media screen and (max-width:750px) {

	.head {
		margin-bottom: 32px;
		font-size: 32px;
	}


	.hero .container {
		padding-top: 96px;
		padding-bottom: 56px;
	}
	.hero__head {
		font-size: 56px;
	}


	.single-yaht::before {
		height: 400px;
	}
	.single-yaht-advantage-item {
		width: calc(50% - 24px);
		margin: 0 24px 40px 0;
	}
	.single-yaht-text {
		order: -1;
		width: 100%;
	}
	.single-yaht-charact {
		width: 100%;
		padding-top: 40px;
	}


	.news-item__thumb,
	.news-item__info {
		width: 100%;
	}
	.news-item__thumb {
		max-width: 640px;
	}
	.news-item__info {
		padding-top: 20px;
	}
	.news-item__title {
		margin-bottom: 8px;
	}


	.travel-item__wrapper {
		padding: 32px;
	}
	.travel-item__title {
		font-size: 32px;
		line-height: 1.3;
	}


	.single-travel__text,
	.contact__text {
		width: 100%;
		max-width: 100%;
	}
	.single-travel-form,
	.contact__form {
		width: 400px;
		margin-top: 48px;
	}


}












@media screen and (max-width:600px) {

	.header__logo {
		width: 64px;
		height: 42px;
	}
	.header__nav-btn {
		margin-left: 16px;
	}
	.header-social {
		margin: 0 4px;
	}
	.header-social__item {
		margin: 0 4px;
	}


	.hero__head {
		max-width: 340px;
		font-size: 48px;
	}


	.list {
		width: 100%;
		margin-left: 0;
	}
	.item {
		width: 100%;
		margin: 0 0 32px;
	}


	.advantage {
		padding-bottom: 280px;
	}
	.advantage-item {
		width: 100%;
		margin-bottom: 32px;
		padding-right: 0;
	}
	.advantage__bg {
		height: 280px;
	}


	.contact-item {
		width: 100%;
	}
	.contact-item__email-block {
		width: 100%;
		margin: 0 0 20px;
	}

	.contact-map {
		height: 320px;
	}


	.footer__nav ul {
		display: block;
	}
	.footer__nav ul li {
		margin: 0 0 20px;
	}
	.footer__copy,
	.footer__made {
		width: calc(50% - 8px);
	}
	.footer__made {
		text-align: right;
	}


}












@media screen and (max-width:450px) {


	.head {
		margin-bottom: 24px;
		font-size: 26px;
	}

	.header__logo {
		order: -10;
	}
	.header__nav-btn {
		order: -8;
		margin-left: auto;
		margin-right: 24px;
	}
	.header-lang {
		order: -5;
	}
	.header-contact {
		width: calc(100% - 72px);
		margin-top: 16px;
	}
	.header-contact__item--phone {
		margin-bottom: 0;
	}
	.header-contact__item--address {
		display: none;
	}
	.header-social {
		margin-top: 16px;
	}


	.hero .container {
		padding-top: 76px;
		padding-bottom: 40px;
	}
	.hero__head {
		max-width: 250px;
		font-size: 36px;
	}
	.hero__button {
		width: 100%;
		max-width: 320px;
	}


	.main-yaht {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.item {
		margin-bottom: 24px;
	}


	.advantage {
		padding-top: 40px;
		padding-bottom: 240px;
	}
	.advantage-item {
		margin-bottom: 24px;
	}
	.advantage__bg {
		height: 240px;
	}


	.single-yaht-advantage-item {
		width: 100%;
		margin: 0 0 24px;
	}


	.travel-item__wrapper {
		padding: 24px;
	}
	.travel-item__title {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.2;
	}


	.footer__logo {
		order: -10;
		margin-top: 0;
		margin-bottom: 20px;
		margin-right: calc(100% - 100px);
	}
	.footer-contact {
		order: -8;
		position: relative;
		top: inherit;
		right: inherit;
		padding-bottom: 24px;
	}
	.footer-contact__item {
		margin-bottom: 8px;
	}
	.footer__box {
		order: -5;
		padding-top: 0;
	}

	.footer-social {
		position: absolute;
		top: 16px;
		right: 4px;
	}
	.footer__applic {
		width: 100%;
		max-width: 320px;
		margin-right: 0;
	}

	.footer__made a {
		max-width: 80px;
		transform: translateY(3px);
	}
	.footer__made,
	.footer__made span {
		vertical-align: top;
	}
	.footer__made span {
		margin-top: 8px;
	}


}












/* END ============================================================= */

