/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/



#pagetitle {
    font-weight: 600;
}

.contact-property--image{
    display: flex;
}

.contact-property--image > img{
    margin: 16px auto 0 auto;
}

.block-switcher-title span {
    font-size: 16px;
    color: #8D8D8D;
}

.rows-social {
    display: flex;
    gap: 10px;
}

.fancybox-image {
    background: #fff;
}

.sku-props__values-text {
    display: flex;
    max-height: 178px;
    overflow-y: auto;
    padding-right: 10px;
    gap: 6px;
    flex-direction: row;

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

    & button {
        width: 100%;
    }
}

.catalog-detail__info-tc .line-block__item:nth-child(1) {
    display: none;
}

.catalog-detail__forms .grid-list__item:nth-child(2),
.catalog-detail__forms .grid-list__item:nth-child(3),
.catalog-detail__forms .grid-list__item:nth-child(4) {
    display: none;
}

.services-link {
    text-decoration-line: none !important;
}

:root {
    --golos-font: "Golos Text", sans-serif;
}

.btn-custom {
    display: inline-block;
    padding: 14px 24px;
    border: none;
    border-radius: 4px;
    background: #4197E2;
    color: #FFF;
    font-family: var(--golos-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
    height: unset;
}

.btn-custom:hover {
    color: #FFF;
    background: #328AD8;
}

.promo-banner__btn.btn-custom:hover {
    border-radius: 4px;
    background: #d0d1d5;
    color: #111827;
}

.btn--blue {
    padding: 13px 24px;
    background: #4197E2;
    color: #FFF;
}

/* About Section */
.about-section__content {
    display: flex;
    gap: 12px;
}

.about-section__image {
    flex-shrink: 0;
}

.about-section__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.about-section__info {
    flex: 1;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #EBECEF inset;
    height: 500px;
}

.about-section__text {
    color: #111827;
    font-family: var(--golos-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.about-section__text+.about-section__text {
    margin-top: 24px;
}

.about-section__button {
    margin-top: 32px;
}

/* Promo Banner */
.promo-banner {
    margin-top: 120px;
    padding: 68px 60px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.promo-banner--blue {
    background-image: url(/images/bg-blago.png);
}

.promo-banner--dark {
    background-image: url(/images/angel.png);
}

.promo-banner__content {
    max-width: 881px;
}

.promo-banner--dark .promo-banner__content {
    max-width: 675px;
}

.promo-banner__title {
    color: #FFF;
    font-family: var(--golos-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}

.promo-banner__text {
    color: #FFF;
    font-family: var(--golos-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0 0;
}

.promo-banner__btn {
    margin-top: 48px;
    background: #FFF;
    color: #111827;
}

.promo-banner--dark .promo-banner__btn {
    margin-top: 48px;
}


/* FAQ Section */
.faq-section {
    margin-top: 120px;
}

.faq-section__title {
    color: #111827;
    font-family: var(--golos-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 32px;
}

.mobile {
    display: none;
}

.theme-dark .faq-section__title,
.theme-dark .photo-gallery__title,
.theme-dark .service-card__title,
.theme-dark .service-card__text,
.theme-dark .service-types__title,
.theme-dark .about-section__text {
    color: white;
}

.theme-dark .service-card {
    background: transparent;
}

.services-link {
    text-decoration-line: none !important;
}

.fancybox-container .fancybox-bg {
    background: #00000073;
}

.fancybox-container .fancybox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-choose-size__content.fancybox-content {
    padding: 40px;
    border-radius: 10px;
    max-width: 1400px;
    overflow: auto;
    height: 100%;
}

.how-choose-size__title {
    color: #111827;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}

.how-choose-size__subtitle {
    color: #5A616C;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}

.how-choose-size__image {
    display: flex;
    margin-bottom: 32px;
}

.how-choose-size__size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.how-choose-size__item-title {
    color: #111827;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.how-choose-size__item-content {
    color: #5A616C;
    font-size: 16px;
    line-height: 24px;
}

.how-choose-size__item-size {
    flex: 1 0 calc((100% / 4) - 24px);
}

.how-choose-size__image picture,
.how-choose-size__image picture img {
    width: 100%;
}

.font_18-px{
    font-size: 18px;
}

.date-end-sale {
    background: #ff4f64;
    width: fit-content;
    display: flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    height: auto;
    padding: 6px 8px;
    gap: 6px;
    border-radius: 4px;
}

@media(max-width: 1440px) {
    .about-section__text {
        font-size: 14px;
    }

    .about-section__text+.about-section__text {
        margin-top: 12px;
    }

    .about-section__info {
        padding: 16px;
    }
}

@media(max-width: 1240px) {
    .about-section__content {
        flex-direction: column;
    }

    .about-section__img {
        width: 100%;
    }
}

/* TODO (min-width:1201px) */
@media (min-width:1201px) {}

/* TODO (max-width:1200px) */
@media (max-width:1200px) {}

/* TODO (min-width:992px) and (max-width:1200px) */
@media (min-width:992px) and (max-width:1200px) {}

/* TODO (min-width:992px) */
@media (min-width:992px) {}

/* TODO (max-width:991px) */
@media (max-width:991px) {
    .how-choose-size__item-size {
        flex: 1 0 calc((100% / 2) - 24px);
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
    }

    .about-section__content {
        flex-direction: column;
    }

    .about-section__img {
        width: 100%;
    }

    .about-section__info {
        padding: 24px;
    }

    .about-section__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .about-section__button {
        width: 100%;
        margin-top: 24px;
        text-align: center;
    }

    .promo-banner {
        padding: 32px 16px 0 16px;
    }

    .promo-banner__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }

    .promo-banner__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;

        margin-top: 16px;
    }

    .promo-banner__btn {
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }

    .promo-banner {
        margin: 32px -16px 0 -16px;
        border-radius: 0;
        height: 604px;
    }

    .promo-banner--blue {
        background-image: url(/images/bg-blago-mobile.png);
    }

    .promo-banner--dark {
        background-image: url(/images/angel-mobile.png);
    }



    .faq-section {
        margin-top: 64px;
    }

    .faq-section__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
}

/* TODO (min-width:768px) and (max-width:991px) */
@media (min-width:768px) and (max-width:991px) {}

/* TODO (min-width:768px) */
@media (min-width:768px) {}
.drag-block.container.REVIEWS{
    margin-top: 32px;
}
/* TODO (max-width:767px) */
@media (max-width:767px) {
    .how-choose-size__content.fancybox-content {
        padding: 24px;
    }

    .drag-block.container.REVIEWS{
        margin-top: 24px;
    }

    .mobilephones__menu-item--callback .btn-default{
        text-align: center;
    }

    .contact-property--image > img{
        width: 100%;
    }

    .how-choose-size__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .how-choose-size__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .how-choose-size__image {
        margin-bottom: 24px;
    }

   /* jdiv[class^="button__"] {
        bottom: 75px !important;
    }*/
    jdiv[class^="wrap__"] {
        bottom: 75px !important;
    }
}

/* TODO (min-width:576px) and (max-width:767px) */
@media (min-width:576px) and (max-width:767px) {}

/* TODO (min-width:576px) */
@media (min-width:576px) {}

/* TODO (max-width:575px) */
@media (max-width:575px) {
    .how-choose-size__size-list {
        gap: 16px;
    }

    .how-choose-size__item-size {
        flex: 1 0 100%;
    }

    .how-choose-size__item-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .how-choose-size__item-content {
        font-size: 15px;
        line-height: 22px;
    }
}