
:root {
	--white: #fff;
	--black: #000;
	--blue: #0058A5;
	--light: #EBF6FF;
	--grey: #9A99A1;
	--black2: #222226;
	--black3: #272727;

}




*, *::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;
}
html {
	font-size: 20px;
}
body {
	background: var(--light);
	color: var(--black);
	font: 1rem/1.5 'Montserrat', Arial, sans-serif;
}
.wrapper,
body.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1880px;

	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 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: var(--blue);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea, select {
	font-family: 'Manrope', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: var(--black);
}
input::-webkit-input-placeholder {
	color: var(--black);
}
input::-moz-placeholder {
	color: var(--black);
}
input:-moz-placeholder {
	color: var(--black);
}
input:-ms-input-placeholder {
	color: var(--black);
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.2rem;
	
	margin-bottom: 0.7rem;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.33rem;
}
.text h3 {
	font-size: 1.2rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid var(--gray);
	padding: 10px;
	margin-bottom: 1.2rem;
}
.text ul, .text ol {
	margin: 0 0 1rem 1.2rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}


.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 150px;
	min-height: 46px;
	background: var(--blue);
	border: 2px solid var(--blue);
	outline: none;
	border-radius: 24px;
	padding: 8px 16px;
	margin: 0 7px 0 0;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
	cursor: pointer;
}
.button--white,
.button:hover {
	background: var(--white);
	color: var(--blue);
}
.button--white {
	border-color: var(--white);
	border-color: var(--blue);
}
.button--white:hover {
	background: var(--blue);
	color: var(--white);
}


.head {
	margin-bottom: 2rem;
	color: var(--blue);
	font-family: var(--ff);
	font-size: 75px;
	    font-size: 50px;
	font-weight: 700;
	line-height: 1.05;
	
	    color: #012C57;
    text-align: center;
}
.head--white {
	color: var(--white);
}

.phone {
	display: block;
	position: relative;
}
.header-phone::before {
    content: '';
    position: absolute;
	top: calc(50% - 9px);
    left: -19px;
    width: 22px;
    height: 22px;
    background: var(--white);
    -webkit-mask: url(i/bg-icon-phone.svg) center no-repeat;
    mask: url(i/bg-icon-phone.svg) center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all .3s ease;
}

.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.social-item {
	display: block;
	width: 32px;
	height: 32px;
	margin: 4px;
	background: var(--blue);
	border-radius: 50%;
	position: relative;
	transition: all .3s ease;
}
.social-item:hover {
	background: var(--white);
}
.social-item::before {
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	left: calc(50% - 11px);
	width: 22px;
	height: 22px;
	background: var(--white);
	-webkit-mask: url("i/bg-icon-vk.svg") center no-repeat;
	mask: url("i/bg-icon-vk.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.social-item--wa::before {
	-webkit-mask-image: url("i/bg-icon-wa.svg");
	mask-image: url("i/bg-icon-wa.svg");
}
.social-item--max::before {
	-webkit-mask-image: url("i/bg-icon-max.svg");
	mask-image: url("i/bg-icon-max.svg");
}

.social-item--sound::before {
	-webkit-mask-image: url("i/bg-icon-sound.svg");
	mask-image: url("i/bg-icon-sound.svg");
}

.social-item:hover::before {
	background: var(--blue);
}


.link-arrow span {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: var(--grey);
	-webkit-mask: url("i/bg-icon-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.link-arrow:hover span {
	background: var(--blue);
}



.slick-arrow {
	position: absolute;
	top: calc(50% - 28px);
	width: 56px;
	height: 56px;
	border: 1px solid var(--blue);
	outline: none;
	background: var(--blue);
	border-radius: 50%;
	font-size: 0;
	cursor: pointer;
	transition: all .3s ease;
	z-index: 40;
}
.slick-arrow:hover {
	background: var(--white);
}
.slick-arrow::before {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: var(--white);
	-webkit-mask: url("i/bg-icon-arrow.svg") center no-repeat;
	mask: url("i/bg-icon-arrow.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.slick-arrow:hover::before {
	background: var(--blue);
}
.slick-prev {
	left: 32px;
}
.slick-prev::before {
	transform: rotate(180deg);
}
.slick-next {
	right: 32px;
}
.slick-disabled {
	opacity: 0;
}




.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;}

/*
.hits_inform{
	background-color: #5ad0d0;
	display: inline-block;
    padding: 2px 7px;
    background: #012c57;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 4px;
}

*/

.flag-container {
	display: inline-flex;
		display: flex;
    padding: 10px 0 3px 0;
	align-items: stretch;
	position: relative;
}

.flag-text {
	background-color: #0056A3;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    padding: 3px 13px;
    text-align: center;
    white-space: nowrap;
}

/* Прямоугольная синяя часть */
/*
.flag-container::before {
	content: "";
	display: block;
	width: 40px; 
	background-color: #0056A3;
}
*/

/* Треугольный вырез */
.flag-container::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #0056A3;
    border-bottom: 10px solid #0056A3;
    border-right: 10px solid transparent;
    margin-top: 0;
}

/* Header ----------------------------------------------------------------------------- */
.header {
	width: 100%;
	padding-top: 32px;
	padding-bottom: 24px;
	position: relative;
	z-index: 40;
}
.header .container {
	align-items: center;
}
.header__nav {
	width: calc(50% - 80px);
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.header__nav li {
	margin-right: 12px;
}
.header__nav a {
	display: block;
	padding: 5px 10px;
	position: relative;
	color: #FFF;
	font-family: var(--ff);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.56px;
	text-decoration: none;
}
.header__nav a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--blue);
	border-radius: 10px;
	opacity: 0;
	transition: all .3s ease;
	z-index: -1;
}
.header__nav a:hover::before {
	opacity: 1;
}

.header__nav-btn {
	display: none;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: var(--white);
	margin: 5px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: var(--white);
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -9px;
}
.header__nav-btn span::after {
	bottom: -9px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header__logo {
	display: block;
	width: 133px;
	height: 46px;
		width: 152px;
		height: 52px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.header__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: calc(50% - 80px);
}
.header-social {
	margin-right: 40px;
	margin-right: 50px;
}
.header__phone {
	display: block;
	color: #FFF;
	font-family: var(--ff);
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.header__phone span{
	display: block;
	font-size: 13px;
    text-align: end;
    font-weight: 400;
	padding-top: 6px;
}
.header-lang {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: 36px;
	padding: 4px;
	border-radius: 40px;
	background: var(--blue);
}
.header-lang__item {
	display: block;
	position: relative;
	padding: 4px;
	border-radius: 12px;
	color: #FFF;
	font-family: var(--ff);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.56px;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
}
.header-lang__item + .header-lang__item {
	margin-left: 6px;
}
.header-lang__item + .header-lang__item::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -3px;
	width: 1px;
	height: 12px;
	background: var(--white);
}
.header-lang__item:hover,
.header-lang__item.active {
	background: var(--white);
	color: var(--blue);
}





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










/* Hero ----------------------------------------------------------------------------- */
.hero {
	min-height: 32.5rem;
	padding-top: 8.5rem;
	padding-bottom: 2rem;
}
.hero__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1340px;
	padding-bottom: 42px;
}
.hero__head {
	width: 100%;
	max-width: 1000px;
	color: #FFF;
	font-family: var(--ff);
	font-size: 138px;
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -5.52px;
}
.hero__head span {
	display: block;
	text-align: right;
}
.hero__desc {
	max-width: 260px;
	padding-top: 175px;
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.12;
}
.hero__button {
	min-width: 680px;
	min-height: 68px;
}

.hero__dopinfo{
	
    background: transparent url(i/label_close.svg) no-repeat scroll 0 0;
	width: 209px;
    height: 67px;
    
    overflow: hidden;
	margin: 0 0 10px;
    padding: 4px 0 0 6px;
    
    position: relative;
	display: none;
}
.hero__dopinfo span{
	color: #fff;
    font-size: 15px;
    line-height: 15px;
	text-align: center;
	align-items: center;

    position: absolute;
    top: 22px;
}
/*
.hero__dopinfo{
	align-items: center;
    background: #ef3e43;
    border-left: 1px solid #ef3e43;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 40px;
    line-height: 17px;
    padding-left: 10px;
    padding-right: 14px;
    position: absolute; 
    left: 43px;
    bottom: -20px;
    width: 165px;
}
/*
.hero__dopinfo:before {
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-color: #ef3e43 #ef3e43 transparent transparent;
    border-style: solid;
    border-width: 42px 0 10px 10px;
    content: "";
    left: -10px;
    position: absolute;
    top: 0;
}

*/




/* Tour ----------------------------------------------------------------------------- */
.tour {
	padding-top: 70px;
	    padding-top: 41px;
	padding-bottom: 35px;
	background: var(--light);
	background: #00abe1;
	background: #66D8D8;
	background: #d1e8f5;
}
.tour__list {
	justify-content: flex-start;
	width: calc(100% + 1.6rem);
	margin-left: -0.8rem;
}

.tour-item {
	width: calc(50% - 1.6rem);
	margin: 0 0.8rem 1.6rem;
	border-radius: 1.5rem;
	background: var(--white);
	padding: 1.5rem;
	
    line-height: 30px;
}
.tour-item__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 1rem;
}
.tour-item__info {
	width: calc(100% - 200px);
}
.tour-item__title {
	display: block;
	margin-bottom: 5px;
	color: var(--black2);
	
	color: #012C57;
	
	font-family: var(--ff);
	font-size: 30px;
	font-size: 27px;
	    font-size: 22px;
	font-weight: 700;
	line-height: 1.01;
	text-decoration: none;
	transition: all .3s ease;
}
.tour-item__title:hover {
	color: var(--blue);
}
.tour-item__excerpt {
	min-height: 84px;
	padding-bottom: 8px;
	color: var(--black3);
	font-family: var(--ff);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.36;
}
.tour-item__subinfo {
	color: var(--black2);
	font-family: var(--ff);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}
.tour-item__thumb {
	width: 164px;
	height: 164px;
	overflow: hidden;
	border-radius: 10px;
}
.tour-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.tour-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1400px){
	.tour-item__thumb-ins img{
	   top: -30px;
	}
}
.tour-item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.tour-item__bottom-left {
	width: calc(100% - 280px);
}
.tour-item__advant {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 8px);
	margin-left: -4px;
	padding-bottom: 10px;
	
	flex-direction: column;
}
.tour-item__advant-item {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 28px;
	margin: 0 4px 8px;
	padding: 4px 14px;
	border-radius: 40px;
	/*border: 1px solid var(--blue);*/
	text-align: center;
	color: #222226;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}
.tour-item__advant-item .tour-item__advant--text{
	width: calc(100% - 22px);
    color: var(--black2);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
	text-align: left;
}
.tour-item__advant-item .product__advant-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}
.tour-item__advant-item .product__advant-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 10px;
}
.text_color_white{
	color: #fff!important;
}

.kak_bay_wrp {
	font-size: 14px;
    text-align: center;
    padding: 10px;
}
.kak_bay_wrp a{
	text-decoration: none;
}
.tour-item__time {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 8px);
	padding-bottom: 8px;
}
.tour-item__time-head {
	margin-right: 8px;
	margin-bottom: 8px;
	color: #0058A5;
	font-family: var(--ff);
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: -0.49px;
}
.tour-item__time-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 28px;
	margin: 0 8px 8px 0;
	background: var(--blue);
	border-radius: 15px;
	padding: 4px 16px;
	color: var(--white);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}
.tour-item__time span{
    font-size: 13px;
    color: #0058A5;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    min-height: 28px;
	width: 100%;
}

.tour-item__bottom-right {
	width: 264px;
}
.tour-item__bottom-right span {
    color: #0058A5;
	    color: #012C57;
    font-family: var(--ff);
    font-size: 20px;
	font-weight: 700;
}
.tour-item__bottom-right .tour-item__cost-info{
	display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.tour-item__cost-item .tour-item__cost-info{
	display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.tour-item__cost-item {
	margin-bottom: 8px;
	color: var(--blue);
	text-align: right;
	font-family: var(--ff);
	font-size: 25px;
	    font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	
	
	text-align: justify;
}

.tour-item__button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.tour-item__button-list a{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    min-height: 46px;
    background: var(--blue);
    border: 2px solid var(--blue);
    outline: none;
    border-radius: 24px;
    padding: 8px 11px;
        margin: 0 7px 5px 0;
    color: var(--white);
    font-size: 18px;
	    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}




.product__add-to-cart a{
	display: flex;
    width: 100%;
    min-height: 68px;
    margin-top: 10px;
	
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    min-height: 46px;
    background: var(--blue);
    border: 2px solid var(--blue);
    outline: none;
    border-radius: 24px;
    padding: 8px 16px;
    margin: 0 7px 0 0;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}




/* Product ----------------------------------------------------------------------------- */
.product {
	padding-bottom: 1.5rem;
}
.product__box {
	border-radius: 30px;
	background: var(--white);
	padding: 3.5rem 2.5rem 1rem;
}
.product__gallery {
	width: 47%;
}
.product__photo {
	margin-bottom: 1.5rem;
}
.product__photo,
.product__thumb {
	overflow: hidden;
	position: relative;
}
.product__photo .slick-track,
.product__thumb .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.product__photo-item {
	width: 100%;
}
.product__photo-ins {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.product__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product__thumb-item {
	display: block;
	width: calc(25% - 1rem);
	margin: 0 0.5rem;
}
.product__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.product__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.product__info {
	width: 48%;
}
.product__head {
	margin-bottom: 1rem;
	color: var(--blue);
	color: #012C57;
	font-family: var(--ff);
	font-size: 48px;
		font-size: 40px;
	font-weight: 500;
	line-height: 1.08;
}
.product__text {
	margin-bottom: 0.5rem;
	color: var(--black3);
	font-family: var(--ff);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}
.product__info-wrap {
	padding-bottom: 10px;
}
.product__info-left {
	width: calc(100% - 268px);
}

.product__advant-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
	margin-bottom: 0.6rem;
}
.product__advant-icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}
.product__advant-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product__advant-text {
	width: calc(100% - 60px);
	color: var(--black2);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}

.product__info-right {
	width: 260px;
}
.product__info-right span{
	color: #012C57;
	    font-weight: 700;
}
.product__add-to-cart {
	display: flex;
	width: 100%;
	min-height: 68px;
	margin-top: 10px;
}

.product__more {
	width: 100%;
	    /*width: 60%;*/
	margin-top: 2.5rem;
	color: var(--black3);
	font-family: var(--ff);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
}









/* Ship ----------------------------------------------------------------------------- */
.ship {
	padding-top: 1rem;
	padding-bottom: 4rem;
}
.ship-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	background: var(--blue);
	color: var(--white);
	margin-bottom: 1.25rem;
	border-radius: 30px;
	padding: 1.5rem;
}
.ship-item__info {
	width: calc(100% - 320px);
		width: calc(100% - 500px);
}
.ship-item__name {
	margin-bottom: 8px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
}
.ship-item__desc {
	max-width: 750px;
	font-size: 16px;
	line-height: 1.5;
}
.ship-item__photo {
	width: 300px;
		width: 500px;
	border-radius: 20px;
	overflow: hidden;
}
.ship-item__photo-ins {
	display: block;
	width: 100%;
	padding-top: 66%;
	position: relative;
}
.ship-item__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}










/* Attractions ----------------------------------------------------------------------------- */
.attractions {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.attractions__box {
	border-radius: 30px;
	background: var(--blue);
	padding: 2rem 2rem 0.2rem;
}
.attractions__info {
	width: 36%;
}
.attractions__head {
	margin-bottom: 10px;
	color: var(--white);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1.75px;
}
.attractions__desc {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.attractions__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 62%;
	background: var(--white);
	border-radius: 20px;
	padding: 1rem;
}
.attractions__way {
	width: 58%;
}
.attractions__way-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
}
.attractions__way-item:last-child {
	margin-bottom: 0;
}
.attractions__way-label {
	width: 120px;
	color: var(--grey);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.63px;
}
.attractions__way-value {
	width: calc(100% - 140px);
	color: var(--black2);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.attractions__way-value a {
	color: var(--black2);
	text-decoration: underline;
}
.attractions__way-value a:hover {
	text-decoration: none;
}

.attractions__map {
	width: 39%;
}
.attractions__map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.attractions__map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.attractions__photo-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
	padding-top: 2rem;
}
.attractions__photo-item {
	width: calc(25% - 1rem);
	margin: 0 0.5rem 1rem;
	border-radius: 12px;
	overflow: hidden;
}
.attractions__photo-ins {
	display: block;
	width: 100%;
	padding-top: 65%;
	position: relative;
}
.attractions__photo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}















/* Main info ----------------------------------------------------------------------------- */
.main-info {
	padding-top: 4rem;
	padding-bottom: 6rem;
	background: var(--blue);
	color: var(--white);
}
.main-info__head {
	margin-bottom: 2.6rem;
}
.main-info__wrapper {
	align-items: center;
}
.main-info__text {
	
	width: 42%;
    width: 48%;
    color: var(--white);
    font-family: var(--ff);
    font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
}
.main-info__thumb {
	width: 42%;
	width: 50%;
	border-radius: 12px;
	overflow: hidden;
}
.main-info__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

















/* Client ----------------------------------------------------------------------------- */
.client {
	padding-top: 3.5rem;
	padding-bottom: 6.5rem;
	padding-bottom: 0.5rem;
	background: #d1e8f5;
}
.client__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.client__head {
	margin-bottom: 0;
	width: 100%;
}
.client__link {
	min-height: 32px;
	margin: 8px;
	color: var(--black2);
}
.client__slider {
	margin-left: -0.75rem;
}
.client__slider .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.client-item {
	width: calc(25% - 1.5rem);
	margin: 0 0.75rem;
	outline: none;
}
.client-item__thumb {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 10px;
}
.client-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.client-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.client-item__name {
	margin-bottom: 5px;
	color: var(--black2);
	font-family: var(--ff);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.05;
}
.client-item__desc {
	min-height: 60px;
	color: var(--grey);
	font-family: var(--ff);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.05;
}


















/* Gallery ----------------------------------------------------------------------------- */
.gallery {
	padding-top: 3.2rem;
	padding-bottom: 1.6rem;
	background: var(--blue);
}
.gallery__slider {
	position: relative;
}
.gallery__slider .slick-track {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.gallery-item {
	height: 560px;
	margin: 0 12px;
}
.gallery-item a {
	display: block;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.gallery-item a img {
	display: block;
	width: auto;
	height: 100%;
}


















/* FAQ ----------------------------------------------------------------------------- */
.faq {
	padding-top: 3.5rem;
	    padding-top: 0.5rem;
	padding-bottom: 3rem;
	background: #d1e8f5;
}
.faq__head {
	color: var(--black);
	color: var(--blue);
}
.faq-item {
	margin-bottom: 10px;
	background: var(--white);
	border-radius: 12px;
}
.faq-item__head {
	padding: 1.5rem 3rem 1.5rem 1.5rem;
	position: relative;
	color: var(--black);
	font-family: var(--ff);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1;
	cursor: pointer;
}
.faq-item__head::before,
.faq-item__head::after {
	content: '';
	position: absolute;
	top: calc(1.5rem + 10px);
	right: calc(1.5rem + 10px);
	width: 20px;
	height: 4px;
	background: var(--blue);
}
.faq-item__head:hover::before,
.faq-item__head:hover::after {
	background: var(--black);
	transition: all .3s ease;
}
.faq-item__head::after {
	transform: rotate(90deg);
	opacity: 1;
	transition: all .3s ease;
}
.faq-item.active .faq-item__head::after {
	opacity: 0;
}
.faq-item__body {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.faq-item.active .faq-item__body {
	opacity: 1;
	max-height: 8000px;
	transition: all .3s ease;
}
.faq-item__text {
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.faq-item__text *:last-child {
	margin-bottom: 0;
}




	/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 4rem;
	padding-bottom: 2.5rem;
	background: var(--blue);
	color: var(--white);
}
.footer a {
	color: var(--white);
	text-decoration: none;
}
.footer__top {
	padding-bottom: 2.4rem;
}
.footer__logo {
	display: block;
	width: 304px;
	height: 104px;
	background: url("i/bg-logo-footer.svg") center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer__head {
	margin-bottom: 24px;
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.02;
}
.footer__nav ul {
	list-style: none;
}
.footer__nav li {
	margin-bottom: 15px;
}
.footer__nav a {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.footer__nav a:hover {
	text-decoration: underline;
}
.footer__program {
	max-width: 400px;
}
.footer__menu {
	max-width: 200px;
}
.footer__contact {
	max-width: 300px;
}
.footer__contact-item {
	margin-bottom: 15px;
	color: var(--white);
	font-size: 16px;
	    font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}
.footer__contact-item:last-child {
	margin-top: 2rem;
}
.footer__phone {
	font-size: 20px;
}


.footer__bottom {
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.footer__copyright {
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.56px;
}
.footer__bottom-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
.footer__bottom-nav li {
	margin-left: 15px;
}
.footer__bottom-nav a {
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.footer__bottom-nav a:hover {
	text-decoration: underline;
}




	/* Всплывающие окна */
.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: 100%;
	max-width: 400px;
	padding: 25px;
	background: #fff;
	text-align: center;
	z-index: 9999;
	
	/*max-width: 980px;*/
    /*max-height: 90vh;*/
	
	    border-radius: 10px;
}
.popup__close {
width: 37px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 0px;
    position: absolute;
    background: #ffffff;
    color: #0058a5;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    /* border: 1px solid #363636; */
    top: 11px;
    right: 15px;
    cursor: pointer;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}
.popup__title {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}
.popup__subtitle {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #000;
}
.popup__label {
	position: relative;
}
.popup__body input,
.popup__body textarea {
	width: 100%;
    height: 40px;
    margin-top: 12px;
    padding-left: 12px;
    border: 1px solid #eee;
    background-color: #FFF;
    outline: none;
    border-radius: 10px;
    line-height: 30px;
    color: #000;
	resize: vertical;
}
.popup-body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}
.popup-body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}

.popup__label .select select{
	width: 100%;
    height: 40px;
    margin-top: 12px;
    padding-left: 12px;
    border: 1px solid #eee;
    background-color: #FFF;
    outline: none;
    margin-top: 12px;
    outline: none;
    /* display: block; */

    border-radius: 1px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid rgb(211 211 211);
    outline: none;
    /* padding-left: 6%; */
    /* padding-right: 8%; */
    color: #191919;
    font-size: 13px;
    /* line-height: 1.5; */
	    border-radius: 10px;
		cursor: pointer;
		
		
	appearance: none;
    background: url(arrow_custom.svg) no-repeat right;
    background-position-x: calc(100% - 8px);
}
.popup input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.popup label {
    color: #535353;
    text-align: left;
    padding-left: 22px;
    cursor: pointer;
    font-size: 14px;
}
.popup label a {
    color: #252525;
    text-decoration: underline;
}

.checkbox_label{
	line-height: 0.9;
	    padding-bottom: 15px;
}
.popup__submit{
	padding-top: 15px;
}
/* Форма */


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

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



.go_back{
	    display: block;
    position: relative;
    padding: 15px;
}

.go_back a{
	    position: absolute;
    right: 10px;
    top: -35px;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 28px;
    margin: 0 8px 8px 0;
    background: var(--blue);
    border-radius: 15px;
    padding: 4px 16px;
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
	text-decoration: none;
}
.go_back1 a{
	    position: absolute;
  right: 80px;
    top: 50px;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 28px;
    margin: 0 8px 8px 0;
    background: var(--blue);
    border-radius: 15px;
    padding: 4px 16px;
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
	text-decoration: none;
	
	/*display: none;*/
}


.cl60{
	width: 60%;
}
	
/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1800px) {



}










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

	.container {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}


	.head {
		font-size: 64px;
	}


	.hero {
		min-height: 30rem;
		padding-top: 6rem;
	}
	.hero__box {
		max-width: 1240px;
		padding-bottom: 32px;
	}
	.hero__head {
		max-width: 920px;
		font-size: 120px;
	}
	.hero__desc {
		padding-top: 155px;
	}


	.tour-item__bottom-left {
		width: calc(100% - 244px);
	}
	.tour-item__bottom-right {
		width: 240px;
	}
	.tour-item__cost-item {
		font-size: 24px;
	}


	.product__info {
		width: 50%;
	}


	.attractions__head {
		font-size: 40px;
	}


	.client {
		padding-top: 3rem;
		padding-bottom: 5rem;
	}

}










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

	.head {
		font-size: 56px;
	}


	.header__nav,
	.header__box {
		width: auto;
	}
	.header-social {
		margin-right: 20px;
	}
	.header-lang {
		margin-left: 20px;
	}


	.hero {
		min-height: 28rem;
		padding-top: 5rem;
	}
	.hero__box {
		max-width: 1100px;
		padding-bottom: 24px;
	}
	.hero__head {
		max-width: 780px;
		font-size: 110px;
	}
	.hero__desc {
		padding-top: 135px;
	}


	.bg {
		height: 650px;
	}


	.tour__list {
		width: calc(100% + 1rem);
		margin-left: -0.5rem;
	}
	.tour-item {
		width: calc(50% - 1rem);
		margin: 0 0.5rem 1rem;
		border-radius: 1.2rem;
		padding: 1rem;
	}
	.tour-item__info {
		width: calc(100% - 160px);
	}
	.tour-item__title {
		font-size: 28px;
			font-size: 25px;
	}
	.tour-item__excerpt {
		padding-bottom: 12px;
		font-size: 14px;
		line-height: 1.3;
	}
	.tour-item__thumb {
		width: 150px;
		height: 150px;
		border-radius: 8px;
	}
	.tour-item__bottom-left {
		width: calc(100% - 204px);
	}
	.tour-item__time-head {
		margin-right: 5px;
		font-size: 18px;
	}
	.tour-item__time-item {
		margin: 0 5px 8px 0;
		border-radius: 12px;
		padding: 4px 12px;
	}
	.tour-item__bottom-right {
		width: 200px;
	}
	.tour-item__cost-item {
		font-size: 20px;
	}


	.main-info {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.main-info__text {
		width: 54%;
		width: 47%;
		font-size: 20px;
	}


	.attractions__head {
		font-size: 32px;
	}
	.attractions__way {
		width: 56%;
	}
	.attractions__way-label {
		width: 80px;
		font-size: 16px;
	}
	.attractions__way-value {
		width: calc(100% - 90px);
		font-size: 16px;
	}
	.attractions__map {
		width: 44%;
	}


	.client {
		padding-top: 2.5rem;
		padding-bottom: 3rem;
	}
	.client-item__name {
		font-size: 25px;
	}
	.client-item__desc {
		min-height: 56px;
		font-size: 20px;
	}


	.gallery-item {
		height: 480px;
		margin: 0 10px;
	}


	.faq-item__head {
		padding: 1rem 2rem 1rem 1rem;
		font-size: 24px;
	}
	.faq-item__head::before,
	.faq-item__head::after {
		top: calc(1rem + 10px);
		right: calc(1rem + 10px);
	}
	.faq-item__text {
		padding: 1rem;
	}


	.footer__program {
		max-width: 340px;
	}



}










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

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.head {
		font-size: 50px;
	}


	.header__nav ul {
		margin-left: -8px;
	}
	.header__nav li {
		margin-right: 10px;
	}
	.header__nav a {
		padding: 4px 8px;
		font-size: 15px;
	}
	.header-social {
		margin-right: 10px;
	}


	.hero {
		min-height: 26rem;
		padding-top: 4.5rem;
	}
	.hero__box {
		max-width: 980px;
	}
	.hero__head {
		max-width: 700px;
		font-size: 100px;
	}
	.hero__desc {
		max-width: 240px;
		padding-top: 130px;
		font-size: 20px;
	}


	.tour-item__info {
		width: calc(100% - 140px);
	}
	.tour-item__thumb {
		width: 130px;
		height: 130px;
	}
	.tour-item__bottom-left {
		width: 100%;
		padding-bottom: 8px;
	}
	.tour-item__bottom-right {
		width: 100%;
	}
	.tour-item__cost {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}


	.product__box {
		padding: 2.5rem 1.5rem 1rem;
	}
	.product__head {
		font-size: 40px;
	}

	.product__info-left {
		width: calc(100% - 228px);
	}
	.product__advant-text {
		width: calc(100% - 40px);
	}
	.product__info-right {
		width: 224px;
	}


	.ship {
		padding-top: 0.5rem;
		padding-bottom: 1rem;
	}


	.attractions__info {
		width: 100%;
		padding-bottom: 1rem;
	}
	.attractions__line {
		width: 100%;
	}


	.gallery-item {
		height: 400px;
		margin: 0 8px;
	}


	.footer {
		padding-top: 3rem;
		padding-bottom: 1rem;
	}
	.footer__logo {
		width: 200px;
		height: 76px;
	}

}











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

	.head {
		margin-bottom: 1.5rem;
		font-size: 42px;
	}


	.header__nav-btn {
		display: block;
	}
	.header__nav {
		position: absolute;
		top: 24px;
		left: 1rem;
		background: var(--blue);
		padding: 5px;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
	}
	.nav-active .header__nav {
		top: 40px;
		opacity: 1;
		pointer-events: auto;
	}
	.header__nav ul {
		display: block;
	}
	.header__nav li {
		margin: 0;
	}
	.header__nav a {
		padding: 5px 10px;
	}
	.header-social {
		margin-right: 10px;
	}


	.bg {
		height: 560px;
	}


	.hero {
		min-height: 22rem;
		padding-top: 4rem;
	}
	.hero__box {
		max-width: 880px;
	}
	.hero__head {
		max-width: 600px;
		font-size: 90px;
	}
	.hero__desc {
		max-width: 220px;
		padding-top: 115px;
		font-size: 20px;
	}


	.tour-item {
		width: calc(100% - 1rem);
	}
	.tour-item__bottom-left {
		width: calc(100% - 204px);
	}
	.tour-item__bottom-right {
		width: 200px;
	}
	.tour-item__cost-item {
		width: 100%;
	}


	.main-info__text {
		width: 60%;
		font-size: 18px;
	}
	.main-info__thumb {
		width: 38%;
	}


	.product__head {
		font-size: 32px;
	}
	.product__info-left,
	.product__info-right {
		width: 100%;
	}
	.product__info-right {
		padding-top: 0.2rem;
		padding-bottom: 1rem;
	}
	.product__info-right .tour-item__cost-item {
		width: auto;
		    width: calc(100% + 8px);
	}


	.client__top {
		margin-bottom: 1rem;
	}
	.client__head {
		margin-bottom: 0;
	}
	.client-item__name {
		font-size: 20px;
	}
	.client-item__desc {
		min-height: 40px;
		font-size: 17px;
	}


	.gallery-item {
		height: 320px;
	}


	.faq-item__head {
		font-size: 20px;
	}
	.faq-item__text {
		font-size: 16px;
	}


	.footer__logo {
		margin-bottom: 300px;
	}
	.footer__contact {
		position: absolute;
		top: 100px;
		left: 1rem;
	}
	.footer__copyright {
		font-size: 14px;
	}

}












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

	html {
		font-size: 18px;
	}


	.head {
		font-size: 36px;
	}


	.header {
		padding-top: 20px;
		padding-bottom: 16px;
	}


	.hero__head {
		max-width: 540px;
		font-size: 80px;
	}
	.hero__desc {
		width: 100%;
		max-width: 400px;
		padding-top: 15px;
		font-size: 20px;
	}
	.hero__button {
		min-width: 560px;
		min-height: 60px;
	}


	.product__box {
		padding: 1rem;
	}
	.product__gallery {
		width: 100%;
	}
	.product__info {
		width: 100%;
		padding-top: 1rem;
	}


	.ship-item__name {
		font-size: 28px;
	}


	.main-info__text {
		width: 100%;
	}
	.main-info__thumb {
		width: 50%;
		margin: 10px auto 0;
	}


	.client__slider {
		width: calc(100% + 1rem);
		margin-left: -0.5rem;
	}
	.client-item {
		width: calc(33.3% - 1rem);
		margin: 0 0.5rem;
	}


	.faq-item__head::before,
	.faq-item__head::after {
		top: calc(1rem + 10px);
		right: 1rem;
	}


	.footer__program {
		max-width: 300px;
	}

}












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

	.slick-arrow {
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
	}


	.ship-item {
		margin-bottom: 1rem;
		padding: 1rem;
	}
	.ship-item__info {
		width: calc(100% - 210px);
	}
	.ship-item__name {
		font-size: 24px;
	}
	.ship-item__desc {
		font-size: 14px;
		line-height: 1.4;
	}
	.ship-item__photo {
		width: 200px;
		border-radius: 12px;
	}


	.attractions {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.attractions__box {
		padding: 1rem 1rem 0.2rem;
	}
	.attractions__head {
		font-size: 28px;
	}

	.attractions__photo-item {
		width: calc(50% - 1rem);
	}


	.gallery {
		padding-top: 2rem;
		padding-bottom: 1.5rem;
	}
	.gallery-item {
		height: 250px;
		
        height: 183px;
    
	}


	.footer {
		padding-top: 2rem;
		padding-bottom: 0.5rem;
	}
	.footer__top {
		padding-bottom: 0;
	}
	.footer__nav li {
		margin-bottom: 8px;
	}
	.footer__logo {
		margin-bottom: 30px;
	}
	.footer__program,
	.footer__menu,
	.footer__contact {
		width: 100%;
		max-width: 100%;
		padding-bottom: 30px;
	}
	.footer__contact {
		position: relative;
		top: inherit;
		left: inherit;
	}
	.footer__contact-item {
		margin-bottom: 8px;
		font-size: 15px;
	}


	.footer__copyright {
		width: 100%;
		text-align: center;
	}
	.footer__bottom-nav {
		width: 100%;
		padding-top: 10px;
	}
	.footer__bottom-nav ul {
		width: 100%;
		justify-content: center;
	}
	.go_back a{
		display: none;
	}
	.go_back1 a{
		display: none;
	}
}












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

	html {
		font-size: 16px;
	}


	.head {
		font-size: 32px;
	}


	.header__box {
		justify-content: flex-end;
		max-width: 184px;
	}
	.header-social {
		margin-right: 4px;
	}
	.header__phone {
		order: -1;
		font-size: 18px;
	}
	.header__phone span{
		font-size: 12px;
	}
	.header-lang {
		margin-left: 4px;
	}


	.bg {
		height: 500px;
	}


	.hero {
		min-height: 20rem;
		padding-top: 3rem;
	}
	.hero__head {
		max-width: 420px;
		font-size: 70px;
	}
	.hero__button {
		min-width: 400px;
		min-height: 56px;
	}


	.tour-item__bottom-left,
	.tour-item__bottom-right {
		width: 100%;
	}
	.tour-item__cost {
		width: calc(100% + 16px);
		margin-left: -8px;
	}
	.tour-item__cost-item {
		width: auto;
		margin: 0 8px 8px;
		width: calc(100% + 8px);
	}


	.ship-item__info {
		width: 100%;
		padding-top: 0.5rem;
	}
	.ship-item__photo {
		order: -1;
		width: 100%;
	}


	.attractions__way {
		width: 100%;
		padding-bottom: 0.4rem;
	}
	.attractions__map {
		width: 100%;
	}


	.main-info__thumb {
		width: 80%;
	}

	.tour-item__button-list a {
		font-size: 12px;
	}
	.cl60{
		width: 100%;
	}
	
	
	.hero__dopinfo{
	
    background: transparent url(i/label_close.svg) no-repeat scroll 0 0;
	width: 209px;
    height: 67px;
    
    overflow: hidden;
	margin: 0 0 10px;
    padding: 4px 0 0 6px;
    
    position: relative;
	display: block;
	}
	.hero__dopinfo span{
		color: #fff;
		font-size: 15px;
		line-height: 15px;
		text-align: center;
		align-items: center;

		position: absolute;
		top: 22px;
	}
	
}












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

	.head {
		font-size: 28px;
	}

	.tour-item__button-list {
		flex-wrap: nowrap;
	}
	.slick-prev {
		left: 8px;
	}
	.slick-next {
		right: 8px;
	}

    .hero__box {
   
        padding-bottom: 54px;
    }
	.header__nav-btn {
		width: 28px;
	}
	.header__logo {
		width: 120px;
		height: 42px;
	}
	.header__box {
		max-width: 164px;
	}


	.hero__head {
		max-width: 380px;
		font-size: 50px;
		letter-spacing: -2px;
	}
	.hero__desc {
		max-width: 320px;
		font-size: 20px;
	}
	.hero__button {
		min-width: 250px;
	}
    .tour-item__title {
        font-size: 19px;
    }

	.tour {
		padding-top: 50px;
		        padding-top: 25px;
		padding-bottom: 20px;
	}
	.tour__list {
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.tour-item__info {
		width: 100%;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	.tour-item__thumb {
		order: -1;
		width: 100%;
		height: 160px;
			height: 220px;
	}


	.product__box {
		width: calc(100% + 0.8rem);
		margin-left: -0.4rem;
		padding: 0.8rem;
	}
	.product__photo {
		margin-bottom: 1rem;
	}
	.product__head {
		font-size: 27px;
		font-size: 25px;
	}


	.attractions__head {
		font-size: 24px;
	}
	
.client {
	padding-bottom: 1rem;
}
	
.faq {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

	.client__link {
		margin: 4px;
		padding: 8px;
	}
	.client__slider {
		width: calc(75% + 1rem);
	}
	.client-item {
		width: calc(100% - 1rem);
	}

}












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

