@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: 'Satyp';
    src: url(/font/SATYP.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 #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;
}
	.subtitle2 {
	display: block;
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}
.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: 9;
	height: 700px;
}
.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: 700px;
}
.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;
}

@media screen and (max-width: 658px) {
    
    .present__list {
       display: none; 
}
}
    
.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;
}

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: 999;
    /*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: 0;
    top: -2px;
    width: 15px!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: 65px;
    right: 25px;
    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: 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: #eefaff;
	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-color: rgba(33, 150, 243, 0.95);
	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;
}

.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: #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),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: left;
	}
	.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: 16px;
    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 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; 
    overflow: hidden;
}
.mobila nav.open {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
}
.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:768px){
    .mobila {
        display: none;
    }
}

.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;
}

.railcut {
  display: block;
  background: #eefaff;
  border: 1px solid #d8f0ff;
  margin: 0;
  color: #010101;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border-radius: .2rem;
}

.railcut.railcut--full {
  padding: 1.07rem 2.14rem 1.42rem 3.57rem;
}

.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-family: ; 
    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-family: ;   
    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;
}
.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;
}    

@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-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: 991px) {
    
.menus > ul > li:hover {
	background: #fff;
}

	.menus-container {
		width: 100%;
	}
	.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: 10px;
  
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "SATYP";
  text-decoration: none;
}

.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-section::after {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 0;
  z-index: -1;
  background: rgb(17%, 61%, 96%, 1);
  
 
  
 
}
.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;
    
  }
  
  .footer-section .widgets-section .footer-widget .logo span {
  font-size: 20px;
 
}
}

.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;
}
}

.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:-80px;
    width:80px;
    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);
}    


.poezd-buttons {padding: 0 0 0 15px; margin-right: -15px;}
.poezd-buttons a {display: flex; float: left; width: 300px; height: 130px;box-shadow: -3px 4px 30px rgba(0, 0, 0, 0.13);border-radius: 15px 0px; color: #000; font-size: 18px; font-weight: bold; text-decoration: none; padding: 20px 20px 20px ; margin: 0 19px 19px 0; background-repeat: no-repeat;background-position: 20px calc(100% + 1px); background-color: #fff; position: relative; transition: 0s; }
.poezd-buttons a:hover {background-color: #2c9bf4; color: #fff;}
.poezd-buttons a span {margin: auto 0;}
.poezd-buttons a:nth-child(1n) {margin-right: 10px;}
.poezd-buttons a:nth-child(3n) {margin-right: 10px;}
.poezd-buttons a:nth-child(2n) {margin-right: 10px;}
    
@media (min-width: 1200px) {
    .poezd-buttons a:hover::after {content: ''; position: absolute; right: 30px; bottom: 20px; width: 85px; height: 16px;  background: url(/img/strelka.png) 0 0 no-repeat}
}


@media (max-width: 780px) {
    .poezd-buttons a:not(:last-child), .poezd-buttons a:last-child {width: 160px; height: 87px; padding: 10px 63px 0 10px; font-size: 14px; margin: 0 10px 12px 0; line-height: 17px; }
    .poezd-buttons a:not(:last-child) {background-position: calc(100% - 10px) 100%; background-size: auto 50%;}
    .poezd-buttons a span {margin: 0;}
    .poezd-buttons a:last-child {background-position: calc(100% - 10px) 50%;}
}
@media (max-width: 676px) {
    .poezd-buttons {padding: 0 15px 0 15px;  margin-right: 0;}
    .poezd-buttons a {width: calc(50% - 5px) !important; margin-right: 10px !important;}
    .poezd-buttons a:nth-child(2n) {margin-right: 0 !important;}
}
@media (max-width: 380px) {
    .poezd-buttons a:not(:last-child), .poezd-buttons a:last-child {width: 130px;}
}

.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}

.questions-wrap {
display:-webkit-flex;
display:flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
margin:0 0 50px
}

.questions {
-webkit-flex-basis:0;
flex-basis:0;
-webkit-flex-grow:1;
flex-grow:1;
padding:40px;
border-radius:10px;
background:#eefaff;
}

.questions:not(:first-child) {
border-radius:0 10px 10px 0
}

.questions--single:not(:first-child) {
border-radius:10px;
margin:-10px 0 50px;
padding-left:30px;
padding-right:30px
}

.questions__items {
margin:0;
padding:0;
list-style:none
}

.questions__item {
position:relative;
display:-webkit-flex;
display:flex;
-webkit-align-items:center;
align-items:center
}

.questions__item:not(:last-child) {
margin-bottom:40px
}

.questions__image-wrap {
overflow:hidden;
-webkit-align-self:flex-start;
align-self:flex-start;
-webkit-flex-shrink:0;
flex-shrink:0;
margin:0 30px 0 0;
border-radius:10px;
background:rgba(0,0,0,.05)
}

.questions__image {
display:block
}

.questions__link {
-webkit-flex:none;
flex:none;
width:calc(100% - 120px);
margin:0
}

.questions__link {
-webkit-flex-basis:0;
flex-basis:0;
-webkit-flex-grow:1;
flex-grow:1;
margin:0 30px 0 0;
font-size:18px
}

.questions__link::before {
content:"";
position:absolute;
top:0;
left:0;
width:120px;
height:60

.consult--homepage {
padding-right:30px;
padding-left:30px
}

.consult--post .consult__phone {
width:auto
}

.consult--post .consult__button {
padding-right:25px;
padding-left:25px
}

.questions__all {
display:table;
margin:37px 0 -4px
}

.questions__all:hover,.questions__all:focus {
text-decoration:underline
}

@media (max-width: 767px) {


.questions {
padding-right:30px;
padding-left:30px
}

.questions__item {
-webkit-flex-wrap:wrap;
flex-wrap:wrap
font-size:16px;
}

.questions__image-wrap {
margin-right:20px
}

.questions__link:hover,.questions__link:focus {
text-decoration:underline
}

.questions {
padding-right:20px;
padding-left:20px
}
}


.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;
    text-indent: 10px;
   
}

.how-section {
    padding: 20px 16px 16px;
    background: white;
    box-shadow: -5px 5px 21px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991px){
    .how-img{
    display: none;
    }
    
}

.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;
}


.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; 
}
}