@font-face {
   font-family: "AudiTypeScreen";
   src: url(fonts/AudiTypeScreen-Normal.woff2) format("woff2");
}

@font-face {
   font-family: "AudiTypeScreen";
   src: url(fonts/AudiTypeScreen-Normal.woff) format("woff");
}

@font-face {
   font-family: "AudiTypeScreen";
   src: url(fonts/AudiTypeScreen-Normal.eot);
}

@font-face {
   font-family: "AudiTypeScreen";
   src: url("fonts/AudiTypeScreen-Normal.svg#AudiTypeScreen-Normal") format("svg");
}

.entry-confirm{
	position: relative;
    margin-left: 35px;
}

.entry-confirm-inp{
	position: absolute;
    left: -15px;
}

.entry-lbl{
	display: inline;
    text-align: left;
    padding-left: 5px;
    padding-right: 10px;	
}

#form label i {
	height: auto;
	width: auto; 
}

#form-callme  label i {
	height: auto;
	width: auto; 
}

#form-callme  .terms {
	margin: 0 0 0 10px;
}

#form-callme .entry-confirm{
	margin-left: 15px;
	margin-top: 7px;
}

#form-callme .entry-confirm-inp {
	display: inline-block;
	width: auto;
}

#form-callme .entry-lbl{
	display: inline-block;
}
.main-content ul{
    margin-left: 0;
}
.main-content ul li {
/*     list-style-image: url(../img/icons/li.png); */
    list-style: none;
    padding-left: 20px;
    font-size: 12px;
	padding-bottom: 0px;
    line-height: 22px;
    font-family: Verdana, sans-serif;
    position: relative;
    
}
.main-content ul li:before{
    content: "—";
    display: block;
    position: absolute;
    left: 0;
}
.main-content-ttl{
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px;
    font-family:  'AudiType Ext Bold' ,Verdana,sans-serif;
}
.main-content-subttl{
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 36px;
    font-family:  'AudiType Ext' ,Verdana,sans-serif;
}
.footer .main-content-subttl{
	font-size: 15px;
	line-height: 26px;
}
.main-content-subttl strong{
	display: block;
	font-size: 20px;
    font-family:  'AudiType Ext Bold';
}
.main-content p {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px;
}

.car-info .toggle:after, .car-info .toggle:before {
    content: '';
    display: block;
    background: red;  /* красный плюс */
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 4px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
#offer th{
    font-family:  'AudiType Ext Bold';
    font-size: 13px;
	padding: 10px 10px;
}
#offer td{
	border-top: 1px solid rgb(178, 178, 183);
	padding: 5px 10px;
}
#offer td b{
    font-family:  'AudiType Ext Bold';
    font-weight: normal;
    font-size: 12px;
}
#offer td .standbtnsale{
	margin-top: 0;
}
#offer td, #offer th{
	background-color: #E6E9EE;
}
#offer .selected td{
	background-color: #CFCFCF;
}
.owl-carousel{
	overflow: hidden;
}
#pages{
	margin-top: 20px;
	text-align: left;
	font-size: 12px;
	font-family: 'AudiType Ext';
}
#pages #service-order{
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}
#pages h1{font-family: 'AudiType Ext Bold';color:#000;}
#pages .bold{font-family: 'AudiType Ext Bold';margin-bottom: 10px;}
#pages .title_form {
    padding: 20px 20px 10px;
    margin: 0;
    font-size: 17px;
    font-family: 'AudiType Ext Bold', verdana, sans-serif;
}
#pages .form_group {
    padding: 10px 25px;
}
#pages .group_name {
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'AudiType Ext Bold', verdana, sans-serif;
}
#pages .item_pole {
    padding: 0;
    margin: 0 0 15px 0;
}
#pages .form_group .item_pole::after {
    content: '';
    clear: both;
    padding: 0;
    height: 1px;
    display: block;
    overflow: hidden;
}
#pages .form_group .item_pole .name_pole {
    float: left;
    width: 150px;
    font-size: 13px;
    margin-bottom: 10px;
}
#pages form .pole_value{
	float: right;
}
#pages form .pole_value.radio_pole::after {
    content: " ";
    width: 100%;
    height: 0;
    display: inline-block;
    overflow: hidden;
    background: red;
}
#pages form .pole_value.radio_pole label {
    display: inline-block;
    width: 30%;
    cursor: pointer;
    margin-bottom: 3px;
}
#pages .form_group .item_pole > .pole_value * {
    font-size: 12px;
}
#pages .form_group .item_pole .pole_value .inputtext {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 0 16px;
}
#pages .form_group .item_pole .pole_value textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 84px;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 8px 16px;
    resize: none;
}
.jq-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
}
.jq-radio.checked {
    border-color: #cc0033;
}
.jq-radio.checked .jq-radio__div {
    width: 20px;
    height: 20px;
    margin: -1px;
    border-radius: 50%;
    overflow: hidden;
    background: url("/img/sprite-forms.png") no-repeat -86px -125px;
}
.rules_block {
    background: #eeeeee;
    padding: 10px 25px;
    font-size: 11px;
}
.rules_block .checkbox_pole {
    float: left;
}
.jq-checkbox {
    top: -1px;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    border-radius: 0px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 13px;
    overflow: visible !important;
}
.jq-checkbox.checked .jq-checkbox__div {
    background: url(/img/checked.png) 0 0 no-repeat;
    width: 23px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: 0px;
}
.submit_line > * {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    margin: 10px 0;
}
.submit_line .requred_txt {
    font-size: 12px;
}
.submit_line .submit_black {
    background: url(/img/arr_submit.png) 140px 15px no-repeat #000;
    height: 40px;
    border: 0;
    cursor: pointer;
    color: #fff;
/*     font-family: 'AudiTypeExtendedNormal', verdana, sans-serif; */
    width: 170px;
    padding: 0 40px 0 20px;
}
#block0 li{
	list-style: circle;
	list-style-position: inside;
	padding-left: 50px;
}
@media screen and (max-width: 500px){
    .main-content-ttl{
        font-size: 26px;
        line-height: 30px;
    }
    .main-content-subttl{
        font-size: 18px;
        line-height: 24px;
    }
    .main-content p {
        font-size: 13px;
        line-height: 18px;
    }
}
#block0 table{
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	width: 100%;
}
#block0 table td{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px 5px;
}
/*
#block0 table td:first-child{
	text-align: center;
	width: 30px;
}
*/
.header{
	background-color: #fff;
	height: auto;
	z-index: 1000 !important;
}
.header .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header .top p{
	margin: 0;
}
.header .top .col-left{
	padding-top: 0;
	padding-bottom: 0;
}
.header .top .col-left div{
	font-size: 11px;
	font-family: "AudiTypeScreen";
	margin-top: 5px;
	font-weight: 100;
	line-height: 1;
}
.header .top .col-right{
	padding-top: 0;
}
.top .logo{
	width: 80px;
}
@media(max-width:1000px){
	.top .logo{
		display: none;
	}
	.header .col-left div{
		display: none;
	}
	.wrapper{
		min-height: auto !important;
	}
}
@media(max-width:930px){
	.col-center.buttons{
		display: none;
	}
}
@media(max-width:900px){
	.header .col-left, .header .col-center{
		text-align: center;
		width: 100%;
	}
	.header .col-left{
		margin-top: 10px;
	}
	.col-center.buttons{
		display: none;
	}
	.header{
		padding-bottom: 5px;
	}
	
}
.top::after, .top .logo::after{
	display: none;
}
.top p, .top span{
	display: inline-block;
}
.top .col-center a{
	color: #000;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
}
.top .standbtnsale.get-call-me{
	line-height: 2.2;
}
.top .buttons a{
	color: #fff;
}
.top .call_phone_a_3030 a{
	font-size: 17px;
	font-weight: bold;
}
.top .col-center{
	padding-top: 0px !important;
	vertical-align: top;
}
.top .col-center:nth-child(2){
	text-align: left;
}
.header .standbtnsale{
	margin-right: 0px;
	margin-top: 0;
	height: 30px;
	line-height: 30px;
	width: 250px;
}
.header .standbtnsale:nth-child(1){
	margin-bottom: 1px;
}
#sticky-wrapper{
	z-index: 1000;
}
.owl-nav{
	position: absolute;
	top:50%;
	margin-top: -20px;
	width: 100%;
}
.owl-prev{
	float: left;
}
.owl-next{
	float: right;
}
.owl-theme .owl-nav [class*="owl-"]{
	font-size: 30px;
	line-height: 30px;
	background: none;
}
/*
.owl-next{
	position: absolute;	
	right: 0;
}
*/
.intro{
	margin: 20px 0;
}
.intro p{
	font-size: 12px;
}
.advantages{
	margin: 15px 0;
}
.advantages div{
	cursor: pointer;
	margin-bottom: 15px;
}
.advantages div b{
	display: block;
	margin-top: 5px;
}
body{
	font-family: 'AudiTypeScreen' !important;
}

label.field {
/*   border-radius: 2px; */
  color: #666;
  display: block;
  max-width: 300px;
/*   padding: 8px; */
  font-weight: normal;
  opacity: 0;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 1;
}
label.field span {
  color: #fff;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transition-property: color, font-size, top;
  transition-property: color, font-size, top;
  z-index: 1;
}
label.field span.required::after {
  color: inherit;
  content: "*";
  display: block;
  height: 20px;
  left: -20px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.error label.field span {
  color: #F02318;
}
label.field .psuedo_select {
  background: rgba(255, 255, 255, 0);
  position: relative;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #666;
  cursor: pointer;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
/*   margin: 24px 32px 0 0; */
  min-width: 250px;
  padding-top: 24px;
  outline: 0;
  z-index: 1;
}
label.field .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition-property: background;
  transition-property: background;
}
label.field .psuedo_select .selected {
  height: 24px;
  left: 1px;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  top: -2px;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: transform;
}
label.field .psuedo_select ul {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  display: block;
  height: 0;
  list-style: none;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0 1px;
  pointer-events: none;
  -webkit-transition-property: height, opacity;
  transition-property: height, opacity;
  width: 100%;
  z-index: 2;
}
label.field .psuedo_select ul li {
  height: 32px;
  padding: 8px 4px;
}
label.field .deselect {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
label.field.focused {
  color: #007BED;
}
label.field.focused .psuedo_select {
  border-color: #fff;
}
label.field.focused .psuedo_select::after {
  background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
label.field.focused .psuedo_select ul {
  opacity: 1;
  pointer-events: all;
}
#img_category_options{
	background-color: #e5e5e5;
}
#img_category_options li{
	font-size:12px;
	color: #000;
}

#adv1 .text b,
#adv2 .text b,
#adv3 .text b,
#adv4 .text b,
#adv5 .text b,
#adv6 .text b{
	display: block;
	font-size: 20px;
	margin: 15px 0;
}
.gallery-wrapper {
    height: 40vw;
    max-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.gallery-photo-big, .gallery-photos {
    padding: 10px;
    width: 50%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.gallery-photo-img {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gallery-photo-img::before, .gallery-photo-img::after {
    content: '';
    opacity: 0;
    position: absolute;
    background-color: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.gallery-photos {
    margin: -10px;
        margin-right: -10px;
        margin-left: -10px;
    margin-right: -10px;
    margin-left: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-photo {
    font-size: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
}
.gallery-photo-img::after {
    background: url(https://service-spb-mitsu.ru/i/LandingGalantPage/5/Zoom.svg) no-repeat center;
}
@media(max-width:1000px){
	.calculator{
		flex-wrap: wrap;
	}
	.calculator .name, .calculator #img_category_label, .calculator #showInfo{
		text-align: center;
		margin: 20px 0;
		width: 90%;
	}
	.calculator #showInfo{
		margin: 0;
	}
	.calculator-result.show{
		padding: 10px 20px;
	}
	.calculator-result .flex{
		flex-wrap: wrap;
	}
	.calculator-result .flex .price{
		margin-bottom: 15px;
	}
	.footer{
		margin-top: 0 !important;
	}
	#shinomontaj .calculator-result .standbtnsale{
		margin-left: 0;
	}
}
.logo-txt-black{
	font-size: 13px;
}
@media(max-width:780px){
	.col-center.buttons{display:none;}
	.advantages{margin-top:20px !important;}
	.col-xs-12.gal{
		padding: 0;
	}
	.gallery-photo-big{
		padding: 2px;
	}
	.gallery-photo{
		padding: 2px;
	}
	.top .col-center:nth-child(2){
		text-align: center;
	}
}
@media(max-width:480px){
	.advantages div b{
		font-size: 12px;
	}
	.h2, h2{
		font-size: 20px !important;
	}
	.box-modal{
		width: 100% !important;
	}
}
@media(max-width:400px){
	.top .col-left{padding-top:20px;padding-bottom: 5px;}
	.top .col-left .nonstyled{
		margin-bottom: 5px;
	}
	.logo-txt-black{margin-bottom: 0;}
	.advantages div b{
		font-size: 10px;
	}
}
#map {
    height: 400px;
    width: 100%;
}
.map_content-title{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.map_content-title span{
	display: block;
	font-weight: normal;
	font-size: 13px;
}
.map_content-address, .map_content-tel{
	font-size: 15px;
}
.map_content-address{
	display: block;
	margin-bottom: 3px;
}
.map_content-tel a{
	color: #333;
}
#shinomontaj{
	background-color: #4c4c4c;
	color: #fff;
	padding: 20px 0;
}
#shinomontaj .standbtnsale{
	width: 180px;
}
#shinomontaj .calculator{
	display: flex;
	justify-content: center;
}
#shinomontaj .calculator-result .flex{
	display: flex;
	justify-content: space-between;
}
#shinomontaj .name{
	font-weight: bold;
	font-size: 16px;
	font-family: 'AudiType Ext Bold';
	margin: 0 20px;
}
#shinomontaj a{
	color: #fff;
	font-size: 12px;
	margin: 0 30px;
}
#shinomontaj a:hover{
	text-decoration: none;
}
#shinomontaj label{
	margin: 0 20px;
}
#shinomontaj .size{
	margin-bottom: 15px;
}
#shinomontaj .calculator-result{
	margin-top: 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
#shinomontaj .calculator-result.show{
	max-height: 1000px;
	border-top: 1px solid #fff;
	padding-top: 20px;
}
#shinomontaj .calculator-result .price{
	font-size: 12px;
	padding: 0 15px;
	width: 200px;
}
#shinomontaj .calculator-result .price b{
	font-weight: normal;
	font-size: 11px;
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}
#nm-icon-arrow{
	fill: #fff;
	width:20px;
	vertical-align: top;
}
.box-modal{
	max-width: 1000px;
}
.wrapper-banner{
	max-width: 1400px;
	margin: 0 auto;
}
.wrapper{
	padding-top: 20px;
}

h2{
	font-family: "AudiType Ext Bold" !important;
}
.center{
	text-align: center;
}

input.iaudi{
	display: block;
	padding: 7px 5px;
	text-align: center;
}
.audi-btn, .audi-btn:hover, .audi-btn:focus{
	background-color: #000;
	transition: background-color 0.5s ease;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
}
.audi-btn:hover{
	background-color: #333333;
}
#menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
/*
#menu a{
	border: 1px solid #000;
	color: #000;
	display: block;
	text-align: center;
	margin: 0 5px;
	padding: 20px 10px;
	width: 18%;
}
*/
#menu a{
	border-right: 1px solid #eee;
	color: #000;
	text-align: center;
	font-size: 12px;
	padding: 10px 20px 5px;
	line-height: 1.2;
	width: 13%;
	margin-bottom: 15px;
}
@media(max-width:1000px){
	#menu a{
		padding: 10px 10px 5px;
	}
}
#menu a:last-child{
	border-right: none;
}
#menu svg{
	display: block;
	margin: 0 auto 10px;
	width: 30px;
	height: 30px;
}
#menu a:hover{
	text-decoration: none;
/* 	border-color: #bc0c32; */
	color: #bc0c32;
}
#menu a:hover svg{
	fill: #bc0c32;	
}
.form-cost{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.form-cost div:nth-child(1){
	width: 62%;
  margin-right: 10px;
}
.form-cost div:nth-child(2){
	width: 30%;
}
.form-cost input, .form-cost .audi-btn{
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.form-cost form p{
	font-size: 12px;
}
.form-cost__title {
    font-size: 19px!important;
}
#services{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#services .item{
	width: 30%;
	margin-bottom: 30px;
}
#services .item img{
	width: 100%;
/* 	filter: brightness(50%); */
}
#services .item:hover img{
	filter: brightness(120%);
}
#services .item div{
	position: relative;
	margin-bottom: 10px;
}
#services .item span{
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}
#services .item .audi-btn{
	text-align: center;
	width: 100%;
}
#week-special h2{
	margin-bottom: 30px;
	text-align: center;
}
#week-special img{
	width: 100%;
}
#week-special form{
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -250px;
	padding: 30px 20px;
	width: 500px;
}
#week-special h4{
	font-family: "AudiType Ext Bold" !important;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 0;
}
#week-special h4 span{
	color: #bc0c32;
}
#week-special .audi-btn{
	margin-top: 15px;
}
.relative{
	position: relative;
}
#list-specials
{
	background-color: #dde0e1;
}
#list-specials h2{
	margin: 50px 0 30px;
	text-align: center;
}
#list-specials .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list-specials .item{
	width: 24%;
	margin-bottom: 50px;
}
#list-specials  .item:hover img{
	filter: brightness(120%);
}
#list-specials .item .audi-btn{
	text-align: center;
	width: 100%;
}
#list-specials .item img{
	width: 100%;
}
#list-specials .item b{
	display: block;
	height: 65px;
	margin-top: 10px;
}
#advantages{
/* 	margin-bottom: 50px; */
	background-color: #4D4D4D;
}
#advantages h2{
	margin: 50px 0 30px;
	text-align: center;
}
#advantages img{
	width: 100%;
}
#advantages .list{
	position: relative;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px;
}
#advantages .list div{
	margin-bottom: 20px;
/* 	width: 25%; */
	width: 12%;
}
#advantages .list div{
/* 	display: flex; */
/*
	align-items: center;
	justify-content: space-between;
*/
	position: relative;
	margin-bottom: 10px;
}
#advantages .list div span:nth-child(1){
/* 	padding: 5px; */
/* 	width: 25%; */
	margin-bottom: 10px;
}
#advantages .list div span:nth-child(2){
	color: #fff;
/* 	padding: 10px; */
	font-size: 11px !important;
/* 	width: 72%; */
	display: block;
	text-align: center;
}
#advantages .list div img{
/* 	max-width: 90%; */
	max-width: 50px;
	display: block;
	margin: 0 auto;
}
#call-us{
	text-align: center;
	font-size: 20px;
}
#call-us a{
	color: #000;
	font-weight: bold;
}
#do-you-know{
	background: url('/img/bg-px.png');
	padding: 20px 0;
}
#do-you-know .box{
	background-color: #fff;
	border: 2px solid #bc0c32;
	margin: 0 auto;
	max-width: 1000px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
}
#do-you-know .box div:nth-child(1){
	width: 45%;
}
#do-you-know .box div img{
	width: 100%;
}
#do-you-know .box div:nth-child(2){
	width: 50%;
}
#do-you-know .box div p{
	margin-bottom: 15px;
}
#do-you-know .box div p:nth-child(1){
	font-weight: bold;
	font-size: 16px;
}
#do-you-know .box div div{
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}
#do-you-know .box form div input, #do-you-know .box form div .audi-btn{
	width: 48%;
	text-align: center;
}
#do-you-know .box form p{
	font-size: 12px;
	margin-top: 5px;
}
.footer .info{
	padding: 15px;
	text-align: justify;
}
@media(max-width:1100px){
	#advantages .list div{
		font-size: 12px;
		line-height: 1.5;
	}
}
@media(max-width:1000px){
	#menu{
/* 		display: none; */
	}
	#menu span{
		display: none;
	}
}
@media(max-width:900px){
	#advantages .list div{
/*
		margin-bottom: 0;
		margin-bottom: 10px;
*/
		margin-bottom: 20px;
	}
}
@media(max-width:900px){
	#advantages .list{
/* 		margin: 10px 20px; */
	}
	#advantages .list div{
		line-height: 1.3;
		width: 45%;
	}
	.top{
		height: auto;
	}
	.top .col-center:nth-child(3) .worktime{
		display: none !important;
	}
}
@media(max-width:720px){
	#services{
		justify-content: center;
	}
	#services .item{
		margin-left: 5px;
		margin-right: 5px;
		width: 48%;
	}
	.form-cost{
		flex-wrap: wrap;
	}
	.form-cost div{
		width: 90% !important;
	}
    .form-cost__title {
        font-size: 16px!important;
    }
	#week-special form{
		position: relative;
	}
	#list-specials .list{
		justify-content: center;
	}
	#list-specials .list .item{
		width: 48%;
		margin-right: 5px;
		margin-left: 5px;
	}
	#advantages{
		display: block;
	}
	#do-you-know .box{
		flex-wrap: wrap;
		justify-content: center;
	}
	#do-you-know .box div{
		margin-bottom: 15px;
		width: 90% !important;
	}
}
@media(max-width:500px){
	#services .item{
		width: 98%;
	}
	#list-specials .list .item{
		width: 98%;
	}
	#do-you-know .box form div{
		flex-wrap: wrap;
	}
	#do-you-know .box form div input, #do-you-know .box form div .audi-btn{
		margin-top: 10px;
		width: 95%;
	}
	#week-special form{
		position: relative;
		margin-left: 0;
		width: 100%;
	}
	#advantages .list div span:nth-child(2){
		font-size: 10px;
	}
	#advantages .list{
		padding: 20px 10px;
	}
	#advantages .list div{
		width: 50%;
	}
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.top .col-center a.get-call-me{
	font-size: 12px;
}
.worktime{
	display: block !important;
	font-size: 12px;
	font-family: 'AudiTypeScreen';
}
#popular-list{
	margin: 0 0 40px;
	padding: 20px;
}
#popular-list .flex{
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
#popular-list .clmn{
	width: 32%;
}
@media(max-width:991px){
	#popular-list .clmn{
		width: 99%;
	}
}
.popular-item, .hdr{
	cursor: pointer;
	display: flex;
	margin-bottom: 15px;
}
.popular-item div:first-child{
	font-size: 12px;
	width: 75%;
}
.popular-item div:last-child{
	font-weight: bold;
	font-size: 13px;
	width: 25%;
}
.popular-item{
	display: block;
	transition:all 0.2s ease-out 0s;
	cursor: pointer;
	overflow: hidden;
}
.popular-item div:first-child{
	float: left;
	width: 70%;
	margin-bottom: 5px;
}
.popular-item div:last-child{
	float: left;
	width: 27%;
	margin-bottom: 5px;
}
.popular-item:after, .popular-item:before{
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0.8);
	bottom: 0px;
	content: " ";
	clear: both;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all 280ms ease-in-out;
	width: 0;
}
.popular-item:after{
	margin-top:8px;
}
.popular-item:before{
	margin-bottom:4px;
}
.popular-item:hover:after, .popular-item:hover:before{
	backface-visibility: hidden;
	border-color: #000;
	transition: width 350ms ease-in-out;
	width: 100%;
}
.popular-item:hover:before{
	bottom: auto;
	top: 0;
	width: 100%;
	margin-bottom:4px;
}
.hdr{
	align-items: center;
	margin-top: 0px;
}
.hdr div:first-child{
	margin-right: 25px;
	width: 50px;	
}
.hdr div:first-child svg{
	height: 40px;
	width: 40px;
}
.popular-h{text-align: center;}
.arcticmodal-container_i2{
	padding: 0;
}
h3.mt{
	margin-bottom: 30px;
}
.breadcrumbs{
	display: block;
	clear: both;
	overflow: hidden;
}
.breadcrumbs li, .breadcrumbs a{
	color: #999;
}
.breadcrumbs a:hover{
	color: #999;
}
.breadcrumbs li{
	float: left;
	padding-right: 5px;
	font-size: 12px;
}
#special{
	padding: 20px;
}
#special h1{
	display: block;
	clear: both;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 26px;
}
#special h2{
	font-size: 22px;
}
#special .content ul{
	list-style: disc inside;
}
#special table td{
	border: 1px solid black;
	padding: 5px 10px;
}
#special .content{padding-bottom: 20px;}
#special .disclaimer{
	border-top: 1px solid #ccc;
	font-size: 12px;
	padding-top: 10px;
}
@media(max-width:700px){
	table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: auto !important;
    }
}
#calcto{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.h2to{
	margin-top: 50px;
	margin-bottom: 30px
}
#calcto .filters{
	padding-top: 40px;
	width: 30%;
}
#calcto .image{
	text-align: center;
	width: 65%;
}
#calcto .image img{
	max-width: 100%;
}
#calcto .filters select{
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 20px;
	font-family: 'AudiTypeScreen';
	width: 100%;
	padding: 5px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath class='heroicon-ui' d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E"),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
    background-color: #fff;
    box-sizing: border-box;
}
#calcto .filters select:focus{
	outline: none !important;
}
#calcto .total{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	display:none;
}
#calcto .price-text{
	font-size: 16px;
	margin-bottom: 15px;
	width: 100%;
}
#calcto .price-text .price{
	font-size: 25px;
	font-family: 'AudiType Ext Bold';
}
#calcto .price-text div{
	margin-top: 15px;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
#menublock{
	width: 100% !important;
	background-color: #fff;
	box-shadow: 0 4px 2px -2px gray;
}
.is-sticky #menublock svg{display: none;}
.is-sticky #menublock #menu{
	margin-bottom: 5px;
}
#menublock-sticky-wrapper, #menublock{
	z-index: 100 !important;
}
@media(max-width:1000px){
	.is-sticky #menublock svg{
		display: block;
	}
	.is-sticky #menublock span{
		display: none;
	}
	.is-sticky #menu svg{
		width: 20px;
		height: 20px;
		margin-bottom: 5px;
	}
	.is-sticky #menu a{
		padding: 0 10px 0;
	}
}
#back-to-home{
	background-color: #999;
/* 	max-width: 1400px; */
	margin: 0 auto;
	padding: 2px 15px;
	text-align: right;
}
#back-to-home a{
	color: #fff;
	display: none;
}
.top .buttons{
	position: relative;
}
.top .buttons a:nth-child(3){
	position: absolute;
	right: 0;
	bottom: -17px;
}
@media(max-width:930px){
	#back-to-home a{
		display: inline-block;
		font-size: 12px;
	}
	.top{
		height: auto !important;
	}
	.top .col-center:nth-child(2){
		text-align: center;
	}
}


.map-panel {
  background-color: #fff;
  position: absolute;
  color: #000;
  left: 30px;
  top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-left: 4rem;
  margin-top: 20rem;
  font-size: 14px;
  }

.map-panel div a {
  text-decoration: none;
  color: #000;
}

.text-xs {
  font-size: 12px;
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}
.mb-1 {
  margin-bottom: .5rem;
}
.mb-2 {
  line-height: 1;
  margin-bottom: .5rem;
}

@media (min-width: 767px) and (max-width:1000px) {
  .map_panel_wrap {
    background-color: #fff;
    padding-bottom: 15px;
  }
  .map-panel {
    position: initial;
    max-width: 500px;
    text-align: left;
    display: block;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    background-color: inherit;
  }
}

@media(max-width:765px) {
  .map-panel {
    background-color: #fff;
    position: initial;
    color: #000;
    padding: 0;
    font-size: 14px;
    margin: 30px;
  }
}

.d-flex-c {
    display: flex;
    align-items: center;
}

.audi-safety {
    display: flex;
}

@media (max-width: 1024px) {
    .audi-safety {
        display: none;
    }
}
.audi-safety img {
    width: 50px;
    margin-right: 10px;
}

.audi-safety__text {
    text-align: center;
    padding: 5px 10px;
    color: white;
    background-color: black;
    margin: auto;
}
@media (min-width: 640px) {
    .header .phone-block {
        width: 20%;
    }
    .header .dc-logo {
        width: 20%;
    }
}


 .map-panel {
     background-color: #fff
 }
 .absolute {
    position: absolute
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.ml-16 {
    margin-left: 5rem;
    margin-right: 6rem;
}
.mt-16 {
    margin-top: 4.8rem;
}
    .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width:640px){
  .sm\:absolute {
        position: absolute
    }
     .md\:absolute {
        position: absolute
    }
    .lg\:absolute {
        position: absolute
    }
    .xl\:absolute {
        position: absolute
    }
    .xl\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .lg\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .left-0 {
    left: 0
}
.sm\:left-0 {
        left: 0
    }
    .md\:left-0 {
        left: 0
    }
    .lg\:left-0 {
        left: 0
    }
    .xl\:left-0 {
        left: 0
    }


}