






.item-brand {
  position: absolute;
  right: 0vw;
  top: 0vw;
  width: 4vw;
  height: 3vw;
  border-radius: 0.5vw;
  overflow: hidden;
  background-color: #fff;
  margin-top: 0.35vw;
  transition: 0.2s;
  z-index: 10;
}


.item-brand:hover {
    cursor: pointer;
    transform: scale(0.95);
}

#myCarousel .item-brand {
    right: 1vw;
    top: 1vw;
}

@media only screen and (max-width: 768px) {

    #myCarousel .item-brand {
        right: 4vw;
        top: 4vw;
    }

    .item-brand {
        position: absolute;
        right: 0vw;
        top: 0vw;
        width: 14vw;
        height: 10vw;
        border-radius: 2.5vw;
        overflow: hidden;
        background-color: #fff;
        margin-top: 0.35vw;
        transition: 0.2s;
        z-index: 10;
    }
}







.first__slider {
    width: 33vw;
    box-sizing: border-box;
}


#myCarousel {
    position: relative;

 width: 35vw;
 height: 26vw;
 margin: 0 auto;
 overflow: hidden;
 border-radius: 1vw;
}

#myCarousel:hover {
    cursor: pointer;
}
   

#myCarousel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.f-carousel__slide {
    margin: 0 1vw 0 0 !important;
}


.f-thumbs__slide {
    border-radius: 0.3vw;
    overflow: hidden !important;
}

#myCarousel .f-carousel__slide {
 display: flex;
 justify-content: center;
 align-items: center;
}

@media only screen and (max-width: 769px) {
    #myCarousel {
        width: 100%;
        height: 70vw;
        margin: 0 auto;
        border-radius: 1.3vw;
    }

    .f-thumbs__slide {
        border-radius: 1.3vw;
        overflow: hidden !important;
    }

    .f-carousel__slide {
        margin: 0 3vw 0 0 !important;
    }
}

















.catalog-wrap {
    width: 27vw;
    border-radius: 3vw;
    display: flex;
    gap: 1.5vw;
    flex-direction: column;
}

.catalog-wrap .catalog-img-wrap {
    width: 100%;
    height: 15vw;
    border-radius: 1vw;
    overflow: hidden;
}

.catalog-wrap .catalog-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog-wrap .catalog-title {
    font-family: "ofont-ru_montserrat";
    font-size: 1.46849125vw;
    line-height: 1.8166667vw;
    letter-spacing: 0em;
    color: #000;
}

.catalog-wrap .catalog-desc {
    font-size: 0.79375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
}



.catalog-wrap .catalog-count {
    font-size: 0.79375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
      white-space: nowrap;
}



@media only screen and (max-width: 768px) {
    .catalog-wrap {
        width: 100%;
        max-width: 40vw;
        border-radius: 3vw;
        display: flex;
        gap: 3.5vw;
        flex-direction: column;
    }

    .catalog-wrap .catalog-count {
        display: none;
        font-size: 2.79375vw;
        line-height: 3.302083vw;
        letter-spacing: 0.04em;
        font-weight: 500;
    }

    .catalog-wrap .catalog-img-wrap {
        width: 100%;
        height: 29vw;
        border-radius: 3vw;
        overflow: hidden;
    }

    .catalog-wrap .catalog-title {
        font-family: "ofont-ru_montserrat";
font-size: 3.75vw;
        line-height: 4.716667vw;
        letter-spacing: 0em;
    }

    .catalog-wrap .catalog-desc {
        font-size: 3.29375vw;
        line-height: 4.29375vw;
        letter-spacing: 0.04em;
        font-weight: 500;
    }



    .filters__slider .filters-item span {
        font-size: 3.25vw;
        line-height: 3.5vw;
    font-weight: 300;
}




}





.contacts__address .map-container {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: var(--brad-regular);
    height: 23vw;
    display: none;
}



























.products {

}

.products .wrapper {

}


.products .wrapper .product-wrap {
    width: 100%;
    margin-bottom: 4vw;

    display: flex;
    gap: 2vw;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.products .wrapper .product-gallery {
    width: 37vw;
    height: 27vw;
}

    .products .wrapper .product-info {
        width: 100%;
        /* min-width: 13vw; */
        display: flex
;
        gap: 1.5vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

.products .wrapper .product-title {
font-weight: 600;
    font-size: 2.5017039vw;
    line-height: 3.084271vw;
        letter-spacing: 0.02em;
        color: #000;
}


.products .wrapper .product-desc {
    display: flex;
    gap: 0.75vw;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.products .wrapper .product-desc span {
    font-size: 1.25vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #000;
}

.products .wrapper .product-desc p {
    font-size: 1.1vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
}







.products .wrapper .product-advantages-wrap {
    display: flex;
    gap: 1vw;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.products .wrapper .product-advantage-wrap {
    display: flex;
    gap: 0.5vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.products .wrapper .product-advantage-icon {
    width: 1vw;
    height: 1vw;
    background-color: #E9E9E9;
    border-radius: 0.25vw;
    overflow: hidden;
}

.products .wrapper .product-advantage-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

.products .wrapper .product-advantage-text {
    font-size: 0.79375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #B0B0B0;
        max-width: 38vw;
}

.products .wrapper .product-advantage-text b {
    font-weight: 700;
    color: #000;
}






.products .wrapper .product-actions {
    display: flex;
    gap: 1vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.products .wrapper .product-actions .md-main-color-btn,
.products .wrapper .product-actions .md-secondary-color-btn {
    width: 20vw;
}

.products .wrapper .product-actions .md-secondary-color-btn,
.products .wrapper .product-actions .md-secondary-color-btn span {
    color: var(--main-color);
    border-color: var(--main-color);
}




.products .wrapper .product-price-wrap {
    display: flex;
    gap: 1vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;

    font-weight: 600;
    font-size: 1.517039vw;
    line-height: 2.684271vw;
    letter-spacing: 0.02em;
    color: #000;
}

.products .wrapper .product-price-wrap span {
    font-size: 1.517039vw;
    line-height: 2.084271vw;
}



@media only screen and (max-width: 768px) { 

    .products .wrapper .product-wrap {
        width: 100%;
        margin-bottom: 4vw;
        display: flex;
        gap: 10vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .products .wrapper .product-desc p {
        font-size: 4.1vw;
        line-height: 5.302083vw;
        letter-spacing: 0.02em;
        font-weight: 500;
        color: #000;
    }

    .products .wrapper .product-desc span {
        font-size: 4.25vw;
        line-height: 5.302083vw;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #000;
    }


    .products .wrapper .product-info {
        width: 100%;
        /* min-width: 13vw; */
        display: flex
    ;
        gap: 4.5vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }


    .products .wrapper .product-gallery {
        width: 100%;
        height: 71vw;
        overflow: hidden;
        border-radius: 5vw;
    }


    .products .wrapper .product-title {
        font-weight: 600;
        font-size: 5.017039vw;
        line-height: 7.684271vw;
        letter-spacing: 0.02em;
        color: #000;
    }


    .products .wrapper .product-actions .md-main-color-btn, .products .wrapper .product-actions .md-secondary-color-btn {
        width: 43vw;
        margin-top: 3vw;
    }


    .products .wrapper .product-price-wrap {
        display: flex
    ;
        gap: 4vw;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-weight: 600;
        font-size: 4.017039vw;
        line-height: 4.684271vw;
        letter-spacing: 0.02em;
        color: #000;
    }

    .products .wrapper .product-price-wrap span {
        font-size: 4.517039vw;
        line-height: 4.084271vw;
    }


    .products .wrapper .product-advantages-wrap {
        width: 100%;
        display: flex
    ;
        gap: 5vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }
    .products .wrapper .product-advantage-wrap {
        width: 100%;
        display: flex
;
        gap: 3.5vw;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

.products .wrapper .product-title {
font-weight: 600;
        font-size: 7.017039vw;
        line-height: 8.684271vw;
        letter-spacing: 0.02em;
        color: #000;
}


    .products .wrapper .product-advantage-icon {
        width: 5vw;
        height: 5vw;
        background-color: #E9E9E9;
        border-radius: 1.25vw;
        overflow: hidden;
    }

    .products .wrapper .product-advantage-text {
        /* max-width: unset; */
        /* white-space: nowrap; */
        font-size: 2.79375vw;
        line-height: 3.302083vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        color: #B0B0B0;
        max-width: 77vw;
    }


    .products .wrapper .product-info {
        width: 100%;
        /* min-width: 13vw; */
        display: flex
;
        gap: 7.5vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

.products .wrapper .product-price-wrap span {
    font-size: 4.517039vw;
    line-height: 5.084271vw;
}



.products .wrapper .product-price-wrap {
    display: flex;
    gap: 2vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;

    font-weight: 600;
    font-size: 4.017039vw;
    line-height: 5.684271vw;
    letter-spacing: 0.02em;
    color: #000;
}

}
















































.brands-wrap {
    width: 100%;
    margin-top: 6vw;

    display: flex;
    gap: 2vw;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.brands-wrap .brand-wrap {
    width: 100%;

    display: flex;
    gap: 3vw;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.brands-wrap .brand-img {
    width: 20vw;
    height: 15vw;
    background-color: #fff;
    border-radius: 1vw;
    overflow: hidden;
}

.brands-wrap .brand-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

.brands-wrap .brand-info {
    width: 67vw;

    display: flex;
    gap: 1vw;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.brands-wrap .brand-title {
    font-weight: 600;
    font-size: 3.017039vw;
    line-height: 3.684271vw;
    letter-spacing: 0.02em;
    color: #000;
}

.brands-wrap .brand-desc {
    font-size: 0.79375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
}

.brands-wrap .brand-link {
    font-weight: 600;
    font-size: 1.2517039vw;
    line-height: 1.584271vw;
    letter-spacing: 0.02em;
    color: var(--main-color);
    padding-bottom: 0.5vw;
    border-bottom: 2px dashed var(--main-color);
}







@media only screen and (max-width: 768px) {
    .brands-wrap .brand-wrap {
        width: 100%;
        display: flex
    ;
        gap: 5vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .brands-wrap .brand-img {
        width: 49vw;
        height: 32vw;
        background-color: #fff;
        border-radius: 5vw;
        overflow: hidden;
    }


    .brands-wrap .brand-title {
        font-weight: 600;
        font-size: 5.017039vw;
        line-height: 7.684271vw;
        letter-spacing: 0.02em;
        color: #000;
    }


    .brands-wrap .brand-desc {
        font-size: 3.79375vw;
        line-height: 5.302083vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        color: #000;
    }


    .brands-wrap .brand-info {
        width: 86vw;
        display: flex
    ;
        gap: 3vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .brands-wrap .brand-link {
        font-weight: 600;
        font-size: 4.251704vw;
        line-height: 5.584271vw;
        letter-spacing: 0.02em;
        color: var(--main-color);
        padding-bottom: 0.5vw;
        border-bottom: 2px dashed var(--main-color);
    }
}


























.configurator-wrap {
    width: 100%;

    background-color: #fff;
    border-radius: 1.5vw;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.configurator-wrap .configurator-title {
    font-weight: 600;
    font-size: 1.3017039vw;
    line-height: 1.5684271vw;
    letter-spacing: 0.02em;
    color: #000;
}

.configurator-wrap .content-wrap {
    width: 60vw;
    padding: 1.5vw;
    box-sizing: border-box;


    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 1vw;
    flex-direction: column;
    flex-wrap: wrap;
}

.configurator-wrap form {
    width: 100%;

    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 1vw;
    flex-direction: column;
    flex-wrap: wrap;
}

.configurator-wrap .total-wrap {
    position: relative;
    
    width: 24vw;
    padding: 1.5vw;
    
    box-sizing: border-box;
    background-color: var(--main-color);
}

.configurator-wrap .total-content-wrap {
    position: sticky;
    top: 1vw;

    width: 100%;

    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 1vw;
    flex-direction: column;
    flex-wrap: wrap;
}

.configurator-wrap .configurator-separator {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.configurator-wrap .configurator-dashed-separator {
    width: 100%;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}

.configurator-wrap .configurator-text {
     font-size: 0.79375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
}


.configurator-wrap .configurator-price {
    display: flex;
    gap: 1vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-weight: 600;
    font-size: 2.017039vw;
    line-height: 2.684271vw;
    letter-spacing: 0.02em;
    color: #000;
}



.configurator-wrap .configurator-action {
    width: 100%;
    padding: 0.75vw 0;
    
    border-radius: 1.5vw;
    background-color: #fff;

    font-size: 0.79375vw;
    line-height: 1.3020833333vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
    text-align: center;
    transition: 0.2s;
}

.configurator-wrap .configurator-action:hover {
    cursor: pointer;
    transform: scale(0.95);
}



.configurator-wrap .options-wrap {
    width: 100%;    
    display: flex;
    gap: 0.5vw;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.configurator-wrap .option-wrap {
    width: 100%;
    display: flex;
    gap: 1vw;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.configurator-wrap .option-name {
    font-size: 0.79375vw;
    line-height: 0.79375vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

.configurator-wrap .option-price {
    font-size: 0.79375vw;
    line-height: 0.79375vw;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}




.configurator-wrap .positions-wrap {
    width: 100%;    
    display: flex;
    gap: 0.5vw;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.configurator-wrap .position-wrap {
    width: 100%;
    display: flex;
    gap: 0.5vw;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.configurator-wrap .position-name {
    font-size: 0.59375vw;
    line-height: 0.59375vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    width: 100%;
    color: #000;
    white-space: nowrap;
}

.configurator-wrap .position-img {
    width: 0.75vw;
    height: 0.75vw;
    background-image: url('../../img/ok.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.configurator-wrap .position-price {
    font-size: 0.59375vw;
    line-height: 0.59375vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}


@media only screen and (max-width: 768px) {
    .configurator-wrap {
        width: 100%;
        background-color: #fff;
        border-radius: 4.5vw;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .configurator-wrap .total-wrap {
        position: relative;
        width: 100%;
        padding: 4.5vw;
        box-sizing: border-box;
        background-color: var(--main-color);
    }

    .configurator-wrap .configurator-title {
        font-weight: 600;
        font-size: 3.301704vw;
        line-height: 4.568427vw;
        letter-spacing: 0.02em;
        color: #000;
    }

    .configurator-wrap .total-content-wrap {
        position: sticky;
        top: 0vw;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        gap: 4vw;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .configurator-wrap .configurator-text {
        font-size: 3.79375vw;
        line-height: 4.302083vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        color: #000;
    }

    .configurator-wrap .configurator-price {
        display: flex;
        gap: 1vw;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-weight: 600;
        font-size: 4.017039vw;
        line-height: 4.684271vw;
        letter-spacing: 0.02em;
        color: #000;
    }

    .configurator-wrap .configurator-action {
        width: 100%;
        padding: 2.75vw 0;
        border-radius: 3.5vw;
        background-color: #fff;
        font-size: 3.79375vw;
        line-height: 4.302083vw;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #000;
        text-align: center;
        transition: 0.2s;
    }

    .configurator-wrap .content-wrap {
        width: 100%;
        padding: 4.5vw;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        gap: 4vw;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .configurator-wrap form {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        gap: 4vw;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .configurator-wrap .option-wrap {
        width: 100%;
        display: flex;
        gap: 3vw;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: flex-end;
    }

    .configurator-wrap .option-name {
        font-size: 2.79375vw;
        line-height: 3.79375vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
    }

    .configurator-wrap .option-price {
        font-size: 2.79375vw;
        line-height: 3.79375vw;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #000;
        white-space: nowrap;
    }

    .configurator-wrap .positions-wrap {
        width: 100%;
        display: flex;
        gap: 2.5vw;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .configurator-wrap .position-img {
        width: 3.75vw;
        height: 3.75vw;
        background-image: url(../../img/ok.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .configurator-wrap .position-wrap {
        width: 100%;
        display: flex;
        gap: 1.5vw;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }

    .configurator-wrap .position-price {
        font-size: 2.59375vw;
        line-height: 3.59375vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
    }

    .configurator-wrap .position-name {
        font-size: 2.59375vw;
        line-height: 2.59375vw;
        letter-spacing: 0.04em;
        font-weight: 500;
        width: 100%;
        color: #000;
        white-space: nowrap;
    }
}