
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Главные стили */
/* ------------------------------------------------ */
/* ------------------------------------------------ */


:root{
    scroll-behavior:smooth
}  
::selection {
    background: #4a4a4a;
	color: #FFF;
}
::-moz-selection {
    background: #4a4a4a;
	color: #FFF;
}
* {
	outline: none;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #fff;
}
@media (max-width:767px){
	body {
		font-size: 15px;
	}
}
body.overhidden {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}	
a {
	color: #4a4a4a;	
	transition: all .3s; 
}
a:hover {
	color: #000;	
	text-decoration: none;
}
hr {
	margin: 8px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 600;
}
@media screen and (max-width:767px) {
	h2, h1 {
		font-size: 22px;
	}
}
.f11 {
	font-size: 11px!important;
}
.f13 {
	font-size: 13px!important;
}
.f14 {
	font-size: 14px!important;
}
.f16 {
	font-size: 16px!important;
}
.f18 {
	font-size: 18px!important;
}
.f22 {
	font-size: 22px!important;
}
.f26 {
	font-size: 26px!important;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Шапка */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
header {
	position: absolute;
	box-shadow: 0 6px 6px rgba(0,0,0,0.1), 0 16px 16px rgba(0,0,0,0.1);
	background: rgba(0,0,0,0.5);
	width: 100%;
	z-index: 10;
	transition: all .3s; 
}
header * {
	transition: all .3s;
}

header .logo {
	padding: 10px 0 4px 0;
}
header .logo img {
	max-width: 170px;
	width: 100%;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.5));
}

header .top-phone-wrap {
	text-align: right;
}

header .top-phone {
	margin-top: 10px;
	display: inline-block;
	padding: 2px 20px;
}

header .top-phone svg {
	stroke: #ffe8e0;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	position: relative;
	top: -1px;
}
header .top-phone a {
	color: #ffe8e0;
	font-size: 18px;
	font-weight: bold;
}
header .top-phone a:hover {
	color: #fff;
}
@media (min-width:992px){
	header.fixed {
		position: fixed;
		background: rgba(0,0,0,0.8);
		z-index: 1000;
	}
	/*
		header.fixed .logo {
		text-align: center;
		}
	*/
	header.fixed .logo img {
		max-width: 100px;
	}
	header.fixed .menu ul, 
	header.fixed .menul ul {
		margin: 15px 0;
	}
}
@media (max-width:1199px){
	
}
@media (max-width:991px){
	header * {
		transition: unset;
	}
	header .col-lg-7 {
		display: none;
	}
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Подвал  */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
footer {
	background: #2083ad;
	box-shadow: inset 0 20px 16px -16px rgba(0,0,0,0.6);
	padding: 30px 0 20px 0;
	font-size: 15px;
	color: #FFF;
} 
footer p {
	margin: 0;
} 
.copyright {
	padding: 10px 28px;
	font-size: 15px;
	color: #000;
	text-align: right;
}
.copyright a {
	color: #000;
}
.atuin a b {
	color: #bce2f2;
	font-weight:bold;
	letter-spacing:1px;
	display:inline-block;
	transition: 0.3s;
}
.atuin a b span {
	background: #bce2f2;
	color: #2083ad;
	width: 20px;
	height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border-radius:50%;
	margin-right:2px;
	transition: 0.3s;
}
.atuin a:hover b {
	color: #fff;
}
.atuin a:hover b span {
	background: #fff;
}
@media (max-width:767px){
	footer {
		font-size: 13px;
		text-align: center;
	} 
	footer div {
		text-align: center;
	} 
	.copyright {
		font-size: 13px;
		text-align: center;
	}
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Комп меню  */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.menu ul, 
.menul ul {
	position: relative;
	display: flex;
	list-style: none;
	padding: 0 20px;
	margin: 34px 0;
	text-transform: uppercase;
}
.menul ul {
	padding: 0;
	display: inline-block;
}
.menu ul li,
.menul ul li {
	padding: 0;
	margin: 0;
}
.menu ul a,
.menul ul a {
	position: relative;
	padding: 6px 16px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	outline: none;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	z-index: 3;
}
.menul ul a {
	color: #c4e6f4;
}
.menu ul .slide1 {
	position: absolute;
	display: inline-block;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
	bottom: -4px;
}
.menu ul .slide1 {
	background: rgba(0,0,0,0.4);
	border: 2px solid #6EC1E4;
	/*border-radius: 6px;*/
	z-index: 2;
}
.menul li svg {
	stroke: #fff;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -10px;
	top: 10px;
	transition: all .3s; 
}
.menul li a:hover {
	color: #fff;
}
.menul li a:hover svg {
	stroke: #fff;
}
@media (max-width:1199px){
	.menu ul, 
	.menul ul {
		padding: 0 10px;
		margin: 24px 0;
	}	
	.menu ul a,
	.menul ul a {
		padding: 6px 12px;
		font-size: 16px;
	}
}	
@media (max-width:991px){
	.menul {
		margin-top: -10px;
		white-space: nowrap;
	}
	.menul ul {
		padding: 0 10px;
		margin: 0;
	}	
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Мобильное меню  */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.mobile div {
	display: inline-block;
	background-color: #50aad2;
	height: 50px;
	width: 50px;
	margin: 10px 10px 0;
	transform: scale(0.8);
	border-radius: 50%;
	z-index: 9999999;
	border: 4px solid #bce2f2;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	box-sizing: content-box;
	position: relative;
}
.mobile div span {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 13px;
	transition-duration: .4s;
}
.mobile div span:nth-child(1) {
	top: 14px;
}
.mobile div span:nth-child(2) {
	top: 23px;
}
.mobile div span:nth-child(3) {
	bottom: 14px;
}
.mobile div.active span:nth-child(1) {
	transform: translate(-15px, 9px) rotate(-45deg);
}
.mobile div.active span:nth-child(2) {
	transition-duration: 0s;
	opacity: 0;
}
.mobile div.active span:nth-child(3) {
	transform: translate(-15px, -9px) rotate(45deg);
}
.mobile nav,
.cafemobile nav {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	height: 0;
	width: 0;
	border-radius: 50%;
	z-index: 9999990;
	transition-duration: .4s;
	display: flex;
	align-items: center;
	justify-content: center; 
	overflow: hidden;
}
.mobile nav.open,
.cafemobile nav.open {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100vw;
	height: 100vh;
	right: 0px;
	bottom: 0px;
	border-radius: 0;
}
.mobile nav ul,
.cafemobile nav ul {
	display: none;
}
.mobile nav ul.show,
.cafemobile nav ul.show {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile ul li,
.cafemobile ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	width: 100%;
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.mobile ul li:not(:last-child),
.cafemobile ul li:not(:last-child) {
	margin-bottom: 22px;
}
.cafemobile ul li:not(:last-child) {
	margin-bottom: 16px;
}
.mobile ul li a,
.cafemobile ul li a {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #fff;
}
.cafemobile ul li a {
	font-size: 20px;
}
.cafemobile nav {
	bottom: 0;
	top: auto;
	left: 0;
}
@keyframes fadein {
	0% {
		opacity: 0;
		
	}
	100% {
		opacity: 1;
	}
}
@media (min-width:992px){
	.mobile,
	.cafemobile {
		display: none;
	}
}
.cafemobile div {
	opacity: 0.8;
	z-index: 9999999;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	left: 70px;
	cursor: pointer;
	border: 3px solid #bce2f2;
	border-radius: 50%;
	transition: all .7s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2596c7;
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%23FFF' d='M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z'/%3e%3c/svg%3e");
	
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Кнопки, ссылки и т.д.  */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.social-icons-2 {
    padding: 0;
    list-style: none;
    margin-top: 24px;
}
.social-icons-2 li {
	display: inline-block;
	position: relative;
}
.social-icons-2 li a {
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	margin: 0 4px;
	border-radius: 50%;
	padding: 6px;
	box-sizing: border-box;
	text-decoration:none;
	box-shadow: 0 8px 12px rgba(0,0,0,0.3);
	background: linear-gradient(0deg, #ddd, #fff);
	transition: .5s;
}
.social-icons-2 li a:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	color: #000;
}
.social-icons-2 li a svg {
	display: block;
	background: linear-gradient(0deg, #fff, #ddd);
	border-radius: 50%;
	padding: 10px;
	transition: .5s;
	fill: #2596c7;
	stroke: #2596c7;
	width: 28px;
	height: 28px;
	position: absolute;
	box-sizing: content-box;
}
/*
	.social-icons-2 li a:hover svg {
	stroke: #000;
	}
*/
.upbtn,
.telbtn {
	opacity: 0.8;
	z-index: 9999;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -80px;
	right: 10px;
	cursor: pointer;
	border:3px solid #bce2f2;
	border-radius: 50%;
	transition: all .7s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #2596c7;
	background-size: 20px 20px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.telbtn {
	bottom: 10px;
	left: 10px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FFF' d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/%3e%3c/svg%3e");
}
.upbtn:hover,
.telbtn:hover {
	opacity: 1;
	background-color: #2596c7;
}
.telbtn:before,
.telbtn:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 2px solid #2CA5E0;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.telbtn:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
.atuin-btn {
	display: inline-flex;
	margin: 10px;
	text-decoration: none;
	border: 2px solid #99d3ec;
	border-radius: 26px;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	line-height: 20px;
	padding: 14px 30px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase; 
	font-family: 'Montserrat', sans-serif;	
	background: #2596c7;
	transition: box-shadow 0.3s, transform 0.3s;
	cursor: pointer;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
	/*	
		transform: translateY(-4px);
		box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	*/
	color: #FFF;	
}
.atuin-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
	transition: left 0.7s;
}
.atuin-btn:hover:before,
.atuin-btn:active:before,
.atuin-btn:focus:before {
	left: 100%;
}
@media (max-width:767px){
	.atuin-btn {
		font-size: 15px;
		line-height: 15px;
		padding: 12px 20px;	
		white-space: nowrap;
	}
}
/* Контейнер для карты */
.map-container {
	/*border: 8px solid #2596c7;*/
	position: relative;
	z-index: 20;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}

/* Ставим фильтры для самой карты */
.map-container .ymaps-2-1-79-ground-pane {
	filter: brightness(0.8) contrast(1.5) saturate(2);
}

/* Убираем лишнии кнопки и ползунок масштаба */
.map-container .ymaps-2-1-79-controls__toolbar_right,
.map-container .ymaps-2-1-79-controls__toolbar_left,
.map-container .ymaps-2-1-79-zoom__scale {
	display: none;
}

/* Оформляем кнопки плюс и минус */
.map-container .ymaps-2-1-79-float-button {
	border-color: #2596c7;
	background-color: #2596c7!important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.1);
}
.map-container .ymaps-2-1-79-float-button-icon {
	border: 0;
	width: 22px;
	height: 22px;
	opacity: 0.7;
	transition: opacity 0.3s;
}
.map-container .ymaps-2-1-79-float-button:hover .ymaps-2-1-79-float-button-icon {
	opacity: 1;
}
.map-container .ymaps-2-1-79-zoom {
	transform: scale(1.5);
	height: 10px!important;
}
.map-container .ymaps-2-1-79-controls__control {
	inset: 36px auto auto 30px!important;
}
.map-container .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M11 15H6v-4h5V6h4v5h5v4h-5v5h-4v-5zm0 0'/%3e%3c/svg%3e");
	background-size: 16px 16px;
}
.map-container .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M6 11h14v4H6z'/%3e%3c/svg%3e");
	background-size: 16px 16px;
}

/* Оформляем балун */
.map-container .ymaps-2-1-79-balloon__content {
	font: 15px/24px Arial,sans-serif;
	color: #FFF;
	padding: 8px 8px 8px 16px;
}
.map-container .ymaps-2-1-79-balloon__layout,
.map-container .ymaps-2-1-79-balloon__content, 
.map-container .ymaps-2-1-79-balloon__tail::after {
	background: #2596c7;
}
.map-container .ymaps-2-1-79-balloon__close-button {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M14 .7l-.7-.7L7 6.3.7 0 0 .7 6.3 7 0 13.3l.7.7L7 7.7l6.3 6.3.7-.7L7.7 7z' clip-rule='evenodd'/%3e%3c/svg%3e");
	opacity: 1;
	height: 30px;
}
.map-container .ymaps-2-1-79-islets_icon-caption {
	background: #2596c7;
	font: 16px/24px Arial,sans-serif;
	color: #FFF;
	padding: 2px 16px 0 30px;
}


/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Слайдер */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.slider-wrap {
	position: relative;
}
.slider-wrap .slider {
	top: 0;
	min-height: 600px;
	width: 100%;
	z-index: -1;
	background: #000;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
	/*border-bottom: 5px solid #0289c7;*/
}
.slider-wrap .container  {
	
}

.slider-wrap .slider-txt  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;	
	background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    text-align: center;  
	padding-bottom: 100px;
}
.slider-btn {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.slider-btn .atuin-btn {
	padding: 14px 30px;
	border-radius: 30px;
	background: #0d3546;
}
.slider-wrap .h1 {	
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 2px 10px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.6);
	text-align: center;
}
.slider-wrap .h2 {	
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	color: #99d3ec;
	padding: 10px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 2px 10px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.6);
	text-align: center;	
}
@media (max-width:767px){
	.slider-wrap .slider {
		min-height: 460px;
	}	
	.slider-wrap .slider-txt  { 
		padding-bottom: 80px;
	}
	.slider-wrap .h1 {	
		font-size: 22px;
	}
	.slider-wrap .h2 {	
		font-size: 18px;
	}
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Секции на главной */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.main-hello {
	background: #bce2f2;	
	position: relative;
	box-shadow: inset 0 20px 16px -16px rgba(0,0,0,0.6);
}
.main-hello .txt-0 {
	color: #1d769c;
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	padding: 40px 0 40px 0;
}
.main-hello .txt-1 {
	color: #000;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.main-hello .txt-2 {
	color: #1d769c;
	font-size: 20px;
	text-align: center;
	padding-bottom: 120px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width:767px){
	.main-hello .txt-0 {
		font-size: 22px;
		padding: 40px 0 20px 0;
	}
	.main-hello .txt-1 {
		font-size: 16px;
	}
	.main-hello .txt-2 {
		font-size: 16px;
	}
}
.main-good {
	margin-top: -80px;
}
.main-good .main-good-icon {
	background: #FFF;
	border-radius: 50%;
	padding: 60px;
	width: 220px;
	height: 220px;
	margin: 0 auto;
}
.main-good .main-good-icon svg {
	fill: #99d3ec;
	transition: 0.3s;
}
.main-good .col-md-4:hover svg {
	fill: #77c4e6;
}
.main-good .main-good-txt {
	margin-top: -60px;
}
.main-good.cafe-good .main-good-txt {
	margin-top: -40px;
}
.main-good h3 {
	color: #43aedc;
	text-transform: uppercase;
	font-size: 18px;
	transition: 0.3s;
}
.main-good a:hover h3 {
	color: #1d769c;
}
.main-photo {
	padding: 40px 0;
}
.main-photo .txt-0 {
	color: #1d769c;
	font-size: 30px;
	line-height: 1.2;
	padding: 10px;
	
}
.main-photo .txt-1 {
	color: #000;
	font-size: 20px;
	padding-top: 10px;
}
@media (max-width:767px){
	.main-good .main-good-icon {
		padding: 50px;
		width: 180px;
		height: 180px;
	}
	.main-photo .txt-0 {
		font-size: 22px;	
	}
	.main-photo .txt-1 {
		font-size: 16px;
	}
}
.list6b,
.news ul {
	padding:0;
	list-style: none;
	padding-left: 20px;
}
.list6b li,
.news ul li {
	padding-left:16px;
	position: relative;
	text-align: left;
}
.list6b li:before,
.news ul li:before {
	position: absolute;
	left: -10px;
	padding-right:10px;
	font-weight: bold;
	color: #1d769c;
	content: "\2714";
}	
.cafe-good .list6b li:before {
	content: "\00BB";	
	font-size: 26px;
	line-height: 0.9;
}
.photo-container-2 {
	margin: 0 0 20px 0;
	position: relative;
	z-index: 20;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.photo-container-2 img {
	width: 100%;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.photo-container-2 .photo-1 {
	position: relative;
	animation: rotate 10s linear 5s infinite;
}
.photo-container-2 .photo-2 {
	position: absolute;
	top: 0;
	animation: rotate 10s linear infinite;
}
@keyframes rotate {
	0% {
		opacity: 1;
		transform: rotate(0) scale(1);
	}
	50% {
		transform: rotate(0) scale(1);
		opacity: 1;
	} 
	59.99999% {
		transform: rotate(45deg) scale(3);
		opacity: 0;
		z-index: 1;
	}   
	60% {
		opacity: 0;
		z-index: -1;
	}  
	100% {
		opacity: 1;
	}  
}
.main-price {
	background: #bce2f2;
	padding: 10px 0 40px 0;
}
.main-price .txt-0 {
	color: #1d769c;
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	padding: 40px 0 20px 0;
	font-weight: 400;
}
.main-price .txt-1 {
	color: #000;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
@media (max-width:767px){
	.main-price {
		padding: 10px 0 0 0;
	}	
	.main-price .txt-0 {
		font-size: 26px;
		padding: 30px 0 10px 0;
	}
	.main-price .txt-1 {
		font-size: 16px;
		text-align: center;
		padding-bottom: 0;
	}
}
.apr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;  
}
.apr .apr-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	flex: 0 1 33%;
	cursor: default;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 16px 20px rgba(0,0,0,0.1);
	border-radius: 8px; 
	margin: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.apr .apr-item {
		margin: 20px 0;
	}
	.apr .apr-item-left {
		border-radius: 8px 0 0 8px;
		
	}  
	.apr .apr-item-center {
		margin: 0;
		z-index: 10;
		box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
		border-radius: 8px;
	}
	.apr .apr-item-right {
		border-radius: 0 8px 8px 0;
	}   
}
.apr .apr-deco {
	background: #2083ad;
	padding: 50px 0 160px;
	position: relative;
}
.apr .apr-item-center .apr-deco {
	background: #2596c7;
} 
.apr .apr-price {
	font-size: 54px;
	font-family: 'Roboto', sans-serif;  
	font-weight: bold;
	padding: 0;
	color: #FFF;
}
.apr .apr-price > span {
	font-size: 48px;
}
.apr span.apr-currency {
	font-size: 42px;
    font-weight: normal;
	padding-left: 6px;
	vertical-align: top;
    color: #bce2f2;
}
.apr .apr-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bce2f2;
}
.apr .apr-deco-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}
.apr .deco-layer {
	transition: transform 0.5s;
	fill: #FFF;
}
.apr .apr-item:hover .deco-layer--1 {
	transform: translate3d(15px, 0, 0);
}
.apr .apr-item:hover .deco-layer--2 {
	transform: translate3d(-15px, 0, 0);
}
.apr .apr-feature-list {
	margin: -65px 0 0;
	display: flex;
	flex-direction: column;
    justify-content: center;
	height: 100%;
	padding: 0 0 15px;
	list-style: none;
	position: relative;
	z-index: 2;
}
.apr .apr-feature-list li {
	padding: 8px;
	padding-left: 34px;
	margin: 0 10px;
	/*border-bottom: 1px solid #ccc;*/
	text-align: left;
	position: relative;
}
.apr .apr-feature-list li:before {
	position: absolute;
	left: 10px;
	content: "\2714";
	color: #2596c7;
	font-weight: bold;
}

@media (max-width:1199px){
	.apr .apr-item {
		flex: 0 1 45%;
	}
}
@media (max-width:991px){
	.apr .apr-item {
		flex: 0 1 100%;
	}	
}
.main-contact {
	margin: 60px 0;
}
.main-contact .txt-0 {
	color: #1d769c;
	font-size: 46px;
	line-height: 1.2;
	padding: 0 0 20px 0;
	font-weight: 400;
}
.main-contact .txt-1 {
	color: #000;
	padding-bottom: 20px;
}
.main-contact .txt-2 {
	color: #1d769c;
	font-size: 20px;
}
.main-contact .txt-2 span {
	display: block;
	color: #000;
	position: relative;
	margin-left: 30px;
	margin-bottom: 10px;
}
.main-contact .txt-2 a {
	color: #000;
	font-weight: bold;
}
.main-contact .txt-2 svg {
	width: 22px;
	height: 22px;
	stroke: #2596c7;
	top: 4px;
	position: absolute;
	left: -30px;
}
@media (max-width:767px){
	.main-contact {
		margin: 30px 0;
	}
	.main-contact .txt-0 {
		font-size: 26px;
		text-align: center;
	}
	.main-contact .txt-2 {
		font-size: 16px;
	}
	.social-icons-2 {
		text-align: center;
	}
}
.main-news {
	background: #bce2f2;
	padding: 10px 0 40px 0;
}
.main-news .txt-0 {
	color: #1d769c;
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	padding: 40px 0 40px 0;
	font-weight: 400;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Список новостей */
/* ------------------------------------------------ */
/* ------------------------------------------------ */

.grid-item {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
	transition: box-shadow .3s;
	width: 100%;
	height: 100%;  
	background: #FFF;
	border-radius: 6px;
	overflow: hidden;
}
.grid-item .image {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.grid-item .image dt {
	overflow: hidden;
	position: absolute;
	background: #2596c7;
	color: #FFF;
	top: 10px;
	right: 10px;
	font-size: 15px;
	padding: 6px 12px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.grid-item .info {
	position: relative;
	height: calc(100% - 200px);
	padding: 16px 14px 80px 14px;
}
.grid-item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.grid-item .image img  {
  	transition: transform 280ms ease-in-out;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.grid-item:hover .image img  {
	transform: scale(1.1);
}
.info > a {
	font-family: 'Roboto', Тahoma, sans-serif;
	color: #0d3546;
	display: inline-block;
	font-size: 24px;
	line-height: 1.1;
	font-weight: normal;
	margin-bottom: 10px;
}
.info-text p {
	margin-bottom: 10px;
	font-size: 16px;
}
.info-text p:last-child {
	margin-bottom: 0;
}
.grid-item .button-wrap {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
}
@media (max-width:767px){
	.main-news {
		background: #bce2f2;
		padding: 10px 0 10px 0;
	}	
	.main-news .txt-0 {
		font-size: 26px;
		padding: 20px 0 20px 0;
	}
	.info > a {
		font-size: 18px;
	}
	.grid-item .image dt {
		font-size: 13px;
	}
	.info-text p {
		margin-bottom: 10px;
		font-size: 15px;
	}
}



.main-testimonial {
	padding: 10px 0 60px 0;
}
.main-testimonial .txt-0 {
	color: #1d769c;
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	padding: 40px 0 20px 0;
	font-weight: 400;
}
.main-testimonial .txt-1 {
	color: #000;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.white-back{
	background: #bce2f2;
	padding: 10px;
	border: 10px solid #bce2f2;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23FFF' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3e%3c/svg%3e");
	background-position: right bottom;
	background-size: 100px 100px;
	background-repeat: no-repeat;
}
.simple {
	margin: 0 80px;
	border-radius: 6px;
}
.simple blockquote {
	margin: 0;
}
.simple cite {
	font-size: 20px;
	color: #2596c7;
	font-style: normal;
	display: inline-block;
	font-weight: bold;
}
.simple cite a {
	font-size: 20px;
	color: #2596c7;
	font-weight: bold;
}
.simple cite a:hover {
	color: #000;
}
.simple img {
	border: 4px solid #2493c3;
	border-radius: 50%;
	width: 100%;
	max-width: 160px;
	background: #FFF;
}
@media (max-width:767px){
	.main-testimonial {
		padding: 10px 0 50px 0;
	}	
	.main-testimonial .txt-0 {
		font-size: 26px;
		padding: 30px 0 10px 0;
	}
	.main-testimonial .txt-1 {
		font-size: 16px;
		text-align: center;
	}
	.simple {
		margin: 0;
	}	
}


/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Внутренние страницы */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.blue-section {
	background: #bce2f2;
	padding: 40px 0 40px 0;
}
.white-section {
	background: #fff;
	padding: 40px 0 40px 0;
}
.ins-shadow {
	box-shadow: inset 0 20px 16px -16px rgba(0,0,0,0.6);	
	padding-top: 50px;
}
.noshadow {
	box-shadow: unset!important;
}
.header-wrap {
	position: relative;
}
.header-wrap .header-bg {
	min-height: 360px;
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);*/
	/*border-bottom: 5px solid #0289c7;*/
}
.header-wrap .header-txt  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;	
	background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,1));
    text-align: center;  
	padding-bottom: 50px;
}
.header-wrap .h1 {	
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 2px 10px rgba(0,0,0,1), 2px 2px 2px rgba(0,0,0,0.6);
	text-align: center;
}
.all-content {
	box-shadow: inset 0 20px 16px -16px rgba(0,0,0,0.6);	
}
.all-content .txt-0 {
	color: #1d769c;
	font-size: 46px;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 400;
}
.all-content .txt-1 {
	color: #1d769c;
	font-size: 30px;
	padding-bottom: 20px;
	line-height: 1.2;
}
.all-content .txt-2 {
	color: #1d769c;
	font-size: 22px;
}
.all-content .txt-3 {
	font-size: 20px;
}
@media (max-width:767px){
	.header-wrap .header-bg {
		min-height: 260px;
	}	
	.header-wrap .header-txt  {
		padding-bottom: 30px;
	}	
	.header-wrap .h1 {	
		font-size: 22px;
	}	
	.all-content .txt-0 {
		font-size: 26px;	
	}
	.all-content .txt-1 {
		font-size: 22px;
	}
	.all-content .txt-2 {
		font-size: 16px;
	}	
	.all-content .txt-3 {
		font-size: 16px;
	}	
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Формы */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}	
:focus::-moz-placeholder {opacity: 0;}	
:focus:-moz-placeholder {opacity: 0;}	
:focus:-ms-input-placeholder {opacity: 0;}	
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}	
:focus::-moz-placeholder {opacity: 0;}	
:focus:-moz-placeholder {opacity: 0;}	
:focus:-ms-input-placeholder {opacity: 0;}	
.form-at {
	width: 100%;
	box-sizing: border-box; 
	font-size: 0;  
	letter-spacing: 0;	
}
.form-at * {
	box-sizing: border-box;
}
.validate-input-at,
.no-validate-input-at {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 2px solid #c9c9c9;
	margin-bottom: 20px;
	border-radius: 8px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
	width: calc(50% - 10px);
	display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
	margin-right: 20px;
}
.input-at {
	display: block;
	width: 100%;
	background: transparent;
	color: #000;
}
input.input-at,
select.input-at,
.finput {
	height: 50px;
	padding: 0 12px 0 12px;
	font-size: 16px;
	outline: none;
	border: none;  
}
textarea.input-at {
	min-height: 100px;
	padding: 12px;
	font-size: 16px;
	line-height: 22px;
	outline: none;
	border: none;
	resize: none;
}
textarea.input-at:focus, 
input.input-at:focus,
select.input-at:focus {
	border-color: transparent;
}
#telForm, 
#bron {
	overflow: hidden;
}

.focus-input-at{
	position: absolute;
	display: block;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	z-index: 100;
	pointer-events: none;
	border: 2px solid #2596c7;
	border-radius: 8px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	transform: scaleX(1.2) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.form-at-btn.atuin-btn,
.form-at-btn.atuin-btn:active{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 30px;
	height: 54px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;	
	border: 2px solid #FFF;
}
.submit-at[disabled][disabled]{
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 8px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "i";
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 18px;
	font-weight: bold;	
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
.error-at {
	color: red;
	padding: 10px 0;
}
.success-at {
	color: green;
	font-size: 28px;
	padding: 20px 0;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 14px;
    color: #333333;
}
.fileform input[type=checkbox] + label {
    margin: 0 0 0 34px;
}

.form-at input[type=checkbox] + label:before {
	box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
	border: 2px solid #969696;
	border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
	content: '\2714';
    color:#2083ad;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
	border: 2px solid #2083ad;
}
@media (max-width: 768px) {
	.validate-input-at.w-50 {
		width: 100%;
	}
	.validate-input-at.w-50:first-child {
		margin-right: 0;
	}
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}
#telForm .htitle,
#bron .htitle{
	font-size: 24px;
	text-align: center;
	padding: 0 52px 10px;	
}
#telForm .sec-title,
#bron .sec-title {
	margin-bottom: 10px;
	color: #1d769c;
}

@media (max-width:767px){
	#telForm .htitle, #bron .htitle {
		font-size: 20px;
	}	
	input.input-at,
	select.input-at,
	.finput {
		height: 40px;
		padding: 0 12px 0 12px;
		font-size: 14px;
		outline: none;
		border: none;  
	}
	.validate-input-at,
	.no-validate-input-at {
		margin-bottom: 10px;
	}
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Номера */
/* ------------------------------------------------ */
/* ------------------------------------------------ */

.dbl,
.dbl-b {
	box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);	
}
.dbl img,
.dbl-b img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
}
.accordion {
	margin: 20px 0;
}

.accordion dl,
.accordion-list {
	
}
.accordion dd div {
	margin: 20px;
}

.accordion {
	position: relative;
}
.accordionTitle div {
	pointer-events: none;
	font-size: 22px;
	line-height: 1.2;
}
.accordionTitle span {
	pointer-events: none;
	font-size: 18px;
}

.accordionTitle,
.accordion__Heading {
	background-color: #bce2f2;
	text-align: center;
	font-weight: 500;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #1d769c;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	border-radius: 6px;
}
.accordionTitle:before,
.accordion__Heading:before {
	content: "+";
	font-size: 1.5em;
	line-height: 0.5em;
	top: 10px;
	right: 10px;
	transition: transform 0.3s ease-in-out;
	position: absolute;
}
.accordionTitle:hover,
.accordion__Heading:hover {
	background-color: #91cfea;
	color: #000
}

.accordionTitleActive,
.accordionTitle.is-expanded {
	background-color: #2596c7;
	color: #FFF
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
	transform: rotate(-225deg);
}

.accordionItem {
	height: auto;
	overflow: hidden;
	max-height: 400px;
	transition: max-height 1s;
}
.accordionItem .apr {
	margin: 0;
	display: block;
	text-align: center;
}
.accordionItem .apr .apr-price {
	font-size: 54px;
	font-family: 'Roboto', sans-serif;  
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #2083ad;
}
.accordionItem .apr .apr-price > span {
	font-size: 48px;
}
.accordionItem .apr span.apr-currency {
	font-size: 42px;
    font-weight: normal;
	padding-left: 6px;
	vertical-align: top;
    color: #000;
}
.accordionItem .apr .apr-title {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #000;	
}
.accordionItem .apr .apr-title span {
	color: #2083ad;	
}
@media (max-width:767px){
	.accordionTitle div {
		font-size: 18px;
	}
	.accordionTitle span {
		font-size: 16px;
	}
	.accordionItem .apr .apr-price {
		font-size: 48px;
	}
	.accordionItem .apr .apr-price > span {
		font-size: 42px;
	}
	.accordionItem .apr span.apr-currency {
		font-size: 26px;
	}
	.accordionItem .apr .apr-title {
		font-size: 15px;	
	}
}
.accordionItem.is-collapsed {
	max-height: 0;
}
.no-js .accordionItem.is-collapsed {
	max-height: auto;
}
.animateIn {
	animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
	animation: accordionOut 0.45s alternate both 1;
}
@keyframes accordionIn {
	0% {
		opacity: 0;
		transform: scale(0.9) rotateX(-60deg);
		transform-origin: 50% 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes accordionOut {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0.9) rotateX(-60deg);
	}
}
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* ------------------------ Кафе */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
.sec-cafe {
	padding-bottom: 120px;	
}
.cafe-good {
	padding: 0 0 30px 0;
}
.cafe-good-sec {
	padding: 40px 0;
	overflow: hidden;
}	
.cafe-good-sec:nth-child(odd) {
	background: #bce2f2;
}
.cafe-good-sec .topline {
	position: relative; 
	top:-40px;
}
@media (min-width:992px){
	.cafe-good-sec .topline {
		position: relative; 
		top:-80px;
	}
}
.cafe-good-sec .info-text {
	
}
.cafe-good-sec .grid-item .image {
	height: 240px;
}
.cafe-good-sec .grid-item .info {
	position: relative;
	height: calc(100% - 240px);
	padding: 16px 14px 60px 14px;
}
.cafe-good-sec .ves, 
.cafe-good-sec .time {
	font-size: 15px;
	position: relative;
	padding-left: 24px;
}
.cafe-good-sec .ves span,
.cafe-good-sec .time span {
	font-size: 18px;
}
@media (max-width:767px){
	.cafe-good-sec .grid-item .txt-2 {
		font-size: 18px;
	}
	.cafe-good-sec .grid-item .image {
		height: 200px;
	}
	.cafe-good-sec .grid-item .info {
		position: relative;
		height: calc(100% - 200px);
		padding: 16px 14px 60px 14px;
	}
	.cafe-good-sec .ves, 
	.cafe-good-sec .time {
		font-size: 13px;
	}
	.cafe-good-sec .ves span,
	.cafe-good-sec .time span {
		font-size: 16px;
	}
}
.cafe-good-sec .time:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%236EC1E4' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z'/%3e%3c/svg%3e");
} 
.cafe-good-sec .ves:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%236EC1E4' d='M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'/%3e%3c/svg%3e");
} 

.cafe-good-sec .button-wrap .price {
	font-size: 28px;
	color: #2596c7;
	font-weight: 600;
}
.cafe-good-sec .button-wrap .price span {
	font-size: 22px;
	color: #000;
	font-weight: 400;
}
.cafe-good-sec .txt-2 {
	font-weight: 400;
}
.hover-image-3 * {
	box-sizing: border-box;
}
.hover-image-3 {
	overflow: hidden;
	display: inline-block;
	position: relative;
	line-height: 0;
	height: 100%;
	width: 100%;
}
.hover-image-3 a span {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.5));
	z-index: 2;
	background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ4NS4yMTMgNDg1LjIxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg1LjIxMyA0ODUuMjEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ3MS44ODIsNDA3LjU2N0wzNjAuNTY3LDI5Ni4yNDNjLTE2LjU4NiwyNS43OTUtMzguNTM2LDQ3LjczNC02NC4zMzEsNjQuMzIxbDExMS4zMjQsMTExLjMyNCAgICBjMTcuNzcyLDE3Ljc2OCw0Ni41ODcsMTcuNzY4LDY0LjMyMSwwQzQ4OS42NTQsNDU0LjE0OSw0ODkuNjU0LDQyNS4zMzQsNDcxLjg4Miw0MDcuNTY3eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTxwYXRoIGQ9Ik0zNjMuOTA5LDE4MS45NTVDMzYzLjkwOSw4MS40NzMsMjgyLjQ0LDAsMTgxLjk1NiwwQzgxLjQ3NCwwLDAuMDAxLDgxLjQ3MywwLjAwMSwxODEuOTU1czgxLjQ3MywxODEuOTUxLDE4MS45NTUsMTgxLjk1MSAgICBDMjgyLjQ0LDM2My45MDYsMzYzLjkwOSwyODIuNDM3LDM2My45MDksMTgxLjk1NXogTTE4MS45NTYsMzE4LjQxNmMtNzUuMjUyLDAtMTM2LjQ2NS02MS4yMDgtMTM2LjQ2NS0xMzYuNDYgICAgYzAtNzUuMjUyLDYxLjIxMy0xMzYuNDY1LDEzNi40NjUtMTM2LjQ2NWM3NS4yNSwwLDEzNi40NjgsNjEuMjEzLDEzNi40NjgsMTM2LjQ2NSAgICBDMzE4LjQyNCwyNTcuMjA4LDI1Ny4yMDYsMzE4LjQxNiwxODEuOTU2LDMxOC40MTZ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTc1LjgxNywxODEuOTU1aDMwLjMyMmMwLTQxLjgwMywzNC4wMTQtNzUuODE0LDc1LjgxNi03NS44MTRWNzUuODE2QzEyMy40MzgsNzUuODE2LDc1LjgxNywxMjMuNDM3LDc1LjgxNywxODEuOTU1eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: cover;
}
.hover-image-3 .hover-image-circle {
	position: absolute;
	border-radius: 50%;
	background: #6EC1E4;
	right: -35px;
	bottom: -35px;
	width: 140px;
	height: 140px;
	transform: scale(0);
	transition: all 0.3s linear;
	opacity: 0.7;
}
.hover-image-3 a:hover .hover-image-circle {
	transform: scale(1);
	animation: ripple 0.3s linear;
}
@keyframes ripple {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
