:root {
    --border-radius: 16px;
    --border-radius-S: 8px;
    --border-radius-XXS: 4px;

    --modal-S: 420px;

    --natural-100: #f5f5f5;
    --natural-400: #A3A3A3;
    --neutral-500: #737373;
    --slate-100: #F1F5F9;
    --slate-400: #94A3B8;

    --blue-100: #DBEAFE;
    --blue-200: #BFDBFE;

    --media-xl: 1200px;
    --media-lg: 992px;
    --media-md: 768px;
    --media-sm: 576px;
    --media-m: 475px;
    --media-s: 375px;
    --media-xs: 320px;
    
}

.page main.main {
    min-height: 60vh;
}

.accent,
.header .current-menu-item a.active,
.footer .current-menu-item a.active,
.header .current-category-ancestor a,
.foote .current-category-ancestor a {
    color: var(--accent-primary) !important;
}
.text-center {
    text-align: center;
}
.btn--icon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn--link-M {
    font-size: var(--text-M);
}
.single.single-post {
    background-color: #fff;
}
.header__pages,
.header__links--main {
    padding: 0;
}
.footer__pages {
    padding: 0;
    margin: 0;
}
.header__links--main li,
.header__pages li,
.footer__pages li {
    list-style: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: fit-content;
    text-align: center;
    gap: var(--components-gap);
    text-transform: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__links--main li a,
.header__pages li a,
.footer__pages li a {
    color: var(--text-primary);
    font-family: "Exo2-Regular", Arial, sans-serif;
    background-color: unset;
    font-size: 16px;
    line-height: 1;
    
    cursor: pointer
}
.header__links--main li a:hover,
.header__pages li a:hover,
.footer__pages li a:hover {
    color: var(--accent-primary);
}
.footer__socials img {
    max-width: 18px;
    max-height: 18px;
}
.footer__socials a.dz:hover { 
    background-color: #202022
}
@media (max-width: 1199px) {
    .footer__socials a {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 767px) {
    .footer__pages li {
        width: calc(50% - 4px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
}
form.hs__container {
    justify-content: space-between;
    gap: 16px;
}
.page-template form.search-form > label,
.hs__container > label {
    width: 100%;
    flex: 1;
}
.search-field {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    color: var(--text-primary);
    border: none;
    padding: 0;

    font-size: 18px;
    line-height: 24px;
    background: transparent;
}

.search-submit:active:not(:disabled), 
.search-submit:focus-visible:not(:disabled), 
.search-submit:focus:not(:disabled), 
.search-submit:hover:not(:disabled) {
    background: var(--accent-secondary);
    color: #FFFFFF;
}
.search-field:not(:disabled):active, 
.search-field:not(:disabled):focus-visible, 
.search-field:not(:disabled):hover {
    cursor: text;
    outline: none;
}
.search-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--components-gap);
    
    text-align: center;
    
    text-transform: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    padding: 8px 24px;

    font-size: 14px;
    line-height: 16px;
    font-family: "Exo2-Medium", Arial, sans-serif;
    color: #FFFFFF;

    border-radius: 4px;
    cursor: pointer;
    background: var(--accent-primary);
    
    border: none;
    flex: 0;
}
@media (max-width: 575px) {
    .hs__container {
        width: calc(100vw - 30px);
        left: 15px;
    }
}
.page-template {
    width: 100%;
    min-height: 80vh;
}
.page-template .page-title,
.page-template .title {
    margin: 60px 0 32px;
}
.page-template .page-content p {
    margin-bottom: 24px;
}
.page-template form.search-form {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.page-template form.search-form .search-field {
    font-size: 18px;
    line-height: 24px;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;

    font-size: 16px;
    line-height: 1;
    padding: 11px;
}
.page-template form.search-form .search-submit {
    padding: 13px 24px;
}
.b-articles, .b-recomendations {
    flex-wrap: wrap;
}
.b-categories .menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
}
.b-categories .menu-item a,
.form__tabs-item {
    display: flex;
    font-size: var(--text-S);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 8px;
    color: var(--text-secondary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home .b-categories li:nth-child(1) > a,
.b-categories .current-menu-item > a,
.b-categories .menu-item a.active,
.form__tabs-item.form__tabs-item--active {
    background-color: var(--accent-secondary);
    color: #FFFFFF;
    pointer-events: none;
}
.b-categories .menu-item a:hover {
    color: var(--text-primary);
}
@media (max-width: 767px) {
    ul.b-categories {
        padding: 8px;
        margin-bottom: 16px;
    }
    .b-categories .menu-item a {
        padding: 6px 10px;
    }
}
.title--page {
    margin: 0 0 32px;
}
ul.list-unstyled {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}
.breadcrumbs li {
    font-weight: 500;
}
.search-field,
.breadcrumbs li a,
.breadcrumbs li a span {
    font-family: "Exo2-Light", Arial, sans-serif;
}
.content {
    gap: 16px;
}
.content h2 {
    color: var(--text-primary);
}
.content h3,
.content h4,
.content h5,
.content h6 {
    color: var(--text-secondary);
}
.content p {
    font-size: var(--text-M);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
    color: var(--text-primary);
}
.content .wp-block-quote {
    padding: 24px;
    background-color: #f5f5f5;
    margin: 0;
    border-radius: 8px;
}
.content aside {
    color: var(--text-secondary);
    font-size: var(--text-XS);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
}
.content .wp-block-pullquote {
    background-color: #f5f5f5;
    padding: 32px;
    margin: 16px 0;
    border-radius: 8px;
}
.content .wp-block-pullquote p {
    font-size: 18px;
    line-height: 1.3;
}
.content ol, 
.content ul {
    padding-left: 20px;
    font-size: var(--text-M);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
    color: var(--text-primary);
}
.b-articles .b-article,
.b-recomendations .b-article {
    aspect-ratio: auto !important;
}
.b-articles .b-article__content,
.b-article.b-article--recomend .b-article__content,
.b-article--recomend .b-article__content  {
    height: 250px;
}

.b-article.b-article--recomend {
    gap: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bg-card);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.b-article--recomend .b-article__content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    background-color: #fff;
}
.b-article--recomend .b-article__tag {
    display: block;
    margin-bottom: 4px;
    font-size: var(--text-S);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
    color: var(--text-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}
.b-article--recomend .b-article__bottom {
    justify-content: space-between;
}
.b-recomendations .b-article h3 {
    margin-bottom: 8px;
}
.swiperRecomendations .swiper-slide {
    height: auto !important;
}
.section--blog .swiperRecomendations {
    padding-bottom: 15px;
}
.b-article.b-article--recomend {
    height: 100%;
}
.b-article.b-article--recomend .b-article__content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: -webkit-fill-available;
    padding: 20px;
    gap: 0px;
}
.b-article--recomend .b-article__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 8px;
}
@media (max-width: 1200px) {
    .b-recomendations .b-article h3 {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
}
@media (min-width: 1200px) {
    .section__recomendations .b-recomendations .b-article {
        aspect-ratio: auto !important;
    }
    
}
@media (max-width: 575px) {
    .b-recomendations .b-article .b-article__content,
    .b-articles .b-article__content {
        height: auto;
    }
    .b-article--recomend .b-article__content h3 {
        height: 96px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
    .b-recomendations .b-article:last-child {
        display: flex;
    }
}
@media (min-width: 992px) {
    .section__404 {
        min-height: 60vh;
    }
}
.pagination .wp-pagenavi {
    display: flex;
    gap: 10px;
    background: transparent;
    box-shadow: none;
}
.pagination * {
    height: 50px;
    width: auto;
    min-width: 50px;

    padding: 16px;
    margin: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    border-radius: 4px;
    border: none;
    font-size: var(--text-M);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
    background-color: var(--bg-card);
    color: var(--text-primary);
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pagination .wp-pagenavi a, 
.pagination .wp-pagenavi span {
    border: none;
    margin: 0;
    padding: 16px;
}
.wp-pagenavi a:hover {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
.pagination .current {
    font-weight: normal;
    background-color: var(--accent-secondary);
    color: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
    .section__articles .pagination {
        display: flex;
    }
}
@media (max-width: 767px) {
    .pagination .wp-pagenavi a, 
    .pagination .wp-pagenavi span {
        padding: 10px;
        height: 30px;
        min-width: 30px;
    }
}
@media (max-width: 375px) {
    .page-template form.search-form > label, 
    .hs__container > label {
        width: 50%;
        flex: 1;
        font-size: 14px;
    }
    .search-field {
        font-size: 14px;
    }
}
.b-article__bottom {
    gap: 24px;
    flex-wrap: wrap;
}
.b-article__content.content .pld-like-dislike-wrap.pld-custom {
    display: none;
}
.pld-like-dislike-wrap {
    margin: 0;
    display: flex;
    margin: 0;
}
.pld-common-wrap {
    min-width: 50px;

    display: flex;
    align-items: center;
    
    margin: 0;
    padding: 0;
}

/* Documents */
.card {
    width: 100%;
    height: auto;

    padding: 30px;

    border-radius: var(--border-radius);
    border: none;
    background: var(--bg-card);
    transition: all 0.3s;
}
.card.card--form {
    padding: 24px;
    overflow: hidden;
}
.card--form h3 {
    margin-bottom: 8px;
}
.card--form .card__content p {
    font-size: var(--text-L);
    line-height: 1.4;
}
.card--docs {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.card--docs .card__content {
    width: 100%;
    max-width: 360px;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: none;
    gap: 24px;
    margin-bottom: 0;
}
.card--docs  .card__content-header h1 {
    margin-bottom: 10px;
}
.card--docs .card__content-footer h3 {
    margin-bottom: 6px;
}
.mail {
    width: 100%;
    height: auto;
    
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.mail--docs {
    margin-top: 16px;
}
.card__documents {
    padding: 30px;
    border-radius: var(--border-radius);
    border: none;
    background: var(--background-color);
    flex: 2;
}
.documents {
    width: 100%;
    height: auto;

    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.documents__item {
    width: 50%;
}
.documents__list {
    display: flex;
    flex-direction: column;
    gap: 16px;

    margin-top: 16px;
}
.documents__list-item {
    list-style: none;
}
.documents__list-link {
    display: flex;
    align-items: flex-start;
    gap: 4px;
   
}
.documents__list-link svg {
    width: 16px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
}
.documents__list-link:hover span {
    color: var(--accent-primary);
}
.documents__list-link:hover svg > path {
    fill: var(--accent-primary);
}
.copy {
    position: relative;
}
.copy__info {
    width: auto;
    height: auto;
    padding: 6px 8px 7px;

    font-size: 12px;
    line-height: 1;

    color: #fff;

    background: rgb(51 65 85 / 94%);
    border-radius: var(--border-radius-S);

    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s;
}
.copy__info.active {
    opacity: 1;
    visibility: visible;
}
.copy__text {
    font-weight: 500;
    font-size: 16px;
}
.copy__button {
    flex: 0;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .documents,
    .mail {
        flex-direction: column;
    }
    .documents__item,
    .mail--docs .mail__item,
    .mail--docs .mail__item button,
    .mail--docs .mail__item a {
        width: 100%;
    }
    .mail {
        gap: 10px;
    }
    .mail--docs {
        margin-top: 12px;    
    }
    .mail--docs .mail__item {
        text-align: center;
    }
    .card--docs .card__content {
        max-width: 280px;
    }
    .card--docs .card__content p {
        font-size: 14px;
        line-height: 140%;
    }
    .mail--docs .mail__item .copy {
        margin: auto;
    }
}
@media (max-width: 768px) {
    .card--docs {
        flex-direction: column;
        padding: 6px;
        gap: 16px;
    }
    .card--docs .card__content {
        max-width: 100%;
        padding: 10px 10px 0;
    }
    .card__documents {
        padding: 22px;
    }
}
@media (max-width: 475px) {
    .card,
    .card.card--form {
        padding: 20px;
    }
    .card__documents {
        padding: 16px;
    }
    .card__documents {
        border-radius: var(--border-radius-XXS);
    }
    .documents__list-link {
        font-size: 14px;
    }
    .documents__list {
        gap: 10px;
    }
    .documents__list-link span {
        position: relative;
        top: 2px;
    }
}
/* END Documents */

/* Modal */
.modal-dialog.modal-dialog--s {
    max-width: var(--modal-S);
    margin-right: auto;
    margin-left: auto;
}
.modal-content {
    padding: 24px;
    border: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    background: #fff;
}
button.btn-close {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    background-color: var(--natural-100);
    width: 32px;
    height: 32px;
    padding: 0 !important;
    margin: 0;
    filter: none;
    flex: none;

    transition: all 0.3s;
    cursor: pointer;
}
button.btn-close svg path {
    transition: all 0.3s;
}
button.btn-close:hover svg path {
    fill: var(--neutral-500)
}
.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.modal__body {
    padding-top: 12px;
}
/* END Modal */

/* Section */
.section--page {
    padding: 48px 0 56px;
}
.section--hero {
    padding: 80px 0 56px;
}
.section__more {
    margin-top: 32px;
}
.section__title {
    width: 100%;
}
.section__title--mod {
    max-width: 640px;
    margin: 0 auto 32px;
}
.section__title h2 {
    margin-bottom: 0;
}
.section__title p {
    font-size: var(--text-L);
    line-height: 1.4;
    margin-top: 8px;
}

@media (max-width: 575px) {
    .section--page,
    .section--hero {
        padding: 32px 0 24px;
    }
    .section__more {
        margin-top: 10px;
    }
    .section__title--mod {
        margin: 0 auto 16px;
    }
}
@media (max-width: 375px) {
    .section__more a {
        width: 100%;
    }
}
/* END Section */

/* Hero */
.hero,
.hero__content,
.hero__form {
    width: 100%;
    height: auto;
}
.hero__content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 48px;
}
.hero__content h1 {
    margin-bottom: 16px;
}
.hero__content p {
    width: 100%;
    max-width: 700px;

    margin: 0 auto;
    font-size: var(--text-L);
    line-height: 1.4;
}

.card--form {
    position: relative;
    min-height: 245px;
}
.card__content,
.card__form {
    position: relative;
    z-index: 10;
}
.card__content {
    margin-bottom: 32px;
    position: relative;
   
}
.card--form .card__image {
    width: 520px;
    height: auto;

    position: absolute;
    right: 0;
    bottom: -10px;

    pointer-events: none;
    z-index: 0;
}
.card--form .card__image img {
    width: 100%;
    height: auto;
}
.form__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.form__tabs-item {
    background-color: var(--natural-100);
}
.form__data {
    margin-bottom: 12px;
}
.form__info {
    display: flex;
    align-items: center;
}
.form__info img {
    max-width: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.form__info p {
    color: var(--tetriary-blue);
    font-size: var(--text-S);
    line-height: 1.4;
    padding: 5px 0 5px 6px;
    margin: 0;
}
@media (max-width: 1440px) {
    .card--form .card__image {
        right: -60px;
    }
}
@media (max-width: 1200px) {
    .card.card--form {
        overflow: hidden;
    }
    .card__form {
        width: 100%;
        max-width: 460px;
    }

}
@media (max-width: 992px) {
    .hero__content {
        margin-bottom: 32px;
    }
    .hero__content h1 {
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .card--form .card__image {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;

        position: relative;
        right: 0;
        bottom: 0;

        margin-bottom: -50px;
    }
}
@media (max-width: 575px) {
    .hero__content h1 {
        font-size: 30px;
    }
    .card__content {
        margin-bottom: 16px;
    }
    .card--form .card__image {
        margin-bottom: -35px;
    }
    .card--form .card__image img {
        transform: scale(1.2);
    }
}
/* END Hero */

/* offer */
.offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.offer__content {
    width: 100%;
    max-width: 470px;
    position: relative;

}
.offer-block {
    display: flex;
    flex-direction: column;
    padding-left: 14px;
}
.offer-block__line {
    width: 1px;
    height: 100%;

    left: 3px;
    top: 0;
    position: absolute;
    
    background-color: #5281C4;
    z-index: 1;
}
.offer-block__line:before,
.offer-block__line:after {
    content: '';
    position: absolute;
    left: 0;

    width: 1px;
    height: 16%;
    z-index: 2;

}
.offer-block__line:before {
    top: 0;
    background: linear-gradient(0deg,rgba(241, 245, 249, 0) 0%, rgba(241, 245, 249, 1) 100%);
}
.offer-block__line:after {
    background: linear-gradient(180deg,rgba(241, 245, 249, 0) 0%, rgba(241, 245, 249, 1) 100%);
    bottom: 0;
}
.offer-block__item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 146px;

    position: relative;
}
.offer-block__item:after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid var(--background-color);
    background-color: #5281C4;
    z-index: 3;
}
.offer-block__item p {
    line-height: 1.4;
}
.offer-block__item p span {
    font-family: "Exo2-Semibold", Arial, sans-serif;
}
.offer-block__item img {
    width: 60px;
    height: auto;
}
.offer__image {
    width: 100%;
    max-width: 590px;
}
.offer__image img {
    width: 100%;
    height: auto;
}
@media (max-width: 1200px) {
    .offer-block__item {
        min-height: 108px;
    }
    .offer-block__item p {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {
    .offer {
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        gap: 0;
    }
    .offer__content,
    .offer__image {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .offer-block__item {
        min-height: 160px;
    }
}
/* END Info */

/* Steps */

.steps__inner {
    display: flex;
    gap: 6px;
}
.steps__item {
    width: 25%;
    height: 318px;

    position: relative;
    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-radius: var(--border-radius);
    border: 1px solid var(--bg-card);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
    
    background: var(--bg-card);
}
.steps__item img,
.steps__item p {
    position: relative;
    z-index: 1;
}
.steps__item img {
    width: calc(100% + 6px); 
    height: auto;
    margin: 23px 0 0 -3px;
}
/* .steps__item:nth-child(3) img {
    width: calc(100% + 16px);
    margin: 23px 0 0 -8px;
} */
.steps__item p {
    font-size: 16px;
    line-height: 140%;
}
.steps__item:after {
    content: '';
    width: calc(100% - 60px);
    height: calc(100% - 60px);

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;

    opacity: 0.9;

    background-image: url('../images/steps-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.steps__item-arrow {
    width: 32px;
    height: 32px;

    position: absolute;
    right: -18px;
    top: 50%;
    transform: translate(0, -50%);

    background-color: var(--slate-100);
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
    
    border: 1px solid var(--bg-card);
    border-radius: var(--border-radius-XXS);
    box-shadow: 0px 2px 2px 0px #0000000A;

}
.steps__item-arrow svg {
    position: relative;
    z-index: 5;
    flex-shrink: 0;
    flex-grow: 0
}
.steps__item-arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;

    background: var(--bg-card);
    border-radius: var(--border-radius-XXS);
    box-shadow: 0px 2px 2px 0px #0000000A;

}
.steps__item:last-child .steps__item-arrow {
    display: none;
}
@media (min-width: 1441px) {
    .steps__item p {
        padding-right: 10px;
    }
}
@media (min-width: 425.98px) and (max-width: 992px) {
    .steps {
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 16px;
    }
    .steps__inner {
        flex-wrap: nowrap;
        min-width: 1290px;
    }
    .steps__item {
        min-width: 318px;
    }

    /* Общий стиль для скроллбара */
    .steps::-webkit-scrollbar {
        width: 60px; 
        height: 4px;
    }

    /* Ползунок скроллбара */
    .steps::-webkit-scrollbar-thumb {
        background-color: #65758B;   /* цвет ползунка */
        border-radius: 2px;       /* скругление углов */
        border: 1px solid #65758B; /* отступ вокруг ползунка для эффекта */
    }

    /* Трек (фон) скроллбара */
    .steps::-webkit-scrollbar-track {
        background-color: #E5E5E5; /* цвет фона скроллбара */
        border-radius: 6px;
    }

    /* При наведении на ползунок */
    .steps::-webkit-scrollbar-thumb:hover {
        background-color: #E5E5E5;
    }
}
@media (max-width: 425px) {
    .steps__inner {
        flex-direction: column;
    }
    .steps__item {
        width: 100%;
    }
    .steps__item img {
        max-width: 262px;
        margin: 0 auto;
    }
    .steps__item-arrow {
        right: 50%;
        top: auto;
        bottom: -18px;
        transform: translate(50%, 0);
    }
    .steps__item-arrow svg {
        transform: rotate(90deg);
    }
}
/* END Steps */


/* Rating */
.content-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.content-block__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.content-block__item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.content-block__item p,
.content-block__info p {
    font-size: var(--text-M);
    line-height: 140%;
}
.content-block__item img {
    width: 24px;
    height: auto;
    flex-grow: 0;
    flex-shrink: 0;
}
.content-block__info {
    width: 100%;
    height: auto;

    padding: 16px;
    background-color: var(--background-color);
    border-radius: var(--border-radius-S);
}
.content-block--guarantee,
.card--guarantee {
    height: 100%;
}
.card--guarantee {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card--guarantee h3 {
    margin-bottom: 24px;
}

.rating {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.rating__table {
    width: calc(100% - 410px);
}
.rating__card {
    width: 410px;
}
.table__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}
.table__body .table__row {
    cursor: pointer;
}
.table__body .table__row:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--slate-100);
    border-radius: var(--border-radius-S);
    z-index: 0;

    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.table__row:hover:after {
    opacity: 1;
    visibility: visible;
}
.table__item {
    padding: 12px 6px;
    text-align: right;
    
    width: 100px;
    position: relative;
    z-index: 1;
    
}
.table__item:not(:first-child) {
    flex-grow: 0;
    flex-shrink: 0;
}
.table__row:not(:last-child) {
    margin-bottom: 8px;
}
.table__item:first-child {
    text-align: left;
    width: 100%;
}
.table__head .table__item {
    color: var(--slate-400);
}
.table__body .table__item:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Exo2-SemiBold", Arial, sans-serif;
}
.table__item svg {
    position: relative;
    top: 1px;
    margin-left: 4px;
}
@media (max-width: 1200px) {
    .rating {
        flex-direction: column;
    }
    .rating__card,
    .rating__table {
        width: 100%;
    }
    
}
@media (min-width: 575px) and (max-width: 1200px) {
    .content-block--rating .content-block__row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .content-block--rating .content-block__item {
        width: calc(50% - 30px);
    }
}
@media (max-width: 768px) {
    .table--rating {
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 16px;
    }
    .table--rating .table__inner {
        flex-wrap: nowrap;
        min-width: 678px;
    }
    /* Общий стиль для скроллбара */
    .table--rating::-webkit-scrollbar {
        width: 60px; 
        height: 4px;
    }

    /* Ползунок скроллбара */
    .table--rating::-webkit-scrollbar-thumb {
        background-color: #65758B;   /* цвет ползунка */
        border-radius: 2px;       /* скругление углов */
        border: 1px solid #65758B; /* отступ вокруг ползунка для эффекта */
    }

    /* Трек (фон) скроллбара */
    .table--rating::-webkit-scrollbar-track {
        background-color: #E5E5E5; /* цвет фона скроллбара */
        border-radius: 6px;
    }

    /* При наведении на ползунок */
    .table--rating::-webkit-scrollbar-thumb:hover {
        background-color: #E5E5E5;
    }
}
/* END Rating */

/* Partners */
.running-line {
  width: 100%;
  height: 40px;

  margin: 62px 0;
  mask-image: linear-gradient(to right,hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0));
}
.js-marquee {
    display: flex;
    align-items: center;
    height: 100%;
}
.js-marquee img {
    width: auto;
    height: 100%;
    margin: 0 30px;   
}
@media screen and (max-width: 575px) {
    .running-line {
        margin: 48px 0;
    }
}
/* END Partners */

/* FAQ */
.faq {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.faq__info,
.faq__content,
.contac-us,
.faq__info img {
    width: 100%;
    height: auto;
}
.faq__info {
    max-width: 410px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.faq__content {
    max-width: 630px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.faq-list__item p {
    font-size: var(--text-M);
    line-height: 1.4;
}
.faq-list__item h3 {
    margin-bottom: 6px;
}
@media (max-width: 1200px) {
    .faq__info {
        max-width: 370px;
    }
    .faq__content {
        max-width: calc(100% - 370px);
    }
}
@media (max-width: 768px) {
    .faq {
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        gap: 24px;
    }
    .faq__info {
        order: 2;
    }
    .faq__content {
        order: 1;
    }
    .faq__content {
        max-width: 100%;
    }
    .faq__info {
        max-width: 440px;
        margin: 0 auto;
    }   
}
.contac-us,
.contac-us__header,
.contac-us__footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contac-us__header {
    gap: 12px;
}
.contac-us__item p {
    font-size: var(--text-M);
    line-height: 1.4;
}
.contac-us--mod {
    height: 100%;
    justify-content: space-between;
}
/* END FAQ */

/* Join */
.cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.cards__item {
    width: 50%;
    flex: 1;
}
.card--join {
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.card--join .card__content {
    margin-bottom: 0;
}
.card--join .card__content h3 {
    margin-bottom: 4px;
}
.card--join .card__content p {
    color: var(--text-secondary);
    font-size: var(--text-L);
    margin-bottom: 0;
}
.card--join .card__btn {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: var(--border-radius-S);
    background-color: var(--accent-primary);

    transition: all 0.3s;
    flex-grow: 0;
    flex-shrink: 0;
    
}
.card--join:hover  {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.card--join:hover .card__btn {
    background-color: var(--accent-secondary);
}
.card--join .card__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card--job,
.card--job .card__title,
.card--details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card--job {
    position: relative;
    overflow: hidden;
}
.card--job .card__title,
.card--job a {
    position: relative;
    z-index: 5;
    gap: 12px;
}
.card--job .card__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.card--job .card__img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.card--details .card__title {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        gap: 30px;
    }
    .cards__item {
        width: 100%;
        flex: 1;
    }
}
@media (min-width: 575.98px) {
    .card--job {
        padding-right: 140px;
    }
}
@media (max-width: 575px) {
    .cards {
        gap: 10px;
    }
    .card--job .card__img {
        display: none;
    }
    .card--job {
        gap: 20px;
    }
    .card--job .card__title,
    .contac-us__header {
        gap: 6px;
    }
}
@media (max-width: 425px) {
    .card--details,
    .card--details .card__title {
        gap: 6px;
    }
    .card--details .card__title {
        display: flex;
        flex-direction: column;
    }
}
/* END Join */
.form--mod {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form__group {
    display: flex;
    gap: 8px;
}
.form--modal .form__group {
    justify-content: space-between;
    align-items: center;
}
.form__check {
  position: relative;
  cursor: pointer;
  display: inline-flex;
}
.form__check-input {
    width: 19px;
    height: 19px;
    display: none;
    margin-right: 10px;
    opacity: 0;
    cursor: pointer;
    flex-shrink: 0;
}
.switch + label {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;

    transition: all 0.3s;
}
.switch + label:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    background-color: var(--natural-400);
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    flex-shrink: 0;
    flex-grow: 0;
}
.switch + label:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--background-color);
    transition: transform 0.3s;
}
.switch:checked + label {
    color: var(--accent-primary);
}
.switch:checked + label:before {
    background-color: var(--accent-primary);
}
.switch:checked + label:after {
    transform: translateY(-50%) translateX(16px);
}
.form__check-label span {
    position: relative;
    top: -2px;
}
.card__form {
    max-width: 593px;
    width: 100%;
}
.form__item {
    position: relative;
}
.form--contacts input.form__control,
.form__item--mod input {
    padding: 24px 40px 8px 16px;
}
.form__control {
    font-family: "Exo2-Regular", Arial, sans-serif;
}

.form__control--mod {
  outline: 0;
  transition: border-color 0.2s;
}

.form__item--mod .form__label,
.form--contacts .floating-label {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 5;
  
  font-size: 16px;
  color: var(--neutral-500);

  transition: 0.2s;
}

.form__control--mod:focus {
    border-image-slice: 1;
}

.form__control--mod:focus ~ label, 
.form__control--mod:not(:placeholder-shown):valid ~ label,
.form--contacts .form__item input.focused + .floating-label,
.form--contacts .form__item input.filled + .floating-label {
    top: 13px;
    font-size: 14px; 
}

.form__control--mod::placeholder {
    color: transparent;
}

/* reset input */
.form__control--mod {
  &:required,&:invalid { box-shadow:none; }
}
.form__item-ico {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fafafa;
    z-index: 5;
}

.form__submit {
    position: relative;
}
.form--card {
    display: flex;
    gap: 24px
}
.form--card h3 {
    margin-bottom: 16px;
}
.form--contacts .form__item:not(.form__item--radio) {
    margin-bottom: 12px; 
}
.form--card .form__submit {
    margin-top: 29px;
}
.form--contacts span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

.form__item--radio .wpcf7-list-item {
    margin: 0;
}

.form__item--radio span.wpcf7-form-control.wpcf7-radio {
    display: inline-flex;
    gap: 12px;
}

.form__item--radio span.wpcf7-list-item-label {
    font-size: var(--text-L);
    line-height: 1.4;
    font-family: "Exo2-Regular", Arial, sans-serif;
    color: var(--text-primary);
}

.form__item--radio label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-right: 0;
    user-select: none;
    flex: none;
}

.form__item--radio input[type=radio] {
    display: none;
}

.form__item--radio span.wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    background: #f1f5f9;
    box-shadow: 0 0 0 5px #f1f5f9, 0 0 0 7px var(--text-primary);
    transition: all 0.3s ease;
}
@media (max-width: 768px) {
    .form__item--radio span.wpcf7-list-item-label:before {
        background: #fff;
        box-shadow: 0 0 0 5px #fff, 0 0 0 7px var(--text-primary);
    }
}
.form__item--radio input[type=radio]:checked + span.wpcf7-list-item-label:before,
.form__item--radio span.wpcf7-list-item-label:hover:before {
    border-color: var(--accent-primary);
    box-shadow: 0 0 0 5px #f1f5f9, 0 0 0 7px var(--accent-primary);
}
.form__item--radio input[type=radio]:checked + span.wpcf7-list-item-label {
    color: var(--accent-primary);
}
.form__item--radio input[type=radio]:checked + span.wpcf7-list-item-label:before {
    background: var(--accent-primary);
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 16px auto 0;
    padding: 0;
    border: none;
    font-size: 14px;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 100%;
    padding-left: 12px;
}

.form--contacts .floating-label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
  background-color: tr;
  padding: 0 4px;
  user-select: none;
}
.form--modal .form__item {
    max-width: 100%;
}
.form__control.form__control--textarea {
    height: 140px;
    padding: 16px 16px 32px;
    position: relative;
    resize: vertical;
}
.textarea-counter {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 14px;
  color: var(--neutral-500);
  user-select: none;
  pointer-events: none;
}
.form__control.form__control--textarea::placeholder {
    color: rgb(153, 153, 153);
    font-size: var(--text-M);
}
.form__item-info{
    font-size: var(--text-S);
    color: var(--neutral-500);
    padding-left: 12px;
}
.form--modal .fb-support__link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;

    border-radius: var(--border-radius-S);
    background: var(--blue-100);

    transition: all 0.3s ease;
    cursor: pointer;
}
.form--modal .fb-support__link:hover {
    background: var(--blue-200);
}
.form--modal .fb-support__links a.wa svg,
.form--modal .fb-support__links a.vk svg {
    width: 18px;
    height: 18px;
}
.form--modal .fb-support__links a svg path {
    fill: var(--text-primary);
}
@media (max-width: 1200px) {
    .form--mod .form__group {
        gap: 12px;
        flex-direction: column;
        max-width: 300px;
        width: 100%;
    }
    .form--mod .form__group .form__item,
    .form--mod .form__group input,
    .form--mod .form__group button {
        width: 100%;
        max-width: 100%;
    }
    .form__info {
        max-width: 460px;
    }
}
@media (max-width: 768px) {
    .form--mod .form__group {
        max-width: 100%;
    }
}

/* About page */
.hero.hero--about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hero--about .hero__title,
.hero--about .hero__image,
.hero--about .hero__info {
     width: 100%;
}
.hero--about .hero__title {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
}
.hero--about .hero__title h1 {
   margin-bottom: 16px;
}
.hero--about .hero__title p {
    font-size: var(--text-M);
    line-height: 1.4;
    margin-bottom: 0;
}
.hero--about .hero__image {
    padding-top: 15px;
    max-width: 340px;
}
.hero--about .hero__image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.hero--about .hero__info {
    max-width: 240px;
    flex-grow: 0;
    flex-shrink: 0;
}
.advantages {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.advantages__item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.advantages__item ul li {
    font-size: var(--text-M);
    line-height: 1.4;
    margin-bottom: 0;
    list-style: none;
}
.advantages__item ul li:nth-child(1) {
    font-size: var(--font-size-h1);
    line-height: 1.2;
    font-family: Exo2-Bold, Arial, sans-serif;
}
.swiperWhy .swiper-slide {
    height: auto;
}
.card.card--why {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card--why .card__content {
    padding: 24px 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}
.card--why .card__ico {
    width: 100%;
    max-width: 32px;
}
.card--why .card__ico img {
    width: 100%;
    height: auto;
}
.card--why .card__content h3,
.card--why .card__content p {
    margin-bottom: 0;
}
.card--why .card__content p {
    font-size: var(--text-M);
    line-height: 1.4;
}
.card--why .card__footer {
    padding: 12px 24px 24px;
    border-top: 1px solid var(--background-color);
}
.card--why .card__footer p {
    color: var(--text-secondary);
    font-size: var(--text-M);
    margin-bottom: 0;
}
.card__list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.card__list ul:not(:last-child) {
    margin-bottom: 8px;
}
.card__list ul li {
    font-size: var(--text-M);
    line-height: 1.4;
    margin-bottom: 0;
    list-style: none;
}
.card__list ul li:nth-child(1) {
    font-family: "Exo2-Bold", Arial, sans-serif;
    margin-right: 4px;
}
.card--contacts {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
}
.contacts .card p {
    font-size: var(--text-M);
    line-height: 1.4;
}
.card--contacts .card__info {
    width: 100%;
    max-width: 380px;
    position: relative;
    z-index: 5;
}
.card--contacts .card__form {
    width: 100%;
    max-width: 600px;
    padding: 24px;
    background: var(--slate-100);
    border-radius: var(--border-radius-S);
    position: relative;
    z-index: 5;
    flex-grow: 0;
    flex-shrink: 0;
}
.card--contacts .card__img--desk {
    position: absolute;
    /* width: 237px;
    height: auto; */
    text-align: center;
    left: 42%;
    bottom: -2px;
    z-index: 0;
    transform: translateX(-50%);
}
/* .card--contacts .card__img img {
    width: 100%;
    height: auto;
} */
.card--contacts .card__title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

@media (min-width: 1440.98px) {
    .card__img.card__img--mob {
        display: none;
    }
}
@media (max-width: 1440px) {
    .card--contacts .card__form {
        max-width: 348px;
    }
    .card--contacts .card__info {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .card--contacts .card__img--desk {
        display: none;
    }
    .card__support {
        display: flex;
        align-items: center;
        margin-bottom: -35px;
    }
    .card--contacts .card__title {
        width: 100%;
        max-width: 440px;
        margin-bottom: 30px;
    }
    .card__support .fb-support__info {
        justify-content: flex-start;
        gap: 32px;
    }
    .form--contacts {
        flex-direction: column;
    }
    .form--card .form__submit {
        margin-top: 16px;
    }
    .form--contacts {
        gap: 12px;
    }
}
@media (max-width: 991.98px) {
    .hero--about .hero__image {
        display: none;
    }
    .hero--about .hero__title {
        align-items: flex-start;
        max-width: 430px;
    }
    .hero--about .hero__info {
        max-width: 190px;
    }
    .card__img.card__img--mob {
        display: none;
    }
    .card__support {
        margin-bottom: 0;
    }
    .card__support .fb-support__info {
        gap: 30px;
    }
    .form--contacts {
        gap: 0;
    }
    .form--card .form__submit,
    .form--card .form__submit input {
        width: 100%;
    }
}

@media (max-width: 525px) {
    .hero.hero--about {
        gap: 16px;
    }
    .hero.hero--about {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero--about .hero__info {
        max-width: 240px;
    }
}
@media (max-width: 375px) {
    .contacts .contac-us__footer {
        align-items: center;
        width: 100%;
    }
    .card--job .btn,
    .contacts .contac-us__footer .btn {
        width: 100%;
    }
    .contacts .contac-us__footer,
    .contacts .contac-us.contac-us--mod {
        gap: 8px;
    }
}
@media (min-width: 1200.98px) {
    .swiperWhy {
        pointer-events: none;
    }
}
/* END About page */

.contacts,
.contacts__cards {
    display: flex;
    gap: 30px;
}
.contacts {
    flex-direction: column;
}
.contacts__cards--mod2,
.contacts__cards--mod3 {
    flex-wrap: wrap;
}
.contacts__cards--mod2 .card {
    width: calc(50% - 15px);
}
.contacts__cards--mod3 .card {
    width: calc(33.3333% - 20px);
}
@media (max-width: 992px) {
    .contacts__cards--mod2 .card {
        width: 100%;
    }
    .contacts__cards--mod3 .card {
        width: calc(50% - 15px);
    }
}
@media (max-width: 768px) {
    .contacts__cards--mod3 .card {
        width: 100%;
    }
    .card--contacts {
        flex-direction: column;
        gap: 32px;
    }
    .card--contacts .card__form {
        max-width: 300px;
        background-color: transparent;
        padding: 0;
    }
    .contacts__cards .card  {
        padding: 16px;
    }
    .contacts, .contacts__cards {
        gap: 8px;
    }
    .card--job .card__img {
        display: none;
    }
    .card--contacts .card__title {
        margin-bottom: 16px;
    }
}
@media (max-width: 575px) {
    .card__support .fb-support__info {
        justify-content: space-between;
    }
}
