.header, .nav__item, .nav__name, .header__search-btn, .header__social-item, .Departure .btn {
	-webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.logo {
	width: 430px;
	height: 100%;
}

.logo h1{
	width: 100%;
    display: block;
    color: #333;
    font-size: 0.125rem;
    position: fixed;
    top: -999999px;
}

.nav__box {
 justify-content: flex-end;
}


.nav__name {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.nav__layer {
	max-height: calc(100vh - 55px);
	top: 100px;
}

.header__search {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}

.header__search-form {
	top: 55px;
}

.header__social-box {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.hamburger {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.header--fixed .nav__layer {
	max-height: calc(100vh - 70px);
}

.header--fixed .header__search-form {
	top: 70px;
}

.Departure {
	width: 160px;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
    left: 0;
    z-index: 12;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.logo {
	-ms-flex-line-pack: center;
	    align-content: center;
}

.logo span {
	margin-left: 5px;
	display: inline-block;
	color: #533B24;
	font-size: 24px;
	font-weight: 300;	
}

.logo__img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.logo__img img {
	height: 100%;
	display: block;
}

.header--fixed {
	position: fixed;
	top: 0;
	z-index: 12;
	background-color: #fff;
}

.nav__box {
	display: flex;
    align-items: center;
	height: 100%;
}


.nav {
	width: 100%;
	height: 100%;
}

.nav__item {
	width: auto;
	padding: 0;
	height: 100%;
	position: relative;
	font-size: 20px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 300;
	justify-content: center;
}

.nav__item::after {
	content: '';
	width: 0;
	height: 5px;
	position: absolute;
	background-color: #46cbca;
	-webkit-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
}


.nav__item::after {
	bottom: 0;
}

.header-block{ width: calc(100% - 450px);  height: 100%;   display: flex; align-items: center;  justify-content: flex-end;}
header .wrapper{ height: 100%; -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }



.nav__item--on::after {
	content: '';
	width: 100%;
}

.nav__item--on > .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__name {
	width: 100%;
	padding: 15px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #333;
	font-weight: bold;
	font-size: 21px;
	height: 100%;
	text-align: center;
}

.nav__name span {
	font-size: 16px;
	line-height: 24px;
	color: #767676;
	font-weight: normal;
	letter-spacing: 0.02rem;
}


.nav__btn {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	border-style: solid;
	border-color: rgba(83, 59, 36, 0);
	border-width: 0 0 0 1px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: none;
	
}

.nav__btn-icon {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.nav__btn-icon::after {
	content: '';
	width: 7px;
	height: 7px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav__layer {
	width: 240px;
	display: none;
	position: absolute;
	left: 0;
	z-index: 3;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

.nav__layer .nav__item {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	color: #fff;
	background-color: #1b6a6f;
	background-color: rgba(0,0,0,0.4);
	padding: 0;
}

.nav__layer .nav__item::before, .nav__layer .nav__item::after {
	display: none;
}

.nav__layer .nav__item .nav__layer {
	top: 0px;
	left: 100%;
}

.nav__layer .nav__item .nav__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom-width: 0;
}

.nav__layer .nav__item .nav__name {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 10px;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
	text-align: left;
}

.nav__layer .nav__item .nav__name:hover {
	background-color:#1d848a ;

}

.nav__layer .nav__item .nav__name::before {
	display: none;
}

.nav__layer .nav__item.nav__item--on > .nav__name {
	background-color:#1d848a;
}

.nav__layer--full {
	width: 100%;
	padding: 10px 20px;
	overflow-y: auto;
	position: fixed;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__item {
	width: 20%;
	border-width: 0;
}

.nav__layer--full .nav__item .nav__name {
	padding-right: 10px;
}

.nav__layer--full .nav__item .nav__btn {
	display: none;
}

.nav__layer--full .nav__item .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	left: 0;
}

.nav__layer--full .nav__layer {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	top: 0;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__layer .nav__item {
	width: 100%;
}


.nav__layer .nav__item .nav__layer .nav__item{ background-color: #33b8d0; }


.nav__prev {
	width: 40px;
	height: 60px;
	border-right: 1px solid rgba(83, 59, 36, 0);
	cursor: pointer;
	display: none;
	position: relative;
}

.nav__prev-icon {
	width: 40px;
	height: 40px;
	position: relative;
}

.nav__prev-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.header-top{
	display: flex;
    align-items: center;
    width: 280px;
    justify-content: flex-end;
	margin-left: 35px;
}

.hamburger {
	width: 40px;
	height: 100%;
	margin: auto;
	position: relative;
	cursor: pointer;
	display: none;
	z-index: 0;
	position: absolute;
    right: 10px;
    top: 0px;
}

.hamburger::after {
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #fff;
	content: "";
	z-index: -1;
}

.hamburger span {
	width: 20px;
	height: 2px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1d848a;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.hamburger span:nth-child(2) {
	-webkit-transform: translateY(-7px);
	    -ms-transform: translateY(-7px);
	        transform: translateY(-7px);
}

.hamburger span:nth-child(3) {
	-webkit-transform: translateY(7px);
	    -ms-transform: translateY(7px);
	        transform: translateY(7px);
}

.header__search {
	width: 250px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__search-icon {
	width: 50px;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-size: 30px;
	display: none;
}

.header__search-form {
	width: 100%;
	padding: 10px;
	z-index: 2;
	-webkit-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.header__search-form--on {
	left: 0;
}

.header__search-input {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 50px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 14px;
	line-height: 40px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__search-input::-webkit-input-placeholder {
	color: #777;
}

.header__search-input::-moz-placeholder {
	color: #777;
}

.header__search-input:-ms-input-placeholder {
	color: #777;
}

.header__search-input::-ms-input-placeholder {
	color: #777;
}

.header__search-input::placeholder {
	color: #777;
}

.header__search-input:focus::-webkit-input-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus::-moz-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus:-ms-input-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus::-ms-input-placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-input:focus::placeholder {
	color: rgba(119, 119, 119, 0.5);
}

.header__search-btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background-color: #fff;
	font-size: 22px;
	color: #533B24;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	position: absolute;
	right: 10px;
	top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}





header nav .nav-mobile{ display: none; }


.header-social a{ display: inline-block; width:30px; height:30px; margin-left:15px;}




.header__social-box {
	width: 120px;
}

.header__social-btn {
	width: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	cursor: pointer;
	color: #fff;
	position: relative;
	z-index: 0;
}

.header__social-btn i {
	font-size: 18px;
}

.header__social-btn::after {
	width: 40px;
	height: 40px;
	background: #533B24;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	content: "";
	z-index: -1;
}

.header__social {
	width: 100%;
	height: 100%;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-item {
	width: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__social-item img {
	width: 30px;
	height: auto;
}

.header__social-link {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-icon {
	font-size: 30px;
}

.header__social-facebook:hover {
	color: #1877F2;
}

.header__social-instagram:hover {
	color: #de2d75;
}

.header__social-twitter:hover {
	color: #1DA1F2;
}

.header__social-youtube:hover {
	color: #EE3123;
}

.header__social-LINE:hover {
	color: #00B900;
}









@media only screen and (max-width: 1570px) {
	.logo{ width: 350px;}
	.header-block{ width: calc(100% - 350px); }
	.header__social-box {
		width: 40px;
	}
	.header__social-btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		position: fixed;
		top: 82px;
		left: 100%;
		background: rgba(83, 59, 36, 0.9);
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.header__social--on {
		left: 0;
	}
	.header__social-item {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header__social-item.tw, .header__social-item.en {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social-item.tw img, .header__social-item.en img {
		width: 35px;
		height: 35px;
	}
	.header__social-item.language {
		display: none;
	}
}

.Departure {
	width: 140px;
	margin: 0 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.Departure .btn {
	border-color: #fff;
	border-width: 1px;
	color: #fff;
	font-weight: 300;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#715031+0,392819+100 */
	background: -webkit-gradient(linear, left top, left bottom, from(#715031), to(#392819));
	background: -o-linear-gradient(top, #715031 0%, #392819 100%);
	background: linear-gradient(to bottom, #715031 0%, #392819 100%);
}

.Departure .btn i {
	font-size: 22px;
	vertical-align: sub;
}


header .mobile-btn {
	width: 40px;
	height: 40px;
	display: none;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

header .mobile-btn .mobile-btn__burger {
	width: 20px;
	height: 3px;
	background: #000;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before, header .mobile-btn .mobile-btn__burger:after {
	content: '';
	width: 20px;
	height: 3px;
	display: block;
	position: absolute;
	border-radius: 5px;
	background: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

header .mobile-btn .mobile-btn__burger:before {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

header .mobile-btn .mobile-btn__burger:after {
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

header .mobile-btn.current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .mobile-btn.current .mobile-btn__burger {
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	transform: translateX(-15px);
	background: transparent;
}

header .mobile-btn.current .mobile-btn__burger:before {
	-webkit-transform: rotate(45deg) translate(10px, -10px);
	-ms-transform: rotate(45deg) translate(10px, -10px);
	transform: rotate(45deg) translate(10px, -10px);
	background: #000;
}

header .mobile-btn.current .mobile-btn__burger:after {
	-webkit-transform: rotate(-45deg) translate(10px, 10px);
	-ms-transform: rotate(-45deg) translate(10px, 10px);
	transform: rotate(-45deg) translate(10px, 10px);
	background: #000;
}


@media only screen and (min-width: 1024px) {
	.nav__item:hover::before, .nav__item:hover::after {
		content: '';
		width: 100%;
	}
	.header__search-btn:hover {
		color: #fff;
		background: #222628;
	}
	.header__social-item:hover {
		-webkit-transform: translateY(-4px);
		    -ms-transform: translateY(-4px);
		        transform: translateY(-4px);
	}

}


@media only screen and (max-width: 1300px) {
.logo{ width: 300px; }
.header-block{ width: calc(100% - 300px); }
.header{ height: 90px;}

}


@media only screen and (max-width: 1200px) {
.language{ margin-left: 10px; width: 35px; height: 35px; font-size: 16px; line-height: 35px; }
.nav__name, .nav__layer .nav__item .nav__name{ font-size: 17px; }
.logo{ width: 250px; }
.header-block{ width: calc(100% - 250px); }
.header-top{ margin-left: 0px; }
}


@media only screen and (max-width: 980px) {
	.Departure .btn:hover {
		color: #fff;
		-webkit-transform: translateY(-3px);
		    -ms-transform: translateY(-3px);
		        transform: translateY(-3px);
	}
	.header {
		padding: 0 10px;
		z-index: 12;
	}
	.header::after {
		display: none;
	}
	.header .wrapper {
		padding: 0;
	}
	.header--fixed .header__search-form {
		top: 60px;
	}
	
	.logo{ width: 250px;}
	.nav__box {
		width: 100%;
		height: 105%;
		padding-top: 85px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		background: #1d848a;
		position: fixed;
		top: -10px;
		right: -100%;
		z-index: 20;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
	}
	.nav__box--on {
		right: 0;
	}
	.nav {
		padding-left: 0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background: none;
		border: 0;
	}
	.nav__item {
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #3ec0c5;
	}
	
	.nav__item:hover {
		background-color: #489ea3;

	}
	.nav__name {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 5px 15px;
	}
	.nav__name span {
	color: #b7f3f7;
	}
	.nav__name:hover {
		background-color: #489ea3;

	}
	.nav__name::before {
		margin-right: 15px;
		color: #fff;
	}
	.nav__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__btn .nav__btn-icon {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.nav__btn--on .nav__btn-icon {
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.nav__btn--on .nav__btn-icon::after{
		left: 60px;
	}
	.nav__layer {
		width: 100%;
		top: 0;
		position: relative;
		background-color: #F8F8F8;
		border-width: 1px 0 0 0;
		
	}
	.nav__layer .nav__item .nav__btn {
		height: 45px;
	}
	.nav__layer .nav__item .nav__name {
		height: 45px;
		padding: 5px 10px;

	}
	.nav__layer .nav__item .nav__layer {
		/*padding-left: 20px;*/
		top: 0;
		left: 0;
		display: none;
	}
	.nav__layer .nav__item .nav__btn .nav__btn-icon{ display: none; }
	.nav__layer .nav__item:first-child {
		/*border-top: 1px solid rgba(83, 59, 36, 0);*/
	}
	.nav__layer .nav__item:last-child {
		border-bottom: 0;
	}
	.nav__layer .nav__item .nav__name{ text-align: center; display: flex;  justify-content: center; align-items: center;}
	.nav__layer--on {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__box--turnover .nav__btn-icon {
		-webkit-transform: rotate(0);
		    -ms-transform: rotate(0);
		        transform: rotate(0);
	}
	.nav__box--turnover .nav__layer {
		height: 100%;
		overflow-y: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-line-pack: start;
		    align-content: flex-start;
		background-color: #222628;
		border-width: 0;
		position: fixed;
		left: 100%;
		z-index: 3;
		-webkit-transition: left .3s ease-out;
		-o-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(1) {
		border-top-width: 0;
	}
	.nav__box--turnover .nav__layer .nav__item:nth-child(2) {
		border-top: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__box--turnover .nav__layer .nav__item:last-child {
		border-bottom: 1px solid rgba(83, 59, 36, 0);
	}
	.nav__box--turnover .nav__layer .nav__layer {
		padding-left: 0;
		left: 100%;
	}
	.nav__box--turnover .nav__layer .nav__layer--on {
		left: 0;
	}
	.nav__box--turnover .nav__layer--on {
		left: 0;
		top: 0;
	}
	.nav__box--turnover .nav__prev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hamburger--on {
		height: 60px;
		position: fixed;
		top: 0;
		right: 10px;
		z-index: 999;
	}
	.hamburger--on span:nth-child(1) {
		opacity: 0;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}
	.hamburger--on span:nth-child(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		    -ms-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.hamburger--on span:nth-child(3) {
		-webkit-transform: translateY(0) rotate(-45deg);
		    -ms-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}


	.header__social {
		top: 60px;
	}
	.header__seo {
		text-align: left;
	}
	.Departure {
		margin-right: 10px;
	}

	.header .nav-mobile{ display: block; }
	header nav .nav__item:not(:last-child):after{ height: 17px; margin-left: 15px; }
	header nav{ padding: 13px 0 10px; height: calc(100% - 36px); }

	header nav .nav_inner{ top: 27px; }


	.header-btn{ width: 100%; justify-content: flex-end; }
	.header-block{ padding-top: 0; }
	.nav__name{ color: #fff;}
	.nav__layer .nav__item{ background-color: #1b6a6f;}
	.header-social a{ position: absolute; right: 60px; top: 29px; }
}

@media only screen and (max-width: 980px) {
.nav__layer .nav__item .nav__layer .nav__item{ background: #1b6a6f; }
}

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

header .mobile-btn{ top: 30%; }
.header-block{ display: flex; align-items: center; justify-content: flex-end; }
.header-top{ margin-right: 50px;}

}


@media only screen and (max-width: 640px) {
	.header .wrapper {
		padding: 0 7px;
	}
	.logo span {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.313rem;
		margin-left: 0;
	}
	.header-top{ margin-right: 45px; }

}

@media only screen and (max-width: 480px) {
.header-block{ width: auto;}
.header-top{ margin-right: 35px; }
.header{ height: 70px; }
.header-social a{ top: 21px; width: 27px; height: 27px; }
}

@media only screen and (max-width: 360px) {
.logo{ width: 200px;}
}