

/* Start:/local/templates/effort_tel/components/bitrix/news.detail/solution.detail/style.css?178911186033182*/
/* solution.detail landing layout */
body:has(.solution-landing) .heading { display: none; }
body:has(.solution-landing) .videosgatie-result { margin-top: 30px; }

.videosgatie-banner {
    position: relative;
    border-radius: .75rem;
    overflow: hidden;
    color: #272827;
}

.videosgatie-banner__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #E6E6E8 0%, #E6E6E8 100%), var(--videosgatie-bg-mob) lightgray -140.065px 0px / 183.621% 100% no-repeat;
}

.videosgatie-banner__bg-mob {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.videosgatie-banner__info {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.videosgatie-banner__title {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #272827;
}

.videosgatie-banner__text {
    margin: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #272827;
}

.videosgatie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.videosgatie-banner__btn-outline {
    color: #272827;
    border-color: #fff;
    background-color: transparent;
}

.videosgatie-banner__btn-outline:focus,
.videosgatie-banner__btn-outline:hover {
    color: #272827;
}

@media (min-width: 768px) {
    .videosgatie-banner {
        background: var(--videosgatie-bg-tabl) center / cover no-repeat;
        padding: 65px 36px;
    }

    .videosgatie-banner__bg-mob {
        display: none;
    }

    .videosgatie-banner__content {
        width: 440px;
        padding: 0;
        background: none;
    }

    .videosgatie-banner__info {
        gap: 24px;
    }
}

@media (min-width: 1280px) {
    .videosgatie-banner {
        background-image: var(--videosgatie-bg-desc);
        padding: 102px 80px;
    }

    .videosgatie-banner__content {
        width: 594px;
        gap: 30px;
    }

    .videosgatie-banner__info {
        gap: 30px;
    }

    .videosgatie-banner__title {
        font-size: 40px;
        line-height: 48px;
    }

    .videosgatie-banner__text {
        font-size: 20px;
        line-height: 28px;
    }
}

.section.videosgatie-intro {
    margin-bottom: 30px;
}

.videosgatie-intro__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.videosgatie-intro__title {
    margin: 0;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.videosgatie-intro__text {
    margin: 0;
    color: rgba(39, 40, 39, .6);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

@media (min-width: 768px) {
    .videosgatie-intro__inner {
        flex-direction: row;
        gap: 30px;
        align-items: flex-start;
    }

    .videosgatie-intro__title {
        flex: 1;
        min-width: 0;
        line-height: 32px;
    }

    .videosgatie-intro__text {
        flex: none;
        width: 341px;
        line-height: 28px;
    }
}

@media (min-width: 1280px) {
    .videosgatie-intro__title {
        font-size: 28px;
        line-height: 36px;
    }

    .videosgatie-intro__text {
        width: 796px;
        font-size: 18px;
        line-height: 28px;
    }
}

.section.videosgatie-advantages {
    margin-bottom: 0;
}

.section__title--md {
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 1280px) {
    .section__title--md {
        font-size: 24px;
        line-height: 32px;
    }
}

.section.videosgatie-court {
    margin-top: 30px;
}

.videosgatie-court__body {
    border-radius: 12px;
    overflow: hidden;
    padding: 30px 25px;
    background: url("/local/templates/effort_tel/assets/images/videosgatie/videosgatie_cort_bg_mob.jpg") center / cover no-repeat;
    cursor: pointer;
}

.videosgatie-court__title {
    margin: 0;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.videosgatie-court__text {
    margin: 30px 0 0;
    color: rgba(39, 40, 39, .6);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

@media (min-width: 768px) {
    .videosgatie-court__body {
        padding: 40px 35px;
        background-image: url("/local/templates/effort_tel/assets/images/videosgatie/videosgatie_cort_bg_tabl.jpg");
    }

    .videosgatie-court__title {
        font-size: 20px;
        line-height: 20px;
    }

    .videosgatie-court__text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 1280px) {
    .videosgatie-court__body {
        padding: 40px 46px;
        background-image: url("/local/templates/effort_tel/assets/images/videosgatie/videosgatie_cort_bg_desc.jpg");
    }

    .videosgatie-court__title {
        font-size: 24px;
        line-height: 20px;
    }

    .videosgatie-court__text {
        font-size: 18px;
        line-height: 28px;
    }
}

.section.videosgatie-result {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #EEF7EB;
}

.videosgatie-result__inner {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.videosgatie-result__main {
    display: contents;
}

.videosgatie-result__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 1;
}

.videosgatie-result__title {
    margin: 0;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.videosgatie-result__text {
    margin: 0;
    color: rgba(39, 40, 39, .6);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.videosgatie-result__button {
    order: 3;
    align-self: flex-start;
}

.videosgatie-result__card {
    order: 2;
    border-radius: 12px;
    background: #fff;
    padding: 32px;
}

.videosgatie-result__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.videosgatie-result__list li {
    position: relative;
    padding-left: 1.25rem;
    color: #272827;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.videosgatie-result__list li::before {
    content: "";
    position: absolute;
    top: .625rem;
    left: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #272827;
}

@media (min-width: 768px) {
    .videosgatie-result__inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 22px;
    }

    .videosgatie-result__main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 1 0;
        min-width: 0;
        width: calc(50% - 11px);
        gap: 24px;
    }

    .videosgatie-result__info,
    .videosgatie-result__button,
    .videosgatie-result__card {
        order: initial;
    }

    .videosgatie-result__title {
        font-size: 24px;
        line-height: 32px;
    }

    .videosgatie-result__text {
        font-size: 16px;
        line-height: 28px;
    }

    .videosgatie-result__card {
        flex: 1 1 0;
        min-width: 0;
        width: calc(50% - 11px);
    }

    .videosgatie-result__list li {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {
    .videosgatie-result__inner {
        gap: 30px;
    }

    .videosgatie-result__main,
    .videosgatie-result__card {
        width: calc(50% - 15px);
    }

    .videosgatie-result__title {
        font-size: 28px;
        line-height: 36px;
    }

    .videosgatie-result__text {
        font-size: 18px;
        line-height: 28px;
    }

    .videosgatie-result__list li {
        font-size: 16px;
        line-height: 24px;
    }
}

.gdialog .gslide-inline:has(#videosgatie-court-info), .gdialog .gslide-inline:has(#solution-court-info) {
    max-width: 960px !important;
}

.videosgatie-court-modal {
    position: relative;
    padding: 40px 60px 102px 60px;
    box-sizing: border-box;
}

.videosgatie-court-modal .modal__header {
    position: static;
    padding-right: 2rem;
}

.videosgatie-court-modal .modal__body {
    margin-top: 34px;
}

.videosgatie-court-modal .modal__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 3;
}

.videosgatie-court-modal__title {
    margin: 0;
    max-width: 600px;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.videosgatie-court-modal__subtitle {
    margin: 0 0 20px;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.videosgatie-court-modal__areas {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 40px;
}

.videosgatie-court-modal__note {
    margin: 0 0 40px;
}

.videosgatie-court-modal__note p {
    margin: 0;
    color: rgba(39, 40, 39, .6);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.videosgatie-court-modal__subtitle--compare {
    margin-bottom: 30px;
}

.videosgatie-court-modal__compare {
    display: grid;
    grid-template-columns: 518fr 317fr;
    gap: 4px 6px;
    margin-bottom: 40px;
}

.videosgatie-court-modal__compare-head,
.videosgatie-court-modal__compare-row {
    display: contents;
}

.videosgatie-court-modal__compare-cell {
    padding: 10px 16px;
    color: #797A79;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
}

.videosgatie-court-modal__compare-head .videosgatie-court-modal__compare-cell {
    background: #59AF37;
    color: #fff;
}

.videosgatie-court-modal__compare-head .videosgatie-court-modal__compare-cell:first-child {
    border-radius: 12px 0 0 0;
}

.videosgatie-court-modal__compare-head .videosgatie-court-modal__compare-cell:last-child {
    border-radius: 0 12px 0 0;
}

.videosgatie-court-modal__compare-row:nth-child(even) .videosgatie-court-modal__compare-cell {
    background: #F4F4F4;
}

.videosgatie-court-modal__compare-row:nth-child(odd) .videosgatie-court-modal__compare-cell {
    background: #fff;
}

.videosgatie-court-modal__compare-row:last-child .videosgatie-court-modal__compare-cell:first-child {
    border-radius: 0 0 0 12px;
}

.videosgatie-court-modal__compare-row:last-child .videosgatie-court-modal__compare-cell:last-child {
    border-radius: 0 0 12px 0;
}

.videosgatie-court-modal__criteria {
    color: rgba(39, 40, 39, .6);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.videosgatie-court-modal__criteria-lead,
.videosgatie-court-modal__criteria-title,
.videosgatie-court-modal__criteria-foot {
    margin: 0;
}

.videosgatie-court-modal__criteria-lead {
    color: #797A79;
    font-weight: 700;
}

.videosgatie-court-modal__criteria-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: videosgatie-criteria;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.videosgatie-court-modal__criteria-list > li {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .25em;
    counter-increment: videosgatie-criteria;
}

.videosgatie-court-modal__criteria-list > li::before {
    content: counter(videosgatie-criteria) ".";
    color: #272827;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.videosgatie-court-modal__criteria-title {
    color: #272827;
    font-weight: 700;
}

.videosgatie-court-modal__criteria-list ul {
    grid-column: 2;
    margin: 0;
    padding: 0;
    list-style: none;
}

.videosgatie-court-modal__criteria-list ul li {
    position: relative;
    padding-left: 1.25rem;
}

.videosgatie-court-modal__criteria-list ul li::before {
    content: "";
    position: absolute;
    top: .75rem;
    left: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: rgba(39, 40, 39, .6);
}

.videosgatie-court-modal__criteria-foot {
    margin-top: 30px;
}

.videosgatie-court-modal__note p + p {
    margin-top: .5em;
}

.videosgatie-court-modal__area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    height: 100%;
    padding: 20px 10px 30px;
    border-radius: 16px;
    background: rgba(39, 40, 39, 0.05);
    box-sizing: border-box;
}

.videosgatie-court-modal__area svg {
    display: block;
    flex-shrink: 0;
}

.videosgatie-court-modal__area-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.videosgatie-court-modal__area-name {
    display: block;
    width: 100%;
    color: #272827;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.videosgatie-court-modal__area-law {
    display: block;
    width: 100%;
    color: #797A79;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 1199px) {
    .gdialog .gslide-inline:has(#videosgatie-court-info), .gdialog .gslide-inline:has(#solution-court-info) {
        max-width: min(960px, calc(100vw - 48px)) !important;
    }

    .videosgatie-court-modal {
        padding: 36px 40px 64px;
    }
}

@media (max-width: 991px) {
    .gdialog .gslide-inline:has(#videosgatie-court-info), .gdialog .gslide-inline:has(#solution-court-info) {
        max-width: calc(100vw - 32px) !important;
    }

    .videosgatie-court-modal {
        padding: 32px 28px 48px;
    }

    .videosgatie-court-modal__title {
        max-width: none;
        font-size: 22px;
    }

    .videosgatie-court-modal .modal__body {
        margin-top: 28px;
    }

    .videosgatie-court-modal__areas {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 32px;
    }

    .videosgatie-court-modal__area {
        padding: 16px 10px 24px;
    }

    .videosgatie-court-modal__note,
    .videosgatie-court-modal__compare {
        margin-bottom: 32px;
    }

    .videosgatie-court-modal__subtitle--compare {
        margin-bottom: 24px;
    }

    .videosgatie-court-modal__compare {
        grid-template-columns: 1.55fr 1fr;
    }

    .videosgatie-court-modal__note p,
    .videosgatie-court-modal__compare-cell,
    .videosgatie-court-modal__criteria,
    .videosgatie-court-modal__criteria-list > li::before {
        font-size: 16px;
        line-height: 24px;
    }

    .videosgatie-court-modal__criteria-list {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .gdialog .gslide-inline:has(#videosgatie-court-info), .gdialog .gslide-inline:has(#solution-court-info) {
        max-width: calc(100vw - 24px) !important;
        height: auto !important;
        max-height: calc(100vh - 48px) !important;
        border-radius: 12px !important;
        overflow: auto !important;
    }

    .glightbox-mobile .videosgatie-court-modal,
    .videosgatie-court-modal {
        display: block;
        height: auto;
        max-height: none;
        padding: 28px 20px 48px;
        overflow: visible;
    }

    .glightbox-mobile .videosgatie-court-modal .modal__header,
    .videosgatie-court-modal .modal__header {
        position: static;
        top: auto;
        z-index: auto;
        display: block;
        min-height: 0;
        padding: 0 2rem 0 0;
        margin: 0;
        background: transparent;
    }

    .glightbox-mobile .videosgatie-court-modal .modal__close,
    .videosgatie-court-modal .modal__close {
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        z-index: 3;
    }

    .videosgatie-court-modal__title {
        font-size: 20px;
        line-height: 124%;
    }

    .glightbox-mobile .videosgatie-court-modal .modal__body,
    .videosgatie-court-modal .modal__body {
        flex: none;
        margin-top: 24px;
        padding-top: 0;
        padding-bottom: 24px;
    }

    .videosgatie-court-modal__subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .videosgatie-court-modal__areas {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 28px;
    }

    .videosgatie-court-modal__area {
        padding: 16px 8px 20px;
        border-radius: 12px;
        gap: 10px;
    }

    .videosgatie-court-modal__area svg {
        width: 26px;
        height: 26px;
    }

    .videosgatie-court-modal__area-name,
    .videosgatie-court-modal__area-law {
        font-size: 13px;
        line-height: 18px;
    }

    .videosgatie-court-modal__note,
    .videosgatie-court-modal__compare {
        margin-bottom: 28px;
    }

    .videosgatie-court-modal__subtitle--compare {
        margin-bottom: 20px;
    }

    .videosgatie-court-modal__compare {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .videosgatie-court-modal__compare-head,
    .videosgatie-court-modal__compare-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .videosgatie-court-modal__compare-head .videosgatie-court-modal__compare-cell:first-child,
    .videosgatie-court-modal__compare-head .videosgatie-court-modal__compare-cell:last-child,
    .videosgatie-court-modal__compare-row:last-child .videosgatie-court-modal__compare-cell:first-child,
    .videosgatie-court-modal__compare-row:last-child .videosgatie-court-modal__compare-cell:last-child {
        border-radius: 0;
    }

    .videosgatie-court-modal__compare-head {
        display: none;
    }

    .videosgatie-court-modal__compare-row {
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }

    .videosgatie-court-modal__compare-row .videosgatie-court-modal__compare-cell {
        padding: 10px 14px;
        font-size: 14px;
        line-height: 22px;
        background: #fff;
    }

    .videosgatie-court-modal__compare-row .videosgatie-court-modal__compare-cell:first-child {
        background: #59AF37;
        color: #fff;
        border-radius: 12px 12px 0 0;
    }

    .videosgatie-court-modal__compare-row .videosgatie-court-modal__compare-cell:first-child::before {
        content: "Что допустимо";
        display: block;
        margin-bottom: 4px;
        opacity: .85;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }

    .videosgatie-court-modal__compare-row .videosgatie-court-modal__compare-cell:last-child {
        background: #F4F4F4;
        border-radius: 0 0 12px 12px;
    }

    .videosgatie-court-modal__compare-row .videosgatie-court-modal__compare-cell:last-child::before {
        content: "Что недопустимо";
        display: block;
        margin-bottom: 4px;
        color: #272827;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }

    .videosgatie-court-modal__note p,
    .videosgatie-court-modal__criteria,
    .videosgatie-court-modal__criteria-list > li::before {
        font-size: 14px;
        line-height: 22px;
    }

    .videosgatie-court-modal__criteria-list {
        gap: 20px;
    }

    .videosgatie-court-modal__criteria-foot {
        margin-top: 24px;
    }

    .videosgatie-court-modal__criteria-list ul li {
        padding-left: 1rem;
    }

    .videosgatie-court-modal__criteria-list ul li::before {
        top: .625rem;
        width: .3125rem;
        height: .3125rem;
    }
}

@media (max-width: 479px) {
    .gdialog .gslide-inline:has(#videosgatie-court-info), .gdialog .gslide-inline:has(#solution-court-info) {
        max-width: calc(100vw - 16px) !important;
    }

    .videosgatie-court-modal {
        padding: 24px 16px 40px;
    }

    .videosgatie-court-modal__title {
        font-size: 18px;
    }

    .glightbox-mobile .videosgatie-court-modal .modal__body,
    .videosgatie-court-modal .modal__body {
        margin-top: 20px;
        padding-bottom: 16px;
    }

    .videosgatie-court-modal__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .videosgatie-court-modal__areas {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 24px;
    }

    .videosgatie-court-modal__area {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 12px;
    }

    .videosgatie-court-modal__area-texts {
        align-items: flex-start;
        text-align: left;
    }

    .videosgatie-court-modal__area-name,
    .videosgatie-court-modal__area-law {
        text-align: left;
    }

    .videosgatie-court-modal__note,
    .videosgatie-court-modal__compare {
        margin-bottom: 24px;
    }

    .videosgatie-court-modal__subtitle--compare {
        margin-bottom: 16px;
    }
}

.videosgatie-objects__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.videosgatie-objects__picture {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 201 / 118;
}

.videosgatie-objects__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videosgatie-objects__title {
    margin: 0;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.videosgatie-objects__button {
    margin-top: 2rem;
}

.videosgatieSteps__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.videosgatieSteps__items__item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    flex: 1 1 calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
    box-sizing: border-box;
    padding: 30px 20px;
    background-color: #F4F4F4;
    border-radius: 16px;
}

.videosgatieSteps__items__item:not(:last-child) {
    border-radius: 16px 0 0 16px;
}

.videosgatieSteps__items__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 12px;
    height: 100%;
    background-color: #F4F4F4;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    pointer-events: none;
}

.videosgatieSteps__items__item__number {
    color: #59AF37;
    font-family: "Golos Text", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    leading-trim: both;
    text-edge: cap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    flex-shrink: 0;
}

.videosgatieSteps__items__item__text {
    color: #272827;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 1279px) {
    .videosgatieSteps__items {
        gap: 16px 20px;
    }

    .videosgatieSteps__items__item {
        flex: 1 1 calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
        padding: 17px 14px;
        gap: 8px;
    }

    .videosgatieSteps__items__item:nth-last-child(-n + 2) {
        flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
    }

    .videosgatieSteps__items__item:nth-child(3n) {
        border-radius: 16px;
    }

    .videosgatieSteps__items__item:nth-child(3n)::after {
        display: none;
    }

    .videosgatieSteps__items__item__number {
        font-size: 42px;
        line-height: 24px;
    }

    .videosgatieSteps__items__item__text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .videosgatieSteps__items {
        gap: 10px;
    }

    .videosgatieSteps__items__item,
    .videosgatieSteps__items__item:nth-last-child(-n + 2) {
        flex-basis: 100%;
        max-width: 100%;
        border-radius: 16px;
    }

    .videosgatieSteps__items__item:not(:last-child) {
        border-radius: 16px;
    }

    .videosgatieSteps__items__item:not(:last-child)::after,
    .videosgatieSteps__items__item:nth-child(3n)::after {
        display: none;
    }

    .videosgatieSteps__items__item__number {
        font-size: 36px;
    }
}

.videosgatie-optimization__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: url("/local/templates/effort_tel/assets/images/videosgatie/videosgatie_optimization_bg_mob.jpg") center / cover no-repeat;
}

.videosgatie-optimization__title {
    margin: 0;
    max-width: 420px;
    color: #fff;
    font-family: "Golos Text", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.videosgatie-optimization__text {
    margin: 0 0 32px;
    max-width: 420px;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.videosgatie-optimization__button {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.videosgatie-optimization__button:focus,
.videosgatie-optimization__button:hover {
    color: #272827;
    background-color: #fff;
    border-color: #fff;
}

@media (min-width: 768px) {
    .videosgatie-optimization__inner {
        background-image: url("/local/templates/effort_tel/assets/images/videosgatie/videosgatie_optimization_bg_tabl.jpg");
    }
}

@media (min-width: 1280px) {
    .videosgatie-optimization__inner {
        gap: 24px;
        padding: 50px;
        background-image: url("/local/templates/effort_tel/assets/images/videosgatie/videosgatie_optimization_bg_desk.jpg");
    }

    .videosgatie-optimization__title {
        max-width: 780px;
        font-size: 40px;
        line-height: 48px;
    }

    .videosgatie-optimization__text {
        margin-bottom: 16px;
        max-width: 625px;
    }
}

.videosgatieProducts__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 32px;
}

.videosgatieProducts__items__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 calc((100% - 64px) / 3);
    max-width: calc((100% - 64px) / 3);
    box-sizing: border-box;
    padding: 32px 32px 50px;
    border-radius: 16px;
    background: #EEF7EB;
}

.videosgatieProducts__items__item__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    flex-shrink: 0;
}

.videosgatieProducts__items__item__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.videosgatieProducts__items__item__title {
    margin: 0;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.videosgatieProducts__items__item__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.videosgatieProducts__items__item__list li {
    position: relative;
    padding-left: 1.25rem;
    color: #272827;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.videosgatieProducts__items__item__list li::before {
    content: "";
    position: absolute;
    top: .625rem;
    left: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #272827;
}

.videosgatieProducts__button {
    margin-top: 32px;
    color: #272827;
    background-color: transparent;
    border: 1px solid rgba(39, 40, 39, .1);
}

.videosgatieProducts__button:focus,
.videosgatieProducts__button:hover {
    color: #272827;
    background-color: transparent;
    border-color: rgba(39, 40, 39, .2);
}

@media (max-width: 1279px) {
    .videosgatieProducts__items {
        gap: 20px;
    }

    .videosgatieProducts__items__item {
        flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        padding: 24px 24px 32px;
    }

    .videosgatieProducts__items__item__title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .videosgatieProducts__items.swiper {
        display: block;
        gap: 0;
        overflow: visible !important;
    }

    .videosgatieProducts__items__item.swiper-slide {
        flex: none;
        max-width: 100%;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 20px 16px 28px;
    }

    .videosgatieProducts__items__item__picture {
        height: 160px;
    }

    .videosgatieProducts__button {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .videosgatieProducts__items.swiper .swiper-wrapper {
        display: contents;
    }
}

.videosgatieFaq__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-anchor: none;
}

.videosgatieFaq__items__item {
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    overflow-anchor: none;
}

.videosgatieFaq__items__item__question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.videosgatieFaq__items__item__question-text {
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.videosgatieFaq__items__item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 25px;
    height: 32px;
    transition: transform .3s ease;
}

.videosgatieFaq__items__item__icon svg {
    display: block;
}

.videosgatieFaq__items__item.is-open .videosgatieFaq__items__item__icon {
    transform: rotate(45deg);
}

.videosgatieFaq__items__item__answer {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    overflow-anchor: none;
    transition: grid-template-rows .3s ease, margin-top .3s ease;
}

.videosgatieFaq__items__item.is-open .videosgatieFaq__items__item__answer {
    grid-template-rows: 1fr;
    margin-top: 20px;
}

.videosgatieFaq__items__item__answer-inner {
    overflow: hidden;
    color: rgba(39, 40, 39, .6);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.videosgatieFaq__items__item__answer-inner p {
    margin: 0;
}

.videosgatieFaq__items__item__answer-inner p + p {
    margin-top: .5em;
}

@media (max-width: 767px) {
    .videosgatieFaq__items__item {
        padding: 20px 16px;
    }

    .videosgatieFaq__items__item__question {
        gap: 16px;
    }

    .videosgatieFaq__items__item__question-text {
        font-size: 18px;
        line-height: 24px;
    }

    .videosgatieFaq__items__item__icon {
        height: 24px;
    }
}

.videosgatie-seo__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.videosgatie-seo__title {
    margin: 0;
    color: #272827;
    font-family: "Golos Text", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.videosgatie-seo__text {
    color: #272827;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.videosgatie-seo__text p {
    margin: 0 0 1em;
}

.videosgatie-seo__text p:last-child {
    margin-bottom: 0;
}

.videosgatie-seo__text p + ul {
    margin-top: 0;
}

.videosgatie-seo__text p:has(+ ul) {
    margin-bottom: 0;
}

.videosgatie-seo__text ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}

.videosgatie-seo__text li {
    position: relative;
    padding-left: 1.25rem;
}

.videosgatie-seo__text li::before {
    content: "";
    position: absolute;
    top: .625rem;
    left: 0;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #272827;
}

@media (min-width: 768px) {
    .videosgatie-seo__inner {
        flex-direction: column;
        gap: 32px;
    }
}

@media (min-width: 1280px) {
    .videosgatie-seo__inner {
        flex-direction: row;
    }

    .videosgatie-seo__title {
        flex: 0 0 448px;
        max-width: 448px;
        width: 448px;
        font-size: 28px;
        line-height: 32px;
    }

    .videosgatie-seo__text {
        flex: 1 1 0;
        min-width: 0;
        font-size: 16px;
        line-height: 24px;
    }
}

/* End */
/* /local/templates/effort_tel/components/bitrix/news.detail/solution.detail/style.css?178911186033182 */
