main {
    overflow: hidden;
}
.empty {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.empty p {
    margin-right: 20px;
}

.empty .section-btn {
    min-width: 236px;
}

#cart-total .fa-shopping-cart {
    display: none !important;
}

.logout_link {
    display: inline-block;
    float: right;
    color: #87B6F9;
    align-items: center;
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    padding-bottom: 0;
    position: relative;
    margin: -40px 0 0;
}

.logout_link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #87B6F9;
    transition: .3s;
}

.logout_link:hover:before {
    width: 0;
}

/*** Simple ***/

form .form-control {
    padding: 14px 8px 8px 24px;
    max-width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    display: inline-block;
    width: 100%;
    color: #383838;
}

.account-order p, .account-return-add p {
    margin-bottom: 10px;
}

.account-address .buttons {
    display: flex;
    flex-direction: column;
}

.pull-right {
    float: none;
}

.simpleregister-button-right {
    float: initial !important;
    display: flex;
}

.account-password #content.col-sm-12 {
    padding: 0;
}

.account-simpleregister h1 {
    text-align: center;
}

.account-simpleregister .enter-account__wrapper:before {
    left: -20px;
}

.account-simpleregister .enter-account__wrapper:after {
    right: -20px;
}

.account-return-add h1, .account-return-add p, .account-simpleedit h1, .account-password h1 {
    text-align: center;
}

.account-return-add .col-sm-10, .account-simpleedit .col-sm-10, .account-password .col-sm-10 {
    max-width: 100%;
}

.account-simpleedit .simpleregister-button-right, .account-password .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.account-password .buttons {
    flex-direction: column;
    align-items: stretch;
}

.account-password .section-btn {
    max-width: 100%;
}

.account-return-add .account-return-form {
    max-width: 680px;
}

.account-return-add .account-return-form legend {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
}

.account-return-add .input-group.date {
    flex-wrap: nowrap;
}

.account-return-add .entry_date {
    display: flex !important;
}

.account-return-add .account-return-form textarea {
    height: 150px;
}

/** Success page account **/

.success-wrapper {
    text-align: center;
}

.success-wrapper {
    max-width: 860px;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F4F8FD;
    border: 1px solid rgba(183, 186, 194, 0.2);
    padding: 24px;
}

.success-wrapper p:nth-child(1) {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-size: 20px;
    margin-bottom: 16px;
}


.success-wrapper .section-btn {
    padding: 12px 40px;
}


/*** Custom Select ***/

.search-page__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 760px;
    justify-content: flex-start;
    margin: 0 auto 30px;
}

.search-page .main-title {
    text-align: center;
}

.search-page .empty {
    justify-content: center;
}

.search-page__btn {
    text-align: center;
    margin: 0 auto 50px;
}

.search-page select::-ms-expand {
    display: none;
}

.search-page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.search-page label {
    margin: 0 8px 0 0;
}

.search-page .form-control {
    position: relative;
    background-image: url("../img/svg/arrow-down.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    transition: 0.2s ease;
    border-radius: 20px;
    min-height: 38px;
}

.search-page input.form-control, .search-page input.form-control:focus {
    background-image: none;
}

.search-page .main-title {
    margin: 20px 0;
}

.search-page .title-search {
    display: block;
    font-size: 18px;
    margin: 10px auto 16px;
    text-align: center;
}

.search-page .custom-label-checkbox {
    cursor: pointer;
}

.search-page .custom-label-checkbox input {
    border-radius: 10%;
    background-color: transparent;
}

.search-page .custom-label-checkbox input:checked {
    background-color: #87B6F9;
}

.search-page .custom-label-checkbox input:before {
    width: 13px;
}

.search-page .custom-label-checkbox input:checked:before {
    background-color: transparent;
    background-image: url("../img/svg/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
}

#content {
    margin: 20px 0;
}
.common-home #content {
    margin: 0;
}

#content h1 {
    font-size: 32px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.3em;
}

.about__block {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.about__title {
    position: static;
}

.about__img {
    display: inline-block;
    float: right;
}

.about ol, .about ul {
    margin-bottom: 15px;
}

.about__information ul li::before {
    content: "•";
    color: #87B6F9;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    width: 0.5em;
    left: 0;
    position: absolute;
}
.about__information ul li {
    display: block;
    padding-left: 15px;
    position: relative;
}
    /** Register page **/
.registration .simpleregister-block-content {
    padding: 0;
}

.registration .simpleregister-have-account {
    margin-bottom: 10px;
}

.registration legend {
    text-align: center;
}

.registration .col-sm-10 {
    max-width: 100%;
}

.registration__form {
    max-width: 600px;
}

.registration .simpleregister-button-block {
    background: transparent;
}

.registration select {
    padding: 14px 24px;
    height: 52px;
    color: #383838;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/svg/select-down.svg") 94%/15px no-repeat #EEE;
    background-color: #fff;
}

.registration .control-label.col-sm-2 {
    margin-bottom: 10px;
    max-width: 100%;
}

.registration .radio {
    display: flex;
    margin-bottom: 10px;
}

/** Account page **/
.account__wrapper {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr minmax(226px, 305px);
    column-gap: 16px;
}

.account__wrapper .main-title {
    margin-bottom: 16px;
}

.account__wrapper .list-unstyled {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(min-content, max-content);
    gap: 16px;
    width: 100%;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.account__wrapper .list-unstyled > li a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    transition: .3s;
}

.account__wrapper .list-unstyled > li a:before {
    background: url("../img/personal-area-icons.png") no-repeat;
    display: block;
    content: '';
    margin: 10px auto 30px auto;
    width: 60px;
    height: 60px;
}

.account__wrapper .list-unstyled > li > a:hover {
    color: #87B6F9;
    border-color: #87B6F9;
}

.account-row > li:nth-child(1) a:before {
    background-position: 0 0;
}

.account-row > li:nth-child(1) a:hover:before {
    background-position: -60px 0;
}

.account-row > li:nth-child(2) a:before {
    background-position: 0 -60px;
}

.account-row > li:nth-child(2) a:hover:before {
    background-position: -60px -60px;
}

.account-row > li:nth-child(3) a:before {
    background-position: 0 -120px;
}

.account-row > li:nth-child(3) a:hover:before {
    background-position: -60px -120px;
}

.order-row > li:nth-child(1) a:before {
    background-position: 0 -240px;
}

.order-row > li:nth-child(1) a:hover:before {
    background-position: -60px -240px;
}

.order-row > li:nth-child(2) a:before {
    background-position: 0 -360px;
}

.order-row > li:nth-child(2) a:hover:before {
    background-position: -60px -360px;
}

.order-row > li:nth-child(3) a:before {
    background-position: 0 -300px;
}

.order-row > li:nth-child(3) a:hover:before {
    background-position: -60px -300px;
}

.subscribe > li:nth-child(1) a:before {
    background-position: 0 -180px;
}

.account__wrapper .subscribe {
    padding: 0;
    grid-template-columns: 1fr;
}

.account__wrapper .subscribe a {
    background-color: #F4F8FD;
}

.subscribe > li:nth-child(1) a:hover:before {
    background-position: -60px -180px;
}

/** Site map **/

.sitemap-wrapper {
    margin-bottom: 60px;
}

.sitemap-wrapper ul, .sitemap-wrapper ol {
    margin-left: 10px;
    margin-bottom: 16px;
}

.sitemap-wrapper ul > li {
    position: relative;
    padding-left: 16px;
}

.sitemap-wrapper ul li:before {
    content: '';
    position: absolute;
    background-color: #87B6F9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.sitemap-wrapper-items > li > a {
    font-weight: bold;
}

.account-simpleaddress-insert .row-address_country_id {
    display: none;
}

.account-simpleaddress-update h1, .account-simpleaddress-insert h1 {
    padding-left: 15px;
}

.account-return p {
    margin-bottom: 16px;
}

#simpleregister_button_confirm {
    padding: 12px 8px;
    max-width: 380px;
    margin: 0 auto !important;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid;
    background-color: #87B6F9;
    border-radius: 30px;
    border-color: transparent;
}

.buttons {
    display: flex;
    flex-direction: column;
}

.account-forgotten .fa-exclamation-circle {
    display: none;
}

.simpleregister-button-block > div {
    display: flex;
    justify-content: center;
    align-self: center;
}

.quick-order__preview-title {
    font-size: 16px;
    line-height: 20px;
}

.terms h2, .quick-order__preview-title {
    font-family: Montserrat Alternates, sans-serif;
    font-weight: bold;
}

/** Single product **/
.product__title {
    grid-column: 1/-1;
}
.product__information-whom a, .tabs-content a {
    position: relative;
    display: inline-block;
    max-width: fit-content;
}

.product__information-whom a:before, .tabs-content a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #343a40;
    display: block;
    height: 1px;
}

.product__information-whom a:hover:before, .tabs-content a:hover:before {
    width: 0;
}

/* Category info */
.category-info h2 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px;
    color: #383838;
}
.category-info h3 {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 14px;
    color: #383838;
}


.category-info p, .category-info ul, .category-info ol {
    margin-bottom: 16px;
}

.category-info img {
    width: 100%;
    max-width: 480px!important;
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}

.category-info ol li {
    position: relative;
    padding-left: 16px;
}
.category-info ol li, .category-info ul li {
    margin-bottom: 8px;
}

.category-product-block-wrap {
    max-height: fit-content;
    justify-content: flex-start;
}
.category-product-block-title {
    display: block;
}
.category-product-block-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-product-block-items {
    margin-top: auto;
}
.category-product-block-btn, .slider-block-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-product-block-btn svg, .slider-block-btn svg {
    margin-right: 10px;
    width: 20px;
}
.category-product-block-btn svg path, .slider-block-btn svg path {
    stroke: #fff;
}

.category-product-block-btn:hover svg path, .slider-block-btn:hover svg path {
    stroke: #87B6F9;
}

.category-product-block-wrap {
    max-height: 100%;
    justify-content: flex-start;
}

.category-product-block-img {
    min-height: 231px;
    max-height: 231px;
}
.category-product-block .product-image {
    height: 100%;
}

.ocf-description, .ocf-description.ocf-description-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.terms ul:not(.about__items) {
    margin-left: 10px;
    margin-bottom: 16px;
}
.terms ul:not(.about__items) li {
    position: relative;
    padding-left: 16px;
}
.terms ul:not(.about__items) li:before {
     content: '';
     position: absolute;
     background-color: #87B6F9;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     top: 8px;
     left: 0;
}

.navigation__navbar-list ul li a {
    line-height: 1.2;
}

.has-dropdown__submenu {
    grid-template-rows: repeat(2, minmax(auto, 221px));
}

.cart-modal {
    height: 100dvh;
}

@media (max-width: 1200px) {
    .has-dropdown__submenu li > span {
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .has-dropdown__submenu {
        grid-template-rows: repeat(2, 175px);
        gap: 10px;
    }
}

@media (min-width: 992px){
    .offer {
        margin-bottom: 30px;
    }
}

@media screen  and (max-width: 1024px){
    .about__content img{
        float: none!important;
    }
}

@media (max-width: 992px) {
    .offer {
        margin-bottom: 0;
    }

    .account__wrapper .list-unstyled {
        grid-template-columns: repeat(2, 1fr);
    }

    .account__wrapper .subscribe {
        grid-template-columns: 1fr;
    }

    /* Category info */
    .category-info h2 {
        margin-bottom: 10px;
        font-size: 22px;
        text-align: center;
    }

    .category-info img {
        max-width: 300px;
        max-height: 310px;
        margin: 0 auto 30px;
        float: none!important;
    }
}

@media (max-width: 756px) {
    .account__wrapper {
        grid-template-columns: 1fr;
    }

    .account-simpleregister .enter-account__wrapper:before {
        left: 0;
    }

    .account-simpleregister .enter-account__wrapper:after {
        right: 0;
    }
    .category-product-block-title {
        font-family: "MontserratAlternates-Regular", sans-serif;
    }
    .category-product-block-info {
        height: fit-content;
    }
    .category-product-block .product-image {
        height: 100%;
    }
    .category-product-block-img {
        min-height: 240px;
    }

    .products__items-list .category-product-block-btn {
        line-height: 1.2;
    }

    .category-product-block-info {
        height: 100%;
    }

    .cart-modal {
        height: 100dvh;
    }
}

@media (max-width: 576px) {
    #content h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .empty {
        margin: 20px 0 20px;
        flex-direction: column;
        justify-content: center;
    }

    .empty p {
        margin-right: 0;
        margin-bottom: 20px;
    }

    /*** Custom Select ***/
    .search-page__wrapper {
        grid-template-columns: 1fr;
        margin: 0 auto 15px;
    }

    .search-page .form-control {
        min-height: 28px;
    }

    .search-page__item:nth-child(3), .search-page__item:nth-child(4) {
        justify-self: flex-start;
    }

    /** Registration page **/
    #column-right {
        margin-bottom: 20px;
    }

    .account__wrapper .list-unstyled {
        grid-template-columns: repeat(1, 1fr);
    }

    .logout_link {
        margin: -20px 0 0;
    }

    .account-address #form-address-2 .text-right {
        display: grid;
        row-gap: 10px;
    }

    .account-address .btn-info {
        margin-bottom: 10px;
    }

    .account-address .section-title {
        margin-bottom: 16px;
    }

    .common-home .article {
        padding-bottom: 0;
    }

    .account-simpleedit .section-btn span {
        display: block;
    }
    /* Category info */
    .category-info h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .category-product-block-current-price {
        font-size: 14px;
    }
    .about__img {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    /* Single product */
    .product-sliders2 .product__item-slide,
    .product__items-gallery{
        padding: 0;
    }

    .product__item-slide {
        border: none;
        height: auto;
        max-height: fit-content;
    }
    .product-sliders2 .product__item-slide .product-slide-img,
    .product-sliders2 .product__item-slide {
        max-width: 100%;
        max-height: initial;
        height: auto;
    }
    .product-sliders2 .product__item-slide .product-slide-img {
        height: 100%;
    }
    .product-sliders2 .product__item-slide {
        max-height: initial;
        height: 49vh;
    }
    .product__item-slide img {
        height: 100%;
        object-fit: cover;
    }
    .product .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 2px;
    }
    .product-sliders2 {
        padding: 0 0 20px;
        max-height: initial;
    }
    .product__items-gallery {
        max-height: initial;
        max-width: 100%;
    }
    .product__title {
        margin: 21px 0;
    }
    .product__information-art {
        margin: 24px 0;
        padding-bottom: 10px;
    }
    .product__information-code {
        padding-bottom: 26px;
    }

    .cart-modal {
        height: 100dvh;
    }

}

/** Cheaper together **/

#prd-sets.sets {
    background: #F4F7FC;
    position: relative;
}
#prd-sets .sets-slider {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#prd-sets h3 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}

#prd-sets .set_table {
    border: 1px solid #87B6F9;
    background-color: #EBF3FE;
    border-radius: 20px;
    width: calc(100% - 24px);
    padding: 32px;
    max-width: 1231px;
    margin: 0 auto;
    grid-gap: 32px;
}

#prd-sets .swiper-button-next,
#prd-sets .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-size: 30px 30px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(50% + 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    outline: 0;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-top: -24px;
}

#prd-sets .swiper-button-next:hover, #prd-sets .swiper-button-prev:hover {
    -webkit-box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
    box-shadow: 0 10px 24px rgba(70, 93, 124, 0.1);
}

#prd-sets .swiper-button-prev {
    background-image: url("../img/arrow-prev.png");
    left: 0;
}

#prd-sets .swiper-button-next {
    background-image: url("../img/arrow-next.png");
    right: 0;
}

#prd-sets .set-product, #prd-sets .set-total {
    background: transparent;
    height: auto;
    max-width: 100%;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#prd-sets .set-total {
    max-width: 210px;
    margin-left: auto;
}

#prd-sets .set-product {
    display: grid;
    grid-template-columns: minmax(160px, 187px) 1fr;
    column-gap: 16px;
    grid-auto-flow: dense;
    margin: 0;
}
#prd-sets .set .disc,
#prd-sets .set-total .economy {
    position: relative;
    padding: 6px 12px;
    display: flex;
    background-color: #DB4E50;
    border-radius: 20px;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    height: fit-content;
    max-width: fit-content;
}

#prd-sets .set .disc:before {
    content: '-';
    display: block;
}

#prd-sets .set-total .economy_val {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

#prd-sets  .set-total .economy {
    margin: 0;
}

#prd-sets .set-total .new_summ,
#prd-sets .price,
#prd-sets .caption h4 {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
}

#prd-sets .caption h4 {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
    font-weight: 400;
}

#prd-sets .set-total .new_summ {
    font-size: 24px;
    color: #383838;
}

#prd-sets .add-set-btn {
    padding: 12px 8px;
    max-width: 274px;
    color: #fff;
    font-family: "MontserratAlternates-Bold", sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: auto;
    border: 2px solid transparent;
    background-color: #87B6F9;
    border-radius: 30px;
    display: block;
}

#prd-sets .add-set-btn:hover {
    background-color: #fff;
    color: #87B6F9;
    border-color: #87B6F9;
}

#prd-sets .set-product .image {
    max-height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    margin: 0;
    grid-column: 1;
    grid-row: 1/4;
}
#prd-sets .set-product .image a {
    display: flex;
    width: 100%;
    height: 100%;
}

#prd-sets .set-product .image img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#prd-sets .ao,
#prd-sets .set-product .caption {
    padding: 0;
}
#prd-sets .ao span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #B7BAC2;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 0;
}

#prd-sets .ao span:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 16L5 16' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 8H19' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#prd-sets .plus span:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%2387B6F9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1220px){
    #prd-sets .set_table {
        padding: 20px;
        grid-gap: 16px;
    }
    #prd-sets .set-product {
        grid-template-columns: minmax(140px, 148px) 1fr;
        column-gap: 8px;
    }
}
@media screen and (max-width: 1024px){
    #prd-sets .set_table {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #prd-sets .set-product {
        border-radius: 20px;
    }
    #prd-sets .caption h4 {
        font-size: 16px;
        height: 48px;
    }
    #prd-sets .set-total {
        display: grid;
        grid-template-columns: 40% 58%;
        grid-auto-flow: dense;
        grid-gap: 15px;
        border-radius: 0;
        padding: 16px 0 0;
        max-width: 100%;
        grid-column: 1/-1;
    }
    #prd-sets .set-total:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% + 16px);
        height: 1px;
        background-color: #DBE3F0;
    }
    #prd-sets .set-total .clearfix {
        display: none;
    }
    #prd-sets .ao {
        display: none;
    }
    #prd-sets .plus span {
        margin: 0;
    }
    #prd-sets .plus {
        display: flex;
        position: absolute;
        left: 50%;
        top: 42%;
        transform: translateX(-50%);
        z-index: 2;
    }
    #prd-sets .set-total .new_summ {
        margin: 0;
        grid-area: 2/1;
    }
    #prd-sets .add-set-btn {
        margin: 0;
        grid-row: 1/3;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #prd-sets .set-total {
        grid-template-columns: 47% 50%;
        grid-gap: 8px;
    }
    #prd-sets h3 {
        margin-bottom: 16px;
    }
    #prd-sets .set_table {
        padding: 8px;
        border: 1px solid #B7BAC233;
    }
    #prd-sets .set-product {
        background-color: #fff;
        border: 1px solid #B7BAC233;
        grid-template-columns: 1fr;
        grid-template-rows: 153px 1fr;
    }
    #prd-sets .set-product .image {
        border-radius: 20px 20px 0 20px;
    }
    #prd-sets .set .disc {
        position: absolute;
        top: 8px;
        left: 8px;
    }
    #prd-sets .caption h4 {
        font-size: 14px;
        height: 40px;
        margin: 8px 0;
    }
    #prd-sets .set-total .new_summ, #prd-sets .price {
        font-size: 18px;
    }
     #prd-sets .set-product .caption {
        padding: 8px;
    }
    #prd-sets .add-set-btn {
        padding: 10px 4px;
    }
    #prd-sets .swiper-button-next, #prd-sets .swiper-button-prev {
        width: 50px;
        height: 50px;
        border: 1px solid #93c5ff;
        top: calc(50% - 42px);
    }
    .set {
        padding: 32px 0;
    }
    #prd-sets .plus {
        top: 38%;
    }
}
