.footer__main-items-2 .footer__hr{
	display:none;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
@media (max-width: 992px){
    .categories__list{
        display: none;
    }
    .content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .catalog-img__wrap{
        height: 150px;
    }
    .mini__wrap a{
        font-size: 12px;
    }
    .button--primary--small{
        font-size: 14px;
    }
    .catalog__brands-item{
        width: 20%;
    }
    .car-title span{
        font-size: 20px;
    }
    .breadcrumbs__item a{
        font-size: 16px;
    }
    .product__deeper{
        width: 100%;
    }

    .product{
        position: relative;
    }

    .slider-relation-items .slick-arrow.slick-prev {
        top: 0;
        left: 0;
    }

    .slider-relation-items .slick-arrow.slick-next{
        top: 0;
        right: 0;
    }
}

@media (max-width: 650px){
    .product__list{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: .75rem;
    }
    .catalog__brands-item{
        width: 50%;
        padding: 40px;
    }
    .car-title span{
        font-size: 14px;
    }
    .requisites .one-table-wrap td{
        font-size: 15px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .one-table-wrap{
        padding: 1.2rem;
    }   

    .slider-gallery-about_company .img__wrap{
        height: 200px;
    }
    .not-found::before {
        display: none;
    }
    .not-found__info{
        padding: 1.5rem;
    }

    .product__deeper .h1{
        font-size: 22px;
    }
    .tab button{
        font-size: 16px;
    }
}

@media (min-width: 650px){
    .product__list{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
        gap: .75rem;
    }
}

@media (max-width: 559px) {
    .header .search--rounded{
        display: none;
    }
}

@media (max-width: 599px) {
    .tab{
        justify-content: center;
    }
}

@media (min-width: 600px) {
    .stats{
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stats__title{
        white-space: normal;
    }
}

@media (max-width: 1350px) {
    .top__content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .wrapper{
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1181px) {
    .how-to-buy__item img{
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1400px){
    .advantages{
        background-position: -3% 0%;
    }
}

@media (max-width: 1370px){
    .advantages{
        background-position: -6% 0%;
    }
}

@media (max-width: 1340px){
    .advantages{
        background-position: -9% 0%;
    }
}

@media (max-width: 1310px){
    .advantages{
        background-position: -13% 0%;
    }
}

@media (max-width: 1280px){
    .advantages{
        background-color: white;
        background-image: none;
    }
    .advantages__inner{
        width: 100%;
        
    }
    .advantages__items{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .advantages__item{
        flex-basis: calc(25% - 12px);
    }
}

@media (max-width: 1100px){
    .advantages__item{
        flex-basis: calc(50% - 12px);
    }
}

@media (max-width: 610px){
    .advantages__items{
        flex-direction: column;
    }
}

/* @media (max-width: 1100px){
    .advantages__items{
        flex-direction: column;
    }
    
} */

@media (max-width: 1104px) {
    .how-to-buy__item img{
        width: 48px;
        height: 48px;
    }
    .how-to-buy__stages{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 1176px) {
    .hero{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        .hero__inner{
            border-bottom: 2px solid #bfbfbf;
        }
    }
}

@media (max-width: 1200px){
    .header__top{
        display: none;
    }
    .show{
        overflow-y: auto;
    }
	.show::-webkit-scrollbar {
		width: 9px;
		height: 3px
	}

	.show::-webkit-scrollbar-track-piece {
		background-color: #f3f3f7
	}

	.show::-webkit-scrollbar-thumb {
		height: 20px;
		background-color: #10479A;
	}
    .header__menu{
        display: none;
        position: fixed;
        top: 98px;
        right: 5vw;
        width: 360px;
        min-width: 302px;
        height: calc(100% - 98px);
        padding: 20px;
        background-color: #fff;
        z-index: 100;
        -webkit-box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.35);
                box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.35);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;        
    }
    .header__top-list--burger, .header__main-list{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .header__top-list--burger{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1.5rem;
        margin-top: 20px;
    }
    .header__main-list li, .header__top-list--burger li{
        border-bottom: 1px solid #bfbfbf;
        width: 100%;
        padding-bottom: 12px;
    }

    .header__top-list--burger li:last-child{
        border-bottom: none;
        
    }

    .header__main-list a{
        width: 100%;
    }

    .header__burger{
        display: inline-block;
    }
    .header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: start !important;
    }
    .header__border{
        display: none;
    }
    .custom .h1{
        text-align: left;
    }

    .custom .header__addition{
        width: 350px;
    }

    .custom br{
        display: none;
    }

    .custom #trapezoid{
        width: 60% !important;
    }
}

@media (max-width: 428px){
    .header__menu{
        width: 302px;
    }
}

@media (max-width: 1050px){
    .custom .header__addition{
        width: 230px;
    }
    .custom br{
        display: block;
    }
    .custom .header__wrap{
        padding: 50px 0;
    }
    .custom #trapezoid{
        width: 55% !important;
        border-top: 256px solid #10479a;
    }
    .wholesale .content__wrap{
        width: 88%;
    }
    .wholesale #trapezoid{
        width: 62%;
    }
    .wholesale .h1{
        font-size: 29px;
    }
    .not-found__404{
        display: none;
    }
    .f-html{
        width: 65% !important;
    }
}

@media (max-width: 950px){
    .custom .content__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .custom #trapezoid{
        display: none;
    }
    .custom{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .custom .header__wrap{
        background-color: #10479a;
        width: 100%;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;    
    }
    .custom .header__wrap h1{
        text-align: right;
    }
    .header__border{
        display: block;
    }
    .custom .btn-grid-1, .header__wrap{
        margin: 30px 0;
    }

    .wholesale .content__wrap{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }

    .wholesale #trapezoid{
        display: none;
    }
    .wholesale{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .wholesale .btn-grid-1{
        background-color: #10479a;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .wholesale .header__wrap h1{
        text-align: center;
    }
    .header__border{
        display: block;
    }
    .wholesale .button--white{
        max-width: 320px;
        margin: 30px 0;
        min-width: 200px;
    }
    .article__img-wrap{
        margin: 0 0 20px 0;
        float: none;
        max-width: none;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: 400px;
    }
    .contacts{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contacts__list{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contacts__map{
        width: 100%;
    }
}

@media (max-width: 830px){
    .advantages__list {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

@media (max-width: 610px){
    .header__border{
        display: none;
    }
    .custom .header__wrap{
        background-color: #10479a;
        width: 100%;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: start !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .custom .header__addition, .custom h1{
        text-align: center !important;
        width: calc(100% - 50px);
    }
    .custom .h1 br{
        display: none;
    }
    .advantages__aricle .one-table-wrap{
        padding: 1.25rem;
        gap: .25rem;
    }
    #popup .button--white{
        width: 100%;
        min-width: 100px;
        font-size: 19px;
    }
    
}

@media (max-width: 575px){
    .contacts__list{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contacts__list .contacts__item a{
        white-space: normal;
    }
}
@media (max-width: 1175px){
    .contacts-main .wrap{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}

@media (max-width: 531px){
    .contacts-main .button--white{
        font-size: 16px;
        max-width: 280px;
        min-width: 200px;
    }
}

@media (max-width: 400px){
    .custom .btn-grid-1  {
        max-width: 250px;
        width: 100%;
        min-width: 200px;
    }
    .wholesale .button--white{
        font-size: 16px;
        max-width: 280px;
    }
}

@media (max-width: 1150px) {
    .about{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .about__inner{
        display: -ms-grid;
        display: grid;
        
        padding: 2.5rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1.5rem;
    }

    .stats{
        .stats__count{
            font-size: 40px;
        }
    }

    .about{
        gap: 0rem;
    }

     .about__images{
        padding: 0 1.25rem 2rem 1.25rem;
    }

    .about__photo{
        float: right;
        border-radius: 10px;
        width: 90%;
        
    }

    .about__photo img{
        padding-bottom: 0;
        
    }

    .about__cert{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        bottom: 20px;
        left: 5vw;
    }
}

@media (min-width: 1150px){
    .about__cert{
        width: 200px;
    }
}

@media (max-width: 1545px) {
        .btn-grid-1 button, .btn-grid-2 button{
        font-size: 16px;
    }
}

@media (max-width: 1555px) {
    .footer__top-item{
        font-size: 18px;
        
    }
    .footer__top-items{
        
        -ms-flex-item-align: center;
        
            -ms-grid-row-align: center;
        
            align-self: center;
    }
    .f-html{
        width: 45%;
    }
}

@media (max-width: 650px) {
    .f-html {
        width: 80% !important;
    }
    .f-html .inputs__wrap{
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .advantages{
        padding: 4%;
    }
    .container{
        width: calc(100vw - 24px) !important;
    }
    .footer{
        margin-top: 1.25rem;
    }
    .header__main, .header, .footer{
        width: 100vw !important;
    }
    .header__menu{
        right: 0;
    }
}

/* @media (max-width: 1680px) {
    .container{
        width: 84vw;
    }
} */

@media (max-width: 1710px) {
    .hero__inner{
        gap: 1.5rem;        
    }
}

@media (max-width: 1705px) {
    .stats__count{
        font-size: 32px;
    }

    .stats__title{
        line-height: 18px;
    }

    .stats{
        gap: 0.75rem;
    }
}

@media (max-width: 460px) {
    .product h2 br{
        display: block !important;
    }
}


@media (max-width: 992px) and (min-width: 820px){
	.product__list{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(3, minmax(150px, 1fr));
        gap: .75rem;
    }	
}
@media (max-width: 819px) and (min-width: 650px){
	.catalog{
		width:100%;
	}
	.product__list{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, minmax(238px, 1fr));
        gap: .75rem;
    }	
}
@media (max-width: 649px) and (min-width: 498px){
	.catalog{
		width:100%;
	}
	.product__list{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(3, minmax(150px, 1fr));
        gap: .75rem;
    }
}
@media (max-width: 497px){
	.catalog{
		width:100%;
	}
	.product__list{
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: .75rem;
    }	
}


/*@media (max-width: 1182px) and (min-width: 498px){*/
@media (max-width: 1182px){
	.footer__main {
		-webkit-box-pack: space-between !important;
		justify-content: space-between !important;
		flex-direction: row;
		gap: 0;
	}
}
@media (max-width: 1064px){
	.footer__top{
		padding:0 1rem !important;
	}
	.footer__main{
		padding:0 1rem !important;
	}
}

@media (max-width: 992px){
	.footer__wrap--horizontal{
		gap: 1rem !important;
	}
}
@media (max-width: 870px){
	.footer__main-items-2 .footer__hr{
		display:block;
	}
	.footer__wrap--horizontal{
		gap: 3rem !important;
	}
	.footer__main-items-2{
		width:100%;
		flex-direction:row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.footer__main-items-2 .fourth{
		width:34%;
	}
	.footer__main-items-2 .fourth:last-child{
		width:100%;
		justify-content: center;
	}
}
@media (max-width: 600px){
	.footer__main-items-2 .fourth{
		width:48%;
	}
	.footer__main-items-2 .fourth:last-child{
		width:100%;
		justify-content: left;
	}
}

@media (max-width: 460px){
	.footer__main-items-2 .fourth,.footer__main-items-2 .fourth:last-child{
		width:100%;
		justify-content: center;
	}
}
/* .example {
    display: grid;
    transition: all .5s;
    user-select: none;
    background: linear-gradient(to bottom, white, black);
}
@media (max-width: 992px){
    .categories__list{
        display: none;
    }
    .content{
        display: flex;
    }
    .catalog-img__wrap{
        height: 150px;
    }
    .mini__wrap a{
        font-size: 12px;
    }
    .button--primary--small{
        font-size: 14px;
    }
    .catalog__brands-item{
        width: 20%;
    }
    .car-title span{
        font-size: 20px;
    }
    .breadcrumbs__item a{
        font-size: 16px;
    }
    .product__deeper{
        width: 100%;
    }

    .product{
        position: relative;
    }

    .slider-relation-items .slick-arrow.slick-prev {
        top: 0;
        left: 0;
    }

    .slider-relation-items .slick-arrow.slick-next{
        top: 0;
        right: 0;
    }
}

@media (max-width: 650px){
    .product__list{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: .75rem;
    }
    .catalog__brands-item{
        width: 50%;
        padding: 40px;
    }
    .car-title span{
        font-size: 14px;
    }
    .requisites .one-table-wrap td{
        font-size: 15px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .one-table-wrap{
        padding: 1.2rem;
    }   



    .slider-gallery-about_company .img__wrap{
        height: 200px;
    }
    .not-found::before {
        display: none;
    }
    .not-found__info{
        padding: 1.5rem;
    }
}

@media (min-width: 650px){
    .product__list{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
        gap: .75rem;
    }
}

@media (max-width: 559px) {
    .header .search--rounded{
        display: none;
    }
}

@media (min-width: 600px) {
    .stats{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stats__title{
        white-space: normal;
    }
}

@media (max-width: 1350px) {
    .top__content{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .wrapper{
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1181px) {
    .how-to-buy__item img{
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 1104px) {
    .how-to-buy__item img{
        width: 48px;
        height: 48px;
    }
    .how-to-buy__stages{
        flex-direction: column;
    }
    .advantages__inner{
        width: 50%;
    }
}

@media (max-width: 1176px) {
    .hero{
        grid-template-columns: 1fr;
        .hero__inner{
            border-bottom: 2px solid #bfbfbf;
        }
    }
}

@media (max-width: 1200px){
    .header__top{
        display: none;
    }
    .show{
        overflow-y: auto;
    }
    .header__menu{
        display: none;
        position: fixed;
        top: 98px;
        right: -100px;
        width: 360px;
        min-width: 302px;
        height: calc(100% - 98px);
        padding: 20px;
        background-color: #fff;
        z-index: 100;
        box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.35);
        transition: .3s;        
    }
    .header__top-list--burger, .header__main-list{
        flex-direction: column !important;
    }
    .header__top-list--burger{
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 20px;
    }
    .header__main-list li, .header__top-list--burger li{
        border-bottom: 1px solid #bfbfbf;
        width: 100%;
        padding-bottom: 12px;
    }

    .header__top-list--burger li:last-child{
        border-bottom: none;
        
    }

    .header__main-list a{
        width: 100%;
    }

    .header__burger{
        display: inline-block;
    }
    .header__wrap{
        flex-direction: column;
        align-items: start !important;
    }
    .header__border{
        display: none;
    }
    .custom .h1{
        text-align: left;
    }

    .custom .header__addition{
        width: 350px;
    }

    .custom br{
        display: none;
    }

    .custom #trapezoid{
        width: 60% !important;
    }
}

@media (max-width: 428px){
    .header__menu{
        width: 302px;
    }
}

@media (max-width: 1050px){
    .custom .header__addition{
        width: 230px;
    }
    .custom br{
        display: block;
    }
    .custom .header__wrap{
        padding: 50px 0;
    }
    .custom #trapezoid{
        width: 55% !important;
        border-top: 256px solid #10479a;
    }
    .wholesale .content__wrap{
        width: 88%;
    }
    .wholesale #trapezoid{
        width: 62%;
    }
    .wholesale .h1{
        font-size: 29px;
    }
    .not-found__404{
        display: none;
    }
    .f-html{
        width: 65% !important;
    }
}

@media (max-width: 950px){
    .custom .content__wrap{
        flex-direction: column-reverse;
        justify-content: center !important;
    }
    .custom #trapezoid{
        display: none;
    }
    .custom{
        height: fit-content;
    }
    .custom .header__wrap{
        background-color: #10479a;
        width: 100%;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: row;    
    }
    .custom .header__wrap h1{
        text-align: right;
    }
    .header__border{
        display: block;
    }
    .custom .btn-grid-1, .header__wrap{
        margin: 30px 0;
    }

    .wholesale .content__wrap{
        width: 100%;
        flex-direction: column;
        justify-content: center !important;
    }

    .wholesale #trapezoid{
        display: none;
    }
    .wholesale{
        height: fit-content;
    }
    .wholesale .btn-grid-1{
        background-color: #10479a;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .wholesale .header__wrap h1{
        text-align: center;
    }
    .header__border{
        display: block;
    }
    .wholesale .button--white{
        max-width: 320px;
        margin: 30px 0;
        min-width: 200px;
    }
    .article__img-wrap{
        margin: 0 0 20px 0;
        float: none;
        max-width: none;
        height: fit-content;
        max-height: 400px;
    }
    .contacts{
        flex-direction: column;
    }
    .contacts__list{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts__map{
        width: 100%;
    }
}

@media (max-width: 830px){
    .advantages__list {
        column-count: 1;
    }
}

@media (max-width: 610px){
    .header__border{
        display: none;
    }
    .custom .header__wrap{
        background-color: #10479a;
        width: 100%;
        align-items: center !important;
        justify-content: start !important;
        flex-direction: column;
    }
    .custom .header__addition, .custom h1{
        text-align: center !important;
        width: calc(100% - 50px);
    }
    .custom .h1 br{
        display: none;
    }
    .advantages__aricle .one-table-wrap{
        padding: 1.25rem;
        gap: .25rem;
    }
    #popup .button--white{
        width: 100%;
        min-width: 100px;
        font-size: 19px;
    }
    
}

@media (max-width: 575px){
    .contacts__list{
        flex-direction: column;
    }
    .contacts__list .contacts__item a{
        white-space: normal;
    }
}
@media (max-width: 1175px){
    .contacts-main .wrap{
        grid-template-columns: 100%;
    }
}

@media (max-width: 531px){
    .contacts-main .button--white{
        font-size: 16px;
        max-width: 280px;
        min-width: 200px;
    }
}

@media (max-width: 400px){
    .custom .btn-grid-1  {
        max-width: 250px;
        width: 100%;
        min-width: 200px;
    }
    .wholesale .button--white{
        font-size: 16px;
        max-width: 280px;
    }
}

@media (max-width: 1150px) {
    .about{
        grid-template-columns: 100%;
    }

    .about__inner{
        display: grid;
        
        padding: 2.5rem;
        align-items: center;
        gap: 1.5rem;
    }

    .stats{
        .stats__count{
            font-size: 40px;
        }
    }

    .about{
        gap: 0rem;
    }

     .about__images{
        padding: 0 1.25rem 2rem 1.25rem;
    }

    .about__photo{
        float: right;
        border-radius: 10px;
        width: 90%;
        
    }

    .about__photo img{
        padding-bottom: 0;
        
    }

    .about__cert{
        height: fit-content;
        width: fit-content;
        bottom: 20px;
        left: 5vw;
    }
}

@media (min-width: 1150px){
    .about__cert{
        width: 200px;
    }
}

@media (max-width: 1545px) {
        .btn-grid-1 button, .btn-grid-2 button{
        font-size: 16px;
    }
}

@media (max-width: 1555px) {
    .footer__top-item{
        font-size: 18px;
        
    }
    .footer__top-items{
        
        align-self: center;
    }
    .f-html{
        width: 45%;
    }
}

@media (max-width: 650px) {
    .f-html {
        width: 80% !important;
    }
    .f-html .inputs__wrap{
        grid-template-columns: 100%;
    }
    .advantages{
        padding: 4%;
    }
}

@media (max-width: 1680px) {
    .container{
        width: 84vw !important;
    }
}

@media (max-width: 1710px) {
    .hero__inner{
        gap: 1.5rem;        
    }
}

@media (max-width: 1705px) {
    .stats__count{
        font-size: 32px;
    }

    .stats__title{
        line-height: 18px;
    }

    .stats{
        gap: 0.75rem;
    }
}

@media (max-width: 460px) {
    .product h2 br{
        display: block !important;
    }
} */