

/* Start:/deskar-sale/style.css?178610197726812*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>/* DESKAR SALE — базовые стили лендинга */

.deskar-sale {
    width: 100%;
}

.deskar-sale__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.deskar-sale *,
.deskar-sale *::before,
.deskar-sale *::after {
    box-sizing: border-box;
}
/* ===== Первый экран ===== */

.deskar-hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:80px;
    padding:70px 0;
}

.deskar-hero__content{
    flex:1;
}

.deskar-hero__visual{
    width:420px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.deskar-hero__badge{
    display:inline-block;
    padding:8px 18px;
    background:#005baa;
    color:#fff;
    font-size:13px;
    font-weight:700;
    border-radius:30px;
    letter-spacing:.5px;
    margin-bottom:25px;
}

.deskar-hero__title{
    font-size:52px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 30px;
    color:#1d1d1d;
}

.deskar-hero__text{
    font-size:22px;
    line-height:1.7;
    color:#555;
    max-width:760px;
    margin-bottom:40px;
}
/* =========================================================
   DESKAR SALE — HERO
   ========================================================= */

.deskar-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
    align-items: center;
    gap: 70px;
    min-height: 610px;
    padding: 75px 70px;
    margin: 45px 0 60px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 22%, rgba(0, 91, 170, .14), transparent 34%),
        linear-gradient(135deg, #f7f9fb 0%, #ffffff 60%, #edf4f9 100%);
    border: 1px solid #e4e9ed;
    border-radius: 6px;
}

.deskar-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #005baa;
}

.deskar-hero__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.deskar-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 18px;
    margin: 0 0 26px;
    background: #005baa;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .7px;
}

.deskar-hero__title {
    max-width: 900px;
    margin: 0 0 26px;
    color: #181818;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.deskar-hero__title span {
    display: block;
    margin-top: 6px;
    color: #005baa;
}

.deskar-hero__text {
    max-width: 840px;
    margin: 0 0 34px;
    color: #4e555b;
    font-size: 19px;
    line-height: 1.65;
}

.deskar-hero__advantages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 900px;
    margin-bottom: 34px;
}

.deskar-hero__advantage {
    min-height: 98px;
    padding: 17px 19px;
    background: #fff;
    border: 1px solid #e1e6ea;
    border-radius: 5px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, .045);
}

.deskar-hero__advantage strong {
    display: block;
    margin-bottom: 4px;
    color: #005baa;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.deskar-hero__advantage span {
    display: block;
    color: #6a7075;
    font-size: 13px;
    line-height: 1.45;
}

.deskar-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 17px;
}

.deskar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 27px;
    border: 2px solid #005baa;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.deskar-btn:hover {
    transform: translateY(-2px);
}

.deskar-btn--primary {
    background: #005baa;
    color: #fff !important;
}

.deskar-btn--primary:hover {
    background: #004c90;
    border-color: #004c90;
}

.deskar-btn--secondary {
    background: transparent;
    color: #005baa !important;
}

.deskar-btn--secondary:hover {
    background: #005baa;
    color: #fff !important;
}

.deskar-hero__note {
    position: relative;
    padding-left: 18px;
    color: #777d82;
    font-size: 13px;
    line-height: 1.5;
}

.deskar-hero__note::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #005baa;
    border-radius: 50%;
}


/* Правая часть */

.deskar-hero__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    z-index: 1;
}

.deskar-hero__visual::before,
.deskar-hero__visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(0, 91, 170, .12);
    border-radius: 50%;
}

.deskar-hero__visual::before {
    width: 390px;
    height: 390px;
}

.deskar-hero__visual::after {
    width: 310px;
    height: 310px;
}

.deskar-hero__sale-circle {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 255px;
    height: 255px;
    padding: 30px;
    text-align: center;
    background: #005baa;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 25px 60px rgba(0, 91, 170, .25);
}

.deskar-hero__sale-circle span {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.deskar-hero__sale-circle strong {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -4px;
}

.deskar-hero__sale-circle small {
    display: block;
    max-width: 150px;
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.35;
    opacity: .9;
}

.deskar-hero__visual-text {
    position: relative;
    z-index: 3;
    margin-top: 27px;
    color: #005baa;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 3px;
}

.deskar-hero__visual-text span {
    display: block;
    margin-top: 7px;
    color: #777;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
}


/* =========================================================
   Адаптив
   ========================================================= */

@media (max-width: 1100px) {

    .deskar-hero {
        grid-template-columns: 1fr 300px;
        gap: 35px;
        padding: 55px 40px;
    }

    .deskar-hero__title {
        font-size: 43px;
    }

    .deskar-hero__visual::before {
        width: 300px;
        height: 300px;
    }

    .deskar-hero__visual::after {
        width: 245px;
        height: 245px;
    }

    .deskar-hero__sale-circle {
        width: 215px;
        height: 215px;
    }

    .deskar-hero__sale-circle strong {
        font-size: 59px;
    }
}

@media (max-width: 850px) {

    .deskar-hero {
        display: block;
        min-height: 0;
        padding: 45px 30px;
    }

    .deskar-hero__title {
        font-size: 38px;
    }

    .deskar-hero__text {
        font-size: 17px;
    }

    .deskar-hero__advantages {
        grid-template-columns: 1fr;
    }

    .deskar-hero__visual {
        min-height: 330px;
        margin-top: 45px;
    }
}

@media (max-width: 600px) {

    .deskar-sale__container {
        padding: 0 14px;
    }

    .deskar-hero {
        margin: 20px 0 35px;
        padding: 35px 20px;
    }

    .deskar-hero__badge {
        font-size: 11px;
    }

    .deskar-hero__title {
        font-size: 31px;
        letter-spacing: -.7px;
    }

    .deskar-hero__text {
        font-size: 16px;
    }

    .deskar-btn {
        width: 100%;
    }

    .deskar-hero__visual {
        min-height: 290px;
    }

    .deskar-hero__visual::before {
        width: 270px;
        height: 270px;
    }

    .deskar-hero__visual::after {
        width: 220px;
        height: 220px;
    }

    .deskar-hero__sale-circle {
        width: 190px;
        height: 190px;
    }

    .deskar-hero__sale-circle strong {
        font-size: 52px;
    }
}
/* =========================================================
   АССОРТИМЕНТ РАСПРОДАЖИ
   ========================================================= */

.deskar-assortment {
    padding: 35px 0 75px;
}

.deskar-section-head {
    max-width: 900px;
    margin-bottom: 42px;
}

.deskar-section-head__eyebrow {
    margin-bottom: 12px;
    color: #005baa;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1px;
}

.deskar-section-head__title {
    margin: 0 0 18px;
    color: #1b1b1b;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
}

.deskar-section-head__text {
    max-width: 850px;
    margin: 0;
    color: #62686d;
    font-size: 17px;
    line-height: 1.7;
}

.deskar-assortment__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 35px;
}

.deskar-assortment__item {
    position: relative;
    min-height: 260px;
    padding: 32px 27px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e7eb;
    border-radius: 6px;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.deskar-assortment__item:hover {
    transform: translateY(-4px);
    border-color: #bdd5e8;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .07);
}

.deskar-assortment__number {
    margin-bottom: 34px;
    color: #005baa;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
}

.deskar-assortment__item h3 {
    margin: 0 0 14px;
    color: #202020;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.deskar-assortment__item p {
    margin: 0;
    color: #6a7075;
    font-size: 14px;
    line-height: 1.65;
}


/* Excel-блок */

.deskar-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 34px 40px;
    background: #f3f8fc;
    border: 1px solid #d9e6ef;
    border-left: 6px solid #005baa;
    border-radius: 6px;
}

.deskar-price-box__content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.deskar-price-box__icon {
    display: flex;
    flex: 0 0 78px;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background: #005baa;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
}

.deskar-price-box h3 {
    margin: 0 0 8px;
    color: #1c1c1c;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
}

.deskar-price-box p {
    max-width: 650px;
    margin: 0;
    color: #676d72;
    font-size: 14px;
    line-height: 1.6;
}

.deskar-price-box__action {
    flex: 0 0 auto;
    text-align: center;
}

.deskar-price-box__action .deskar-btn {
    min-width: 220px;
}

.deskar-price-box__action span {
    display: block;
    margin-top: 9px;
    color: #81868a;
    font-size: 11px;
}


/* Адаптив */

@media (max-width: 1100px) {

    .deskar-assortment__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .deskar-price-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {

    .deskar-assortment {
        padding: 20px 0 50px;
    }

    .deskar-section-head__title {
        font-size: 31px;
    }

    .deskar-assortment__grid {
        grid-template-columns: 1fr;
    }

    .deskar-assortment__item {
        min-height: 0;
    }

    .deskar-price-box {
        padding: 26px 22px;
    }

    .deskar-price-box__content {
        align-items: flex-start;
        flex-direction: column;
    }

    .deskar-price-box__action {
        width: 100%;
    }

    .deskar-price-box__action .deskar-btn {
        width: 100%;
    }
}
/* =========================================================
   ПОЧЕМУ РАСПРОДАЖА / ПРЕИМУЩЕСТВА
   ========================================================= */

.deskar-reason {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 70px;
    padding: 75px 0;
    border-top: 1px solid #e3e7ea;
}

.deskar-reason__intro {
    padding-right: 20px;
}

.deskar-reason__title {
    max-width: 600px;
    margin: 0 0 24px;
    color: #181818;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
}

.deskar-reason__lead {
    margin: 0 0 20px;
    color: #34393d;
    font-size: 19px;
    line-height: 1.7;
}

.deskar-reason__text {
    margin: 0 0 28px;
    color: #697075;
    font-size: 15px;
    line-height: 1.7;
}

.deskar-reason__warning {
    padding: 20px 22px;
    background: #f3f8fc;
    border-left: 4px solid #005baa;
    color: #565c61;
    font-size: 14px;
    line-height: 1.6;
}

.deskar-reason__warning strong {
    color: #005baa;
}


/* Правая сетка */

.deskar-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.deskar-benefits__item {
    min-height: 245px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e2e6e9;
    border-radius: 6px;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.deskar-benefits__item:hover {
    transform: translateY(-4px);
    border-color: #bfd7e8;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.deskar-benefits__value {
    margin-bottom: 35px;
    color: #005baa;
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
}

.deskar-benefits__item h3 {
    margin: 0 0 12px;
    color: #202020;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.deskar-benefits__item p {
    margin: 0;
    color: #697075;
    font-size: 14px;
    line-height: 1.65;
}


/* Адаптив */

@media (max-width: 950px) {

    .deskar-reason {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {

    .deskar-reason {
        padding: 50px 0;
    }

    .deskar-reason__title {
        font-size: 31px;
    }

    .deskar-reason__lead {
        font-size: 17px;
    }

    .deskar-benefits {
        grid-template-columns: 1fr;
    }

    .deskar-benefits__item {
        min-height: 0;
    }
}
/* =========================================================
   КАК КУПИТЬ
   ========================================================= */

.deskar-how {
    padding: 75px 0;
    border-top: 1px solid #e3e7ea;
}

.deskar-how__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 35px;
}

.deskar-how__item {
    position: relative;
    min-height: 235px;
    padding: 30px 26px;
    background: #fff;
    border: 1px solid #e2e7eb;
    border-radius: 6px;
}

.deskar-how__number {
    margin-bottom: 34px;
    color: #005baa;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.deskar-how__item h3 {
    margin: 0 0 12px;
    color: #202020;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}

.deskar-how__item p {
    margin: 0;
    color: #697075;
    font-size: 14px;
    line-height: 1.65;
}

.deskar-how__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 35px 40px;
    background: #005baa;
    border-radius: 6px;
}

.deskar-how__cta-content span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.deskar-how__cta-content h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 800;
}

.deskar-how__cta-content p {
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.6;
}

.deskar-how__cta .deskar-btn--primary {
    flex: 0 0 auto;
    background: #fff;
    border-color: #fff;
    color: #005baa !important;
}

.deskar-how__cta .deskar-btn--primary:hover {
    background: #edf5fb;
    border-color: #edf5fb;
}

@media (max-width: 950px) {

    .deskar-how__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .deskar-how__cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {

    .deskar-how {
        padding: 50px 0;
    }

    .deskar-how__grid {
        grid-template-columns: 1fr;
    }

    .deskar-how__item {
        min-height: 0;
    }

    .deskar-how__cta {
        padding: 28px 22px;
    }

    .deskar-how__cta .deskar-btn {
        width: 100%;
    }
}
/* ================================================= */

.deskar-request{

padding:90px 0;

}

.deskar-request__box{

display:grid;

grid-template-columns:1fr 500px;

gap:70px;

align-items:center;

}

.deskar-request__title{

font-size:42px;

font-weight:800;

line-height:1.2;

margin:15px 0 25px;

}

.deskar-request__text{

font-size:18px;

line-height:1.8;

margin-bottom:30px;

color:#555;

}

.deskar-request__list{

margin:0;

padding-left:20px;

}

.deskar-request__list li{

margin:14px 0;

font-size:17px;

}

.deskar-request__placeholder{

padding:55px;

background:#f7f9fb;

border:2px dashed #005baa;

border-radius:8px;

text-align:center;

min-height:420px;

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

}

.deskar-request__placeholder h3{

font-size:32px;

margin-bottom:15px;

}
/* =========================================================
   КОНТАКТНЫЙ CTA
   ========================================================= */

.deskar-contact {
    padding: 80px 0;
}

.deskar-contact__inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    gap: 75px;
    align-items: center;
    padding: 60px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 91, 170, .15), transparent 32%),
        linear-gradient(135deg, #052b4b 0%, #063b66 55%, #005baa 100%);
    border-radius: 7px;
}

.deskar-contact__content {
    max-width: 610px;
}

.deskar-contact__eyebrow {
    margin-bottom: 14px;
    color: #73b8e8;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.deskar-contact__title {
    margin: 0 0 24px;
    color: #fff;
    font-size: 39px;
    line-height: 1.17;
    font-weight: 800;
}

.deskar-contact__text {
    margin: 0 0 27px;
    color: rgba(255,255,255,.8);
    font-size: 16px;
    line-height: 1.75;
}

.deskar-contact__notice {
    padding: 17px 20px;
    background: rgba(255,255,255,.08);
    border-left: 3px solid #63b8ee;
    color: rgba(255,255,255,.83);
    font-size: 13px;
    line-height: 1.6;
}

.deskar-contact__notice strong {
    color: #fff;
}


/* Карточки действий */

.deskar-contact__actions {
    display: grid;
    gap: 13px;
}

.deskar-contact-card {
    display: grid;
    grid-template-columns: 66px 1fr 35px;
    gap: 18px;
    align-items: center;
    min-height: 105px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 6px;
    text-decoration: none !important;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.deskar-contact-card:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.deskar-contact-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: #edf5fb;
    border-radius: 5px;
    color: #005baa;
    font-size: 15px;
    font-weight: 900;
}

.deskar-contact-card__content span {
    display: block;
    margin-bottom: 3px;
    color: #8a9095;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
}

.deskar-contact-card__content strong {
    display: block;
    margin-bottom: 4px;
    color: #171717;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}

.deskar-contact-card__content small {
    display: block;
    color: #70767b;
    font-size: 12px;
    line-height: 1.4;
}

.deskar-contact-card__arrow {
    color: #005baa;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    text-align: right;
}


/* Адаптив */

@media (max-width: 1050px) {

    .deskar-contact__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .deskar-contact__content {
        max-width: 750px;
    }
}

@media (max-width: 600px) {

    .deskar-contact {
        padding: 50px 0;
    }

    .deskar-contact__inner {
        padding: 35px 22px;
    }

    .deskar-contact__title {
        font-size: 30px;
    }

    .deskar-contact-card {
        grid-template-columns: 52px 1fr 20px;
        gap: 13px;
        padding: 15px;
    }

    .deskar-contact-card__icon {
        width: 52px;
        height: 52px;
        font-size: 12px;
    }

    .deskar-contact-card__content strong {
        font-size: 16px;
    }
}
/* =========================================================
   FAQ
   ========================================================= */

.deskar-faq {
    padding: 75px 0;
    border-top: 1px solid #e3e7ea;
}

.deskar-faq__list {
    max-width: 1050px;
}

.deskar-faq__item {
    border-bottom: 1px solid #e1e6ea;
}

.deskar-faq__item:first-child {
    border-top: 1px solid #e1e6ea;
}

.deskar-faq__item summary {
    position: relative;
    padding: 24px 50px 24px 0;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.deskar-faq__item summary::-webkit-details-marker {
    display: none;
}

.deskar-faq__item summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 5px;
    color: #005baa;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
}

.deskar-faq__item[open] summary::after {
    content: "−";
}

.deskar-faq__content {
    max-width: 900px;
    padding: 0 0 25px;
    color: #656c71;
    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   SEO-БЛОК
   ========================================================= */

.deskar-seo {
    padding: 65px 0 80px;
    border-top: 1px solid #e3e7ea;
}

.deskar-seo__inner {
    max-width: 1050px;
}

.deskar-seo h2 {
    margin: 0 0 24px;
    color: #202020;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.deskar-seo p {
    margin: 0 0 18px;
    color: #666d72;
    font-size: 15px;
    line-height: 1.8;
}

.deskar-seo a {
    color: #005baa;
    font-weight: 700;
}

@media (max-width: 600px) {

    .deskar-faq {
        padding: 50px 0;
    }

    .deskar-faq__item summary {
        font-size: 16px;
    }

    .deskar-seo {
        padding: 50px 0 60px;
    }

    .deskar-seo h2 {
        font-size: 27px;
    }
}
.deskar-seo h3 {
    margin: 35px 0 14px;
    color: #202020;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
}

.deskar-seo strong {
    color: #34383b;
    font-weight: 700;
}

@media (max-width: 600px) {

    .deskar-seo h3 {
        margin-top: 28px;
        font-size: 20px;
    }
}
.deskar-how__cta-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 800;
}

@media (max-width: 600px) {
    .deskar-how__cta-title {
        font-size: 23px;
    }
}
/* ===== DESKAR STOCK GALLERY ===== */

.deskar-stock-gallery {
	margin: 70px 0;
}

.deskar-stock-gallery__head {
	max-width: 950px;
	margin: 0 0 34px;
}

.deskar-stock-gallery__label {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .8px;
	color: #005baa;
}

.deskar-stock-gallery__head h2 {
	margin: 0 0 16px;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	color: #1d1d1d;
}

.deskar-stock-gallery__head p {
	margin: 0;
	max-width: 900px;
	font-size: 17px;
	line-height: 1.7;
	color: #555;
}


/* СЕТКА */

.deskar-stock-gallery__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}


/* КАРТОЧКА */

.deskar-stock-gallery__item {
	margin: 0;
	overflow: hidden;
	border: 1px solid #e2e6ea;
	border-radius: 9px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.055);
}


/* БОЛЬШОЕ ФОТО НА ВСЮ ШИРИНУ */

.deskar-stock-gallery__item--hero {
	grid-column: 1 / -1;
}

.deskar-stock-gallery__item--hero img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}


/* ТРИ ФОТО В РЯД */

.deskar-stock-gallery__item--third {
	grid-column: span 2;
}

.deskar-stock-gallery__item--third img {
	width: 100%;
	height: 275px;
	object-fit: cover;
}


/* ДВА ШИРОКИХ ФОТО */

.deskar-stock-gallery__item--half {
	grid-column: span 3;
}

.deskar-stock-gallery__item--half img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}


/* ОБЩИЕ СТИЛИ ИЗОБРАЖЕНИЙ */

.deskar-stock-gallery__item img {
	display: block;
	transition: transform .3s ease;
}

.deskar-stock-gallery__item:hover img {
	transform: scale(1.02);
}


/* ПОДПИСИ */

.deskar-stock-gallery__item figcaption {
	padding: 15px 17px 17px;
	background: #fff;
}

.deskar-stock-gallery__item figcaption strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	color: #222;
}

.deskar-stock-gallery__item figcaption span {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #707070;
}


/* ПЛАНШЕТ */

@media (max-width: 900px) {

	.deskar-stock-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.deskar-stock-gallery__item--hero {
		grid-column: 1 / -1;
	}

	.deskar-stock-gallery__item--third,
	.deskar-stock-gallery__item--half {
		grid-column: span 1;
	}

	.deskar-stock-gallery__item--hero img {
		height: 420px;
	}

	.deskar-stock-gallery__item--third img,
	.deskar-stock-gallery__item--half img {
		height: 270px;
	}
}


/* МОБИЛЬНЫЕ */

@media (max-width: 600px) {

	.deskar-stock-gallery {
		margin: 45px 0;
	}

	.deskar-stock-gallery__head {
		margin-bottom: 24px;
	}

	.deskar-stock-gallery__head h2 {
		font-size: 28px;
	}

	.deskar-stock-gallery__head p {
		font-size: 16px;
	}

	.deskar-stock-gallery__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.deskar-stock-gallery__item--hero,
	.deskar-stock-gallery__item--third,
	.deskar-stock-gallery__item--half {
		grid-column: 1;
	}

	.deskar-stock-gallery__item--hero img,
	.deskar-stock-gallery__item--third img,
	.deskar-stock-gallery__item--half img {
		width: 100%;
		height: auto;
	}

}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */
/* /deskar-sale/style.css?178610197726812 */
