.page-template-delivery{
    .page__item__block{
        max-height: 405px;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        background-image:
        url("../img/main.webp"),
        linear-gradient(90deg, #546DFC 0%, rgba(118, 138, 253, 0.75) 100%);
    }
}
.page__item__block {
    padding: 60px 14px 180px 52px;
    background-image:
        url("../img/main1.png"),
        linear-gradient(90deg, #546DFC 0%, rgba(118, 138, 253, 0.75) 100%);

    background-repeat: no-repeat;
    background-position: 100% 120%;
    border-radius: 14px;
    height: 600px;
}

.page__item__block__title h1 {
    font-size: 48px;
    color: #fff;
    line-height: 90%;
    font-family: Tilda;
    font-weight: 700;
    margin-bottom: 28px;
}

.page__item__block__text {
    border-left: 2px solid #768AFD;
    padding-left: 12px;
}

.page__item__block__subtitle p {
    font-size: 20px;
    color: #fff;
    font-family: Tilda;
    font-weight: 500;
    margin: 0;
    line-height: 150%;
}

.page__item__block__subtitle span {
    font-size: 20px !important;
    background-color: #FF8A00;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 600;
}

.page__item__block__description p {
    font-size: 14px;
    color: #fff;
    font-family: Tilda;
    font-weight: 400;
    line-height: 150%;
    padding-top: 9px;
    margin: 0;
    opacity: 0.8;
}

.page__item__block__btn {
    padding-top: 28px;
}

.page__item__block__btn a:hover {
    opacity: 0.8;
}

.page__item__block__btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Tilda';
    font-weight: 600;
    color: #546DFC;
    background-color: #fff;
    padding: 16px 40px;
    border-radius: 53px;
    height: 51px;
    line-height: 120%;
    filter: none;
    transition: 0.2s ease;
}

.page__item__block__btn {
    padding-top: 28px;
}

.page__item__block__btn a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/svg/right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.page__item__right {
    background-color: #f1f1f1;

}

.right__block__title h1 {
    font-size: 14px;
    font-family: Tilda;
    color: #000;
    margin-bottom: 5px;
}

.right__block__subtitle p {
    font-size: 32px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.right__block__description p {
    font-size: 14px;
    color: #666666;
    font-family: Tilda;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 150%;
}

.right__block__btn a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/svg/right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    position: relative;
    left: 6px;
}

.right__block__btn a {
    font-family: Tilda;
    color: #546DFC;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    filter: none;
    transition: 0.2s ease;
}

.right__block__btn a:hover {
    opacity: 0.8;
}

.page__item__right {
    background-image: url("../img/bg-1.png");
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 14px;
    background-size: 100%;
}

.page__item__right__block {
    background-image: url("../img/main2.webp");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% 100%;
    padding: 32px 0px 84px 32px;
}

.maine__page__montaj {
    background-image: url(../img/main3.png);
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 14px;
    padding: 80px 26px;
    background-size: cover;
}

.page__montaj__title h1 {
    font-size: 14px;
    color: #fff;
    font-family: Tilda;
    font-weight: 500;
    letter-spacing: 3%;
    margin-bottom: 12px;
}

.page__montaj__subtitle p {
    font-size: 32px;
    color: #fff;
    font-family: Tilda;
    font-weight: 600;
    line-height: 82%;
    margin-bottom: 32px;
}

.page__montaj__btn a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/svg/right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    position: relative;
    left: 6px;
}

.page__montaj__btn a {
    color: #546DFC;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 120%;
    filter: none;
    transition: 0.2s ease;
}

.page__montaj__btn a:hover {
    opacity: 0.8;
}

.main__block {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 21px;
}

.main__page__items {
    width: 100%;
}

.main__page__items__right {
    height: 600px;
    display: grid;
    flex-direction: column;
    justify-content: space-between;
    display: grid;
    gap: 24px;
    grid-template-rows: 1fr 1fr;
}

.category__items * {
    max-width: 100%;
    box-sizing: border-box;
}
.category__items img {
    height: 140%;
}

.category__items__blocks {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.category__card__title a {
    font-size: 19px;
    font-family: SFPro;
    font-weight: 700;
    color: #000;
    line-height: 15px;
    text-decoration: none;
    filter: none;
    transition: 0.2s ease;
}


.category__card__title a:hover {
    opacity: 0.8;
}

.category__price p {
    font-size: 16px;
    line-height: 24px;
    font-family: Tilda;
    font-weight: 400;
    color: #9f9f9f;
    margin: 0;
}

.block__one {
    background-image: url(../img/main7.webp);
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 14px;
    background-size: 36%;
    background-position: right;
    width: 100%;
    padding: 15px 0px;
}

.block__two {
    background-image: url(../img/main5.webp);
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 14px;
    background-position: right;
    width: 100%;
    padding: 15px 0px;
}

.category__card {
    padding: 0 0 28px;
    text-align: center;
}

.category__image {
    display: flex;
    justify-content: space-between;
    height: 110px;
}

.category__image__center {
    display: flex;
    justify-content: center;
    height: 110px;
}

.category__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.category__items__block {
    background: #EEF0FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.category__items__block a {
    font-size: 19px;
    font-family: SFPro;
    font-weight: 700;
    color: #546DFC;
    line-height: 15px;
    text-decoration: none;
    filter: none;
    transition: 0.2s ease;
}

.category__items__block a:hover {
    opacity: 0.8;
}

.category__block {
    padding-top: 50px;
}

.category__blocks1 {
    bottom: -30px;
    position: relative;
}

.category__blocks2 {
    bottom: -30px;
    position: relative;
}

.brands {
    padding: 127px 0 100px;
    text-align: center;
}

.brands__title {
    font-size: 32px;
    font-weight: 600;
    font-family: Tilda;
    color: #000;
    margin-bottom: 30px;
    line-height: 100%;
}

.brands__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 60px;
}

.brands__list img {
    height: 36px;
    object-fit: contain;
    opacity: 0.9;
    transition: 0.3s ease;
}

.brands__list img:hover {
    opacity: 1;
}

.catalog__btn {
    text-align: center;
    padding: 36px 0px;
}

.catalog__btn a {
    padding: 18px 60px;
    font-family: Inter;
    font-weight: 600;
    background-color: #FF8A00;
    color: #fff;
    font-family: Tilda;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    filter: none;
    transition: 0.2s ease;
}

.catalog__btn a:hover {
    opacity: 0.8;
}

.color.active {
    transform: scale(1.2);
    border: 2px solid #546DFC !important;
}

.catalog__title h1 {
    text-align: center;
    font-size: 32px;
    font-family: Tilda;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 100%;
}

.catalog__title {
    padding: 0 0 40px;
}

/** MOBILE VERSION**/

@media (max-width: 973px){
    .catalog__blocks {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .header__block {
        display: block;
    }

    .header__center__flex {
        display: block;
    }

    .main__block {
        display: flex;
        flex-direction: column;
        gap: 21px;
    }

    .category__items {
        display: block !important;
    }

    .catalog__blocks {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer__right__block {
        display: block;
    }

    .category__image {
        display: flex;
    }

    ul.menu {
        display: block;
    }

    .page__item__block__title h1 {
        font-size: 24px;
        line-height: 26px;
        font-family: Gilroy light;
    }

    .page__item__block {
        padding: 20px 14px 20px;
        background-image: none !important;
        height: 300px;
        background: linear-gradient(90deg, #546DFC 0%, rgba(118, 138, 253, 0.75) 100%) !important;
    }

    .page__item__block__description {
        padding: 0px 95px 0px 0px;
    }

    .main__page__items__right{
        justify-content: normal;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .category__items__blocks {
        margin-bottom: 10px;
    }

    img.image__style {
        width: 100%;
    }

    .mobile__version {
        height: 200px;
    }

    .price-new {
        font-size: 18px;
    }

    .price-old {
        font-size: 12px;
    }

    .catalog__btn a{
        padding: 18px 30%;
        font-size: 16px;
    }

    .product-btn{
        padding: 15px 0 !important;
        font-size: 16px !important;
    }
}

@media (max-width: 440px) {
    .catalog__blocks {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .page__item__right__block {
        padding: 20px 0px 84px 10px;
        height: 230px;
    }
    .maine__page__montaj{
        height: 180px;
        padding: 35px 0;
        align-items: center;
        display: flex;
        flex-direction: column;

    }
    .page__item__right {
        margin: 15px 0px;
        height: 230px;
    }
    .page__montaj__subtitle p{
        font-size: 24px;
        max-width: 250px;
    }
}