/*!
Theme Name: Russianroute
Author: ''
Version: 1.0.0
*/

:root {
    --primary-color: #0A3D97;
    --secondary-color: #EA1D22;
    --font-color: #0B0B0B;

    /* fonts */
    --primary-font: 'SegoeUI', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;

} 

html {
    margin: 0;
    /* scroll-behavior: smooth; */
}

body {
    position: relative;
    font-family: var(--primary-font);
    font-size: 16px;
    padding: 0;
    margin: 0;
}

body * {
    outline: none;
    box-sizing: border-box;
}

.main {
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.m-60 {
    margin: 60px 0px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.m-80 {
    margin: 80px 0px;
}

.mb-80 {
    margin-bottom: 80px;
}

.p-80 {
    padding: 80px 0px;
}

.pt-80 {
    padding-top: 80px;
}

h1 {
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    margin: 0px 0px 65px 0px;
}

h2 {
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 500;
    line-height: 40px; 
    margin: 45px 0px 24px 0px;
}

p, li {
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0px;
}

a {
    color: #0A3D97;
    font-family: var(--primary-font);
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    text-decoration: underline;
}

.btn {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    border: none;
    background: transparent;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
}

.btn .icon {
    width: 13px;
    height: 15px;
    fill: #ffffff;
}

.btn_secondary {
    color: #ffffff;
    border-radius: 16px;
    background: #EA1D22;
    padding: 23px 28px;
}

.btn_secondary:hover {
    background: #c61418;
}

.btn_primary {
    color: #ffffff;
    border-radius: 16px;
    background: #0A3D97;
    padding: 23px 28px;
}

.btn_primary:hover {
    background: #072d6f;
}

.header-block {
    /* position: relative; */
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0px 0px 43px 0px;
}

.header-block__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
}

@keyframes scale { 
    0% { 
        transform: scale(0.9); 
        opacity: 0; 
    } 
    50% { 
        transform: scale(1.005); 
        opacity: 0.5; 
    } 
    100% { 
        transform: scale(1); 
        opacity: 1; 
    } 
}

.swiper-navigation {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.swiper-navigation__top {
    margin: 0px 0px 0px auto;
}

.swiper-button-prev, 
.swiper-button-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    border-radius: 0px;
    transition: 0.3s;
    cursor: pointer;
    opacity: 1 !important;
    box-sizing: content-box;
    padding: 0px;
    margin: 0px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: .35 !important;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
    width: 62px;
    height: 62px;
    fill: #EFF5F9;
    color: #52555A;
    transition: 0.3s;
}

.swiper-button-prev .icon {
    transform: rotate(180deg);
}

.swiper-button-prev:hover .icon,
.swiper-button-next:hover .icon {
    color: #fff;
    fill: #EA1D22;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.hidden {
    display: none;
}

/* header */

.header {
    position: relative;
    z-index: 15;
}

.header__wrapper {
    background: #0A3D97;
    padding: 15px 0px;
}

.header__wrapper > .container {
    display: flex;
    align-items: center;
}

.header__logo {
    display: flex;
}

.header__logo .icon {
    width: 193px;
    height: 34px;
}

.en .header__logo .icon {
    width: 81px;
    height: 34px;
}

.header__address {
    flex: 1;
    margin: 0px 0px 0px 100px;
}

.header__info .header__address {
    display: none;
}

.header__address span {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
}

.header__address span br {
    display: none;
}

.header__socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header__socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header__socials a {
    display: flex;
}

.header__socials a .icon {
    width: 30px;
    height: 30px;
}

.header__phone {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    margin: 0px 0px 0px 16px;
}

.header__info .header__phone {
    display: none;
}

.header__cta {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    border-radius: 10px; 
    border: 1px solid #FFFFFF;
    transition: 0.3s;
    padding: 13px 23px;
    margin: 0px 0px 0px 25px;
}

.header__cta:hover {
    color: #0A3D97;
    background: #ffffff;
    text-decoration: none;
}

.header__info .header__cta {
    display: none;
}

.header__menu-toggle {
    display: none;
    gap: 5px;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: transparent;
    transition: 0.3s;
    padding: 9px 8px;
}

.header__menu-toggle span {
    display: block;
    width: 16px;
    height: 1px;
    background: #ffffff;
    transition: 0.3s;
}

.header__menu-toggle.active span:nth-of-type(1) {
    transform: translate(0px, 6px) rotate(45deg);
}
.header__menu-toggle.active span:nth-of-type(2) {
    transform: translate(0px, 0px) rotate(-45deg);
}
.header__menu-toggle.active span:last-child {
    opacity: 0;
}

.header__menu {
    background: #EFF5F9;
    transition: 0.3s;
    padding: 8px 0px;
}

.header__menu > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu .menu {
    display: flex;
    gap: 48px;
    list-style: none;
    padding: 0;
    margin: 0;
} 

.header__menu .menu li {
    position: relative;
    line-height: 100%;
    margin: 0;
    z-index: 100;
}

.header__menu .menu li.menu-item-has-children .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    fill: transparent;
    stroke: var(--font-color);
    transition: 0.3s;
    transform: translateY(-50%);
    box-sizing: content-box;
}  

.header__menu .menu > li > a {
    position: relative;
    color: #0B0B0B;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
}

.header__menu .menu > li.menu-item-has-children > a {
    padding: 0 15px 0 0;
}

.header__menu .menu > li:hover > a,
.header__menu .menu > li.active > a {
    color: #0A3D97;
}

.header__menu .menu > li:hover > a .icon {
    fill: #fff;
    transform: translateY(-50%) rotate(180deg);
}

.header__menu .menu > li > .sub-menu__wrapper {
    visibility: hidden; 
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 280px;
    transform: translateY(38px);
    z-index: 100;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.44s, z-index 0s linear 0.01s;
    pointer-events: none;
}

.header__menu .menu > li:hover > .sub-menu__wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(32px);
    transition-delay: 0s, 0s, 0.4s;
    pointer-events: all;
}

.header__menu .menu > li > .sub-menu__wrapper > .sub-menu:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    height: 34px;
    width: 50%;
}

.header__menu .menu > li:hover > .sub-menu__wrapper > .sub-menu:before {
    display: block;
}

.header__menu .menu .sub-menu__wrapper .sub-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.10);
    transition: 0.3s;
    padding: 25px;
}

.header__menu .menu .sub-menu__wrapper .sub-menu li a {
    position: relative;
    display: block;
    color: #282F2F;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 100%; 
    text-decoration: none;
}

.header__menu .menu .sub-menu__wrapper .sub-menu li:hover > a {
    color: #0A3D97;
}

.header__menu .menu .sub-menu__wrapper .sub-menu li a .icon {
    right: 10px;
    transform: rotate(-90deg);
}

.header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper {
    visibility: hidden; 
    opacity: 0;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    min-width: 390px;
    transform: translateX(65%);
    z-index: -1;
    transition: all 0.4s ease-in-out 0s, visibility 0s linear 0.4s, z-index 0s linear 0.01s;
}

.header__menu .menu .sub-menu__wrapper ul li:hover .sub-menu__wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translateX(67%);
    transition-delay: 0s, 0s, 0.4s;
}

.header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper > .sub-menu {
    border-radius: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper > .sub-menu:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 12px;
}

.header__info {
    display: none;
}

.header__lang {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #0B0B0B;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    border-radius: 100%;
    background: #ffffff;
    transition: 0.3s;
}

.header__lang-btn:hover,
.header__lang-btn.active {
    color: #ffffff;
    background: #0A3D97;
    text-decoration: none;
}

.header__lang-btn.active {
    font-weight: 600;
}

/* breadcrumbs */

.breadcrumbs {
    display: flex;
    gap: 8px;
    padding: 45px 0px 35px;
}

.breadcrumbs__separator .icon {
    width: 8px;
    height: 8px;
    stroke: #52555A;
}

.breadcrumbs__link {
    color: #52555A;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumbs__link:hover {
    color: #0A3D97;
    text-decoration: none;
}

.breadcrumbs span:last-child .breadcrumbs__link {
    color: #0A3D97;
}

/**/

/* page-heading  */

.error404 .page-heading {
    margin: 0px 0px 30px 0px;
}

.page-heading--alt {
    background: #E7EDF1;
}

.page-heading--alt .page-heading__wrapper {
    position: relative;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding: 0px 0px 80px 0px;
}

.page-heading__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 795px;
    width: 100%;
    z-index: 10;
}

.page-heading__title:has( + .page-heading__descr ) {
    margin: 0px 0px 25px 0px;
}

.page-heading--alt .page-heading__title {
    margin: 0px 0px 25px 0px;
}

.page-heading--alt .page-heading__descr {
    margin: 0px 0px 40px 0px;
}

.page-heading__descr {
    max-width: 1000px;
    width: 100%;
}

.page-heading__descr p {
    margin: 0px;
}

.page-heading__image {
    position: relative;
    height: 360px;
    border-radius: 140px 140px 32px 32px;
    overflow: hidden;
    margin: 0px 0px 35px 0px;
}

.page-heading--alt .page-heading__image {
    position: absolute;
    right: 0px;
    top: 50%;
    border-radius: 0px;
    transform: translateY(-50%);
    margin: 0px;
}

.page-heading__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.post-info {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0px 0px 35px 0px;
}

.post-info__item {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #003245;
    font-size: 14px;
}

.post-info__item .icon {
    width: 14px;
    height: 14px;
    fill: #003245;
}

/**/

/* hero */

.hero {
    margin: 45px 0px 60px;
}

.hero > .container {
    display: flex;
    align-items: center;
}

.hero__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 550px;
}

.hero__title {
    margin: 0px 0px 24px 0px;
}

.hero__title h1 {
    color: #0B0B0B;
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    margin: 0px;
}

.hero__sub-title {
    color: #0B0B0B;
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0px 32px 0px;
}

.hero__vantages {
    display: flex;
    gap: 8px;
    flex-direction: column;
    max-width: 365px;
    width: 100%;
    margin: 0px 0px 32px 0px;
}

.hero__vantage {
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 50px 8px 8px 50px;
    background: #EFF5F9;
    padding: 0px 10px 0px 0px;
}

.hero__vantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #0A3D97;
}

.hero__vantage-icon .icon {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.hero__vantage-text {
    color: #000000;
    line-height: 22px;
}

.hero_image {
    flex: 1;
}

.hero_image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

/**/

/* lead-form */

.lead-section > .container {
    display: flex;
    gap: 15px;
}

.lead-form {
    position: relative;
    flex: 1;
    display: flex;
    gap: 52px;
    border-radius: 8px;
    background: #EFF5F9;
    overflow: hidden;
    padding: 42px;
}

.lead-form .icon.arms-icon {
    position: absolute;
    left: 45px;
    bottom: -125px;
    width: 239px;
    height: 239px;
    fill: #ffffff;
}

.lead-form__content {
    max-width: 310px;
    width: 100%;
}

.lead-form__title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 0px 14px 0px;
}

.lead-form__description {
    color: #0B0B0B;
    line-height: 22px;
}

.lead-form__form {
    position: relative;
    flex: 1;
    z-index: 5;
}

.lead-form__form .wpcf7-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.lead-form__form .wpcf7-form .form__group {
    flex: 1;
}

.lead-form__form .wpcf7-form .form__group:has( .form__input ) {
    flex: auto;
    width: 100%;
}

/**/

/* platform-rating */

.platform-rating-list {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: stretch;
}

.platform-rating {
    flex: 1;
    border-radius: 8px;
    background: #EFF5F9;
    padding: 25px 32px;
}

.platform-rating__header {
    margin: 0px 0px 15px 0px;
}

.platform-rating__header .icon.yandex-maps-icon {
    width: 139px;
    height: 23px;
}

.platform-rating__header .icon.twoGis-icon {
    width: 75px;
    height: 30px;
}

.platform-rating__description {
    color: #0B0B0B;
    font-size: 14px;
    line-height: 17px;
    margin: 0px 0px 15px 0px;
}

.platform-rating__description span {
    font-weight: 500;
}

.platform-rating__stars {
    display: flex;
    gap: 2px;
}

.platform-rating__stars .icon {
    width: 13px;
    height: 11px;
    fill: #EA1D22;
}

/**/

/* forms */

.form__group {
    position: relative;
}

.form__input {
    width: 100%;
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 100%;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    transition: 0.3s;
    padding: 16px 28px
}

.form__input.wpcf7-not-valid {
    background: #ffd3d4;
}

.form__input::placeholder {
    color: #52555A;
}

.form__group p {
    color: #003245;
    font-size: 14px;
    line-height: 15px;
    margin: 0px;
}

.form__group p a {
    color: inherit;
    font-size: 14px;
    text-decoration: underline;
}

.form__group p a:hover {
    text-decoration: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
}

body .wpcf7-not-valid-tip {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 12px;
}

.wpcf7-response-output {
    display: none;
}

.custom-select {
    width: 100%;
}

.custom-select__option.custom-select__option--value {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 15px 28px;
}

.custom-select--active .custom-select__option--value {
    border-radius: 10px 10px 0px 0px;
    border-color: #E7EDF1;
}

.custom-select__dropdown {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #E7EDF1;
    padding: 15px 0px;
}

.custom-select--active .custom-select__dropdown {
    border-radius: 0px 0px 10px 10px;
}

.custom-select__option {
    color: #52555A;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 28px;
}

/**/

/* articles-tabs */

.articles-tabs {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 0px 52px 0px;
}

.articles-tabs__tab {
    flex: 1;
    text-align: center;
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    padding: 18px;
}

.articles-tabs__tab.active,
.articles-tabs__tab:hover {
    color: #FFFFFF;
    background: #0A3D97;
}

.articles__tab-contents {
    position: relative;
}

.articles-tabs__tab-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale 0.7s ease-in-out;
}

.articles-tabs__tab-content.active {
    display: block;
    position: relative;
}

/**/

/* news-list */

.news-list__wrapper {
    background: #EFF5F9;
    padding: 60px 0px;
}

.news-list__item {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    height: auto;
    text-decoration: none;
}

.news-list__item:hover {
    text-decoration: none;
}

.news-list__image {
    border-radius: 32px;
    overflow: hidden;
    margin: 0px 0px 24px 0px;
}

.news-list__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.news-list__item:nth-child(3n + 1) .news-list__image picture img {
    border-radius: 200px 200px 32px 32px;
}

.news-list__item:nth-child(3n + 2) .news-list__image picture img {
    -webkit-mask-image: url('images/icons/mask-one.svg');
    mask-image: url('images/icons/mask-one.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    overflow: hidden;
}

.news-list__item:nth-child(3n) .news-list__image picture img {
    -webkit-mask-image: url('images/icons/mask-second.svg');
    mask-image: url('images/icons/mask-second.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    overflow: hidden;
}

.news-list__content {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.news-list__item-title {
    text-align: center;
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    transition: 0.3s;
    margin: 0px 0px 20px 0px;
}

.news-list__item-title:hover {
    color: #0A3D97;
}

.news-list__item-meta {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px 0px;
}

.articles__tab-contents .news-list__item-meta {
    display: none;
}

.news-list__item-meta > div {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #003245;
    font-size: 14px;
    line-height: 100%;
}

.news-list__item-meta > div .icon {
    width: 14px;
    height: 14px;
    fill: #003245;
}

.news-list__item-btn {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #0A3D97;
    font-weight: 500;
    line-height: 100%;
    border: 1px solid #0A3D97;
    border-radius: 16px;
    transition: 0.3s;
    padding: 12px 30px;
    margin: auto 0px 0px 0px;
}

.news-list__item-btn:hover {
    color: #ffffff;
    background: #0A3D97;
}

.news-list__item-btn .icon {
    width: 13px;
    height: 15px;
    fill: #0A3D97;
}

.news-list__item-btn:hover .icon {
    fill: #ffffff;
}

.news-list__nav {
    margin: 24px 0px 0px 0px;
}

.articles__tab-contents .news-list__nav .swiper-button-prev .icon, 
.articles__tab-contents .news-list__nav .swiper-button-next .icon {
    fill: #ffffff;
}

.articles__tab-contents .news-list__nav .swiper-button-prev:hover .icon, 
.articles__tab-contents .news-list__nav .swiper-button-next:hover .icon {
    fill: #EA1D22;
}

/**/

/* tags-list */

.tags__list {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.tags__list .tag {
    flex: 1;
    text-align: center;
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    border: none;
    border-radius: 8px;
    background: #EFF5F9;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    padding: 18px;
}

.tags__list .tag.active, .tags__list .tag:hover {
    color: #FFFFFF;
    background: #0A3D97;
    text-decoration: none;
}

/**/

/* block image */

.block-image__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin: 30px 0;
}
.block-image__wrapper-reverse {
    flex-direction: row-reverse;
}
.block-image__picture {
    max-width: 300px;
    width: 100%;
    height: 205px;
}
.block-image__picture a {
    width: 100%;
    height: 100%;
    display: block;
}
.block-image__picture a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.block-image__content {
    flex: 1;
    display: flex;
    gap: 1em;
    flex-direction: column;
}
.block-image__content p {
    margin: 0;
}

/**/

/* image-quote redo */

.image-quote__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.image-quote__img {
    margin: 0px 68px 0px 0px;
}

.image-quote__img picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.image-quote__text .quote-icon {
    width: 43px;
    height: 29px;
    fill: #0A3D97;
    margin: 0px 0px 35px 0px; 
}

.image-quote__title {
    color: #0B0B0B;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin: 0px 0px 70px 0px;
}

.page-template-template-page-home-en .image-quote__title {
    font-size: 30px;
}

.image-quote__title span {
    color: #0A3D97;
}

.image-quote__subtitle {
    display: flex;
    gap: 40px;
}

.image-quote__subtitle-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.image-quote__subtitle-name {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.image-quote__subtitle-position {
    color: #003245;
    font-size: 16px;
    line-height: 22px;
}

.image-quote__subtitle .signature-icon {
    width: 154px;
    height: 54px;
    fill: #0A3D97;
}

/**/

/* get-citizenship redo */

.get-citizenship__section {
    position: relative;
}

.get-citizenship__section:before {
    content: '';
    position: absolute;
    inset: 20px 0px 20px 0px;
    background: url('images/coat-arms.webp') no-repeat center;
    background-size: contain;
}

.get-citizenship__section > .container {
    position: relative;
}

.get-citizenship__title {
    margin: 0 0 32px;
}

.get-citizenship__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
}

.get-citizenship__subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 118%;
    margin: 0 0 50px;
}

.get-citizenship--with-us .get-citizenship__subtitle {
    color: #0A3D97;
}

.get-citizenship--without-us .get-citizenship__subtitle {
    color: #EA1D22;
}

.get-citizenship__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
}

.get-citizenship__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.get-citizenship__icon {
    position: relative;
    display: flex;
}

.get-citizenship__icon .icon {
    width: 62px;
    height: 62px;
}

.get-citizenship--without-us .get-citizenship__icon:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.get-citizenship--with-us .get-citizenship__icon .icon {
    fill: #0A3D97;
}

.get-citizenship--without-us .get-citizenship__icon .icon {
    fill: #EA1D22;
}

/**/

/* eligibility redo */

.eligibility__section {
    background: #EFF5F9;
}

.eligibility__header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 65px;
}

.eligibility__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin: 0px;
}

.eligibility__note {
    color: #003245;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.eligibility__flex {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.eligibility__list {
    display: flex;
    flex-direction: column;
    max-width: 372px;
}

.eligibility__image {
    flex: 1;
    display: flex;
    align-items: center;
}

.eligibility__image .icon {
    width: 100%;
    height: 100%;
}

.eligibility__item {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: center;
    height: 100%;
    padding: 28px 32px;
    border-radius: 8px;
    background: #FFF;
}

.eligibility__item:not(:last-of-type) {
    margin: 0 0 12px;
}

.eligibility__item::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -42px;
    margin: auto 0;
    width: 20px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VBMUQyMiIgZD0iTTEyIDYuMjY4YzEuMzMzLjc3IDEuMzMzIDIuNjk0IDAgMy40NjRsLTkgNS4xOTZjLTEuMzMzLjc3LTMtLjE5Mi0zLTEuNzMyVjIuODA0QzAgMS4yNjQgMS42NjcuMzAyIDMgMS4wNzJsOSA1LjE5NloiLz48L3N2Zz4=");
}

.eligibility__list--left .eligibility__item {
    border-right: 6px solid #0A3D97;
}

.eligibility__list--right .eligibility__item {
    border-left: 6px solid #0A3D97;
}

.eligibility__list--right .eligibility__item::after {
    left: -42px;
    transform: rotate(-180deg);
}

.eligibility__number {
    color: #0A3D97;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    padding: 12px 14px;
    border-radius: 50%;
    background-color: #EFF5F9;
}

.eligibility__text {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

/**/

/* benefits */

.benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.benefits__item {
    border-radius: 8px;
    background: #EFF5F9;
    padding: 28px 32px;
}

.benefits__item:nth-child(even) {
    background: #0A3D97;
    color: #fff;
}

.benefits__icon {
    margin: 0 0 10px;
}

.benefits__icon .icon {
    width: 44px;
    height: 44px;
    color: #ffffff;
    fill: #0A3D97;
}

.benefits__item:nth-child(even) .benefits__icon .icon {
    color: #0A3D97;
    fill: #ffffff;
}

.benefits__text {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.benefits__item:nth-child(even) .benefits__text {
    color: #fff;
}

/**/

/* help redo */

.help__section {
    background: #EFF5F9;
}

.help__title {
    margin: 0 0 40px;
}

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

.help__card {
    background: #DCE2F0;
    border-radius: 8px;
    padding: 24px 24px 24px 32px;
    position: relative;
}

.help__card:first-child {
    border-radius: 60px 8px 8px 8px;
}

.help__card:nth-child(3) {
    border-radius: 8px 60px 8px 8px;
}

.help__card:nth-child(4) {
    border-radius: 8px 8px 8px 60px;
}

.help__card:last-child {
    border-radius: 8px 8px 60px 8px;
}

.help__icon {
    margin: 0 0 62px;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.help__icon .icon {
    width: 80px;
    height: 75px;
}

/* .help__icon.hidden {
    opacity: 0;
    display: none;
} */

.help__card:first-child .help__icon,
.help__card:nth-child(5) .help__icon {
    width: 92px;
}

.help__card:nth-child(2) .help__icon {
    width: 76px;
}

.help__card:nth-child(3) .help__icon {
    width: 78px;
}

.help__card:nth-child(4) .help__icon {
    width: 97px;
}

.help__card:nth-child(6) .help__icon {
    width: 64px;
}

.help__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 0 53px 0px 0;
}

.help__text-title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.help__card.active .help__text-title{
    margin: 0px 0px 20px 0px;
}

.help__text-subtitle {
    display: none;
    color: #003245;
    font-size: 16px;
    line-height: 22px;
}

.help__plus-wrap {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 100%;
    background: #ffffff;
    transition: 0.3s;
}

.help__plus-wrap:hover,
.help__card.active .help__plus-wrap {
    background: #EA1D22;
}

.help__plus-wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #52555A;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.help__plus-wrap:hover::before,
.help__card.active .help__plus-wrap::before  {
    background: #ffffff;
}

.help__plus-wrap::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    background: #52555A;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.help__plus-wrap:hover::after {
    background: #ffffff;
}

.help__card.active .help__plus-wrap::after {
    opacity: 0;
}
/**/
.help__icon {
    opacity: 1;
    transition: opacity 0.2s ease;
}
.help__text-subtitle {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease, max-height 0.2s ease;
}

.help__card.active .help__icon {
    opacity: 0;
    display: none;
}
.help__card.active .help__text-subtitle {
    display: block;
    opacity: 1;
    max-height: 100px; 
}

/**/

/* form-consultation */

.form-consultation__wrapper {
    background: #E7EDF1;
}

.form-consultation {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.form-consultation__image {
    max-width: 473px;
    width: 100%;
}

.form-consultation__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.form-consultation__content {
    max-width: 586px;
    width: 100%;
}

.form-consultation__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px; 
    margin: 0px 0px 22px 0px;
}

.form-consultation__descr {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 40px 0px;
}

.form-consultation__form .wpcf7-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.form-consultation__form .wpcf7-form .form__group:has( .form__input ) {
    flex: auto;
    width: 100%;
}

.form-consultation__form .wpcf7-form .form__group {
    flex: 1;
}

/**/

/* open-form-consultation */

.open-form-consultation {
    position: relative;
    max-width: 670px;
    width: 100%;
    border-radius: 30px;
    background: #E7EDF1;  
    overflow: hidden;  
    padding: 42px;
}

.open-form-consultation__header {
    position: relative;
}

.open-form-consultation__title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 0px 14px 0px;
}

.open-form-consultation__description {
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0px 32px 0px;
}

.open-form-consultation__form {
    position: relative;
    z-index: 10;
}

.open-form-consultation__form .wpcf7-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.open-form-consultation__form .wpcf7-form .form__group:has( .form__input ) {
    flex: auto;
    width: 100%;
}

.open-form-consultation__form .wpcf7-form .form__group {
    flex: 1;
}

.open-form-consultation .icon.arms-icon {
    position: absolute;
    right: 0px;
    bottom: -195px;
    width: 355px;
    height: 355px;
    fill: #EFF5F9;
}

/**/

/* modal */

.modal {
    position: relative;
    display: none;
    background: transparent;
    overflow: hidden;
    padding: 20px;
    margin: 0px;
}

.modal-form__close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 5px 10px;
}

.modal-form__close .icon {
    width: 14px;
    height: 14px;
    fill: #ffffff;
}

/**/

/* info-tabs */

.info-tabs {
    display: flex;
    gap: 50px;
}

.info-tabs__sidebar {
    flex-shrink: 1;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    max-width: 620px;
    width: 100%;
}

.info-tabs__intro {
    margin: 0px 0px 32px 0px;
}

.info-tabs__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px; 
    margin: 0px 0px 32px 0px;
}

.info-tabs__description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
    margin: 0px 0px 16px 0px;
}

.info-tabs__description-wrapper.show-more {
    grid-template-rows: 1fr;
}

.info-tabs__description {
    display: flex;
    gap: 15px;
    flex-direction: column;
    min-height: 45px;
}

.info-tabs__description p {
    color: #003245;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.info-tabs__description-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #0A3D97;
    font-family: var(--primary-font);
    line-height: 22px;
    border: none;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
    padding: 0px;
}

.info-tabs__description-btn.active {
    color: #0B0B0B;
}

.info-tabs__description-btn .icon {
    width: 9px;
    height: 9px;
    stroke: #0A3D97;
    transition: 0.3s;
}

.info-tabs__description-btn.active .icon {
    stroke: #0B0B0B;
    transform: rotate(180deg);
}

.info-tabs__nav-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.info-tabs__nav-item {
    text-align: left;
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; 
    border-radius: 8px;
    border: none;
    background: #EFF5F9;
    transition: 0.3s;
    cursor: pointer;
    padding: 20px 32px;
}

.info-tabs__nav-item:hover,
.info-tabs__nav-item--active {
    color: #ffffff;
    background: #0A3D97;
}

.info-tabs__content {
    position: relative;
    flex: 1;
}

.info-tabs__panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    gap: 23px;
    flex-direction: column;
    animation: scale 0.7s ease-in-out;
}

.info-tabs__panel--active {
    display: flex;
    position: relative;
}

.info-tabs__panel img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    border-radius: 8px;
    object-fit: cover;
    margin: 0px;
}

.info-tabs__panel p {
    color: #003245;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

/**/

/* migration-agency redo */

.migration-agency__section {
    background: #EFF5F9;
}

.migration-agency__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px; 
    margin: 0px 0px 50px 0px;
}

.migration-agency__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.migration-agency__content {
    max-width: 590px;
}

.migration-agency__item {
    display: flex;
    gap: 25px;
}

.migration-agency__item:not(:last-of-type) {
    margin: 0 0 28px;
}

.migration-agency__number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A3D97;
    text-align: center;
    font-size: 28px;
    line-height: 47%;
    max-width: 58px;
    width: 100%;
    height: 58px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 50%;
    margin: -16px 0 0;
}

.migration-agency__subtitle {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 0px 12px 0px;
}

.migration-agency__description {
    color: #003245;
    font-size: 16px;
    line-height: 22px;
}

.migration-agency__video-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 0px 47px 0px;
}

.migration-agency__video-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}

.migration-agency__video-wrapper picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.migration-agency__play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    background: transparent;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.migration-agency__play-button .icon {
    width: 70px;
    height: 70px;
    fill: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}

.migration-agency__play-button:hover .icon {
    fill: rgba(255, 255, 255, 1);
}

.migration-agency__note {
    color: #0A3D97;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

/**/

/* media-list */

.media-logo__wrapper {
    margin: 0px 0px 50px;
}

.media-logo {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
}

.media-logo picture {
    display: block;
    width: 100%;
    height: 100%;
}

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



.media-list__wrapper {
    position: relative;
}

.media-list__wrapper::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #E7EDF1;
}

.media-list__wrapper::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #E7EDF1;
}

.media-list .swiper-wrapper {
    align-items: stretch;
}

.media-list__item.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    filter: grayscale(1);
    transition: 0.3s;
    padding: 4% 20px;
}

.media-list__item.swiper-slide:hover {
    filter: grayscale(0);
}

.media-list__item.swiper-slide::before {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 1px;
    transition: 0.3s;
}

.media-list__item.swiper-slide:hover::before {
    background: #EA1D22;
}

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

/**/

/* testimonials-list */

.testimonials-list__wrapper {
    background: #EFF5F9;
    padding-bottom: 120px;
}

.testimonials-list__wrapper > .container {
    position: relative;
}

.testimonials-list__wrapper .swiper-button-prev .icon, 
.testimonials-list__wrapper .swiper-button-next .icon {
    fill: #ffffff;
}

.testimonials-list__wrapper .swiper-button-prev:hover .icon, 
.testimonials-list__wrapper .swiper-button-next:hover .icon {
    fill: #EA1D22;
}

.testimonials-list__map {
    position: absolute;
    inset: -30px 0px -50px;
}

.testimonials-list__map .icon {
    width: 100%;
    height: 100%;
    fill: #E7EDF1;
}

.testimonials-list {
    position: relative;
}

.testimonials-list.grid {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.testimonials-list__item {
    border-radius: 8px;
    background: #ffffff;
    padding: 28px 32px 36px 32px;
}

.testimonials-list__header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0px 0px 28px 0px;
}

.testimonials-list__avatar {
    max-width: 110px;
    width: 100%;
    height: 110px;
    border-radius: 100%;
    border: 4px solid #E3E8F3;
    overflow: hidden;
}

.testimonials-list__avatar picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.testimonials-list__info {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.testimonials-list__name {
    max-width: 155px;
    width: 100%;
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

.testimonials-list__meta span {
    color: #0A3D97;
    font-size: 16px;
    line-height: 22px;
}

.testimonials-list__content-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
    margin: 0px 0px 24px 0px;
}

.testimonials-list__content-wrapper.show-more {
    grid-template-rows: 1fr;
}

.testimonials-list__content-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); /* если фон белый */
    pointer-events: none;
    transition: opacity 0.3s;
}

.testimonials-list__content-wrapper.show-more::after {
    opacity: 0;
}

.testimonials-list__content {
    color: #003245;
    font-size: 16px;
    line-height: 22px; 
    min-height: 198px;
}

.testimonials-list.grid .testimonials-list__content {
    min-height: 50px;
}

.testimonials-list__content-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #0A3D97;
    font-family: var(--primary-font);
    line-height: 22px;
    border: none;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
    padding: 0px;
}

.testimonials-list__content-btn.active {
    color: #0B0B0B;
}

.testimonials-list__content-btn .icon {
    width: 9px;
    height: 9px;
    stroke: #0A3D97;
    transition: 0.3s;
}

.testimonials-list__content-btn.active .icon {
    stroke: #0B0B0B;
    transform: rotate(180deg);
}

/**/

/* authors-list */

.authors-list__main-img {

}

.authors-list__main-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.authors-list__main-img picture img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 615px;
    border-radius: 90px 90px 32px 32px;
    object-fit: cover;
}

.authors-list__wrapper > .container {
    position: relative;
}

.authors-list__company-name {
    position: absolute;
    top: 50px;
    left: 50%;
    max-width: 775px;
    width: 100%;
    height: 225px;
    transform: translateX(-50%);
}

.authors-list__company-name .icon {
    width: 100%;
    height: 100%;
    fill: #EFF5F9;
}

.authors-list:not(.swiper) {
    display: grid;
    gap: 65px 100px;
    grid-template-columns: 1fr 1fr 1fr;
}

.authors-list__item {
    text-decoration: none;
}

.authors-list__item:hover {
    text-decoration: none;
}

.authors-list__item-photo {
    position: relative;
    border-bottom: 3px solid #0A3D97;
    margin: 0px 0px 35px 0px;
}

.authors-list__item-photo::before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 100%;
    background: url('images/layer-8.webp') no-repeat center;
    background-size: contain;
    background-position: bottom;
}

.authors-list__item-photo picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.authors-list__item-photo picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authors-list__item-info {
    text-align: center;
}

.authors-list__item-name {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    transition: 0.3s;
    margin: 0px 0px 14px 0px;
}

.authors-list__item-name:hover {
    color: #0A3D97;
}

.authors-list__item-position {
    color: #003245;
    font-size: 16px;
    line-height: 20px; 
}

/**/

/* blog-list */

.blog-list__wrapper {
    position: relative;
    background: #EFF5F9;
}

.blog-container {
    display: flex;
    gap: 50px;
}

.blog-container .blog-list {
    max-width: 585px;
    width: 100%;
}

.blog-container .blog-short-list {
    flex: 1;
}

.blog-short-list {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.blog-list__item,
.blog-short-list__item {
    text-decoration: none;
}

.blog-list__item:hover,
.blog-short-list__item:hover {
    text-decoration: none;
}

.blog-short-list__item {
    border-bottom: 2px solid #D9D9D9;
    padding: 0px 0px 20px 0px;
}

.blog-short-list__item:hover {
    text-decoration: none;
}

.blog-short-list__item:last-child {
    border-bottom: none;
    padding: 0px;
}

.blog-short-list__content {
    max-width: 585px;
    width: 100%;
}

.blog-list__image {
    border-radius: 8px;
    overflow: hidden;
    margin: 0px 0px 22px 0px;
}

.blog-list__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.blog-item__date,
.blog-short-list__date {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #003245;
    font-size: 14px;
    line-height: 100%;
    margin: 0px 0px 12px 0px;
}

.blog-item__date .icon,
.blog-short-list__date .icon {
    width: 11px;
    height: 11px;
    fill: #003245;
}

.blog-item__title,
.blog-short-list__title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    transition: 0.3s;
    margin: 0px 0px 20px 0px;
}

.blog-item__title:hover,
.blog-short-list__title:hover {
    color: #EA1D22;
}

.blog-item__excerpt p,
.blog-short-list__excerpt p {
    color: #003245;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.blog-list__more-button {
    margin: 0px 0px 0px auto;
}

/**/

/* faq-list */

.faq-list__wrapper {
    background: #EFF5F9;
}

.faq-container {
    display: flex;
    gap: 100px;
}

.faq-list__intro {
    flex: 1;
    /* max-width: 445px; */
    /* width: 100%; */
}

.faq-list__intro-text {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 40px 0px;
}

.faq-list__intro .icon {
    width: 100%;
    height: 450px;
    fill: #E7EDF1;
}

.faq-list {
    /* flex: 1; */
    display: flex;
    gap: 35px;
    flex-direction: column;
    max-width: 795px;
    width: 100%;
}

.faq-list.faq-section-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    gap: 10px;
    animation: scale 0.7s ease-in-out;
}

.faq-list.faq-section-list.show {
    display: flex;
    position: relative;
}

.faq-list__item {
    border-bottom: 2px solid #D9D9D9;
    padding: 0px 0px 35px 0px;
}

.faq-section-list .faq-list__item {
    border-bottom: none;
    padding: 0px;
}

.faq-list__item:first-child {
    padding-top: 0px;
}

.faq-list__item:last-child {
    border-bottom: none;
    padding: 0px;
}

.faq-item__question {
    position: relative;
    display: flex;
    gap: 27px;
    align-items: center;
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    transition: 0.3s;
    padding: 0px 70px 0px 0px;
}

.faq-section-list .faq-item__question {
    background: #E7EDF1;
    border-radius: 8px;
    padding: 30px 70px 30px 40px;
    margin: 0px;
}

.faq-section-list .faq-list__item:first-child .faq-item__question {
    border-radius: 50px 50px 8px 8px;
}

.faq-section-list .faq-list__item:last-child .faq-item__question {
    border-radius: 8px 8px 50px 50px;
}

.faq-section-list .faq-list__item:last-child .faq-item__question--active {
    border-radius: 8px;
}

.faq-item__question--active {
    margin: 0px 0px 25px 0px;
}

.faq-item__number {
    color: #0A3D97;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
}

.faq-section-list .faq-item__number {
    display: none;
}

.faq-item__question-btn {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 100%;
    background: #ffffff;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.faq-item__question-btn:hover,
.faq-item__question--active .faq-item__question-btn {
    background: #EA1D22;
}

.faq-item__question-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #52555A;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.faq-item__question--active .faq-item__question-btn::before,
.faq-item__question-btn:hover::before {
    background: #ffffff;
}

.faq-item__question-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    background: #52555A;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.faq-item__question-btn:hover::after {
    background: #ffffff;
}

.faq-item__question--active .faq-item__question-btn::after {
    opacity: 0;
}

.faq-item__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
}

.faq-item__answer--visible {
    grid-template-rows: 1fr;
}

.faq-item__answer-content {
    min-height: 0px;
}

.faq-section-list .faq-item__answer-content {
    padding: 0px 30px;
}

/**/

/* contacts-block */

.contacts-block {
}

.contacts-block__info {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0px 0px 32px 0px;
}

.contacts-block__item {
    border-radius: 8px;
    background: #EFF5F9;    
    padding: 28px 32px;
}

.contacts-block__label {
    color: #003245;
    font-size: 16px;
    line-height: 22px; 
    margin: 0px 0px 23px 0px;
}

.contacts-block__value,
.contacts-block__value a {
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; 
    text-decoration: none;
}

.contacts-block__item--phone .contacts-block__value {
    display: flex;
    gap: 13px;
    align-items: center;
}

.contacts-block__item--address .contacts-block__value {
    font-size: 16px;
}

.contacts-block__messengers {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contacts-block__messenger {
    display: flex;
}

.contacts-block__messenger .icon {
    width: 28px;
    height: 28px;
}

.contacts-block__action {
    display: flex;
    margin: 0px 0px 50px 0px;
}

.contacts-block__action .btn {
    margin: 0px auto;
}

.contacts-block__map {
    display: flex;
}

.contacts-block__map iframe {
    height: 545px;
    width: 100%;
}

/**/

/* article */

.article {
    margin: 0px 0px 65px 0px;
}

.article-content-sidebar {
    position: relative;
    display: flex;
    gap: 60px;
}

.article-content {
    flex: 1 1 auto;
    min-width: 0;
}

.article-content > *:first-child {
    margin-top: 0px;
}

.article-content p > img {
    width: 100%;
    height: auto;
}

.article-sidebar {
    position: sticky;
    top: 85px;
    bottom: 30px;
    height: 100%;
    flex: 0 0 335px;
    max-width: 335px;
    width: 100%;
    display: flex;
    gap: 45px;
    flex-direction: column;
}

/**/

/* adaptive-table */

.adaptive-table {
}

.table-wrapper {
    overflow-x: auto;
}

table {
    min-width: 800px;
    width: 100%;
}

/**/



/* text-contents */

.article-content .article-toc {
    display: none;
}   

.article-toc__title {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 30px;
    background: #0A3D97;
    transition: 0.4s;
    cursor: pointer;
    padding: 21px 35px;
}

.article-toc__title.active {
    border-radius: 30px 30px 0px 0px;
}

.article-toc__title .icon {
    width: 11px;
    height: 11px;
    fill: transparent;
    stroke: #ffffff;
    transition: 0.3s;
    margin: 0px 0px 0px auto;
}

.article-toc__title.active .icon {
    transform: rotate(180deg);
}

.article-toc__list-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
}

.article-toc__list-wrapper.show {
    grid-template-rows: 1fr;
}

.article-toc__list {
    display: flex;
    gap: 20px;
    flex-direction: column;
    min-height: 0px;
    list-style: none;
    border-radius: 0px 0px 13px 13px;
    background: #E7EDF1;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0px;
}

.article-toc__list-wrapper.show .article-toc__list {
    padding-top: 25px;
    padding-bottom: 25px;
}

.article-toc__item {
    margin: 0px;
}

.article-toc__link {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px; 
    text-decoration: none;
    transition: 0.3s;
}

.article-toc__link:hover,
.article-toc__link.active {
    color: #0A3D97;
    text-decoration: none;
}

/**/

/* consultation-widget */

.consultation-widget {
    border-radius: 40px 40px 13px 13px;
    background: #E7EDF1;
    padding: 35px;
}

.consultation-widget__title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px; 
    margin: 0px 0px 24px 0px;
}

.consultation-widget__description {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 35px 0px;
}

.consultation-widget__form .wpcf7-form {
    display: flex;
    gap: 17px;
    flex-direction: column;
}

.consultation-widget__form .wpcf7-form .form__control .btn {
    display: block;
    width: 100%;
    text-align: center;
}

/**/

/* tables */

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
    color: #000000;
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 150%;
    background-color: #fff;
    margin: 35px 0;
}

table th,
table td {
    border-radius: 2px;
    border: 1px solid #EFF5F9;
    vertical-align: top;
    text-align: left;
    padding: 20px;
}

table tr:first-child td {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%; 
    border-radius: 6px 6px 2px 2px;
    background-color: #0A3D97;
}

table tr:nth-child(even) td {
    border: none;
    background-color: #EFF5F9;
}

/**/

/* comments */

.comment-form__name {
    display: none;
}

.comment-form__textarea {
    width: 100%;
    min-height: 250px;
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #ECECEC;
    background: #ffffff;
    padding: 40px;
    margin: 0px 0px 20px 0px;
}

.comment-form__textarea::placeholder {
    color: #868484;
}

.comment-form__controls {
    display: flex;
    gap: 30px;
    align-items: center;
}

.comment-form__button {
    display: block;
    max-width: 220px;
    width: 100%;
    text-align: center;
}

.comment-form__controls p {
    color: #003245;
    font-size: 14px;
    font-weight: 350;
    line-height: 15px;
    margin: 0px;
}

.comment-form__controls p a {
    color: #003245;
    font-size: 14px;
    font-weight: 350;
    line-height: 15px;
}


.comment-list__header {
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 45px 0px 24px 0px;
}
.comment-list .comment-wrapper {
    border-radius: 13px;
    background: #E7EDF1;
    padding: 30px;
    margin: 0 0 20px;
}
.comment-list .comment-wrapper:last-child {
    margin: 0;
}
.comment-list .comment:has(+ .comment-form) {
    margin: 0 0 35px;
}   
.comment-list .comment .comment__top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px 0;
}
.comment-list .comment .comment__author-avatar {
    min-width: 50px;
    width: 50px;
    height: 50px;
    font-size: 0;
}
.comment-list .comment .comment__author-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.comment-list .comment .comment__author-name {
    display: block;
    color: #0A3D97;
    font-size: 18px;
    font-weight: 500;
}
.comment-list .comment .comment__date {
    display: block;
    color: #58595B;
    font-size: 0.72em;
}
.comment__text {
    margin: 0 0 10px 0;
}
.comment__text p {
    margin: 0;
}
.comment-reply-link {
    color: #EA1D22;
    font-size: 0.77em;
}
.comment-list .comment-form .comment-form__block {
    margin: 0;
}
#cancel-comment-reply-link {
    margin: 0 0 -18px 0;
    display: block;
    color: #EA1D22;
    font-size: 0.83em;
    text-decoration: none;
}
#cancel-comment-reply-link:hover {
    color: var(--font-color);
}

.mo_openid_login_wid,
.mo-openid-app-icons {
	display: none !important;
}
.auth-button {
	display: none;
}
.auth-modal {
	width: 100%;
	max-width: 340px;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
}
.auth-modal .modal-title {
	color: #000;
	margin: 0 0 30px;
	font-size: 25px;
}
.auth-modal__socials-item {
	position: relative;
	padding: 15px 20px;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #d8d8d8;
	box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 8%);
}
.auth-modal__socials-item:hover {
	border: 1px solid #2787f5;
	cursor: pointer;
}
.auth-modal__socials-item svg {
	position: absolute;
	width: 24px;
	height: auto;
	top: 50%;
	margin: -12px 0 0;
	left: 20px;
}

/**/

/* post-author */

.post-author {
    display: flex;
    gap: 65px;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background: #E7EDF1;
    padding: 30px 32px;
    margin: 0px 0px 50px 0px;
}

.post-author__header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}

.post-author__info {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
}

.post-author__info .icon {
    width: 33px;
    height: 33px;
    fill: #0A3D97;
}

.post-author__content {
    flex: 1;
    display: flex;
    gap: 35px;
    align-items: center;
    text-decoration: none;
}

.post-author__content:hover {
    text-decoration: none;
}

.post-author__name {
    display: block;
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    text-decoration: none;
    transition: 0.3s;
    margin: 0px 0px 7px 0px;
}

.post-author__content:hover .post-author__name {
    color: #0A3D97;
    text-decoration: none;
}

.post-author__role {
    display: block;
    color: #003245;
    font-size: 16px;
    line-height: 20px;
}

.post-author > .post-author__cta{
    display: none;
}

.post-author__avatar {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.post-author__avatar::before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 100%;
    background: url('images/layer-8.webp') no-repeat center;
    background-size: contain;
    background-position: bottom;
}

.post-author__avatar picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

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

/**/

/* specialist-info */

.specialist-info {
    display: flex;
    gap: 60px;
    align-items: center;
    text-decoration: none;
    margin: 60px 0px;
}

.specialist-info:hover {
    text-decoration: none;
}

.specialist-info__name {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    margin: 0px 0px 8px 0px;
}

.specialist-info__position {
    color: #003245;
    font-size: 16px;
    line-height: 20px;
}

.specialist-info__image {
    position: relative;
    border-bottom: 1px solid #0A3D97;
}  

.specialist-info__image::before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 100%;
    background: url('images/layer-8.webp') no-repeat center;
    background-size: contain;
    background-position: bottom;
}

.specialist-info__image picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}  

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

/**/

/* inline-consultation */

.inline-consultation {
    position: relative;
    border-radius: 30px;
    background: #E7EDF1;
    padding: 42px;
    margin: 50px 0px;
}

.inline-consultation__title {
    color: #0B0B0B;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
}

.inline-consultation__descr {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 35px 0px;
}

.inline-consultation__form {
    max-width: 375px;
    width: 100%;
}

.inline-consultation__form .wpcf7-form {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.inline-consultation__image {
    position: absolute;
    right: 60px;
    bottom: 60px;
    max-width: 320px;
}

.inline-consultation__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

/**/

/* instant-consultation */

.instant-consultation {
    position: relative;
    display: flex;
    gap: 75px;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 8px;
    background: #0A3D97;
    overflow: hidden;
    padding: 35px 40px;
    margin: 50px 0px;
}

.instant-consultation .arms-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 238px;
    height: 238px;
    fill: #ffffff;
    opacity: 0.1;
}

.instant-consultation__title {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px; 
    margin: 0px 0px 8px 0px;
}

.instant-consultation__description {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
}

.instant-consultation__phone {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 26px;
}

.instant-consultation__phone .icon {
    width: 33px;
    height: 33px;
    fill: #EA1D22;
}

/**/

/* highlighted-text */

.highlighted-text {
    background: #E7EDF1;
    border-radius: 24px;
    padding: 20px;
    margin: 30px 0;
}
.highlighted-text p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.highlighted-text-v2 {
    border: 1px solid var(--primary-color);
    border-radius: 24px;
    padding: 20px;
    margin: 30px 0;
}
.highlighted-text-v2 p {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/**/

/* service-unavailable */

.service-unavailable {
    position: relative;
    border-radius: 8px;
    background: #0A3D97;
    padding: 32px 42px;
}

.service-unavailable__label {
    display: flex;
    gap: 14px;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0px 0px 17px 0px;
}

.service-unavailable__label .icon {
    width: 42px;
    height: 42px;
}

.service-unavailable__icon {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 239px;
    height: 239px;
    fill: #ffffff;
    opacity: 0.1;
}

.service-unavailable__content p {
    color: #ffffff;
    margin: 0px;
}

/**/

/* services-list */

.services-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.services-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #EFF5F9;
    text-decoration: none;
    overflow: hidden;
}

.services-list__item:hover {
    text-decoration: none;
}

.services-list__row.row-normal .services-list__item:first-child,
.services-list__row.row-reverse .services-list__item:last-child,
.services-list__row.row-normal .services-list__item:only-child {
    flex-direction: row;
}

/* item-image */
.services-list__row.row-normal .services-list__item:first-child .services-list__item-image,
.services-list__row.row-reverse .services-list__item:last-child .services-list__item-image {
    max-width: 430px;
    width: 100%;
    /* height: 340px; */
}

.services-list__row.row-normal .services-list__item:last-child .services-list__item-image,
.services-list__row.row-reverse .services-list__item:first-child .services-list__item-image {
    height: 172px;
}

.services-list__row.row-normal .services-list__item:only-child .services-list__item-image {
    max-width: 430px;
    width: 100%;
    /* height: 340px; */
}

.services-list__row.row-reverse .services-list__item:only-child .services-list__item-image {
    height: 172px;
}

.services-list__item-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 5;
}

.services-list__item-image picture {
    display: block;
    width: 100%;
    height: 100%;
}

.services-list__item-image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* item-info */
.services-list__row.row-normal .services-list__item:first-child .services-list__item-info,
.services-list__row.row-reverse .services-list__item:last-child .services-list__item-info {
    flex: 1;
    padding: 30px 45px 30px 40px;
}

.services-list__row.row-normal .services-list__item:only-child .services-list__item-info {
    flex: 1;
    padding: 30px 45px 30px 40px;
}

.services-list__row.row-normal .services-list__item:last-child .services-list__item-info,
.services-list__row.row-reverse .services-list__item:first-child .services-list__item-info {
    padding: 30px 20px 70px 40px;
}

.services-list__row.row-reverse .services-list__item:only-child .services-list__item-info {
    padding: 30px 20px 70px 40px;
}

.services-list__item-title {
    position: relative;
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px; 
    transition: 0.3s;
    z-index: 5;
}

.services-list__item-title:hover {
    color: #0A3D97;
}

.services-list__item-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 16px;
    z-index: 10;
    padding: 16px 35px;
}

.services-list__item .icon.arms-icon {
    position: absolute;
    top: 45%;
    right: -30px;
    width: 390px;
    height: 390px;
    fill: #E7EDF1;
}

.services-list__row.row-normal .services-list__item:last-child .icon.arms-icon,
.services-list__row.row-reverse .services-list__item:first-child .icon.arms-icon {
    display: none;
}

.services-list__row.row-reverse .services-list__item:only-child .icon.arms-icon {
    display: none;
}

/* items-position */
.services-list__row {
    display: flex;
    gap: 25px;
    flex-wrap: nowrap;
}

.services-list__row.row-normal .services-list__item:first-child {
    flex: 1 1 885px;
    max-width: 885px;
}

.services-list__row.row-normal .services-list__item:last-child {
    flex: 0 0 430px;
}

.services-list__row.row-reverse .services-list__item:first-child {
    flex: 0 0 430px;
}

.services-list__row.row-reverse .services-list__item:last-child {
    flex: 1 1 885px;
    max-width: 885px;
}

.services-list__row.row-normal .services-list__item:only-child {
    flex: 1 1 885px;
    max-width: 885px;
}

.services-list__row.row-reverse .services-list__item:only-child {
    flex: 0 0 430px;
    max-width: 430px;
    flex-direction: column;
}

/**/

/* pricing */

.pricing > .container {
    display: flex;
    gap: 24px;
}

.pricing__content {
    flex: 1 1 auto;
    display: flex;
    gap: 80px;
    flex-direction: column;
    min-width: 0;
}

.pricing__section-title {
    margin-top: 0px;
}

.pricing__sidebar {
    position: sticky;
    top: 85px;
    bottom: 30px;
    height: 100%;
    flex: 0 0 490px;
    max-width: 490px;
    width: 100%;
}

.tariff-cards,
.extra-cards {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.tariff-card,
.extra-card {
    position: relative;
    border-radius: 32px;
    background: #EFF5F9;
    -webkit-mask-image: url('images/icons/mask-third.svg');
    mask-image: url('images/icons/mask-third.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    overflow: hidden;
    padding: 42px;
}

.tariff-card:nth-child(2) {
    background: #E7EDF1;
}

.tariff-card:nth-child(3) {
    background: #DCE2F0;
}

.tariff-card:nth-child(4) {
    background: #859FCB;
}

.extra-card {
    -webkit-mask-image: none;
    mask-image: none;
}

.tariff-card__header {
    max-width: 510px;
    width: 100%;
    margin: 0px 0px 24px 0px;
}

.tariff-card__title,
.extra-card__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin: 0px 0px 12px 0px;
}

.tariff-card:nth-child(4) .tariff-card__title {
    color: #ffffff;
}

.extra-card__title {
    max-width: 450px;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    margin: 0px 0px 27px 0px;
}

.tariff-card__description {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
}

.tariff-card:nth-child(4) .tariff-card__description {
    color: #ffffff;
}

.tariff-card__price,
.extra-card__price {
    position: absolute;
    right: 42px;
    top: 0px;
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 0px 0px 20px 20px;
    background: #E7EDF1;
    padding: 75px 19px 35px;
}

.extra-card__price {
    padding: 60px 19px 35px;
}

.extra-card__price--long {
    max-width: 130px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 35px 12px 35px;
}

.tariff-card:nth-child(2) .tariff-card__price {
    background: #DCE2F0;
}

.tariff-card:nth-child(3) .tariff-card__price {
    color: #ffffff;
    background: #859FCB;
}

.tariff-card:nth-child(4) .tariff-card__price {
    color: #ffffff;
    background: #0A3D97;
}

.tariff-card__button,
.extra-card__button {
    position: absolute;
    right: 42px;
    bottom: 42px;
    padding: 23px 33px;
}

.tariff-card__features,
.tariff-card__more-list,
.extra-card__features,
.extra-card__more-list {
    max-width: 510px;
    width: 100%;
    display: flex;
    gap: 23px;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tariff-card__more,
.extra-card__more {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s;
    overflow: hidden;
}

.tariff-card__more.show-more,
.extra-card__more.show-more {
    grid-template-rows: 1fr;
    margin: 24px 0px 0px 0px;
}

.tariff-card__more-list,
.extra-card__more-list {
    min-height: 0px;
}

.tariff-card__feature,
.extra-card__feature {
    display: flex;
    gap: 13px;
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.tariff-card:nth-child(4) .tariff-card__feature {
    color: #ffffff;
}

.tariff-card__feature .icon,
.extra-card__feature .icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    color: #ffffff;
    fill: #0A3D97;
}

.tariff-card:nth-child(4) .tariff-card__feature .icon {
    color: #0A3D97;
    fill: #ffffff;
}

.tariff-card__toggle,
.extra-card__toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #0A3D97;
    font-family: var(--primary-font);
    line-height: 22px;
    border: none;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
    padding: 0px;
    margin: 24px 0px 0px 0px;
}

.tariff-card:nth-child(4) .tariff-card__toggle {
    color: #ffffff;
}

.tariff-card__toggle .icon,
.extra-card__toggle .icon {
    width: 9px;
    height: 9px;
    stroke: #0A3D97;
    transition: 0.3s;
    transform: translate(0px, 1px);
}

.tariff-card:nth-child(4) .tariff-card__toggle .icon {
    stroke: #ffffff;
}
.tariff-card__toggle.active .icon {
    transform: translate(0px, 1px) rotate(180deg);
}

.archive-search {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: flex-end;
    border-radius: 32px;
    border: 1px solid #0A3D97;
    overflow: hidden;
    padding: 42px;
}

.archive-search__list {
    position: relative;
    flex: 1;
    display: flex;
    gap: 24px;
    flex-direction: column;
    list-style: none;
    z-index: 5;
    padding: 0px;
    margin: 0px;
}

.archive-search__item {
    position: relative;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0px;
}

.archive-search__separator {
    flex: 1;
    height: 1px;
    background: #E7EDF1;
    transform: translate(0px, -4px);
}

.archive-search__name {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
}

.archive-search__price {
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; 
}

.archive-search__button {
    position: relative;
    z-index: 5;
    padding: 23px 33px;
}

.archive-search .russia-map-gray-icon {
    position: absolute;
    width: 727px;
    height: 404px;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    fill: #EFF5F9;
}

/**/

/* pricing-form */

.pricing-form {
    position: relative;
    border-radius: 20px;
    background: #EFF5F9;
    padding: 42px;
}

.pricing-form__title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    margin: 0px 0px 14px 0px;
}

.pricing-form__descr {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 24px 0px;
}

.pricing-form__form .wpcf7-form {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.pricing-form__form .wpcf7-form .form__control .btn {
    width: 100%;
    justify-content: center;
}

/**/

/* citizenship-test */

.citizenship-test {
    position: relative;
    border-radius: 30px;
    background: #E7EDF1;
    padding: 42px;
    margin: 50px 0px;
}

.citizenship-test__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.citizenship-test__title {
    color: #0B0B0B;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0px 0px 24px 0px;
}

.citizenship-test__descr {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px; 
    margin: 0px 0px 34px 0px;
}

.citizenship-test__button {
    margin: 0px 0px 20px 0px;
}

.citizenship-test__contacts a {
    display: block;
    color: #003245;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    text-decoration: none;
    transition: 0.3s;
    margin: 0px 0px 8px 0px
}

.citizenship-test__contacts a:hover {
    color: #EA1D22;
    text-decoration: none;
}

.citizenship-test__contacts span {
    color: #003245;
    font-size: 12px;
    font-weight: 350;
    line-height: 15px;
}

.citizenship-test__image {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.citizenship-test__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

/**/

/* citizenship-check */

.citizenship-check__wrapper {
    background: #E7EDF1;
    padding: 65px 0px;
}

.citizenship-check__wrapper > .container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.citizenship-check__content {
    max-width: 670px;
    width: 100%;
    border-radius: 8px;
    background: url('images/icons/mask-fourth.svg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 42px;
}

.citizenship-check__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin: 0px 0px 40px 0px;
}

.citizenship-check__title span {
    color: #0A3D97;
}

.citizenship-check__subtitle {
    color: #003245;
    font-size: 16px;
    line-height: 22px; 
    margin: 0px 0px 95px 0px;
}

.citizenship-check__button {
    max-width: 245px;
    width: 100%;
}

.citizenship-check__image {
    max-width: 385px;
    width: 100%;
}

.citizenship-check__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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


/**/

/* repatriation-check */

.repatriation-check {
    position: relative;
    background: #E7EDF1;
    padding: 42px;
    margin: 50px 0px;
}

.repatriation-check__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.repatriation-check__title {
    color: #0B0B0B;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin: 0px 0px 22px 0px;
}

.repatriation-check__descr {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px; 
    margin: 0px 0px 32px 0px;
}

.repatriation-check__button {
    gap: 12px;
    padding: 17px 35px;
    margin: 0px 0px 130px 0px;
}

.repatriation-check__button .icon {
    width: 28px;
    height: 28px;
}

.repatriation-check__contacts a {
    display: block;
    color: #003245;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    text-decoration: none;
    transition: 0.3s;
    margin: 0px 0px 8px 0px
}

.repatriation-check__contacts a:hover {
    color: #EA1D22;
    text-decoration: none;
}

.repatriation-check__contacts span {
    color: #003245;
    font-size: 12px;
    font-weight: 350;
    line-height: 15px;
}

.repatriation-check__image {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.repatriation-check__image picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

/**/

/* support-request */

.support-request {
    position: relative;
    border-radius: 30px;
    background: #EFF5F9;
    padding: 42px;
    margin: 50px 0px;
}

.support-request__title {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    margin: 0px 0px 14px 0px;
}

.support-request__subtitle {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px; 
    margin: 0px 0px 32px 0px;
}

.support-request__form {
    position: relative;
    z-index: 5;
}

.support-request__form .wpcf7-form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.support-request__form .wpcf7-form .form__group {
    flex: 1;
}

.support-request__form .wpcf7-form .form__group:has( .form__input ) {
    flex: auto;
    width: 100%;
}

.support-request__form .wpcf7-form .form__group:has( .wpcf7-select ) {
    flex: 0 1 calc(50% - 8px);
}

.support-request .icon.arms-icon{
    position: absolute;
    right: 0px;
    top: 65%;
    width: 355px;
    height: 355px;
    fill: #ffffff;
    clip-path: inset(0px 0px 200px);
}

/**/

/* telegram-subscribe */

.telegram-subscribe {
    position: relative;
    border-radius: 30px;
    background: #EFF5F9;
    overflow: hidden;
    padding: 42px;
    margin: 50px 0px;
}

.telegram-subscribe__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    z-index: 5;
}

.telegram-subscribe__title {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px; 
    margin: 0px 0px 24px 0px;
}

.telegram-subscribe__title .icon {
    min-width: 44px;
    width: 44px;
    height: 44px;
}

.telegram-subscribe__title:has( + .telegram-subscribe__text ) {
    margin: 0px 0px 12px 0px;
}

.telegram-subscribe__text {
    color: #0B0B0B;
    font-size: 16px;
    line-height: 22px; 
    margin: 0px 0px 24px 0px;
}

.telegram-subscribe .icon.arms-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 450px;
    height: 450px;
    fill: #ffffff;
}

/**/

/* media-about */

.media-logo__wrapper {
    margin: 0px 0px 50px;
}

.media-logo {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
}

.media-logo picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

.media-about {
    display: grid;
    grid-gap: 50px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0px 0px 80px 0px;
}

.media-about__item {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 30px 35px;
}

.media-about__link {
    position: absolute;
    inset: 0px;
}

.media-about__title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    transition: 0.3s;
    margin: 0px 0px 80px 0px;
}

.media-about__item:hover .media-about__title {
    color: var(--primary-color);
}

.media-about__date {
    color: #727272;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin: auto 0px 12px 0px;
}

.media-about__logo {
    background: #ffffff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 17px 40px;
    margin: 0px 0px -55px 0px;
}

.media-about__logo picture {
    display: block;
    width: 100%;
    height: 100%;
}

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

/**/

/* author-page-heading__image */

.author-page-heading__position {
    font-size: 18px;
    font-weight: 500;
    color: #103d97;
}

.author-page-heading__image {
    position: relative;
    max-width: 300px;
    margin: 0px 0px 20px 0px;
}

.author-page-heading__image::before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 100%;
    background: url('images/layer-8.webp') no-repeat center;
    background-size: contain;
    background-position: bottom;
}

.author-page-heading__image picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.author-page-heading__image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-page-heading__name {
    margin: 0px 0px 20px 0px;
}

/**/

/* 404 */

.error404 main {
    background: url('images/back-404.webp') no-repeat;
    background-position: center;
    background-size: cover;
}

.error404 main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: #FAF9FC;
    filter: blur(77px);
}

.error-page__wrapper {
    position: relative;
    z-index: 10;
}

.error-page__btns-list {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

/**/

/* footer */

.footer {
    background: #EFF5F9;
}

.footer__main {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    padding: 60px 0px;
}

.footer__column {
    flex: 1;
}

.footer__logo {
    display: flex;
    margin: 0px 0px 30px 0px;
}

.footer__logo .icon {
    width: 168px;
    height: 66px;
}

.footer__search {
    max-width: 280px;
    width: 100%;
}

.footer__search .searchform {
    position: relative;
}

.footer__search .searchform input {
    width: 100%;
    color: #0B0B0B;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border-radius: 10px;
    border: none;
    background: #FFF;
    padding: 17px 28px;
}

.footer__search .searchform input::placeholder {
    color: #52555A;
}

.footer__search .searchform .searchform__submit {
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
    border: none;
    background: transparent;
    transform: translate(0, -50%);
    transition: 0.3s;
    cursor: pointer;
    padding: 0px;
}

.footer__search .searchform .searchform__submit .icon {
    width: 24px;
    height: 24px;
    fill: transparent;
    stroke: #979797;
}

.footer__search .searchform .searchform__submit:hover .icon {
    stroke: #0B0B0B;
}

.footer__menu-title {
    color: #0B0B0B;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 13px 0px;
}

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

.footer__menu:has( + .footer__menu-title ) {
    margin: 0px 0px 35px 0px;
}

.footer__menu .menu-item {
    margin: 0px;
}

.footer__menu .menu-item a {
    color: #003245;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.footer__menu .menu-item a:hover {
    color: #0A3D97;
}

.footer__contacts {
    margin: 0px 0px 28px 0px;
}

.footer__contact {
    color: #0B0B0B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer__contact.footer__phone a {
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}

.footer__contact.footer__phone a:hover {
    color: #0A3D97;
}

.footer__contact.footer__schedule {
    font-weight: 500;
}

.footer__contact b {
    display: block;
    color: #003245;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px 0px 8px 0px;
}

.footer__social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer__social-icon {
    display: flex;
    transition: 0.3s;
}

.footer__social-icon:hover {
    opacity: 0.7;
}

.footer__social-icon .icon {
    width: 36px;
    height: 36px;
}

.footer__copy {
    background: #0A3D97;
    padding: 15px 0px;
}

.footer__copy > .container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright {
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
}

.footer__links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer__link {
    color: #FFF;
    font-size: 12px;
    line-height: 24px; 
    transition: 0.3s;
}

.footer__link:hover {
    text-decoration: none;
}

/**/

/* responsive */ 

@media (max-width: 1366px) {

    .container {
        padding: 0px 15px;
    }

}

@media (max-width: 1280px) {

    .m-60 {
        margin: 40px 0px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .m-80 {
        margin: 60px 0px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .p-80 {
        padding: 60px 0px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .page-heading__image {
        height: 280px;
        border-radius: 80px 80px 32px 32px;
    }

    .lead-form__form .wpcf7-form .form__group:has( > p ) {
        flex: auto;
        width: 100%;
    }

    .post-author {
        gap: 30px;
    }

    .post-author__info {
        font-size: 20px;
        line-height: 24px;
    }

    .inline-consultation__image {
        max-width: 290px;
    }

}

@media (max-width: 1200px) {

    .header-block__title {
        font-size: 34px;
    }

    .eligibility__title {
        font-size: 34px;
    }

    .inline-consultation__image {
        max-width: 230px;
    }

    .instant-consultation {
        gap: 20px;
    }

    .post-author {
        border-radius: 8px;
        padding: 25px;
    }

    .media-about {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1080px) {

    h1 {
        font-size: 42px;
    }

    .header__address {
        margin: 0px 0px 0px 30px;
    }

    .page-heading--alt .page-heading__image {
        opacity: 0.3;
    }

    .lead-form {
        gap: 30px;
    }

    .lead-form__content {
        max-width: 280px;
    }

    .image-quote__title {
        font-size: 28px;
        line-height: 36px;
    }

    .eligibility__item {
        padding: 24px 28px;
    }

    .eligibility__item::after {
        width: 16px;
        height: 19px;
    }

    .benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .info-tabs__sidebar {
        justify-content: flex-start;
        max-width: 500px;
    }

    .migration-agency__grid {
        gap: 60px;
        grid-template-columns: 1fr;
    }

    .blog-container {
        gap: 40px;
        flex-direction: column;
    }

    .blog-short-list__content {
        max-width: none;
    }

    .faq-list {
        max-width: 670px;
    }

    .contacts-block__info {
        grid-template-columns: 1fr 1fr;
    }

    .article-sidebar,
    .pricing__sidebar {
        display: none;
    }

    .article-content .article-toc {
        display: block;
        margin: 0px 0px 30px 0px;
    }

    .citizenship-test {
        margin: 0 -15px;
    }

    .repatriation-check {
        margin: 0 -15px;
    }

    .citizenship-check__image {
        max-width: 310px;
    }

}

@media (max-width: 1024px) {
    
    .header__address {
        display: none;
    }

    .header__socials {
        margin: 0px 0px 0px auto;
    }

    .lead-form {
        flex-direction: column;
    }

    .lead-form__content {
        max-width: none;
    }

    .lead-form .icon.arms-icon {
        right: 0;
        left: auto;
    }

    .faq-container {
        gap: 50px;
        flex-direction: column;
    }

    .faq-list__intro .icon {
        display: none;
    }

    .faq-list {
        max-width: none;
    }

    .citizenship-check__title {
        font-size: 32px;
        line-height: 36px;
    }

    .citizenship-check__image {
        max-width: 230px;
    }
}

@media (max-width: 980px) {

    .lead-section > .container {
        flex-direction: column;
    }

    .platform-rating-list {
        flex-direction: row;
    }

    .image-quote__title {
        font-size: 26px;
        line-height: 30px;
    }
    
    .get-citizenship__items {
        grid-template-columns: 1fr;
    }

    .form-consultation__image {
        max-width: 350px;
        width: 100%;
    }

    .eligibility__header-grid {
        grid-gap: 15px;
        grid-template-columns: 1fr;
    }

    .eligibility__list {
        max-width: none;
    }

    .eligibility__flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .eligibility__list--left .eligibility__item {
        border-right: none;
    }

    .eligibility__list--right .eligibility__item {
        border-left: none;
    }

    .eligibility__list--right .eligibility__item:last-child {
        border-bottom: 6px solid #0A3D97;
    }

    .eligibility__item::after {
        display: none;
    }

    .eligibility__list--right .eligibility__item:last-child::after {
        display: block;
        left: 50%;
        top: auto;
        bottom: -40px;
        transform: translateX(-50%) rotate(-150deg);
    }

    .eligibility__image {
        order: 9;
        width: 100%;
        flex: auto;
        margin: 50px 0px 0px 0px;
    }

    .faq-section-list .faq-item__question {
        padding: 25px 70px 25px 25px;
    }

    .faq-section-list .faq-item__question .faq-item__question-btn {
        right: 25px;
    }

    .faq-section-list .faq-list__item:first-child .faq-item__question {
        border-radius: 30px 30px 8px 8px;
    }

    .faq-section-list .faq-list__item:last-child .faq-item__question {
        border-radius: 8px 8px 30px 30px;
    }

    .faq-section-list .faq-list__item:last-child .faq-item__question--active {
        border-radius: 8px;
    }

    .services-list__row {
        display: grid;
        grid-gap: 25px;
        grid-template-columns: 1fr 1fr;
    }

    .services-list__row.row-normal .services-list__item:first-child, 
    .services-list__row.row-reverse .services-list__item:last-child, 
    .services-list__row.row-normal .services-list__item:only-child {
        max-width: none;
        flex-direction: column;
    }

    .services-list__row.row-normal .services-list__item:first-child .services-list__item-image, 
    .services-list__row.row-reverse .services-list__item:last-child .services-list__item-image {
        max-width: none;
        width: 100%;
        height: 340px;
    }

    .services-list__row.row-normal .services-list__item:last-child .services-list__item-image, 
    .services-list__row.row-reverse .services-list__item:first-child .services-list__item-image {
        height: 340px;
    }

    .services-list__item-title {
        margin: 0px 0px 20px 0px;
    }

    .block-image__wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .citizenship-check__wrapper {
        padding: 45px 0px;
    }

    .citizenship-check__content {
        background-size: 100% 100%;
        padding: 15px 40px 65px;
    }

    .citizenship-check__image {
        display: none;
    }

}   

@media (max-width: 880px) {

    .header-block__title {
        font-size: 32px;
        line-height: 38px;
    }
    
    .hero__title h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .hero__sub-title {
        font-size: 20px;
    }

    .image-quote__section {
        grid-gap: 40px;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }

    .image-quote__img {
        max-width: 500px;
        text-align: center;
        margin: 0;
    }

    .image-quote__text {
        max-width: 500px;
    }

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

    .help__card:first-child,
    .help__card:nth-child(3),
    .help__card:nth-child(4),
    .help__card:last-child {
        border-radius: 8px;
    }

    .form-consultation {
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }

    .info-tabs {
        gap: 30px;
        flex-direction: column;
    }

    .info-tabs__sidebar {
        max-width: none;
    }

    .authors-list:not(.swiper) {
        gap: 50px;
    }

    .footer__main > .footer__column:last-child {
        flex: auto;
    }

    .footer__copy > .container {
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .media-about {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 768px) {
    
    .hero > .container {
        gap: 50px;
        align-items: flex-start;
        flex-direction: column;
    }

    .hero_image {
        max-width: 450px;
    }

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

    .faq-item__question {
        font-size: 20px;
        padding: 0px 90px 0px 0px;
    }

    .citizenship-test__button {
        margin: 0px 0px 110px 0px;
    }

    .repatriation-check__button {
        margin: 0px 0px 90px 0px;
    }

}

@media (max-width: 680px) {

    .container.has-carousel {
        position: relative;
        padding: 0px 15px 70px;
    }

    .swiper-button-prev .icon, 
    .swiper-button-next .icon {
        width: 50px;
        height: 50px;
    }

    .swiper-navigation__top {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .header__phone {
        display: none;
    }

    .header__cta {
        display: none;
    }

    .header__menu-toggle {
        display: flex;
        margin: 0px 0px 0px 20px;
    }

    .header__menu > .container {
        align-items: normal;
        flex-direction: column;
    }

    .header__menu {
        position: absolute;
        top: 100%;
        right: 0px;
        left: 0px;
        transform: translate(0px, 10px);
        visibility: hidden;
        z-index: -1;
        opacity: 0;
    }

    .header__menu.menu-show {
        transform: translate(0px, 0px);
        visibility: visible;
        z-index: 10;
        opacity: 1;
    }

    .header__menu .menu {
        gap: 0px;
        flex-direction: column;
    }

    .header__menu .menu li {
        border-bottom: 2px solid #D9D9D9;
        padding: 20px 0px;
    }

    .header__menu .menu li:last-child {
        border: none;
    }

    .header__menu .menu > li > a {
        display: block;
        font-weight: 500;
    }

    .header__menu .menu > li.menu-item-has-children.active > a {
        margin: 0px 0px 12px 0px;
    }

    .header__menu .menu li.menu-item-has-children .icon {
        padding: 15px;
    }

    /* dropdown menu */
    .header__menu .menu  li  .sub-menu__wrapper,
    .header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper {
        position: relative;
        top: auto;
        min-width: auto;
        max-width: none;
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transform: translate(0) !important;
        /* border-radius: 30px; */
        opacity: 1;
        visibility: visible;
    }
    .header__menu .menu  li  .sub-menu__wrapper {
        /* background: #f3f3f3; */
    }
    .header__menu .menu  li  .sub-menu__wrapper.open {
        grid-template-rows: 1fr;
        margin: 0;
    }
    .header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper.open {
        grid-template-rows: 1fr;
        margin: 0;
    }
    .header__menu .menu  li  .sub-menu__wrapper .sub-menu {
        gap: 0;
        min-height: 0;
        border-radius: 0px;
        background: transparent;
        box-shadow: none;
        overflow: hidden;
        padding: 0 0;
    }
    .header__menu .menu > li:hover > .sub-menu__wrapper > .sub-menu:before {
        display: none;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu li {
        border: none;
        padding: 0;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu li a {
        display: block;
        font-size: 13px;
        color: #003245;
        padding: 15px 0px;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu li a .icon {
        right: 0;
        /* top: 0; */
        padding: 15px;
        transform: translateY(-50%) rotate(0deg);
    }

    .header__menu .menu > li:hover > a .icon {
        transform: translateY(-50%) rotate(0);
    } 
    .header__menu .menu > li.active > a  {
        color: var(--secondary-color);
    }
    .header__menu .menu > li.active > a > .icon {
        stroke: var(--secondary-color);
        transform: translateY(-50%) rotate(180deg);
    } 
    .header__menu .menu .sub-menu__wrapper .sub-menu li.active a .icon {
        transform: translateY(-50%) rotate(180deg);
    }
    .header__menu .menu .sub-menu__wrapper ul li .sub-menu__wrapper > .sub-menu {
        gap: 5px;
        padding: 0px;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu .sub-menu li {
        border: none;
        padding: 0;
    }
    .header__menu .menu .sub-menu__wrapper .sub-menu .sub-menu li a {
        font-size: 0.7em;
        padding: 15px 25px;
    }
    /**/

    .page-heading__image {
        height: 260px;
        border-radius: 32px 32px 8px 8px;
    }

    .header__info {
        display: block;
        background: #0A3D97;
        padding: 25px 20px 20px;
        margin: 0px -15px;
    }

    .header__info-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px 0px 20px 0px;
    }

    .header__lang {
        display: none;
    }

    .header__info .header__lang {
        display: flex;
    }

    .header__lang-btn {
        border: 1px solid #ffffff;
    }

    .header__info .header__phone {
        display: block;
        margin: 0px;
    }

    .header__info .header__cta {
        display: block;
        text-align: center;
        margin: 0px 0px 20px 0px;
    }

    .header__info .header__address {
        display: block;
        margin: 0px;
    }

    .media-list__warpper {
        position: relative;
        padding-bottom: 80px;
        margin: 0px 0px 60px 0px;
    }

    .contacts-block__info {
        grid-template-columns: 1fr;
    }

    .post-author {
        align-items: flex-start;
        flex-direction: column;
    }

    .post-author__header .btn {
        display: none;
    }

    .post-author > .post-author__cta {
        display: block;
    }

    .inline-consultation {
        border-radius: 0px;
        padding: 40px 20px 40px 20px;
        margin: 50px -15px;
    }

    .inline-consultation__title {
        font-size: 26px;
        line-height: 32px;
    }

    .inline-consultation__title br {
        display: none;
    }

    .inline-consultation__image {
        display: none;
    }

    .instant-consultation {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 32px;
    }

    .instant-consultation__title {
        font-size: 26px;
    }

    .instant-consultation__phone {
        font-size: 24px;
    }

    .instant-consultation__phone .icon {
        width: 30px;
        height: 30px;
    }

    .authors-list:not(.swiper) {
        grid-template-columns: 1fr 1fr;
    }

    .services-list__row {
        grid-template-columns: 1fr;
    }

    .services-list__row.row-normal .services-list__item:first-child .services-list__item-image, 
    .services-list__row.row-reverse .services-list__item:last-child .services-list__item-image {
        height: 280px;
    }

    .services-list__row.row-normal .services-list__item:last-child .services-list__item-image, 
    .services-list__row.row-reverse .services-list__item:first-child .services-list__item-image {
        height: 280px;
    }

    .services-list__item-title {
        margin: 0px 0px 30px 0px;
    }

    .tariff-card__price, 
    .extra-card__price {
        font-size: 20px;
        padding: 30px 20px 30px;
    }

    .extra-card__price--long {
        font-size: 16px;
    }

    .extra-card__title {
        max-width: 430px;
    }

    .tariff-card__features, 
    .tariff-card__more-list, 
    .extra-card__features, 
    .extra-card__more-list {
        max-width: calc(100% - 95px);
    }

    .tariff-card__button, 
    .extra-card__button {
        right: 25px;
        bottom: 25px;
    }

    .archive-search {
        align-items: normal;
        flex-direction: column;
    }

    .block-image__picture {
        max-width: none;
        height: 300px;
    }

    .faq-list {
        gap: 20px;
    }

    .faq-list__item {
        padding: 0px 0px 20px 0px;
    }

    .citizenship-test {
        padding: 40px 20px;
    }

    .citizenship-test__image {
        max-width: 250px;
    }

    .repatriation-check {
        padding: 40px 20px;
    }

    .repatriation-check__image {
        max-width: 230px;
    }

    .support-request__form .wpcf7-form .form__group:has( .wpcf7-select ) {
        flex: 0 1 100%;
    }

    .footer__main {
        gap: 20px;
    }

    .footer__column {
        flex: auto;
        width: 100%;
    }

}

@media (max-width: 600px) {

    h1 {
        font-size: 38px;
        line-height: 42px;
        margin: 0px 0px 30px 0px;
    }

    .header-block__title {
        font-size: 28px;
        line-height: 34px;
    }

    .header-block__title br {
        display: none;
    }

    .get-citizenship__grid {
        grid-gap: 50px;
        grid-template-columns: 1fr;
    }

    .get-citizenship__items {
        grid-gap: 20px;
    }

    .benefits__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .benefits__item {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .benefits__icon {
        margin: 0px;
    }

    .help__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .comment-form__controls {
        gap: 20px;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .authors-list__main-img picture img {
        border-radius: 35px 35px 8px 8px;
    }

    .support-request {
        border-radius: 8px;
        padding: 25px;
    }

    .support-request__form .wpcf7-form .form__group {
        flex: auto;
    }

    .telegram-subscribe {
        border-radius: 8px;
        padding: 25px;
    }

    .telegram-subscribe__title {
        font-size: 20px;
        line-height: 24px;
    }

    .footer__links {
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {

    .page-heading--alt .page-heading__wrapper {
        gap: 30px;
        align-items: center;
        flex-direction: column;
        padding: 0px 0px 40px 0px;
    }

    .page-heading--alt .page-heading__image {
        position: relative;
        right: auto;
        top: auto;
        height: 300px;
        transform: none;
        opacity: 1;
    }

    .hero__title h1 {
        font-size: 32px;
        line-height: 34px;
    }
    
    .hero_image {
        margin: 0px auto;
    }

    .lead-form {
        padding: 25px;
    }

    .lead-form__form .wpcf7-form .form__control {
        width: 100%;
    }

    .lead-form__form .wpcf7-form .form__control .btn {
        width: 100%;
    }

    .form-consultation__image {
        margin: 0px auto;
    }

    .form-consultation__title,
    .info-tabs__title,
    .migration-agency__title {
        font-size: 28px;
        line-height: 34px;
    }

    .form-consultation__form .wpcf7-form .form__group {
        flex: auto;
        width: 100%;
    }

    .form-consultation__form .wpcf7-form .form__control {
        width: 100%;
    }

    .form-consultation__form .wpcf7-form .form__control .btn {
        width: 100%;
    }

    .migration-agency__number {
        font-size: 24px;
        max-width: 50px;
        height: 50px;
    }

    .info-tabs__nav-item {
        text-align: center;
    }

    .blog-list__wrapper {
        position: relative;
        padding-bottom: 120px;
    }

    .blog-list__more-button {
        position: absolute;
        bottom: 40px;
        right: 20px;
    }

    .faq-item__question {
        font-size: 18px;
    }

    .faq-item__number {
        font-size: 20px;
    }

    .faq-item__question-btn {
        right: 0px;
        width: 35px;
        min-width: 35px;
        height: 35px;
    }

    .faq-item__question-btn::after {
        height: 14px;
        width: 1px;
    }

    .faq-item__question-btn::before {
        width: 14px;
        height: 1px;
    }

    .post-author > .post-author__cta {
        text-align: center;
        width: 100%;
    }

    .comment-form__button {
        max-width: none;
    }

    .tariff-card__title {
        font-size: 26px;
    }

    .extra-card__title {
        max-width: 60%;
    }

    .citizenship-test__title,
    .repatriation-check__title {
        font-size: 26px;
        line-height: 30px;
    }

    .citizenship-test__descr,
    .repatriation-check__descr {
        margin: 0px 0px 24px 0px;
    }

    .citizenship-test__button,
    .repatriation-check__button {
        margin: 0px 0px 24px 0px;
    }

    .citizenship-test__contacts,
    .repatriation-check__contacts {
        margin: 0px 0px 20px 0px;
    }

    .citizenship-test__image,
    .repatriation-check__image {
        position: relative;
        right: auto;
        margin: 0 auto -40px;
    }

    .citizenship-check__title {
        font-size: 26px;
        line-height: 28px;
    }

    .citizenship-check__title br {
        display: none;
    }

    .citizenship-check__subtitle br {
        display: none;
    }

    .citizenship-check__button {
        max-width: none;
        padding: 20px 28px;
    }

    .media-about {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {

    .authors-list:not(.swiper) {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 414px) {

    .citizenship-test__button, 
    .repatriation-check__button {
        width: 100%;
    }

    .support-request__form .wpcf7-form .form__control,
    .support-request__form .wpcf7-form .form__control .btn {
        width: 100%;
    }

}