@charset "utf-8";

/*-------------Fonts---------------------------------------*/
@font-face {
    font-family: "Muller";
    src: url("../fonts/MullerRegular.woff") format('woff');
    src: url("../fonts/MullerRegular.ttf");
    font-weight: 400;
    font-style: normal;z-index: 5;
}

/* @font-face {
    font-family: "Muller";
    src: url("../fonts/MullerMedium.woff") format('woff');
    font-weight: 500;
}

/* @font-face {
    font-family: "Muller";
    src: url("../fonts/MullerExtraBold.woff") format('woff');
    font-weight: bolder;
} */

/* @font-face {
    font-family: "Muller";
    src: url("../fonts/MullerBold.woff") format('woff');
    font-weight: 700;
} */


/*-------------General Style---------------------------------------*/

html, body {
    scrollbar-color: #458245 #714826; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width:  thin;  /* толщина */
}

::-webkit-scrollbar {
  width: 3px;               /* ширина всей полосы прокрутки */
}

::-webkit-scrollbar-track {
  background: none;
 /* цвет зоны отслеживания */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);    /* цвет бегунка */
  opacity: 0.3;
  border-radius: 20px;       /* округлось бегунка */
  border: 0px solid rgba(0, 0, 0, 0.4);  /* отступ вокруг бегунка */
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 100%;
    text-align: center;
    color: #000;
    background: #1F1F1F;
  /* толщина */
    /* letter-spacing: 1px; */
}


.detailed {
    display: flex;
    align-items: center;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}


.info-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}

.detailed_button {
    width: 306px;
    height: 60px;
}

.send-request__description {
    opacity: 0.6 !important;
}

.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;

    border: 2px solid #FFFFFF;
    color: #fff;
    background: none;
    transition: 0.5s;
    cursor: pointer;
}

.button:hover {
    color: #222222;
    background: #fff;
}




@media only screen and (max-width: 576px) {}


.info-block__image {
    margin-left: 130px;
    margin-right: 130px;
}

.info-block__image,
.detailed__image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    justify-content: flex-start;
}

.info-block__image-info {
    position: absolute;
    left: 0;
    top: -30px;
    display: flex;
    flex-direction: column;
    text-align: start;
    z-index: 50;
}



.info-block__image-title {
    opacity: 0.9;
}

.info-block__image-description {
    opacity: 0.9 !important;
    margin-top: 3px;
    margin-bottom: 15px;
}

.info-block__image-description2 {
    opacity: 0.8;
    width: auto;
    /* margin-bottom: 30px; */
}

.info-block__image-detailed {
    display: flex;
}

.info-block__image-detailed-text {
    opacity: 0.6;
    margin-right: 9px;
}

.detailed__image .filter {
    width: 41%;
}

.detailed-prod .filter {
    height: 46%;
    /* width: 70%; */
}

.filter {
    background-color: rgb(255, 184, 0) !important;
    filter: blur(67.1128px);
    height: 82%;
    width: 100%;
    position: absolute;
    transform: scale(.90);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    from {
        transform: scale(.85);
    }

    50% {
        transform: scale(1);
    }

    to {
        transform: scale(.85);
    }
}
.z-index-5{
    z-index: 5;
}

.z-index-50{
    z-index: 50;
}

.info-block__image-poster {
    /* width: calc(624px + (1251 - 624) * ((100vw - 576px) / (1400 - 576))); */
    width: auto;
    z-index: 50;
}

.info-block__descript-line {
    max-width: 604px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* gap: 35px; */
    margin-bottom: 35px;
}

.info-block__descript-line-block {
    width: auto;
    border-bottom: 1px solid #FFB800;
    padding-bottom: 13px;
    margin-right: 35px;
    margin-bottom: 35px;
}


.border {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.detailed__image img {
    width: 597px;
    margin-right: 107px;
}

.info-block__description {
    margin-top: 60px;
    margin-bottom: 40px;
}

.description_size1 {
    width: 494px;
}

.description_size2 {
    max-width: 526px;
    width: calc(321px + (526 - 321) * ((100vw - 576px) / (1400 - 576)));
}

.send-request__form {
    display: flex;
}

.send-request__input::placeholder {
    opacity: 0.3;
}

.send-request__input {
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: inherit;
    outline: none;
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    /* padding-bottom: 17px; */
}

.send-request__input-margin {
    margin-left: 43px;
    margin-right: 235px;
}

.partners {
    height: auto;
    /* height: 100vh !important; */
}

.wrapper-img {}

.product-card-realese__img {
    min-height: 341px;
    width: 100%;
    /* еще больше контроля с max-width */
    max-width: 457px !important;
}

.c-orange {
    color: #FFB800 !important;
}

.rent-mr2 {
    margin-top: 40px;
}

.rent-mr {
    margin: 60px 0;
}

.reflectionBlock {
    transform: scale(-1, 1)
}

.min-height-realese{
    min-height: 635px !important;
}

.slide-reales{
    max-width: 457px !important;
}

.realese-slider{
    max-width: 1200px;
}

@media only screen and (max-width: 1500px) {
    .info-block__image-poster-mr {
        margin-left: -336px !important;
    }

    .info-block__image-poster-mrr {
        margin-left: -200px !important;
    }

    /* .info-block__image-poster-mrr2 {
        margin-left: -200px !important;
    } */
}

@media only screen and (max-width: 1600px) {
    /* .info-block__image-poster-mr {
        margin-left: -380px !important;
    } */

    .info-block__image-poster-mrr {
        margin-left: -428px !important;
    }

    .info-block__image-poster-mrr2 {
        margin-left: -16% !important;
    }
}

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

    /* .info-block__image-poster-mr {
        margin-left: -380px !important;
    } */
    .info-block__image-poster-mrr2 {
        margin-left: -35% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .info-block__image-poster-mr {
        margin-left: 0px !important;
    }

/*     .partners-logocompanies-line-imgs {
    height: 10vw !important;
} */

}

@media only screen and (max-width: 768px) {
    .info-block__image-poster-mr {
        display: none;
    }

    .detailed__block {
        gap: 0 !important;
    }

    .rent-mr {
        margin: 40px 0;
    }
    
    .realese-slider{
        width: 100% !important;
        margin: 0 auto !important;
    }

}


@media only screen and (max-width: 1200px) {
    .send-request__input-margin {
        margin-right: 146px;
    }
}

@media only screen and (max-width: 976px) {
    .send-request__form {
        flex-direction: column;
        position: relative;
    }

    .send-request__input-margin {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .send-request__input,
    .send-request__button {
        width: 275px;
        padding-bottom: 17px
    }
}

@media only screen and (max-width: 1060px) {
    .detailed {
        flex-direction: column;
        align-items: start;
    }

    .detailed__image {
        display: none;
    }

    .info-block__image {
        margin-left: 0;
        margin-top: 100px;
    }
}

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

/* .advantages */
.advantages__line {
    display: flex;
    margin-bottom: 60px;
}

.advantages__advantage {
    display: flex;
}

.advantages__advantage_image {
    margin-right: 20px;
}

.advantages_advantage__description {
    width: 435px;
}

.advantages__advantage_second {
    margin-left: 115px;
}

.advantages_hover:hover{
    opacity: 0.6;
}


@media only screen and (max-width: 1300px) {
    .advantages__advantage {
        margin-bottom: 40px;
    }

    .advantages__line {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .advantages__advantage_second {
        margin-left: 0px;
    }

}

/* search-form */
.search-form {
    text-align: start;
    max-width: 306px;
}

.search-form__btn2 {
    display: none;
}

.search-form__item {}

.search-form__btn {
    background: none;
    border: none;
    padding: 0;
    margin-right: 12px;
}

.search-call {
    display: flex;
    align-items: center;
    position: absolute;
    right: 150px;
}

.search-form__input {
    background: none;
    border: none;
    padding: 0;
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    /* or 14px */
    width: 80%;

    color: #FFFFFF;

    opacity: 0.5;
}

.phone-info {
    margin-right: 82px;
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height */


    color: #FFFFFF;
}

/* title fonts style */

.main-title-header {
    display: flex;
    align-items: center;
}



@media only screen and (max-width: 768px) {
    .main-title__ml {
        margin-left: 100px;
    }
    
/*     .partners-logocompanies-line-img{
    margin-bottom: 0px;
}

.partners-logocompanies-line{
        margin-bottom: 50px;
        height: 5vw;
} */

}

@media only screen and (max-width: 576px) {}

.main-titlle-color {
    font-family: 'Muller bold';
    color: #FFB800;
}




.sliding-menu a,
.nav-title span {
    font-family: 'Muller normal';
    font-style: normal;
}

.menu-button-text,
.menu-text {
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 110%; */
}



/* product-card */

.product-card__title {
    font-family: 'Muller medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height */
    margin-bottom: 20px;
    color: #FFFFFF;
    width: 200px;
}

.product-card__description {
    width: auto;

    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    /* or 18px */


    color: #FFFFFF;

    opacity: 0.9;
}


.product-card {
    max-width: 552px !important;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
}

.product-card-cat {
    max-width: 457px !important;
}

.card-video {
    max-width: 300px !important;
}

.product-slider_slide {
    display: flex;
    justify-content: center;
}

.product-card__img {
    position: relative;
}

.detailed-prod__cost {
    position: absolute;
    left: 87px;
    z-index: 5;
}

.product-card__img img {}

.product-card__img-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 88.62%);
}

.product-card__img-filter-onsalesoon {
    z-index: 50;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 88.62%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card__panel {
    position: absolute;
    z-index: 50;
    display: flex;
    align-content: space-around;
    align-items: flex-end;
    width: 100%;
}

.w-100 {
    width: 100%;
}

.product-card__img-filter-onsalesoon-title {
    margin-left: 40px;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    text-align: start;
    margin-left: 40px;
    margin-bottom: 34px;
    width: 100%;
}

.product-card__button {
    font-size: 13px !important;
    width: 184px;
    height: 47px;
    /* margin-bottom: 34px;
    margin-left: 72px; */
    margin-right: 28px;
}

.swiper-arrow-next {
    cursor: pointer;
}

.swiper-arrow-prev {
    cursor: pointer;
    transform: rotate(180deg);
}

.product-card__navbut,
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.product-card__navbut_text {
    margin-left: 100px;
    margin-right: 100px;
    text-align: center !important;
}

.product-card__image {
    height: auto;
    width: 100%;
    /* еще больше контроля с max-width */
    max-width: 720px;
}

.main-header-arrowdown {
    position: absolute;
    z-index: 55;
    /* width: 252px; */
    /* background: white; */
    bottom: 31px;
    right: 0;
    margin-right: 12px;
}

.page-active {
    opacity: 0.3 !important;
}

.rent-title {
    font-family: 'Muller medium';
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    margin-top: 13px;
    color: #FFFFFF;
}

@media only screen and (max-width: 576px) {}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer_contact {
    /* display: flex; */
    text-align: start;

}

.footer_contact__title {
    font-family: 'Muller medium';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height */
    color: #FFFFFF;
}

.footer_contact__description {
    font-family: 'Muller medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: start;
    color: #FFFFFF;
}

.footer_copiright_text1 {
    margin-bottom: 30px;
}

.footer-contact__middle {
    margin-top: 14px;
    margin-bottom: 25px;
    width: 180px;
}

.footer_contacts {
    display: flex;
    justify-content: space-between;
}

.footer_copiright_text {
    font-family: 'Muller medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    color: #FFFFFF;

    opacity: 0.5;
    width: 100%;
    /* width: 200px; */
    text-align: start;
}

.footer_copiriight_text-wk {
    /* width: 138px !important; */
}

.footer_copiright-mb {
    margin-bottom: 28px;
}

.footer-inner .row {
    display: flex;
    align-items: end;
}

.detailed__block {
    display: flex;
    gap: 130px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: start;
}

.detailed__block_dgu {
    display: flex;
    gap: 130px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: start;
}

.info-block__dgu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    justify-content: flex-start;
}



@media only screen and (max-width: 1060px) {
    .footer_contact {
        margin-bottom: 50px;
    }

    .footer-inner .row {
        display: block;
    }

    .footer_copiright {
        display: flex;
    }

    .footer_copiright-middle {
        margin-bottom: 80px;
        display: flex;
    }

    .footer_copiright_text {
        width: auto !important;
    }

    .footer_copiriight_text-wk {
        width: auto !important;
    }
}

@media only screen and (max-width: 576px) {}

.main-slider_info {
    height: 100%;
}

.main-slider__title {
    /* position: absolute; */
    width: 100% !important;
}

.main-slider__title,
.main-slider__description {
    z-index: 50;
    position: relative;
    /* margin-top: 20px; */
    margin-bottom: 60px;
    width: 460px;
}

.main-sliderr__button {
    z-index: 50;
}

.main-sliderr .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    line-height: 15px;
    background-color: #fff;
    opacity: 1;
}

.main-sliderr .swiper-pagination-bullet-active {
    background-color: #FFB800;
}

.main-sliderr .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-sliderr .swiper-pagination-custom,
.main-sliderr .swiper-pagination-fraction {
    bottom: inherit !important;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    left: inherit;
    width: auto;
}

.main-slider__fraction {
    position: absolute;
    z-index: 50;
    color: white;
    left: 0;
    display: flex;
    align-items: center;
}

.main-sliderr .swiper-pagination-progressbar,
.main-sliderr .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 31px;
    top: inherit;
    position: absolute;
    z-index: 100;
    width: 252px;
    height: 1px;
    /* background: #fff; */
}

.main-sliderr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #FFB800;
}

.main-sliderr_progressbar {
    position: absolute;
    z-index: 55;
    width: 252px;
    background: white;
    bottom: 31px;
}

.main-sliderr_progressbar_line1 {
    width: 33.3%;
    border: 1px solid #FFB800;
    z-index: 56;
}

.progressbar-text {
    position: absolute;
    z-index: 50;
    bottom: 13px;
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height */


    color: #FFFFFF;

}

.main-slider__current {
    font-family: 'Muller medium';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
    /* identical to box height */


    color: #FFFFFF;
}

.main-slider__totalSlide {
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height */
    margin-left: 11px;

    color: #FFFFFF;

    opacity: 0.5;
}

.main-slider__button {
    z-index: 60;
}

.swiper-backface-hidden .swiper-slide {
    /* width: auto !important; */
}

.product-card-realese {
    height: auto;
    max-width: 457px !important;
    border: 1.41921px solid #323232;
}

.product-card-realese__info {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 35px;
    padding-right: 35px;
}



.info-block__image-poster-cont {
    width: 746.47px;
    height: 642.4px;
}

.partners__info {
    z-index: 6;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
}

.partners-logocompanies-line {
    display: flex;
    justify-content: space-between;
}

.partners-description {
    margin-top: 80px;
    margin-bottom: 70px;
    padding: 0 !important;
}

.partners-logocompanies-line-img {
    /* margin-bottom: 50px; */
    max-width: 150px;
}

.partners-logocompanies {
    padding: 0 !important;
}

.main-titlle-desc {
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    /* line-height: 50px; */
    /* identical to box height */
    color: #FFFFFF;
}

/* catalog page */
.cat_page_panels {
    z-index: 6;
    text-align: start;
}

.main-titlle-desc-cp {
    font-family: 'Muller bold';
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;

    color: #FFFFFF;

}

.main-titlle-cp-cost {
    font-family: 'Muller bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    /* identical to box height */
    color: #FFB800;
    margin-bottom: 75px;
}


/* Характеристики */

.characteristic-title {
    font-family: 'Muller medium';
    font-weight: 500;
    font-size: 50px;
    line-height: 40px;
}

.characteristic-card__title {
    font-family: 'Muller medium';
    text-align: start;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.characteristic-line {
    font-family: 'Muller normal';
    text-align: start;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    color: #FFFFFF;
}

.characteristic-border {
    border-bottom: 1px solid #323232;
    ;
}

.title_cp {
    font-family: 'Muller medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;

    color: #FFFFFF;
}

.title_cp-2 {
    font-family: 'Muller normal';
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    /* identical to box height, or 18px */


    color: #FFFFFF;

    opacity: 0.9;
}


.info-block__image-info_dgu {
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    flex-direction: column;
    text-align: start;
    z-index: 50;
}

.detailed-prod__cost_dgu {
    position: absolute;
    right: 87px;
    z-index: 5;
}

.title_mb {
    margin-bottom: 85px;
}


.cat_page_panels-marg {
    margin-top: 100px;
}

.popup-container {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px gray;
}


/* popup */
.Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size:16px;
    padding: 18px 0;
    margin: 0 auto;
    transition:background-image 3s ease-in-out;
  }
  .Click-here:hover{
    transition:background-image 3s ease-in-out;
    background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
  }
  .custom-model-main,
  .custom-call-main{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
/*     width: auto; */
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
  
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
      .custom-call-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }
  @media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
  }
  
  .popup-butt{
    font-family: 'Muller normal';
    height: 57px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;

    border: 2px solid #000;
    color: #000;
    background: none;
    transition: 0.5s;
    cursor: pointer;
  }

  .popup-butt:hover{
    color: #fff;
    background: #000;
  }

  .c-black{
    color:black
  }

  .cursor-pointer{
    cursor: pointer;
  }

  .popup-req {
    border: none;
    border-bottom: 1px solid #323232;
    background-color: transparent;
    color: inherit;
    outline: none;
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #323232;
  }

  .border-none{
    border: none;
    background: none;
  }
  
  .mt-6{
      margin-top: 100px;
  }
  
  #filters{
      z-index: 50;
  }
  
  .filter-top{
    margin-top: 100px !important;
  }

  .top-0{
    top: 0;
  }

  .border-bottom-orange{
    border-bottom: 2px solid #FFB800;
  }

  .op-06{
    opacity: 0.6 !important;
  }
  
/*   .realese-slider{
  width: 60%;
  margin: 0 auto;
} */

.content-scroll{
    overflow:auto;
}

@media only screen and (max-width: 1110px) {
    .info-block__image-ar {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .main-titlle-desc-cp {
        font-family: 'Muller bold';
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;

    }
}

@media only screen and (max-width: 600px) {
    .h-x-auto {
        height: auto !important;
    }
    

}

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

    .main-titlle-desc-cp {
        font-family: 'Muller bold';
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;

    }

    .cat_page_panels-marg {
        margin-top: 188px !important;
        margin-bottom: 54px !important;
    }

    .h-xl-auto {
        height: auto !important;
    }

    .title_mb {
        margin-bottom: 60px;
    }

    .main-slider__fraction {
        top: 13%
    }

/*     .partners-logocompanies-line-img {
    height: 1.5rem;
} */

    .main-sliderr .swiper-pagination-bullets.swiper-pagination-horizontal,
    .main-sliderr .swiper-pagination-custom,
    .main-sliderr .swiper-pagination-fraction {
        display: none;
    }
}

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

/*     .partners-logocompanies-line-img {
    height: 4vw;
} */

    .title_mb {
        margin-bottom: 40px;
    }
    


    .cat_page_panels-marg {
        margin-top: 100px !important;
        margin-bottom: 130px !important;
    }


    .info-block__descript-line {
        max-width: 500px;
    }

    .description_size2 {
        width: 90%;
    }

    .detailed_button {
        width: 275px;
        height: 60px;
    }

    .main-slider_info,
    .main-sliderr_progressbar {
        margin-left: var(--bs-gutter-x, 0.75rem);
    }
}

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

    .title_cp {
        font-family: 'Muller medium';
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
    }
    
    .filter-top{
        margin-top: 56px !important;
     }

    .title_cp-2 {
        font-family: 'Muller normal';
        font-weight: 400;
        font-size: 13px;
        line-height: 13px;
        /* identical to box height */


        color: #FFFFFF;

        opacity: 0.9;
    }

    .info-block__dgu {
        width: 78%;
    }

    .main-titlle-desc-cp {
        font-size: 40px;
        line-height: 40px;

    }

    .main-titlle-cp-cost {
        font-size: 30px;
        line-height: 30px;
        /* identical to box height */
    }


    .detailed__block {
        flex-wrap: inherit;
    }

    .info-block__descript-line {
        max-width: 90%;
    }

    .product-card-realese {
        max-width: 97%;
    }


    .main-slider__current {
        font-size: 30px;
    }

    .main-slider__totalSlide {
        font-size: 13px;
    }

    .main-slider__fraction {
        top: 75%
    }

/*     .detailed_button {
    width: 196px;
    height: 43px;
} */

    .info-block__image-poster {
        /* width: calc(624px + (1251 - 624) * ((100vw - 576px) / (1400 - 576))); */
        width: 200%;
        z-index: 50;
    }

    .info-block__description {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .description_size1 {
        width: 100%;
    }

    .description_size2 {
        width: 90%;
    }

    .main-title {
        margin-left: 15px;
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .main-slider__title {
        display: flex;
        align-items: center;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .main-slider__description {
        margin-bottom: 30px;
    }

    .main-titlle-desc {
        font-family: 'Muller normal';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height */
        margin-left: 17px;

        color: #FFFFFF;
    }

    .main-slider__title,
    .main-slider__description {
        width: auto;
    }


    .product-card__navbut_text {
        margin-left: 50px;
        margin-right: 50px;
        ;
    }



    .product-slider {
        margin: auto 10px;
    }

    .footer_copiright-middle {
        margin-bottom: 80px;
        display: block;
    }

    .footer_copiright_text {
        width: 223px;
    }
}

#adap-table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  #adap-table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }
  
  #adap-table tbody {
    color: #fff;
    opacity: 0.8;
  }

  #adap-table th, #adap-table td {
    padding: 10px;
    text-align: center;
  }

  #adap-table th {
    text-transform: uppercase;
    font-size: 14px;
  }
  #adap-table thead tr:first-child{
	background-color:#ccc;
  } 
  
  @media screen and (max-width: 767px) {
	#adap-table tbody tr td:first-child{
	  /* background-color:#ccc; */
    }
	#adap-table tbody tr td{
	  display:block;
    } 
	#adap-table tbody tr td:first-child{
	  display:block;
    }
	#adap-table tbody tr:first-child td{
	  display:block;
    }
    #adap-table {
      border: 0;
    }

    #adap-table thead {
      display: none;
    }

    #adap-table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    #adap-table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    #adap-table td:last-child {
      border-bottom: 0;
    }

    #adap-table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
	
  }
  @media screen and (min-width: 768px) {
	#adap-table tbody tr td{
	  display:table-cell!important;
	}
	


  }
  
  
.checkselect {
	position: relative;
	display: inline-block;
	min-width: 200px;
	text-align: left;
    height: fit-content;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.checkselect-control select,
.send-request__input2{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    height: 30px;
    background: none;
    color: #fff;
    border: none;
    border-bottom: 3px solid;
    height: 45px;
    padding-right: 10px;
    font-family: 'Muller normal';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding-right: 60px;
}

.send-request__input2{
    max-width: 200px;
}

.checkselect-control select:active{
        background: #fff;
}

.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 25px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
}			
.checkselect-popup input {
	position: absolute;
	top: 5px; 
	left: 8px;
	margin: 0 !important;
	padding: 0;
}
.checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}		
.checkselect-popup fieldset label {
	padding-left: 32px;
}		
.checkselect-popup legend {
    font-family: 'Muller bold';
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}




.call-order{
    height: 50px;
    width: 220px;
    font-size: 16px !important;
}

.slick-prev {
    left: 20px;
    z-index: 500;
}

.slick-prev {
    left: 20px!important;
    z-index: 500!important;
}

.slick-next {
    right: 20px !important;
}



/* 
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}



Style the accordion panel. Note: hidden by default
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
    display: none;
    transition: max-height 0.2s ease-out;
}



.accordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#3399cc;
  color: #fff;
}
.contentd{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.contentd p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
} */


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100%));
  }
}


.scroll_bg {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.imag {
  display: inline-block !important;
  /* padding-left: 100% !important; */
  -webkit-animation: scroll 12s infinite linear !important;
  -moz-animation: scroll 12s infinite linear !important;
  animation: scroll 12s infinite linear !important;
  background-image: url(https://scm-russia.ru/assets/template2/image/linemarq.png);
min-width: 1386px;
height: 70px;
  /* margin-left: -5px; */
}

.text-uppercase{
    text-transform: uppercase !important;
}

.calladm {
    height: auto;
    width: 100%;
    max-width: 800px;
}
