:root {
    --light-grey: #f2f2f2;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    color: #20a1d8;
    text-align: center;
}

.requisites-block__wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

@media (max-width: 550px) {
    .requisites-block__wrapper {
        flex-direction: column;
    }
}

.footer-top__requisites-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-top__requisites-list-item {
    color: var(--white) !important;
}

.why-trust-us {
    flex-direction: column;
}
.why-trust-us .trust-tile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
.why-trust-us .trust {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
    grid-gap: 1rem;
    padding: 1rem 2rem;
    border: 2px solid #20a1d8;
    border-radius: 10px;
}
.why-trust-us .text {
    font-size: 1.5rem;
    text-align: center;
}
.why-trust-us img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.single-services__desc-price span.price {
    font-weight: 700;
    color: var(--header-blue);
}
.single-services,
.single-services__content {
    line-height: 140%;
    display: flex;
    flex-direction: column;
    /*gap: 40px;*/
    gap: 0px;
}
.single-services__content .title-h2 {
    margin: 1rem 0 1rem;
}
.single-services .cases-won {
    margin: 20px auto;
}

.slider-sertificates .swiper-pagination {
    text-align: start;
    bottom: 5px;
    margin-bottom: 0px;
}

.slider-sertificates .swiper-button-prev,
.slider-sertificates .swiper-button-next {
    top: calc(50% - 22px);
    opacity: 0.8;
    transition: opacity 100ms ease;
}

.slider-sertificates .swiper-button-prev:hover,
.slider-sertificates .swiper-button-next:hover {
    opacity: 1;
}

.slider-sertificates .swiper-button-prev {
    scale: 0.6;
    left: initial;
    bottom: -5px;
    right: 34px;
    top: initial;
}

.slider-sertificates .swiper-button-next {
    scale: 0.6;
    left: initial;
    bottom: -5px;
    right: -4px;
    top: initial;
}

.slider-sertificates {
    overflow-x: hidden;
    overflow-y: clip;
    position: relative;
    padding-bottom: 35px;
}

.slider-sertificates img {
    border-radius: 8px;
}

@media (max-width: 315px) {
    .slider-sertificates {
        padding-bottom: 45px;
    }
    .slider-sertificates .swiper-button-prev {
        right: calc(100% / 2 + 10px);
        bottom: 15px;
    }

    .slider-sertificates .swiper-button-next {
        right: calc(100% / 2 - 40px);
        bottom: 15px;
    }
}
.single-services .why-trust-us .trust-tile {
    grid-template-columns: repeat(3, 1fr);
}
.single-services .why-trust-us .trust {
    border: none;
    padding: 0;
}

.single-services .why-trust-us .trust p {
    font-size: 14px;
    margin: 0;
}

.page-title {
    font-size: 24px;
    margin: 0;
    color: var(--header-blue);
}

.single-services__header {
    position: relative;
    width: 100%;
    background-color: var(--light-grey);
}
.single-services__header-inner:before {
    content: "";
    background: #0a2e8f;
    width: 1000px;
    height: 1200px;
    display: block;
    position: absolute;
    right: -100px;
    top: -290px;
    border-radius: 100%;
}
.single-services__header-inner:after {
    content: "";
    background: #20a1d8;
    width: 1000px;
    height: 1200px;
    display: block;
    position: absolute;
    right: -110px;
    top: -250px;
    border-radius: 100%;
}

@media (max-width: 1800px) {
    .single-services__header-inner:before {
        right: -140px;
    }
    .single-services__header-inner:after {
        right: -150px;
    }
}
@media (max-width: 1750px) {
    .single-services__header-inner:before {
        right: -180px;
    }
    .single-services__header-inner:after {
        right: -190px;
    }
}
@media (max-width: 1650px) {
    .single-services__header-inner:before {
        right: -220px;
    }
    .single-services__header-inner:after {
        right: -230px;
    }
}
@media (max-width: 1550px) {
    .single-services__header-inner:before {
        right: -280px;
    }
    .single-services__header-inner:after {
        right: -290px;
    }
}
@media (max-width: 1400px) {
    .single-services__header-inner:before {
        right: -340px;
    }
    .single-services__header-inner:after {
        right: -350px;
    }
}
@media (max-width: 1350px) {
    .single-services__header-inner:before {
        right: -380px;
    }
    .single-services__header-inner:after {
        right: -390px;
    }
}
@media (max-width: 1350px) {
    .single-services__header-inner:before {
        right: -400px;
    }
    .single-services__header-inner:after {
        right: -410px;
    }
}
@media (max-width: 1365px) {
    .single-services__header-inner:before {
        right: -410px;
    }
    .single-services__header-inner:after {
        right: -420px;
    }
}
@media (max-width: 1170px) {
    .single-services__header-inner:before {
        right: -450px;
    }
    .single-services__header-inner:after {
        right: -460px;
    }
}
@media (max-width: 1100px) {
    .single-services__header-inner:before {
        bottom: -77%;
        width: 2500px;
        height: 800px;
        top: auto;
        left: -730px;
        right: 0;
    }
    .single-services__header-inner:after {
        bottom: -78%;
        width: 2500px;
        height: 800px;
        top: auto;
        left: -780px;
        right: 0;
    }
}
@media (max-width: 767px) {
    .single-services__header-inner:after {
        bottom: -80%;
        left: -910px;
    }
    .single-services__header-inner:before {
        bottom: -79%;
        left: -850px;
    }
}
@media (max-width: 690px) {
    .single-services__header-inner:after {
        bottom: -83%;
    }
    .single-services__header-inner:before {
        bottom: -82%;
    }
}
@media (max-width: 632px) {
    .single-services__header-inner:after {
        bottom: -100px;
        width: 1500px;
        height: 420px;
        left: -450px;
    }
    .single-services__header-inner:before {
        bottom: -95px;
        width: 1500px;
        height: 420px;
        left: -410px;
    }
}
@media (max-width: 569px) {
    .single-services__header-inner:after {
        bottom: -70px;
    }
    .single-services__header-inner:before {
        bottom: -75px;
    }
}
@media (max-width: 558px) {
    .single-services__header-inner:after {
        bottom: -50px;
    }
    .single-services__header-inner:before {
        bottom: -45px;
    }
}
@media (max-width: 476px) {
    .single-services__header-inner:after {
        bottom: -30px;
    }
    .single-services__header-inner:before {
        bottom: -25px;
    }
}
@media (max-width: 450px) {
    .single-services__header-inner:after {
        bottom: -100px;
        width: 1500px;
        height: 600px;
        left: -500px;
        bottom: -160px;
    }
    .single-services__header-inner:before {
        width: 1500px;
        height: 600px;
        left: -450px;
        bottom: -150px;
    }
}
@media (max-width: 355px) {
    .single-services__header-inner:after {
        bottom: -140px;
    }
    .single-services__header-inner:before {
        bottom: -130px;
    }
}
.single-services__header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    max-width: 1540px;
}

.single-services__header-left,
.single-services__header-right {
    width: 50%;
}

.single-services__header-right iframe {
    width: 100%;
    object-fit: cover;
}

.single-services__header-left,
.single-services__desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-services__desc,
.single-services__list {
    font-size: 14px;
}

.single-services__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-services__list ul li::before {
    content: "✔";
    margin-right: 10px;
}

.single-services .about-services {
    background-color: var(--light-grey);
    padding: 40px 0;
}
.banner-service__form .accept-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
    font-size: 14px;
}
.banner-service__form .inputs {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 0px;
    font-size: 14px;
    color: #fff;
}
.banner-service__form .inputs-inner {
    display: flex;
    flex-direction: column;
}
.banner-service__form .privacy-policy-checkbox {
    margin-bottom: 0;
}
@media (max-width: 1100px) {
    .banner-service__form .inputs-inner {
        gap: 15px;
        flex-direction: row;
    }
}
@media (max-width: 450px) {
    .banner-service__form .inputs-inner {
        gap: 0px;
        flex-direction: column;
    }
}

.banner-service__form .privacy-policy-checkbox {
    font-size: 14px;
}
@media (max-width: 350px) {
    .banner-service__form .privacy-policy-checkbox {
        line-height: 20px;
    }
}
.banner-service__form .privacy-policy-checkbox a {
    color: #fff;
    text-decoration: underline;
}
.banner-service__form .darkblue__desc,
.banner-service__form .darkblue {
    color: rgb(255 255 255 / 85%);
    line-height: 18px;
}

section.result-service {
    margin: 10px auto 20px;
}
.workStage .workStages {
    margin: 0;
}
.workStage,
section.falmpReviews {
    padding: 10px 0 20px;
}
@media (max-width: 767px) {
    .single-services__header-inner {
        flex-direction: column;
    }
    .single-services__header-left,
    .single-services__header-right {
        width: 100%;
    }
}

.about-services__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.about-services__photo {
    width: 300px;
    height: 300px;
    border-radius: 14px;
    overflow: hidden;
}

.about-services__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-services__text {
    width: 100%;
    /*max-width: 700px;*/
}
.single-services__text {
    padding-top: 10px;
}

@media (max-width: 992px) {
    .single-services .why-trust-us .trust-tile {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-services__wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .single-services .why-trust-us .trust-tile .trust {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .single-services .why-trust-us .trust-tile .trust img {
        height: 120px;
    }
}

@media (max-width: 425px) {
    .single-services .why-trust-us .trust-tile {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* banner section */

.banner-service div[id="wpcf7-f226-o3"] * {
    color: #212529;
}

.banner-service div[id="wpcf7-f226-o3"] input[type="submit"] {
    color: #fff;
}

.banner-service {
    padding: 60px 0;
    background: radial-gradient(circle at top left, #e5f0ff 0, #ffffff 55%, #e5f0ff 100%);
    margin: 20px 0;
}
.banner-service__wrapper.minimal {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 50px;
}

.banner-service__title-min {
    font-size: 30px;
    font-weight: 700;
    color: #00488f;
    margin-bottom: 10px;
}

.banner-service__subtitle-min {
    font-size: 15px;
    color: #4a5b75;
    margin-bottom: 25px;
    text-align: center;
}

/* Форма */
.modern-card {
    background: transparent;
    border-radius: 20px 0 0 20px;
    padding: 0;
}
.modern-card form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
gap: 16px;

.banner-service .banner-service__form .inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.modern-card .inputs_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.modern-card .inputs_inner label span {
    margin-top: 4px;
    display: block;
}
.modern-card .accept-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.banner-service .banner-service.form-label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.banner-service .form-label__text {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.banner-service form input[type="text"],
.banner-service form input[type="tel"] {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #c8d8f1;
    background: #fff;
    font-size: 14px;
    transition: 0.2s;
}
.banner-service div[id="wpcf7-f226-o3"] * {
    color: #212529;
    font-size: 13px;
}
.banner-service form input:focus {
    border-color: #00488f;
    box-shadow: 0 0 0 2px rgba(0, 72, 143, 0.15);
}
.banner-service div[id="wpcf7-f226-o3"] * {
    font-size: 13px;
}
.banner-service .privacy-item {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: #333;
    align-items: center;
    margin: 0;
}

.banner-service .privacy-item a {
    color: #00488f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.banner-service .btn-submit {
    margin-top: 8px;
    padding: 13px 18px;
    width: 100%;
    border-radius: 999px;
    background: #00488f;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.banner-service .btn-submit:hover {
    background: #003c78;
    box-shadow: 0 8px 20px rgba(0, 44, 95, 0.25);
}

.banner-service form .darkblue__desc {
    font-size: 11px;
    color: #627081 !important;
}
.banner-service form .ajax-loader {
    position: absolute;
    bottom: 0px;
    right: 0;
}

/* Фото */
.banner-service .banner-service__image-side {
    display: flex;
    justify-content: center;
    height: 100%;
}

.banner-service .banner-service__img-min {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* Адаптив */
@media (max-width: 767px) {
    .banner-service {
        padding: 40px 0;
        margin: 30px 0;
    }
    .banner-service .banner-service__wrapper.minimal {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .banner-service .banner-service__title-min {
        font-size: 24px !important;
    }
    .banner-service .banner-service__img-min {
        max-width: 100%;
        height: 280px;
    }
}
@media (max-width: 600px) {
    .banner-service .banner-service__wrapper form {
        padding: 0;
    }
}
@media (max-width: 480px) {
    .banner-service .banner-service__title-min {
        font-size: 22px !important;
    }
    .modern-card .accept-block {
        gap: 10px;
    }
    .banner-service__subtitle-min {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .banner-service form input[type="text"],
    .banner-service form input[type="tel"] {
        padding: 8px 10px;
    }
    .modern-card .inputs_inner {
        margin-bottom: 10px;
    }
    .modern-card form {
        gap: 10px;
    }
}
@media (max-width: 380px) {
    .banner-service .banner-service__img-min {
        height: 260px;
    }
    .modern-card .inputs_inner {
        flex-direction: column;
        gap: 5px;
    }
}
@media (max-width: 340px) {
    .banner-service .banner-service__img-min {
        height: 240px;
    }
}
/* END banner section */

/*
.blok_uslug .service:first-child {
	display: none;
}*/
/*VCARD CUSTOM*/
.office-addres.vcard .custom_info {
    display: none;
}
/*END VCARD CUSTOM*/

.current-menu-item,
.current_page_item {
    font-weight: bold;
}

.current-menu-item .sub-menu a {
    font-weight: normal;
}

.menu-item-has-children .sub-menu .current-menu-item {
    background-color: var(--header-blue);
}

.menu-item-has-children .sub-menu .current-menu-item a {
    color: #fff !important;
}

#footer-contacs #city-addres {
    max-width: 250px;
}

#footer-contacs #city-addres i.fa,
#footer-contacs #city-addres i.fas,
#footer-contacs #city-addres i.far {
    padding: 0;
    width: 1rem;
}

.curently-cities {
    margin-bottom: 1rem;
}

.footer-contacs-phone {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer-contacs-phone {
        flex-direction: column;
    }
}

.rdy-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.rdy-gallery__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}
.custom_price {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.custom_price .cost_of {
    display: contents;
}
@media (max-width: 1200px) and (min-width: 769px) {
    .custom_price {
        gap: 15px;
        justify-content: center;
    }
}
.service {
    position: relative;
}
.service .img_cost {
    position: absolute;
    right: 10px;
    top: 165px;
    font-size: 22px;
    font-weight: 600;
    color: #fbfbfb;
    text-shadow: 2px 0 2px #000, 0 2px 2px #000, -2px 0 2px #000, 0 -2px 2px #000;
}

.video-with-cover {
    position: relative;
    z-index: 1;
}
.video-cover {
    background: #333333;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 99%;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-cover::after {
    content: "";
    border: 27px solid transparent;
    margin-right: -50px;
    margin-top: -17px;
    border-left: 50px solid white;
    cursor: pointer;
    transition: all 200ms ease;
}

@media (max-width: 500px) {
    .video-cover::after {
        content: "";
        border: 17px solid transparent;
        margin-right: -33px;
        margin-top: -7px;
        border-left: 30px solid white;
        cursor: pointer;
        transition: all 200ms ease;
    }
}

.video-cover:hover .video-cover::after {
    border-left: 50px solid var(--blue-1) !important;
    scale: 1.02;
}

.yand_reviews {
    width: 760px;
    height: 800px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 830px) {
    .yand_reviews {
        width: 100%;
        height: 800px;
        overflow: hidden;
        position: relative;
    }
}
@media (max-width: 576px) {
    #breadcrumbs {
        margin: 15px 0 20px 0;
    }
}
/*Вопросы и ответы*/
.accordion-quest {
    width: 100%;
    margin: 20px auto;
}
.accordion-item-quest {
    border: none;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
}
.accordion-header {
    cursor: pointer;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 10px 10px 0 0;
    width: 100%;
}
/* Цвет фона для нечетных элементов */
.accordion-item-quest:nth-child(odd) .accordion-header,
.accordion-item-quest:nth-child(odd) .accordion-content {
    background-color: #20a1d838;
    color: var(--header-blue);
}
/* Цвет фона для четных элементов */
.accordion-item-quest:nth-child(even) .accordion-header,
.accordion-item-quest:nth-child(even) .accordion-content {
    background-color: #f9f9f9;
    color: var(--header-blue);
}
.accordion-header:hover {
    background-color: #d3eaff;
}
.accordion-content {
    background-color: white;
    padding: 0 15px;
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.accordion-content p,
.accordion-content li,
.accordion-content span {
    color: #000;
    margin: 0;
    padding: 0 0 15px 0;
}

ul.list.ugc-list li.ugc-list__item:first-child {
    display: none;
}

.vk_post {
    margin-top: 25px;
    max-width: 760px;
}

#loadmore {
    margin: 0 auto 10px;
}

.wpost_head_wrap {
    padding: 10px;
}
.wpost_head_thumb {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.wpost_head_name {
    text-align: left;
    overflow: hidden;
    margin-top: 5px;
}
.wpost_head_name .wpost_head_link {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a5885;
}
.wpost_head_name .wpost_head_date {
    display: flex;
    white-space: pre;
    color: #818c99;
    padding: 1px 0 2px;
    font-size: 13px;
}

div.wpost_post_body_wrap {
    padding: 10px 0 15px;
    margin: 10px 20px 0;
}
#wpost_post_body {
    min-width: 120px;
}
div.wpost_post_body_wrap .wall_reply_text,
div.wpost_post_body_wrap .wall_post_text {
    font-size: 14px;
    line-height: 1.43;
}
.emoji,
.emoji_css {
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: -3px;
    margin: 0 1px;
    display: inline-block;
}
button.PostTextMore {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}
element.style {
    width: 510px;
    height: 286px;
}
element.style {
    width: 510px;
    height: 287px;
    background-image: url(https://sun3-23.userapi.com/dOVB-S4H2Beci6_q3Hnlcx_1oE249vToHtMBfw/3n7bTBsswws.jpg);
}
div.wpost_post_body_wrap .audio_pl_snippet,
div.wpost_post_body_wrap .page_media_thumbed_link,
div.wpost_post_body_wrap .page_media_wrap,
div.wpost_post_body_wrap .wall_audio_rows,
div.wpost_post_body_wrap .media_desc,
div.wpost_post_body_wrap .post_media {
    max-width: 510px;
}
.wall_module .media_desc .lnk {
    color: #626d7a;
    cursor: pointer;
    font-size: 12.5px;
}
.post_video_title {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a5885 !important;
    overflow: hidden;
    display: block;
    word-wrap: break-word;
}
.post_video_views_count,
.post_video_views_count a {
    color: #818c99;
}

.page_post_video_play_inline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5) url(/images/icons/video_play_small.png?1) 19px 13px no-repeat;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 100ms linear;
}
.video_thumb_label {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: 8px;
    padding: 0 7px;
    border-radius: 3px;
    background: var(--black_alpha40);
    color: var(--white);
    font-size: 12.5px;
    line-height: 23px;
    height: 23px;
    white-space: nowrap;
}

.video_thumb_label_item:first-child,
.video_thumb_label_item:empty + .video_thumb_label_item {
    margin-left: 0;
}

.wpost_head_thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top;
    margin-top: -5px;
}

.wpost_post {
    background: white;
    border-radius: 12px;
    border: 1px solid #dce1e6;
}

.comments {
    padding: 5px 10px 0px;
    position: relative;
}

.post_link {
    color: #818c99;
}

.comments::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dce1e6;
}

.comment_inner {
    display: flex;
    gap: 10px;
    padding: 5px 0;
}

.AvatarRich__img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    object-fit: cover;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.page_post_sized_thumbs {
    margin: 5px 0;
}

.comment_author {
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
}

.comment_inner > div > a {
    font-size: 13px;
    margin-top: -2px;
    display: block;
}

.comment_text {
    word-wrap: break-word;
    line-height: 1.36;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    position: relative;
}

.comment_created_at {
    color: #626d7a;
    font-size: 12.5px;
    word-wrap: break-word;

    margin-top: 5px;
}

#page_wrap {
    margin-top: 10px;
    max-width: 760px;
}

div:has(> .all-comments) {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.comments_title {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2a5885 !important;
    margin: 5px 0;
}

.video_center {
    display: flex;
    justify-content: center;
}

.video_center > iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.otziviSwiper .swiper-slide iframe {
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 11.6;
}

.ourStaff .ourStaff__doc-list {
    margin-top: auto;
}

.ourStaff .ourStaff__info {
    width: 75%;
}

.ourStaff .ourStaff__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ourStaff .ourStaff__img {
    width: 20%;
    height: auto;
}

@media (max-width: 1000px) {
    .ourStaff .ourStaff__info {
        width: 100%;
        align-items: center;
    }
    .ourStaff .ourStaff__img {
        width: 35%;
    }
}

@media (max-width: 450px) {
    .ourStaff .ourStaff__info {
        width: 100%;
    }

    .ourStaff .ourStaff__img {
        width: auto;
        height: 350px;
    }

    .ourStaff .ourStaff__controls {
        top: 370px;
    }
}

.remote-work {
    margin-top: 70px;
    margin-bottom: 80px;
}

.remote-work .title-h2 {
    margin-top: 0;
}

.ourStaff .swiper-wrapper {
    height: auto;
    max-width: none;
}

.home .otziviSwiper {
    overflow-y: clip;
}
.home .otziviSwiper .swiper-pagination {
    bottom: -20px;
}

@media (max-width: 768px) {
    .why-trust-us.about .trust-tile {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .ourStaff .ourStaff__doc-list {
        margin-bottom: 30px;
    }
    .ourStaff {
        gap: 16px;
    }
    .ourStaff .ourStaff__controls {
        bottom: 15px;
    }
}

.yand_reviews .badge {
    background: black;
}

.post-3711 .usluga-content {
    grid-template-areas:
        "h f"
        "c f"
        "c f";
    grid-template-rows: 10% 1fr;
}

#your-city:hover {
    color: #0056b3 !important;
    border-bottom-color: #0056b3 !important;
}

#city-addres a:hover {
    color: #0056b3 !important;
}

header #menu-btn #menu-main-1 li.menu-item {
    padding: 0;
}

header #menu-btn #menu-main-1 li.menu-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 3px;
}

header #menu-btn #menu-main-1 > li.menu-item {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.menu-item-has-children::after {
    display: none;
}

.menu-item-has-children > a::after {
    content: "\f347";
    font-family: "dashicons";
    color: var(--header-blue);
    padding: 0 0 0 0.5rem;
}

.menu-item-has-children > a:hover::after {
    color: #fff;
}

.trust:hover {
    box-shadow: 0 0 5px #20a1d8;
}

.cases-won__head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.cases-won__title {
    grid-column: 2;
    justify-self: center;
}

.cases-won__btn {
    grid-column: 3;
    justify-self: end;
}

@media (width < 992px) {
    .cases-won__title {
        grid-column: 1;
        justify-self: left;
    }
}

@media (width < 770px) {
    .cases-won__title {
        font-size: 25px;
    }
}

.our-offices {
    margin-top: 0 !important;
}

.ourStaff {
    margin-bottom: 0 !important;
}

.cases-won__pagination.swiper-pagination {
    width: 100% !important;
}

.cases-won__swiper .swiper-button_custom {
    top: 40%;
}

.swiper-button_custom::after {
    background: white;
    border: 2px solid #20a1d8;
    padding: 5px;
    color: #20a1d8;
}

.single-services__header-left.custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
}
@media (max-width: 1100px) {
    .single-services__header-left.custom {
        padding: 20px 60px 0;
    }
}
@media (max-width: 767px) {
    .single-services__header-left.custom {
        padding: 10px 30px 0;
    }
}
@media (max-width: 500px) {
    .single-services__header-left.custom {
        padding: 10px 15px 0;
    }
}
.single-services__header-right.custom {
    display: none;
}

.single-services__info * {
    font-size: 16px;
    color: #fff;
}
@media (max-width: 690px) {
    .single-services__info * {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .single-services__info * {
        line-height: 24px;
    }
}
.single-services__info-price .price {
    text-align: right;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 500px) {
    .single-services__info-price .price {
        font-size: 18px;
    }
}
.single-services__info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: start;
    flex: 0 1 52%;
}

.single-services__content.custom {
    display: flex;
    flex-direction: row;
    gap: 40px;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}

.single-services__header-form-block .form-title {
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.single-services__header-form-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 0 40%;
    position: relative;
    color: #fff;
    padding: 25px 10px;
}
@media (max-width: 1100px) {
    .single-services__header-form-block {
        padding: 25px 10px 10px;
    }
}
@media (max-width: 690px) {
    .single-services__header-form-block {
        padding: 25px 0px 10px;
    }
}

.single-services__desc.custom {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
@media (max-width: 600px) {
    .single-services__desc.custom {
        padding: 0;
    }
}
.single-services__desc.custom > * {
    margin: 0;
    text-align: left;
    font-size: 1.1em;
}
@media (max-width: 690px) {
    .single-services__desc.custom > * {
        font-size: 16px;
    }
}

.single-services__desc.custom ul,
.single-services__desc.custom ol {
    text-align: left;
}

.single-services__desc.custom ul *,
.single-services__desc.custom ol * {
    font-size: 1em;
}

.single-services__desc-text {
    margin: 0;
}

.single-services__advantages {
    padding: 10px 0;
}
@media (max-width: 1265px) {
    .single-services__advantages {
        padding: 0;
    }
}

.single-services__advantages-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    white-space: nowrap;
    line-height: 2.2;
    white-space: unset;
}

.cases-won__swiper-button-prev,
.video-reviews__swiper-button-prev {
    left: -52px;
}

.staff__swiper-button-prev {
    left: -72px;
}

.cases-won__swiper-button-next,
.video-reviews__swiper-button-next {
    right: -50px;
}

.staff__swiper-button-next {
    right: -70px;
}

.swiper-button::after {
    color: #20a1d8;
}

.pos-rel {
    position: relative;
}

.single-services__info .single-services__list {
    /* flex-grow: 1; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
@media (max-width: 440px) {
    .single-services__info .single-services__list {
        display: none;
    }
}
.single-services__list-heading {
    margin: 0;
    color: #20a1d8;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-service__form #call_us {
    white-space: break-spaces;
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
    margin-top: 10px;
}
@media (max-width: 450px) {
    .banner-service__form #call_us {
        font-size: 14px;
    }
}

.single-services__info-additional {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
}

.single-services__info-additional > * {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

@media (width < 1200px) {
    .single-services__content.custom {
        gap: 20px;
    }
}
@media (max-width: 1100px) {
    .single-services__content.custom {
        flex-direction: column;
    }
}

@media (width < 768px) {
    .single-services__content.custom {
        flex-direction: column;
    }
}

.privacy-policy-checkbox {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 5px;
    text-align: left;
}

@media (width >= 1200px) {
    .feedback-form .accept-block {
        width: 70%;
    }
}

.accept-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.accept-block input {
    height: fit-content !important;
}

.accept-block .wpcf7-list-item {
    margin: 0 !important;
}

.bold {
    font-weight: bold;
}

.ourStaff {
    padding-bottom: 30px;
    gap: 20px;
}

.ourStaff .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.ourStaff .ourStaff__item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 30px;
    height: auto;
}

.ourStaff__img {
    flex: 1 0 30%;
    max-width: 400px;
    max-height: 400px;
    aspect-ratio: 3 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f8f8;
}

.ourStaff__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ourStaff__info {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ourStaff .swiper {
    min-width: 0;
    height: auto;
    transition: height 0.3s ease;
}

.ourStaff .swiper-button-prev,
.ourStaff .swiper-button-next {
    height: 40px;
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
}

.ourStaff .pos-rel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 576px) {
    .ourStaff .container {
        max-width: 745px;
    }
}
@media (min-width: 768px) {
    .ourStaff .container {
        max-width: 875px;
    }
}
@media (min-width: 992px) {
    .ourStaff .container {
        max-width: 1000px;
    }
}
@media (min-width: 1200px) {
    .ourStaff .container {
        max-width: 1200px;
    }
}

@media (max-width: 650px) {
    .ourStaff .swiper-button-prev,
    .ourStaff .swiper-button-next {
        display: none;
    }
}

@media (max-width: 992px) {
    .ourStaff .ourStaff__item {
        flex-direction: column-reverse !important;
        align-items: center !important;
        gap: 20px;
    }
    .ourStaff__info {
        align-items: flex-start;
        text-align: left;
    }
    .ourStaff__img {
        width: 60%;
        max-width: 320px;
        max-height: 300px;
        flex: 1 0 100%;
    }
}

@media (max-width: 450px) {
    .ourStaff .ourStaff__img {
        width: 80%;
    }
}

@media (max-width: 425px) {
    .ourStaff__info {
        margin-top: 0 !important;
    }
    .ourStaff__name {
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }
}

.table-price thead {
    background: #20a1d8;
    color: #fff;
}

.table-price__subheading {
    text-transform: uppercase;
}

.inputs__top-blcok {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.vacancy-form {
    border: 2px solid #20a1d8;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #f9f9f9;
}

.vacancy-form__title {
    margin-bottom: 10px;
    text-align: center;
}

.wpcf7-form select {
    border: 1px solid var(--header-blue);
    padding: 0.5vw;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    font-size: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.7em center;
    background-size: 1em;
    padding-right: 2em;
}

@media (width <= 600px) {
    .inputs__top-blcok {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.vacancy-form__title {
    margin-bottom: 10px;
}

.cases-won__swiper-button-next,
.video-reviews__swiper-button-next {
    right: 0;
}

.cases-won__swiper-button-prev,
.video-reviews__swiper-button-prev {
    left: 0;
}

/* Слайдер видео - горизонтальный и адаптивный */
.video-reviews-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.video-reviews-wrapper .swiper {
    min-width: 0;
    height: auto;
    transition: height 0.3s ease;
}

.video-reviews-wrapper .swiper-button-prev,
.video-reviews-wrapper .swiper-button-next {
    height: 40px;
    position: relative;
    z-index: 2;
    top: 10px;
}

.video-reviews-wrapper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.video-reviews-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    flex: 0 0 auto; /* чтобы слайды не сжимались */
}

.video-reviews-wrapper iframe {
    width: 100%;
    height: auto;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    display: block;
}

@media (max-width: 992px) {
    .video-reviews-wrapper .swiper-slide {
        width: 60%; /* слайды становятся меньше */
    }
    .video-reviews-wrapper iframe {
        max-width: 100%;
    }
}

@media (width < 768px) {
    .video-reviews-wrapper {
        padding-bottom: 30px;
    }
}

@media (max-width: 450px) {
    .video-reviews-wrapper .swiper-slide {
        width: 80%; /* подстраиваем ширину слайдов */
    }
}

.cases-won__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cases-won__swiper-button-prev,
.cases-won__swiper-button-next {
    height: 40px;
    position: relative;
    z-index: 2;
    top: -30px;
}

.single-services__header-left.custom {
    align-items: center;
}

.single-services__header-form-block .page-title.form-title {
    width: fit-content;
    color: #fff;
    text-align: left;
}

.page-title.custom {
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-weight: 900;
    text-align: left;
    font-size: 38px !important;
}
@media (max-width: 767px) {
    .page-title.custom {
        font-size: 30px !important;
    }
}
@media (max-width: 600px) {
    .page-title.custom {
        font-size: 28px !important;
        line-height: 36px;
    }
}
@media (max-width: 360px) {
    .page-title.custom {
        font-size: 24px !important;
        line-height: 32px;
    }
}

/* .single-services__info-additional,
.single-services__advantages-inner,
.single-services__desc-text {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
} */

.single-services__info {
    height: fit-content;
    border-radius: 14px;
}

.single-services__header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-services__header:before {
    content: "";
    background: #060606ab;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 0;
}
.single-services__header-form-block .banner-service__form {
    max-width: unset !important;
    width: 100%;
    background-color: transparent;
    padding: 0;
}
@media (max-width: 600px) {
    .single-services__header-form-block .banner-service__form .wpcf7-form.init {
        padding: 0;
    }
}
.single-services__info-price .price {
    text-align: right;
}

.banner-service div[id="wpcf7-f226-o3"] * {
    color: #212529;
}

.banner-service div[id="wpcf7-f226-o3"] input[type="submit"] {
    color: #fff;
}

.price-links a {
    background-color: var(--btn-blue);
    padding: 0.5rem 3rem;
    color: white;
    font-style: normal;
    border: 1px solid #0a2e8f;
}

.price-links a:hover {
    background-color: white;
    color: black;
}

#mobile-header-call,
#mobile-header-time {
    padding: 0.5rem 0;
}

.mobileHeader a:hover {
    color: #88d7f9;
}

.menu-accordion__toggle {
    background: #ffffff08;
    display: flex;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: center;
}
.menu-accordion__toggle::after {
    content: "\f347";
    font-family: "dashicons";
    color: var(--header-blue);
    font-weight: normal;
    font-size: 20px;
}
.menu-item-has-children.open > .menu-accordion__toggle {
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    #menu-btn-crutch #menu-main > li {
        padding: 0 !important;
    }
    #menu-btn-crutch #menu-main a {
        width: 100%;
        padding: 0.75rem !important;
    }
    #menu-btn-crutch #menu-main > li.menu-item-has-children > a::after {
        content: none;
    }
}

#header-city-contacts-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    flex-wrap: wrap;
    row-gap: 15px;
}

/*.header-inf {
	max-width: 1200px;
    text-align: center;
    margin: 0 auto 15px auto;
    font-size: 14px;
	padding: 0 40px 0 40px;
}

@media (max-width: 767px) {
    .header-inf  {
        display: none;
    }
}

.mob-header-inf {
	background-color: var(--btn-blue);
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0.75rem;
    font-size: 14px;
}*/

.footer-inf {
    text-align: center;
    margin: 0 auto 15px auto;
}

@media (max-width: 570px) and (min-width: 368px) {
    .footer-inf {
        margin: 15px auto 15px auto;
    }
}

#header-city-contacts .city-selection {
    position: relative;
}

#header-city-contacts div.select-area {
    left: 0;
    top: 30px;
}

.container .when-we-can-help .help-tile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}

@media (max-width: 768px) {
    .container .when-we-can-help .help-tile {
        grid-template-columns: 1fr;
    }
}

.single-services__list .single-services__advantages-inner p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
}

#logogo {
    transition: transform 0.25s ease;
}

#logogo.logo-small {
    transform: scale(1);
}

.single-services__info-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.single-services__info-bottom > * {
    margin: 0;
    font-size: 14px;
}

.attention-mark {
    background-image: url("/wp-content/uploads/icons/attention-mark.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.table-price {
    width: 100%;
}

.price__wrapper:before {
    background-color: #20a1d8;
}

.price__wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #20a1d8;
}

.price__wrapper .faq__desc {
    padding: 10px 50px;
}

.price__wrapper .faq__item .faq__title {
    border-radius: 5px;
}

.price__wrapper .faq__item.active .faq__title {
    background-color: #20a1d8;
    color: #fff;
}

.faq__item .arrow-white {
    display: none;
    transition: opacity linear 1s;
}

.faq__item.active .arrow-white {
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
}

@media (width > 990px) {
    .td-price {
        min-width: 160px;
    }
}

@media (width <= 990px) {
    .price__wrapper .faq__title {
        padding-left: 35px;
    }
    .price__wrapper .faq__item--ico {
        right: 20px;
    }
    .price__wrapper .faq__desc {
        padding: 10px 30px;
    }
}

@media (width <= 768px) {
    .price__wrapper .faq__title {
        padding-left: 10px;
    }
    .price__wrapper .faq__item--ico {
        right: 10px;
    }
}

.mobile-price {
    display: none;
}

.mobile-price__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid #20a1d8;
}

.mobile-price__title {
    border-bottom: 1px solid #20a1d8;
    padding-bottom: 10px;
}

@media (width <= 550px) {
    .table-price {
        display: none;
    }
    .mobile-price {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .price__wrapper .faq__desc {
        padding: 10px 10px;
    }
}

.header-social-item.max img,
.mobileSocial__link.max img {
    border-radius: 6px;
}

.media-publications {
    background: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 5px 0 60px;
}
.media-publications--white {
    background: #fff;
    margin: 0;
    padding: 0 0 15px;
}
.media-feed {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.media-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 18px 18px;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 16px;
    align-items: start;
    position: relative;
}

.media-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 0;
    background: rgb(32 161 216);
    opacity: 0.65;
}
.media-item:hover {
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.media-item__left {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
}

.usluga-content .media-item__body {
    padding: 0 15px;
}
.media-item__body {
    min-width: 0;
    padding: 30px 30px;
}

.media-item__name {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #3a3a3a;
}

.media-item__desc {
    color: #7c7c7c;
}

.media-item__note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.45;
    opacity: 0.75;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.14);
}

.media-embed {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 10px;
}

.media-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.media-item__desc,
.media-item__note {
    word-break: break-word;
}

.media-publications a {
    text-decoration: none;
}
@media (max-width: 1100px) {
    .media-item__body {
        padding: 0px 20px;
    }
}
@media (max-width: 900px) {
    .media-item {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px 25px;
    }
    .media-item__body {
        padding: 0;
    }
    .media-item:before {
        width: 100%;
        height: 3px;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .media-item__left {
        padding-top: 0;
    }
    .media-embed {
        border-radius: 10px;
    }
}
@media (max-width: 480px) {
    .media-item__name {
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 12px 0;
    }
    .media-item__desc {
        font-size: 15px;
    }
}
@media (max-width: 380px) {
    .media-item__desc {
        font-size: 14px;
    }
}

.social-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1em;
    padding: 5px 0;
    border-radius: 20px;
}

.social-block.max {
    background: #4a65ff;
    background: linear-gradient(90deg, rgba(74, 101, 255, 1) 20%, rgba(164, 100, 223, 1) 65%);
}

.social-block.telegram {
    background-color: #2aabee;
}

.social-block__icon {
    --icon-size: 40px;
    width: var(--icon-size);
    height: var(--icon-size);
}

.social-block__title {
    color: #fff;
    font-size: 1.1em;
}

@media (width > 768px) {
    .social-block {
        display: none;
    }
}

.center {
	text-align: center;
}

.flex_desc {
	display: flex;
    flex-direction: row;
    gap: 25px;
	align-items: center;
}

@media (max-width: 992px) {
	.flex_desc {
		flex-direction: column;
	}
}

.video_usl iframe {
	border-radius: 14px;
}

@media (max-width: 540px) {
	.video_usl iframe {
		border-radius: 14px;
		max-width: 100%;
	}
}
