/**************************** FONTS *****************************/

@font-face {
    font-family: 'Noah';
    src: local('Noah Regular'), local('Noah-Regular'),
        url('../fonts/Noah/Noah-Regular.woff2') format('woff2'),
        url('../fonts/Noah/Noah-Regular.woff') format('woff'),
        url('../fonts/Noah/Noah-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noah';
    src: local('Noah Bold'), local('Noah-Bold'),
        url('../fonts/Noah/Noah-Bold.woff2') format('woff2'),
        url('../fonts/Noah/Noah-Bold.woff') format('woff'),
        url('../fonts/Noah/Noah-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: 'icons';
	src: url('../fonts/icons/icons.eot?44056190');
	src: url('../fonts/icons/icons.eot?44056190#iefix') format('embedded-opentype'),
	     url('../fonts/icons/icons.woff2?44056190') format('woff2'),
	     url('../fonts/icons/icons.woff?44056190') format('woff'),
	     url('../fonts/icons/icons.ttf?44056190') format('truetype'),
	     url('../fonts/icons/icons.svg?44056190#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before { content: '\e800'; }
.icon-close:before { content: '\e801'; }
.icon-whatsapp:before { content: '\e802'; }
.icon-telegram:before { content: '\e803'; }
.icon-arrow:before { content: '\e804'; }
.icon-calendar:before { content: '\e805'; }
.icon-check:before { content: '\e806'; }
.icon-cost:before { content: '\e807'; }
.icon-zoom:before { content: '\e808'; }

/**************************** /FONTS ****************************/
/**************************** DEFAULT STYLES ********************/

html, body {
	height: 100%;
}

body {
	position: relative;
	min-width: 320px;
	font: 400 20px/1.6 'Noah', sans-serif;
	color: #222;
	background: #fff url('../img/bg1.png') no-repeat top left / 63vw auto;
}

div, section, nav, ul, ol, li {
	position: relative;
}

input, textarea, button {
	outline: 0px none;
}

ul, ol {
	margin: 0;
	padding: 0;
}

li {
	position: relative;
	list-style: none;
}

a,
a:focus {
	color: #2988bc;
    outline: none;
    text-decoration: none;
	-webkit-transition: all .15s linear 0s;
		 -o-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

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

table {
	width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 20px 2px;
	font: 400 18px/56px 'Noah', sans-serif;
	border: 2px solid #e7eef2;
	border-radius: 6px;
	background-color: transparent;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
	border-color: #2988bc;
	-webkit-box-shadow: inset 0 2px 6px 0 rgb(47 73 110 / 25%);
			box-shadow: inset 0 2px 6px 0 rgb(47 73 110 / 25%);
}

input[type="submit"] {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0;
	font-size: 20px;
	line-height: 56px;
	font-weight: bold;
	border: 0;
	border-radius: 28px;
	background: transparent;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 0 30px rgba(237,140,114,1);
			box-shadow: inset 0 0 0 30px rgba(237,140,114,1);
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

input[type="submit"]:hover {
	color: #ed8c72;
	-webkit-box-shadow: inset 0 0 0 2px rgba(237,140,114,1);
			box-shadow: inset 0 0 0 2px rgba(237,140,114,1);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: .5;
    color: #2f496e;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: .5;
    color: #2f496e;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: .5;
    color: #2f496e;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: .5;
    color: #2f496e;
}

form .error {
	border-color: red !important;
}

.popupForm__label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.jq-number {
	display: flex;
}

.jq-number__field {
	order: 2;
	width: 86px;
}

.jq-number__field input[type="number"] {
    width: 86px;
    height: 56px;
    padding: 0 20px 2px;
    font: 400 18px/56px 'Noah', sans-serif;
    text-align: center;
    border: 2px solid #e7eef2;
    border-radius: 6px;
    background-color: transparent;
    -webkit-transition: all .15s linear 0s;
       -moz-transition: all .15s linear 0s;
    		transition: all .15s linear 0s;
}

.jq-number__field input[type="number"]:focus {
	border-color: #2988bc;
	-webkit-box-shadow: inset 0 2px 6px 0 rgb(47 73 110 / 25%);
			box-shadow: inset 0 2px 6px 0 rgb(47 73 110 / 25%);
}

.jq-number__spin {
	width: 56px;
	height: 56px;
	font-size: 30px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
}

.jq-number__spin.minus {
	order: 1;
}

.jq-number__spin.minus:after {
	content: '–';
}

.jq-number__spin.plus {
	order: 3;
}

.jq-number__spin.plus:after {
	content: '+';
}

.date{
	width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
    border: 2px solid #e7eef2;
    border-radius: 6px;
    background: none;
}

.jq-selectbox,
.jq-select-multiple {
	display: block !important;
}

.popup__form_narrow .jq-selectbox__select {
	width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
    border: 2px solid #e7eef2;
    border-radius: 6px;
    background: none;
    -webkit-cursor: pointer;
       -moz-cursor: pointer;
        -ms-cursor: pointer;
         -o-cursor: pointer;
            cursor: pointer;
    -webkit-transition: all .15s linear 0s;
    	 -o-transition: all .15s linear 0s;
    		transition: all .15s linear 0s;
}

.jq-selectbox.opened .jq-selectbox__select {
	border-color: #2988bc;
	-webkit-box-shadow: inset 0 2px 6px 0 rgb(47 73 110 / 25%);
			box-shadow: inset 0 2px 6px 0 rgb(47 73 110 / 25%);
}

.jq-selectbox__select-text {
    width: 100%;
    height: 52px;
    line-height: 54px;
}

.jq-selectbox__select:hover .jq-selectbox__select-text {
	
}

.jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 8px;
}

.jq-selectbox__trigger:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 8px;
	font: 12px/8px 'icons';
	content: '\e804';
	transform: rotate(90deg);
}

.jq-selectbox__dropdown {
	top: 54px;
    left: 0;
    width: 100%;
    height: 50px;
}

.jq-selectbox__dropdown ul {
	top: 3px;
	width: 100%;
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 10px 0 rgba(47 73 110 / 15%);
            box-shadow: 0 5px 10px 0 rgba(47 73 110 / 15%);
}

.jq-selectbox li {
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    background-color: #fff;
    -webkit-cursor: pointer;
       -moz-cursor: pointer;
    	-ms-cursor: pointer;
    	 -o-cursor: pointer;
    		cursor: pointer;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    color: #fff;
    background-color: #2988bc;
}

.jq-selectbox li, .jq-select-multiple li {
	white-space: normal;
}

.container {
	max-width: 1296px;
}

.btn {
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.btn_small {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	border-radius: 24px;
}

.btn_big {
	height: 56px;
	font-size: 20px;
	line-height: 56px;
	border-radius: 28px;
}

.btn_fill,
.btn_fill:focus {
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 30px rgba(237,140,114,1);
			box-shadow: inset 0 0 0 30px rgba(237,140,114,1);
}

.btn_fill:hover {
	color: #ed8c72;
	-webkit-box-shadow: inset 0 0 0 2px rgba(237,140,114,1);
			box-shadow: inset 0 0 0 2px rgba(237,140,114,1);
}

.btn_empty,
.btn_empty:focus {
	color: #ed8c72;
	-webkit-box-shadow: inset 0 0 0 2px rgba(237,140,114,1);
			box-shadow: inset 0 0 0 2px rgba(237,140,114,1);
}

.btn_empty:hover {
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 30px rgba(237,140,114,1);
			box-shadow: inset 0 0 0 30px rgba(237,140,114,1);
}

.socialList {
	display: flex;
}

.socialList__item:not(:last-child) {
	margin-right: 18px;
}

.socialList__link {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.socialList__link_bg_blue {
	background-color: #f8fcff;
}

.socialList__link:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	font: 24px/52px 'icons';
	text-align: center;
	color: #2988bc;
}

.socialList__link_in:after {
	content: '\e800';
}

.socialList__link_wa:after {
	content: '\e802';
}

.socialList__link_tg:after {
	content: '\e803';
}

.socialList__link:hover {
	background: #ed8c72;
}

.socialList__link:hover:after {
	color: #fff;
}

.txtAccent {
	font-weight: bold;
	color: #2f496e;
}

.anchorLink,
.anchorLink:focus,
.anchorLink:hover {
	color: #ed8c72;
}

.anchorLink {
	border-bottom: 1px dashed #ed8c72;
}

.anchorLink:hover {
	border-bottom: none;
}

/**************************** /DEFAULT STYLES *******************/
/**************************** POPUP *****************************/

.mfp-wrap {
	background-color: rgba(21,30,42,.85) !important;
}

/*

img.mfp-img {
	padding: 0 !important;
}

.mfp-figure figure {
	margin: 40px 0 !important;
}

.mfp-bottom-bar {
	margin-top: 4px !important;
}

*/

.mfp-figure:after {
    box-shadow: 0 0 40px rgba(21,30,42,1);
    background: rgba(21,30,42,1);
}

.mfp-image-holder .mfp-close {
	top: 0 !important;
    right: -40px !important;
    padding-right: 0 !important;
    height: 40px !important;
    font-size: 36px !important;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-default;
    cursor: -webkit-default;
    cursor: default;
}

.mfp-close {
	position: absolute;
	width: 40px !important;
	height: 40px !important;
	top: -40px !important;
	right: -40px !important;
	cursor: pointer !important;
}

.mfp-close:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	font: 20px/40px 'icons';
	text-align: center;
	color: #fff;
	content: '\e801';
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
	opacity: .5;
}

.mfp-close:hover:after {
	transform: rotate(180deg);
	opacity: 1;
}

.mfp-content {
	padding: 40px;
}

.popup {
    margin: 0 auto;
    padding: 60px 70px;
    background-color: #fff;
}

.popup_wide {
	max-width: 1266px;
}

.popup_narrow {
	max-width: 540px;
}

.popup_card {
	background-image: url('../img/bg3.jpg');
	background-repeat: no-repeat;
	background-position: -300px 130px;
}

.popup__title {
	margin: 0 0 37px;
	font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
}

.popup__title_cntr {
	text-align: center;
}

.popup__titleWrp {
	padding: 0 2px;
    background-image: linear-gradient(to right, #f8fcff 0%, #f8fcff 100%);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 100% 12px;
}

.popup__subTitle {
	font-size: 24px;
}

.popup__subTitle_type1 {
	margin: 0 0 28px;
}

.popup__subTitle_type2 {
	margin: -22px 0 15px;
	line-height: 1.25;
	text-align: center;
	color: #2f496e;
}

.popup__smallTitle {
	margin: 0 0 27px;
	font-size: 20px;
	text-align: center;
	color: #2f496e;
}

.popup__content {
	display: flex;
}

.popup__descr {
	width: calc(100% - 320px);
	padding-right: 50px;
}

.popup__meta {
	display: flex;
}

.popup__img {
	max-width: 382px;
	margin-bottom: 32px;
}

.popup__img img {
	display: block;
	width: 100%;
	height: auto;
}

.popup__info {
	width: calc(100% - 382px);
	padding: 20px 0 0 40px;
}

.popup__descr p {
	margin: 0 0 22px;
}

.popup__descr h3 {
	margin: 10px 0 22px;
}

.popup__descr-list {
	margin-bottom: 22px;
}

.popup__descr-list li {
	position: relative;
	padding-left: 40px;
}

.popup__descr-list li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    font: 12px/30px 'icons';
    text-align: center;
    color: #2988bc;
    content: '\e806';
    border-radius: 50%;
    background-color: #f8fcff;
}

.popup__form_narrow {
	width: 320px;
}

.popup__info ul {
	margin-bottom: 22px;
}

.popup__info ul li {
	position: relative;
	padding-left: 40px;
	font-weight: bold;
}

.popup__info ul li:not(:last-child) {
	margin-bottom: 10px;
}

.popup__info ul li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    font: 12px/30px 'icons';
    text-align: center;
    color: #2988bc;
    content: '\e806';
    border-radius: 50%;
    background-color: #f8fcff;
}

.popup__cost {
	padding-left: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #2f496e;
}

.popup__cost:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	font: 16px/40px 'icons';
	text-align: center;
	content: '\e807';
}

.popupForm__field {
	margin-bottom: 15px;
}

.popupForm__note {
	padding: 5px 0 15px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	color: #aaa;
}

.responseMessage {
	text-align: center;
}

.responseMessage__content {
	text-align: center;
}

/**************************** /POPUP ****************************/
/**************************** HEADER ****************************/

.pageHeader {
	padding-top: 61px;
	padding-bottom: 59px;
}

.pageHeader__row {
	height: 100px;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100px;
}

.pageHeader__menu {
	display: flex;
	justify-content: center;
}

.pageHeader__menuItem:not(:last-child) {
	margin-right: 40px;
}

.pageHeader__menuItem a {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

.phone a {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}

.phone a,
.phone a:focus {
	color: #2f496e;
}

.phone a:hover {
	color: #ed8c72;
}

.burger {
    display: none;
}

.burger {
    position: absolute;
    width: 40px;
    height: 31px;
    top: calc(50% - 15px);
    right: 0;
    cursor: pointer;
}

.burger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2988bc;
    -webkit-transition: all .25s linear 0s;
         -o-transition: all .25s linear 0s;
            transition: all .25s linear 0s;
}

.burger__bar:nth-child(1) {
    top: 0;
}

.burger__bar:nth-child(3) {
    bottom: 0;
}

.burger__bar:nth-child(2) {
    top: 15px;
}

.burger_active .burger__bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        -ms-transform: rotate(-45deg) translate(-10px, 10px);
         -o-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
}

.burger_active .burger__bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
        -ms-transform: rotate(45deg) translate(-10px, -10px);
         -o-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
}

.burger_active .burger__bar:nth-child(2) {
    opacity: 0;
}

/**************************** /HEADER ***************************/
/**************************** BODY ******************************/

.promo {
	padding-bottom: 169px;
}

.promo__gallery img {
	display: block;
	max-width: 294px;
}

.promo__img2 {
	position: absolute;
	bottom: -80px;
	right: 0;
}

.promo__img3 {
	position: absolute;
	bottom: 40px;
	right: -110px;
}

.promo__txt {
	padding-top: 63px;
}

.promo__txt1 {
	padding-top: 0;
	padding-left: 100px;
}

.promo__title {
	margin: 0 0 65px;
	font-size: 62px;
	line-height: 1.2;
	font-weight: bold;
	color: #2f496e;
}

.promo__descr {
	margin-bottom: 48px;
	font-size: 32px;
	line-height: 1.375;
}

.promo__descr1 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.375;
}

.promo__txt,
.promo__social {
	padding-left: 30px;
}

.features {
	padding-bottom: 94px;
}

.featuresList {
	display: flex;
	flex-wrap: wrap;
}

.featuresList__item {
	width: 20%;
}

.featuresList__img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin-bottom: 22px;
	z-index: 2;
}

.featuresList__img img {
	display: block;
}

.featuresList__title {
	font-size: 18px;
	line-height: 1.3333;
	font-weight: bold;
	text-align: center;
	color: #2f496e;
	z-index: 1;
}

.featuresList__title:after {
	content: '';
	position: absolute;
	top: calc(50% - 38px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #f8fcff;
	z-index: -1;
}

.section {
	padding-top: 91px;
	background: url('../img/wave.png') repeat-x top left;
}

.section__head {
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
}

.section__title {
	position: relative;
	margin: 0;
	font-size: 36px;
	color: #2f496e;
	z-index: 1;
}

.section__titleShadow {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	font-size: 66px;
	color: #f8fcff;
	z-index: -1;
}

.routes {
	padding-bottom: 100px;
}

.routes__head {
	margin-bottom: 89px;
}

.routesList {
	margin-bottom: 14px;
}

.routesList__item {
	width: calc(100% - 20px);
	max-width: 382px;
	margin: 0 auto 50px;
	background-color: #fff;
	box-shadow: 0 5px 50px 0 rgba(47,73,110,.05);
}

.routesList__itemGallery {
	margin-bottom: 2px;
}

.routesList__itemGallery img {
	display: block;
	max-width: 100%;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

.routeGallery__item a {
	position: relative;
	display: block;
	background-color: #2988bc;
}

.routeGallery__item a:after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	font: 28px/40px 'icons';
	text-align: center;
	color: #fff;
	content: '\e808';
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
}

.routeGallery__item:hover a:after {
	transform: scale(1);
	opacity: 1;
}

.routeGallery__item:hover a img {
	opacity: .5;
}

.routeGallery_nav {
	position: absolute;
	top: calc(50% - 20px);
	left: 20px;
	width: calc(100% - 40px);
	height: 40px;
}

.routeGallery_nav .owl-prev,
.routeGallery_nav .owl-next {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: rgba(41,136,188,.5);
	cursor: pointer;
	-webkit-transition: all .15s linear 0s;
	   -moz-transition: all .15s linear 0s;
			transition: all .15s linear 0s;
	z-index: 1;
}

.routeGallery_nav .owl-prev:hover,
.routeGallery_nav .owl-next:hover {
	transform: scale(1.15);
}

.routeGallery_nav .owl-prev.disabled,
.routeGallery_nav .owl-next.disabled,
.routeGallery_nav .owl-prev.disabled:hover,
.routeGallery_nav .owl-next.disabled:hover {
	opacity: .5 !important;
	transform: scale(1) !important;
	cursor: default !important;
	background-color: rgba(0,0,0,.25) !important;
}

.routeGallery_nav .owl-prev {
	left: 0;
}

.routeGallery_nav .owl-next {
	right: 0;
}

.routeGallery_nav .owl-prev:after,
.routeGallery_nav .owl-next:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	font: 14px/36px 'icons';
	text-align: center;
	text-indent: 2px;
	content: '\e804';
	color: #fff;
}

.routeGallery_nav .owl-prev:after {
	-webkit-transform: scale(-1, 1);
	   -moz-transform: scale(-1, 1);
		 -o-transform: scale(-1, 1);
			transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.routesList__content {
	padding: 30px 30px 40px;
	text-align: center;
}

.routesList__itemTitle {
	margin: 0 0 17px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
}

.routesList__itemTitle_wrp {
	padding: 0 2px;
	background-image: linear-gradient(to right, #f8fcff 0%, #f8fcff 100%);
	background-repeat: repeat-x; 
	background-position: 0 100%; 
	background-size: 100% 12px;
}

.routesList__itemTxt {
	margin-bottom: 30px;
}

.routesList__itemTxt p {
	margin: 0 0 8px;
}

.routesList__itemBtnLink {
	margin-bottom: 15px;
}

.routesNote__txt {
	margin-bottom: 27px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.routesNote__btn {
	position: relative;
	display: block;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    z-index: 999;
    background: #2988bc;
    cursor: pointer;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.routesNote__btn,
.routesNote__btn:focus,
.routesNote__btn:hover {
	color: #fff;
}

@keyframes hoverWave {

	0% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 0 rgb(41 136 188 / 20%), 0 0 0 0 rgb(41 136 188 / 20%);
	}
	40% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 15px rgb(41 136 188 / 20%), 0 0 0 0 rgb(41 136 188 / 20%);
	}
	80% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 30px rgb(41 136 188 / 0%), 0 0 0 26.7px rgb(41 136 188 / 7%);
	}
	100% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 30px rgb(41 136 188 / 0%), 0 0 0 40px rgb(41 136 188 / 0%);
	}

}

@-webkit-keyframes hoverWave {

	0% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 0 rgb(41 136 188 / 20%), 0 0 0 0 rgb(41 136 188 / 20%);
	}
	40% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 15px rgb(41 136 188 / 20%), 0 0 0 0 rgb(41 136 188 / 20%);
	}
	80% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 30px rgb(41 136 188 / 0%), 0 0 0 26.7px rgb(41 136 188 / 7%);
	}
	100% {
	    box-shadow: 0 8px 10px rgb(41 136 188 / 30%), 0 0 0 30px rgb(41 136 188 / 0%), 0 0 0 40px rgb(41 136 188 / 0%);
	}

}

.routesNote__btn i {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
    animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes shake {

	0% {
	    transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	    -webkit-transform: rotateZ(0deg);
	}
	10% {
	    transform: rotateZ(-30deg);
	    -ms-transform: rotateZ(-30deg);
	    -webkit-transform: rotateZ(-30deg);
	}
	20% {
	    transform: rotateZ(15deg);
	    -ms-transform: rotateZ(15deg);
	    -webkit-transform: rotateZ(15deg);
	}
	30% {
	    transform: rotateZ(-10deg);
	    -ms-transform: rotateZ(-10deg);
	    -webkit-transform: rotateZ(-10deg);
	}
	40% {
	    transform: rotateZ(7.5deg);
	    -ms-transform: rotateZ(7.5deg);
	    -webkit-transform: rotateZ(7.5deg);
	}
	50% {
	    transform: rotateZ(-6deg);
	    -ms-transform: rotateZ(-6deg);
	    -webkit-transform: rotateZ(-6deg);
	}
	60% {
	    transform: rotateZ(5deg);
	    -ms-transform: rotateZ(5deg);
	    -webkit-transform: rotateZ(5deg);
	}
	70% {
	    transform: rotateZ(-4.28571deg);
	    -ms-transform: rotateZ(-4.28571deg);
	    -webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
	    transform: rotateZ(3.75deg);
	    -ms-transform: rotateZ(3.75deg);
	    -webkit-transform: rotateZ(3.75deg);
	}
	90% {
	    transform: rotateZ(-3.33333deg);
	    -ms-transform: rotateZ(-3.33333deg);
	    -webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
	    transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	    -webkit-transform: rotateZ(0deg);
	}

}

@-webkit-keyframes shake {

	0% {
	    transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	    -webkit-transform: rotateZ(0deg);
	}
	10% {
	    transform: rotateZ(-30deg);
	    -ms-transform: rotateZ(-30deg);
	    -webkit-transform: rotateZ(-30deg);
	}
	20% {
	    transform: rotateZ(15deg);
	    -ms-transform: rotateZ(15deg);
	    -webkit-transform: rotateZ(15deg);
	}
	30% {
	    transform: rotateZ(-10deg);
	    -ms-transform: rotateZ(-10deg);
	    -webkit-transform: rotateZ(-10deg);
	}
	40% {
	    transform: rotateZ(7.5deg);
	    -ms-transform: rotateZ(7.5deg);
	    -webkit-transform: rotateZ(7.5deg);
	}
	50% {
	    transform: rotateZ(-6deg);
	    -ms-transform: rotateZ(-6deg);
	    -webkit-transform: rotateZ(-6deg);
	}
	60% {
	    transform: rotateZ(5deg);
	    -ms-transform: rotateZ(5deg);
	    -webkit-transform: rotateZ(5deg);
	}
	70% {
	    transform: rotateZ(-4.28571deg);
	    -ms-transform: rotateZ(-4.28571deg);
	    -webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
	    transform: rotateZ(3.75deg);
	    -ms-transform: rotateZ(3.75deg);
	    -webkit-transform: rotateZ(3.75deg);
	}
	90% {
	    transform: rotateZ(-3.33333deg);
	    -ms-transform: rotateZ(-3.33333deg);
	    -webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
	    transform: rotateZ(0deg);
	    -ms-transform: rotateZ(0deg);
	    -webkit-transform: rotateZ(0deg);
	}

}

.schedule {
	padding-bottom: 80px;
}

.schedule__inside {
	background: url('../img/bg2.jpg') no-repeat -260px 120px;
}

.schedule__head {
	margin-bottom: 66px;
}

.schedule__intro {
	font-size: 22px;
	text-align: center;
}

.schedule__calendar {
	margin-bottom: 19px;
}

.schedule__calendar:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	font: 23px/50px 'icons';
	text-align: center;
	content: '\e805';
	color: #2988bc;
	background-color: #f8fcff;
	border-radius: 50%;
}

.schedule__txt {
	margin-bottom: 60px;
	font-weight: bold;
}

.scheduleTable {
	/*
	margin-bottom: 60px;
	*/
}

.scheduleTable__item {
	padding: 33px 40px 6px;
	border: 2px solid #e7eef2;
}

.scheduleTable__item:not(:first-child) {
	margin-top: -2px;
}

.scheduleTable__day {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #2f496e;
}

.scheduleTable__descr {
	display: flex;
	padding-bottom: 14px;
}

.scheduleTable__title {
	width: calc(100% - 420px);
	margin-right: 30px;
	padding-top: 6px;
	font-size: 20px;
	font-weight: bold;
}

.scheduleTable__cost {
	width: 180px;
	margin-right: 30px;
	padding-top: 6px;
	font-size: 24px;
	font-weight: bold;
	color: #2f496e;
	text-align: right;
}

.scheduleTable__btn {
	width: 240px;
}

.schedule__moreBtn {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.corpAndGift {
	padding-top: 0 !important;
	padding-bottom: 156px;
	overflow: hidden;
}

.corpAndGift__inside {
	background: url('../img/bg3.jpg') no-repeat calc(100% + 70px) calc(50% - 50px) / 600px auto;
}

.corpAndGift__head {
	margin-bottom: 59px;
	text-align: left;	
}

.corpAndGift__titleShadow {
	width: 125%;
}

.corpAndGift__img {
	margin-bottom: 37px;
	padding-right: 108px;
}

.corpAndGift__img1 {
	margin-bottom: 20px;
	padding-right: 0;
}

.corpAndGift__img2 {
	padding-top: 15px;
	margin-bottom: 0;
	padding-right: 0;
}

.corpAndGift__img img {
	display: block;
	width: 100%;
	max-width: 510px;
	height: auto;
}

.corpAndGift__txt {
	padding-right: 78px;
}

.corpAndGift__txt p {
	margin: 0 0 32px;
}

.corpAndGift__txt ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}

.corpAndGift__txt ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	font: 12px/30px 'icons';
	text-align: center;
	color: #2988bc;
	content: '\e806';
	border-radius: 50%;
	background-color: #f8fcff;
}

.corporate,
.gift {
	padding-top: 15px;
}

.corporate,
.gift1 {
	padding-top: 15px;
}


.corporate__txt {
	margin-bottom: 50px;
}

.gift__itemHead {
	display: flex;
	justify-content: space-between;
	max-width: 470px;
	margin-bottom: 11px;
}

.gift__itemTitle {
	margin: 0;
	font-size: 22px;
	line-height: 1.45;
	text-transform: uppercase;
}

.gift__itemTitle_wrp {
	padding: 0 2px;
	background-image: linear-gradient(to right, #f8fcff 0%, #f8fcff 100%);
	background-repeat: repeat-x; 
	background-position: 0 100%; 
	background-size: 100% 12px;
}

.gift__itemCost {
	font-size: 22px;
	line-height: 1.45;
}

.corpAndGift__txt ul.gift__ul li {
	margin-bottom: 20px;
}

.corporate,
.gift {
	height: 100%;
}

.corpAndGift__btn {
	position: absolute;
	bottom: -76px;
	left: 0;
	width: 372px;
}

.faq {
	padding-bottom: 80px;
}

.faq__head {
	margin-bottom: 69px;
}

.faq__item:not(:last-child) {
	margin-bottom: 30px;
}

.faq__item {
    transition: all .3s;
}
  
.faq__item.selected {
    transform: translateY(-20px);
    margin-bottom: -10px;
    z-index: 2;
    box-shadow: 0 5px 50px rgba(47,73,110,.05);
}

.faq__question {
	padding: 18px 70px 17px 30px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
	background-color: #2988bc;
    transition: background .3s;
    overflow: hidden;
}

.faq__question:hover,
.faq .selected .faq__question {
    cursor: pointer;
    background-color: #2477a3;
}

.faq .selected .faq__question {
    border-radius: 3px 3px 0 0;
}

.faq__question:before,
.faq__question:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: transform .3s;
}

.faq__question:before {
    transform: rotate(0deg);
    animation: close-line-one-in .8s forwards;
}
    
.faq .selected .faq__question:before {
    animation: close-line-one-out .8s forwards;
}
  
.faq__question:after {
    transform: rotate(90deg);
    animation: close-line-two-in .8s forwards;
}
    
.faq .selected .faq__question:after {
    animation: close-line-two-out .8s forwards;  
}

.faq__answer {
    height: auto;
    overflow: hidden;
    transition: height .5s;
    will-change: height;
    opacity: 0;
    background-color: #fff;
    transform: translateY(20px);
    transition: all ease-out .4s .1s;
}

.faq .selected .faq__answer {
    border-radius: 0 0 .3rem .3rem;
    transform: translateY(0);
    opacity: 1;
}
  
.faq .collapsed .faq__answer {
    display: none;
}

.faq__answerInside {
	padding: 27px 30px 40px;
	border-radius: 3px;
	background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.faq__answerInside p:not(:last-child),
.faq__answerInside ul:not(:last-child) {
	margin: 0 0 22px;
}

.faq__answerInside ul li {
	position: relative;
	padding-left: 40px;
}

.faq__answerInside ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	font: 12px/30px 'icons';
	text-align: center;
	color: #2988bc;
	content: '\e806';
	border-radius: 50%;
	background-color: #f8fcff;
}

.faq__answerInside p:last-child {
	margin: 0;
}

@keyframes close-line-one-out {
    0%, 50% {
      transform: translateX(0);
    }
    75% { 
      transform: translateX(50px);
    }
    76% { 
      transform: translateX(50px) translateY(50px);
    }
    100% { 
      transform: rotate(45deg);
    }
}

@keyframes close-line-one-in {
    0%, 20% {
      transform: rotate(45deg);
    }
    60% { 
      transform: translateX(50px) translateY(50px) rotate(45deg);
    }
    61% { 
      transform: translateX(50px);
    }
    100% { 
      transform: rotate(0deg);
    }
}

@keyframes close-line-two-out {
    0%, 50% { 
      transform: rotate(90deg);
    }
    75% { 
      transform: translateY(-50px) rotate(90deg);
    }
    76% {
      transform: translateY(-50px) translateX(50px) rotate(90deg);
    }
    100% { 
      transform: rotate(135deg);
    }
}

@keyframes close-line-two-in {
    0% { 
      transform: rotate(135deg);
    }
    50% { 
      transform: translateY(-50px) translateX(50px) rotate(135deg);
    }
    51% { 
      transform: translateY(-50px) rotate(90deg);
    }
    100% { 
      transform: rotate(90deg);
    }
}

.ourInstagram {
	padding-bottom: 100px;
}

.ourInstagram__head {
	margin-bottom: 69px;
}

.ourInstagram__gallery {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 2px);
	left: -1px;
	margin-bottom: 58px;
}

.ourInstagram__item {
	width: calc((100% - 8px)/4);
	margin: 0 1px 2px;
}

.ourInstagram__item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.ourInstagram__btn {
	width: 372px;
	margin-left: auto;
	margin-right: auto;
}

/**************************** /BODY *****************************/
/**************************** FOOTER ****************************/

.pageFooter {
	padding-top: 31px;
	padding-bottom: 43px;
	background-color: #f8fcff;
}

.pageFooter__row {
	height: 100px;
}

.socialList__link_bg_white {
	background-color: #fff;
}

.pageFooter__socialList {
	justify-content: flex-start;
}

.pageFooter__phone {
	display: flex;
	justify-content: flex-end;
}

.copy {
	padding-top: 17px;
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
}

#scrollUp {
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0s linear 0s;
	   -moz-transition: all 0s linear 0s;
			transition: all 0s linear 0s;

}

#scrollUp:after {
	content: '\e804';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	font: 16px/50px 'icons';
	color: #fff;
	text-align: center;
	background-color: rgba(41,136,188,.25);
	border-radius: 50%;
	-webkit-transition: background-color .15s linear 0s;
	   -moz-transition: background-color .15s linear 0s;
			transition: background-color .15s linear 0s;
	transform: rotate(-90deg);
}

#scrollUp:hover:after {
	background-color: rgba(41,136,188,1);
}

/**************************** /FOOTER ***************************/
/**************************** RESPONSIVE ************************/

@media (max-width: 1299px) {

	.phone a {
		font-size: 22px;
	}

	.corpAndGift__img,
	.corpAndGift__txt {
		padding-right: 0;
	}

	.pageHeader {
		padding-top: 41px;
		padding-bottom: 39px;
	}

	.promo {
		padding-bottom: 119px;
	}

	.routesList__item {
		width: 100%;
	}

	.routes,
	.ourInstagram {
		padding-bottom: 80px;
	}

	.section__titleShadow {
		bottom: -20px;
		font-size: 48px;
	}

	.popup {
		padding: 50px;
	}

	.popup__meta {
		display: block;
	}

	.popup__info {
		width: auto;
		padding: 0 0 20px;
	}

}

@media (max-width: 1199px) {

	.burger {
		display: block;
	}

	.pageHeader__menu {
	    display: block;
	    position: absolute;
	    width: calc(100vw - 30px);
	    height: 0;
	    top: 50px;
	    right: 0;
	    padding: 30px;
	    text-align: right;
	    background-color: #fff;
	    overflow: hidden;
	    visibility: hidden;
	    transform: translateY(-40px);
2    opacity: 0;
	    -webkit-transition: transform .25s linear 0s, opacity .25s linear 0s, visibility .25s linear 0s;
	    	 -o-transition: transform .25s linear 0s, opacity .25s linear 0s, visibility .25s linear 0s;
	    		transition: transform .25s linear 0s, opacity .25s linear 0s, visibility .25s linear 0s;
	    -webkit-box-shadow: 0 5px 50px rgba(47,73,110,.05);
				box-shadow: 0 5px 50px rgba(47,73,110,.05);
	    z-index: 1000;
	}

	.pageHeader__menu_active {
	    visibility: visible;
	    transform: translateY(0);
	    opacity: 1;
	}

	.pageHeader__menu {
		display: block;
	}

	.pageHeader__menuItem:not(:last-child) {
		margin-right: 0;
	}

	.promo__txt {
		padding-top: 20px;
	}

	.promo {
		padding-bottom: 99px;
	}

	.features {
		padding-bottom: 64px;
	}

	.gift__txt {
		margin-bottom: 50px;
	}

	.corpAndGift__btn {
		position: relative;
		bottom: auto;
		left: auto;
	}

	.corpAndGift {
		padding-bottom: 80px;
	}

}

@media (max-width: 991px) {

	.promo__gallery img {
		max-width: 220px;
	}

	.promo__title {
		margin-bottom: 40px;
		font-size: 38px;
	}

	.promo__txt {
		
	}

	.promo__txt,
	.promo__social {
		padding-left: 0;
	}

	.promo__descr {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.featuresList {
		justify-content: center;
	}

	.featuresList__item {
		width: calc(100%/3);
		margin-bottom: 40px;
	}

	.popup__content,
	.scheduleTable__descr {
		display: block;
	}

	.popup__descr {
		width: 100%;
		padding-right: 0;
	}

	.scheduleTable__descr {
		padding-bottom: 25px;
	}

	.scheduleTable__title,
	.scheduleTable__cost {
		width: auto;
		margin: 0;
	}

	.scheduleTable__cost {
		text-align: left;
	}

	.scheduleTable__title {
		margin-bottom: 10px;
	}

	.scheduleTable__cost,
	.scheduleTable__btn {
		display: inline-flex;
	}


}

@media (max-width: 767px) {

	.pageHeader {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.pageHeader__row,
	.pageFooter__row {
		height: auto;
	}

	.promo__img2 {
		bottom: -10px;
		right: 100px;
	}

	.promo__img3 {
		bottom: -15px;
		left: 120px;
	}

	.promo__gallery img {
		max-width: 240px;
	}

	.promo__txt {
		padding-top: 40px;
	}

	.promo__title {
		margin-bottom: 20px;
	}

	.promo {
		padding-bottom: 79px;
	}

	.features {
		padding-bottom: 30px;
	}

	.section__title {
		font-size: 32px;
	}

	.section__titleShadow {
		display: none;
	}

	.section {
		padding-top: 70px;
	}

	.routes__head,
	.faq__head,
	.ourInstagram__title {
		margin-bottom: 60px;
	}

	.routesList__item {
		margin-bottom: 30px;
	}

	.routesNote__txt {
		font-size: 24px;
	}

	.routes,
	.ourInstagram,
	.schedule,
	.corpAndGift {
		padding-bottom: 60px;
	}

	.schedule__head {
		margin-bottom: 46px;
	}

	.scheduleTable__item {
		padding: 23px 30px 6px;
	}

	.corporate,
	.gift {
		padding-top: 70px;
	}

	.schedule__inside,
	.corpAndGift__inside {
		background: none;
	}

	.popup_card {
		background-image: none;
	}

	.corporate__txt,
	.gift__txt {
		margin-bottom: 40px;
	}

	.faq__item:not(:last-child) {
		margin-bottom: 20px;
	}

	.faq__item.selected {
		transform: translateY(-10px);
	}

	.ourInstagram__item {
		width: calc((100% - 4px)/2);
	}

	.pageFooter__socialList,
	.pageFooter__phone {
		justify-content: center;
	}

	.pageFooter__logo {
		margin-bottom: 30px;
	}

	.pageFooter__social,
	.pageFooter__phone {
		margin-bottom: 20px;
	}

	.copy {
		padding-top: 0;
	}

}

@media (max-width: 575px) {

	.pageHeader__phone {
		padding-top: 10px;
	}

	.navWrp {
		position: absolute;
		top: 31px;
		right: 0;
		z-index: 1000;
	}

	.pageHeader__menu {
		top: 45px;
		padding: 15px 30px 20px;
	}

	.featuresList__item {
		width: 50%;
	}

	.popup__title {
		font-size: 24px;
	}

	.popup {
		padding: 30px;
	}

	.popup__cost {
		font-size: 24px;
	}

	.popup__cost:after {
		font-size: 14px;
	}

	.schedule__intro {
		font-size: 20px;
	}

	.schedule__txt {
		margin-bottom: 40px;
	}

	.popup__title {
		margin-bottom: 25px;
	}

	.popup__subTitle_type2 {
		margin-bottom: 5px;
	}

	.faq__question {
		padding: 14px 50px 14px 20px;
		font-size: 20px;
		line-height: 1.25;
	}

	.faq__question:before,
	.faq__question:after {
		width: 20px;
	}

	.promo {
		padding-bottom: 50px;
	}

}

@media (max-width: 479px) {

	.logo img {
		width: 100%;
		max-width: 240px;
	}

	.pageHeader__menu {
		top: 35px;
	}

	.promo__img2 {
		bottom: -10px;
		right: 0;
	}

	.promo__descr {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.promo__descr1 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 20px;		
	}

	.promo__txt1{
		padding-left: 0;
	}


	.featuresList__item {
		width: 100%;
	}

	.section,
	.corporate,
	.gift {
		padding-top: 50px;
	}

	.routes,
	.ourInstagram,
	.schedule,
	.corpAndGift,
	.faq {
		padding-bottom: 40px;
	}

	.section__title {
		font-size: 28px;
	}

	.routes__head,
	.faq__head,
	.ourInstagram__head {
		margin-bottom: 40px;
	}

	.mfp-content {
		padding: 20px;
	}

	.mfp-close {
		top: 10px !important;
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}

	.mfp-close:after {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}

	.mfp-image-holder .mfp-close {
		top: 50px !important;
		right: 10px !important;
		width: 30px !important;
		height: 30px !important;
		background-color: rgba(255,255,255,.5);
		border-radius: 50%;
	}

	.popup__title {
		line-height: 1.25;
	}

	.popup__img {
		margin-bottom: 20px;
	}

	.popup__info ul li:not(:last-child) {
		margin-bottom: 0;
	}

	.popup__descr {
		font-size: 18px;
	}

	.popup__descr p {
		margin: 0 0 12px;
	}

	.popup__form_narrow {
		width: auto;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	.jq-number__field input[type="number"],
	.popup__form_narrow .jq-selectbox__select {
		height: 48px;
	}

	.jq-selectbox__select-text {
		height: 44px;
		line-height: 44px;
	}

	.mfp-close:after {
		color: #222;
	}

	.routesNote__txt,
	.popup__subTitle {
		font-size: 20px;
	}

	.schedule__head {
		margin-bottom: 30px;
	}

	.schedule__intro {
		line-height: 1.25;
	}

	.schedule__txt {
		margin-bottom: 30px;
	}

	.corpAndGift__head {
		margin-bottom: 40px;
	}

	.corpAndGift__img {
		margin-bottom: 30px;
	}

	.corpAndGift__btn {
		width: auto;
	}

	.corpAndGift__btn .btn_big {
		font-size: 18px;
	}

	.gift__itemHead {
		display: block;
	}

	.gift__itemTitle,
	.gift__itemCost {
		font-size: 20px;
	}

	.ourInstagram__gallery {
		margin-bottom: 40px;
	}

	.ourInstagram__btn {
		width: auto;
	}

	#scrollUp {
		bottom: 20px;
		right: 20px;
	}

}

/**************************** /RESPONSIVE ***********************/
 * 

/**************************** TELEGRAM BUTTON ***********************/
.telegram-button {
        position: fixed;
        right: 13px;
        bottom: 90px;
        transform: translate(-50%, -50%);
        background: #008CD7;
        /*цвет кнопки*/
        border-radius: 50%;
        width: 55px;
        /*ширина кнопки*/
        height: 55px;
        /*высота кнопки*/
        color: #fff;
        text-align: center;
        line-height: 53px;
        /*центровка иконки в кнопке*/
        font-size: 35px;
        /*размер иконки*/
        z-index: 9999;
    }

    .telegram-button a {
        color: #fff;
    }

    .telegram-button:before,
    .telegram-button:after {
        content: " ";
        display: block;
        position: absolute;
        border: 50%;
        border: 1px solid #008CD7;
        /*цвет анимированных волн от кнопки*/
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden;
    }

    .telegram-button:after {
        animation-delay: .5s;
    }

    .telegram-button {
        position: fixed;
        left: 60px;
        bottom: 30px;
        transform: translate(-50%, -50%);
        background: #008CD7;
        /*цвет кнопки*/
        border-radius: 50%;
        width: 53px;
        /*ширина кнопки*/
        height: 50px;
        /*высота кнопки*/
        color: #fff;
        text-align: center;
        line-height: 53px;
        /*центровка иконки в кнопке*/
        font-size: 35px;
        /*размер иконки*/
        z-index: 9999;
    }

    .telegram-button a {
        color: #fff;
    }

    .telegram-button:before,
    .telegram-button:after {
        content: " ";
        display: block;
        position: absolute;
        border: 50%;
        border: 1px solid #008CD7;
        /*цвет анимированных волн от кнопки*/
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden;
    }

    .telegram-button:after {
        animation-delay: .5s;
    }

    @keyframes animate {
        0% {
            transform: scale(0.5);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            opacity: 0;
        }
    }
/**************************** /TELEGRAM BUTTON ***********************/


/*About*/

.aboutUs{
	padding-top: 0 !important;
    padding-bottom: 50px;
    overflow: hidden;
}

.about{
	padding-top: 80px;
}

.reviews{
	padding-top: 0 !important;
    padding-bottom: 50px;
    overflow: hidden;
}

.review{
	padding-top: 80px;
}

.rev-img{
	padding-top: 80px;
	padding-bottom: 50px;
}

/*About*/



/*bycycle*/

@media (max-width: 575.98px){
.pb-50{
	padding-bottom: 50px;	
	}
}

@media (min-width: 575.98px){
	.gal1{
	padding-left: 100px;
	}
}

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

/*bycycle*/



/*Weather*/

.weather{
	display: block;
	position: fixed;
	height: 40px;
	width: 100%;
    left: 0;
    top: 0;   
    z-index: 9999;
}

@media (max-width: 767px){
.pageHeader__row {    
    margin-top: 25px;
	}
}
/*Weather*/


.velo-choiсe{	
	width: 200px;
}

@media screen and (max-width:700px) {
.velo-choiсe{	
	width: 150px;
	font-size: 17px;
}
.velo-btn{
	width: auto !important;
	height: 60px;
    line-height: 1.3;
	}
}

.velo-btn{
	width: 330px;
}

.promo_main{
	padding-bottom: 50px;
	padding-top: 50px;
}

.promo_main .center_block{
	text-align: center;
}

.board .routeGallery__item a{
	background-color: #fff !important;
}


@media screen and (min-width:1000px) {
    .center_block h2{
	margin-top: -15px;
	}
}


/*Read more*/
.hidden {
    display: none;
}

#toggleButton{
	cursor: pointer;
}

img, div {
    border-radius: 15px;
}

.rev-img img, .rev-img div{
	border-radius: 0;
}

@media screen and (min-width:567px) {
    .desc-none{
    display: none;   
        }
}

@media screen and (max-width:567px) {
    .m-none {
    display: none;  
        }
}
