@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: 'Roboto';
    src: url(/font/RobotoCondensed-Regular.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;
	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;
	text-shadow: 0 0 10px #066fca, 0 0 20px #066fca, 0 0 30px #066fca, 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;
}
.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: -50px;
}

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

@media screen and (max-width: 380px) {
	.back-present {
		height: 860px!important;
	}
}
@media screen and (max-width: 380px) {
	.present {
		height: 860px!important;
	}
}

.back-present {
   background-size: cover!important;
    background-position: left!important;
    background-repeat: no-repeat!important;
    position: relative;
	z-index: 9;
	height: 760px;
}
.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: 760px;
}
.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;
}
.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: 15px;
}
.present__icon {
    margin-right: 10px;
}

.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;
    font-size: 30px;
    margin-top: 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;
}

a {
     color: #066fca;
}

a.active > .tabs_list_item {
    background: #000; 
         
}
.whitefix {
    display: none;
	background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
}
.fixtop {
	background-color: rgb(6, 111, 202);
	-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: 0;
    top: -2px;
    width: 14px!important;
    background-size: contain!important;
}
.top-button > .app-link.\--in:after {
    width: 16px!important;
    height: 26px;
    background: url(/img/Instagram.png) no-repeat;
    top: 0px;
}
.top-button > .app-link.\--vk:after {
    width: 17px!important;
    height: 17px;
    background: url(/img/vk.png) no-repeat;
    top: 0px;
}
.top-button > .app-link.\--fb:after {
    width: 17px!important;
    height: 17px;
    background: url(/img/facebook.png) no-repeat;
    top: 0px;
}
.top-button > .app-link.\--ok:after {
    width: 17px!important;
    height: 17px;
    background: url(/img/ok.png) no-repeat;
    top: 0px;
}
.button-up {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: #066fca;
    -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: 9999999;
}
.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: rgba(255, 255, 255, 0.25);
	padding: 15px 22px;
    min-height: 66px;
	margin-bottom: 66px;
	position: relative;
	z-index: 9;
	
}

.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: #066fca;
	padding: 15px 22px;
    min-height: 66px;
	margin-bottom: 66px;
	position: relative;
	z-index: 9;
	
}
.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;
}
.page {
	background: -webkit-gradient(linear,left top,left bottom,from(#e0f5ff),to(#fff));
    background: linear-gradient(#e0f5ff,#fff);
    position: relative;
    padding-top: 66px;
	overflow: hidden;
}
.page:before , .page:after {
    content: "";
    background: url(/img/clouds.svg) 0 0 no-repeat;
    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;
}
.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: #066fca;
	font-weight: 100;
	line-height: 20px;
}
.support > button {
	border-radius: 5px;
	border: none;
	background: #066fca;
	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: #ff6663;
    -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: 0.02em;
}
.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),rgb(6,111,202) 25%,rgb(6,111,202) 79%,rgb(6,111,202))!important;
		background-image: -o-linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgb(6,111,202) 25%,rgb(6,111,202) 79%,rgb(6,111,202))!important;
		background-image: linear-gradient(105deg,hsla(188, 100%, 50%, 0.7),rgb(6,111,202) 25%,rgb(6,111,202) 79%,rgb(6,111,202))!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: #066fca;
		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;
	}
}

/* ----------------------------- */

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

.brend {
font-size: 80px;
font-weight: 300;
margin-top: 40px;
color: #fff;
font-family: BOOKOSB;
margin-top: 20px;

}

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: #066fca;
    content: "\2606";
    transition-duration: 0.5s;
}
.list6a li:hover:before {
    color: #066fca;
    content: "\2605";
}

.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background: #fff;
  padding: 10px;
}
.square li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  border-top: 1px solid #066fca;
  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 #066fca;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #066fca;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.square li:hover {border-top: 2px solid #066fca;}
.square li:hover:before {
  border: 2px solid #066fca;
  background: fff;

}

.left {
   float: left;
   padding: 0 10px 10px 0;
}

.exam_02 {
    padding: 20px 40px; / *отступ вложенного текста от рамки */
    background: #066fca; /* фон рамки */
   font-size: 16px;
    border: 2px dashed #066fca; /* размер, форма и цвет рамки */
    border-radius: 10px; /*  радиус скругления углов рамки */
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25), 2px 1px 6px 4px rgba(255, 255, 255, 0.25); /* смещение, размер и цвет тени рамки*/
      
      font-family: Roboto;
}

.img_right {
width: 450px;
border: 1px solid #066fca;
border-radius: 10px;
float: right;
margin-left: 20px;

}

.img_left {
width: 450px;
border: 1px solid #066fca;
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: #066fca;
	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: #000;
	margin-bottom: 15px;
	transition: .3s ease-in-out;
}
.post-item-wrap:hover .post-title {
	color: #066fca;
}
.post-content {
	color: #000;
	font-size: 14px;
}
@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: #28292E;
border-top: 4px solid #066fca; }
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: #066fca;
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 #000;
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: #066fca; }
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa; }
footer.nb-footer .copyright {
margin-top: 15px;
background: #fff;
padding: 7px 0;
color: #000; }
footer.nb-footer .copyright p {
margin: 0;
padding: 0;
}

.spoiler-wrap{background:#fff;margin: 0 0 8px;border:1px solid #066fca;color:#fff}
.spoiler-head{background:#066fca;cursor:pointer;padding:5px;}
.spoiler-body{padding:10px}
.spoiler-wrap.disabled .spoiler-body{display:none}
.spoiler-wrap.active{border-color:#066fca; color:#000}
.spoiler-wrap.active .spoiler-head{background:#066fca;color:#fff}


.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: 14px;
	
}
.news_text_b{
	height: 30px;
	line-height: 1.2;
	padding-left: 5px;
	padding-right: 5px;
	padding: 5px;
	
	color: black;
	font-weight: 500;
	font-size: 14px;
}
.news_text_b:first-letter{
	text-transform: uppercase !important;
}

.listG {
    padding:0;
    list-style: none;
}    
.listG 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;
}
.listG li:hover {
    border: 2px solid #016bc3;
}
.listG 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;
}
.listG li:hover:before {
    width: 100%;
    opacity: 1;
}    

.no_mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ 
.no_mobile { display: none; 
}
}