body {
	font-family: 'Blinker', sans-serif;
	letter-spacing: 0.03em;
	word-spacing: 0.03em;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6;
	color: #1c2540;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.frontend_content {
	padding-bottom: 40px;
}

.max_wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.max_wrap.nopad {
	padding: 0;
}

.overall_sizer {
	position: fixed;
	height: 0;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.homepage_wrapper {
	width: 100%;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
}

.homepage_wrapper_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 160px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bg8.jpg);
	visibility: hidden;
}

.page_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	width: 100%;
	max-height: 100vh;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/bg8.jpg);
	z-index: -1;
}

.main_menu_wrapper {
	text-align: right;
	padding-top: 130px;
	margin-left: 156px;
	margin-right: 156px;
	overflow: hidden;
	padding-bottom: 3px;
}

.main_menu_inner {
	left: 100%;
	-webkit-transition: left 0.6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: left 0.6s cubic-bezier(.165, .84, .44, 1);
	transition: left 0.6s cubic-bezier(.165, .84, .44, 1);
	white-space: nowrap;
	visibility: hidden;
}

.main_menu_inner.opened {
	left: 0;
}

.main_menu_wrapper.responsive .main_menu_inner {
	right: 100%;
	-webkit-transition: left 0.6s ease-in-out;
	-o-transition: left 0.6s ease-in-out;
	transition: left 0.6s ease-in-out;
	white-space: nowrap;
	visibility: hidden;
}

.main_menu_wrapper.responsive .main_menu_inner.opened {
	position: absolute;
	right: 0;
}

.main_menu_wrapper>ul {
	display: inline-block;
}

.main_menu_wrapper ul .menu_items {
	display: none;
}

.main_menu_wrapper a {
	color: #e1e1e1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	padding: 12px 20px;
}

.main_menu_wrapper li {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 30px;
}

.main_menu_wrapper .main_menu_holder>ul>li:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: relative;
	top: 2px;
	background-color: #e1e1e1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform 0.5s cubic-bezier(.165, .84, .44, 1);
	transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.5s cubic-bezier(.165, .84, .44, 1);
}

.main_menu_wrapper .main_menu_holder>ul>li:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.logo {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 89px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 40px;
	top: 23px;
	background-image: url(../images/logo.png);
	z-index: 2;
}

.logo_en-US {
	background-image: url(../images/logo_en-US.png);
}

.logo:hover {
	text-decoration: none;
}

.logo.dark {
	width: 60px;
	height: 61px;
	width: 93px;
	height: 46px;
	background-size: 93px 46px;
	background-image: url(../images/logo_dark.png);
	top: 38px;
}

.logo.dark.light {
	width: 93px;
	height: 46px;
	background-size: 93px 46px;
	background-image: url(../images/logo.png);
	top: 38px;
}

.common_menu_wrapper {
	text-align: center;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 0px solid #ccc;
	z-index: 99;
}

.common_menu_inner {
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 56px;
	padding-top: 56px;
	visibility: hidden;
	margin-right: 0;
}

.common_menu_inner.bottom_paded {
	padding-bottom: 190px;
}

.common_menu_wrapper .common_menu_inner li:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: relative;
	top: 4px;
	background-color: #2f2929;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform 0.5s cubic-bezier(.165, .84, .44, 1);
	transition: transform 0.5s cubic-bezier(.165, .84, .44, 1);
	transition: transform 0.5s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.5s cubic-bezier(.165, .84, .44, 1);
}

.common_menu_wrapper .common_menu_inner .menu_items .menu_items li:after {
	top: -4px;
}

.common_menu_wrapper.light .common_menu_inner>ul>li:after {
	background-color: #e1e1e1;
}

.common_menu_wrapper .common_menu_inner li:hover:after, .common_menu_wrapper .common_menu_inner li.active:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.common_menu_inner li ul {
	display: block;
}

.common_menu_inner li.active ul {
	display: inline-block;
	position: absolute;
	left: 0;
	text-transform: none;
	top: 184px;
}

.common_menu_wrapper.responsive .common_menu_inner li.active ul {
	position: relative;
	top: 0px;
}

.common_menu_inner li ul li {
	margin-left: 20px;
	margin-right: 20px;
}

.common_menu_inner li ul a {
	text-transform: none;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.common_menu_wrapper.responsive .common_menu_inner li ul a {
	border: none;
	display: inline-block;
}

.common_menu_inner li ul a:hover, .common_menu_inner li ul li.active a {
	border: none;
}

.common_menu_wrapper.responsive .common_menu_inner li ul li {
	margin-bottom: 5px;
}

.common_menu_wrapper.responsive .common_menu_inner li ul a:hover, .common_menu_wrapper.responsive .common_menu_inner li ul li.active a {
	border: none;
}

.common_menu_wrapper.responsive .common_menu_inner li ul a:hover:after, .common_menu_wrapper.responsive .common_menu_inner li ul li.active a:after, .common_menu_wrapper.responsive .common_menu_inner li:after {
	content: '';
	display: none;
	width: 100%;
	height: 1px;
	top: 2px;
	position: relative;
	background-color: #2f2929;
}

.common_menu_inner a {
	color: #2f2929;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 22px 9px 22px;
	text-transform: none;
}

.common_menu_inner.light a {
	color: #e1e1e1;
}

.common_menu_wrapper li {
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	margin-right: 3px;
}

.common_menu_inner>ul>li {
	margin-left: 12px;
	margin-right: 12px;
}

.common_menu_inner>ul>li:last-child {
	margin-right: 0;
}

.common_menu_inner>ul>li>a {
	padding: 4px 0px 4px 0px;
}

.menu_items {
	position: relative;
}

.common_menu_wrapper .menu_items>li {
	position: relative;
}

.common_menu_wrapper .menu_items .menu_items {
	position: absolute;
	top: 28px;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
	padding-top: 12px;
	padding-bottom: 10px;
	display: block;
	border: 0px solid #000;
	border-top: none;
	border-right: none;
	text-align: left;
	display: none;
}

.common_menu_wrapper .menu_items .menu_items a {
	pointer-events: auto;
}

.common_menu_wrapper.responsive .menu_items .menu_items {
	background-color: transparent;
}

.common_menu_wrapper .menu_items>li:hover .menu_items {
	height: auto;
	visibility: visible;
	opacity: 1;
	display: block;
}

.common_menu_wrapper .menu_items .menu_items li {
	display: block;
}

.common_menu_wrapper.responsive .menu_items .menu_items {
	margin-left: 65px;
	top: 0;
	position: relative;
	opacity: 1;
	border: none;
	padding: 0;
	display: block;
}

.common_menu_wrapper.responsive .menu_items .menu_items li {
	margin-bottom: 0px;
}

.common_menu_wrapper.responsive .menu_items .menu_items a {
	font-size: 16px;
	padding: 5px 0px 5px 0px;
}

.bigger {
	font-size: 18px;
	font-weight: 300;
	-webkit-text-stroke: 0.1px;
}

.bigger strong {
	font-weight: 600;
}

.common_content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 21px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 60px;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0.01em;
	word-spacing: 0.02em;
}

h4 {
	letter-spacing: 0em;
}

h1.shifted {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0;
	word-spacing: 0;
	width: calc(100% - 320px);
	margin-bottom: 25px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1.shifted.bck {
	padding: 20px 25px;
	background-color: rgba(239, 239, 242, 0.95);
	width: 100%;
	padding-top: 14px;
}

.common_content h1 strong {
	font-weight: 800;
}

.common_content h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Roboto Slab', serif;
}

.common_content h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.maybe_hidden {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.maybe_hidden.showme {
	opacity: 1;
}

.common_menu_wrapper {
	height: 140px;
	z-index: 1;
}

.common_menu_wrapper_inside {
	text-align: right;
}

.common_menu_wrapper.responsive .common_menu_wrapper_inside {
	height: 125px;
	position: absolute;
	width: 100%;
	right: 0;
}

.main_menu_wrapper.responsive {
	height: 200px;
	margin-left: 0;
	margin-right: 0;
}

.common_menu_wrapper.responsive .common_menu_inner>ul>li:after, .main_menu_wrapper.responsive .main_menu_holder>ul>li:after {
	display: none;
}

.common_menu_wrapper.responsive .menu_controller, .main_menu_wrapper.responsive .menu_controller {
	display: block;
	z-index: 1;
}

.common_menu_wrapper.responsive .common_menu_inner, .main_menu_wrapper.responsive .main_menu_holder {
	display: block;
	position: absolute;
	width: calc(100% + 40px);
	right: 0;
	top: 25px;
	background-color: rgba(255, 255, 255, 0.96);
	padding-top: 120px;
	padding-bottom: 20px;
	-webkit-transform: translateX(100%) translateX(40px);
	-ms-transform: translateX(100%) translateX(40px);
	transform: translateX(100%) translateX(40px);
}

.main_menu_wrapper.responsive .main_menu_holder {
	position: relative;
}

.common_menu_wrapper.responsive.light .common_menu_inner, .main_menu_wrapper.responsive.light .main_menu_holder {
	background-color: rgba(49, 49, 49, 0);
}

.main_menu_wrapper.responsive .main_menu_holder {
	padding-top: 56px;
}

.main_menu_wrapper.responsive .main_menu_holder {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	left: auto;
}

.common_menu_wrapper.responsive .common_menu_inner.closed, .main_menu_wrapper.responsive .main_menu_holder.closed {
	-webkit-transform: translateX(100%) translateX(40px);
	-ms-transform: translateX(100%) translateX(40px);
	transform: translateX(100%) translateX(40px);
	-webkit-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.common_menu_wrapper.responsive .common_menu_inner.opened, .main_menu_wrapper.responsive .main_menu_holder.opened {
	-webkit-transform: translateX(0%) translateX(40px);
	-ms-transform: translateX(0%) translateX(40px);
	transform: translateX(0%) translateX(40px);
	-webkit-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.common_menu_wrapper.responsive .common_menu_inner ul li, .main_menu_wrapper.responsive .main_menu_holder ul li {
	display: block;
	text-align: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.common_menu_wrapper.responsive li.active:after, .main_menu_wrapper.responsive li.active:after {
	display: none;
}

.common_menu_wrapper.responsive .common_menu_inner a, .main_menu_wrapper.responsive .main_menu_holder a {
	font-size: 18px;
	display: block;
	padding-left: 40px;
	padding-right: 0px;
}

.menu_controller {
	width: 41px;
	height: 19px;
	position: absolute;
	right: 40px;
	top: 129px;
	cursor: pointer;
}

.menu_controller.dark {
	top: 65px;
	display: none;
}

.mm {
	position: absolute;
	height: 2px;
}

.menu_controller .mm {
	background-color: #e1e1e1;
}

.menu_controller.dark .mm {
	background-color: #2f2929;
}

.menu_controller.dark.light .mm {
	background-color: #e1e1e1;
}

.m1 {
	width: 33px;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.m2 {
	width: 33px;
	top: 9px;
	right: 0;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.m3 {
	width: 33px;
	top: 18px;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mm.m1.closed {
	top: 9px;
	width: 33px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm.m2.closed {
	top: 9px;
	width: 33px;
	opacity: 0;
}

.mm.m3.closed {
	width: 33px;
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main_menu_inner {
	display: inline-block;
}

.common_content a {
	color: #1c2540;
	font-weight: 600;
}

input, textarea {
	color: #1c2540;
	font-family: 'Blinker', sans-serif;
	font-size: 15px;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
}

::-ms-input-placeholder {
	color: #999;
}

::placeholder {
	color: #999;
}

input:focus, textarea:focus {
	outline-style: none;
}

.break_head {
	font-size: 18px;
	margin-bottom: 15px;
}

.error {
	font-size: 14px;
	color: #c90000;
	display: none;
	width: 300px;
	margin-bottom: 10px;
	font-weight: 500;
}

.success {
	font-size: 14px;
	color: #53904e;
	display: none;
	width: 300px;
	font-weight: 500;
}

.spinner_wrap {
	text-align: center;
	display: none;
}

.spinner {
	margin: auto;
	height: 38px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
}

.spinner>div {
	background-color: #eee;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

input.errored, span.select2-selection.errored, textarea.errored {
	border-color: #f41839;
}

.common_error_wrapper {
	margin-bottom: -20px;
}

.common_error {
	color: #f41839;
	line-height: 1.2;
	margin-bottom: 6px;
	display: none;
	font-size: 14px;
	font-weight: 600;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 20px 3px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	font-size: 13px;
	z-index: 1000000000;
}

.cookies_text, .cookies_button {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 7px;
}

.cookies_text {
	font-weight: 500;
}

.cookies_button {
	padding: 6px 12px;
	cursor: pointer;
	margin-left: 15px;
}

.lang_switcher {
	position: absolute;
	right: 40px;
	top: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 0px;
}

.lang_button {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-left: 8px;
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 !important;
	text-decoration: none;
}

.common_content_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 0px;
	padding-bottom: 0px;
}

.common_content_left, .common_content_right {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.common_content_left {
	width: calc(100% - 360px);
	margin-right: 40px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 30px;
}

.common_content_right {
	width: 320px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -110px;
}

.common_content_sticked {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	overflow: auto;
}

.advantages_wrappper {
	margin-top: 39px;
	margin-bottom: -40px;
}

.one_advantage_wrapper {
	margin-bottom: 90px;
}

.one_advantage {
	text-align: center;
	overflow: hidden;
	color: #fff;
	padding-bottom: 10px;
	padding-top: 17px;
	border-radius: 20px;
}

.one_advantage h2 {
	padding-bottom: 9px;
	font-size: 32px;
	position: relative;
	z-index: 1;
}

.one_advantage li {
	display: block;
	position: relative;
}

.one_advantage li:before {
	content: '';
	position: relative;
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: -7px;
	top: -2px;
	display: inline-block;
	z-index: 1;
}

.one_advantage_text, .one_advantage h2 {
	padding-left: 115px;
	padding-right: 60px
}

.one_advantage_text a {
	color: #fff;
	text-decoration: underline;
}

.one_advantage_text a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 9px solid #fff;
	margin: 8px 0 0 6px;
}

.one_advantage::before {
	content: '';
	display: block;
	position: absolute;
	width: 149px;
	height: 149px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 100000px #ccc;
	box-shadow: 0 0 0 100000px #ccc;
	left: -40px;
	top: -80px;
}

.one_advantage_wrapper:nth-child(even) .one_advantage:before {
	-webkit-box-shadow: 0 0 0 100000px rgba(244, 24, 57, 0.90);
	box-shadow: 0 0 0 100000px rgba(244, 24, 57, 0.90);
}

.one_advantage_wrapper:nth-child(odd) .one_advantage:before {
	-webkit-box-shadow: 0 0 0 100000px rgba(244, 24, 57, 0.90);
	box-shadow: 0 0 0 100000px rgba(244, 24, 57, 0.90);
}

.one_advantage_icon {
	width: 120px;
	height: 120px;
	background-size: 105px 105px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ccc;
	border-radius: 50%;
	top: -61px;
	left: -23px;
	position: absolute;
}

.one_advantage_wrapper:nth-child(even) .one_advantage_icon {
	background-color: rgba(244, 24, 57, 0.90);
}

.one_advantage_wrapper:nth-child(odd) .one_advantage_icon {
	background-color: rgba(244, 24, 57, 0.90);
}

.need_van_wrapper {
	background-color: rgba(232, 232, 239, 0.95);
}

.modal_caller {
	background-color: #eaeaf0;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
}

.modal_caller_inner {
	display: inline-block;
}

.modal_caller_inner span {
	white-space: nowrap;
}

.modal_caller_inner span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #1c2540;
	margin: 8px 0 0 6px;
}

.need_van_wrapper_inner {
	padding: 20px;
}

.need_van_wrapper_description a {
	color: #f41839;
	font-weight: 600;
}

.common_input, .from_to_selector, .car_detail_stage_2_from_to_selector {
	font-size: 16px;
	display: block;
	padding: 5px 13px;
	width: 100%;
	border: 1px solid transparent;
	height: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.common_label {
	margin-bottom: 15px;
	width: 100%;
	font-weight: 400;
	padding-top: 15px;
	position: relative;
	display: block;
}

.common_label_text {
	font-size: 16px;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 19px;
	left: 13px;
	z-index: 10000006;
	pointer-events: none;
}

.common_label_text.moved {
	top: -4px;
	left: 0;
	font-size: 13px;
	color: #666;
}

.input-group .form-control {
	float: none;
}

.krajee-datepicker, .form-control {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	color: #1c2540;
	border: 1px solid transparent;
}

.input-daterange input {
	text-align: left;
}

.input-group {
	display: block;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: block;
}

.krajee-datepicker:focus, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}

.krajee-datepicker:-moz-read-only, .form-control:-moz-read-only {
	background-color: #fff;
	border-radius: 0;
}

.krajee-datepicker:read-only, .form-control:read-only, .input-daterange input:first-child {
	background-color: #fff;
	border-radius: 0;
}

.input-group.input-daterange .input-group-addon {
	display: none;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	background-color: #f41839;
	color: #fff;
}

.datepicker table tr td, .datepicker table tr th {
	border-radius: 0;
	font-weight: 400;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #ccc;
}

.datepicker table tr td.disabled:hover {
	background-color: #aaa !important;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
	background-color: #f41839;
	color: #fff;
	background-image: none;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
	background: none;
	background-color: #f41839;
	color: #fff;
	border-radius: 0;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
	background-color: #f41839;
	color: #fff;
	border-radius: 0;
}

.need_van_wrapper_inner h2 {
	font-size: 20px;
	margin-bottom: 15px;
	background-color: #1c2540;
	color: #fff;
	text-align: center;
	padding: 15px 15px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}

.need_van_wrapper_description {
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 15px;
	color: #000;
	font-weight: 400;
}

.need_van_wrapper_description.nopad {
	padding-bottom: 14px;
}

.need_van_wrapper_description.nopadsmall {
	padding-bottom: 9px;
}

.common_button {
	text-align: center;
	background-color: #f41839;
	color: #fff;
	font-weight: 400;
	padding: 0px 20px;
	cursor: pointer;
	margin-top: 35px;
	height: 50px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.common_button_half {
	width: calc(50% - 10px) !important;
	height: 45px !important;
	margin-top: 35px !important;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.common_button_half.left {
	float: left;
}

.common_button_half.right {
	float: right;
}

.common_button_half.red {
	background-color: #f41839;
}

.common_button_half.gray {
	background-color: #757e94;
}

.common_button:hover {
	border-radius: 25px;
}

.common_button span {
	display: inline-block;
	vertical-align: middle;
}

.common_button span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 9px solid #fff;
	margin: 8px 0 0 6px;
	position: relative;
	top: -1px;
}

.common_button_half.left span:after {
	display: none;
}

.common_button_half.left span:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 9px solid #fff;
	margin: 8px 6px 0 0;
	position: relative;
	top: -1px;
}

.common_button.less_height {
	height: 42px !important;
}

.common_checkbox {
	display: none;
}

.checkbox_label {
	font-weight: 400;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	cursor: pointer;
}

.checkbox_label a {
	color: #000;
}

.checkbox_label.margin_bottom {
	margin-bottom: 20px;
}

.icheckbox {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #939396;
	display: block;
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-image: url(../images/icheckbg.png);
	background-size: 18px 36px;
	background-position: top;
}

.icheckbox.errored {
	border-color: #f41839;
}

.checkbox_label span {
	padding-left: 10px;
	line-height: 1.2;
	position: relative;
	top: 2px;
}

.checkbox_label span a {
	text-decoration: underline;
}

.icheckbox.checked {
	background-position: bottom;
}

.need_van_stage_2.invisible, .need_van_stage_1.invisible {
	display: none;
}

.need_van_wrapper h4, .modal_overlay_content h4 {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 10px;
}

.modal_overlay_content h4 {
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: 600;
}

.one_support_logo {
	width: 197px;
	height: 118px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-top: -80px;
	background-color: #fff;
	border: 20px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.suppors_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 58px;
	margin-bottom: -12px;
}

.one_support {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 0px;
	text-align: center;
	border: 1px solid #ccc;
	width: calc(50% - 15px);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.kooperativa, .fod {
	background-image: url(../images/kooperativa.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: auto;
	margin-right: auto;
}

.fod {
	background-image: url(../images/fod.png);
	width: 162px;
}

.one_support h3 {
	position: relative;
	display: inline-block;
	font-size: 21px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 12px;
	background-color: #fff;
	top: 20px;
	line-height: 1.2;
	margin-top: -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.one_support .origin {
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.one_support h3 .shadow {
	position: relative;
	display: inline;
	margin: 0;
}

.one_other_advantage_holder {
	text-align: left;
	padding-top: 26px;
}

.one_other_advantage_icon {
	display: inline-block;
}

.one_other_advantage_icon img {
	height: 90px;
	width: auto;
	display: block;
}

.one_other_advantage_content {
	padding: 4px 0px 12px 0px;
}

.one_other_advantage_content h3 {
	font-size: 28px;
	margin-bottom: 9px;
	line-height: 1.2;
}

.one_other_advantage_content h3, .one_other_advantage_text {
	max-width: 630px;
}

.one_other_advantage_content strong {
	color: #f41839;
	font-weight: 600;
}

.one_other_advantage_content a {
	margin-top: 9px;
	font-weight: 600;
	color: #f41839;
}

.one_other_advantage_content a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 7px solid #f41839;
	margin: 5px 0 0 6px;
	position: relative;
	top: -1px;
}

.one_other_advantage_content .blocklink {
	display: inline-block;
}

.one_other_advantage_text_text p {
	display: inline;
}

.one_other_advantage_text_text a {
	padding-left: 0.2em;
}

.one_other_advantage_text.wider {
	max-width: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 0px;
}

.one_other_advantage_text_left, .one_other_advantage_text_right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: calc(50% - 15px);
}

.one_other_advantage_text.wider h4 {
	font-size: 21px;
	line-height: 1.2;
	padding-bottom: 8px;
	color: #f41839;
}

.one_other_advantage_text_text {
	padding-right: 20px;
}

.why_us_wrapper {
	padding-top: 65px;
}

.why_us_holder {
	padding: 30px;
	padding-bottom: 20px;
	background-color: #f1f1f7;
	font-weight: 400;
	font-size: 17px;
	border-radius: 16px;
}

.why_us_holder h2 {
	display: block;
	font-size: 28px;
	background-color: #f41839;
	color: #fff;
	top: -68px;
	position: relative;
	left: -30px;
	padding: 17px 30px;
	margin-right: 50px;
	margin-left: 30px;
	margin-bottom: -49px;
	border: 12px solid #fff;
	border-radius: 23px;
	line-height: 1.3;
}

.why_us_holder strong {
	font-weight: 600;
}

.why_us_text {
	line-height: 1.5;
}

.why_us_text ul {
	margin: 0;
}

.why_us_text li {
	margin-left: 18px;
	position: relative;
	display: block;
	padding-bottom: 7px;
}

.why_us_text li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f41839;
	position: absolute;
	left: -18px;
	top: 9px;
}

.prices_wrapper {
	padding-top: 40px;
}

.prices_holder h2 {
	font-size: 28px;
	padding-bottom: 20px;
	line-height: 1.3;
}

.prices_table {
	width: 100%;
}

.prices_table td {
	padding: 5px 15px;
	font-size: 17px;
}

.prices_table tr:nth-child(odd) {
	background-color: #f1f1f7;
}

.prices_table tr:hover {
	color: #fff;
	background-color: #f41839;
}

.prices_table td:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.prices_table td:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.footer_wrapper {
	background-color: #1c2540;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}

.footer_wrapper.fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer_wrapper a {
	color: #fff;
}

.footer_infos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f41839;
	font-size: 26px;
	margin-bottom: 15px;
	border-radius: 5px;
	font-weight: 400;
}

.footer_infos_left, .footer_infos_right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.footer_text {
	font-size: 12px;
}

.page_wrapper_bg {
	background-color: rgba(239, 239, 242, 0.95);
}

.props_holder {
	width: 100%;
	background-color: rgba(239, 239, 242, 0.95);
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.props_description {
	font-size: 16px;
	text-align: center;
	padding-bottom: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.props_holder_iner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.one_prop {
	width: 95px;
	margin-left: 22px;
	margin-right: 22px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-bottom: 5px;
	position: relative;
}

.one_prop_icon {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.one_prop_icon_bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: top center;
	border-radius: 8px;
	background-color: rgba(239, 239, 242, 0.95);
}

.one_prop_icon_inner {
	position: absolute;
	height: 25px;
	left: -13px;
	right: -13px;
	bottom: -10px;
	overflow: hidden;
}

.one_prop_icon_inner_inner {
	background-color: #697086;
	position: absolute;
	top: -100px;
	height: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 12px;
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.one_prop_description {
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	padding-top: 9px;
	margin-left: -10px;
	margin-right: -10px;
}

.one_prop_arrow {
	display: none;
}

.one_prop_text {
	position: relative;
	width: 100%;
	background-color: #697086;
	color: #fff;
	left: 0;
	right: 0;
	z-index: 2;
	border-radius: 0px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 15px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 0;
	height: 0;
	margin-top: 9px;
	margin-bottom: 9px;
	pointer-events: none;
}

.one_prop:hover .one_prop_description {
	display: none;
}

.one_prop:hover .one_prop_arrow {
	display: block;
}

.one_prop:hover .one_prop_text {
	height: auto;
	padding: 15px;
	opacity: 1;
	-webkit-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.one_prop:hover .one_prop_icon_inner_inner {
	opacity: 1;
	top: -75px;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.page_wrapper {
	padding-top: 40px;
}

.page_wrapper_bg_dark {
	background-color: rgba(28, 37, 64, 0.9);
}

.desinfection_holder, .prices_advantage_holder {
	padding: 20px 25px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
}

.desinfection_icon, .prices_icon, .prices_icon_wrapper {
	width: 74px;
	height: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
}

.prices_icon_wrapper {
	border-radius: 6px;
	width: 80px;
	margin-left: -2px;
	overflow: hidden;
}

.prices_icon {
	width: 80px;
}

h2.desinfection_text {
	font-weight: 300;
	font-size: 22px;
	margin-left: 30px;
	line-height: 1.4;
}

.prices_text {
	margin-left: 26px;
	color: #1c2540;
	line-height: 1.4;
	font-weight: 400;
}

.prices_text strong {
	font-weight: 600;
}

.prices_text p {
	padding-bottom: 8px;
}

.prices_text p:last-child {
	padding-bottom: 0;
}

.desinfection_text strong {
	font-weight: 700;
}

.prices_holder {
	margin-bottom: 20px;
	-webkit-text-stroke: 0.2px
}

.prices_holder strong {
	font-weight: 600;
}

.go_to_select_car_wrapper {
	text-align: center;
	display: none;
}

.go_to_select_car {
	background-color: rgba(244, 24, 57, 0.9);
	color: #fff;
	padding: 8px 25px;
	font-weight: 400;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.go_to_select_car span {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}

.go_to_select_car::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 12px;
}

.go_to_select_car::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-left: 12px;
}

.page_wrapper_bg_white {
	background-color: rgba(255, 255, 255, 0.95);
}

.cars_holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: -15px;
	background-color: transparent;
	min-height: 300px;
}

.cars_holder_not_found {
	font-weight: 400;
	display: none;
}

.one_car {
	width: calc(25% - 15px);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 20px;
	padding-bottom: 15px;
	padding-top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(240, 240, 243);
}

.one_car_image_wrapper {
	width: 100%;
	max-width: 210px;
}

.one_car_image_holder {
	width: 100%;
	height: 0;
	padding-bottom: 73%;
}

.one_car_image_holder img {
	width: 100%;
	height: auto;
}

h2.one_car_title, div.one_car_title {
	font-family: 'Blinker', sans-serif;
	font-size: 19px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.2;
	background-color: #4c5671;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.one_car_props_table {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: 0;
	word-spacing: 0;
	color: #000;
	border-collapse: collapse;
}

.one_car_props_table td {
	vertical-align: middle;
	padding-bottom: 4px;
}

.one_car_props_table td.left_td {
	padding-right: 8px;
	color: #717171;
}

.one_car_first_row td {
	vertical-align: top;
}

.one_car_price_holder {
	margin-top: 11px;
}

.one_car_guarantee_icon {
	width: 64px;
	height: 94px;
	background-size: contain;
	background-repeat: no-repeat;
}

.one_car_price {
	position: absolute;
	top: 59px;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2px 10px;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	border-radius: 0px;
}

.one_car_price strong {
	font-weight: 600;
}

.one_car_button_holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	width: 100%;
}

.common_button.car_button.red, .common_button.car_button.gray {
	height: 45px;
	background-color: #757e94;
	margin-top: 0;
	font-size: 15px;
	height: 38px;
	width: 100%;
	padding: 0 2%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1.3;
	-ms-flex-negative: 1.3;
	flex-shrink: 1.3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.common_button.car_button.gray {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.common_button.car_button.red {
	background-color: #f41839;
	margin-left: 15px;
}

.one_car_inner {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.one_car_badge {
	position: absolute;
	right: -13px;
	top: 45px;
	background-color: #ffcf00;
	padding: 4px 13px;
	padding-top: 6px;
	z-index: 1;
	color: #32384a;
	font-weight: 700;
	font-size: 13px;
	border-radius: 30px;
	line-height: 1.1;
	text-align: center;
	letter-spacing: 0.05em;
	-webkit-box-shadow: 0 0 9px 2px #ffffff;
	box-shadow: 0 0 9px 2px #ffffff;
	z-index: 10;
}

.one_car_top_segment {
	z-index: 1;
}

.one_car_badge.inactive {
	display: none;
}

.one_car_selector_select {
	font-family: 'Blinker', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 12px;
	width: 100%;
}

.cars_selectors {
	padding: 15px 20px;
	padding-bottom: 5px;
	padding-top: 14px;
	margin-bottom: 20px;
}

.cars_selectors_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

h4.cars_selectors_title {
	font-size: 18px;
	padding-bottom: 13px;
	line-height: 1.2;
}

.one_car_selector {
	width: 20%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.one_car_selector_select {
	opacity: 0;
}

.one_car_selector_label {
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.reset_selects {
	display: inline-block;
	background-color: #757e94;
	color: #fff;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	border-radius: 3px;
}

.modal_overlay, .homepage_modal_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000005;
	background-color: rgba(41, 41, 56, 0.9);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
	overflow-y: scroll;
}

.inquiry_simple_sent_overlay {
	z-index: 10000009;
}

.modal_overlay_inner, .homepage_modal_overlay_inner {
	width: 100%;
	max-width: 430px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 15px;
}

.modal_overlay_content, .homepage_modal_overlay_content {
	background-color: rgba(236, 236, 241, 1);
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	border-top: 50px solid #d8d6e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
}

.homepage_modal_overlay_content {
	padding-top: 15px;
	background-color: #fff;
}

.modal_overlay_close, .modal_overlay_close_slide {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	color: #fff;
	background-color: #8787a0;
	cursor: pointer;
	text-align: center;
	width: 30px;
	height: 31px;
	line-height: 31px;
	padding-left: 1px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}

.modal_overlay_close_slide {
	border-radius: 0;
	background-color: #f41839;
	top: 15px;
	right: 20px;
}

.modal_overlay_close:hover {
	background-color: #f41839;
}

.modal_overlay_close_slide:hover {
	background-color: #f41839;
}

h2.for_modal_head {
	font-size: 21px;
	font-weight: 400;
	background-color: #fff;
	line-height: 1.36;
	margin-left: -20px;
	margin-right: -20px;
	padding: 11px 23px;
	padding-top: 10px;
	margin-bottom: 10px;
}

h2.for_modal_head strong {
	color: #f41839;
}

.hidden {
	display: none;
}

.visibility_hidden {
	opacity: 0;
}

.car_detail_inquire {
	display: inline-block;
	color: #fff;
	background-color: #f41839;
	position: absolute;
	right: 0px;
	top: 11px;
	font-size: 15px;
	font-weight: 400;
	line-height: 38px;
	height: 38px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.car_detail_inquire:hover {
	border-radius: 19px;
}

.car_detail_overlay .car_detail_stage_1 .one_car_badge {
	top: 104px;
	right: 0px;
}

.car_detail_overlay .car_detail_stage_2 .one_car_badge {
	top: 10px;
	right: 0px;
}

.modal_overlay.car_detail_overlay .car_detail_stage_2 .one_car_image {
	display: block;
	width: 100%;
	max-width: 170px;
	margin-bottom: 3%;
}

.modal_overlay.car_detail_overlay .one_car_description, .modal_overlay.car_detail_overlay .one_car_props_prop, .modal_overlay.car_detail_overlay .one_car_props_prop_group {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.25;
	font-weight: 400;
	color: #000;
}

.modal_overlay.car_detail_overlay .one_car_props {
	margin-top: 13px;
	margin-bottom: -18px;
}

.modal_overlay.car_detail_overlay .one_car_props_prop {
	margin-bottom: 11px;
}

.modal_overlay.car_detail_overlay .one_car_props_label {
	color: #de1936;
	font-weight: 600;
}

.one_car_props_prop_group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.one_car_props_prop_one {
	max-width: 150px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6px;
}

.modal_overlay.car_detail_overlay .modal_overlay_content {
	border-top: none;
}

div.one_car_title {
	padding-bottom: 14px;
	padding-top: 15px;
	border-radius: 6px 6px 0 0;
	top: -1px;
	background-color: #5c6580;
}

.car_detail_stage_1, .car_detail_stage_2, .car_detail_stage_3 {
	display: none;
}

.car_detail_stage_2_from_to {
	margin-top: -10px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.car_detail_stage_2_km {
	width: calc(100% - 74px);
	display: block;
	padding: 5px 13px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.car_detail_stage_2_km_incdec {
	display: block;
	font-size: 28px;
	line-height: 32px;
	background-color: #5c6580;
	color: white;
	height: 32px;
	width: 32px;
	cursor: pointer;
	text-align: center;
	float: left;
}

.common_label_text.shifted {
	left: 50px;
}

.common_label_text.shifted.moved {
	left: 0px;
}

.minihelp {
	font-size: 12px;
	line-height: 1.2;
	color: #333;
	margin-top: 5px;
	display: none;
}

.checkbox_label.bigger_text {
	padding-top: 9px;
}

.checkbox_label.checkbox_label_smaller {
	font-size: 12px;
}

.checkbox_label.bigger_text span {
	font-size: 16px;
	top: 0;
}

input.unlimited_km {
	display: none;
}

.configurator_title {
	font-size: 18px;
	color: #f41839;
	margin-top: 18px;
	margin-bottom: -5px;
	font-weight: 600;
}

.show_help {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-weight: 600;
	background-color: #f41839;
	width: 18px;
	height: 19px;
	padding: 0 !important;
	padding-left: 1px !important;
	border-radius: 11px;
	margin-left: 10px;
}

.max_care_table {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	width: 100%;
}

.stage_2helps {
	margin-left: -20px;
	margin-right: -20px;
	padding-right: 50px;
	padding-left: 20px;
	background-color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 10px;
	display: none;
}

.stage_2helps_close {
	position: absolute;
	right: 12px;
	top: 12px;
	background-color: #f41839;
	color: #fff;
	padding: 0px 6px 0px 6px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 30px;
}

.max_care_table td {
	padding-right: 10px;
}

.max_care_table_row_head {
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	background-color: #808698;
	padding: 3px 5px;
}

.max_care_table_value {
	font-weight: 600;
}

.max_care_table_name {
	color: #686880;
}

tr.empty_row td {
	font-size: 7px;
	line-height: 7px;
}

.stage_2text {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
}

.stage_2text a {
	color: #f41839;
	font-weight: 600;
}

.stage_2price {
	margin-top: 20px;
	font-size: 29px;
	font-weight: 400;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 1.2;
}

.stage_2price_component {
	display: inline-block;
	color: #f41839;
}

.stage_2price_component.stage_2price_label {
	display: block;
	font-size: 17px;
	color: #1c2540;
	padding-right: 5px;
}

.stage_2price_component.stage_2price_value_old {
	color: #898b90;
	font-size: 21px;
	margin-left: 3px;
}

.stage_2price_component.stage_2price_value_old:before {
	position: absolute;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	left: 0px;
	top: 50%;
	right: 0px;
	-webkit-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

.card_id {
	margin-top: 8px;
	display: none;
}

.inquiry_success_one_block {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3;
	padding-left: 10px;
	padding-right: 10px;
}

.inquiry_success_one_prehead {
	font-size: 18px;
	margin-bottom: -5px;
	font-weight: 400;
}

.inquiry_success_one_head {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 400;
}

.inquiry_success_one_block_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.inquiry_success_one_icon {
	height: 96px;
	width: 52px;
	margin-right: 21px;
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.inquiry_success_one_icon.citizen_icon {
	background-image: url(../images/who_citizen.png);
}

.inquiry_success_one_icon.businessman_icon {
	background-image: url(../images/who_businessman.png);
}

.inquiry_success_one_text span {
	font-size: 16px;
	margin-left: 20px;
	display: block;
	position: relative;
	padding-bottom: 4px;
}

.inquiry_success_one_text span:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background-color: #f41839;
	top: 7px;
	left: -16px;
}

.inquiry_success_overlay h2.for_modal_head {
	font-size: 19px;
	padding-left: 30px;
	padding-right: 30px;
	color: #f41839;
}

.inquiry_error_overlay h2.for_modal_head {
	font-size: 18px;
}

.car_detail_overlay .car_detail_stage_3 .spinner, .buttons_sending .spinner {
	margin: auto;
	text-align: center;
	height: auto;
	display: inline-block;
	top: 2px;
}

.car_detail_overlay .car_detail_stage_3 .spinner>div, .buttons_sending .spinner>div {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.car_detail_overlay .car_detail_stage_3 .spinner .bounce1, .buttons_sending .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.car_detail_overlay .car_detail_stage_3 .spinner .bounce2, .buttons_sending .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.car_detail_overlay .car_detail_stage_3 .step_forward span {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

.car_detail_overlay .car_detail_stage_3 .step_forward .sending:after {
	display: none;
}

.car_detail_overlay .car_detail_stage_3 .step_forward .sending {
	display: none;
}

.car_detail_overlay .car_detail_stage_3 .step_forward.sending {
	background-color: rgb(162, 162, 165);
}

.car_detail_overlay .car_detail_stage_3 .step_forward.sending .sending {
	display: block;
}

.car_detail_overlay .car_detail_stage_3 .step_forward.sending .before_send {
	display: none;
}

.buttons_sending {
	height: 45px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.buttons_sending .spinner>div {
	background-color: #757e94;
}

.inquiry_simple_success_overlay h2.for_modal_head, .inquiry_simple_error_overlay h2.for_modal_head {
	font-size: 18px;
}

.inquiry_simple_error_overlay h2.for_modal_head {
	color: #f41839;
}

.common_content_left.normal {
	margin-top: 0;
}

.common_content_right.normal {
	margin-top: 0;
}

.common_content.normal {
	margin-top: 0;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.exlusives_wrapper {
	width: calc(100% + 20px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.one_exclusive {
	min-width: 250px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding: 20px 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: rgba(132, 132, 140, 0.92);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
}

.one_exclusive_icon {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(183, 183, 189, 0.87);
}

h1.shifted.bck {
	background-color: rgba(28, 37, 64, 0.9);
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.2;
}

h1.shifted.bck strong {
	font-weight: 600;
}

h3.one_exclusive_title {
	color: #fff;
	font-size: 23px;
	margin-top: 18px;
	margin-bottom: 8px;
	line-height: 1.3;
}

.one_exclusive_text p {
	padding-bottom: 6px;
	color: #fff;
}

.run_select_car_wrapper {
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 11;
	display: none;
}

.run_select_car {
	background-color: rgba(244, 24, 57, 0.9);
	color: #fff;
	padding: 8px 25px;
	font-weight: 400;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.run_select_car:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 12px;
}

.run_select_car:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-left: 12px;
}

.flat_content {
	padding: 18px 25px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	color: #1c2540;
	background-color: rgba(239, 239, 242, 0.95);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

.flat_content strong {
	font-weight: 700;
}

.flat_content_table {
	margin-top: 10px;
	border: none;
	border-collapse: collapse;
	font-size: 17px;
}

.flat_content_table tr:first-child td {
	border-top: 1px solid #ccc;
}

.flat_content_table td.flat_content_table_left {
	padding-right: 10px;
}

.flat_content_table td.flat_content_table_right {
	text-align: right;
	white-space: nowrap;
	padding-right: 0px;
}

.flat_content_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.flat_content {
	margin-bottom: 25px;
}

.flat_content_block h2 {
	font-size: 23px;
	color: #fff;
	background-color: #f41839;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-bottom: 15px;
	font-weight: 300;
}

.flat_content_block:first-child h2 {
	margin-top: -18px;
}

.flat_content_block h2 strong {
	font-weight: 600;
}

.flat_content li {
	padding-top: 5px;
	padding-left: 25px;
	position: relative;
}

.flat_content li:before {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f41839;
	top: 12px;
	left: 0px;
}

.p_padded p {
	padding-bottom: 15px;
}

.flex_flat_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.one_employee_wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 0px;
	-ms-flex: 0 1 0px;
	flex: 0 1 0px;
	min-width: 200px;
	max-width: 300px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.one_employee_inner {
	margin-right: 30px;
}

.one_employee_inner img {
	max-width: 164px;
}

.one_employee_name, .one_employee_job {
	white-space: nowrap;
	font-size: 16px;
}

.one_employee_name {
	font-weight: 600;
	margin-top: 10px;
}

.bonus_car_image {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}

.last_p_inline p:last-of-type {
	display: inline;
}

.branches_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 30px;
}

textarea {
	resize: none;
}

.one_branch {
	font-size: 16px;
	margin: 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	min-width: 340px;
	padding: 15px;
	border: 0px solid #1c2540;
	text-align: center;
	border-radius: 14px;
	background-color: #fff;
	margin-bottom: 40px;
}

.one_branch_map {
	width: 100%;
	height: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #1c2540;
}

.one_branch_row.smaller {
	font-size: 13px;
}

.one_branch_row.bolder {
	font-weight: 700;
}

.one_branch_row {
	padding-bottom: 8px;
}

.one_branch_row.first {
	margin-top: -40px;
}

.one_branch_row.bigger {
	font-size: 18px;
	font-weight: 400;
}

.one_branch_title {
	font-size: 24px;
	background-color: #fff;
	padding: 4px 30px;
	position: relative;
	top: -40px;
	display: inline-block;
	border-radius: 8px;
	color: #f41839;
}

.branches_history .p_padded {
	font-size: 16px;
}

.branches_history h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 16px;
	color: #f41839;
}

.cf_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cf_container_left {
	min-width: 220px;
	-webkit-flex-basis: 220px;
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.cf_container_left p {
	padding-right: 40px;
}

.cf_container_right {
	min-width: 300px;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 300px;
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cf_container_cf {
	padding: 0 25px;
	padding-bottom: 30px;
	background-color: rgba(218, 218, 222, 0.95);
}

h2.cf_container_title {
	font-size: 24px;
	padding-top: 15px;
	margin-bottom: 10px;
	color: #f41839;
	font-weight: 600;
}

.cnt_me {
	height: 45px !important;
}

.yrmg {
	height: auto;
}

.dataprocessingagreement .flat_content {
	font-size: 15px;
}

.dataprocessingagreement .flat_content h1 {
	font-size: 24px;
	margin-bottom: 16px;
}

.dataprocessingagreement .flat_content h2 {
	font-size: 20px;
	margin-bottom: 16px;
}

.homepage_modal_overlay .homepage_modal_overlay_content {
	padding-top: 15px;
}

.homepage_modal_overlay h1, .homepage_modal_overlay h2, .homepage_modal_overlay h3, 
.call_notice h1, .call_notice h2, .call_notice h3 {
	line-height: 1.3;
	font-weight: 300;
	padding-bottom: 0.5em;
}

.homepage_modal_overlay h1 strong, .homepage_modal_overlay h2 strong, .homepage_modal_overlay h3 strong,
.call_notice h1 strong, .call_notice h2 strong, .call_notice h3 strong {
	font-weight: 600;
}

.homepage_modal_overlay .homepage_modal_overlay_content, .call_notice {
	font-weight: 400;
	line-height: 1.3;
}

.homepage_modal_overlay p, .homepage_modal_overlay ul, .homepage_modal_overlay li
.call_notice p, .call_notice ul, .call_notice li {
	padding-bottom: 0.5em;
}

.homepage_modal_overlay li, .call_notice li {
	margin-left: 1.5em;
	position: relative;
}

.homepage_modal_overlay li:before, .call_notice li:before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #1c2540;
	border-radius: 50%;
	position: absolute;
	left: -1.5em;
	top: 0.5em;
}

.call_notice {
	background-color: #1c2540;
	color: #fff;
	text-align: left;
	padding: 20px 30px;
    padding-right: 70px;
}

.call_notice_wrap.hidden {
	display: none;
}

@media only screen and (max-width: 1450px) {
	.main_menu_wrapper {
		padding-top: 75px;
		margin-left: 80px;
		margin-right: 80px;
	}
}

@media only screen and (max-width: 1200px) {
	.props_holder_iner {
		max-width: 730px;
	}
}

@media only screen and (max-width: 1100px) {
	.one_car_selector {
		width: 33.333%;
	}
}

@media only screen and (max-width: 1000px) {
	.one_car {
		width: calc(33.3333% - 15px);
	}
}

@media only screen and (max-width: 980px) {
	.suppors_wrapper {
		display: block;
		margin-top: -98px;
	}
	.one_support {
		width: 100%;
		margin-top: 70px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 930px) {
	.one_other_advantage_text.wider {
		display: block;
	}
	.one_other_advantage_text_left, .one_other_advantage_text_right {
		width: 100%;
	}
	.one_other_advantage_text_left {
		padding-bottom: 11px;
	}
	h1.shifted {
		padding-right: 30px;
	}
	.why_us_holder h2 {
		font-size: 20px;
	}
	.why_us_holder {
		font-size: 16px;
	}
	.prices_table td {
		font-size: 15px;
	}
	.prices_holder h2 {
		font-size: 23px;
	}
	.footer_infos {
		font-size: 22px;
	}
	.one_advantage::before {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		margin-top: -100px;
		top: 0;
		margin-bottom: 14px;
	}
	.one_advantage_icon {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		left: 0;
		margin-top: -60px;
		margin-bottom: -50px;
	}
	.one_advantage_text, .one_advantage h2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.one_advantage h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 900px) {
	h1.shifted {
		font-size: 30px;
	}
}

@media only screen and (max-width: 815px) {
	.why_us_holder h2 {
		margin-right: -30px;
	}
}

@media only screen and (max-width: 790px) {
	.go_to_select_car, .run_select_car {
		width: 100%;
	}
	.why_us_holder h2 {
		margin-right: -70px;
		margin-left: -10px;
	}
	.footer_infos {
		display: block;
	}
	.footer_infos_left, .footer_infos_right {
		width: 100%;
	}
	.footer_infos_left {
		padding-bottom: 0;
	}
	.footer_infos_right {
		padding-top: 0;
	}
}

@media only screen and (max-width: 790px) {
	.one_car {
		width: calc(50% - 15px);
	}
}

@media only screen and (max-width: 700px) {
	.one_branch {
		flex-basis: 100%;
		min-width: initial;
	}
	.flat_content_table {
		width: 100%;
	}
	.flat_content_table td.flat_content_table_right {
		padding-right: 10px;
	}
	.common_content_flex.normal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.common_content_left.normal, .common_content_right.normal {
		margin-bottom: 0;
	}
	.one_car_selector {
		width: 50%;
	}
	.desinfection_holder, .prices_advantage_holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	h2.desinfection_text, .prices_text {
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}
	.prices_advantage_holder {
		padding-top: 27px;
	}
	.prices_text {
		margin-top: 15px;
	}
	.suppors_wrapper {
		display: block;
		margin-top: -78px;
	}
	h1.shifted {
		width: 100%;
		padding-right: 0;
	}
	.common_content_flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.common_content_left, .common_content_right {
		width: 100%;
		margin-right: 0;
		margin-bottom: -40px;
		margin-top: 90px;
	}
}

@media only screen and (max-width: 590px) {
	h2.desinfection_text {
		font-size: 18px;
	}
	.prices_text {
		font-size: 16px;
	}
}

@media only screen and (max-width: 550px) {
	.one_car_selector {
		width: 100%;
		padding-right: 0px;
	}
	.one_car {
		width: calc(100% - 15px);
	}
	.one_car_inner {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 500px) {
	.common_content_right {
		width: calc(100% + 70px);
		margin-left: -40px;
	}
	.prices_table td {
		font-size: 15px;
	}
	.one_other_advantage_content {
		padding: 4px 0 12px 0;
	}
	.lang_switcher {
		right: 30px;
	}
	.logo {
		left: 30px;
		width: 152px;
		top: 26px;
	}
	.max_wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.error, .success {
		width: 260px;
	}
	.menu_controller {
		right: 30px;
	}
	.common_menu_wrapper.responsive .common_menu_inner a, .main_menu_wrapper.responsive .main_menu_holder a {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.flat_content_table {
		font-size: 15px;
	}
}

@media only screen and (max-width: 420px) {
	.footer_infos {
		font-size: 18px;
	}
}