
body{
    text-rendering: geometricPrecision;
    font-family: 'Rubik';
}


.load-img{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000063;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

#loader_ava{
    position: absolute;
    left: calc(50% - 55px);
    top: 16px;
    opacity: 0;
}

.profile-img{
    overflow: hidden;
    background: #f1f1f1;
}


.profile-img:hover > .load-img{
    opacity: 1;
    transition: .3s;
}

#f_img{
    width: 100%;
    height: 100%;
}

.profile-img > div > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.load-img > svg{
    width: 50px;
    height: 50px;
}

#cRecEnd{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 600;
}

h1{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    color: #2F1309;
    margin-bottom: 60px;
}



.my-cont-1{
    background: #f6f6f6;
    min-height: 300px;
    padding-top: 67px;
    border-radius: 20px;
}


.vetr-text{
    min-height: 283px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}







.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0px !important;
}


.b24-form-field-agreement .b24-form-field-agreement-link {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    cursor: pointer;
    margin-left: 21px !important;
}


.b24-form-control-container > input[type="checkbox"] {
    margin-top: 3px !important;
    position: absolute !important;
}


.b24-form-btn{
    text-shadow: none !important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    width: fit-content !important;
    display: inline-block !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 36px !important;
    color: #FFFFFF !important;
    padding: 20px 77px !important;
    background-color: #E94200 !important;
    border-color: #E94200 !important;
    background-image: none !important;
    box-shadow: none !important;
    margin: auto !important;
}

.b24-form-btn-block{
    text-align: center;
}


.b24-form-control-required {
    display: none !important;
}

.b24-form-control {
    background-color: #fff !important;
    border: 0px !important;
    background-image: none !important;
    border-bottom: 2px solid #d0d0d0 !important;
    border-radius: 0px !important;
    height: 37px !important;
    margin-bottom: 22px !important;
}

.b24-form-control-label{
    /*
    font-family: 'Rubik' !important;
    position: absolute;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #585B67 !important;
    margin: -12px -3px;*/

    position: absolute !important;
    top: 10px !important;
    margin: -14px -12px !important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #585B67 !important;
    opacity: 0.6 !important;
    -webkit-transform:translateY(0) !important;
    -ms-transform:translateY(0) !important;
    transform:translateY(0) !important;
}


.b24-form-control:focus + .b24-form-control-label{
    position: absolute !important;
    top: 10px !important;
    margin: -14px -12px !important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 17px !important;
    color: #585B67 !important;
    opacity: 0.6 !important;
    -webkit-transform:translateY(0) !important;
    -ms-transform:translateY(0) !important;
    transform:translateY(0) !important;
}


.b24-form-state-container .b24-form-success {
    background-color: #ffffff !important;
}



































h2{
    margin-top: 0px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #2F1309;
    margin-bottom: 0px;
}

h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}


h4{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #2F1309;
}


h3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

h5{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #2F1309;
}

p{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #585B67;
}

.card-style-c > p{
    font-size: 14px;
    line-height: 20px;
}



footer{
    background: url(../image/footer.svg);
    background-size: cover;
}

span{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #585B67;
}

.pre-span{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #585B67;
    max-width: 394px;
    margin-bottom: 20px;
}
.text-muted{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px !important;
    color: #FFFFFF !important;
}


.block_indent{
    margin-bottom: 100px !important;
}

.btn-primary {
    color: #fff;
    background-color: #E94200 !important;
    border-color: #E94200 !important;
    background-image: none;
    box-shadow: none;
}


.btn{
    text-shadow: none !important;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    width: fit-content;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 36px;
    color: #FFFFFF;
    padding: 20px 77px;
}


.svg-card > div > .card-style-c > h4{
    margin-top: 20px;
    margin-bottom: 10px;
}

.svg-card > div > .card-style-c > p{
    max-width: 173px;
    margin: auto;
}

.mb-60{
    margin-bottom: 60px !important;
}

.mb-40{
    margin-bottom: 40px !important;
}

.big-p{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #585B67;
    max-width: 302px;
    margin-bottom: 34px;
}

.card-mg-max{
    width: 100%;
    height: 395px;
    background: #C4C4C4;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.card-mg-min{
    width: 100%;
    height: 185px;
    background: #C4C4C4;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.card-mg-min, .card-mg-max{
    background-size: cover !important;
    cursor: pointer;
    transition: .3s;
}

.card-mg-min:hover, .card-mg-max:hover{
    transition: .3s;
    border-radius: 30px;
}


.h-sh{
    transition: .3s !important;
}

.h-sh:hover{
    box-shadow: 0 0px 25px rgb(0 0 0 / 23%);
    transition: .3s;
}


.card-mg-min:hover > img, .card-mg-max:hover > img{
    transition: .3s;
}

.card-mg-min:hover > div, .card-mg-max:hover > div{
    transition: .3s;
}




.bg-card-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .3s;
}


.card-mg-min > a > div, .card-mg-max > a > div{
    height: 83px;
    background: url('../image/card-style.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    transition: .3s;
    width: 100%;
}

.card-mg-min > a > div > h3, .card-mg-max > a > div > h3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    width: 285px;
    float: right;
    padding-top: 38px;
}


.main-banner{
    background: #B51315;
    border-radius: 30px;
    padding: 30px 40px;
}


.p-white{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
}



.box-sh-pick{
    box-shadow: 0px 0px 200px 178px #ffb200;
    width: 0px;
    background: #E94200;
    height: 1px;
    margin-top: -292px;
    margin-left: 278px;
}

.main-banner-img{
    display: block !important;
    width: 600px !important;
    height: 715px !important;
    margin: auto !important;
    margin-top: 105px !important;
    object-fit: cover !important;
    border-radius: 0px !important;
}

.img-banner{
    width: 255px;
    height: 335px;
    background: #E94200;
    mix-blend-mode: screen;
    filter: blur(86px);
    border-radius: 50%;
    position: absolute;
    left: 100px;
}

.banner-images{
    height: 412px;
    margin: -70px -88px;
    z-index: 1000;
    position: absolute;
}


.pt-100{
    padding-top: 100px;
}






.swiper {
    width: 100%;
    height: 470px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    background: #F1F1F1;
    border-radius: 30px;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
}


.swiper-pagination-bullet{
    width: 40px !important;
    height: 6px !important;
    background: #F1F1F1 !important;
    border-radius: 20px !important;
    opacity: 1 !important;
    transition: .3s;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -4px !important;
}

.swiper-wrapper {
    height: 400px !important;
}

.swiper-pagination-bullet-active{
    background: #B51315 !important;
    width: 60px !important;
    transition: .3s;
}


.slider-text-container{
    text-align: left;
    padding: 20px;
}


.slider-text-container > p{
    margin-top: 17px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2F1309;

    padding-left: 21px;
}

.slider-text-container > p > svg{
    position: absolute;
    margin-left: -21px;
    margin-top: -2px;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.slider-next-bt{
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-size: cover !important;
    background: url('../image/next-slide.svg');
    transition: .3s;

    position: absolute;
    right: -60px;
    top: 165px;
}

.swiper-button-next, .swiper-button-prev{
    display: none !important;
}

.slider-next-bt:hover, .slider-back-bt:hover{
    transition: .3s;
    background: url('../image/next-slide-hover.svg');
}

.slider-back-bt{
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-size: cover !important;
    background: url('../image/next-slide.svg');
    transition: .3s;

    position: absolute;
    left: -60px;
    top: 165px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.p-date{
    font-family: 'Rubik';
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #585B67 !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 14px !important;
}

.swiper-pagination-blog{
    text-align: center;
}

.footer-mini-container{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFFFFF !important;
    display: inline-block;
    vertical-align: middle;
    margin: 23px;
    max-width: 221px;
    text-align: left;
    height: 80px;
}

.link-container-block{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin: 15px 43px;
    display: inline-block;
    color: #FFFFFF;
    transition: .3s;
}

.link-container-block:hover{
    transition: .3s;
    color: #FFFFFF;
}

.menu-open{
    position: absolute;
    top: 2px;
    right: -1px;
    background: #fff;
    z-index: 1000;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 14px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    transition: .3s;
    display: none;
}

.menu-open:hover{
    color: #E94200;
    transition: .3s;
}

.link-bock{
    margin-bottom: 40px;
}

.container-ft{
    margin-left: 20px;
}

.container-ft > svg{
    margin-left: -30px;
    position: absolute;
    height: 21px;
    margin-top: -2px;
}

.mySwiper-blog > .swiper-wrapper > .swiper-slide > .img-view-slider, .mySwiper-blog > .swiper-wrapper > .swiper-slide > a > .img-view-slider{
    height: 240px !important;
}

.mySwiper-blog > .swiper-wrapper > .swiper-slide{
    height: 360px !important;
}



.container-top-max{
    max-width: 1820px;
    height: 820px;
    background: #E94200;
    border-radius: 0px 0px 30px 30px;
    margin: auto;
    margin-bottom: 100px !important;
    overflow: hidden;
}

.mySwiper-main, .mySwiper-main > .swiper-wrapper{
    height: 820px;
}

.mySwiper-main > .swiper-wrapper > .swiper-slide{
    height: 820px;
    border-radius: 0px;
    background: none;
}

.img-to-slide-t-1{
    background: url(../image/b-banner-top.svg);
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position-x: 100% !important;
    height: 100%;
    width: 171px;
    position: absolute;
    right: 0px;
    opacity: .1;
}


.img-to-slide-t-2{
    background: url(../image/a-banner-top.svg);
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position-x: 100% !important;
    height: 100%;
    width: 273px;
    position: absolute;
    left: 0px;
    opacity: .1;
}


.img-to-slide-t-3{
    background: url(../image/c-banner-top.svg);
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position-x: 100% !important;
    height: 100%;
    width: 616px;
    position: absolute;
    right: 221px;
    opacity: .1;
}



.text-white{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 57px;
    color: #FFFFFF;

}

.status-ad{
    border: 2px solid #FFFFFF;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    width: fit-content;
    padding: 6px 32px;
    border-radius: 20px;
    margin-bottom: 27px;
}

.white-max{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;

    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hr-red{
    border-top: 2px solid #B51315;
    margin-bottom: 30px;
}

.v-block{
    display: inline-block;
    margin-right: 97px;
}

.v-block > p{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.v-block > h5{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.swiper-pagination-main{
    z-index: 1000 !important;
    position: absolute;!important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
    margin-left: 83px !important;
    top: -3px !important;
    color: #f18607 !important;
}



.swiper-pagination-total{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
    opacity: 0.4 !important;
}



.swiper-pagination-current{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
    opacity: 0.4 !important;
}


.swiper-pagination-current{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #ffffff; !important;
    opacity: 1 !important;
}



#next_1-main{
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    margin-left: 169px;
    opacity: 1;
    transition: .3s;
}

#next_1-main:hover, #back_1-main:hover{
    opacity: .7;
    transition: .3s;
}


#back_1-main{
    position: absolute;
    cursor: pointer;
    z-index: 1000;
    margin-left: -10px;
    transition: .3s;
}



.specifics{
    margin-bottom: 60px;
}

.pt-main-block{
    padding-top: 220px;
}


.card-style-c{
    height: 255px;
}


.main-header{
    position: absolute;
    left: calc(50% - 700px);
    width: 1400px;
    // height: 120px;
    background: #ffffff;
    border-radius: 0px 0px 30px 30px;
    z-index: 1500;
    padding: 37px 55px;
}

.nav-link{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #2F1309;
    margin: 0px;
    margin-left: 24px;
    display: inline-block;
}

.navbar-nav > .active{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #E94200;
}

.navbar-nav:first-child{
    margin-left: 0px !important;
}

.navbar-nav > .active {
    content: "●";
    color: #E94200 !important;
}

.navbar-nav > .active::before {
    content: "●";
    color: #E94200 !important;
    font-size: 26px;
    position: absolute;
    margin-top: 23px;
    margin-left: -10px;
    transition: .3s;
}

.navbar-nav > .active:hover::before {
    content: "●";
    color:  !important;
    font-size: 26px;
    position: absolute;
    margin-top: 23px;
    margin-left: -10px;
    transition: .3s;
}


.navbar-nav > .nav-link::before {
    content: "●";
    color: #fff;
    font-size: 26px;
    position: absolute;
    margin-top: 23px;
    margin-left: -10px;
    transition: .3s;
}


.navbar-nav > .nav-link:hover::before {
    content: "●";
    color: #E94200;
    font-size: 26px;
    position: absolute;
    margin-top: 23px;
    margin-left: -10px;
    transition: .3s;
}

.navbar-nav > .no-point:hover::before {
    content: "" !important;
}

.navbar-nav > .no-point:hover::before {
    content: "" !important;
    color: #fff !important;
}



.nav-link > .text{
    width: fit-content;
}


.dropdown-menu-max{
    padding-left: 20px;
    width: calc(100% + 112px);
    border-radius: 0px 0px 30px 30px;
    margin-left: -56px;
    border: 0;
    box-shadow: none;
    margin-top: 10px;
    padding-bottom: 30px;
    padding: 28px;
}

.navbar-brand{
    width: 160px;
    padding: 0px;
}



.city-select{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
    margin-left: 35px;
    float: left;
    margin-top: 19px;
}

a{
    opacity: 1;
    transition: .3s;
    text-decoration: none !important;
}

a:hover{
    text-decoration: none;
    color: #2F1309;
    transition: .3s;
}

#navbarNavAltMarkup{
    padding: 0px;
    float: right;
    width: fit-content;
}

.navbar-nav{
    float: right;
    margin-top: 4px;
}

.lk-bt{
    cursor: pointer;
}

.lk-bt > svg{
    top: 7px;
    position: relative;
}

.navbar{
        margin-bottom: 0px;
}


.product-card-header-img{
    width: 300px;
}

.tag-prog-hd{
    background: #E94200;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 30px;
    width: fit-content;
    padding: 7px 19px;
    position: absolute;
    margin-left: 38px;
}

.hr-gray{
    width: calc(100% - 76px);
    margin-bottom: 46px;
}

.text-prod-hd > p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #B51315;
    margin-top: 20px;
    margin-bottom: 0px;
}

.text-prod-hd > h5{
    margin-top: 6px;
    color: #585B67 !important;
}

.text-prod-hd > h3{
    font-size: 24px;
    color: #2F1309;
    margin-bottom: 10px;

}

.category-name{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    margin-bottom: 22px;
    color: #2F1309;
}

.pod-category-name{
    padding: 0px;
}

.pod-category-name > li{
    display: block;
    /*margin-bottom: 30px;*/
    margin-bottom: 9px;
}

.category-name:hover{
    color: #B51315 !important;
}

/*
.pod-category-name > li > a{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2F1309;
}*/

.menu-bottom-margin{
    margin-bottom: 30px;
}

.pod-category-name > li > a {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #2F1309;
}



.pod-category-name > li > a:hover{
    color: #B51315;
}


.nocity{
    text-align: center;
    background: #f9f9f9;
    color: #E94200;
    padding: 15px;
    border-radius: 15px;
}

.city-sel-dr-cont{
    margin-left: 193px;
    margin-top: 52px;
    width: 350px;
    padding: 30px;
    box-shadow: 0px 13px 95px rgb(0 0 0 / 11%) !important;
    border-radius: 30px 30px 30px 30px !important;
    border: 0px !important;

}

.dropdown-menu {
    box-shadow: 0px 142px 95px rgb(0 0 0 / 11%);
    border-radius: 0px 0px 30px 30px;
}


input {
    outline:none;
}


input:active, input:hover, input:focus {
     outline: 0;
     outline-offset: 0;
 }


.small_title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2F1309;
}

.print-city-in{
    background: url(../image/search.svg);
    background-repeat: no-repeat;
    background-position-y: 5px;
    border: 0px !important;
    padding: 5px 5px 5px 34px;
    border-bottom: 2px solid #c0c0c0  !important;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0px;
}

#geoResult > div > h3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2F1309;
    margin-bottom: 20px;
    margin-top: 60px;
}

.back-prod-img{
    position: absolute;
    margin-top: 175px;
    margin-left: 20px;
    z-index: 100;
}

.c-hover{
    transition: .3s;
    cursor: pointer;
}



.svg-h{
    cursor: pointer;

    background-size: cover !important;
    background: url(../image/next-slide.svg);
    transition: .3s;
}


.svg-h:hover{
    transition: .3s;
    background: url('../image/next-slide-hover.svg');
}

.svg-h-back{
    transform: rotate(180deg)
}


/*
.svg-h > path{
    fill: #585B67;
    transition: .1s;
}
.svg-h{
    border-radius: 50%;
    stroke: #585B67;
    transition: .1s;
}

.svg-h:hover{
    background: #b51315;
    transition: .1s;
    color: #fff;
    stroke: #b51315;
}

.svg-h:hover > path{
    fill: #fff;
    transition: .1s;
}*/



.next-prod-img{
    position: absolute;
    margin-top: 175px;
    margin-left: 20px;
    z-index: 100;
    right: 20px;
}

.r-map{
    border-radius: 30px;
    overflow: hidden;
}

.anc-c3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #585B67;
    padding-left: 32px;
    margin-bottom: 26px;
}

.anc-c3 > svg{
    position: absolute;
    margin-left: -32px;
    margin-top: -5px;
}

.geoResult-c > div > h3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2F1309;
    margin-bottom: 20px;
    margin-top: 60px;
}

.maxNoneData{
    border: 2px solid #F1F1F1;
    padding: 78px;
    color: #B51315;
    text-align: center;
    border-radius: 30px;
}

#map{
    border-radius: 30px;
    overflow: hidden;
}


.ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
}


.service-svg > svg{
    position: absolute;
    margin-left: -33px;
}

.service-phone, .service-geo{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2F1309;
    padding-left: 35px;
    max-width: 85%;
    margin-bottom: 14px;
    line-height: 1.7;
}

.service-phone > svg{
    margin-top: 3px;
}

.service-dop{
    float: right;
    margin-top: 41px;
}

.service-rule-svg{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #F1F1F1;
    display: block;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 10px;
    transition: .3s;
}

.service-rule-svg:hover{
    background: #B51315;
    transition: .3s;
}

.service-rule-svg > svg{
    fill: #585B67;
    transition: .3s;
}

.service-rule-svg:hover > svg{
    fill: #fff;
    transition: .3s;
}

.service-name{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #2F1309;
    margin-bottom: 20px;
}


.service-card{
    //min-height: 188px;
    min-height: 209px;
    border: 2px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 20px;
}

.city-len{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    color: #585B67;
    cursor: pointer;
    transition: .3s;
}

.city-len:hover{
    color: #E94200;
    transition: .3s;
}


.dropdown-menu-max:hover, .city-sel-dr-cont:hover{
    display: block !important;
}

.vievMobile{
    height: auto !important;
}

.dropdown-menu-auth{
    width: 335px !important;
    margin-left: -308px !important;
    margin-top: 81px !important;
    border-radius: 30px !important;
    border: 0px !important;
    background-color: #fff !important;
    cursor: auto;
    padding: 30px 30px 10px 30px;
}

.auth-link{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #585B67;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-transform: initial;
}

.small_title{
    text-transform: initial;
    text-align: left;
    margin-bottom: 30px;
}


.modal {
    z-index: 2500;
}

.modal-backdrop.in {
    z-index: 2000;
}


.modal {
    text-align: center;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }


}


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.modal-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
}

.modal-content{
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

.modal-header {
    padding-top: 35px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-footer {
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -19px;
}

.p-modal{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2F1309;
    margin-top: 10px;
}

.p-modal > .a-des {
    display: inline-block;
    margin-top: 15px;
}

.modal-open {
    overflow: auto;
}

.modal {
    overflow-y: auto;
}


.close {
    opacity: 1;
}

.input-default{
    width: 350px;
    height: 45px;
    padding: 10px;
    border: 0px;
    margin-top: 23px;
    border-bottom: 2px solid #d0d0d0;
}

.a-des{
    margin-top: 15px;
    display: block;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #B51315;
}

.modal-header-close{
    width: 100%;
    height: 6px;
}

.text-field {
    margin-bottom: 10px;
    margin-top: 41px;
}

.text-field__label {
    font-family: 'Rubik';
    display: block;
    margin-bottom: 0.25rem;
}

.text-field__input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

.text-field__input[type="search"]::-webkit-search-decoration,
.text-field__input[type="search"]::-webkit-search-cancel-button,
.text-field__input[type="search"]::-webkit-search-results-button,
.text-field__input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.text-field__input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bdbdbd;
    outline: 0;
}

.text-field__input:disabled,
.text-field__input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

/* with floating label */
.text-field_floating {
    position: relative;
}

.text-field_floating .text-field__input {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #d0d0d0;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
    background: rgba(0,0,0,0);
}

.text-field_floating .text-field__label {
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

.text-field_floating .text-field__input::-moz-placeholder {
    color: transparent;
}

.text-field_floating .text-field__input::placeholder {
    color: transparent;
}

.text-field_floating .text-field__input:focus,
.text-field_floating .text-field__input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.text-field_floating .text-field__input:focus~.text-field__label,
.text-field_floating .text-field__input:not(:placeholder-shown)~.text-field__label {
    opacity: .65;
    transform: scale(.85) translateY(-20px) translateX(-10px);
}


.variates_city{
    padding: 30px 30px 7px 30px;
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 30px 30px;
    z-index: 1000;
    box-shadow: 0px 29px 95px rgb(0 0 0 / 19%);
}

.scrollspy-example > p{
    margin-bottom: 400px;
}


.variates_city > .nocity{
    margin-bottom: 20px;
}

button{
    outline: none !important;
}

.custom_checked{
    background: #585B67;
    border-radius: 4px;
}

input[type="checkbox"] {
    background: #585B67;
    border-radius: 4px;
}



.des-check{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
    opacity: 0.6;
}

select{
    outline: none;
    margin-top: 41px;
    width: 100%;
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #d0d0d0;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
}

.mx-w{
    max-width: 725px;
    margin-bottom: 34px;
}

.hc-medium{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}

.mini-text{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
}


.h4-gray{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #585B67;

}


.max-phone{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
    margin-top: 26px;
    margin-bottom: 22px;

}

.pre-title-c{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;

    /* title */

    color: #2F1309;
}

.mb-30{
    margin-bottom: 30px;
}

.form-contact{
    padding: 20px 20px 20px 20px !important;
}

.in-c{
    margin-top: 17px;
}

.contact-b-1{
    margin-bottom: 60px;
}


.ch-c-1{
    margin-top: 15px;
}

.ch-c-1 > label{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
}


.ch-c-1 > label::before{
    border: 1px solid #585B67 !important;
    background-color: #585B67 !important;
    margin-top: -1px !important;
}


.ch-c-1 > .custom-checkbox:checked+label::before {
    border-color: #E94200 !important;
    background-color: #E94200 !important;
}



.bottom-contact{
    background: #E94200;
    border-radius: 36px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    display: block;
    padding: 18px;
    border: 0px;
    transition: .3s;
}

.p-20{
    padding: 20px !important;
}

.m-title-fix{
    min-height: 42px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.de-text-c{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-left: 34px;
    /* identical to box height */
    /* title */

    color: #2F1309;
    margin-top: 20px;
}

.de-text-c a{
    color: #B51315!important;
}

.de-text-c > svg{
    position: absolute;
    margin-left: -34px;
}

.max-phone > svg{
    margin-right: 14px;
}

.container-top-min {
    max-width: 1820px;
    min-height: 314px;
    background: #B51315;
    border-radius: 0px 0px 30px 30px;
    margin: auto;
    margin-bottom: 100px !important;
    overflow: hidden;
}

.trooper-a{
    margin-top: 160px;
    padding: 0px;
}


@media screen and (max-width: 768px) {


    .trooper-a {
        padding: 0px 15px;
    }

}

.breadcrumb {
    padding: 0px;
    background-color: #f5f5f500;
}

a {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
}

.breadcrumb > .active {
    color: #F1F1F1 !important;
    opacity: 0.6;
}

.breadcrumb > li + li:before {
    padding: 0px 7px 0px 5px;
    color: #E94200;
    font-family: Arial;
    content: "●";
}

.max-default, .max-default p{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #585B67;
}

.category{
    height: 450px;
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
}

.card-mg-min > a > div, .category > div {
    background-position: right;
}

.mt-s{
    margin-bottom: 30px;
    transition: .3s !important;
}

.mt-s > .img-view-slider{
    height: 240px;
}

.mt-s:hover{
    transition: .3s;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}


.page-link{
    display: inline-block;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    color: #585B67;
    opacity: 0.5;
}

.page-link:hover{
    color: #585B67;
    background: #fff !important;
    opacity: 0.3;
}

.op-1{
    opacity: 1 !important;
}

.page-item:hover{
    background: #fff !important;
}

.page-link > svg{
    margin-top: -3px;
}

.pag-active{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center !important;
    color: #E94200 !important;
    opacity: 1;
}

.pagination > li > a, .pagination > li > span {
    border: 0px solid #dddddd;
}

.mb-top-min{
    margin-bottom: 40px !important;
}

.small_title-f{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2F1309;
}

.img-radius{
    border-radius: 30px;
}

.image-post{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    object-fit: cover;
    object-position: center top;
}

.reply-link{
    padding-top: 11px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #F1F1F1;
    margin-right: 16px;
    transition: .3s;
}

.reply-link:hover{
    background: #B51315;
    transition: .3s;
}

.reply-link > svg{
    fill: #585B67 !important;
    transition: .3s;
}

.reply-link:hover > svg{
    fill: #fff !important;
    transition: .3s;
}

.card-product{
    height: 400px;
    width: 100%;
    border: 2px solid #F1F1F1;
    border-radius: 30px;
    transition: .3s;
}

.card-product:hover{
    transition: .3s;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.mb-25{
    margin-bottom: 30px;
    display: block;
}

.card-product-slide{
    height: 400px !important;
    border: 2px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 30px;
    background: #fff;
}

.card-product-slide > img{
    height: 336px;
}


.body-replace > svg{
    margin-top: 131px;
    cursor: pointer;
    transition: .3s;
}

.body-replace > svg:hover{
    opacity: .8;
    transition: .3s;
    transform: scale(1.2);
}





.body-replace > svg:hover{
    margin-top: 131px;
    cursor: pointer;
}

.name-replace{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;

    position: absolute;
    bottom: 41px;
    left: 15px;
}

.geo-replace{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;

    position: absolute;
    bottom: 15px;
    left: 33px;
}

.geo-replace > svg{
    position: absolute;
    margin-left: -19px;
    margin-top: -2px;
}

.card-product-slide > h5{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #585B67;
    max-width: 90%;
    margin: auto;
}

.wh-100-p{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.mini-container-f{
    border: 2px solid #F1F1F1;
    padding: 26px;
    padding-bottom: 0px;
    border-radius: 30px;
    margin-bottom: 20px;
}

a:hover{
    color: #2F1309;
}


.stus-pr{
    margin-top: 16px;
    margin-left: 16px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    border-radius: 30px;
    padding: 7px 25px;
    text-transform: uppercase;
    z-index: 0;
}

.ocf-btn-link{
    position: absolute;
    width: calc(100% - 20px);
    margin-top: -77px;
    padding: 0px !important;
    color: #e94200 !important;
}

.hit{
    background: #E94200;
}

.new{
    background: #59D645;
}


.coolapse-icon{
    float: right;
    transition: .3s;
}

.coolapse-title{
    cursor: pointer;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2F1309;
    margin-bottom: 26px;
}

.coollapse-dropdown{
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    margin-bottom: 11px;
}


.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


.mb-60px{
    margin-bottom: 60px;
}

.anchor{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: block;
    margin-bottom: 30px;
}

.anchor:hover{
    color: #B51315;
}


.t-prod > tbody >  tr > .t-value{
    font-size: 16px;
}


.t-prod > tbody > tr > .t-date{
    font-size: 16px;
    text-align: left;
}

.hider-list{
    overflow: hidden;
    height: auto;
    margin-bottom: 40px;
}

#drop_svg{
    transition: .3s;
}

.anch-btn > svg{
    margin-top: 5px;
    margin-left: 25px;
    /* right: -15px; */
    position: absolute;
}

.mobile-banner-k{
    object-fit: contain !important;
    height: 258px  !important;
}

.pag-prod{
    float: right;
    margin-top: -9px;
}

.documents-cont{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    background: #F1F1F1 !important;
    border-radius: 30px !important;
    display: block;
    color: #2F1309 !important;
    margin-bottom: 20px;
    text-align: left !important;
    padding-left: 71px !important;
    padding-top: 33px !important;
    min-height: 80px;
    margin-right: 0px !important;
}

.documents-cont > svg{
    position: absolute;
    margin-left: -51px;
    margin-top: -17px;
}

.pag-prod > svg{
    margin-left: 15px;
    cursor: pointer;
    transition: .3s;
}

.pag-prod > svg:hover{
    // opacity: .7;
    transition: .3s;
}


.mb-20{
    margin-bottom: 20px;
}

.anch-btn{
    cursor: pointer;
    background: #E94200 !important;
    border-radius: 36px  !important;
    font-family: 'Rubik'  !important;
    font-style: normal  !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    border: 2px solid #E94200 !important;
    align-items: center !important;
    text-align: center !important;
    transition: .3s !important;
    color: #FFFFFF !important;
    display: block !important;
    width: fit-content !important;
    margin: auto !important;
    padding: 15px 61px !important;
}



.anch-btn:hover, .red-btn:hover{
    color: #fff !important;
    background: #b51315 !important;
    border: 2px solid #b51315 !important;
    transition: .3s;
}

.btn-primary:hover, .bottom-contact:hover{
    color: #fff !important;
    background: #b51315 !important;
    transition: .3s;
}


.mini-container-f > .anc-c3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */


    /* dark grey */

    color: #585B67;

}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #F1F1F1;
    background-color: #F1F1F1;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-top: -1px;
}

.coollapse-dropdown > label{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2F1309;
    margin-bottom: 15px;
}


.custom-checkbox:checked+label::before {
    border-color: #E94200;
    background-color: #E94200;
}


.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #F1F1F1;
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: #E94200;
    border-color: #E94200;
}


.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #F1F1F1;
}

.custom-checkbox:disabled+label::before {
    background-color: #F1F1F1;
}

.red_container{
    background: #E94200;
    border-radius: 30px;
    padding: 40px 30px;
}

.dropdown > a > svg{
    margin-top: 23px;
}

.card_doc > img {
    width: 100%;
    height: 213px;
    border-radius: 30px 0px 0px 30px;
    object-fit: contain;
}

.card_doc > div > a > img {
    width: 100%;
    height: 213px;
    border-radius: 30px 0px 0px 30px;
    object-fit: contain;
}

.card_doc > .name-product {
    margin-bottom: 20px;
    margin-top: 20px;
}

.reb-banner-img{
    width: 370px;
    position: absolute;
    top: -88px;
    left: -59px;
}

.documents_block{
    position: relative;
    padding: 40px 20px;
    background: #E94200;
    border-radius: 0px 0px 27px 27px;
}

.icon-file{
    display: block;
    position: absolute;
}

.file-block{
    text-align: left;
}

.open-doc{
    display: inline-block;
}

.hide-reb-block-open{
    position: relative;
    display: inline-block;
    top: -9px;
    padding: 4px;
    text-align: center;
    width: 100%;
}


.mh-0{
    max-height: 0px;
    overflow: hidden;
}

.docs-f{
    position: relative;
    padding: 0px;
    margin: 0px;
    border: 0px;
    top: 1px;
}

.card_doc > .open > a > svg {
    opacity: 0;
}

.line-w{
    margin-bottom: 30px;
    margin-top: 16px;
    background: #fff;
    margin-left: 45px;
}

.file_name{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    padding-left: 43px;
}


.card_doc {
    min-height: 300px;
    width: 46%;
    margin-right: 12px;
    margin-left: 12px;
    display: inline-block;
    border: 2px solid #F1F1F1;
    border-radius: 30px;
    transition: .3s;
    margin-bottom: 25px;
}


.card_doc:hover {
    transition: .3s;
    box-shadow: 0px 8px 25px rgb(0 0 0 / 10%);
}


.gray-container{
    padding: 30px 30px 30px 74px;
    background: #f1f1f1;
    border-radius: 30px;
    margin-bottom: 60px;
}

.gray-container > h4{
    font-size: 24px;
    line-height: 28px;
    color: #2F1309;
    margin-bottom: 40px;
}

.gray-container > h5{
    margin-bottom: 20px;
    margin-top: 30px;
}

.red-text{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #B51315;
}

.icon-geo{
    float: left;
    margin-right: 12px;
    margin-top: 2px;
}

.mb-0{
    margin-bottom: 0px;
}

h6{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.white-text{
    color: #FFFFFF;
}


.name-white{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 12px;
}

.geo-mini{
    position: relative;
    margin-right: 12px;
    float: left;
}

.header-btn{
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 36px;
    width: 100%;
    padding: 17px;
    color: #fff;
    background: #E94200;
    transition: .3s;
}


.header-btn:hover{
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 36px;
    width: 100%;
    padding: 17px;
    color: #E94200;
    background: #fff;
    transition: .3s;
}


.profile-img{
    border: 4px solid #E94200;
    box-sizing: border-box;
    border-radius: 50%;
    width: 255px;
    height: 255px;
    position: absolute;
}

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


.gray-line-bt{
    margin-top: 135px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F1F1F1;
}


.profile-edit, .profile-edit:hover{
    width: fit-content;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
    margin-top: 20px;
    display: block;
}

.profile-edit > svg{
    position: relative;
    margin-right: 10px;
    top: 2px;
}


.header-block-profile{
    max-height: 325px;
    overflow: initial;
}


.small-title-profile{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2F1309;
    margin-bottom: 40px;
}

.p-30{
    padding: 30px !important;
}

.header-block-profile > .trooper-a{
    margin-top: 0px;
    padding-top: 170px;
}

.trooper-a-acc{
    padding: 15px;
}




.nuber-gray-block{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #B51315;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 9px;

    position: absolute;
    margin-left: -51px;
    margin-top: -6px;
}

.hide-reb-block{
    position: relative;
    display: inline-block;
    top: 20px;
    padding: 4px;
}

.bottom-red-doc{
    text-align: center;
}


.clear-filter{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2F1309;
    display: block;
}

.clear-filter > svg{
    top: 2px;
    left: -5px;
    position: relative;
}

.type-product{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #2F1309;
    margin-bottom: 26px;
}

.type-product > svg{
    margin-right: 10px;
    top: 5px;
    position: relative;
}

.type-product:hover{
    color: #2F1309;
    opacity: .8;
}

.clear-filter:hover{
    color: #2F1309;
}


.card-product > img{
    width: 100%;
    height: 319px;
    border-radius: 30px 0px 0px 30px;
    object-fit: contain;
}

.name-product{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #585B67;
    margin-top: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 65px;
    padding: 11px;
}


.red-btn{
    background: #e94200;
    border: 2px solid #e94200;
    position: relative;
    margin-top: 24px;
    color: #fff;
}


.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.modal-xs{
    width: 100% !important;
    max-width: 920px;
}

.register_cotel{
    max-width: 730px;
    margin: auto;
}

.reg-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;

    color: #E94200;

}

.bb-0{
    border-bottom: 0px !important;
}

.upload{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
    margin-top: 20px;
    background: #fff;
    border: 0px;
    display: inline-block;
}

#preview{
    position: absolute;
    margin-top: -47px;
    margin-left: 171px;
}

#preview > img{
    height: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
}

.upload > svg{
    position: relative;
    top: 5px;
    margin-right: 10px;
}


.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li.active > a:focus {
    text-transform: inherit;
    background: #FFF;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #2F1309;
    padding: 9px 31px !important;
    border-radius: 23px;
    margin-left: 0px;
    margin-right: 27px;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #b51315;
    text-transform: inherit;
}


.nav-pills > li > a {
    border-radius: 24px;
    padding: 10px 35px;
}


.active > a{
    background: #B51315;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 37px;
    border-radius: 23px;
    margin-left: 0px;
    margin-right: 27px;
}

.new-tab > a{
    background: #FFF;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2F1309;
    padding: 10px 37px;
    border-radius: 23px;
    margin-left: 0px;
    margin-right: 27px;
}


table{
    width: 100%;
    margin-top: 31px;
    margin-bottom: 53px;
}


tr{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
td {
    border: solid 0px #000;
    border-style: solid none;
    padding: 10px;
    //background-color: cyan;
}
td:first-child {
    border-left-style: solid;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

tr > td{
    padding: 7px 64px 7px 20px;
}

tr:nth-child(odd) {
    background-color: #f1f1f1;
}


.t-value{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2F1309;
    text-align: left;
}

.t-date{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2F1309;
    text-align: right;
}


.small-text{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #585B67;
    opacity: 0.6;
}

.modal-body {
    padding: 30px;
}

.mb-f-40{
    margin-bottom: 40px;
}


.min-red-banner{
    height: 200px;
    background: radial-gradient(50% 50% at 50% 50%, #DF3815 0%, #B61415 100%);
    border-radius: 30px;
    text-align: center;
}


.min-red-banner > img{
    width: auto;
    margin-top: -72px;
    height: 306px;
    position: relative;
}


.calc-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2F1309;
    width: fit-content;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 10px;
}


.calc-t-point{
    width: 40px;
    height: 40px;
    background: #B51315;
    color: #fff;
    padding-top: 9px;
    margin-right: 9px;
    border-radius: 23px;
    display: inline-block;
}


.calc-card{
    height: 160px;
    background: #F1F1F1;
    border: 2px solid #F1F1F1;
    border-radius: 30px;
    width: 100%;
    transition: .3s;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}


.calc-card:hover{
    border: 2px solid #B51315;
    transition: .3s;
}


.mt-60{
    margin-top: 60px;
}

.calc_ch{
    display: none;
}

.calc_ch:checked + .calc-card {
    background: #B51315;
    border: 2px solid #B51315;
}

.calc_ch:checked + .calc-card   > svg{
    fill: #FFF !important;
    transition: .3s;
}


.calc_ch:checked + .calc-card  > .calc-t-card{
    color: #FFF;
    transition: .3s;
}


.calc-card:hover > .help-text{
    opacity: 1;
    transition: .3s;
}


.calc-card > input{
    position: absolute;
}


.calc-card > svg{
    fill: #B51315 !important;
    margin-top: 25px;
    transition: .3s;
}




.calc-t-card{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
    text-align: center;
    color: #2F1309;
    transition: .3s;
}




.px{
    // padding-right: 29px !important;
}

.ymaps-map{
   width: 100% !important;
    height: 400px;
}

.top-tab-1{
    margin-top: 100px;
}

.thumb-product-line{
    height: fit-content;
}

.thumb-product{
    height: 101px !important;
}

.thumb-product > .swiper-slide{
    height: 100px !important;
    border: 2px solid #F1F1F1;
    border-radius: 10px !important;
}

.thumb-product > .swiper-slide > img{
    height: 100%;
    object-fit: contain;
}



.big-photo-cnt{
    height: 410px !important;
}

.big-photo-cnt > .swiper-wrapper{
    height: 400px !important;
}

.big-photo-cnt > .swiper-wrapper > .swiper-slide{
    background: #ffffff;
    border: 2px solid #F1F1F1;
}

.big-photo-cnt > .swiper-wrapper > .swiper-slide > img{
    height: 100%;
    object-fit: contain;
}



.help-text{
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2F1309;
    width: 232.5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    left: -235px;
    top: 32%;
}


.help-text::after {
    content: '';
    position: absolute;
    right: -16px;
    transform: rotate(270deg);
    bottom: 37%;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.mt-40{
    margin-top: 40px;
}

.ymaps-b-zoom__button_type_minus {
    background: none !important;
}

.ymaps-b-zoom__scale-bg {
    background: none !important;
}


.ymaps-b-form-button_theme_grey-sm, .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__left, .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__content {
    background-image: none;
    background: #fff !important;
}

.ymaps-controls-lefttop, .ymaps-controls-leftbottom, .ymaps-controls-righttop, .ymaps-controls-rightbottom{
    left: 20px !important;
}

.ymaps-b-zoom__scale {
    display: none !important;
}

.ymaps-b-zoom {
    width: 25px;
    display: block;
    border-radius: 10px;
}

.ymaps-b-zoom_hints-pos_right{
    border: 7px solid #fff;
    border-radius: 14px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    background: #fff;
}

.ymaps-b-zoom__button_type_minus {
    background: none !important;
    margin-bottom: 10px;
}

.x-flex{
    float: inherit;
    display: inline-block;
}

.man-img{
    margin: -50px -29px;
}


.video-cont{
    border-radius: 30px;
    overflow: hidden;
}

.front-video{
    height: 470px;
}

.front-video > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video{
    border-radius: 30px;
}


.red-light{
    background: #E94200;
    min-height: 335px;
}

.red-light > div > div > h3{
    margin-bottom: 30px;
}

.red-light > div > div > .man-img{
    height: 412px;
    margin: -82px 2px;
    z-index: 1000;
    position: absolute;
}

.red-light > div > div > a{
    background-color: #b51315 !important;
    border-color: #b51315 !important;
    transition: .3s;
}

.red-light > div > div > a:hover{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #b51315 !important;
    transition: .3s;
}

.breadcrumb-item > a:hover{
    color: #fff !important;
    opacity: .8;
}

.modal-lg {
    max-width: 800px;
    width: 100% !important;
}

.modal-lg > #video-replace{
    height: 500px;
}

.bg-1{
    background-size: cover !important;
}

.play-bt{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    margin-top: 179px;
    cursor: pointer;
    transition: .3s;
}

.play-bt:hover{
    transition: .3s;
    opacity: .7;
    transform: scale(1.2);
}


.command_img{
    max-width: 160px;
    width: 100%;
    height: complex;
}


.btn-white{
    border-radius: 36px;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    display: flex;
    align-items: center;
    text-align: center;

    color: #E94200;
    transition: .3s;
}

.btn-white:hover{
    background-color: rgba(0,0,0,0) !important;
    transition: .3s;
}





.ymaps-label{
    background: #FFFFFF !important;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 25%) !important;
    border-radius: 20px !important;
    padding: 16px !important;
    border: 0px !important;
}

ymaps > b{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #2F1309 !important;
}


ymaps{
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #585B67 !important;
}




@media (max-width: 767px){
    .ocf-btn-mobile-fixed .ocf-btn {
        background-color: #b51315 !important;
    }


    .ocf-btn-name{
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        line-height: 25px;
        margin-left: 9px;
    }

    .ocf-container{
        background: #fff;
        padding: 0px;
        margin: 0px;
        border: 0px solid #F1F1F1;
    }

    .ocf-filter-name {
        margin-left: 10px;
        font-size: 13px !important;
    }

    .ocf-mobile{
        font-size: 14px !important;
        right: 28px;
        position: absolute;
    }

    .ocf-value-input::before {
        pointer-events: none;
        margin-top: 3px !important;
    }

    .ocf-theme-light-block .ocf-search-btn-static, .ocf-theme-light-block .ocf-search-btn-popover, .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled {
        background-color: #b51315 !important;
        max-width: 77%;
        color: #fff;
    }

    .ocf-between > button{
        max-width: 100% !important;
    }


    .ocf-active-label{
        padding: 10px;
    }

    .ocf-active .ocf-filter-discard {
        display: block;
        margin-top: -10px;
        margin-left: -21px;
        position: absolute;
    }

    .ocf-filter-header-append > .ocf-minus-circle{
        display: none !important;
    }

    .ocf-filter-header > .ocf-filter-name{
        max-width: 85% !important;
    }
    .ocf-value-name {
        font-size: 15px !important;
        margin-top: 2px;
    }

    .ocf-value-input {
        margin-top: 6px !important;
    }

}















@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1110px !important;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1110px !important;
    }
}

.mobile-none{
    display: none;
}


@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1110px;
    }

    .des-none{
        display: none !important;
    }

    .mobile-none{
        display: block;
    }

}


@media screen and (min-width: 768px){
    .modal-dialog {
        width: 540px;
    }
}


@media (max-width: 1920px) {
    .container-top-max {
        max-width: 100% !important;
    }
}

@media (max-width: 1420px){

    #navbarNavAltMarkup {
        float: none;
        width: 100%;
        display: flex;
    }

    .navbar-nav{
        width: 100%;
        border-top: 1px solid #e7e7e7;
        padding-top: 10px;
        margin-top: 10px;
    }

    .navbar-nav > .nav-link{
        margin-left: 0px;
        margin-right: 24px;
    }

    .city-select{
        float: right;
    }

    .city-sel-dr-cont{
        right: 0px;
        margin-top: -52px;
        left: auto;
        position: absolute;
    }

    .nav-link {
        margin-top: 20px !important;
    }

    .main-header {
        left:0%;
        width: 100%;
        height: auto;
        padding: 14px 55px 41px 55px;
    }

    .no-point {
        float: right;
        margin-top: 2px !important;
        position: absolute;
        right: 0px;
        margin-right: 0px !important;
    }

}


@media (max-width: 1250px) {
    .slider-next-bt{
        width: 20px;
        height: 20px;
        right: -16px;
    }

    .slider-back-bt{
        width: 20px;
        height: 20px;
        left: -16px;
    }

    .slider-next-bt, .slider-back-bt{
        display: none;
    }

    .main-banner-img{
        z-index: 10;
        top: 81px !important;
        width: 512px !important;
        height: 638px !important;
        position: absolute;
        margin-right: 3px !important;
        right: -2px;
    }

    .main-banner {
        overflow: hidden;
    }


    .man-img{
        margin: -57px 130px !important;
        right: -164px;
        z-index: 0 !important;
        width: 59% !important;
        height: auto !important;
        pointer-events: none;
        top: 4px;
    }

    .text-white {
        max-width: 83%;
    }

    .white-max {
        max-width: 68%;
        font-size: 22px;
    }

    .hr-red {
        opacity: 0;
    }

    .pt-main-block {
        padding-top: 193px;
        z-index: 100 !important;
    }


    .link-container-block {
        width: 32%;
        margin: auto;
        margin-bottom: 17px !important;
    }

    .mySwiper-main > .swiper-wrapper > .swiper-slide {
        overflow: hidden;
    }

    .box-sh-pick {
        position: absolute;
        margin-top: 444px;
        margin-left: 285px;
    }

    .banner-images {
        width: 100%;
        height: auto;
        margin: 0px 4px;
        z-index: 1000;
        position: relative;
    }

    .card-mg-min > a > div, .card-mg-max > a > div{
    // background-position-x: -187px;
    }

}


@media (max-width: 1200px){


    .red-light{
        overflow: hidden;
    }

    .red-light > div > div > .man-img{
        height: 412px !important;
        width: auto !important;
        margin: -170px 2px !important;
        position: relative !important;
        float: right;
    }


    .header-btn {
        max-width: 246px;
        margin-right: 20px;
    }

    .profile-img {
        position: relative;
    }

    .header-block-profile > .trooper-a {
        padding-top: 180px;
    }

    .header-block-profile {
        max-height: none;
    }


    /*
    .main-banner-img {
        z-index: 10;
        top: -388px !important;
        width: 512px !important;
        height: 638px !important;
        position: absolute;
        margin-right: 3px !important;
        right: -2px;
    }*/


    .mobile-banner-k{
        position: absolute;
        height: 70% !important;
        right: -30%;
    }

    .box-sh-pick {
        position: absolute;
        margin-top: -9px;
        margin-left: 682px;
    }



    .card-mg-min > a > div > h3, .card-mg-max > a > div > h3 {
        text-align: right;
        padding-right: 25px;
    }

    .profile-img {
        position: relative;
    }


    .gray-line-bt {
        margin-top: 0px;
    }


}

#service_map{
    height: 400px;
}

#dealers_map{
    min-height: 400px;
}


@media (max-width: 1120px){
    .dropdown-menu-max {
        padding-left: 0px;
    }
    .main-header{
        padding: 25px 25px;
    }


    .navbar-nav > .active::before {
        content: "" !important;
        color: #fff !important;
    }

    .navbar-nav > .nav-link::before {
        content: "" !important;
        color: #fff;
    }


    .navbar-nav > .nav-link:hover::before {
        content: "" !important;
        color: #E94200;
    }

    .navbar-nav > .no-point:hover::before {
        content: "" !important;
    }

    .navbar-nav > .no-point:hover::before {
        content: "" !important;
        color: #fff !important;
    }




    .open > .docs-f{
        width: calc(100% + 4px);
        margin-left: -2px;
        margin-top: -4px;
        position: relative;
    }


    .city-sel-dr-cont {
        width: 350px !important;
        right: 25px !important;
        right: -10px !important;
        margin-top: -64px !important;
    }



    .pod-category-name > li > a {
        font-size: 14px;
        line-height: 22px;
    }

    .pod-category-name > li {
        margin-bottom: 14px;
    }

    .category-name {
        margin-top: 26px;
    }

    .product-card-header {
        margin: 16px;
    }


}


@media (max-width: 1040px){


    #navbar-nav > .dropdown-menu{
        padding: 0px;
        margin-top: -5px;
        width: calc(100% + 52px);
        left: 0px;
        margin-left: -26px;
    }


    .city-sel-dr-cont {
        width: 100% !important;
        left: 25px !important;
    }

    .dropdown-menu-auth{
        // margin-left: -237px !important;
        position: absolute !important;

        margin-top: 13px !important;
        box-shadow: 0px 65px 95px rgb(0 0 0 / 20%) !important;
    }


    .city-select {
        float: left;
    }

    .city-sel-dr-cont{
        left: -38px;
        top: 121px;
        margin-left: -26px;
    }

    .no-point {
        position: absolute;
        float: none;
        top: -5px;
        right: -21px;
    }

    .navbar-brand > svg{
        width: 120px !important;
    }

    .nav-link {
        margin-left: 0px;
        margin-right: 24px !important;
    }

    .city-select {
        margin-left: 20px;
    }

    .dropdown-menu-max {
        margin-top: -7px;
    }

}


@media (max-width: 992px){

    .main-banner-img {
        right: -154px;
    }
}



.hider-list > table > tbody > tr:nth-child(+n+7){
    display: none;
}

.hider-list-open > table > tbody > tr:nth-child(+n+7){
    display: revert;
}

.mb-1-c3{
    display: block;
}

.mb-1-c4{
    display: none;
}

.mobile_name_prod{
    display: none;
}


@media (max-width: 985px){


    .hc-medium {
        font-size: 27px !important;
        line-height: 33px !important;
    }


    .row {
        padding:10px;
    }


    .t-prod > tbody > tr > .t-value {
        font-size: 13px;
    }
    .t-prod > tbody > tr > .t-date {
        font-size: 13px;
        text-align: right;
    }

    .breadcrumb-sd{
        margin-top: 117px;
        padding: 25px;
        padding-bottom: 10px !important;
        font-size: 12px;
    }

    .mb-mobile-3{
        margin-bottom: -23px !important;
    }

    .big-photo-cnt > .swiper-wrapper {
        height: 330px !important;
    }

    .big-photo-cnt {
        height: 340px !important;
    }

    .thumb-product > .swiper-slide {
        height: 76px !important;
    }

    .container-top-min-new {
        min-height: fit-content;
    }

    .mu-pro-name{
        display: none;
    }

    .mobile_name_prod{
        display: block;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 33px;
        color: #b51315;
        margin-top: 10px;
    }

    .mb-1-c3{
        display: none;
    }

    .mb-1-c4{
        display: block;
    }

    /********************/



    .page-link > svg {
        margin-top: -6px;
    }

    .pag-active, .page-link {
        font-size: 18px !important;
    }

    .header-btn {
        margin-bottom: 30px;
        max-width: 224px;
    }


    .navbar-nav{
        height: 0px;
        overflow: hidden;
        border-top: 0px solid #e7e7e7;
        padding-top: 0px;
        margin-top: 0px;
    }
    .menu-open{
        display: block;
    }
    .no-point {
        right: 45px;
        top: 1px;
        transition: 0s;
    }

    .max-default{
        font-size: 14px;
        line-height: 21px;
    }

    .t-value{
        font-size: 13px;
        line-height: 15px;
    }

    .t-date {
        font-size: 13px;
        line-height: 15px;
    }


    tr > td {
        padding: 7px 20px 7px 20px;
    }


    .nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li.active > a:focus {
        font-size: 14px;
        padding: 5px 31px !important;
    }


    .mobile-gray-color{
        margin-left: 0px;
    }

    .modal-xs {
        width: 540px !important;
        max-width: none;
    }

}


@media (max-width: 770px) {


    .red-light > div > div > .man-img{
        margin: -167px -209px !important;
        float: right;
        pointer-events: none;
    }


    .help-text {
        width: 173px;
        left: 18px;
        padding: 11px;
        top: -33%;
    }


    .help-text::after {
        right: 72px;
        transform: rotate(360deg);
        bottom: -18px;
    }


    .x-flex{
        float: left;
        display: inline-block;
    }


    .modal-title {
        font-size: 25px;
    }


    .geo-mini {
        margin-bottom: 30px;
    }

    .profile-img {
        position: relative;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }


    .reb-banner-img{
        position: relative;
        top: -6px;
        left: 0px;
        float: right;
        width: 281px;
    }

    .product-card-header-img{
        width: 100%;
        // height: 400px;
        margin-bottom: 20px;
        border-radius: 12px;
        border: 1px solid #f1f1f1;
    }

    .tag-prog-hd {
        margin-left: 17px;
        margin-top: 14px;
    }
    .hr-gray {
        width: calc(100% - 34px);
        margin-bottom: 5px;
    }


    .card-mg-max {
        height: 185px;
        margin-bottom: 25px;
    }

    .card-mg-min > a > div > h3, .card-mg-max > a > div > h3 {
        text-align: center;
        padding-right: 0px;
    }

}


/* mobile */


@media (max-width: 700px) {

    .nav-item{
        width: 100%;
    }

    .link-bock > .link-container-block{
        width: 100%;
        text-align: center;
    }


    .mobile-banner-k {
        position: absolute;
        right: 0%;
        width: 300px !important;
        height: 300px !important;
        margin-top: 143px;
    }


    .geoResult-c > div > div > h3 {
        margin-top: 10px;
    }

    .documents-cont > svg {
        margin-top: 0px;
    }

    .documents-cont {
        padding-top: 16px !important;
    }

    .anc-c3{
        font-size: 14px;
        line-height: 19px;
    }


    .in-c {
        margin-top: 35px;
    }

    .ch-c-1 {
        margin-top: 28px;
    }


    .modal-lg {
        max-width: 800px;
        width: 91% !important;
    }

    .header-btn {
        max-width: 386px;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }

    .max-default{
        font-size: 14px;
        line-height: 21px;
    }

    .t-value{
        font-size: 13px;
        line-height: 15px;
    }

    .t-date {
        font-size: 13px;
        line-height: 15px;
    }


    tr > td {
        padding: 7px 20px 7px 20px;
    }


    .nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li.active > a:focus {
        font-size: 14px;
        padding: 5px 31px !important;
    }


    .profile-img {
        position: relative;
        margin: auto;
        display: block;
        max-width: 178px;
        max-height: 178px;
    }

    .gray-line-bt {
        margin-top: 33px;
    }


    .card_doc{
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .card-mg-min > a > div, .card-mg-max > a > div{
        background-position-x: 0px;
    }

    .text-white{
        font-size: 34px;
        line-height: 52px;
    }

    .white-max{
        font-size: 21px;
    }

    .status-ad{
        font-size: 14px;
    }

    .pt-main-block {
        padding-top: 164px;
    }

    .hr-red {
        opacity: .5;
    }

    .img-to-slide-t-3{
        right: -105%;
    }

    .main-banner-img{
        display: none;
    }

    .box-sh-pick {
        display: none;
    }

    .v-block {
        margin-top: 20px;
    }

    .pre-span {
        font-size: 32px;
        line-height: 39px;
    }

    h2{
        font-size: 32px;
        line-height: 39px;
    }

    .big-p {
        font-size: 16px;
    }

    /* Адаптивность для стр. О нас Начало*/
    .block_indent {
        margin-bottom: 50px;
        margin: 0 5px;
    }

    .add{
        margin: 0 5px;
    }

    .swiper-container .swiper-slide img{
        max-height: 200px;
    }
    /* Адаптивность для стр. О нас Начало*/
    .card-mg-max {
        height: 185px;
        margin-bottom: 25px;
    }

    h1{
        font-size: 38px;
        line-height: 52px;
    }

    .card-mg-min > a > div, .card-mg-max > a > div {
        height: 57px;
    }

    .card-mg-min > a > div > h3, .card-mg-max > a > div > h3 {
        font-size: 17px;
        line-height: 28px;
        color: #FFFFFF;
        text-align: center;
        width: 209px;
        float: right;
        padding-top: 21px;
    }

    .banner-images {
        width: auto;
        height: 282px;
        margin: 0px -73px;
        z-index: 1000;
        position: relative;
    }

    .p-white {
        font-size: 16px;
    }

    .slider-next-bt, .slider-back-bt{
        display: none;
    }

    body {
        // overflow-x: hidden;
    }

    .main-banner{
        overflow: hidden;
    }

    .btn{
        padding: 18px 67px;
    }

    p {
        line-height: 22px;
    }

    .card-style-c {
        height: 294px;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
    }

    .swiper-pagination-bullet-active {
        width: 20px !important;
    }

    .footer-mini-container {
        height: fit-content;
        line-height: 28px !important;
        display: block;
        margin-bottom: 31px;
        font-size: 14px !important;
        color: #fff !important;
    }

    .container-ft > svg {
        margin-top: 4px;
    }

    .text-muted{
        text-align: left;
        font-size: 12px;
        line-height: 23px !important;
        margin-left: 16px;
        margin-right: 16px;
    }

    .link-container-block {
        width: calc(50% - 2px);
        height: 41px;
        text-align: left;
        padding-left: 10px;
        display: inline-block;
        margin: auto;
        font-size: 15px;
    }

    .min-red-banner > img {
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 566px){



    .status-ad{
        margin: auto;
    }

    .pt-main-block{
        text-align: center;
    }

    .pt-main-block > .text-white {
        max-width: 100%;
        font-size: 30px;
        line-height: 39px;
        margin-top: 23px;
        margin-bottom: 20px;
    }

    .pt-main-block > .mobile-banner-k {
        margin-bottom: 40px;
    }


    .pt-main-block > .btn-white{
        margin: auto;
    }

    #back_1-main{
        left: 10%;
    }

    #next_1-main {
        right: 10%;
    }

    .container-top-max > .swiper > .container > .col-lg-12 > .swiper-pagination-main{
        width: 100%;
        text-align: center;
        margin-left: 0px !important;
    }

    .mobile-banner-k {
        position: relative;
        height: 267px !important;
        right: auto;
        margin-top: 0px !important;
        width: 100% !important;
    }

    .swiper > .container {
        margin-top: 361px !important;
    }

    .mini-container-f > .coollapse-dropdown > label{
        display: block;
    }
    .breadcrumb {
        line-height: 29px;
    }

    .c-hover{
        display: none;
    }

    .man-img{
        margin: -57px 130px !important;
        right: -60px;
    }



    .modal-xs {
        width: 93% !important;
        max-width: none;
    }

    .btn {
        padding: 18px 36px;
    }


    .upload {
        margin-bottom: 40px;
    }

    .card-mg-min > a > div, .category > div {
        // background-position-x: -192px !important;
    }

    .card-mg-min > a > div > h3, .card-mg-max > a > div > h3 {
        text-align: right;
        padding-right: 41px;
        font-size: 15px;
    }

    .container-top-min{
        margin-bottom: 50px !important;
    }


    .v-block{
        width: 48%;
        margin-right: 0px;
        display: inline-table;
        margin-top: 0px;
    }

    .specifics {
        margin-bottom: 22px;
        display: none;
    }

    .pt-main-block > .white-max {
        display: none;
    }
    .pt-main-block > .hr-red {
        display: none;
    }

    .pt-main-block > .btn-white{
        margin-top: 20px;
    }

    .main-banner-img {
        display: block;
        right: -42px;
        top: -127px !important;
    }

}


@media (max-width: 460px){

    .city-select {
        margin-left: 0px;
    }

    #navbar-nav > .dropdown-menu{
        box-shadow: none;
        border-radius: 10px;
        width: 100%;
        margin-left: 0px;
        margin-top: 8px;
        margin-bottom: 10px;
        position: inherit;
        right: 0px;
        padding: 0px;
        background: #fafafa;
    }

    .navbar-collapse{
        max-height: none;
    }

    .open > .dropdown-menu > .col-lg-12 > .hr-gray{
        display: none;
    }


    .main-header{
        box-shadow: rgb(0 0 0 / 14%) 0px 0px 42px -3px;
    }


    .city-sel-dr-cont {
        left: 10px !important;
        top: 133px !important;
        width: calc(100% + 30px) !important;
    }

    .nav-link {
        width: 100%;
    }

    .no-point{
        width: 25px;
    }

    .dropdown-menu-auth{
        margin-left: -239px !important;
        top: 40px;
    }

}


@media (max-width: 450px){
    .city-select {
        width: 100%;
        margin-top: 10px;
        padding-top: 11px;
        border-top: 1px solid #ededed;
    }

    .main-header {
        padding: 25px 25px 17px 25px;
    }

    .city-sel-dr-cont {
        left: -204px;
        top: 144px;
    }
}

.col-sm-6.text-right.max-default, .col-sm-6.text-right.max-default {
  font-size: 14px;
}

.service_map {
    width: 100;
    height: auto;
}
:focus {
outline: none!important;;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
border: none;
}
.anchor {
    cursor: pointer;
}

.ocf-filter.ocf-dropdown {
  margin-bottom: 26px !important;
  padding: 0 !important;
}

.ocf-theme-light-block .ocf-filter-header .ocf-filter-name, .ocf-theme-light-block .ocf-filter-header .ocf-active-label, .ocf-theme-light-block .ocf-module-page-header {
  color: #2F1309 !important;
  font-weight: normal;
}

.ocf-value {
  margin-bottom: 15px !important;
}
.ocf-theme-light-block .ocf-value .ocf-value-input::after {
  margin-top: 0;
}

.ocf-value {
  margin-bottom: 12px !important;
}
.ocf-value-input {
  width: 14px!important;
  height: 14px!important;
  flex: 0 0 14px!important;
  margin-right: 10px;
  margin-top: 2px;
}
.ocf-value-input-checkbox::before {
  border: 1px solid #F1F1F1 !important;
  background-color: #F1F1F1 !important;
  border-radius: 2px !important;
  border: none;
  margin-top: 0!important;
  background: #c7c7c7 !important;
}
.ocf-value-name {;
  font-weight: normal;
  line-height: 1.5;
  color: #2F1309;
}
.ocf-selected .ocf-value-input-checkbox::after {
    background-image: none !important;
}
.ocf-theme-light-block .ocf-value .ocf-value-input::after {
  margin-top: 0!important;
}
.ocf-theme-light-block .ocf-selected .ocf-value-input::before {
  background-color: #e94200 !important;
  border-color: #E94200!important;
}
.ocf-value:active .ocf-value-input::before {
  box-shadow: none!important;
}
.ocf-value-input::before {
  border: none !important;
}









.close-swiper{
    display: none;
}

#mx_swiper > .swiper-wrapper{
    cursor: zoom-in;
}

.swiper-max-window  > .swiper-wrapper{
    cursor: auto !important;
}

#mx_swiper > .stus-pr{
    z-index: 100;
}

.swiper-max-window > .close-swiper{
    cursor: pointer;
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    z-index: 1000;
}


.swiper-max-window {
    position: fixed !important;
    z-index: 5000 !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    background: #000000a1 !important;
}


.swiper-max-window > .swiper-wrapper{
    height: 100% !important;
    border-radius: 0px !important;
}


.swiper-max-window > .swiper-wrapper > .swiper-slide > img{
    border: 50px solid #ccc0;
}

.swiper-max-window > .swiper-wrapper > .swiper-slide {
    background: #00000000;
    border: 0px solid #F1F1F1;
}



.swiper-max-window > .c-hover > .svg-h{
    transition: .0s !important;
    background: url('../image/next-slide-hover.svg');
}


#mx_swiper > .c-hover {
    transition: .0s !important;
}


.swiper-max-window > .c-hover {
    transition: .0s !important;
    top: 50% !important;
    margin-top: 0px !important;
}

#news {
	overflow: hidden;
}

.ocf-btn.ocf-disabled, .ocf-btn[disabled] {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.ocf-scroll-y {
    background-image: none !important;
}

.swiper-slide img {
    object-fit: cover;
}


.swiper-container {
            width: 100%;
            height: auto;
            padding: 20px 0;
        }
        
   .swiper-container      .swiper-slide {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
			    background: none;
        }
        
     .swiper-container    .swiper-slide img {
            max-width: 100%;
            height: auto;
            max-height: 300px;
            object-fit: contain;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        
      .swiper-container   .swiper-slide img:hover {
            transform: scale(1.05);
        }
        
     .swiper-container    .swiper-slide-active img {
            transform: scale(1.1);
        }
        
     .swiper-container    .swiper-slide-active img:hover {
            transform: scale(1.15);
        }
        
        /* Стили для модального окна */
       #news .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            overflow: auto;
        }
        
     #news   .modal-content {
            margin: auto;
            display: block;
            width: auto;
            max-width: 90%;
            max-height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
       #news .close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
        }
		
	   /*  @media (max-width: 767px) {
           .swiper-container    .swiper-slide img {
                max-height: 200px;
            }
        }	
  @media (max-width: 992px) {
          .swiper-container   .swiper-slide {
                flex: 0 0 calc(25% - 8px);
            }
        }
        
        @media (max-width: 768px) {
           .swiper-container   .swiper-slide {
                flex: 0 0 calc(33.333% - 8px);
            }
        }
        
        @media (max-width: 576px) {
             .swiper-container   .swiper-slide {
                flex: 0 0 calc(50% - 8px);
            }
        }		
		*/
		
#search {
margin-bottom:20px;
}	

#search .btn {
    padding: 9px 20px;
	    line-height: 24px;
		color: #E94200;
}

#search .input-lg {
        height: 44px;
    padding: 10px 16px 10px;
    margin: 5px 0 0;
}
/*        Блок статей  Калинин С.В.      */
/* ┌────────── SECTION START ──────────┐ */

.row.block_indent a {
    color: rgb(42, 100, 150);
}

.block_indent h3{
   color: #2F1309;
   font-size: 24px;
}

#main-block-scroll p{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #2F1309;
}

#main-block-scroll h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #585B67;
}

 div.container  div  div.col-lg-8  p img{
    width: 70% !important;
    border-radius: 20px;
    box-shadow: 10px 11px 35px 9px rgba(34, 60, 80, 0.2);
    margin: 10px auto;
 }

 div.container div div.col-lg-8 p {
    display: flex;
    flex-direction: column;
}


  @media (max-width: 700px) {
    .hc-medium{
        margin-bottom: 5px;
    }

    .container div.cookie_notice_block{
        height: 164px;
        padding: 5px;
    }

  }
/* └────────── SECTION END ───────────┘ */
