/*
--------------------
Fonts for site
--------------------
*/
@font-face {
    font-family: "inter";
    src: url(../fonts/inter.eot) format('eot'),
    url(../fonts/inter.woff) format('woff'),
    url(../fonts/inter.ttf)  format('truetype'),
    url(../fonts/inter.svg#svginter) format('svg');
    font-style:normal;
}

@font-face {
    font-family: "inter";
    src: url(../fonts/inter-semibold.eot) format('eot'),
    url(../fonts/inter-semibold.woff) format('woff'),
    url(../fonts/inter-semibold.ttf)  format('truetype'),
    url(../fonts/inter-semibold.svg#svginter-semibold) format('svg');
    font-style:normal;
    font-weight: 600;
}

@font-face {
    font-family: "inter";
    src: url(../fonts/inter-bold.eot) format('eot'),
    url(../fonts/inter-bold.woff) format('woff'),
    url(../fonts/inter-bold.ttf)  format('truetype'),
    url(../fonts/inter-bold.svg#svginter-bold) format('svg');
    font-style:normal;
    font-weight: 700;
}

/*
--------------------
Base style
--------------------
*/
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.header-adress {
    /* position: fixed; */
    /* left: 0px; */
    /* top: 0px; */
    padding-bottom: 10px 0;
    right: 0px;
    z-index: 1200;
    background-color: #1A1A1A;
}

.header-adress-text-block {
    width: 14%;
    padding: 0px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
    margin: 7px 0;
}

.header-adress-title {
    font-weight: bold;
}

.header-adress-span {
    display: inline-block;
    /* max-width: 199px; */
    margin-bottom: 5px;
    min-height: 2em;
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#map2 {
    height: 500px;
    width: 70%;
}

header a.header-adress-link {
    display: inline-block;
    color: rgb(249 223 74);
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    /* font-weight: 800; */
    font-size: larger;
}

.header-adress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
  margin-left:0%;
}

header.fixed .header-adress-wrapper {
    /* padding-bottom: 20px; */
}

.header-show-adress-button {
    display: none;
}

html, body {height: 100% !important;}

body {
    font-family: "inter";
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #161921;
    margin: 0;
    padding-top: 210px;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, a:focus, input:focus, button:active, button:focus, select:focus {outline:none !important; box-shadow: none !important;}
button::-moz-focus-inner {border: 0 !important;}

section {padding: 50px 0;}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row > div {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.row.flex > div {margin-bottom: 0;}

p {
    line-height: 1.3;
    margin: 0 0 16px;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.2;
    margin: 0 0 20px;
}

h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 50px;
}

h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.35;
}


.text-style-h4,
h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 15px;
}

.bold {font-weight: bold;}

body.modal-open-noscroll {overflow: hidden;}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-adress ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list {
    padding-left: 20px;
    margin-bottom: 11px;
}

.list li {
    list-style: disc;
    margin-bottom: 5px;
}

img {vertical-align: middle;}

.baloon-phone {
    color: #000;
    text-decoration: underline;
}

.btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #1A1A1A;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 20px;
}

.btn-gold {
    background: #F9DF4B;
}

.btn-outline-gold {
    background: #ffffff;
    border: 1px solid #F9DF4B;
    padding: 16px 35px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(64, 63, 63, 0.8);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(39, 38, 38, 0.5);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input::-webkit-input-placeholder {color: rgba(64, 63, 63, 0.8);}
input:-moz-placeholder {color: rgba(64, 63, 63, 0.8);}
input::-moz-placeholder {color: rgba(64, 63, 63, 0.8);}
input:-ms-input-placeholder {color: rgba(64, 63, 63, 0.8);}

.black-bg {
    background: #1A1A1A;
    color: #ffffff;
}

.black-bg a {color: #ffffff;}

a.header-contacts-button {
    color: #1A1A1A;
    text-decoration: none!important;
}

.fade:not(.show) {opacity: 0}
.fade {transition: opacity .15s linear;}
.collapse:not(.show) {display: none}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

/*
--------------------
Styles for Select
--------------------
*/
#question_form .selectbox {
    background: #fff;
    margin-bottom: 5px;
}

#question_form .form-control {
    margin-bottom: 5px;
}

.invalid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #dc3545;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
display: block;
}

.selectbox {
    width: 100%;
    color: rgba(64, 63, 63, 0.8);
    border: 1px solid rgba(39, 38, 38, 0.5);
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    display: flex;
}

.selectbox .text {padding: 15px 30px 15px 15px;}
.select {width: 100%;}

.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

section.remont-blk:nth-child(9) {
    display: none;
}

.selectbox .trigger .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 13px;
    width: 12px;
    height: 7px;
    background: url(../img/check2.svg) center no-repeat;
}

.selectbox .dropdown {
    top: 50px;
    left: 0;
    width: 100%;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
    border-radius: 2px;
    background: #ffffff;
}

.selectbox .dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.selectbox .dropdown ul li {padding: 15px 20px;}
.selectbox .dropdown ul li:not(:last-child) {border-bottom: 1px solid #EBF1FF;}
.selectbox .dropdown ul li:hover {background: #f9f9f9;}
.selectbox .dropdown ul li.sel {display: none;}


/*
--------------------
Style for Modal
--------------------
*/
.modal-open {overflow: hidden;}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {overflow-y: auto;}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {max-height: none;}
.modal-dialog-centered.modal-dialog-scrollable::before {content: none;}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {opacity: 0;} 
.modal-backdrop.show {opacity: .8;}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.modal-footer>* {margin: .25rem;}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}


/* checkbox */
.checks {
    width: 100%;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.checkbox {display: none;}

.checkbox-custom {
    position: relative;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #1A1A1A;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    background: url(../img/check.svg) center no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}

.label {
    margin-left: 13px;
    text-align: left;
    font-size: 10px;
}

.label a {
    color: #1A1A1A;
    text-decoration: underline;
}

.black-bg .label a {color: #ffffff;}

/*
--------------------
Styles for Header
--------------------
*/
header {
    position: fixed;
    top: 0;
    /* margin-top: 117px; */
    left: 0;
    width: 100%;
    z-index: 99;
}

header a {display: block;}
.header-block {padding: 10px 0;}

.slogan {
    max-width: 170px;
    font-weight: 600;
    font-size: 14px;
}

.adress {
    min-width: 250px;
    position: relative;
}

.adress p {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.adress .selectbox {
    background: rgb(249 223 74);
    margin-bottom: 0;
    color: #1A1A1A;
}

.adress .selectbox .text {padding: 12px 30px 11px 10px;}
.adress .selectbox .dropdown {top: 42px;}

.time-work p, .time-work ul li {
    font-size: 14px;
    margin: 0;
}

.mob-visible {
    display: none;
}

header .btn.mob-hide.open-phones {
    display: none;
}

header.out .btn.mob-hide.open-phones {
    display: block;
}


.time-work {max-width: 120px;}
.contact {text-align: right;}
.contact .btn {color: #1A1A1A;}

.contact .tel {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.search {
    background: rgba(255, 255, 255, 0.9);
    width: 180px;
}

.search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input {
    color: rgba(64, 63, 63, 0.85);
    font-size: 12px;
    border: none;
    background: transparent;
    height: 40px;
}

.search button {
    background: url(../img/search.svg) center no-repeat;
    min-width: 34px;
    height: 20px;
    padding: 0;
}

.social ul {
    justify-content: flex-end;
    margin-bottom: 5px;
}

.social ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.social ul li:not(:first-child) {margin-left: 2px;}


/*
--------------------
Styles for Nav
--------------------
*/
nav .nav {
    padding: 20px 0;
    border-top: 0.5px solid #FFFFFF;
}

nav li.active a {
    font-weight: bold;
    color: #f9df4a;
}

.mobile-nav {display: none;}

.mobile-nav svg {
    width: 80px;
    cursor: pointer;
}
  
.mobile-nav svg path {
    stroke-width: 22;
    stroke-linecap: round;
    stroke: #fff;
    fill: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
  
.top_bar, .bottom_bar{stroke-dasharray: 240px 910px;}
.middle_bar{stroke-dasharray: 240px 240px;}

.mobile-nav.active .top_bar,
.mobile-nav.active .bottom_bar{stroke-dashoffset: -650px;}

.mobile-nav.active .middle_bar{
    stroke-dasharray: 0px 220px;
    stroke-dashoffset: -120px;
}

/*
-------------------------
Styles for Header fixed
-------------------------
*/
header.fixed {padding-top: 0px;}
header.fixed nav {display: none;}
header.fixed nav.active {display: block;}

header.fixed .mobile-nav {
    display: block;
    width: 80px;
    margin: 0 -20px;
}

header.fixed .contact {
    padding-right: 70px;
    position: relative;
}

/*header.fixed .contact .btn {
    background: #F9DF4B url(../img/contact-icon1.svg) center no-repeat;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
*/
header.fixed .contact .tel {
    margin: 0 0 5px;
    font-size: 18px;
}

header.fixed .search {
    width: 40px;
    height: 40px;
    position: relative;
}

header.fixed .search span {
    display: block;
    background: url(../img/search.svg) center no-repeat;
    width: 40px;
    height: 40px;
}

header.fixed .search.open span {display: none;}

header.fixed .search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -1px;
    right: 0;
    width: 0;
    background: #ffffff;
    height: 42px;
    z-index: -1;
    transition: all linear 0.2s;
}

header.fixed .search.open form {
    opacity: 1;
    width: 350px;
    z-index: 100;
}

/*
--------------------
Styles for Offer
--------------------
*/
.offer {
    background: url(../img/offer.jpg) top center / cover no-repeat;
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: center;
}

.offer:before {
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.offer .container {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.offer p {max-width: 90%;}

.offer p a {
    color: #F9DF4B;
    
}

.offer-form {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 34px 40px;
    text-align: center;
    color: #1A1A1A;
}

.offer-form .form-control {background: none;}

.offer-form .form-group {
    margin-bottom: 10px;
}

.offer-form button {
    width: 100%;
    height: 50px;
}

.offer-form h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 20px;
}

.offer .row > div:last-child {padding: 0;}

.offer-info {padding: 38px 0;}

.offer-blk {
    display: flex;
    align-items: center;
}

.offer-blk p {
    margin-bottom: 0;
    font-weight: 600;
}

.offer-blk p span {display: block;}

.offer-blk span.ofr {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}

.offer-blk span.ofr img {max-width: 100%;}

/*
--------------------
Styles for Services
--------------------
*/
.service-blk {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 0;
    box-shadow: 1px 3px 10px rgba(26, 26, 26, 0.1);
    color: #1A1A1A;
    font-weight: 600;
    font-size: 15px;
}

.service-blk img {max-width: 100px;}

/*
-----------------------
Styles for Anticrisis
-----------------------
*/
.anticrisis-blk {background: url(../img/anti-crisis.jpg) center / cover no-repeat;}

.anticrisis-blk:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-linear-gradient(102.77deg, #000000 0%, rgba(0, 0, 0, 0) 55.78%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background: linear-gradient(102.77deg, #000000 0%, rgba(0, 0, 0, 0) 55.78%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    left: 0;
}

.sticky {
    position: relative;
}

.contact-preview {
    position: sticky!important;
    top: 150px;
}

.yellow {
    position: relative;
}

.yellow:before {
    content: "";
    background: #F9DF4B;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -8px;
    left: -8px;
}

.anticrisis-info {
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 70px 100px;
    max-width: 70%;
}

.anticrisis-info h3 {
    text-transform: uppercase;
    max-width: 70%;
}

.anticrisis-info p {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 250px;
}

.anticrisis-info span {
    font-weight: 700;
    font-size: 36px;
    display: block;
}


/*
-----------------------
Styles for Choise-auto
-----------------------
*/
.more {
    text-align: center;
    margin: 30px 0;
}

#pdopage .btn-more {
    width: auto;
}

.choise-auto-blk {
    position: relative;
    height: 100%;
}

.choise-auto-blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choise-auto-blk a:last-child {
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(64, 63, 63, 0.85);
    padding: 9px 12px;
    width: 100%;
    color: #ffffff;
}

/*
----------------------
Styles for Carservice
----------------------
*/
.carservice-img {
    width: 46%;
}

.carservice-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.station_info_section .carservice-info {
    width: 30%;
}

.station_info p a {
    background: #F9DF4B;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #1A1A1A;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 10px 20px;
    text-decoration: none;
    margin-bottom: 15px;
}

.station_info p a:hover {
    border: 2px solid #F9DF4B;
    background: #fff;
}

.station_info_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.carservice-info {
    width: 50%;
    margin-left: 56px;
}


/*
--------------------
Styles for Prices
--------------------
*/

.tab-block .tab-content .tab-pane {display: none;}
.tab-block .tab-content .tab-pane.active {display: block;}

.tab-block .flex {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tab-block .nav-item {margin-bottom: 20px;}
.tab-block .nav-item:not(:last-child) {margin-right: 20px;}

.tab-block .nav-link {
    color: rgba(64, 63, 63, 0.85);
    background: rgba(26, 26, 26, 0.02);
    border: 1px solid #F9DF4B;
    padding: 14px 30px;
    display: block;
}

.tab-block .nav-link.active {
    background: #F9DF4B;
    font-weight: bold;
}

.tab-block .nav-link.active:hover {text-decoration: none;}


/*
--------------------
Styles for Tables
--------------------
*/
.table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
    background: rgba(26, 26, 26, 0.02);
    color: rgba(64, 63, 63, 0.85);
}

.table a {
    color: rgba(64, 63, 63, 0.85);
}

.table tr {border-bottom: 1px solid rgba(26, 26, 26, 0.2);}

.table tbody td, .table thead th {
    padding: 13px 30px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.table thead {background: rgba(26, 26, 26, 0.04);}
.table thead th {color: #1A1A1A;}
.table thead th:first-child {text-align: left;}

.table tbody td:first-child {
    text-align: left;
    font-weight: normal;
}

.table-price thead {background: rgba(26, 26, 26, 0.02);}
.table-price thead th:nth-child(2) {background: rgba(26, 26, 26, 0.06);}
.table-price thead th:nth-child(3) {background: rgba(26, 26, 26, 0.1);}

.table-price tbody td:nth-child(2) {background: rgba(26, 26, 26, 0.04);}
.table-price tbody td:nth-child(3) {background: rgba(26, 26, 26, 0.08);}

.scroll::-webkit-scrollbar {background: rgba(26, 26, 26, 0.08); height: 3px;}
.scroll::-webkit-scrollbar-thumb {background: #F9DF4B;}
.reglament .scroll {margin-bottom: 40px;}
.reglament table th {padding: 10px 20px;}

.reglament table td a {
    color: rgba(64, 63, 63, 0.85);
    font-size: 14px;
    display: block;
    padding: 10px 0;
}

.reglament table td a span {display: block;}

.reglament table tbody td {
    padding: 20px;
    font-weight: normal;
}


/*
--------------------
Styles for Step
--------------------
*/
.step-blk {
    display: flex;
    align-items: center;
    max-width: 28%;
}

.step-blk img {
    margin-right: 15px;
    max-width: 100%;
}

.step-blk p {margin-bottom: 0;}
.step-blk p span {display: block;}


/*
----------------------
Styles for Techcenter
----------------------
*/
.center-blk {
    position: relative;
    height: 100%;
}

.center-blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-blk span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #FFFFFF;
    background: rgba(26, 26, 26, 0.9);
    padding: 15px;
}



/*
--------------------
Styles for Team
--------------------
*/
.team-blk {position: relative;}

.team-blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 10px;
    background: rgba(26, 26, 26, 0.9);
    color: #ffffff;
}

.team-info p {margin-bottom: 4px;}

/*
--------------------
Styles for Slider
--------------------
*/
.swiper {
    padding: 0 40px;
    margin: 0 -40px;
}

.swiper-slide {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.swiper-slide.swiper-slide-visible {opacity: 1}

.swiper-arrow {
    width: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.swiper-button-next:after, .swiper-button-prev:after {content: none;}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    width: 16px;
    height: 34px;
    margin: 0;
}

.swiper-button-prev {background: url(../img/arrow-left.svg) center no-repeat; left: 0;}
.swiper-button-next {background: url(../img/arrow-right.svg) center no-repeat; right: 0;}
.swiper-pagination {display: none;}

/*
--------------------
Styles for Benefits
--------------------
*/
.benefit-blk {
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(26, 26, 26, 0.1);
    height: 100%;
    padding: 48px 35px;
    position: relative;
    display: block;
    z-index: 2;
}

.benefit-blk:before {
    content: "";
    border: 1px solid #F9DF4B;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

span.btf {
    background: rgba(249, 223, 75, 0.1);
    border: 1px solid #FFFFFF;
    box-shadow: inset 0px 2px 2px rgb(26 26 26 / 10%);
    width: 95px;
    height: 95px;
    line-height: 95px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
}

span.btf img {max-width: 100%;}

.benefit-title {
    display: block;
    margin: 16px 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
}

.benefit-blk p {
    color: rgba(64, 63, 63, 0.85);
    font-size: 14px;
}

.diagnostics .benefit-blk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 48px 46px;
}

.diagnostics span.btf {margin: 0;}

.diagnostics .benefit-info p {
    font-size: 18px;
    margin-left: 25px;
    font-weight: 600;
}

.diagnostic-blk-info {
    height: 320px;
    overflow: hidden;
}

.active .diagnostic-blk-info {height: auto;}

.diagnostic-blk {margin-bottom: 100px;}
.diagnostic-blk img {max-width: 100%;}
.diagnostic-blk .row {margin-top: 40px;}
.diagn-text p {padding: 15px 0; margin-bottom: 0;}

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

ul.column li {
    width: 48%;
    margin-bottom: 10px;
}

.diagnostic-blk:last-child {margin-bottom: 0;}
.diagnostics span.btf {min-width: 95px;}

.row > div.diagn-text {
    margin-bottom: 0;
}



/*
--------------------
Styles for Sale
--------------------
*/
.mobslider .swiper-slide {
    height: auto;
    margin-bottom: 20px;
}

.sale-blk {
    background: #FFFFFF;
    box-shadow: 1px 3px 10px rgb(26 26 26 / 10%);
    height: 100%;
}

.sale-foto {
    position: relative;
    display: block;
}

.sale-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale-foto:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.sale-foto span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 9px 12px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    background: #F9DF4B;
}

.sale-info {padding: 25px 20px;}
.sale-info a {color: #1A1A1A;}

.sale-info span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    max-width: 78%;
}

.sale-info p {margin: 0;}


/*
--------------------
Styles for Form
--------------------
*/
.form-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-left p {
    font-weight: 500;
    margin-bottom: 0;
}

.question__man-img {
    max-width: 100%;
}

.questions__section a.btn {
    color: #000;
    padding: 10px 20px;
}

.form form button {
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-weight: bold;
}

.black-bg .checkbox-custom {border-color: #ffffff;}
.black-bg .checkbox:checked + .checkbox-custom::before {filter: invert(1);}

.form .row > div {margin-bottom: 0;}
.form .checks {margin-bottom: 0;}
.form.black-bg {margin-bottom: -1px;}

/*
--------------------
Styles for Tire
--------------------
*/
.tire .container {
    background: url(../img/tire-bg.png) right top no-repeat;
}

.tire-block button, .btn-check {
    background: url(../img/check3.svg) no-repeat;
    width: 50px;
    height: 19px;
    display: block;
    margin: 30px auto 0;
}

.tire-block button.active, .btn-check.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.tire-block:not(:last-child) {margin-bottom: 40px;}

.tire-block span {
    display: block;
    font-weight: 600;
    color: #1A1A1A;
}

.tire-block .flex {margin-top: 30px;}

.metro {
    margin: 30px 0 50px;
    height: 100px;
    overflow: hidden;
}

.tire-block.active .metro {height: auto;}

.tire-block ul {
    -webkit-column-count:4;  
    -moz-column-count:4;  
    column-count:4;
    overflow: hidden;
    width: 100%;
}

.tire-block ul li {
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    width: 100%;
    margin-bottom: 15px;
}



/*
--------------------
Styles for Reviews
--------------------
*/
.reviewsSwiper {
    padding: 0 72px;
    margin: 0 auto;
    max-width: 860px;
}

.review-blk {
    background: #ffffff;
    padding: 88px 50px 64px 57px;
    position: relative;
    color: rgba(64, 63, 63, 0.85);
    margin-top: 60px;
    /*margin-left: 25px;*/
}

.review-blk img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    position: absolute;
    left: -24px;
    top: -58px;
}

.review-blk p {
    line-height: 1.7;
    margin-bottom: 0;
}

.review-blk:before {
    content: "";
    background: #F9DF4B;
    height: 54px;
    width: 60%;
    position: absolute;
    top: -27px;
    left: 0;
}

.reviewsSwiper .swiper-arrow {top: 60%;}
.reviewsSwiper .swiper-pagination {display: none;}


/*
--------------------
Styles for TO
--------------------
*/
.to-block {
    background: #FFFFFF;
    box-shadow: 1px 2px 10px rgba(26, 26, 26, 0.1);
    padding: 30px 0;
}

.to-info ul li {
    width: 25%;
    margin: 10px 0;
}

.to-info ul li a {
    font-weight: 700;
    color: rgba(64, 63, 63, 0.85);
}

/*
--------------------
Styles for Question
--------------------
*/
.question-block {
    background: rgba(26, 26, 26, 0.02);
}

.accordion {border-top: 1px solid rgba(26, 26, 26, 0.2);}

.question {
    padding: 13px 30px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
    color: rgba(64, 63, 63, 0.85);
}

.question span {
    cursor: pointer;
    position: relative;
    padding-right: 70px;
    display: block;
    font-size: 18px;
}

.answer {
    padding: 15px 70px 0 0;
}

.answer p {
    margin-bottom: 0;
}

.question span:after {
    content: "-";
    font-size: 40px;
    display: block;
    position: absolute;
    text-align: center;
    color: rgba(64, 63, 63, 0.85);
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.question span.collapsed:after {
    content: "+";
    font-size: 30px;
}


/*
--------------------
Styles for Contacts
--------------------
*/
.contacts .row > div {margin-bottom: 0;}
.contact-blk {margin-bottom: 25px;}

.contact-preview img {max-width: 100%;}

.contact-info-block {
    padding: 0;
    margin: 0 auto;
}

.contact-blk span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.contact-blk a {
    color: #4e4e4e;
    font-size: 18px;
}

a.contact_address,
.contact_address {
    font-weight: bold;
    color: #1A1A1A;
    font-size: 18px;
}



.contact-adress .contact-inner-wrap {
    background: url(../img/contact-icon2.svg) 10px 10px no-repeat;
    padding-left: 45px;
}

.contact-blk ul {
    margin: 0 -10px;
}

.contact-blk ul li  {
    width: 25%;
    padding: 0 10px;
}

.contact-blk ul li .contact-inner-wrap {
    margin-bottom: 10px;
     -webkit-box-shadow: 6px 0 18px 0 rgba(0,0,0,.0);
    box-shadow: 6px 0 18px 0 rgba(0,0,0,.0);
    padding: 10px 10px 10px 40px;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.contact-blk ul .contact-inner-wrap:hover {
     -webkit-box-shadow: 6px 0 18px 0 rgba(0,0,0,.2);
    box-shadow: 6px 0 18px 0 rgba(0,0,0,.2);;
}

.contact-tel a:before, .contact-mail a:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.contact-tel a:before {background: url(../img/contact-icon1.svg) left center no-repeat;}
.contact-mail a {background: url(../img/contact-icon3.svg) left center no-repeat;}

.contact-social .flex {
    justify-content: flex-start;
}

.contact-social a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 4px;
}

/*
--------------------
Styles for Map
--------------------
*/
.map {padding-bottom: 0;}
#map {
    height: 600px;
}
.map .tab-content {margin-top: 40px;}

.map iframe {
    width: 100%;
    height: 410px;
    border: none;
}

/*
------------------------
Styles for Sertificates
------------------------
*/
.sertificates .swiper-slide img {max-width: 100%;}

.page-about .form {margin-bottom: -1px;}


/*
------------------
Styles for Video
------------------
*/
.video {
    position: relative;
    width: 100%;
    height: 340px;
}

.video:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video.player:after {content: none;}

.video iframe {
    width: 100%;
    height: 340px;
}

.btn-play {
    border: 1px solid #ffffff;
    width: 89px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    background: url(../img/play.svg) center no-repeat;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}


/*
---------------------
Styles for Programm
---------------------
*/
.program ul {
    flex-wrap: wrap;
    padding-left: 20px;
}

.program ul li {
    width: 50%;
    list-style: disc;
    padding-right: 20px;
    margin-bottom: 10px;
}

.equipment-blk {position: relative;}
.equipment-blk img {width: 100%;}

.equipment-blk span {
    background: rgba(64, 63, 63, 0.85);
    display: block;
    color: #ffffff;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*
---------------------
Styles for Partners
---------------------
*/
.partners .swiper-slide img {max-width: 100%;}
.partners .swiper-wrapper {align-items: center;}

/*
------------------
Styles for Calc
------------------
*/
.calc .selectbox {
    background: rgba(26, 26, 26, 0.02);
    border: none;
}

.calc .selectbox .text {padding: 16px 30px 17px 15px;}
.calc .selectbox .dropdown ul {height: 335px;}

/*
------------------
Styles for Modal
------------------
*/
.modal-header {
	border: none;
	padding: 13px 13px 10px;
}

.modal-header .close {
    width: 23px;
    height: 23px;
    background: url(../img/close.svg) center no-repeat;
    display: inline-block;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: none;
    filter: invert(1);
    background-size: contain;
    cursor: pointer;
}

.modal-body {padding: 0 35px 50px;}

.modal-body h4 {
	text-align: center;
	margin-bottom: 8px;
}

.modal-body p {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 30px auto
}

.modal-body button {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: auto;
    display: block;
    padding: 15px 52px;
    margin-top: 2rem;
}

.modal-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
}

.modal-numbers > div {
    min-width: 45%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.modal-numbers a {
    color: #000
}

.modal-numbers .header-adress-link {
    font-size: 1.2em
}

.modal-numbers .header-adress-span {
    color: #000;
}

.modal-body .form-group {
    margin-bottom: 10px;
}
.sent-block {padding: 0 25px;}

/*
----------------------
Styles for Breadcrumb
----------------------
*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {padding-left: .5rem}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item a {color: #333333;}
.breadcrumb-item.active {color: #6c757d}


/*
--------------------
Styles for Footer
--------------------
*/
footer {padding: 55px 0 30px;}

.footer-nav span {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-nav ul li {margin-bottom: 10px;}
.footer-info .flex {justify-content: flex-start;}
.footer-info .logo {margin-right: 20px;}
.footer-info .social {margin-top: 15px;}

.footer-info .social ul li a {
    display: block;
    margin-right: 2px;
}

.footer-info .social ul li:first-child a {
    width: auto;
    margin-right: 10px;
}

.footer-info .time-work {
    font-weight: 600;
    margin-bottom: 18px;
    max-width: none;
}

.footer-info .btn {
    color: #1A1A1A;
    margin-bottom: 20px;
}

.footer-contact a, .footer-contact span {display: block;}
.footer-contact a {margin-bottom: 12px;}
.footer-contact span {font-size: 14px;}

.footer-contact a:before, .footer-contact span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    filter: invert(1);
}

.f-tel:before {background: url(../img/contact-icon1.svg) center / contain no-repeat;}
.f-mail:before {background: url(../img/contact-icon3.svg) center / contain no-repeat;}
.f-adr:before {background: url(../img/contact-icon2.svg) center / contain no-repeat;}

.footer-bottom {
    margin-top: 30px;
    font-size: 12px;
}

.interesting ul {
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 60px;
    overflow: hidden;
    justify-content: flex-start;
}

.interesting ul li {
    width: 16.6666%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}

.interesting ul li  a {
    color: rgba(64, 63, 63, 0.85);
    background: rgba(26, 26, 26, 0.02);
    border: 1px solid #F9DF4B;
    padding: 10px;
    font-weight: 600;
    display: block;
}

.interes-blk.active ul {height: auto;}
.interes-blk button {margin-top: 20px;}

/*
--------------------
Styles for Tech
--------------------
*/
.tech-row {
    height: 385px;
    overflow: hidden;
}

.tech > .active .tech-row {height: auto;}
.tech button {margin-top: 30px;}
.tech img {max-width: 100%;}


.list-column {
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;
    overflow: hidden;
}

.list-column li {
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
    width: 100%;
    margin-bottom: 10px;
}

.list-column li span {font-weight: bold;}

.breakdowns {
    background: rgba(0,0,0,0.85);
    position: relative;
}

.breakdowns:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/breakdowns.jpg) center / cover no-repeat;
    z-index: -1;
}

.remont-foto-blk {margin-top: 30px; margin-bottom: 30px;}
.remont-foto-blk img {width: 100%;}

.remont-blk ul.list {
    display: flex;
    justify-content: space-between;
}

.logo img {
    max-width: 73px;
}

.station-wripper{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.station-item{
    display: flex;
    width: calc(50% - 5px);
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    min-height: 180px;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
    gap: 15px;
}
.station-right{
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.station-adress{
    font-size: 14px !important;
    font-weight: normal !important;
    margin-top: 10px;
    color: #777;
}
.station_address_text{
    color: #000000;
}
.station_metro_1:before, .station_metro_2:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/assets/template/images/metro.png');
    background-size: contain;
    margin-left: -23px;
    margin-top: -3px;
}
.station_metro_1, .station_metro_2{
    margin-left: 23px;
    margin-bottom: 0px;
}
.station_metro_1 span, .station_metro_2 span{
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    color: #777;
}
.station-phone{
    font-size: 16px !important;
}
.now_open, .now_close {
    font-size: 14px !important;
    text-align: right;
    margin-top: 10px;
}
.now_open{
    color: #28a745 !important;
    font-weight: normal !important;
}
.now_close{
    color: #f20b4c !important;
    font-weight: normal !important;
}
.station-title::after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 150px;
    border-bottom: 1px solid #eee;
    margin-top: 5px;
    margin-bottom: 5px;
}
.station-phone{
    text-align: right;
    font-weight: bold;
}
.station-img{
    width: 150px;
    height: 140px;
}
.station-inner-img{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.station-desk{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.station-work{
    text-align: right;
    font-size: 12px;
    color: #888;
}
@media (max-width: 1200px) {
    .station-item {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .station-img {
        width: 100px;
        height: 85px;
    }
}
@media (max-width: 560px) {
    .station-img {
        width: 200px;
        height: 150px;
    }
    .station-item {
        flex-direction: column;
    }
    .station-phone{
        text-align: left;
    }
}
/*
--------------------
Styles for Adaptive
--------------------
*/


@media (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {transition: none;}
}

@media (min-width: 1200px) {
.container {max-width: 1180px; padding: 0 10px;}
}

@media (min-width: 1200px) and (max-width: 1250px) {
.swiper {margin: 0 auto; padding: 0;}
.mobslider {padding: 0 5px;}
}

@media (max-width: 1199px) {
    .header-adress-span {
        font-size: 12px;
        min-height: 24px
    }
    
    .contact-blk ul li {
        width: 33.3333%;
    }
    
    .header-adress-text-block {
        padding: 0 5px;
        width: 16.6666%
    }
    
    .header-adress-title {
        font-size: 12px;
    }
    header a.header-adress-link {
        font-size: 15px;
    }
body {font-size: 14px;}
body.lock {overflow: hidden;}
body.lock:after, header.active:before {content: ""; background: #00000054; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}
h1 {font-size: 48px;}
h2 {font-size: 40px;}
header {padding-top: 10px;}
header.fixed nav, header.fixed nav.active {display: block;}
header.active .header-block {padding-left: 40px;}
header nav {position: fixed; overflow: auto; z-index: 100; height: 100%; width: 350px; background: #1A1A1A; top: 0; left: -350px; padding: 70px 20px 20px; transition: all linear 0.2s;}
header nav.active {left: 0;}
header .mobile-nav {display: block; width: 80px; margin: 0 -20px; z-index: 101;}
.mobile-nav.active {position: fixed; top: 10px; left: 290px;}
header .contact {padding-right: 70px; position: relative;}
/*header .contact .btn {background: #F9DF4B url(../img/contact-icon1.svg) center no-repeat; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 0; position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}*/
header .contact .tel {margin: 0 0 5px; font-size: 18px;}
header .search {width: 40px; height: 40px; position: relative;}
header .search span {display: block; background: url(../img/search.svg) center no-repeat; width: 40px; height: 40px;}
header .search.open span {display: none;}
header .search form {display: flex; align-items: center; justify-content: space-between; position: absolute; top: -1px; right: 0; width: 0; background: #ffffff; height: 42px; z-index: -1; transition: all linear 0.2s;}
header .search.open form {opacity: 1; width: 350px; z-index: 100;}
nav .nav {flex-direction: column; align-items: flex-start; margin-top: 20px;}
nav .nav li {margin-bottom: 10px;}
nav .nav li a {font-size: 16px;}
header .slogan {display: none;}
header.active .slogan {display: block; position: fixed; top: 30px; left: 20px; z-index: 101;}
.service-blk img {max-width: 90px;}
.service-blk {font-size: 14px;}
.anticrisis-info {max-width: 90%;}
.carservice-info {width: 70%; margin-left: 30px;}
.carservice .flex, .contacts .flex {align-items: stretch;}
.offer {min-height: 0; padding: 50px 0;}
.step-blk, .benefit-blk p, .sale-info p {font-size: 12px;}
.benefit-blk p {margin-bottom: 0;}
.swiper {margin: 0 auto; padding: 0 0 30px;}
.swiper-arrow {display: none;}
.swiper-pagination {display: block; bottom: 0 !important;}
.swiper-pagination-bullet {width: 10px; height: 10px;}
.swiper-pagination-bullet-active {background: #F9DF4B;}
.sale-info span {max-width: 100%;}
.tire .container {background-size: 45%;}
.contacts .yellow {height: 100%;}
.contact-preview img {width: 100%; height: 100%; object-fit: cover;}
.map iframe {height: 300px;}
.map .tab-content {margin-top: 10px;}
.reviewsSwiper {max-width: 80%; padding: 0 72px;}
.reviewsSwiper .swiper-arrow {display: flex;}
.metro {height: 95px;}
.footer-info .logo {margin-right: 10px;}
footer .slogan {font-size: 11px;}
.mobslider {padding: 0 5px;}
.video, .video iframe {height: 100%;}
.reglament table tbody td {padding: 10px;}
.reglament table td a, .reglament table th {font-size: 12px;}
.tech-row {height: 285px;}
.interesting ul li a {font-size: 12px;}
.interesting ul {height: 45px;}
.diagnostic-blk-info {height: 290px;}
.diagnostic-blk .equipment-blk span {font-size: 13px;}
.diagnostic-blk {margin-bottom: 50px;}
.equipment .choise-auto-blk span {font-size: 13px;}
}

@media (max-width: 991px) {
section.black-bg {margin-top: 50px; padding-bottom: 50px;}
section {padding-bottom: 0;}
header .time-work {display: none;}
header.active .time-work {display: block; position: fixed; z-index: 101; top: 75px; left: 20px; max-width: 100%;}
header.active .time-work ul {display: flex;}
header.active .time-work ul li:last-child {margin-left: 5px;}
header .contact .tel, header.fixed .contact .tel {font-size: 16px;}
header nav {padding-top: 120px;}
h1 {font-size: 40px;}
h2 {font-size: 36px; text-align: center;}
h3 {font-size: 30px;}
.form-control, .offer-form button, .form form button {height: 42px;}
.selectbox .text {padding: 13px 30px 12px 15px;}
.offer-blk span.ofr {width: 40px; height: 40px; line-height: 40px; margin-right: 20px;}
.anticrisis-info {max-width: 100%; padding: 30px 30px 50px;}
.step {padding-bottom: 20px;}
.step .flex {flex-wrap: wrap;}
.step-blk {width: 50%; max-width: none; margin-bottom: 30px;}
.tab-block .nav-link {padding: 10px;}
.team-info {font-size: 12px;}
.benefit-blk {padding: 48px 40px; text-align: center;}
.tire h2 {text-align: left;}
.reviewsSwiper {max-width: 100%;}
.review-blk {padding: 80px 40px 30px 40px;}
.review-blk:before {height: 40px; top: -20px;}
.question span {font-size: 16px;}
.footer-info {display: flex; align-items: flex-start; justify-content: space-between;}
.footer-info .flex {flex-direction: column;}
footer .slogan {font-size: 12px; margin-top: 10px; max-width: 150px; text-align: center;}
footer .social {display: none;}
footer .time-work ul {display: flex;}
footer .time-work ul li:last-child {margin-left: 5px;}
.footer-info .btn {margin-bottom: 0;}
div.footer-info {border-bottom: 1px solid rgb(255 255 255 / 50%); padding-bottom: 20px;}
.metro {margin-bottom: 30px;}
.center-blk img {height: 250px;}
.mobslider {padding-bottom: 20px;}
.mobslider .swiper-slide {max-width: 255px;}
.reglament table td a, .reglament table th {font-size: 8px;}
.equipment-blk span {font-size: 11px;}
.tech-row {height: 210px;}
.form.mt0 {margin-top: 0;}
.interesting ul li {width: 25%;}
.diagnostics .benefit-info p {font-size: 14px; margin-left: 15px;}
.diagnostics span.btf {min-width: 70px; width: 70px; height: 70px; line-height: 70px;}
.diagnostics span.btf img {height: 40px;}
.diagnostic-blk-info {height: 390px;}
.table-price thead th:nth-child(2) {width: 25%;}
.table-price thead th:nth-child(3) {width: 25%;}
.remont-blk ul.list {flex-wrap: wrap; justify-content: flex-start;}
.remont-blk ul.list li {margin-right: 40px;}
}

@media (min-width: 768px) {
    .text-md-right {
        text-align:right;
    }
}

@media (max-width: 767px) {
    .contact-blk ul li {
        width: 50%;
    }
    body .offer-button {
        display: block;
    }
    .offer .offer-form {
        display: none;
    }
header .search {display: none;}
header .contact, header.fixed .contact {
        padding-right: 0px;
    }
/*header .contact .btn, header.fixed .contact .btn {width: 40px; height: 40px; line-height: 40px; background-size: 20px;}*/
header .contact .tel, header.fixed .contact .tel {margin-bottom: 0;}
header .slogan {display: block; font-size: 10px; max-width: 115px; margin-right: auto;}
header.active .slogan {display: none;}
header .adress {display: none;}
header .adress p {position: relative;}
header.active .adress {display: block; position: fixed; top: 0; left: 0; z-index: 102; width: 300px; background: #1A1A1A; padding: 15px 20px 0;}
header .logo {margin-right: 10px;}
header .mobile-nav, header.fixed .mobile-nav {margin-right: 0; height: 60px;}
h1 {font-size: 26px;}
h2 {font-size: 26px; text-align: center; margin-bottom: 30px;}
h3, .offer-form h3, .text-style-h4, h4 {font-size: 20px;}
.offer-form {padding: 20px;}
.form-control, .offer-form button, .form form button {height: 40px;}
.selectbox .text {padding: 12px 30px 11px 15px;}
.input-group input,
.form-group input, 
.selectbox {font-size: 12px;}
header.active .time-work {top: 90px; width: 310px; left: 0; background: #1A1A1A; padding: 0 20px;}
header nav {padding-top: 120px;}
nav .nav {padding: 20px 0 0;}
.offer-info {padding-bottom: 18px;}
.offer-info .flex {flex-wrap: wrap;}
.offer-blk {width: 50%; margin-bottom: 20px;}
.offer-blk p span {display: inline;}
.anticrisis-info {padding: 20px 30px 40px;}
.anticrisis-info p {font-size: 14px; max-width: 45%;}
.anticrisis-info span {font-size: 20px;}
.more {margin-bottom: 0;}
.carservice .flex, .contacts .flex {flex-wrap: wrap;}
.carservice .flex > div, .contacts .flex > div {width: 100%;}
.carservice .flex > div:first-child, .contacts .flex div:first-child {order: 2; margin-top: 30px;}
    #map2 {
        width: 100%;
    }
.carservice-info {margin-left: 0;}
.tab-block .nav-item:not(:last-child) {margin-right: 10px;}
.tab-block .nav-item {margin-bottom: 10px;}
.table tbody td, .table thead th {padding: 10px 15px; font-size: 12px;}
header, .header-block, header.fixed {padding-top: 0;}
.step .flex {margin: 0 -10px;}
.step-blk {padding: 0 10px; margin-bottom: 20px;}
.step-blk img {max-height: 30px; min-width: 40px; width: 40px;}
.step-blk p {font-size: 11px;}
.tab-content {margin-top: 10px;}
.tabs .nav {flex-direction: column; position: relative;}
.tabs .nav:after {content: ""; background: url(../img/check2.svg) right center no-repeat; width: 14px; height: 8px; position: absolute; top: 14px; right: 10px;}
.tabs .nav-item {display: none; margin-right: 0; width: 100%; text-align: center;}
.tabs .nav-item.active {display: block; margin-right: 0;}
.tabs .nav.active .nav-item {display: block;}
.tabs .nav.active:after {content: none;}
.center-blk span {font-size: 11px; padding: 15px 10px;}
.btn {font-size: 12px;}
.btn-outline-gold {padding: 12px 25px;}
.teamSwiper .swiper-slide, .sertificates .swiper-slide {max-width: 215px;}
.center-blk img {height: 200px; min-height: auto;}
.sale-info span {font-size: 16px;}
.mobslider .swiper-slide {max-width: 235px;}
.tire-block span {max-width: 60%;}
.tire-block ul {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
div.footer-info {border-bottom: none;}
.footer-bottom {flex-direction: column;}
.footer-info .logo {margin-right: 0;}
footer .slogan {font-size: 10px;  max-width: 85px;}
.time-work p, .time-work ul li {font-size: 11px;}
.footer-contact span {font-size: 12px;}
.footer-nav ul li {line-height: 1; font-size: 10px;}
.tab-block .nav-link {font-size: 12px;}
.sale-foto img {height: 150px;}
.reviewsSwiper {padding: 0 30px;}
.contact-blk span {font-size: 14px;}
.contact-preview {display: none;}
.contact-blk.contact-social {margin-bottom: 0;}
.video, .video iframe {height: 300px;}
.partners .swiper-slide {max-width: 180px;}
.reglament table th {padding: 10px; font-size: 10px;}
.reglament table tbody td {padding: 0 3px;}
.calc .selectbox {font-size: 9px;}
.map iframe {height: 200px;}
.interesting ul li {width: 33%;}
.diagnostics .benefit-blk {padding: 30px 20px;}
.diagnostics .benefit-info p {font-size: 12px; margin-left: 5px;}
.diagnostic-blk-info {height: 375px;}
ul.column li {width: 100%;}
.list-column {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
}

@media (min-width: 576px) {
.modal-dialog {max-width:500px; margin: 1.75rem auto;}
.modal-dialog-centered {min-height: calc(100% - 3.5rem);}
.modal-dialog-centered::before {height: calc(100vh - 3.5rem);}
}

@media (max-width: 575px) {
    
div.diagn-text {margin-bottom: 30px;}
div.diagn-text:last-child {margin-bottom: 0px;}
header .slogan {display: none;}
header.active .slogan {display: block; position: fixed; z-index: 101; top: 10px; left: 20px; font-size: 14px; max-width: none;}
header.active .adress {padding: 0 20px; top: 40px;}
.offer-form {margin-top: 20px;}
.container {padding: 0 15px;}
.offer .row > div:last-child {padding: 0 10px;}
header nav {left: -100%; padding-top: 145px; width: 100%;}
.mobile-nav.active {left: auto; top: 0; right: 0;}
header.active .time-work {top: 115px;}
.offer-blk, .step-blk {width: 100%;}
.service-blk {font-size: 12px;}
.service-blk img {max-width: 40px;}
.anticrisis-info h3 {max-width: 100%;}
.anticrisis .flex {flex-wrap: wrap;}
.offer-info {padding: 20px 0;}
.anticrisis-info p {max-width: 100%; font-size: 12px; margin-bottom: 10px;}
.anticrisis-info h3 {font-size: 18px;}
.anticrisis-info span {font-size: 16px;}
header .mobile-nav, header.fixed .mobile-nav {margin: 0 -10px 0 -28px;}
.choise-auto-blk a:last-child {padding: 10px; font-size: 10px;}
.table tbody td, .table thead th {padding: 10px; font-size: 12px;}
.table {min-width: 480px; margin-bottom: 10px;}
.scroll {overflow-x: auto;}
.step-blk {font-size: 14px;}
.step-blk p span {display: inline;}
.benefit-blk {display: flex; align-items: center; padding: 35px 30px;}
span.btf {width: 50px; height: 50px; line-height: 50px; min-width: 50px; margin-right: 20px;}
span.btf img {max-width: 60%;}
.benefit-title {margin-top: 0;}
.form form {margin-top: 30px;}
.tire-block ul {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.footer-info {flex-direction: column;}
.footer-info .flex {flex-direction: row; width: 100%; justify-content: center;}
footer .slogan {max-width: 150px; font-size: 12px; text-align: left; margin-left: 20px; margin-top: 0;}
footer .social {display: block;}
.footer-contact {margin: 20px auto 0;}
.footer-bottom {text-align: center;}
.reviewsSwiper {padding: 0 0 30px;}
.reviewsSwiper .swiper-arrow {display: none;}
.reviewsSwiper .swiper-pagination {display: block;}
.reviewsSwiper .swiper-pagination-bullet {background: #ffffff;}
.reviewsSwiper .swiper-pagination-bullet-active {background: #F9DF4B;}
.question {padding: 15px;}
.question span {padding-right: 35px;}
.review-blk img {width: 80px; height: 80px; top: -40px;}
.review-blk {padding: 60px 20px 30px 20px;}
.review-blk p {line-height: 1.3; font-size: 12px;}
.contact-blk a {font-size: 14px; min-height: 30px; display: block;}
.contact-blk ul li {font-size: 12px;}
.footer-nav ul li {margin-bottom: 15px; font-size: 14px;}
div.footer-nav {margin-bottom: 10px; border-bottom: 1px solid rgb(255 255 255 / 10%);}
.footer-nav span {position: relative;}
.footer-nav span:after {content: ""; filter: invert(1); background: url(../img/check2.svg) right center no-repeat; width: 14px; height: 8px; position: absolute; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); right: 10px;}
footer {padding-top: 30px;}
.fblk {position: relative; display: flex; flex-direction: column; width: 100%; margin-top: 20px;}
.fblk a.btn {order: 1; width: 51%; margin: 0 auto;}
.fblk .social, .footer-info .time-work {order: 2; width: 50%; margin: 0 auto; text-align: center;}
.footer-info .social {margin: 10px auto 5px;}
.footer-nav ul {opacity: 0; height: 0; overflow: hidden;}
.footer-nav.active ul {opacity: 1; height: 100%;  transition: height .2s ease;}
.footer-nav.active span:after {transform: rotate(180deg);}
.video, .video iframe {height: 250px;}
.reglament table td a, .reglament table th {font-size: 10px; max-width: 100px;}
.reglament table {min-width: 700px;}
.calc .selectbox {margin-bottom: 0; font-size: 12px;}
.interesting ul li {width: 50%;}
.diagnostics .benefit-info p {margin-left: 20px;}
.equipment .choise-auto-blk span {font-size: 14px;}
.remont-blk ul.list {flex-direction: column;}
}

@media (max-width: 374px) {
h2 {font-size: 22px;}
.service-blk {font-size: 10px;}
.service-blk img {max-width: 45px;}
.tab-block .nav-link {font-size: 11px; padding: 10px 5px;}
.footer-bottom {font-size: 10px;}
.video, .video iframe {height: 200px;}
}

body .offer-button,
body header button.header-show-adress-button {
        display: block;
        max-width: 300px;
        margin: 0 auto;
        padding: 12px 30px;
        background-color: #F9DF4B;
        font-size: 15px;
        color: #111;
        border: none;
        font-weight: 400;
        text-decoration: none!important;
        text-transform: uppercase;
    }
body header button.header-show-adress-button {
    display: none;
}
body .offer-button {
        margin-left: 0;
        display: none;
}

@media(max-width: 960px) {
    a.header-contacts-button {
        display: none;
    }
    
    .mob-hide {
        display: none;
    }
    
    header.out .btn.mob-hide.open-phones {
        display: none;
    }
    
    .mob-visible {
        display: block;
    }
    
  .header-adress-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        /* padding: 10px 0; */
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
  .ha-container {
    text-align: center;
      padding-top: 10px;
      padding-bottom: 10px
  }
    
    header.fixed .header-adress-wrapper {
        /* padding: 0; */
    }
  body .offer-button,
  body header button.header-show-adress-button {
        display: block;
        max-width: 300px;
        padding: 12px 30px;
        background-color: #F9DF4B;
        font-size: 15px;
        color: #111;
        border: none;
        font-weight: 400;
        text-decoration: none!important;
        text-transform: uppercase;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.header-adress-text-block {
    border-bottom: none;
    width: 100%;
}
    .contact-blk ul li {
        padding: 0 5px;
    }
    
    .contact-blk ul {
        margin: 0 -5px;
    }
    
    .contact-blk a {
        font-size: 16px;
    }
    span.contact_address {
        font-size: 14px;
    }
    .contact-blk ul li  {
        width: 33.333%
    }
}

@media (max-width: 991px) {
.header-adress-text-block {
        padding: 0 10px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-adress-span {
        display: none;
    }
}

@media (max-width: 374px) {
.header-adress-text-block {width: 100%;}
}
.swiper-pagination_reviews{
    background: white;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    margin-top: -1px;
}