:root{
    --max-content-width: 1296px;
    --g24: 24px;
    --g32: 32px;
    --g8: 8px;
    --g16: 16px;
    --accent-color: #FFD12F;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: IR;
    src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
    font-family: IM;
    src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
    font-family: IB;
    src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
    font-family: ISB;
    src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
    font-family: OB;
    src: url(../fonts/Oswald-Bold.ttf);
}
body{
    width: 100%;
    margin: 0 auto;
    background: #161616;
    color: white;
    font-family: IR;
    overflow-x: hidden;
}
span{
    line-height: 30px;
}
h1{
    font-weight: normal;
}
h2{
    padding: 0;
    margin: 0;
}
main{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
}
header{
    position: relative;
    z-index: 20;
    width: 100%;
    background: #161616;
}
a{
    text-decoration: none;
    color: white;
}
button{
    border: none;
    cursor: pointer;
    background: none;
}
.fix-hidden{
	display: none;
}
.fix-transparent{
	opacity: 0;
}
.basic-flex-32{
    display: flex;
    align-items: center;
    gap: var(--g32);
}
.basic-flex-24{
    display: flex;
    align-items: center;
    gap: var(--g24);
}
.basic-flex-8{
    display: flex;
    align-items: center;
    gap: var(--g8);
}
.basic-flex-16{
    display: flex;
    align-items: center;
    gap: 16px;
}
.header{
    position: sticky;
    top: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.157);
}
.contacts-hat{
    padding: 8px 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-media{
    display: flex;
    align-items: center;
    gap: 16px;
}
.social-media-mobile{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 24px;
}
.header-nav{
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-container{
    font-family: OB;
    color: #FFD12F;
    font-size: 24px;
    display: flex;
    align-items: center;
}
.table-btn{
    position: relative;
    color: #FFD12F;
    z-index: 5;
    width: 97%;
    height: 70px;
    background: #161616;
    text-align: left;
    font-family: IR;
    font-size: 18px;
    box-shadow: 0px -40px 40px #161616;
    border-top: 1px solid #FFFFFF1A;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}
.table-btn svg{
    transition: 0.2s;
}
.active-arrow-down{
    transform: rotate(180deg);
}
.nav-item{
    padding: 5px 0px;
    font-family: IR;
    font-size: 16px;
    transition: 0.2s;
}
.nav-item:hover{
    color: var(--accent-color);
}
.elem-default{
    max-width: var(--max-content-width);
    margin: 0px auto;
}
.btn-default{
    background: var(--accent-color);
    border-radius: 150px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IB;
    padding: 10px 20px;
}
section{
    max-width: var(--max-content-width);
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    /* margin: 100px auto; */
    min-height: 200px;
    /* background: rgba(0, 0, 255, 0.177); */
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
    position: relative;
}
.form-section{
    margin-top: 0px;
}

.banner-section{
    position: relative;
    display: flex;
    align-items: start;
    margin: 0 auto;
    padding-top: 70px;
}
.banner-title{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: start;
    z-index: 3;
}
.banner-title .btn-default{
    font-size: 18px;
    padding: 18px 32px;
}
.t-1{
    font-size: 72px;
    font-family: ISB;
    line-height: 93.6px;
}
.t-2{
    font-size: 28px;
}
.t-2 span{
    color: var(--accent-color);
}
.t-1 span{
    color: var(--accent-color);
}
.t-3 a{
    font-size: 18px;
    color: var(--accent-color);
}
.title-3{
    font-size: 24px;
    margin: 0;
}
.steam-bg{
    position: absolute;
    top: -200px;
    left: -300px;
    z-index: -1;
    width: 150%;
}
.car-bg{
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 2;
    width: 50%;
}
.title-default{
    font-size: 40px;
    position: relative;
}
.yakor{
    position: absolute;
    top: -120px;
    left: 0;
}
.about-section{
    margin-top: 180px;
}
.about-container{
    display: flex;
    gap: var(--g32);
    align-items: start;
    font-size: 18px;
}
.about-container img{
    max-width: 505px;
    cursor: pointer;
    border-radius: 20px;

}
.basic-flex-column-24{
    display: flex;
    flex-direction: column;
    gap: var(--g24);
}
.basic-flex-column-8{
    display: flex;
    flex-direction: column;
    gap: var(--g8);
}
.gray-section{
    padding: 60px 0px;
    background: #1C1C1C;
    max-width: 100% !important;
    display: block;
}
.gray-section-container{
    max-width: var(--max-content-width);
    margin: 0 auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    font-size: 20px;
}
.cards{
    width: 100%;
}
.card{
    min-width: 280px;
    width: 100%;
    min-height: 228px;
    background: red;
    border-radius: 24px;
    background: var(--accent-color);
    padding: 30px 20px 0px 40px;
    color: #161616;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: var(--g16);
}
.card-title{
    font-size: 32px;
}
.card span{
    line-height: 24px;
    font-size: 18px;
}
.price-text{
    width: 60%;
    font-size: 20px;
}
.elipse{
    position: absolute;
    top: -100px;
    right: -250px;
    width: 818px;
    height: 818px;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, #FFD12F 0%, rgba(255, 209, 47, 0) 100%);
    z-index: 0;
}
table{
    width: 100%;
    text-indent: initial;
    border-spacing: 0px;
}
td{
    height: 92px;
    border:1px solid #EFEFEF14;
    
}
.price-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}
.td-text{
    width: 88%; 
    font-size: 18px;
    line-height: 23.4px;
}
.td-icon{
    padding: 10px 10px 10px 30px;
}
.td-text-centered{
    text-align: center;
    font-size: 18px;
}
.schedule-wrapper{
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    background: #161616;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.schedule-container{
    width: 97%;
    position: relative;
    transition: 0.6s;
}
.schedule-hat-bg{
    position: absolute;
    height: 55px;
    top: 0;
    width: 130%;
    left: -50px;
    background: var(--accent-color);
    z-index: 0;
}
.schedule-hat{
    position: relative;
    height: 55px;
    display: flex;
    color: #161616;
    font-family: IB;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.schedule-hat-title{
    font-size: 16px;
}
.tn{
    width: 5%;
}
.tc{
    width: 15%;
}
.tm{
    width: 20%;
}
.tdt{
    width: 17%;
}
.tp{
    width: 25%;
}
.tt{
    width: 18%;
}
.ctg{
    position: relative;
}
.mdl{
    line-height: 30px;
    font-size: 20px;
    font-family: IM;
}
.dt{
    align-items: start;
    font-size: 20px;
}
.pkt span:nth-child(1){
    font-size: 20px;
    font-family: IM;
}
.phn{
    font-size: 20px;
    font-family: IM;
    display: flex;
    flex-direction: column;
}
.category-block{
    padding: 10px 15px;
    font-family: IM;
    background: var(--accent-color);
    border-radius: 8px;
    width: fit-content;
    color:#161616;
    position: absolute;
    top: -10px;
}
.schedule-item{
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid #FFFFFF1A;
    display: flex;
    padding-top: 25px;
    padding-bottom: 15px;
}
.about-tch-text{
    width: 70%;
    font-size: 20px;
}
.accordion {
    color: #ffffff;
    background: none;
    cursor: pointer;
    padding: 15px 24px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-family: IM;
    font-size: var(--font-16);
    display: flex;
    transition: 2s;
    justify-content: space-between;
    align-items: center;
    position: relative;
    
}
.acc-q{
    width: 90%;
}
.plus{
    width: 21px;
    height: 21px;
    position: absolute;
    right: 15px;
}
.plus span{
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1.5px;
    background: var(--accent-color);
    border-radius: 20px;
}
.active .plus span:nth-child(2){
    transform: rotate(0deg);
}
.plus span:nth-child(2){
    transform: rotate(90deg);
    transition: 0.2s;
}
.default-line{
    height: 1px;
    background-color: #FFFFFF4F;
    border: none;
    margin-top: 5px;
}
.panel {
    padding: 0px 24px;
    /* background-color: var(--default-main-color); */
    max-height: 0;
    overflow: hidden;
    font-family: IM;
    border-radius: 16px;
    font-size: var(--font-16);
    color: var(--accent-color);
    transition: max-height 0.2s ease-out;
    
}
.panel p{
    line-height: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.questions{
    width: 100%;
    border: 1px gray solid;
    border-radius: 20px;
    padding: 8px 0px;
    background: #1C1C1C;
}
.yellow-section{
    position: relative;
    background: var(--accent-color);
}
.yellow-section img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.07;
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
}
.yellow-section-container{
    position: relative;
    max-width: var(--max-content-width);
    margin: 0 auto;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yellow-title{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.yellow-title h2{
    font-size: 38px;
    text-align: center;
    color: #161616;
    line-height: 49.4px;
    font-family: IB;
    
}
.yellow-title span{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 70%;
    color: #161616;
    font-family: IM;
}
.feedback-form{
    position: relative;
    z-index: 1;
   display: flex;
   flex-direction: column; 
   gap: var(--g16);
   width: 50%;
}
.phone-name-inps{
    display: flex;
    justify-content: space-between;
}
/* FORM STYLES */
.feedback-form-item{
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: white;
}
.feedback-form-item label{
    font-size: 16px;
}
.feedback-form-item input{
    padding: 15px;
    border-radius: 8px;
    background: #161616;
    border: none;
    outline: none;
    color: white;
    font-family: IR;
    font-size: 20px;
}
.feedback-form-item textarea{
    background: #161616;
    border: none;
    border-radius: 8px;
    height: 200px;
    resize: none;
    outline: none;
    color: white;
    padding: 15px 15px; 
    font-size: 20px;
    font-family: IR;
}
.feedback-form-button{
    padding: 16px 80px;
    font-size: 16px;
}

.feedback-form-btn-conf{
    display: flex;
    gap: var(--g24);
    align-items: center;
    margin-top: 30px;
}
.feedback-form-btn-conf span{
    font-size: 12px;
    line-height: 15px;
    width: 45%;
}
.car-repair{
    filter: grayscale(100%);
    position: absolute;
    top: -20px;
    right: -10%;
    width: 60%;
    z-index: 0;
}
.map-container{
    position: relative;
}
.map-section{
    margin-top: 0px !important;
}
.contacts-block{
    position: absolute;
    z-index: 3;
    max-width: 430px;
    min-height: 500px;
    background: #161616;
    right: 60px;
    top: 10px;
    border-radius: 24px;
    padding: 24px 24px;
}
.contacts-block h2{
    margin-bottom: 24px;
}
.contacts-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.feedback-form-btn-conf a{
    color: var(--accent-color);
}
.contacts-info-block{
    display: flex;
    align-items: start;
    gap: 12px;
}
.contacts-info-content{
    font-size: 16px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    line-height: 24px;
    gap: 8px;
}
.contacts-info-content .btn-default{
    border-radius: 12px;
    font-family: IR;
    padding: 10px 12px;
}
.contacts-info-content span{
    line-height: 24px;
}
footer{
    margin: 0 auto;
    max-width: var(--max-content-width);
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.footer-links{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.footer-links nav{
    display: flex;
    align-items: center;
    gap: 32px;
}
::-webkit-scrollbar {
    width: 10px;
    background: none;
}
::-webkit-scrollbar-thumb{
    background: var(--accent-color);
    right: 2px;
    border-radius: 5px;
}
.warning-window{
    position: fixed;
    background: #161616;
    color: #FFD12F;
    width: 100%;
    height: 100%;
    display: none;
    
    z-index: 1000;
}
.modal-window{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}

.modal-wrapper{
    position: relative;
    max-width: 800px;
    min-height: 200px;
    background: white;
    z-index: 1;
    margin: 10vh auto;
    border-radius: 30px;
    padding: 60px 20px 20px 20px;
}
.modal-on{
    display: block;
    animation: showModal 0.2s linear forwards;
}
.modal-off{
    animation: hideModal 0.2s linear forwards;
}
.dark-background{
    position: fixed;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #0000007d;
    z-index: 0;
}
.close-modal{
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-container{
    width: 100%;
}
.warning-window h1{
    margin: 80px auto;
    text-align: center;
}
.warning-window img{
    margin: 20px auto;
    padding-left: 20px;
}
.header-mobile-nav{
    padding: 10px 0px;
    position: relative;
    display: none;
}
.header-mobile-nav-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #161616;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.308);

}
.mobile-nav-container{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.mobile-menu{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    min-height: 250px;
    background: #161616;
    z-index: 1;
    transition: 0.3s;
    top: -600px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.mobile-menu-container{
    width: 100%;
    min-height: 300px;
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 30px;
}
.mobile-menu-container .btn-default{
    margin-top: 30px;
}
.mobile-menu-item{
    /* width: 100%; */
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.156);
}
.active-mob-menu{
    top: 55px;
}
.brg-path{
    transition: transform 0.25s;
    fill: var(--accent-color);
}
.active-brg .brg-path:nth-of-type(1){
	transform: rotate(45deg);
	transform-origin: -1px 3px;
}
.brg-path:nth-of-type(2){
    transition: 0.3s;
}
.active-brg .brg-path:nth-of-type(2){
    opacity: 0;
}
.active-brg .brg-path:nth-of-type(3){
	transform: rotate(-45deg);
	transform-origin: 0px 13px;
}
.brg-dark-bg{
    visibility: hidden;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.521);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}
.brg-dark-active{
    visibility: visible;
    opacity: 1;
}
.mobile-table{
    display: none;
    width: 100%;
    min-height: 300px;
    border-radius: 24px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    background: #1C1C1C;
}
.mobile-table-hat{
    width: 100%;
    height: 70px;
    background: var(--accent-color);
    color: #161616;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-table-hat span{
    text-align: center;
    width: 80%;
    font-size: 14px;
    font-family: IB;
}
.mobile-table-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px rgba(128, 128, 128, 0.592) solid;
}
.mobile-table-item:last-child{
    border-bottom: none;
}
.mobile-table-item-container{
    width: 90%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-table-item-params{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-param{
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.table-param span{
    font-size: 12px;
    color: gray;
}
.mobile-table-item-desc{
    font-size: 15px;
    line-height: 21px;
}
.download-docs{
    display: flex;
    flex-direction: column;
    font-size: 24px;
    gap: 24px;
    text-decoration: underline;
}
.carousel{
    width: 100%;
    height: 600px;
}
.slide{
    background: #161616;
    border-radius: 16px;
    min-height: 370px;
    overflow: hidden;
}
.slide-container{
    padding: 16px 0px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.slide-container-item{
    padding: 16px 0px;
    display: flex;
    align-items: start;
    font-family: IM;
    justify-content: space-between;
    border-bottom: 1px solid rgba(128, 128, 128, 0.433);
}
.slide-item-title{
    color: gray;
    font-size: 12px;
}
.slide-item-category-icon{
    padding: 4px 4px;
    background: var(--accent-color);
    font-size: 16px;
    color: #161616;
    border-radius: 4px;
    min-width: 18px;
    font-family: IB;
    text-align: center;
}
.slide-item-info{
    text-align: right;
    align-items: end;
}
.slide-item-info a{
    color: white;
}
.slide-container-item:last-child{
    border: none;
}
.swiper{
    display: none;
    width: 100%;
    min-height: 400px;
    /* overflow: visible; */
    padding-bottom: 40px;
}
.swiper-pagination-bullet-active{
    background: var(--accent-color);
}
.about-tch-text{
    width: 100%;
    font-size: 18px;
}
.sign-to{
    position: relative;
    width: 100%;
    min-height: 200px;
    background:#1C1C1C;
    margin-bottom: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.sign-to-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 95%;
    margin: 50px auto;
}
.sign-to h2{
    width: 60%;
    font-size: 32px;
    line-height: 49px;
}
.sign-to .btn-default{
    padding: 18px 32px;
    font-size: 20px;
}
.sign-to img{
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: -50px;
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
    
}
.widgets-container{
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}
.widget-block{
    position: relative;
    background:var(--accent-color);
    width: 100%;
    border-radius: 24px;
    color: #161616;
    font-size: 28px;
    font-family: IB;
}
.widget-img{
    width: 35%;
    filter: grayscale(100%);
}
.widget-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: baseline;
    line-height: 38px;
}
.widget-block-container{
    position: relative;
    margin: 0 auto;
    padding: 40px 40px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
.btn-black{
    background: black;
    color: var(--accent-color);
    font-size: 18px;
    padding: 18px 32px;
}
.modal-form-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #161616;
    padding-bottom: 20px;
    padding-left: 20px;
}
.modal-form-wrapper h2{
    font-size: 32px;
    font-family: IB;
}
.modal-form-wrapper span{
    font-size: 18px;
    font-family: IM;
}
.modal-form-wrapper form{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
}
.modal-form-wrapper input{
    padding: 15px 10px;
    font-size: 20px;
    font-family: IR;
    border-radius: 8px;
    border: 1px solid gray;
    outline: none;
}
.modal-form-container{
    display: flex;
    align-items: end;
    gap: 24px;
    flex-wrap: wrap;
}
.modal-form-container button{
    padding: 16px 32px;
    background: var(--accent-color);
    font-size: 18px;
    border-radius: 50px;
    font-family: IB;
}
.modal-form-container div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@keyframes showModal {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@keyframes hideModal {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 1320px){
    section{
        padding-left: 14px;
        padding-right: 14px;
    }
    footer{
        padding-left: 14px;
        padding-right: 14px;
    }
    .about-section{
        margin-top: 80px;
    }
    .elem-default{
        padding-left: 14px;
        padding-right: 14px;
    }
    .gray-section{
        padding-left: 14px;
        padding-right: 14px;
    }
    .map-section{
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-item{
        font-size: 14px;
    }
}
@media (max-width: 1270px){
    .feedback-form{
        width: 55%;
    }
    .nav-item{
        font-size: 12px;
    }
}
@media (max-width: 1150px){
    .schedule-hat-title{
        font-size: 14px;
    }
    .pkt span:nth-child(1){
        font-size: 14px;
    }
    .feedback-form{
        width: 60%;
    }
    .card{
        width: 50%;
    }
    .cards{
        flex-direction: column;
    }
    .widgets-container{
        flex-direction: column;
    }
    .widget-block-container{
        flex-direction: row-reverse;
        align-items: end;
        gap: 24px;
    }
    .widget-img{
        width: 30%;
    }
    
}

@media (max-width: 1100px){
    header{
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    section{
        gap: 24px;
        margin-top: 50px;
    }
    span{
        line-height: 24px;
    }
    .header-nav{
        display: none;
    }
    .contacts-hat-header{
        display: none;
    }
    .header-mobile-nav{
        display: block;
    }
    .title-default{
        font-size: 24px;
    }
    .sign-to h2{
        font-size: 24px;
        line-height: 40px;
    }
    .sign-to .btn-default{
        font-size: 16px;
    }
    .widget-content{
        font-size: 24px;
    }
    .btn-black{
        font-size: 16px;
    }
}
@media (max-width: 1050px){
    .phone-name-inps{
        flex-direction: column;
        gap: var(--g16);
    }
    .feedback-form-item{
        max-width: 400px;
    }
    .footer-links{
        flex-direction: column;
        gap: 12px;
    }
    .footer-links .btn-default{
        display: none;
    }
    
}
@media (max-width: 1000px){
    .about-container{
        flex-direction: column;
    }
    .td-text{
        font-size: 16px;
    }
    .td-text-centered{
        font-size: 16px;
    }
    .download-docs{
        font-size: 16px;
    }
    .price-img{
        display: none;
    }
    .price-text{
        width: 100%;
    }
    .rghts{
        font-size: 12px;
        text-align: center;
    }
    footer{
        gap: 25px;
    }
    .t-1{
        font-size: 48px;
        line-height: 56px;
    }
    .t-2{
        font-size: 22px;
    }
    main{
        overflow: hidden;
    }
}
@media (max-width: 850px){
    .contacts-info-content{
        font-size: 14px;
    }
    
    table{
        display: none;
    }
    .mobile-table{
        display: flex;
    }
    .schedule-wrapper{
        display: none;
    }
    .swiper{
        display: block;
    }
    .gray-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .yellow-title{
        width: 100%;
    }
    .yellow-title h2{
        font-size: 22px;
        line-height: normal;
    }
    .yellow-title span{
        font-size: 16px;
        width: 100%;
        line-height: normal;
    }
    .car-repair{
        display: none;
    }
    .feedback-form-btn-conf{
        flex-direction: column;
        margin-top: 20px;
    }
    .feedback-form-btn-conf span{
        width: 100%;
    }
    .footer-links nav{
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .close-modal svg{
        width: 24px;
    }
    .card{
        width: 70%;
    }
    .card-title{
        font-size: 24px;
    }
    .car-bg{
        right: -100px;
    }
}
@media (max-width: 700px){
    .sign-to-container{
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .sign-to img{
        width: 100%;
    }
    .sign-to h2{
        width: 100%;
    }
    .about-container img{
        width: 220px;
    }
    .price-text{
        font-size: 16px;
    }
    .feedback-form{
        width: 100%;
    }
    .feedback-form-item{
        max-width: none;
        width: 100% !important;
    }
    .feedback-form-button{
        width: 100%;
        padding: 12px 80px;
    }
    .gray-section-container{
        font-size: 16px;
    }
    .banner-section{
        padding-top: 10px ;
    }
    .banner-title .btn-default{
        font-size: 16px;
    }
    .t-3 a{
        font-size: 16px;
    }
    .banner-section .basic-flex-32{
        flex-direction: column;
        align-items: baseline;
        width: 100%;
    }
    .car-bg{
        width:60%;
        top: 200px;
    }
    .yellow-section{
        overflow: hidden;
    }
    .widget-block-container{
        flex-direction: column;
        align-items: baseline;
    }
    .widget-img{
        width: 35%;
    }
    .widget-block-container{
        padding: 20px 20px;
    }
    .about-container{
        font-size: 16px;
    }
    .about-tch-text{
        font-size: 16px;
    }
}
@media (max-width: 550px){
    .widget-img{
        width: 40%;
    }
    .t-1{
        font-size: 32px;
        line-height: 41px;
    }
    .t-2{
        font-size: 16px;
    }
    .sign-to h2{
        font-size: 18px;
        line-height: 30px;
    }
    .widget-content{
        font-size: 22px;
        line-height: 34px;
    }
    .modal-form-wrapper{
        padding-left: 0px;
    }
}
@media (max-width: 520px){
    .modal-form-container input{
        min-width: 100px;
    }
}
@media (max-width: 500px){
    .contacts-block{
        top: -180px;
        right: 10px;
        margin: 0px 10px;
        padding: 16px 16px;
    }
    .banner-section{
        overflow: hidden;
    }
    .banner-section .basic-flex-32{
        align-items: center;
        margin-top: 230px;
    }
    .map-section{
        padding-top: 200px;
    }
    .gray-section-container{
        font-size: 16px;
    }
    .gray-section-container .basic-flex-32{
        flex-direction: column;
        gap: 16px;
    }
    .card{
        width: 92%;
        padding: 15px 20px 30px 20px;
        min-height: fit-content;
        gap: 5px;
    }
    .card-title{
        font-size: 20px;
    }
    
    .card-title svg{
        width: 25px;
    }
    
    .t-1{
        font-size: 32px;
        line-height: 41px;
    }
    .t-2{
        font-size: 16px;
    }
    .banner-title{
        gap: 30px;
        width: 100%;
    }
    
    .car-bg{
        width: 120%;
        right: -150px;
        top: 170px;
    }
    .steam-bg{
        width: 150%;
        top: 0;
    }
    .about-container img{
        width: 160px;
    }
    .elipse{
        top: -350px;
        right: -400px;
    }
}
@media (max-width: 460px){
    .contacts-block{
        margin: 0px 10px;
    }
    .widget-img{
        width: 50%;
    }
    .widget-block-container{
        gap: 0px;
    }
}