html {height: 100%;}

body {
	color: #000;
	font-family: "RobotoRegular", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

/*----------------------common----------------------*/
*::-webkit-input-placeholder {color: #666;opacity: 1;}
*:-moz-placeholder {color: #666;opacity: 1;}
*::-moz-placeholder {color: #666;opacity: 1;}
*:-ms-input-placeholder {color: #666;opacity: 1;}

h1, h2, h3, h4, h5 {
	line-height: inherit;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: inherit;
}

img {max-width: 100%;}
a,
a:hover,
a:focus
{
	text-decoration: none;
	color: inherit;
}
a.blue {}
a.white_bordered {border-bottom: 1px dotted rgba(255,255,255,.6);}
.pdz {padding: 0;}
.pdzl {padding-left: 0!important;}
.pdzr {padding-right: 0;}
.mgz {margin: 0!important;}
.mglz {margin-left: 0!important;}
.mgrz {margin-right: 0!important;}
.center_text {text-align: center;}
.max_w100 {max-width: 100% !important;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w30 {width: 30%;}
.w70 {width: 70%;}
.w20 {width: 20%;}
.w80 {width: 80%;}
.mg20 {margin: 20px;}
.p20 {margin: 20px;}
.jcc {justify-content: center;}
.jcfle {justify-content: flex-end;}
.jcfls {justify-content: flex-start;}
.flex {display: flex!important;}
.fl30 {
	width: 33.33333%;
	float: left;
	padding: 5px;
}
.fl50 {
	width: 50%;
	float: left;
	padding: 5px;
}
.flg1 {flex-grow: 1;}
.flg2 {flex-grow: 2;}
.hidden {display: none;}

.row_holder {
	display: flex;
	width: 100%;
}
.row_holder {
	display: flex;
	width: 100%;
}
.row_holder select,
.row_holder input,
.row_holder textarea
{
	background-color: #f6f6f6;
	margin-bottom: 10px;
}
.row_holder input {border: none;}
.row_holder select,
.row_holder input[type="text"],
.row_holder input[type="tel"],
.row_holder input[type="password"],
.row_holder textarea
{
	height: 50px;
	display: block;
	padding: 5px 10px;
	outline: none;
	border: none;
	border-radius: 8px;
	background-color: #f6f6f6;
	resize: none;
}
.row_holder textarea {height: 130px;padding: 10px;}
.row_holder textarea.tall {height: 150px;}
.row_holder .long input,
.row_holder .long select
{
	width: 310px;
}
.row_holder_single {width: 100%;}
.row_holder_single .input_holder,
.row_holder_single .input_holder_pdz
{
	width: 100%;
}
.row_holder.row_holder_single select,
.row_holder.row_holder_single textarea,
.row_holder.row_holder_single input[type="text"],
.row_holder.row_holder_single input[type="tel"],
.row_holder.row_holder_single input[type="password"]
{
	width: 100%;
}
.row_holder_twin {width: 100%;justify-content: space-between;}
.row_holder_twin > .row_holder_twin {width: calc(50% - 5px);}
.row_holder_twin .input_holder {width: calc(50% - 5px);}



.row_holder.row_holder_twin select,
.row_holder.row_holder_twin textarea,
.row_holder.row_holder_twin input[type="text"],
.row_holder.row_holder_twin input[type="tel"],
.row_holder.row_holder_twin input[type="password"]
{
	width: 100%;
}
.row_holder_trip {width: 100%;justify-content: space-between;}
.row_holder_trip .input_holder {width: calc(33.33333% - 5px);}

.row_holder.row_holder_trip select,
.row_holder.row_holder_trip textarea,
.row_holder.row_holder_trip input[type="text"],
.row_holder.row_holder_trip input[type="tel"],
.row_holder.row_holder_trip input[type="password"]
{
	width: 100%;
}
.row_holder_quad {width: 100%;justify-content: space-between;}
.row_holder_quad .input_holder {width: calc(25% - 5px);}

.row_holder.row_holder_quad select,
.row_holder.row_holder_quad textarea,
.row_holder.row_holder_quad input[type="text"],
.row_holder.row_holder_quad input[type="tel"],
.row_holder.row_holder_quad input[type="password"]
{
	width: 100%;
}

.form_frame {
	padding: 15px 25px;
}
.form_block_holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.form_block {
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.form_block_holder.twin > .form_block {width: calc(50% - 5px);}
.form_block_holder.trip > .form_block {width: calc(33.33333% - 5px);}
.form_block_holder.quad > .form_block {width: calc(25% - 5px);}

.form_block_header,
.form_block_subheader
{
	margin-bottom: 10px;
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.form_block_header {text-transform: uppercase;}

.form_block_comment {
	color: #8A8A8A;
	margin: 10px 0;
	font-size: 12px;
}

.tab_content {display: none;}

.tab_links {
	display: inline-flex;
	margin-bottom: 10px;
	overflow: hidden;
}

.tab_link {
	border-bottom: 3px transparent;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: flex;
	font-family: 'RobotoMedium';
	min-height: 40px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	opacity: .6;
}

.tab_link.active {
	border-bottom: 3px solid #f5f5f7;
	opacity: 1;
}

.tab_content.active {display: flex; flex-wrap: wrap;}

.hidden {display: none!important;}
.hidden_scroll {overflow: hidden;position:fixed;}

.labellike {
	font-size: 12px;
	display: inline-block;
	margin: 4px 0;
}

label {
	align-items: center;
	cursor: pointer;
	display: flex;
}

label.file_label {
	background-color: #f6f6f6;
	margin-bottom: 10px;
	position: relative;
	border-radius: 8px;
	padding: 5px 10px;
	cursor: pointer;
	color: #8A8A8A;
	height: 50px;
	outline: none;
	border: none;
}

input[type="radio"],
input[type="checkbox"]
{
	opacity: 0;
	margin: 0;
	padding: 0;
	min-height: unset;
	position: absolute;
	z-index: -1;
}

input.file_input {
	width: 1px;
	opacity: 0;
	height: 1px;
	position: absolute;
}

input.error {
	box-shadow: 0 0 6px red;
}

.file_field_name {
	overflow: hidden;
	max-width: 70%;
	word-break: break-all;
	white-space: nowrap;
}

.file_del {
	right: 0;
	z-index: 2;
	width: 50px;
	height: 50px;
	display: none;
	position: absolute;
	border-radius: 8px;
	background-color: #f6f1ec;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../../img/icon_close_2.svg");
}

.file_del.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

label.error {
	color: red;
	font-size: 12px;
	margin-top: -8px;
	display: block;
}
.cr_holder label.error {
	position: absolute;
	min-width: 100px;
	left: 0;
	top: -16px;
}
.cr_holder:hover {color: #ccc;}
.cr_holder {
	height: 20px;
	width: 20px;
	min-width: 20px;
	border: 1px solid #CFCFCF;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.cr_holder span {opacity: 0;}

.cr_holder input:checked + span {
	opacity: 1;
	width: 14px;
	height: 14px;
	display: block;
	background-color: #c73c42;
	top: 2px;
	left: 2px;
	position: absolute;
}

.custom_modal {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: rgba(52,64,72,.95);
	flex-direction: column;
	justify-content: center;
	display: none;
}
.custom_modal.active {display: flex;}

.open_popup {cursor: pointer;}
.common_modal {background-color: #fff;}
.image-source-link {color: #98C3D1;}

.owl-dot {
	background: #2B3541;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
}
.owl-dot.active {background: rgba(43, 53, 65, .5);}

/*--------------------------------------/common----------------------*/

/*----------------------buttons----------------------*/

.btn {
	font-family: 'RobotoMedium', sans-serif;
	justify-content: center;
	display: inline-flex;
	align-items: center;
	border-radius: 8px;
	max-width: 260px;
	min-width: 160px;
	padding: 0 30px;
	cursor: pointer;
	outline: none;
	border: none;
	height: 50px;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.btn.round {
	border-radius: 25px;
}

.btn.circle {
	border-radius: 50%;
}

.btn.red {
	background-color: #f5f5f7;
}

.btn.red:hover {
	color: #fff;
	background-color: #E92A32;
}

.btn.blue {
	background-color: #00a2ea;
}

.btn.blue:hover {
	background-color: #0283bd;
}

.btn.submit {
	max-width: initial;
}

/*---------------------/buttons----------------------*/

.notify_holder {
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 50px;
	right: calc(50% - 300px);
	width: 600px;
	max-width: calc(100% - 40px);
	z-index: 550;
	overflow: hidden;
	box-shadow: 0 0 32px rgba(0, 0, 0, .4);
}

.notify_content {
	width: 100%;
	max-width: 600px;
	position: relative;
	padding: 10px 15px;
}

.notify_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f2f4f5;
	height: 50px;
	width: 100%;
}

.notify_name {
	padding-left: 15px;
	line-height: inherit;
	font-size: 20px;
}

.notify_cont {
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.notify_message_holder {

}

.notify_message {

}


.custom_modal_holder {
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -10;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.custom_modal_holder.active {
	display: flex;
	z-index: 330;
	animation-name: custom_modal_holder_fade_in;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}

@keyframes custom_modal_holder_fade_in {
	from {background-color: rgba(38, 38, 38, 0);}
	to {background-color: rgba(0, 0, 0, .2);}
}

.custom_modal_content {
	background-color: #fff;
	padding: 40px;
	border-radius: 8px;
	position: relative;
}
.custom_modal_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 26px;
}
.custom_modal_sub_header {
	margin: 10px 0 20px;
}
.custom_modal_name {
	font-size: 24px;
}
.custom_modal_cont {}
.custom_modal_close {
	position: absolute;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom_modal_item {
	display: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.custom_modal_item.active {display: block;}

.open_modal {cursor: pointer;}

.loader_holder_outer {
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-animation: .5s all;
	animation: .5s all;
	display: none;
	z-index: 1500;
}
.loader_holder_outer.visible_loader {display: flex;opacity: 1;}
.loader_holder {
	display: flex;
	flex-wrap: wrap;
	width: 80px;
	height: 80px;
}
.lds-default {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-default div {
	position: absolute;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
	animation-delay: 0s;
	top: 29px;
	left: 53px;
}
.lds-default div:nth-child(2) {
	animation-delay: -0.1s;
	top: 18px;
	left: 50px;
}
.lds-default div:nth-child(3) {
	animation-delay: -0.2s;
	top: 9px;
	left: 41px;
}
.lds-default div:nth-child(4) {
	animation-delay: -0.3s;
	top: 6px;
	left: 29px;
}
.lds-default div:nth-child(5) {
	animation-delay: -0.4s;
	top: 9px;
	left: 18px;
}
.lds-default div:nth-child(6) {
	animation-delay: -0.5s;
	top: 18px;
	left: 9px;
}
.lds-default div:nth-child(7) {
	animation-delay: -0.6s;
	top: 29px;
	left: 6px;
}
.lds-default div:nth-child(8) {
	animation-delay: -0.7s;
	top: 41px;
	left: 9px;
}
.lds-default div:nth-child(9) {
	animation-delay: -0.8s;
	top: 50px;
	left: 18px;
}
.lds-default div:nth-child(10) {
	animation-delay: -0.9s;
	top: 53px;
	left: 29px;
}
.lds-default div:nth-child(11) {
	animation-delay: -1s;
	top: 50px;
	left: 41px;
}
.lds-default div:nth-child(12) {
	animation-delay: -1.1s;
	top: 41px;
	left: 50px;
}
@keyframes lds-default {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}


@font-face {
	font-family: "RobotoLight";
	src: url("../fonts/RobotoLight/RobotoLight.eot");
	src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"),
	url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
	url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "RobotoRegular";
	src: url("../fonts/RobotoRegular/RobotoRegular.eot");
	src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
	url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "RobotoMedium";
	src: url("../fonts/RobotoMedium/RobotoMedium.eot");
	src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"),
	url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
	url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "RobotoBold";
	src: url("../fonts/RobotoBold/RobotoBold.eot");
	src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
	url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

.logo_holder {
	display: flex;
}

.logo_holder img {
	max-width: 180px;
}

.calc_section {
	margin-top: 60px;
}

.calc_holder {

}

.brand_model {
	display: flex;
	overflow: hidden;
	position: relative;
	border: 1px solid #CFCFCF;
	border-radius: 8px 8px 0 0;
}

.brand_model .input_holder {
	font-family: 'RobotoBold', sans-serif;
	width: 50%;
	font-size: 16px;
}

.brand_model .input_holder:first-child {
	border-right: 1px solid #CFCFCF;
}

.brand_model_reset {
	text-align: right;
	margin: 10px 0 50px;
}

.brand_model_reset button {
	border: none;
	cursor: pointer;
	background: none;
}

.calc_quest_holder {
	margin-bottom: 30px;
}

.calc_quest_item.active {
	display: flex;
}

.calc_quest_item {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 15px;
	border: 1px solid #CFCFCF;
	justify-content: space-between;
}

.calc_quest_text {
	flex-grow: 1;
	display: flex;
	padding: 5px 15px;
	align-items: center;
	font-family: 'RobotoMedium', sans-serif;;
}

.calc_quest_actions {
	height: 60px;
	display: flex;
	margin-left: auto;
}

.calc_quest_info {
	border-top: 1px solid #CFCFCF;
	background-color: #f5f5f7;
	padding: 15px;
	width: 100%;
}

.calc_quest_info ul {

}

.calc_quest_info li {

}

.calc_quest_action {
	width: 90px;
	box-sizing: content-box;
	justify-content: center;
	border-left: 1px solid #CFCFCF;
}

.action_y,
.action_n
{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.action_y {
	color: #00a2ea;
	font-family: 'RobotoBold';
}

.action_n {
}

.action_y.active {
	color: #fff;
	background-color: #00a2ea;
}

.action_n.active {
	color: #000;
	background-color: #f5f5f7;
}

.calc_state_block {
	display: none;
	padding: 20px 10px;
	margin-bottom: 40px;
	border: 1px solid #CFCFCF;
}

.calc_state_block.active {
	display: block;
}

.calc_state_header {
	margin-bottom: 20px;
	font-weight: bold;
}

.calc_state_holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.calc_state_item {
	display: block;
	margin-bottom: 20px;
	width: calc(50% - 10px);
	background-color: #f8f8f8;
}

.calc_state_img {
	display: block;
}

.calc_state_name {
	color: #fff;
	height: 35px;
	padding: 5px 15px;
	background-color: #6f6f6f;
	font-family: 'RobotoMedium', sans-serif;;
}

.calc_state_item input:checked + .calc_state_name
{
	background-color: #00a2ea;
}

.calc_state_text {
	height: 140px;
	padding: 10px 15px;
}

.picture_holder {
	display: none;
}

.picture_holder.active {
	display: block;
	padding: 0 60px;
	margin-bottom: 25px;
}

.picture_holder img {

}

.offer_holder {
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
}

.offer_holder.active {
	display: block;
}

.offer_header {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f7;
}

.offer_content {
	display: flex;
	padding: 25px;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-direction: column;
	border-radius: 0 0 8px 8px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}

.offer_price {
	display: none;
	font-family: "RobotoRegular", sans-serif;;
	margin-bottom: 25px;
	font-size: 26px;
}

.offer_price.active {
	display: block;
}

.offer_price span {
	font-family: "RobotoBold";
	display: inline-block;
	margin-right: 5px;
}

.offer_text {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.offer_text:empty {
	margin-bottom: 0;
}

.offer_action {
	display: none;
}

.offer_action.active {
	display: flex;
}

.offer_info {
	font-family: "RobotoLight", sans-serif;
	font-size: 12px;
	padding: 25px;
}

.progress_holder {
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	position: absolute;
}

.progress_item {
	flex-grow: 1;
	height: 4px;
	order: 2;
}

.progress_item.active {
	background-color: #00a2ea;
	order: 1;
}


.select2-container--default .select2-selection--single {
	height: 60px;
	outline: none;
	border-radius: 8px;
	border: 1px solid #CFCFCF;
	display: flex;
	align-items: center;
}

.brand_model .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
	width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}

.appeal_create_form {
	min-width: 260px;
}