.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */

@import "../../../node_modules/awesomplete/awesomplete.css";
@import "../../../node_modules/unslider/dist/css/unslider.css";
@import "../../../node_modules/unslider/dist/css/unslider-dots.css";

/* reset */
* {
	margin: 0;
	padding: 0;
	border: none;
	color: inherit;
	outline: none;
	-moz-outline: none;
	-moz-user-focus: none;
	text-align: left;
	text-decoration: none;
	position: relative;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], select, textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	text-overflow: '';
	box-shadow: none;
	display: inline;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
	background: transparent;
}

select::-ms-expand {
	display: none;
}

select, textarea {
	width: 100%;
	resize: none;
}

/*
hack for safari select option
select {
	margin-left: 8px;
}*/

textarea {
	text-indent: 8px;
}

@-moz-document url-prefix() {
	select option {
		text-indent: 8px;
	}
}

a:active, a:visited, a:link {
	color: inherit;
}

a, b, i {
	white-space: nowrap;
	word-wrap: normal;
}

#header {
	overflow: hidden;
}

select:focus, select:active, select::-moz-focus-inner, select::-moz-focus-outer {
	outline: 0;
	-moz-outline-style: none;
	border: 0;
	color: transparent !important;
	text-shadow: 0 0 0 #000 !important;
}

/* position and clear */
.container:after, #main:after, form:after, .form_line:after {
	content: " ";
	clear: both;
}

.form #header {
	position: relative;
}

#header, #logo, #menu_top, .container .block, .form_line label, .form_line .select, .form_line .input, .form_line .checkbox, .form_line input[type="checkbox"], .form_line .checkbox, #contacts #FeedbackForm .form_line .w50, #form .ShortForm .form_line .secure {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
/ / display : inline;
	vertical-align: top;
	position: relative;
}

.container div {
	letter-spacing: normal;
}

.mobile_toggle, label.error, .loader, .message {
	position: absolute;
	display: none;
}

.mobile_toggle {
	right: 0;
	top: 0;
	z-index: 100;
}

.honey {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

/* form */
.select, textarea {
	overflow: hidden;
}

.button.b-close {
	padding: 5px 15px;
	background: #C9C9C9;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1000;
	font-size: 33px;
}

.message {
	top: 0;
	left: -1px;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 101;
}

.message img {
	position: relative;
	top: 35%;
}

.message_text {
	padding: 20px;
	text-align: center;
}

*:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #fff !important;
	-webkit-text-fill-color: #444 !important;
}

*::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

*::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

*:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

*:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

*:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

*:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

*:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

*:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* other */
a, #logo, input[type="submit"], .mobile_toggle, .button.b-close {
	cursor: pointer;
}

.pop_up {
	background: #fff;
	display: none;
}

.pop_up iframe, .terms_popup_container {
	height: 94%;
	width: 100%;
}

.pop_up iframe, .conditions_popup_container {
	height: 94%;
	width: 100%;
}

.pop_up iframe {
	height: 100%;
}

.conditions_popup {
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.overflow {
	overflow: hidden;
	position: static;
}

/* size adaptation desktop-tablet-mobile */
.container {
	width: 940px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.container div {
	font-size: small;
	letter-spacing: normal;
}

.section .container {
	overflow: hidden;
	padding: 40px 15px;
}

button.agree {
	z-index: 103;
	width: 100%;
	text-align: center;
	padding: 20px 10px 21px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}
.b-modal {
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.container {
		width: 1160px;
	}
}

@media (max-width: 1024px) {
	.container {
		width: auto;
	}

	.pop_up, .button.b-close, .pop_up iframe, .pop_up .conditions_popup_container {
		-webkit-overflow-scrolling: touch;
	}

	.pop_up, .button.b-close, .pop_up iframe, .pop_up .terms_popup_container {
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 440px) {
	.mfp-iframe-scaler {
		min-height: 300px;
	}
}
@media (min-width: 871px) {
	.toggle.menu_show {
		display: block !important;
	}
}
@media (max-width: 870px) {
	.mobile_toggle {
		display: block;
	}

	.toggle {
		display: none;
	}

	#menu_top {
		display: block;
		width: 100% !important;
		padding-top: 0;
	}

	#menu_top span {
		display: block;
		width: 100%;
		text-align: center;
	}

	#logo {
		padding-top: 0;
		display: block;
	}

	#header {
		padding-bottom: 0 !important;
	}
}

@media (max-width: 800px) {
	.conditions_popup_container {
		height: 93%;
		overflow-y: scroll;
	}

	.conditions_popup_container ol {
		padding-left: 10px;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

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

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: 26px;
	text-align: right;
	padding-right: 6px;
}
.mfp-image-holder .mfp-close {
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: 10px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #fff;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.noUi-value-horizontal.noUi-value-large span{
	float: left;
}
.value span{}

/* popup */
.onload-popup-box{
    padding: 0;
    text-align: center;
    background: #bbc;
    max-width: 400px;
    width: 40%!important;
    min-width: 280px!important;
    margin: 0 auto;
}
.onload-popup-box .title{
    padding: 14px 6px 6px 6px;
    line-height: 50px;
    font-size: 31px;
    background: #fff;
    text-align: center;
    font-weight: bold;
}
.onload-popup-box form{
    text-align: left;
    padding: 15px 20px 0 20px;
}
.onload-popup-box .form_line>label {
		text-shadow: none;
}
.onload-popup-box p{
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    padding: 0 0 20px;
    margin-bottom: 0;
}
.onload-popup-box form .form_line{
    text-align: left;
}
.onload-popup-box form .form_line.submit{
    text-align: center;
    padding-bottom: 20px;
    padding-right: 0;
}
.onload-popup-box form .form_line input[type="submit"] {
    margin: 0;
}
.onload-popup-box form .form_line .select,
.onload-popup-box form .form_line .input {
    min-width: 70px;
    width: 44%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    float: right;
    padding: 6px 0;
    overflow: hidden;
}
.onload-popup-box form .form_line select {
    color: #333;
    background: url("{{image_url}}select.png") 95% 80% no-repeat;
}
@media (max-width: 930px){
	.onload-popup-box form .form_line label,
	.onload-popup-box form .form_line .select,
	.onload-popup-box form .form_line .input {
			float: none;
			width: 99.5%;
	}
}

/* fix for awesomplete (autocomplete) */
form .form_line .awesomplete.focus {
	border: none;
	box-shadow: none;
	background: transparent;
}
.form_line div.awesomplete {
	display: block;
}
.form_line div.awesomplete mark,
.form_line div.awesomplete li:hover mark,
.form_line div.awesomplete li[aria-selected=true] mark {
	background: transparent;
}
.form_line div.awesomplete > ul {
	background: white;
	z-index: 110;
}
.form_line div.awesomplete > ul > li {
	color: black;
}

/* fix for MacOS */
.macos form .form_line select {
	margin-left: 13px;
}

/*  cookies-policy  */
.cookies-policy {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 35px 0;
	min-height: 24px;
	line-height: 24px;
	color: #fff;
	z-index: 10000;
	text-align: center;
	transition: opacity 0.7s ease-in-out
}
.cookies-policy.motion {
	opacity: 0;
}
.cookies-policy div {
    display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}
.cookies-policy-text p {
	text-align: center;
	margin-bottom: 0;
}
.cookies-policy-check a {
	padding: 10px 20px;
	border-radius: 3px;
	display: inline-block;
	transition: .3s;
	opacity: .95;
	height: 24px;
	width: 100px;
	text-align: center;
	position: relative;
}
.cookies-policy-check a.motion {
	height: 20px;
	width: 0;
	border-radius: 20px;
}
.cookies-policy-check a:hover {
	opacity: 1;
}
.cookies-policy-check i {
	height: 23px;
	width: 23px;
	top: 24%;
	left: 27%;
	opacity: 0;
	transition: .4s;
	font-size: 21px;
	position: absolute;
	display: block;
}
.cookies-policy-check i.motion {
	opacity: 1;
}

.cookies-policy {
	background: #606060;
	background: rgba(96, 96, 96, 0.8);
}
.cookies-policy-text p,
.cookies-policy-text a,
.cookies-policy-check a {
	color: white;
}
.cookies-policy-check a {
	background: #3cd45d;
}

@media (max-width: 1020px) {
	.cookies-policy div {
		display: block;
		text-align: center;
	}
	.cookies-policy-text {
		margin-bottom: 20px;
	}
}
/*  END cookies-policy  */

/* fix for MacOS Safari 9 */
@supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
	.macos form .form_line select {
		margin-left: 10px;
	}
}

.unslider-arrow {
	display: none;
}

.grecaptcha-badge {
	display: none;
}
@media (min-width: 1200px) {
  .section .container,
  .container {
    width: 800px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.section .container {
  overflow: visible;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #fbffed;
}
#header {
  width: 100%;
  height: 700px;
  background-image: url("/cdn/landings/img/bus/fix_for_header.png");
  background-repeat: repeat-x;
  background-position: left top;
}
#header .container {
  text-align: right;
}
#header .container #logo {
  position: absolute;
  width: 120px;
  text-align: center;
  top: 95px;
  left: 10px;
}
#header .container #menu_top {
  margin-top: 40px;
}
#header .container #menu_top span {
  padding: 0 13px;
}
#header .container #menu_top span a {
  color: #151b28;
  font-size: 10px;
  font-weight: bolder;
}
#header .container:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: -30px;
  width: 468px;
  height: 574px;
  background-image: url("/cdn/landings/img/bus/header.png");
  background-size: 468px 574px;
  background-repeat: no-repeat;
  background-position: left top;
}
#header .container .main_title {
  position: absolute;
  width: 170px;
  top: 130px;
  left: 230px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #151b28;
}
#header .container .bus_parallax {
  background-image: url("/cdn/landings/img/bus/bus.png");
  background-size: 743px 391px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 743px;
  height: 391px;
  position: absolute;
  top: 250px;
  left: -590px;
}
#header .container #trigger {
  position: absolute;
  top: 552px;
}
#header .mobile_toggle {
  color: #fff;
  width: 65px;
  height: 74px;
  text-align: center;
  background-image: url("/cdn/landings/img/bus/toggle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cb4b28;
}
#form {
  position: absolute;
  right: 0;
  top: 100px;
  background-image: url("/cdn/landings/img/bus/form.png");
  background-size: 352px 570px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 352px;
  height: 570px;
}
#form .form_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
#form .form_line {
  margin-bottom: 20px;
}
#form .form_line.agreement,
#form .form_line.width100 {
  margin-left: 40px;
  margin-right: 40px;
}
#form .form_line.width100 {
  margin-bottom: 25px;
}
#form .form_line.width100 label {
  font-size: 15px;
  font-weight: bold;
  color: #001b58;
  margin-bottom: 25px;
}
#form .form_line.width100 .slider {
  margin-right: 0;
  height: 8px;
}
#form .form_line.width100 .slider.noUi-target {
  border: 0;
  width: 65%;
}
#form .form_line.width100 .slider .noUi-base {
  box-shadow: none;
  background: #f0f0f0;
  border: 0;
}
#form .form_line.width100 .slider .noUi-base .noUi-origin {
  background: #f0f0f0;
}
#form .form_line.width100 .slider .noUi-base .noUi-origin .noUi-tooltip {
  background-image: url("/cdn/landings/img/bus/slider_amount.png");
  background-size: 138px 49px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 138px;
  height: 49px;
  padding-top: 8px;
  margin-top: -15px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
#form .form_line.width100 .input input {
  display: none;
}
#form .form_line.agreement .checkbox input {
  position: absolute;
  top: 1px;
  opacity: 0;
  padding: 0;
  margin: 0;
  width: auto;
}
#form .form_line.agreement .checkbox input:checked+label i {
  background-image: url("/cdn/landings/img/bus/checkbox_cheked.png");
}
#form .form_line.agreement .checkbox.field-error label i {
  background-image: url("/cdn/landings/img/bus/checkbox_error.png");
}
#form .form_line.agreement label {
  font-size: 8px;
  color: #001c57;
  padding-left: 25px;
}
#form .form_line.agreement label span {
  text-decoration: underline;
}
#form .form_line.agreement label.error {
  bottom: -8px;
  left: 0;
  color: #f00;
}
#form .form_line.agreement label i {
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  background-image: url("/cdn/landings/img/bus/checkbox.png");
  background-size: 14px 13px;
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 1px;
}
#form .form_line .w50 {
  display: inline-block;
  vertical-align: top;
}
#form .form_line .w50:first-child {
  margin-left: 40px;
  margin-right: 5px;
}
#form .form_line .w50:last-child {
  margin-left: 5px;
  margin-right: 40px;
}
#form .form_line .w50 label {
  bottom: -11px;
  left: 16px;
  font-size: 8px;
  color: #f00;
}
#form .form_line .w50 .input {
  background: #f0f0f0;
  padding: 7px 15px;
  border-radius: 15px;
  width: 98px;
}
#form .form_line .w50 .input input {
  font-family: "Open Sans", sans-serif;
  color: #001b58;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}
#form .form_line .w50 .input.field-error {
  background: #ffe5e6;
}
#form .form_line.submit {
  margin-top: 15px;
  text-align: center;
}
#form .form_line.submit input {
  background-image: url("/cdn/landings/img/bus/feedback_button.png");
  background-size: 161px 50px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 161px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
#form .form_line.submit input:hover {
  text-shadow: 1px 1px 7px #000;
}
#tabs {
  background-color: #f2f0df;
  background-image: url("/cdn/landings/img/bus/fix_for_tabs.png");
  background-repeat: repeat-x;
  background-position: left top;
}
#tabs .tabs_list {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #403732;
  display: none;
}
#tabs .tabs_list li {
  display: inline-block;
}
#tabs .tabs_list li a {
  padding: 15px 20px;
  display: block;
  border-radius: 15px 15px 0 0;
}
#tabs .tabs_list li.current a {
  background-color: #f2f0df;
}
#tabs .tabs_container {
  padding: 100px 20px 40px;
  width: 450px;
  font-size: 13px;
  line-height: 20px;
  color: #403732;
}
#tabs .tabs_container div {
  display: none;
}
#tabs .tabs_container div:first-child {
  display: block;
}
#tabs .tabs_container .tab_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #779308;
  display: block;
  margin-bottom: 30px;
}
#tabs_second {
  background-color: #8cad07;
  background-image: url("/cdn/landings/img/bus/fix_for_tabs.png");
  background-repeat: repeat-x;
  background-position: left top;
}
#tabs_second .tabs_list {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  padding-left: 250px;
  position: relative;
}
#tabs_second .tabs_list li {
  display: none;
}
#tabs_second .tabs_list li a {
  padding: 15px 20px;
  display: block;
  border-radius: 25px 25px 0 0;
}
#tabs_second .tabs_list li.current a {
  background-color: #8cad07;
  color: #fff;
}
#tabs_second .tabs_list span {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 20px;
  top: 15px;
}
#tabs_second .tabs_container {
  padding: 80px 20px 0;
  width: 450px;
  color: #fff;
}
#tabs_second .tabs_container div {
  display: none;
  font-size: 15px;
  line-height: 25px;
}
#tabs_second .tabs_container div:first-child {
  display: block;
}
#tabs_second .tabs_container .tab_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  margin-bottom: 30px;
}
#tabs_second .tabs {
  position: relative;
}
#tabs_second .tabs:before {
  background-image: url("/cdn/landings/img/bus/tabs.png");
  background-size: 182px 428px;
  background-position: left top;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 182px;
  height: 428px;
  top: -150px;
  right: 0;
  z-index: 1;
}
#howitworks {
  background: #fbffed;
}
#howitworks h2 {
  font-size: 24px;
  color: #403732;
  text-align: center;
  margin-bottom: 30px;
}
#howitworks ul {
  background-color: #f2f0df;
  border-radius: 100px;
  padding: 40px 0 40px 170px;
}
#howitworks ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 217px;
  background-image: url("/cdn/landings/img/bus/howitworks.png");
  background-size: 150px 217px;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-radius: 0 0 0 70px;
}
#howitworks ul li {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  margin-right: 30px;
  width: 120px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#howitworks ul li:after {
  content: '1';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  background: #8cad07;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
}
#howitworks ul li:nth-child(2):after {
  content: '2';
}
#howitworks ul li:nth-child(3):after {
  content: '3';
}
#howitworks ul li:nth-child(1):before {
  background-image: url("/cdn/landings/img/bus/arrow_top.png");
  background-size: 95px 42px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 95px;
  height: 42px;
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
}
#howitworks ul li:nth-child(2):before {
  background-image: url("/cdn/landings/img/bus/arrow_bottom.png");
  background-size: 95px 44px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 95px;
  height: 44px;
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 1;
}
#reviews {
  background: #f4f8e7;
}
#reviews .container {
  position: relative;
  text-align: center;
}
#reviews .container:after {
  background-image: url("/cdn/landings/img/bus/reviews_01.png");
  background-size: 128px 416px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 128px;
  height: 416px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#reviews .container:before {
  background-image: url("/cdn/landings/img/bus/reviews_02.png");
  background-size: 263px 102px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 263px;
  height: 102px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: -35px;
  z-index: 1;
}
.block.review {
  width: 315px;
  padding: 30px;
  margin: 40px 7px 10px;
  border-radius: 30px;
  background: #f2f0df;
  position: relative;
  font-size: 13px;
  display: inline-block;
}
.block.review .review_img,
.block.review .review_star {
  position: absolute;
  top: 0;
}
.block.review .review_img {
  top: -35px;
}
.block.review .review_star {
  color: #f1c40f;
  text-shadow: 1px 1px 1px #d88600;
  font-size: 21px;
  right: 30px;
  top: -18px;
}
.block.review .review_text {
  line-height: 20px;
}
.block.review .review_name {
  color: #8cad07;
  text-align: right;
}
.block.review .review_name span {
  font-weight: bold;
  text-align: right;
  color: #000;
  display: block;
}
#contacts {
  background: #fbffed;
}
#contacts .container {
  min-height: 477px;
}
#contacts .container:before {
  background-image: url("/cdn/landings/img/bus/contacts.png");
  background-size: 264px 478px;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 264px;
  height: 478px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -60px;
  z-index: 1;
}
.block.info,
.block.feedback {
  width: 50%;
}
.contact_info {
  width: 235px;
  padding-left: 120px;
  font-size: 13px;
  line-height: 22px;
}
.feedback h2,
.feedback .feedback_form {
  margin-left: 50px;
}
.feedback h2 {
  font-size: 20px;
  background-image: url("/cdn/landings/img/bus/feedback_title.png");
  background-size: 352px 57px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 352px;
  height: 42px;
  padding-top: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.feedback .feedback_form {
  background-image: url("/cdn/landings/img/bus/feedback_form.png");
  background-size: 352px 388px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 352px;
  padding: 30px 0 40px;
}
.feedback .feedback_form .form_line {
  margin-bottom: 20px;
}
.feedback .feedback_form .form_line .w50:first-child {
  margin-left: 40px;
  margin-right: 5px;
}
.feedback .feedback_form .form_line .w50:last-child {
  margin-left: 5px;
  margin-right: 40px;
}
.feedback .feedback_form .form_line .w50 label {
  display: none !important;
}
.feedback .feedback_form .form_line .w50 label.error {
  bottom: -11px;
  left: 16px;
  font-size: 8px;
  color: #f00;
  display: block !important;
}
.feedback .feedback_form .form_line .input {
  background: #f0f0f0;
  padding: 7px 15px;
  border-radius: 15px;
  width: 98px;
}
.feedback .feedback_form .form_line .input input {
  font-family: "Open Sans", sans-serif;
  color: #001b58;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}
.feedback .feedback_form .form_line .input.field-error {
  background: #ffe5e6;
}
.feedback .feedback_form .form_line .textarea {
  background: #f0f0f0;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 40px;
}
.feedback .feedback_form .form_line .textarea textarea {
  height: 90px;
  text-indent: 0;
  font-family: "Open Sans", sans-serif;
  color: #001b58;
  font-size: 12px;
  font-weight: bold;
}
.feedback .feedback_form .form_line .textarea.field-error {
  background: #ffe5e6;
}
.feedback .feedback_form .form_line .textarea label {
  display: none !important;
}
.feedback .feedback_form .form_line.submit {
  margin-top: 35px;
  text-align: center;
}
.feedback .feedback_form .form_line.submit input {
  background-image: url("/cdn/landings/img/bus/feedback_button.png");
  background-size: 161px 50px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 161px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.feedback .feedback_form .form_line.submit input:hover {
  text-shadow: 1px 1px 7px #000;
}
.feedback .feedback_form .message_text {
  background-color: #fff;
  height: 300px;
  width: 280px;
}
.feedback .feedback_form .message_text div {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
.feedback .feedback_form .message_text div.back_button {
  text-decoration: underline;
  cursor: pointer;
}
#footer {
  background: #f4f8e7;
  color: #000;
  padding: 40px 0;
}
#footer .menu_footer,
#footer .copyright {
  text-align: center;
  font-size: 13px;
}
#footer .company_info {
  text-align: center;
}
#footer .company_info div {
  display: inline-block;
  text-align: left;
  margin: 15px 10px 10px;
}
.menu_footer a,
.menu_footer span {
  text-decoration: underline;
}
.menu_footer a:hover,
.menu_footer span:hover {
  text-decoration: none;
}
.menu_footer span {
  margin-left: 20px;
  cursor: pointer;
}
.menu_footer a:last-child {
  margin-left: 20px;
}
.copyright {
  margin-top: 25px;
}
.form #header {
  height: 155px;
  box-shadow: 0 1px 20px -6px #999;
}
.form #header .container:before {
  width: 205px;
}
.form #main .title_volsorForm {
  text-align: center;
  font-size: 27px;
  line-height: 53px;
  margin: 40px 0 20px;
  color: #454545;
  font-weight: 400;
}
.form #main .text_volsorForm {
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  color: #454545;
  font-weight: 400;
  margin: 0 0 20px;
}
.rsso_box {
  background: #f6f2de;
}
.rsso_box .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
*:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -webkit-text-fill-color: #001b58 !important;
}
.cookies-policy-check a {
  background: #cb4b29;
}
form .form_line.width100 + .width100 {
  margin-bottom: 25px;
  margin-top: 15px;
}

form .form_line.width100 .input {
  width: 100%;
  display: block;
  background: none;
  border: none;
  float: none;
  position: relative;
  padding: 0;
  background: #f0f0f0;
  border-radius: 4px;
}

form .form_line.width100 .input input {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 18px;
  padding: 5px;
  border-radius: 5px;
  margin-top: -7px;
  margin-right: 0;
}

input::-ms-clear {
  display: none;
}

form .form_line.width100 {
  padding: 0 2px 5px 0;
}

form .form_line.width100 .slider {
  margin-right: 100px;
  height: 13px;
  cursor: pointer;
}

/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  background: #BE3462;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #babec7;
  border-radius: 4px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  background: #fff;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
*z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal .noUi-handle {
  width: 138px;
  height: 49px;
  left: -12px;
  top: -7px;
  cursor: pointer;
  outline: none;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -40px;
  padding-top: 15px;
}

.noUi-value-horizontal.noUi-value-large {
  font-size: 9px;
  margin-top: 0;
  text-align: right;
  padding-top: 6px;
}

.noUi-pips > .noUi-marker:first-child + .noUi-value {
  margin-left: 0;
  text-align: left;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
  display: none;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 10px;
  margin-top: 6px;
  display: none;
  position: absolute;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-value-horizontal.noUi-value-large {
  display: none;
}
.noUi-value-horizontal.noUi-value-large:last-child,
.noUi-pips > .noUi-marker:first-child + .noUi-value {
  display: block;
  color: #cb4b28;
  font-size: 12px;
  font-weight: bold;
}
.noUi-value-horizontal.noUi-value-large:last-child {
  left: 153% !important;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #001b58;
  font-family: "Open Sans", sans-serif
}
::-moz-placeholder {
  font-size: 12px;
  color: #001b58;
  font-family: "Open Sans", sans-serif
}
:-ms-input-placeholder {
  font-size: 12px;
  color: #001b58;
  font-family: "Open Sans", sans-serif
}
:-moz-placeholder {
  font-size: 12px;
  color: #001b58;
  font-family: "Open Sans", sans-serif
}


#unsubscribe_pop_up {
  padding: 0;
  text-align: center;
  width: 25%;
  margin: 0 auto;
  background: white
}

#unsubscribe_pop_up .title {
  padding: 14px 6px 6px;
  font-size: 20px;
  text-shadow: 1px 1px 2px #000;
  background: #cb4b28;
  text-align: center;
  font-weight: 600;
  color: #fff
}

#unsubscribe_pop_up form {
  text-align: center;
  padding: 20px 20px 20px
}

#unsubscribe_pop_up p {
  color: black;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

#unsubscribe_pop_up form .form_line {
  text-align: center;
  margin-top: 20px;
}

#unsubscribe_pop_up form .form_line .input {
  float: none;
  background: #f0f0f0;
  padding: 10px 15px;
  border-radius: 10px;
  width: 200px;
}

#unsubscribe_pop_up form .form_line input[type=email] {
  font-family: "Open Sans", sans-serif;
  color: #001b58;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

#unsubscribe_pop_up .message {
  color: #fff;
  background: #1978ad
}
.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}
@media (min-width: 800px) and (max-width: 1000px) {
    .section .container,
    .container {
        width: 600px;
        padding-left: 100px;
        padding-right: 85px;
    }
    #header .container {
        padding-left: 50px;
        padding-right: 35px;
        width: 700px;
    }
    #header .container #menu_top span a {
        font-size: 9px;
    }
    #header .container #menu_top span {
        padding: 0 7px;
    }
    #howitworks ul li {
        width: auto;
        margin-bottom: 15px;
        padding-top: 10px;
    }
    #tabs_second .tabs:before,
    #reviews .container:before {
        right: 20px;
        z-index: 0;
    }
    #howitworks ul li:nth-child(1):before,
    #howitworks ul li:nth-child(2):before {
        display: none;
    }
}

@media (max-width: 870px) {
    #menu_top {
        margin-top: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        background: #cb4b28;
        height: 74px;
        width: 100%;
    }
    .toggle {
        position: absolute;
        background: #cb4b28;
        width: 100%;
        top: 74px;
        z-index: 10;
    }
    #header .container #menu_top span a {
        font-size: 16px;
        font-weight: bold;
        color: white;
    }
    #header .container #menu_top span {
        width: 300px;
        margin: 0 auto;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
    #contacts .container,
    #reviews .container,
    #reviews .container:before,
    #tabs_second .tabs:before,
    #howitworks ul:before,
    #header .container:before,
    #reviews .container:after,
    #contacts .container:before {
        background-image: none !important;
    }
    .main_title {
        display: none;
    }
}
@media (min-width: 420px) and (max-width: 800px) {
    .bus_parallax,
    #reviews .container:before,
    #tabs_second .tabs:before,
    #howitworks ul li:nth-child(1):before,
    #howitworks ul li:nth-child(2):before,
    #reviews .container:after,
    #contacts .container:before  {
        display: none;
    }
    .section .container {
        width: 360px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .container #logo {
        top: 18px;
        left: 20px;
        z-index: 11;
        padding-left: 100px;
        padding-top: 13px;
        padding-bottom: 12px;
    }
    #form {
        position: relative;
        margin: 0 auto;
        top: 90px;
    }
    #howitworks ul {
        background: none;
        padding: 0;
    }
    #howitworks ul li {
        margin: 0 auto 20px;
        display: block;
    }
    #tabs .tabs_container,
    #tabs_second .tabs_container {
        width: 350px;
    }
    #tabs .tabs_list li a {
        max-width: 300px;
        overflow: hidden;
    }
    .block.review {
        width: 280px;
        margin: 40px auto 10px;
        background: none;
    }
    .block.info,
    .block.feedback {
        width: 100%;
    }
    .contact_info {
        padding: 0;
        margin-bottom: 30px;
        width: auto;
    }
    .feedback h2,
    .feedback .feedback_form {
        margin: 0 auto;
    }
}
@media (min-width: 320px) and (max-width: 419px) {
    .bus_parallax,
    #reviews .container:before,
    #tabs_second .tabs:before,
    #howitworks ul li:nth-child(1):before,
    #howitworks ul li:nth-child(2):before,
    #reviews .container:after,
    #contacts .container:before  {
        display: none;
    }
    .section .container {
        width: 280px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .container #logo {
        top: 18px;
        left: 20px;
        z-index: 11;
        padding-left: 100px;
        padding-top: 13px;
        padding-bottom: 12px;
    }
    #form {
        position: relative;
        margin: 0 auto;
        top: 90px;
    }
    #howitworks ul {
        background: none;
        padding: 0;
    }
    #howitworks ul li {
        margin: 0 auto 20px;
        display: block;
    }
    #tabs .tabs_container,
    #tabs_second .tabs_container {
        width: 270px;
    }
    #tabs .tabs_list li a {
        max-width: 200px;
        overflow: hidden;
    }
    .block.review {
        width: 240px;
        margin: 40px auto 10px;
        background: none;
    }
    .block.info,
    .block.feedback {
        width: 100%;
    }
    .contact_info {
        padding: 0;
        margin-bottom: 30px;
        width: auto;
    }
    .feedback h2,
    .feedback .feedback_form {
        margin: 0 auto;
        width: 300px;
    }
    .feedback .feedback_form .form_line .w50:first-child {
        margin-left: 17px;
        margin-right: 3px;
    }
    .feedback .feedback_form .form_line .w50:last-child {
        margin-left: 3px;
        margin-right: 17px;
    }
    .feedback .feedback_form .form_line .textarea {
        margin: 0 17px;
    }
}

@media (min-width: 320px) and (max-width: 800px) {
  #header .container #logo {
    background-image: url("/cdn/landings/img/bus/mobile_logo.png");
    background-size: 97px 40px;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #header .container:before {
    background-image: url("/cdn/landings/img/bus/header@2x.png");
  }
  #header .container #logo {
    background-image: url("/cdn/landings/img/bus/mobile_logo@2x.png");
  }
  #header .container .bus_parallax {
    background-image: url("/cdn/landings/img/bus/bus@2x.png");
  }
  #form {
    background-image: url("/cdn/landings/img/bus/form@2x.png");
  }
  #form .form_line.width100 .slider .noUi-base .noUi-origin .noUi-tooltip {
    background-image: url("/cdn/landings/img/bus/slider_amount@2x.png");
  }
  #howitworks ul:before {
    background-image: url("/cdn/landings/img/bus/howitworks@2x.png");
  }
  #howitworks ul li:nth-child(1):before {
    background-image: url("/cdn/landings/img/bus/arrow_top@2x.png");
  }
  #howitworks ul li:nth-child(2):before {
    background-image: url("/cdn/landings/img/bus/arrow_bottom@2x.png");
  }
  #tabs_second .tabs:before {
    background-image: url("/cdn/landings/img/bus/tabs@2x.png");
  }
  #reviews .container:after {
    background-image: url("/cdn/landings/img/bus/reviews_01@2x.png");
  }
  #reviews .container:before {
    background-image: url("/cdn/landings/img/bus/reviews_02@2x.png");
  }
  #contacts .container:before {
    background-image: url("/cdn/landings/img/bus/contacts@2x.png");
  }
  .feedback h2 {
    background-image: url("/cdn/landings/img/bus/feedback_title@2x.png");
  }
  .feedback .feedback_form {
    background-image: url("/cdn/landings/img/bus/feedback_form@2x.png");
  }
  .feedback .feedback_form .form_line.submit input,
  #form .form_line.submit input {
    background-image: url("/cdn/landings/img/bus/feedback_button@2x.png");
  }
  #form .form_line.agreement label i {
    background-image: url("/cdn/landings/img/bus/checkbox@2x.png");
  }
  #form .form_line.agreement .checkbox input:checked+label i {
    background-image: url("/cdn/landings/img/bus/checkbox_cheked@2x.png");
  }
  #form .form_line.agreement .checkbox.field-error label i {
    background-image: url("/cdn/landings/img/bus/checkbox_error@2x.png");
  }
}
