@font-face {
    font-family: 'Satyp';
    src: url(/font/SATYP.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url(/font/RobotoCondensed-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ubuntu';
    src: url(/font/ubuntu.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BOOKOSB';
    src: url(/font/BOOKOSB.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}
html {
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-width: 320px;
}
body {
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto;
    letter-spacing: 0.02em;
   /* letter-spacing: .1em;*/
	overflow-y: scroll;
}
body *, body *:after, body *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-weight: 700;
}
h1 {
	font-size: 27px;
	margin-bottom: 28px;
	text-align: center;
	color: #fff;
	/*text-shadow: 0 0 10px #ff417d, 0 0 20px #ff417d, 0 0 30px #ff417d, 0 0 40px #2c9bf4, 0 0 70px #2c9bf4, 0 0 80px #2c9bf4, 0 0 100px #2c9bf4, 0 0 150px #2c9bf4;*/
}
h2 {
	font-size: 27px;
	margin-bottom: 30px;
	text-align: center;
	color: #262626;
}
#preloader{
	position: fixed;
    z-index: 99999999;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
	font-size: 16px;
}
	
.subtitle {
	display: block;
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 60px;
	text-transform:uppercase;

}
.present__list li, .calendar__list li, .popular__list > li,
[class^="btn-"],
[class*=" btn-"],
[class^="icon-"],
[class*=" icon-"] {
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
}
.icon-plain, .icon-deal, .icon-search {
	fill: #fff;
}
.icon-logo {
	width: 40px;
    height: 40px;
    
}

.icon-logos {
	width: 120px;
    height: 120px;
    margin-top: -40px;
}

svg[class^='icon-'], svg[class*=' icon-'] {
    display: inline-block;
}
.icon-map, .icon-arrows, .icon-calendar, .icon-thumbup, .icon-arrow {
	fill: #2196f3;
}
.icon-plain {
	width: 27px;
	height: 28px;
}
.icon-deal {
	width: 38px;
	height: 27px;
}
.icon-search {
	width: 28px;
	height: 29px;
}
.icon-map {
	width: 45px;
	height: 38px;
}
.icon-arrows {
	width: 49px;
	height: 30px;
}
.icon-calendar {
	width: 40px;
	height: 34px;
}
.icon-thumbup {
	width: 45px;
	height: 41px;
}
.icon-arrow {
	width: 15px;
	height: 27px;
}
.cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.table {
	display: table;
	width: 100%;
}
.show-xs {
	display: none !important;
}
.hide-xs {
	display: inline !important;
}
.container {
	position: relative;
	max-width: 970px;
	padding: 0 15px;
	margin: 0 auto;
}
.clearfix:after, .columns:after, .container:after, .calendar__tooltip:after, .container:after {
	content: "";
	display: table;
	clear: both;
}
.tooltip {
	max-width: 430px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #2196f3;
	padding: 12px 25px 15px;
	line-height: 1.15;
	text-align: right;
	position: relative;
	border-radius: 5px;
	margin: 0 15px 20px 15px;
}
.tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2196f3;
    position: absolute;
    bottom: -10px;
    right: 45px;
}
.back-present {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative;
	z-index: auto;
	height: 830px;
}
@media screen and (max-width: 380px) {
	.back-present {
		height: 900px!important;
	}
}
@media screen and (max-width: 380px) {
	.present {
		height: 900px!important;
	}
}
.present {
	padding: 60px 0 60px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: transparent;
    -webkit-transition: .2s background-position-x ease-in-out;
    -o-transition: .2s background-position-x ease-in-out;
    transition: .2s background-position-x ease-in-out;
    height: 830px;
}
.present .subtitle {
    margin-bottom: 50px;
    font-size: 15px;
	text-transform: uppercase;
}
.present__logo {
    text-align: center;
    margin-bottom: 20px;
    
}
.present__form {
    margin: 45px auto 70px;
    max-width: 940px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    font-family: Ubuntu, Roboto;
    text-transform: uppercase;
    font-size: 13px;
}
.present__form > div {
	max-width: 900px !important;
	position: relative;
}
.present__list {
    font-size: 0;
    line-height: 0;
    width: 100%;
    padding: 0 10px;
    text-align: justify;
    text-justify: distribute;
}
.present__list:after {
    content: '';
	display: inline-block;
	width: 100%;
	height: 0 !important;
	line-height: 0 !important;
}

@media (max-width:480px) {
	.present__list:after {	
			height: 200px !important;
	}
}

.present__list li {
	font-size: 18px;
	line-height: 22px;
	padding: 0 15px;
}
.present__list strong, .present__list span {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
    font-size: 14px;
}
.present__icon {
    margin-right: 10px;
}
.background {
    background-color: transparent;
    background-image: -webkit-linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.7) 79%,rgba(255, 65, 105, 0.7));
    background-image: -o-linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.7) 79%,rgba(255, 65, 105, 0.7));
    background-image: linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.7) 79%,rgba(255, 65, 105, 0.7));
    -webkit-transition: .2s background-position-x ease-in-out;
    -o-transition: .2s background-position-x ease-in-out;
    transition: .2s background-position-x ease-in-out;
    padding: 30px 0;
}
.logo {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	
}

	
.container > .logo > .icon-logo {
	width: 75px;
    height: 75px;
    margin: -4px -10px 0 -15px;
    float: left;
   
}
.logo__text {
    font-size: 15px;
    padding: 6px 0;
    margin-bottom: -20px;
    display: table;
    text-transform: uppercase;
}
.logo__text > span {
    font-weight: bold;
    display: block;
    padding-bottom: 45px;
    margin-top: 30px;
    font-size: 30px;
}
.logo__text > div {
    line-height: normal;
}
li.tabs_list_item > img {
    width: 32px;
}
.calendar {
	padding: 30px 0 50px;
	color: #262626;
}
.calendar__form > .container > div {
	min-width: 300px!important;
}
.calendar__list {
    font-size: 0;
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 62px;
}
.calendar__list:before {
	content: '';
	height: 2px;
	border-top: 2px dashed #2196f3;
	position: absolute;
	top: 42px;
	left: 10%;
	right: 10%;
}
.calendar__list li {
	font-size: 18px;
	width: 25%;
}
.calendar__tooltip {
    display: none;
}
.calendar__tooltip .tooltip {
    float: right;
}
.calendar__item {
	padding: 0 10px;
	text-align: center;
}
.calendar__img {
    width: 84px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 28px;
    background-color: #fff;
    border-radius: 50%;
}
.calendar__img .cell {
	height: 84px;
	border: 2px solid #2196f3;
	border-radius: 50%;
}
.calendar__img .cell__inner {
	height: 100%;
}
.calendar__value {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2196f3;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -5px;
    top: -5px;
}
.calendar__desc {
	font-size: 15px;
	line-height: 1.15;
}
.calendar__form {
	margin: 0 auto;
	max-width: 800px;
}
.popular {
	padding-top: 10px;
	color: black;
}
.popular__list {
	font-size: 0;
	display: table;
	margin: 0 -30px;
}
.popular__list > li {
	font-size: 18px;
	width: 33.33%;
	padding: 0 30px;
	margin-bottom: 46px;
}
.booking{
	margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid black;
    display: table;
    padding: 10px;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: -25px;
	background: none;
}
ul.tabs_list {
    display: flex;
}
ul > a {
    width: 100%;
	margin-bottom: 15px;
}
li.tabs_list_item {
    background: rgba(33, 150, 243, 0.5);
    padding: 10px;
    color: white;
    border-radius: 4px;
    margin: 0 5px;
}
.tabs_list_item--bus {
    margin-left: 0!important;
}
.tabs_list_item--zdbilety {
    margin-right: 0!important;
}
.tabs_list_item>span {
    display: block;
	margin-top: 3px;
	font-size: 16px;
}

a {
     color: rgba(33, 150, 243, 0.95);
}

a.active > .tabs_list_item {
    background: rgba(33, 150, 243, 0.95); 
}
.whitefix {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 2;
    /*background: rgba(255, 255, 255, 0.85);
    height: 50px;*/
}
.fixtop {
    
	background-color: rgba(33, 150, 243, 0.95);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
}
.fixtop > .container {
	max-width: 1440px;
	padding: 0 30px;
}
.container > .logo {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Ubuntu;
    letter-spacing: 0.5px;
    height: 40px;
    margin: 5px 10px;
	margin-left: 0;
	float: left;
	line-height: 38px;
}
.container > .logo > img {
	height: 35px;
    margin: 3px 5px 0 0;
	vertical-align: middle;
}
.top-menu {
    float: right;
}
.top-menu > a {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 50px;
    padding: 15px 10px 6px 10px;
    letter-spacing: 1.2px;
}
.top-menu > a:hover , .top-menu > a.active {
	border-bottom: 2px solid #ffffff;
}
.top-menu > a.active , .tabs_list > a.active {
	pointer-events: none;
	cursor: default;
}
.top-button {
    float: left;
	line-height: 45px;
    margin: 0 20px;
    padding-top: 5px;
}
.top-button > a:hover , .top-button > a:focus {
	opacity: 0.75;
}
.top-button > .app-link:after {
    content: '';
    display: inline-block;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    left: -10px;
    top: -2px;
    width: 15px!important;
    background-size: contain!important;
    
    
}
.top-button > .app-link.\--bus:after {
    width: 30px!important;
    height: 30px;
    background: url(/img/bus.svg) no-repeat;
    top: -7px;
    left:-4px;
}
.top-button > .app-link.\--avia:after {
    width: 29px!important;
    height: 29px;
    background: url(/img/avia.svg) no-repeat;
    top: -7px;
}
.top-button > .app-link.\--hotel:after {
    width: 31px!important;
    height: 31px;
    background: url(/img/hotel.svg) no-repeat;
    top: -8px;
}
.top-button > .app-link.\--train:after {
    width: 29px!important;
    height: 29px;
    background: url(/img/train.svg) no-repeat;
    top: -7px;
}
.button-up {
    display: none;
    position: fixed;
    bottom: 65px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(33, 150, 243, 0.85);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    z-index: auto;
}


.arrow-left, .arrow-right {
    position: absolute;
    top: 16px;
    left: 8px;
    transform: rotate(35deg);
}
.arrow-right {
    left: 18px;
    transform: rotate(-35deg);
}
.arrow-left:after , .arrow-right:after {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 5px;
    float: right;
    border-radius: 5px 0px 0px 5px;
    transform-origin: center center;
    transform: rotate(-70deg);
}
.arrow-right:after {
    border-radius: 0px 5px 5px 0px;
    transform: rotate(70deg);
}
.promo {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    background: #eefaff;
	padding: 15px 22px;
    min-height: 66px;
	margin-bottom: 66px;
	position: relative;
	z-index: auto;
	
}


.promo1 {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    background-color: rgba(33, 150, 243, 0.95);
	padding: 15px 22px;
    min-height: 66px;
	margin-bottom: 66px;
	position: relative;
	z-index: auto;
	
	
	
}

.onboard {
    color: #656565;
    display: flex;
    max-width: fit-content;
    margin: auto;
    align-items: center;
    font-size: 15px;
}



.onboard-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: url(/img/shit.svg) no-repeat;
    background-size: 27px 33px;
}

.onboard-title {
    text-align:center;
}

.clouds {
	background: -webkit-gradient(linear,left top,left bottom,from(#e0f5ff),to(#fff));
    background: linear-gradient(#e0f5ff,#fff);
    position: relative;
    padding-top: 66px;
	overflow: hidden;
}
.clouds:before , .clouds:after {
    content: "";
    background: url(/img/clouds.svg) 0 0 no-repeat;
    position: absolute;
    width: 400px;
    height: 200px;
    top: 150px;
}
.clouds:before {
	right: 65%;
}
.clouds:after {
    left: 65%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.page {

    position: relative;
    padding-top: 66px;
	overflow: hidden;
}
.page:before , .page:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 200px;
    top: 150px;
}
.page:before {
	right: 65%;
}
.page:after {
    left: 65%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.main-news-subscription {
	margin-top: -66px;
    padding-bottom: 600px;
    margin-bottom: -600px;
    position: relative;
}
.main-news-subscription__content {
    width: 100%;
	min-height: inherit!important;
	margin-top: -65px;
	position: relative;
}
.main-news-subscription__stripes {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: -200px;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 0;
    -webkit-transform: skewY(-22deg);
    transform: skewY(-22deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
}
.main-news-subscription__stripes:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main-news-subscription__stripes:after {
    content: "";
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    background: linear-gradient(22deg,#fff 40%,#d4f1ff);
}
.main-news-subscription__stripes li {
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px;
    position: relative;
}
.main-news-subscription__stripes li:after {
    content: "";
    width: 150px;
    height: 10px;
    position: absolute;
    top: 65px;
    opacity: .1;
    background: linear-gradient(80deg,#42a5f5,#9dd3ff);
    border-radius: 5px;
    -webkit-transform: skewY(22deg) rotate(-22deg);
    transform: skewY(22deg) rotate(-22deg);
}
.main-news-subscription__stripe-1 {
    background: -webkit-gradient(linear,left top,right top,from(#f1faff),to(#fff));
    background: linear-gradient(90deg,#f1faff,#fff);
}
.main-news-subscription__stripe-1:after {
    left: 90%;
    margin-right: -100px;
}
.main-news-subscription__stripe-2 {
    background: -webkit-gradient(linear,left top,right top,from(#f5fcff),to(#e7f7ff));
    background: linear-gradient(90deg,#f5fcff,#e7f7ff);
}
.main-news-subscription__decorations {
    width: 100%;
}
.main-news-subscription__wrap {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 20px 0px;
    text-align: center;
    margin: 0 auto;
    margin-top: -130px;
    max-width: 980px;
    position: relative;
}
.main-news-subscription__wrap:after, .main-news-subscription__wrap:before {
    content: "";
    position: absolute;
    background: linear-gradient(60deg,#42a5f5,#9dd3ff);
    opacity: .15;
    width: 300px;
    height: 140px;
    border-radius: 100px;
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
}
.main-news-subscription__wrap:before {
    right: 100%;
    top: 300px;
}
.main-news-subscription__wrap:after {
    left: 100%;
    top: 65px;
}
.main-news-subscription__balloons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    pointer-events: none;
    left: 0;
    bottom: 0;
    margin-bottom: -120px;
    height: 275px;
}
.main-news-subscription__balloons li {
    position: absolute;
    background-image: url(/img/balloon.svg);
    background-size: 100% 100%;
}
.main-news-subscription__balloon-1 {
    left: -12px;
    bottom: -80px;
    width: 120px;
    height: 170px;
    opacity: .6;
}
.main-news-subscription__balloon-2 {
    left: 240px;
    bottom: 140px;
    width: 45px;
    height: 65px;
    opacity: .3;
}
.main-news-subscription__balloon-3 {
    right: 220px;
    width: 64px;
    bottom: 180px;
    height: 90px;
    opacity: .5;
}
.main-news-subscription__balloon-4 {
    right: 15px;
    bottom: 40px;
    width: 119px;
    height: 168px;
    opacity: .7;
}
.top-menu > a > sup {
	font-size: 8px;
	margin-left: 5px;
	vertical-align: super;
}
.mblog {
	display: none;
	margin-top: -3px
}
.footer {
	padding: 30px 0;
	color: #656565;
	font-size: 14px;
	background: aliceblue;
	position: relative;
}
.footer > .container > div {
	display: flow-root;
	padding: 15px 0;
	border-top: 1px solid #dde3eb;
}
.noborder {
	padding: 20px 0 30px 0!important;
	border-top: none!important;
}
.blog {
	float: right;
}
.support {
	display: inline-flex;
	float: center;
	padding: 10px;
}
.blog > a , .support > div {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 210px;
}
.support > div {
	width: 225px;
	margin-left: 20px;
}
.blog > a > img , .support > div > img {
	margin-right: 15px;
	height: 42px;
	min-width: 42px;
}
.blog > a > span , .support > div > span {
	text-align: left;
	color: #2196f3;
	font-weight: 100;
	line-height: 20px;
}
.support > button {
	border-radius: 5px;
	border: none;
	background: #2196f3;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 25px;
	letter-spacing: 1px;
	cursor: pointer;
	height: 26px;
}
.copyright {
	text-align: center;
	margin-top: 12px;
}
.license {
	float: right;
	margin-top: 5px;
}
strong {
    text-transform: uppercase;
}
.app-link, .app-link:active, .app-link:focus, .app-link:hover {
    color: #fff;
}
.app-link {
    padding-left: 30px;
    position: relative;
	text-decoration: none;
}
.app-link:after {
    content: '';
    display: inline-block;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    left: 0;
    top: -5px;
}

.app-link.\--ios:after {
    width: 18px;
    height: 23px;
    background: url(/img/ios.svg) no-repeat;
	left: 4px;
}
.app-link.\--android:after {
    width: 18px;
    height: 23px;
    background: url(/img/android.svg) no-repeat;
	left: 3px;
}
.overlay {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
	display: none;
}
.subscription {
    background-color: #fff;
    z-index: 160;
    width: 100%;
    max-width: 960px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 0 7px 0;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.5);
    padding: 50px 50px 35px;
    
    margin: 45px auto;
}
.subscription-close {
    background: #2C9BF4;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    float: right;
    margin: -35px -30px 0 0;
}
.subscription-close:before {
    content: "";
    display: block;
    background: url(/img/exit.svg) no-repeat 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    margin: 10px;
}
.subscription-content {
    display: block;
	color: #4a4a4a;
}
.subscription-form:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    
    margin: auto;
}
.subscription-form.before:before {
    display: none;
}
.subscription-result-img {
    margin: -10px auto;
	width: 150px;
	display: none;
}
.subscription-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    line-height: 25px;
    margin: 20px -2px 10px;
}
.subscription-info {
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
}
.subscription-input {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 15px;
    border: 1px solid transparent;
}
.subscription-textarea {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    text-align: center;
    margin-top: 15px;
    border: 1px solid transparent;
    padding: 10px;
}
.subscription-button {
    background: #2196f3;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-top: 10px;
    border: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.35);
	cursor: pointer;
}
.subscription-bottom-text {
    font-size: .625rem;
    color: #4a4a4a;
    color: var(--general-text-color,#4a4a4a);
    letter-spacing: 0;
    line-height: 1rem;
    margin-top: 20px;
}
.subscription-result > img {
    width: 150px;
}
.hotels-map {
	border-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2)!important;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2)!important;
}
.texter {
    color: black;
    margin-top: 20px;
	margin-bottom: 70px;
}
.fullstat {
    color: #656565;
    font-size: 14px;
	/*letter-spacing: .2px;*/
}
.gallery {
    margin-bottom: 50px;
}
.images {
    display: flex;
    overflow: hidden;
}
.images > img {
    max-width: 90px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 35px;
    height: 40px;
}

/* ----------------------------- */

@media (max-width: 1610px){
	.main-news-subscription {
		overflow: hidden;
	}
}

/* ----------------------------- */

@media screen and (max-width: 1023px) {
	body {
		font-size: 16px;
		line-height: 19px;
	}
	h1 {
		font-size: 21px;
		margin-bottom: 28px;
	}
	h2 {
		font-size: 24px;
	}
	.subtitle {
		font-size: 18px;
	}
	.present__logo , .present .subtitle {
		margin-bottom: 30px;
	}
	.logo__text > span {
		padding-bottom: 35px;
	}
	.present__list li {
		font-size: 17px;
		padding: 0 7px;
	}
	.calendar {
		padding: 56px 0 58px;
	}
	.calendar__item {
		padding: 0 3px;
	}
	.calendar__desc {
		font-size: 14px;
	}
	.calendar__list {
		margin-bottom: 49px;
	}
	.popular__list {
		margin: 0 -15px;
	}
	.popular__list > li {
		padding: 0 15px;
	}
}

/* ----------------------------- */

@media (min-width: 768px) and (max-width: 1024px) {
	.top-menu {
		float: left;
		width: 100%;
		text-align: center;
		border-top: 1px solid;
		padding-bottom: 10px;
	}
	.top-button {
		float: right;
		margin-right: 0;
	}


}

/* ----------------------------- */

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 16px;
	}
	h1 {
		font-size: 19px;
	}
	h2 {
		font-size: 19px;
		margin-bottom: 18px;
	}
	.show-xs {
		display: block !important;
	}
	.hide-xs {
		display: none !important;
	}
	.booking{
		display: table;
		margin: auto;
		margin-top: 25px;
	}
	.subtitle {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.page:after {
		display: none;
	}
	.page:before {
		left: 25px;
	}
	.logo__text > div {
		margin: -15px 0 30px 0;
	}
	.icon-logo {
        width: 40px;
		height: 40px;
		margin: 35px 0 25px 0;
	}
	.present {
		padding-bottom: 0;
		padding: 20px 0 0;
		background-image: -webkit-linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgba(0, 115, 255, 0.7) 25%,rgba(170, 90, 255, 0.7) 79%,rgba(255, 65, 105, 0.7))!important;
		background-image: -o-linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgba(0, 115, 255, 0.7) 25%,rgba(170, 90, 255, 0.7) 79%,rgba(255, 65, 105, 0.7))!important;
		background-image: linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgba(0, 115, 255, 0.7) 25%,rgba(170, 90, 255, 0.7) 79%,rgba(255, 65, 105, 0.7))!important;
	}
    .present .subtitle {
		display: none;
	}
    .present__logo {
		margin-bottom: 0;
		margin-top: 15px;
	}
    .present__list {
		padding-top: 24px;
		padding-bottom: 10px;
		margin-top: -35px;
		width: auto;
		background-color: #2196f3;
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
		text-align: center;
	}
	.present__list li {
		font-size: 16px;
		margin-bottom: 17px;
		padding-left: 5px;
		padding-right: 5px;
		display: block;
	}
	.present__list svg {
		display: inline-block;
	}
	.present__list .icon-plain {
		width: 19px;
		height: 20px;
	}
	.present__list .icon-deal, .present__list .icon-search {
		width: 26px;
		height: 19px;
	}
	.present__icon {
		display: inline-block;
		width: 26px;
		margin-right: 10px;
		text-align: center;
	}
	.calendar {
		padding: 26px 0 30px;
	}
	.calendar__list {
		margin-bottom: 17px;
	}
	.calendar__list:before {
		display: none;
	}
	.calendar__list li {
		width: 100%;
		margin-bottom: 17px;
	}
	.calendar__item {
		text-align: left;
		padding: 0;
	}
	.calendar__img {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.calendar__img .table {
		display: block;
		width: auto;
	}
	.calendar__img .cell {
		border: none;
		display: block;
		height: auto;
	}
	.calendar__img [class^='icon-'],
	.calendar__img [class*=' icon-'] {
		display: none;
	}
	.calendar__value {
		position: static;
		float: left;
		background-color: transparent;
		color: #2196f3;
		font-weight: 700;
		width: auto;
		height: auto;
		font-size: 18px;
		line-height: 1;
		margin-right: 5px;
	}
	.calendar__value:after {
		content: '.';
		display: inline-block;
	}
	.calendar__desc {
		overflow: hidden;
		line-height: 1.5;
	}
	.calendar__desc br {
		display: none;
	}
	.calendar__form, .calendar__tooltip {
		margin: 0 -15px;
	}
	.popular {
		padding: 26px 0 10px;
	}
	.popular__list {
		margin-left: 0;
		margin-right: 0;
	}
	.back-present {
		background: none!important;
	}
	
.logo__text > span {
		display: none;
	}
	.present h1 {
		font-weight: normal!important;
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: -20px;
	}
	.popular__list > li {
		margin: 10px 0;
		width: 100%;
	}
	.new {
		display: none;
	}
	.icon-logo {

	}
	.top-menu > a {
		width: 100%;
		display: -webkit-inline-box;
		padding: 0px 5px 0px 5px;
		line-height: 30px;
	}
	.fixtop > .container {
		margin: 0 -20px;
	}
	.container > .logo {
		margin: 5px 0;
	}
	.top-button {
		margin: 0 -10px 0 0;
		float: right;
	}
	.top-menu {
		display: none;
		float: left;
		width: 100%;
		border-top: 1px solid white;
		padding: 5px 5px 10px 5px;
	}
	.top-menu > a:hover, .top-menu > a.active {
		color: #FFEB3B;
		border: none;
	}
	.logo > span {
		line-height: 42px;
	}
	.container > .logo > img {
		margin: 3px 2px 0 0;
	}
	.footer > .container > div {
		display: grid;
	}
	.support {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.support > button {
		width: 100%;
		margin-bottom: 15px;
	}
	.support > div {
		margin: 0;
	}
	.blog {
		float: none;
	}
	.noborder {
		padding: 0 15px 20px 15px!important;
		font-size: 14px!important;
	}
	.footer > .container > div {
		display: grid;
		padding: 7px;
		text-align: center;
		font-size: 12px;
	}
	.footer {
		padding: 20px 0 15px 0;
	}
	.footer > .container > div:nth-child(3) {
		padding: 15px 0 5px 0;
    }
	.license {
		margin-top: 12px;
	}
	.main-news-subscription {
		margin-top: -36px;
	}
	.texter.container {
		padding: 0 20px;
	}
}

/* ----------------------------- */

@media (max-width: 690px){
	.main-news-subscription__balloons {
		height: 235px;
	}
	.main-news-subscription__balloon-1 ,
	.main-news-subscription__balloon-4 {
		display: none;
	}
	.main-news-subscription__balloon-2 {
		left: initial;
		right: 20px;
		bottom: 75px;
		opacity: .2;
	}
	.main-news-subscription__balloon-3 {
		left: 20px;
		opacity: .3;
		bottom: -20px;
	}
	.calendar__tooltip {
		display: block;
	}
	
	.news_ct_l{
		width: 100%;
		float: left;
	}
	.news_ct_r{
		display: none;
	}
}

/* ----------------------------- */

@media (max-width:580px){
	.tabs_list_item > span{
		display:none;
	}
	.subscription {
		width: 95%;
		margin: 10px auto;
		padding: 25px 15px;
	}
	.subscription-close {
		margin: -15px -5px 0 0;
	}
}

/* ----------------------------- */

@media screen and (max-width: 380px) {
	.present__list {
		text-align: center;

	}
	.fixtop > .container > .logo > span {
		margin-left: -5px;
		font-size: 12px;
		letter-spacing: 0;
	}
	.app-link {
		padding-left: 27px;
	}
}
span.ik_select_option_label {
    color: black;
}


.popular-routes-list {
  padding: 0;
  margin: 0 -15px;
  font-size: 0;
}
.popular-routes-list-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 15px;
  font-size: 20px;
}
.popular-routes-list-item a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
  border-radius: 5px;
  color: #fff!important;
  text-decoration: none!important;
  position: relative;
  top: 0;
  transition: .1s ease all;
}
.popular-routes-list-item a:hover,
.popular-routes-list-item a:focus {
  top: -10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.popular-routes-list-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(66%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.49)));
  background-image: -webkit-linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
  background-image: linear-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.5) 93%, rgba(0, 0, 0, 0.49) 100%);
  border-radius: 4px;
  z-index: 0;
}
.popular-routes-list-item a span {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 18px;
  right: 18px;
  z-index: 1;
}
.popular-routes {
  padding: 40px 0 70px;
}

@media (max-width: 991px) {
  .popular-routes-list-item {
    width: 50%;
  }
  .popular-routes-list-item a {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .popular-routes-list-item {
    width: 100%;
  }
  
}

.totop {
margin-top:-76px;
}

.totop2 {
margin-top:-16px;
}

@media screen and (max-width: 767px) {
.totop  {
margin-top: -16px;
}
}

@media screen and (max-width: 767px) {
.totop2  {
margin-top: -16px;
}
}

.grecia {
font-size: 80px;
font-weight: 900;
margin-top: 40px;
color: #fff;
font-family: Satyp;
margin-top: 10px;

}

ul.breadcrumb {
padding: 10px 16px;
  margin-top: 0px;
  list-style: none;
  
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  
}
ul.breadcrumb li+li:before {
  padding: 10px;
  color: #262626;
  content: "\21D2";
}
ul.breadcrumb li a {
  color: #262626;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #2c9bf4;
  text-decoration: underline;
}

.list6a {
    padding:0;
    list-style: none;
}
.list6a li{
    padding:6px;
}
.list6a li:before {
    padding-right:10px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2606";
    transition-duration: 0.5s;
}
.list6a li:hover:before {
    color: #337AB7;
    content: "\2605";
}

.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background: #eefaff;
  padding: 10px;
  
}
.square li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  border-top: 1px solid #2c9bf4;
  transition: .3s linear;
  
}
.square li:last-child {margin-bottom: 0;}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #2c9bf4;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #2c9bf4;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.square li:hover {border-top: 2px solid #2c9bf4;}
.square li:hover:before {
  border: 2px solid #2c9bf4;
  background: rgba(33, 150, 243, 0.95);
}

.left {
   float: left;
   padding: 0 10px 10px 0;
}

.exam_02 {
    padding: 20px 40px; /*отступ вложенного текста от рамки */
    background: #eefaff; /* фон рамки */
   font-size: 16px;
    border: 2px dashed #2c9bf4; /* размер, форма и цвет рамки */
    border-radius: 10px; /*  радиус скругления углов рамки */
    box-shadow: 0 0 0 4px #eefaff, 2px 1px 6px 4px #eefaff; /* смещение, размер и цвет тени рамки*/
      
      font-family: Roboto;
}
.exam_02 a {
   color: #656565;
}

.img_right {
width: 450px;
border: 1px solid #eefaff;
border-radius: 10px;
float: right;
margin-left: 20px;

}

.img_left {
width: 450px;
border: 1px solid #eefaff;
border-radius: 10px;
float: left;
margin-right: 20px;

}


.post-wrap {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.post-item {
	padding: 10px;	
}
.post-item-wrap {
	background: #fff;
	position: relative;	 
	
}
.post-item-wrap:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
	z-index: -1;
	background: #2c9bf4;
	transform: rotate(1deg);
	transform-origin: left bottom;
    transition: .3s ease-in-out;	
}
.post-item-wrap:hover:after {
    top: 5px;
    left: 5px;
	transform: rotate(2deg);
}  
.post-link {
	text-decoration: none;
	display: block;
	padding: 30px;
	
}
.post-title {
	color: #33261D;
	margin-bottom: 15px;
	transition: .3s ease-in-out;
	font-size: 22px;
}
.post-item-wrap:hover .post-title {
	color: #2c9bf4;
}
.post-content {
	color: #656565;
	font-size: 16px;
}
@media (min-width: 768px) {
	.post-item {
		flex-basis: 50%;
		flex-shrink: 0;				
	}
}
@media (min-width: 960px) {
	.post-item {
		flex-basis: 33.333333333%;			
	}
}

.center {
text-align: center;
}

.ostup {
margin: 0 0 10rem;
}


.down:after {
  content: "\f107";
  margin-left: 5px;
  font-family: FontAwesome;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    font-size: 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

footer.nb-footer {
background: #2c9bf4;
border-top: 4px solid #2c9bf4; }
footer.nb-footer .about {
margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center; }
footer.nb-footer .about p {
font-size: 16px;
color: #fff;
margin-top: 30px; }
footer.nb-footer .about .social-media {
margin-top: 15px; }
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #2c9bf4;
border: 1px solid rgba(255, 255, 255, 0.3); }
footer.nb-footer .about .social-media ul li a:hover {
background: #fff;
color: #fff;
border-color: #fff; }
footer.nb-footer .footer-info-single {
margin-top: 30px; }
footer.nb-footer .footer-info-single .title {
color: #000;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #ff9a0c;
padding-left: 5px; }
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #fff;
padding: 2px 0; }
footer.nb-footer .footer-info-single ul li a:hover {
color: #000; }
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa; }
footer.nb-footer .copyright {
margin-top: 15px;
background: #eefaff;
padding: 7px 0;
color: #000; }
footer.nb-footer .copyright p {
margin: 0;
padding: 0;
}

.brend {
font-size: 80px;
font-weight: 300;
margin-top: 40px;
color: #fff;
font-family: BOOKOSB;
margin-top: -10px;

}


.news_bl{
	width: 250px;
	border-radius: 10px;
	background: white;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.news_bl:hover{
	box-shadow: 2px 2px 11px 0px #ccc;
	cubic-bezier(0.51, 0.47, 0.52, 0.47) 0.135s;
}
.news_bl img{
	width: 250px;
	height: 180px;
	border-radius: 10px 10px 0px 0px;
}
.news_bl a{
	padding-left: 10px;
	color: black;
	font-weight: 500;
	font-size: 16px;
	
}
.news_text_b{
	height: 100px;
	line-height: 1.2;
	padding-left: 5px;
	padding-right: 5px;
	padding: 5px;
	
	color: black;
	font-weight: 500;
	font-size: 16px;
}
.news_text_b:first-letter{
	text-transform: uppercase !important;
}

ul.menu > li {
    float: left;
    position: relative;
}
ul.menu > li > a {
    display: block;
    padding: 10px;
    color: white;
   
    text-decoration: none;
}
ul.menu > li > a:hover {
    background-color: #ff9a0c;
}
ul.submenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0;
    background-color: #168de2;
   text-align: center;
}
ul.submenu > li {
    display: block;
}
ul.submenu > li > a {
    display: block;
    padding: 10px;
    color: white;
   
    text-decoration: none;
}
ul.submenu > li > a:hover {
    text-decoration: underline;
}

ul.menu > li:hover > ul.submenu {
    display: block;
}

.mobila div {
    display: block;
    position: fixed;
    bottom: 5px;
    right: 10px;
    background-color: #2c9bf4;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999999;
    border: 4px solid #2c9bf4;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    box-sizing: content-box;
    opacity: 0.9;
    
}


.mobila div span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 13px;
    transition-duration: .4s;

}
.mobila div span:nth-child(1) {
    top: 14px;
}
.mobila div span:nth-child(2) {
    top: 23px;
}
.mobila div span:nth-child(3) {
    bottom: 14px;
}
.mobila div.active span:nth-child(1) {
    transform: translate(-15px, 9px) rotate(-45deg);
}
.mobila div.active span:nth-child(2) {
    transition-duration: 0s;
    opacity: 0;
}
.mobila div.active span:nth-child(3) {
    transform: translate(-15px, -9px) rotate(45deg);
}

.mobila div p {
   text-align:center;
   font-size:12px;
   color:#fff;

}

.mobila nav {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999990;
    transition-duration: .4s;
    display: flex;
    align-items: center;
    justify-content: center; 
  
    
}
.mobila nav.open {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
    overflow-x: auto;
}
/*.mobila nav ul {
    display: none;
}
.mobila nav ul.show {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobila 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;
}
.mobila ul li:not(:last-child) {
    margin-bottom: 22px;
}
.mobila ul li a {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
}*/
@keyframes fadein {
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
    }
}

@media (min-width:480px){
    .mobila {
        display: none;
    }
}




.cd-accordion-menu {
  width: 90%;
   /* max-width: 300px;*/
 
  margin: 4em auto;
  
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=radio] {
  /* �������� native radio, ���� ����� �������� ����������� ����� ���������� ��������� */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  /*background: #4d5158;
  box-shadow: inset 0 -1px #565a60;*/
  color: #ffffff;
  font-size: 1.2rem;
  
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
  
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}

.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}

.cd-accordion-menu input[type=radio]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=radio]:checked + label::after {
  /* �������� �������� ������ ����� ��� ��������� �������� */
  background-position: -32px 0;
}


/* �������� �������: � ����������� ����� ������ ��� ul */
.cd-accordion-menu input[type=radio]:checked + label + ul {
  display: block;
}

/* �� ��������� - ������ ��� ������� (��� ul ������ li) */
.cd-accordion-menu ul {
  display: none;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  padding-left: 82px;
  opacity:.85;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
  opacity:.85;
  
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 24px 24px 24px 82px;
    font-size: 1.9rem;
  }
  .cd-accordion-menu label::before {
    left: 24px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding-left: 106px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}


.opisanie {
	
  
   
    position: relative;
      
}

.opisanie p {
	font-size: 16px;
 color: #656565;
    letter-spacing: 0.02em;
	
}

.opisanie a {

	color: #656565;
}

.opisanie2 {
	
    
    padding: 16px 24px;
    position: relative;
     
}

.opisanie2 p {
	font-size: 16px;
 color: #656565;
    letter-spacing: 0.02em;
	
}

.opisanie2 a {

	color: #656565;
}

.knopka-btn {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto Condensed', Тahoma, sans-serif;
    background: #2c9bf4;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.knopka-btn:hover,
.knopka-btn:active,
.knopka-btn:focus {
    color: #FFF;
}
.knopka-btn:after,
.knopka-btn:before {
    position: absolute;
    height: 4px;
    left: 50%;
    background: #2c9bf4;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.knopka-btn:before {
    top: -6px;
}
.knopka-btn:hover:after,
.knopka-btn:hover:before,
.knopka-btn:active:after,
.knopka-btn:active:before,
.knopka-btn:focus:after,
.knopka-btn:focus:before {
    width: 100%;
    left: 0;
}

/* Для экранов с шириной до 768px (планшеты и мобильные) */
@media (max-width: 768px) {
  .knopka-btn {
    font-size: 18px;        /* Уменьшаем шрифт в 2 раза */
    line-height: 18px;      /* Соответствует размеру шрифта */
    padding: 10px 26px;       /* Уменьшаем отступы в 2 раза */
  }
}

.railcut {
  display: block;
  background: #eefaff;
  border: 1px solid #d8f0ff;
  margin: 0;
  color: #656565;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border-radius: .2rem;
  
  
}

.railcut.railcut--full {
  padding: 1rem 1rem 1rem 2.5rem;
}

.railcut.railcut--full::before {
  content: '';
  display: block;
  width: 6rem;
  height: 7rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/icon-zd.svg") no-repeat -3rem -1rem;
  background-size: 100%;
  
}

@media only screen and (max-width: 1023px) {
  .railcut .railcut.railcut--full {
    float: none;
    max-width: 100%;
  }
}

.corner-box-6 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
    min-height: 300px;
    border: 1px solid #2c9bf4;
    margin:0 auto;
}
.corner-ribbon-6 {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.corner-ribbon-6::before, .corner-ribbon-6::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}
.corner-ribbon-6 span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #2c9bf4;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 800 22px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    opacity: 0.7;
}
.corner-ribbon-6-top-right {
    top: -10px;
    right: -10px;
}
.corner-ribbon-6-top-right::before, .corner-ribbon-6-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.corner-ribbon-6-top-right::before {
    top: 0;
    left: 0;
}
.corner-ribbon-6-top-right::after {
    right: 0;
    bottom: 0;
}
.corner-ribbon-6-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #eefaff;
    line-height: 18px;
    
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #2c9bf4;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #2c9bf4;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
    text-align: center;
    opacity: 0.9;
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}

.list5b {
    padding:0;
    list-style: none;
}    
.list5b li {
    position: relative;
    padding: 10px 30px;
    background: linear-gradient(to left, #eefaff 0%, #FFF, #eefaff);
    border: 1px solid #eefaff;
    color: #444;
    box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
    margin-bottom: 5px;
    text-align:center;
    background-size: 100% 100%;
    z-index: 1;
    /*font-size:14px;*/
}
.list5b li:hover {
    border: 2px solid #2c9bf4;
}
.list5b li:before {
    content: "";
    position:absolute;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: linear-gradient(to left, #E2F0FA 0%, #FFF, #E2F0FA);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}
.list5b li:hover:before {
    width: 100%;
    opacity: 1;
}    

.list1b {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list1b li {
    position: relative;
    border-left: 2px solid #DDDDDD;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list1b li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-50px;
    width:50px;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
    color: #DDDDDD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.list1b li:hover:before {
    color: #2c9bf4;
}

.list1b li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}    

@media screen and (max-width: 360px) {
.left-form{
left: -23px;
display:block;
position: relative;
margin:0 auto;
}
} 

#share {
	width:100%;
	margin: 0 auto;
	text-align:center;
}

#share .push {
    display: inline-block;
    min-width: 100px;
    margin: 5px 2px 10px 2px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

#share .south {background-color:#168de2;}
#share .south:hover {background-color: #ff9a0c; color:#fff;text-decoration: none;}

.menus-dropdown-icon:before {
    content: "\f078";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 10px 20px;
    margin: 10px;
    background: #ff8e01;
    color: #FFF;
    font-size: 20px;
    transition: transform 0.3s ease;
}
.menus-dropdown-icon.open:before {
    content: "\f078"; 
    transform: rotate(180deg);
}

.menus-dropdown-icon.rotated:before {
    transform: translateY(-25%) rotate(180deg);
}

.menus-container {
	width: 100%;
	background: #2c9bf4;
	
}
.menus-mobile:after {
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	color: #fff;
	float: right;
	position: relative;
	transform: translateY(-25%);
}

/*
.menus-dropdown-icon:before {
	content: "\f078";
	font-family: "FontAwesome";
	display: none;
	cursor: pointer;
	float: right;
	padding: 10px 20px;
	margin: 10px;
	background: #ff8e01;
	color: #fff;
	font-size: 20px;
}
*/
.menus > ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	
	
}
.menus > ul:before,
.menus > ul:after {
	content: "";
	display: table;
}
.menus > ul:after {
	clear: both;
}

.menus > ul {
	text-align: right;
	
}



.menus > ul > li {
display: inline-block;
text-align: left;
	background: #2c9bf4;
	padding: 0;
	margin: 0;
	transition: .2s ease-in-out;
	

}
.menus > ul > li a,
.menus-mobile {
	text-decoration: none;
	padding: 20px 30px;
	display: block;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	transition: .2s ease-in-out;

	
}
.menus-mobile {
	display: none;
	color: #2c9bf4;
}
.menus > ul > li:hover {
	background: #ff8e01;
}
.menus > ul > li:hover a {
    color: #444;
}

.menus > ul > li > ul {
	display: none;
	width: 100%;
	background: #fff;
	padding: 20px;
	position: absolute;
	z-index: 99;
    left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
opacity:0.9;

 

}
.menus > ul > li > ul:before,
.menus > ul > li > ul:after {
	content: "";
      display: table;
	
	
}
.menus > ul > li > ul:after {
	clear: both;
	
}
.menus > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 25%;
	background: none;
	float: left;
	
}
.menus > ul > li > ul > li a {
	padding: 10px;
	display: block;
	border-bottom: 2px solid #ff8e01;

}
.menus > ul > li > ul > li a:hover {
	color: #2c9bf4;
	border-bottom: 2px solid #2c9bf4;

}
.menus > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}
.menus > ul > li > ul > li > ul:before,
.menus > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}
.menus > ul > li > ul > li > ul:after {
	clear: both;
}
.menus > ul > li > ul > li > ul > li {
	float: left;
	width: 100%;
	margin: 0;
}
.menus > ul > li > ul > li > ul > li a {
	border: 0;
	padding: 10px 12px;
	font-size: 18px;
}
.menus > ul > li > ul > li > ul > li a:hover {
	border: 0;
}
.menus > ul > li > ul.normal-sub {
	width: 300px;
	left: auto;
	padding: 20px;
}
.menus > ul > li > ul.normal-sub > li {
	width: 100%;
}
.menus > ul > li > ul.normal-sub > li a {
	border: 0;
	padding: 10px;
}


@media only screen and (max-width: 1221px) {
    
.menus > ul > li:hover {
	background: #fff;
	
}

	.menus-container {
		width: 100%;
		
max-height: 100vh;
overflow-y: auto;

	}
	.menus-mobile {
		display: block;
			
  
		
	}
	.menus-dropdown-icon:before {
		display: block;
	}
	.menus > ul {
		display: none;
		
	}
	.menus > ul > li {
		width: 100%;
		float: none;
		display: block;
		background: #eefaff;
		border-top: 2px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.menus > ul > li a {
		padding: 20px;
		width: 100%;
		display: block;
		color: #444;
		font-size: 18px;
	}
	
	.menus > ul > li > ul > li > ul > li a {
		font-size: 16px; 
		color: #888;
	}
	
	.menus > ul > li > ul {
		position: relative;
		
	}
	.menus > ul > li > ul.normal-sub {
		width: 100%;
		
	}
	.menus > ul > li > ul > li {
		float: none;
		width: 100%;
		
	}
	.menus > ul > li > ul:not(.normal-sub) > li {
		margin-top: 20px;
		
	}  
	.menus > ul > li > ul > li:first-child {
		margin: 0;
		
	}
	.menus > ul > li > ul > li > ul {
		position: relative;
	}
	.menus > ul > li > ul > li > ul > li {
		float: none;
	}
	.menus .show-on-mobile {
		display: block;
	}
}	


.menus-container > #logop {
    float: left;
    margin-left: 5%;
    margin-top: 20px;
    color: #fff;
    font-family: "SATYP";
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
 
}



.menus-container > .winter-hat {
    position: relative;
    display: inline-block;
}   


.menus-container > .winter-hat:before {
    content: "";
    position: absolute;
    background: url("/img/new-year/winter-hat.png");
    background-size: cover;
    height: 22px;
    width: 22px;
    left: -40px;
    top: -5px;
    transform: rotate(17deg);
    filter: hue-rotate(0);
    transition: 0.5s;    
}    

.menus-container > .winter-hat:hover:before {
    filter: hue-rotate(1320deg);
    transform: rotate(27deg);
}

.footer-section {
  position: relative;
  overflow: hidden;
  z-index: auto;
}
.footer-section::after {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 0;
  z-index: -1;
  background: #2c9bf4;
  background-image: -webkit-linear-gradient(105deg,hsla(188, 100%, 50%, 0.5),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.5) 79%,rgba(255, 65, 105, 0.7));
  background-image: -o-linear-gradient(105deg,hsla(188, 100%, 50%, 0.5),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.5) 79%,rgba(255, 65, 105, 0.7));
  background-image: linear-gradient(105deg,hsla(188, 100%, 50%, 0.5),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.5) 79%,rgba(255, 65, 105, 0.7));
 
}
.footer-section .shape-style span {
  width: 120px;
  height: 120px;
  border-radius: 100px 130px 100px 315px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
.footer-section .shape-style span:nth-child(1) {
  bottom: auto;
  left: -3%;
  top: -20px;
  width: 150px;
  height: 150px;
}
.footer-section .shape-style span:nth-child(2) {
  width: 50px;
  height: 50px;
  top: 15%;
  right: 10%;
}
.footer-section .shape-style span:nth-child(3) {
  width: 75px;
  height: 75px;
  top: 320px;
  right: 7%;
  background: rgba(255, 255, 255, 0.15);
}
.footer-section .shape-style span:nth-child(4) {
  width: 100px;
  height: 100px;
  top: 38%;
  right: auto;
  left: 1%;
  background: rgba(255, 255, 255, 0.05);
}
.footer-section .shape-style span:nth-child(5) {
  width: 50px;
  height: 50px;
  right: 40%;
  bottom: 45%;
  background: rgba(255, 255, 255, 0.04);
}
.footer-section .shape-style span:nth-child(6) {
  width: 100px;
  height: 100px;
  right: 6%;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-section .shape-style span:nth-child(7) {
  width: 50px;
  height: 50px;
  right: 5%;
  bottom: 12%;
}
.footer-section .shape-style span:nth-child(8) {
  width: 100px;
  height: 100px;
  right: auto;
  bottom: 11%;
  left: 15%;
  background: rgba(255, 255, 255, 0.05);
}

.footer-section .footer-top h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.footer-section .footer-top h3 span {
  font-weight: 300;
}
.footer-section .footer-top .download-app-button {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.footer-section .footer-top .download-app-button .download-btn {
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  color: #fff;
  align-items: center;
  float: left;
  padding: 5px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s;
   
 
}
.footer-section .footer-top .download-app-button .download-btn:hover, footer .footer-top .download-app-button .download-btn.active {
  background-color: #fff;
}
.footer-section .footer-top .download-app-button .download-btn:hover p, footer .footer-top .download-app-button .download-btn.active p {
  color: #444;
}
.footer-section .footer-top .download-app-button .download-btn:hover i, footer .footer-top .download-app-button .download-btn.active i {
  background: linear-gradient(to bottom, #4d9dff 15%, #d5adff 70%, #ff7a96 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-section .footer-top .download-app-button .download-btn i {
  font-size: 28px;
  line-height: 28px;
  margin-right: 10px;
  color: #fff;
}
.footer-section .footer-top .download-app-button .download-btn p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer-section .footer-top .download-app-button .download-btn p small {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
.footer-section .footer-top .inner-column h3 {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 30px;
  text-align: right;
}
.footer-section .footer-top .inner-column h3 span {
  font-weight: 300;
}
.footer-section .footer-top .inner-column .subscribe-form form {
  position: relative;
}
.footer-section .footer-top .inner-column .subscribe-form form input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 14px;
  padding: 14px 40px;
  border-radius: 50px;
  background: #ffffff;
 
  outline: 0;
  border: none;
}
.footer-section .footer-top .inner-column .subscribe-form form button {
  position: absolute;
  right: 2px;
  top: 2px;
  outline: 0;
  height: 56px;
  color: #fff;
  font-weight: 600;
  border: none;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #ff8e01;
  border-radius: 50px;
  padding: 15px 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-section .widgets-section {
  padding-top: 60px;
  padding-bottom: 25px;
}
.footer-section .widgets-section .footer-widget h3 {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
.footer-section .widgets-section .footer-widget .logo span {
  
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "SATYP";
  font-weight: bold;
  padding: 10px;
}
.footer-section .widgets-section .footer-widget p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.footer-section .widgets-section .footer-widget .footer-info {
  list-style-type: none;
  padding-left: 0;
}
.footer-section .widgets-section .footer-widget .footer-info li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.8em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
}
.footer-section .widgets-section .footer-widget .footer-info li i {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  color: #fdd415;
  font-size: 14px;
}
.footer-section .widgets-section .footer-widget .list {
  list-style-type: none;
  padding-left: 0;
}
.footer-section .widgets-section .footer-widget .list li a {
  position: relative;
  font-size: 15px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-section .widgets-section .footer-widget .list li a:hover {
  color: #ffcc00;
}

.footer-section .widgets-section .footer-widget .list li a::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  line-height: 1em;
  font-family: "FontAwesome";
}

.footer-section .widgets-section .footer-widget.twitter-widget .tweet-block {
  position: relative;
  margin-bottom: 20px;
}
.footer-section .widgets-section .footer-widget.twitter-widget .tweet-block p {
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.95);
}
.footer-section .widgets-section .footer-widget.twitter-widget .tweet-block p i {
  color: #0397ff;
  font-size: 20px;
  margin-right: 8px;
}
.footer-section .widgets-section .footer-widget.twitter-widget .tweet-block .author-name {
  position: relative;
  color: #ffcc00;
  font-size: 14px;
  font-style: italic;
}
.footer-section .footer-bottom .inner-content {
  padding: 22px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer-section .footer-bottom .inner-content p {
  position: relative;
  color: #ffffff;
  font-size: 14px;
}
.footer-section .footer-bottom .inner-content p span a {
  color: #ffcc00;
}
.footer-section .footer-bottom .inner-content .social-icon {
  list-style-type: none;
  text-align: right;
}
.footer-section .footer-bottom .inner-content .social-icon li {
  position: relative;
  margin-left: 18px;
  display: inline-block;
}
.footer-section .footer-bottom .inner-content .social-icon li a {
  position: relative;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.footer-section .footer-bottom .inner-content .social-icon li a:hover {
  color: #ffcc00;
}

@media only screen and (max-width: 1200px) {
  
  .footer-section .footer-widget {
    margin-bottom: 10px;

}
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-top h3 {
    text-align: left !important;
    font-size: 20px !important;
  }
  .footer-section .footer-top .download-app-button {
    margin-bottom: 1.5rem;
  }
  .footer-section .footer-top .inner-column h3 {
    text-align: left !important;
    font-size: 20px !important;
  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: .9em;
  }
}
@media (min-width: 68em) {
  .responsive-table {
    font-size: 1em;
    width: 850px;
  	margin: 0 auto;
  	margin-bottom: 2em;
  }

	.table_small{
		  width: 400px;
	}

}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
background-color: #2c9bf4;
border: 1px solid #444;
font-weight: normal;
font-weight: bold;
text-align: center;
font-size: 18px;
color: white;
}
.responsive-table thead th:first-of-type {
  /* text-align: left; */
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
display: block;
padding: 0;
text-align: left;
/* text-align: center; */
white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
    font-size: 15px;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
	background-color: #2c9bf4;
  }
}

@media (max-width: 30em) {
  .responsive-table th,
  .responsive-table td {
	background-color: #2c9bf4;
  }

  .responsive-table td{
  	border-bottom: 1px solid #444;
	border-right: 1px solid black;
  }

  .responsive-table tbody td {
	border: 1px solid #444;
}

}

@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 3em;
/* border: 2px solid #FFFFFF; */
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.responsive-table tbody th[scope="row"] {
  /* background-color: #1d96b2; */
color: white;
border: 1px solid #000000;
font-weight: bold;
/* background: white; */
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
    text-align: center;
  }
}
.responsive-table tbody td {
  text-align: right;
background: rgba(255, 255, 255,1);
color: #000000;
font-weight: bold;
  font-size: 15px;
}

@media (min-width: 30em) {
  .responsive-table tbody td {
    border: 1px solid #000000;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: center;
    border-bottom: 1px solid #000000;
	border-right: 1px solid black;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

@media screen and (max-width: 600px){
.main-block {
  width: 100%;
}

.responsive-table tbody{
	font-family: 'Open Sans';
	font-size: 16px;
}
}

.iconblock-servis {
    width: 100%;
    border: 1px solid #2c9bf4;
    padding: 8px;
    text-align: center;
    transition: 0.4s all;
    overflow:hidden;
    margin:20px 0;
}    
.iconblock-servis:hover {
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.iconblock-servis .icon {
    margin: 20px auto; 
    transition: all 0.7s ease 0s;
    font-size: 64px;
    width:64px;
    height:64px;
    color:#2c9bf4;
}
.iconblock-servis:hover .icon , 
.iconblock-servis:hover .icon {
    transform: scale(20);
    position:relative;
    opacity:0;
}      
.iconblock-servis h3{
    transition: all 0.7s ease 0s;
    color: #000;
    font-size:20px;
    margin:0 0 6px 0;
    padding:6px;
}    
.iconblock-servis:hover h3 {
    color: #2c9bf4;
    transform: translateY(-44px) scale(1.3);
} 

.how-section h2{
    color: #444;
    font-weight: bold;
    font-size: 28px;
    margin-top: 20px;
}

.how-section .row
{
    margin-top: 20px;
}
.how-img 
{
    text-align: center;
    margin-top: 30px;
}
.how-img img{
    width: 90%;
    border-radius: 10%;
    
}

.how-section .knopka-btn{
margin-top: 30px;
}

.how-section p{
    color: #656565;
    font-size: 16px;
   
   
}

.how-section {
    padding: 20px 16px 16px;
    background: white;
    box-shadow: 0 0 0 1px rgba(70,117,150,.1),0 5px 10px 0 rgba(145,178,201,.45); /*-5px 5px 21px rgba(0, 0, 0, 0.1);*/
    border-radius: 4px;
    margin-bottom: 60px;
    margin-left:5px;
    margin-right:5px;
    
}

@media only screen and (max-width: 991px){
    .how-img{
    display: none;
    }
    
}

.listing {
    padding:0;
    list-style: none;
    font-size: 16px;
}
.listing li{
    padding:6px;
}
.listing li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.listing li:hover:before {
    color: #2c9bf4;
    content: "\2714";
}     

.redirect-info {
    font-size:12px;
   
}

.responsive-image {
    width: 100%;
    height: auto;
}



.spoiler-wrap{background:#fff;margin: 0 0 8px;border:1px solid #eefaff}
.spoiler-head{background:#eefaff;cursor:pointer;padding:5px;}
.spoiler-body{padding:10px}
.spoiler-wrap.disabled .spoiler-body{display:none}
.spoiler-wrap.active{border-color:#2c9bf4}
.spoiler-wrap.active .spoiler-head{background:#2c9bf4;color:#fff}

/* ��� �������� input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* ��� �������� label, ���������� � .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: center;
      user-select: none;
    }

    /* �������� � label �������������� before �� ���������� ������� */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1.2em;
      height: 1.2em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1.7px solid #656565;
      background-color: #fff;
      border-radius: 0.25em;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
    }

    /* ����� ��� ��������� ������� �� checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #ff8e01;
    }

    /* ����� ��� ��������� �������� (��� ������� �� ����) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #ff8e01;
      border-color: #fff;
    }

    /* ����� ��� ��������, ������������ � ������ */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* ����� ��� ��������, ������������ � ������ � �� ������������ � ��������� checked */
    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #2c9bf4;
    }

    /* ����� ��� ��������, ������������ � ��������� checked */
    .custom-checkbox:checked+label::before {
      border-color: #fff;
      background-color: #2c9bf4;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }
    
    
    .logotypus, .logotypus:hover {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    color: #FFF;
    margin-top:2px;
    text-transform: uppercase;
    text-decoration:none;
}

.logotypus div {
    font-size: 12px;
    line-height:12px;
    text-align:center;
    color: #FFF;
    text-transform: none;
}
.logotypus:hover {
    animation: blur1 1s ease-out;
}

@keyframes blur1 {
    from {
        text-shadow:0px 0px 10px #fff,
        0px 0px 10px #fff, 
        0px 0px 25px #fff,
        0px 0px 25px #fff,
        0px 0px 25px #fff,
        0px 0px 25px #fff,
        0px 0px 25px #fff,
        0px 0px 25px #fff,
        0px 0px 50px #fff,
        0px 0px 50px #fff;
    }
}

@media (max-width:480px) {
    .logotypus, .logotypus:hover {
        margin-top:3px;
        padding-left:10px;
        font-size: 24px;
        line-height: 24px;
    }
   
    .logotypus div {
        font-size: 10px;
    }
}
    
    
   .about-btn {padding:0 0 0 15px;margin-right:-15px;}
.about-btn a {display:flex;float:left;width:270px;height:130px;box-shadow:0 0 0 1px rgba(70,117,150,.1),0 5px 20px 0 rgba(145,178,201,.65);border-radius:5px 5px;color:#666;font-size:20px;text-decoration:none;padding:15px 15px 15px;margin: 0 10px 10px 0;background-repeat:no-repeat;background-position:30px calc(100% + 1px);background-color:#fff;position:relative;transition:0s;}
.about-btn a:hover {background-color:#2c9bf4;color:#fff;}
.about-btn a span {margin:auto 0;margin-left:10px;}
.about-btn a:nth-child(1n) {margin-right:10px;}
.about-btn a:nth-child(3n) {margin-right:10px;}
.about-btn a:nth-child(2n) {margin-right:10px;}
@media (max-width: 780px) {
    .about-btn a:not(:last-child), .about-btn a:last-child {width:160px;height:90px;font-size:16px;margin:0 10px 12px 0;line-height:16px;}
    .about-btn a:not(:last-child) {background-position:calc(100% - 10px) 100%; background-size:auto 50%;}
    .about-btn a span {margin:auto 0;}
    .about-btn a:last-child {background-position:calc(100% - 10px) 50%;}
}
@media (max-width: 676px) {
    .about-btn {padding:0 10px 0 10px;margin-right: 0;}
    .about-btn a {width:calc(50% - 10px)!important;margin-right:5px!important;}
    .about-btn a:nth-child(2n) {margin-right:0!important;}
}
@media (max-width: 380px) {
    .about-btn a:not(:last-child), .about-btn a:last-child {width:150px;}
}


.about-btn-2 {padding:0 0 0 15px;margin-right:-15px;}
.about-btn-2 a {display:flex;float:left;width:220px;height:130px;box-shadow:0 0 0 1px rgba(70,117,150,.1),0 5px 20px 0 rgba(145,178,201,.65);border-radius:5px 5px;color:#666;font-size:20px;text-decoration:none;padding:15px 15px 15px;margin: 0 10px 10px 0;background-repeat:no-repeat;background-position:30px calc(100% + 1px);background-color:#fff;position:relative;transition:0s;}
.about-btn-2 a:hover {background-color:#2c9bf4;color:#fff;}
.about-btn-2 a span {margin:auto 0;margin-left:10px;}
.about-btn-2 a:nth-child(1n) {margin-right:10px;}
.about-btn-2 a:nth-child(3n) {margin-right:10px;}
.about-btn-2 a:nth-child(2n) {margin-right:10px;}
@media (max-width: 747px) {
    .about-btn-2 a:not(:last-child), .about-btn-2 a:last-child {width:160px;height:90px;font-size:16px;margin:0 10px 12px 0;line-height:16px;}
    .about-btn-2 a:not(:last-child) {background-position:calc(100% - 10px) 100%; background-size:auto 50%;}
    .about-btn-2 a span {margin:auto 0;}
    .about-btn-2 a:last-child {background-position:calc(100% - 10px) 50%;}
}
@media (max-width: 676px) {
    .about-btn-2 {padding:0 10px 0 10px;margin-right: 0;}
    .about-btn-2 a {width:calc(50% - 10px)!important;margin-right:5px!important;}
    .about-btn-2 a:nth-child(2n) {margin-right:0!important;}
}
@media (max-width: 380px) {
    .about-btn-2 a:not(:last-child), .about-btn-2 a:last-child {width:150px;}
}

.rails {
  width: 100%;
  height: 8px;
  background: #666;
  margin-top: 52px;
  position: relative;
}
.rails:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 17.5px;
  bottom: -12px;
  height: 15px;
  width: 20px;
  background: #2c9bf4;
 box-shadow: 50px 0 0 0 #2c9bf4, 100px 0 0 0 #2c9bf4, 150px 0 0 0 #2c9bf4, 200px 0 0 0 #2c9bf4, 250px 0 0 0 #2c9bf4, 300px 0 0 0 #2c9bf4, 350px 0 0 0 #2c9bf4, 400px 0 0 0 #2c9bf4, 450px 0 0 0 #2c9bf4, 500px 0 0 0 #2c9bf4, 550px 0 0 0 #2c9bf4, 600px 0 0 0 #2c9bf4, 650px 0 0 0 #2c9bf4, 700px 0 0 0 #2c9bf4, 750px 0 0 0 #2c9bf4, 800px 0 0 0 #2c9bf4; 
}
    
    .message-info {
    /*margin: 5px;*/
    padding: 8px 8px 8px 30px;
    color: #333;
    border-radius: 2px;
    background: #fff;
    position: relative;
    font-size:16px;
    box-sizing: border-box;
    margin-left:10px;
}

.message-info p {
     color: #656565!important;
}

.message-info:before {
    content: "";
    background: inherit;
    color: inherit;
    border: inherit;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    position: absolute;
    left: -25px;
    box-sizing: border-box;
    font-size: 22px;
    font-family: "FontAwesome";
}
.message-info {
    border: 1px solid #2C9BF4;
    color: #2C9BF4;
}
.message-info:before  {
    content: "\f129";
}

.services{margin-top:40px;display:flex;flex-wrap:wrap;justify-content:space-between}.services_item{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:300px;height:170px;-webkit-border-radius:7px;border-radius:7px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-filter:drop-shadow(0 -1px 5px rgba(171,171,196,.2)) drop-shadow(0 5px 30px rgba(171,171,196,.65));filter:drop-shadow(0 -1px 5px rgba(171,171,196,.2)) drop-shadow(0 5px 30px rgba(171,171,196,.65));color:#fff;padding:20px}.services_item:nth-child(n-3){margin-top:20px}.services_item.flight{background:url(/img/info/plane.jpg) center no-repeat}.services_item.train{background:url(/img/info/train.jpg) center no-repeat}.services_item.bus{background:url(/img/info/bus.jpg) center no-repeat}.services_item.hotel{background:url(/img/info/hotel.jpg) center no-repeat}.services_item.taxi{background:url(/img/info/taxi.jpg) center no-repeat}.services_item.auto{background:url(/img/info/auto.jpg) center no-repeat}.services_item .title{font-weight:900;font-size:19px;line-height:24px;background-color: rgba(44, 155, 244, 0.4)}.services_item .description{font-weight:500;font-size:15px;line-height:19px;margin:10px 0;background-color: rgba(44, 155, 244, 0.4)}.services_item .button{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;align-items:center;text-align:center;width:120px;height:32px;background:#2c9bf4;-webkit-border-radius:5px;border-radius:5px;font-weight:700;font-size:13px;text-decoration:none!important;color:#fff}.services h3{font-size:1.2em;color:#656565;}@media all and (max-width:970px){body .fixedwidth{padding:0 10px}.services{justify-content:space-around}}

.select {
      display: inline-block;
      height: 20px;
      width: 250px;
      outline: none;
      color: #000;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: 1px 1px 1px #999;
      background: #fff;
      cursor: pointer;
      
      
      }
      
.ul-2 {
 -webkit-columns: 2; 
-moz-columns: 2; 
columns: 2;
}
@media screen and (max-width: 570px) {
    .ul-2{
 -webkit-columns: 1; 
-moz-columns: 1; 
columns: 1;
}
}

.link-border {
		border: 1px solid #fff;
		border-radius: 10px;
		padding: 5px;
		color:#fff;
		
	}
.link-border:hover {
    background-color:#2c9bf4;
} 

.arrows span {
    position: absolute;
  margin-top:-55px;
  
    box-sizing: border-box;
    width: 18px;
    height: 18px;
 
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrolling 1.5s infinite;
    animation: scrolling 1.5s infinite;
  }
  
@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }
}


@keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
  }
}

.block-quote {
    border-left: 4px solid #2c9bf4;
    font-size: 16px;
    font-style: italic;
    padding: 10px 10px;
    position: relative;
}
.block-quote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #eefaff;
    width: 6px;
    margin-top: -1em;
}
.block-quote:after {
    content: "\201C";
    position: absolute;
    top: 50%;
    left: -20px;
    color: #2c9bf4;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;    
}



.more-button{
    display: inline-block;
    color:#fff;
    background: #2c9bf4;
    padding:10px 10px;
    font-weight: bold;
    border-radius:5px;
    text-transform:uppercase;
    font-size:12px;
    opacity: .9;
    
    
}
.more-button:hover{
    text-decoration:none;
    background: #ff8e01;
}

.offer {
    padding:20px;
}

.coupon-card {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 15px 40px 15px 80px;
  border-radius: 8px;
  box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1); /*rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  position: relative;
}
.logoss {
  width: 100px;
  border-radius: 8px;
}
.coupon-card h3{
  font-size: 26px;
  font-weight: 400;
  font-family: Roboto;
  line-height: 34px;
  letter-spacing: 0.2px;
  margin: 10px;
}

.coupon-card p{
  font-size: 15px;
  font-family: Roboto;
  letter-spacing: 0.2px;
  margin-bottom: 0px;
}
.coupon-row {
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: fit-content;
}
.cpncode{
  border: 1px dashed #000;
  padding: 10px 20px;
  border-right: 0;
}

.cpnbtn {
  border: 1px solid #2C9BF4;
  background: #2C9BF4;
  padding: 10px 10px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  
}

.cpnbtn a {
    color:#fff;
}

.cpnbtn.copied {
   border: 1px solid #ff8e01;
   background: #ff8e01;
}
.rectangle {
    background:#2C9BF4;
   /* background: linear-gradient(135deg, #051937, #00a0e3);*/
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 70px;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.rectangle p {
    transform: rotate(-90deg);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 55%;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 8px;
}

.circle1, .circle2 {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.circle1{
  left: -25px;
  box-shadow: inset -8px 0 10px -6px rgba(99, 99, 99, 0.2);
}
.circle2{
  right: -25px;
  box-shadow: inset 8px 0 10px -6px rgba(99, 99, 99, 0.2);
}

.greek_meandr { 
  border: none; 
  margin-top:0;
  height: 30px;
  background: url(/file/greek.svg); 
  opacity:.9;
}

 .about_us {
  background-color: #fff;
  max-width: 960px;
  /*box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.1);*/  /*0 0 0 1px rgba(70,117,150,.1),0 5px 20px 0 rgba(145,178,201,.65);*/
  border-radius: 3px;
  display: grid;
  grid-template-column: repeat(5, 1fr);
  margin-top:20px;
}
.about_us .about_us-img{
  width: 230px;
  height: 100%;
  grid-column: 2;
  background-color: #c1b7b4;
  background-image: url('/img/tavrida-img.png');
  background-size: cover;
  background-position: center center;
}
.about_us-content {
  grid-column: 3 / 5;
  padding: 20px 20px 20px 20px;
  border-left: 1px solid #ccc;
  
}

.about_us-excerpt{
    color:#656565;
}

.about_us-content .about_us-site {
  border-top: 1px solid #cdcdcd;
  font-weight: 300;
  margin-top: 25px;
  padding: 25px 0 10px 0;
  color: #555;
}
.about_us-site a {
text-decoration: underline;
  
}

@media only screen and (max-width:768px) {
  .about_us {
    display: block;
  }
  .about_us .about_us-img {
    display:none;
    /*height: 230px;
    width: 100%;*/
  }
  .about_us-content {
    border: 0;
    border-top: 1px solid #ccc;
  }
}

.filter-button {
    display: inline-flex;
    margin: 0 2px 4px 2px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    padding: 4px 16px;
    color: #2c9bf4;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', �ahoma, sans-serif;
    background: #FFF;
    cursor: pointer;
    border: 2px solid #2c9bf4;
    border-radius: 6px;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.1);
}
.filter-button:hover,
.filter-button.is-checked {
    color: #FFF;
    background: #2c9bf4;
    border: 2px solid #2c9bf4;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.specblock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
 /* background: linear-gradient(105deg,hsla(188, 100%, 50%, 0.5),rgba(0, 115, 255, 0.7) 57%,rgba(170, 90, 255, 0.5) 79%,rgba(255, 65, 105, 0.7));*/
  background: #2C9BF4;
  color:  #fff;
  padding: 48px;
  text-align: center;
  margin: 60px 0;
  border-radius: 36px;
}

@media (max-width: 768px) {
  .specblock {
    padding: 32px 16px;
    gap: 24px;
  }
}

.specblock a {
  background-color:  #fff;
  color: #2C9BF4;
  text-decoration: none;
}

.specblock .specblock a:hover {
  background-color: #fff;
  color:#2C9BF4;
  text-decoration: none;
}

.specblock .specblock__title {
  color: #fff;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 1.3rem;
}

.specblock .specblock p {
  margin: 0 auto;
  font-size: 1.1rem;
}

.specblock-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #2C9BF4;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.specblock-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}


.no_mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (max-device-width : 600px)

{ 
.no_mobile { display: none; 
}
}