.header .header__inner:nth-child(1) {
    border-bottom: 1px solid #EEEEEE;;
}

.header .header__inner:nth-child(1) .container {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 315px;
}

.header__logo img {
    width: 100%;
}

.header .header__inner:nth-child(1) .container > div {
    display: flex;
}

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

.header__phone a {
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
    padding: 0 0 0 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.header__phone a:after {
    content: "";
    position: absolute;
    left: 0;
    /*width: 24px;
    height: 24px;
    background: url('../image/max-messenger-sign-logo.svg') no-repeat;*/
    width: 18px;
    height: 18px;
    background: url('/wp-content/uploads/2024/11/phone_icon.svg') no-repeat;
    background-size: contain;
}

.header__phone span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.header .header__inner:nth-child(2) {
    border-bottom: 1px solid #FAFAFA;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
}

.header .header__inner:nth-child(2) .container {
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 230px;
}

.header__location span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.header__menu ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__menu li.has-children {
    position: relative;
}

.header__menu li.has-children > a {
    padding: 0 18px 0 0;
    background-image: url('../image/arrow-black.svg');
    background-repeat: no-repeat;
    background-position: right 8px;
}

.header__menu a {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.header__submenu {
    display: none !important;
    position: absolute;
    width: 300px;
    z-index: 12;
    background: white;
    padding: 12px;
    border: 1px solid #EEEEEE;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 8px 16px rgb(16 24 32 / 6%);
}

.header__submenu a {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 8px 20px;
    display: flex;
}

.header__submenu a:hover {
    background: #FFF7F7;
}

.header__submenu a:active {
    background: #FFD1D7;
    color: #C20029;
}

.header__menu li.has-children:hover > .header__submenu {
    display: block !important;
}

.header__signin {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.header__signin b {
    font-weight: 500;
}

.banner {
    margin: 32px 0;
}

.banner__map {
    height: 470px;
}

.banner_contacts {
    margin: 32px 0 100px 0;
}

.banner .container {
    display: grid;
    grid-template-columns: 384px 1fr;
    gap: 16px;
}

.banner__block {
    padding: 40px 40px 64px;
    background: #FAFAFA;
    padding: 40px;
}

.banner__tilte {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 16px 0;
}

.banner__tilte.banner__tilte_small {
    font-size: 30px;
    line-height: 40px;
}

.banner__tilte b {
    color: var(--primary-color);
}

.banner__subtitle {
    font-size: 20px;
    line-height: 27px;
}

.banner__subtitle span {
    font-weight: 300;
}

.banner__subtitle b {
    font-weight: 400;
}

.banner__item__bg-tablet {
    display: none !important
}

.banner__item__bg-mobile {
    display: none !important
}

.banner__btn {
    height: 50px;
    margin: 100px 0 0 0;
}

.banner__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.banner__main {
    overflow: hidden;
    position: relative;
}

.banner__item {
    padding: 60px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    overflow: hidden;
    min-height: 470px;
}

.banner__slider__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 16px 0;
}

.banner__slider__subtitle {
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.banner__slider__btn {
    margin: 67px 0 0 0;
    height: 50px;
}

.banner__slider__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.banner__slider__dots {
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 6px;
    z-index: 9;
}

.banner__slider__dots span {
    color: transparent;
}

.banner__slider__dots .owl-dot {
    height: 3px;
    cursor: pointer;
    opacity: .2;
    transition-duration: .5s;
}

.banner__slider__dots .owl-dot.active {
    opacity: 1;
    cursor: default;
}

.banner__services {
    position: relative;
    min-height: 470px;
}

.banner__services__inner {
    position: absolute;
    position: absolute;
    z-index: 1;
    top: 32px;
    right: 32px;
    bottom: 32px;
    width: 392px;
}

.banner__services__tabs {
    margin: 0 0 24px 0;
    display: flex;
    gap: 6px;
}

.banner__services__tabs button {
    height: 3px;
    background: #FFFFFF;
    opacity: 0.2;
    cursor: pointer;
    transition-duration: .2s;
    width: calc(50% - 3px);
    border: none;
}

.banner__services__tabs button.active {
    opacity: 1;
    cursor: default;
}

.banner__services__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.banner__services__items li {
    display: none;
    gap: 20px;
    padding: 18px 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    border-radius: 8px;
    width: 100%;
}

.banner__services__items li.active {
    display: flex;
}

.banner__services__items img {
    width: 24px;
    height: 24px;
}

.banner__services__items span {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}

.info {
    padding: 0 0 64px 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid #EEEEEE;
}

.info .container {
    display: grid;
    grid-template-columns: 384px repeat(2, calc((100% - 384px - 32px) / 2));
    gap: 16px;
}

.info__title {
    font-size: 30px;
    line-height: 41px;
}

.info__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
}

.info__subtitle_mobile {
    display: none;
}

.info__text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-text-color);
}

.info__text p:not(:last-child) {
    margin: 0 0 16px 0;
}

.services {
    margin: 0 0 160px 0;
}

.services__list {
    display: grid;
    gap: 40px 44px;
    grid-template-columns: 1fr 1fr 1fr;
}

.services__list li:nth-child(1) {
    grid-row: 1/3;
}

.services__list li {
    padding: 32px 160px 32px 32px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

.services__list li:nth-child(1) {
    justify-content: flex-start;
}

.services__title {
    font-size: 20px;
    line-height: 27px;
}

.services__list li:nth-child(1) .services__title {
    margin: 0 0 16px 0;
}

.services__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    cursor: pointer;
}

.services__image {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.services__image_tablet {
    display: none;
}

.services__image_tablet-mini {
    display: none;
}

.services__image_mobile {
    display: none;
}

.quiz {
    background: #FAFAFA;
}

.quiz__form {
    width: 704px;
    padding: 32px 40px 64px 40px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 8px 16px rgba(16, 24, 32, 0.06);
    border-radius: 8px;
    position: relative;
    bottom: 64px;
    z-index: 2;
}

.quiz__form__title {
    font-size: 30px;
    line-height: 41px;
    display: flex;
    align-items: center;
    background-image: url('../image/title-icon.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin: 0 0 48px 0;
}

.quiz__form__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.quiz__form__row {
    display: flex;
    gap: 32px;
    width: 100%;
}

.quiz__form__col {
    width: calc(50% - 16px);
}

.quiz__form__bottom {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 52px 0 32px 0;
}

.quiz__form__bottom p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color);
}

.quiz__form__btn {
    height: 50px;
    width: 312px;
}

.quiz__form__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.quiz .container {
    display: flex;
    gap: 130px
}

.quiz__items {
    padding: 100px 0 0 0;
}

.quiz__items ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.quiz__items ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 16px;
    width: 2px;
    height: 100%;
    background: #EEEEEE;
}

.quiz__items li {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    gap: 32px;
    position: relative;
    padding: 0 0 0 64px;
}

.quiz__items li:last-child {
    background: #FAFAFA;
    z-index: 1;
}

.quiz__items li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -5px;
    width: 32px;
    height: 32px;
    background-color: #FFF7F7;
    background-image: url(../image/checkbox-red.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    z-index: 2;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255);
}

.calc__help-message .help-initiator {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc__help-message .help-initiator img {
    width: 100%;
}

.calc__tab {
    margin: 0 0 44px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.calc__tab__item {
    position: relative;
    gap: 10px;
}

.calc__tab__item span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.calc__tab__item_mobile {
    display: none;
}

.calc__tab__item b {
    color: #E40029;
}

.calc__tab__item:after {
    content: attr(data-help-text);
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #E40029;
    position: absolute;
    left: 24px;
    right: 0;
    top: calc(100% + 2px);
    cursor: default;
}

.calc__form__title {
    margin: 0 0 32px 0;
}

.calc__form__row {
    display: flex;
    gap: 32px;
    width: 100%;
}

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

.calc__form__col {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calc__form__btn {
    width: 220px;
    height: 50px;
}

.calc__form__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.calc__form__info .calc__form__info__value {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #101820;
    position: relative;
    width: 100%;
    margin: 0 0 8px 0;
}

.calc__form__info .calc__form__info__value:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    height: 1px;
    background: #EEEEEE;
}

.calc__form__help {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin: 24px 0 0 0;
    color: #E40029;
}

.calc__form__bottom {
    align-items: flex-end;
    margin: 0 0 24px 0;
}

.faq__form {
    padding: 104px 0 0 0;
    width: 380px;
}

.faq__form__policy {
    margin: 32px 0;
}

.faq__form__btn {
    height: 50px;
    width: 100%;
}

.faq__form__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.faq__form__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 8px 0;
}

.faq__form__title b {
    font-weight: 400;
    color: var(--primary-color);
}

.faq__form__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 32px 0;
}

.faq__form__row .faq__form__btn {
    display: none;
}

.about {
    margin: 100px 0;
}

.about .container {
    padding: 0 0 0 483px;
    background-image: url('../image/title-icon.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 246px;
}

.about__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 16px 0;
}

.about__title b {
    color: var(--primary-color);
}

.about__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 48px 0;
    color: var(--primary-color);
}

.about p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px 0;
}

.about p b {
    color: var(--primary-color);
}

.about__sideblock {
    margin: 64px 0;
    padding: 0 0 0 32px;
    border-left: 3px solid var(--primary-color);
}

.about__sideblock .about__subtitle {
    margin: 0 0 16px 0;
}

.about__title-2 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 28px 0;
}

.about hr {
    background: #EEEEEE;
    margin: 48px 0;
    height: 1px;
    border: none;
}

.map {
    overflow: hidden;
    position: relative;
    height: 305px;
    display: flex;
    justify-content: center;
}

.map svg {
    position: absolute;
    height: 100%;
}

.map_mobile {
    display: none;
}

.map_hover {
    transition-duration: .3s;
}

.map_hover:hover {
    stroke: #E40029;
}

.map rect {
    stroke: none;
}

.map circle {
    r: 4;
}

.map rect.active {
    stroke: #E40029;
}

.map path.active {
    stroke: #E40029;
    fill: #FFF7F7;
}

.map circle.active {
    r: 5;
}

.footer {
    padding: 60px 0;
    background: #FAFAFA;
    box-shadow: 0px -4px 8px rgba(16, 24, 32, 0.06);
}

.footer__city {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.footer__city li {
    width: calc((100% - 48px) / 4);
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0 10px 0;
}

.footer__city__base-info {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer__city__base-info:after {
    content: "";
    width: 8px;
    height: 4px;
    background: url('../image/arrow-black.svg') no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    transition-duration: .3s;
}

.footer__city__base-info.active:after {
    transform: rotate(-180deg);
    transform-origin: center;
}

.footer__city__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.footer__city__shedule {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: var(--third-text-color);
}

.footer__city__additional-info {
    display: none;
    padding: 8px 0 0 0;
}

.footer__city__location {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 2px 0;
}

.footer__city__phone {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--second-text-color);
    cursor: pointer;
}

.footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}

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

.footer__social li {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.footer__social a {
    display: inline-flex;
    height: 100%;
}

.footer__social_bank {
    width: 86px !important;
    height: 22px !important;
}

.footer__copyright {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.footer__text p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: var(--second-text-color);
    margin: 0 0 16px 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
}

.overlay.active {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 15;
}

.modal.active {
    display: flex;
}

.modal__close {
    position: absolute;
    top: 46px;
    right: 46px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: none;
    background: none;
}

.auth {
    position: relative;
    display: none;
    width: 480px;
    padding: 32px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    border-radius: 2px;
}

.auth.active {
    display: block;
}

.auth__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 16px 0;
}

.auth__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #111111;
    margin: 0 0 32px 0;
}

.auth__form__policy {
    margin: 24px 0 130px 0;
}

.auth__bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.auth__exit {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
    border: none;
    background: none;
    cursor: pointer;
}

.auth__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.confirm {
    position: relative;
    display: none;
    width: 480px;
    padding: 32px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    border-radius: 2px;
}

.confirm.active {
    display: block;
}

.confirm__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 32px 0;
}

.confirm__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 32px 0;
}

.confirm__subtitle b {
    font-weight: 400;
}

.confirm__bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.confirm__back {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
    border: none;
    background: none;
    cursor: pointer;
}

.confirm .field__wrap {
    display: flex;
    gap: 16px;
}

.confirm .field__wrap input {
    width: calc((100% - 36px) / 4);
    height: 50px;
    background: #FAFAFA;
    border: 1px solid #EEEEEE;
    border-radius: 1px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.confirm__timeout {
    margin: 24px 0 150px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #CDCED1;
}

.confirm__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.breadcrumb {
    padding: 24px 0;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
}

.breadcrumb li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.breadcrumb li:not(:last-child) {
    margin: 0 27px 0 0;
    padding: 0 27px 0 0;
}

.breadcrumb li:not(:last-child):after {
    content: "";
    width: 9px;
    height: 6px;
    right: -4px;
    position: absolute;
    background: url('../image/arrow-black.svg') no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}

.breadcrumb li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    white-space: nowrap;
}

.breadcrumb .container.cut {
    position: relative;
}

.breadcrumb .container.cut:after {
    content: "...";
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    z-index: 1;
    color: var(--second-text-color);
    padding: 0 10px 0 2px;
}

.breadcrumb .container {
    overflow: hidden;
}

.breadcrumb li:last-child a {
    color: var(--second-text-color);
}

.advantages { 
    background: #EBECF0;
    padding: 48px 0 160px 0;
    position: relative;
}

.advantages:after {
    content: "";
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #101820 0%, rgba(16, 24, 32, 0) 100%);
    opacity: 0.06;
}

.advantages:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 100%;
    background: linear-gradient(0deg, #E40029 0%, rgba(228, 0, 41, 0) 100%);
    opacity: 0.07;
}

.advantages__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 354px;
    gap: 10px 40px;
    width: 600px;
}

.advantages__item {
    display: flex;
    gap: 24px;
    width: calc(50% - 20px)
}

.advantages__item span {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}

.advantages__item img {
    width: 32px;
    height: 32px;
}

.advantages__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.services-items {
    padding: 0 0 70px 0;
    margin: 0 0 48px 0;
}

.services-items_hr {
    border-bottom: 1px solid #EEEEEE;
}

.services-items .container {
    display: flex;
    gap: 16px;
}

.services-items__title {
    width: 384px;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.services-items ul {
    width: calc(100% - 400px);
}

.services-items li {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    padding: 16px 16px 16px 28px;
    display: flex;
    align-items: center;
    position: relative;
}

.services-items li:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.services-items li:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    background-image: url('../image/checkbox-red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.steps {
    margin: 0 0 152px 0;
}

.steps__wrapper {
    padding: 0 0 8px 64px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    position: relative;
    overflow: hidden;
}

.steps__wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background: #EEEEEE;
}

.steps__item {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.steps__item:before {
    content: "";
    position: absolute;
    left: -64px;
    width: 40px;
    height: 40px;
    background-color: #FFF7F7;
    background-image: url('../image/checkbox-red.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    z-index: 2;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

.steps__num {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
}

.steps__name {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}

.steps__item:first-child {
    flex-direction: column;
    align-items: start;
    gap: 0;
}

.steps__item:first-child:before {
    background-color: var(--primary-color);
    background-image: url('../image/checkbox.svg');
    box-shadow: none;
}

.steps__item:first-child .steps__name {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 8px 0;
}

.steps__item:first-child .steps__name b {
    color: var(--primary-color);
}

.steps__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 32px 0;
}

.steps__subtitle a {
    font-weight: 400;
}

.steps__buttons {
    display: flex;
    gap: 16px;
}

.steps__item:nth-child(2):after {
    content: "";
    position: absolute;
    width: 2px;
    left: -44px;
    background: var(--primary-color);
    top: -300px;
    z-index: 1;
    bottom: 0;
}

.callback {
    padding: 65px 0;
    background: #EEEEEE;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.callback__btn_mobile {
    display: none;
}

.callback .container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.callback__form {
    padding: 40px 64px 56px 40px;
    position: relative;
    width: 700px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 8px 16px rgba(16, 24, 32, 0.06);
    border-radius: 8px;
}

.callback__form:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 40px;
    bottom: 56px;
    background: var(--primary-color);
    border-radius: 0 15px 15px 0;
    width: 4px;
}

.callback__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    display: flex;
    align-items: center;
    background-image: url(../image/title-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin: 0 0 8px 0;
}

.callback__title b {
    color: var(--primary-color);
}

.callback__title.callback__title_no-icon {
    background: none;
}

.callback__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 24px 0;
}

.callback__row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.callback__btn {
    width: 231px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.callback__policy {
    margin: 25px 0 0 0;
}

.contacts__tab-list {
    margin: 0 0 24px 0;
}

.contacts__tab-content {
    height: calc(100% - 46px);
}

.contacts__tab {
    display: none;
}

.contacts__tab.active {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.contacts__wrapper {
    display: flex;
    flex-direction: column;
}

.contacts__phone {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 8px 0;
}

.contacts__location {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.contacts__schedule {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--third-text-color);
}

.contacts__map {
    height: 470px;
}

.contacts__map__item {
    display: none;
}

.contacts__map__item.active {
    display: block;
    height: 100%;
}

.filter {
    margin: 0 0 64px 0;
}

.filter__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.blog {
    margin: 0 0 64px 0;
}

.blog__list {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
}

.blog__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc((100% - 64px) / 3);
}

.blog__item__picture {
    height: 264px;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.blog__item__picture:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(180deg, rgba(16, 24, 32, 0) 31.6%, rgba(16, 24, 32, 0.52) 82.92%);
}

.blog__item__picture:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 12px;
    background: url('../image/blog-pic-decor.svg') no-repeat;
    background-size: contain;
    z-index: 1;
}

.blog__date {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 1;
}

.blog__date__day {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #FFFFFF;
}

.blog__date__month-year {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FAFAFA;
}

.blog__category {
    padding: 4px 10px;
    border: 1px solid #CDCED1;
    border-radius: 30px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
}

.blog__item__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
}

.pagination {
    margin: 0 0 100px 0;
}

.pagination__list {
    display: flex;
    align-items: center;
}

.pagination__list li {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination__list li a,
.pagination__list li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagination__list li a:hover {
    background: #FFF7F7;
    color: var(--primary-color);
}

.pagination__list li span.current {
    background: var(--primary-color);
    border-radius: 2px;
}

.pagination__list li span.current {
    color: #FFFFFF;
}

.pagination__next path,
.pagination__back path {
    fill: #101820;
}

.pagination__next {
    transform: rotate(180deg);
}

.pagination_disabled,
.pagination_disabled a {
    cursor: default;
    pointer-events: none;
}

.pagination_disabled a:hover {
    background: white !important;
}

.pagination_disabled path {
    fill: #CDCED1;
}

.blog-detail {
    margin: 0 0 100px 0;
}

.blog__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 48px 0;
}

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

.blog-detail__social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-detail__social li {
    width: 24px;
    height: 24px;
}

.blog-detail__social li a {
    display: block;
    cursor: pointer;
}

.blog-detail__social li a img {
    width: 100%;
}

.blog-detail__date {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: var(--third-text-color);
}

.blog-detail__category {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #C20029;
}

.blog-detail__head {
    margin: 0 0 42px 0;
}

.blog-detail__container {
    width: 784px;
    margin: 0 auto;
}

.blog-detail__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 16px 0;
}

.blog-detail__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
    margin: 0 0 32px 0;
}

.blog-detail__picture {
    width: 100%;
}

.blog-detail__picture-title {
    margin: 16px 0 48px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(60, 60, 67, 0.85);
}

.blog-detail__content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 16px 0;
}

.blog-detail__content h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 16px 0;
}

.blog-detail__content hr {
    background: #EEEEEE;
    border: none;
    width: 100%;
    height: 1px;
    margin: 48px 0;
}

.account {
    margin: 0 0 100px 0;
}

.account .container {
    display: flex;
    gap: 86px;
}

.account aside {
    width: 400px;
}

.account main {
    width: calc(100% - 486px);
}

.account__info {
    background: #FFFFFF;
    padding: 20px 24px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 8px 16px rgba(16, 24, 32, 0.06);
    border-radius: 8px;
}

.account__info__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.account__number {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.account__number div {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.account__number span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: var(--third-text-color);
}

.account__status {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #1F9E43;
    padding: 3px 10px;
    background: #E6FDED;
    border-radius: 30px;
}

.account__progress {
    margin: 16px 0;
}

.account__progress__sum {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color);
}

.account__progress__percent {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #9A9A9D;
}

.account__progress__bar {
    height: 3px;
    background: #FAFAFA;
    width: 100%;
    margin: 8px 0 0 0;
}

.account__progress__bar span {
    display: flex;
    height: 3px;
    background: var(--primary-color);
}

.account__payment__row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.account__payment__sum {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.account__payment__sum-percent {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary-color);
}

.account__payment__next {
    display: flex;
    margin: 0 0 24px 0;
}

.account__payment__next div {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.account__payment__next span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #8D8D8D;
}

.account__payment__next b {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #8D8D8D;
    margin: 0 4px;
}

.account__buttons {
    display: flex;
    gap: 16px;
}

.account__buttons .btn,
.account__buttons .btn span {
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.account__buttons .btn:after,
.account__buttons .btn:before {
    width: 12px;
    background-size: cover;
}

.account__form {
    margin: 48px 0 0 0;
    padding: 40px 40px 48px 40px;
    background: #FAFAFA;
}

.account__form__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 8px 0;
}

.account__form__title b {
    color: var(--primary-color);
}

.account__form__subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 32px 0;
}

.account__form__policy {
    margin: 32px 0;
}

.account__form__btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    width: 100%;
}

.account__nav {
    margin: 0 0 70px 0;
}

.account__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.account__faq li .account__faq__q {
    padding: 20px 48px 20px 0;
    cursor: pointer;
    position: relative;
    display: flex;
}

.account__faq li .account__faq__q:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    right: 0;
    top: calc(50% - 4px);
    background-image: url('../image/arrow-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: .3s;
}

.account__faq li.active .account__faq__q:after {
    transform: rotate(180deg);
}

.account__faq li:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.account__faq__a {
    display: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 0 48px 20px 48px;
}

.account__faq__nubmer {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    margin: 0 12px 0 6px;
    width: 30px;
}

.account__faq__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.account__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 34px 0;
}

.account__title a {
    color: var(--primary-color);
    margin: 0 0 0 16px;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.account__history {
    margin: 0 0 64px 0;
}

.account__history table {
    width: 100%;
}

.account__history table tr td:last-child {
    color: var(--primary-color);
}

.account__payment-schedule {
    margin: 0 0 64px 0;
}

.account__payment-schedule table {
    width: 100%;
}

.account__payment-schedule table td span {
    display: block;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.account__repaid table {
    width: 100%;
}

.account__repaid table tr td:first-child {
    width: 190px;
}

.account__repaid table tr th:last-child {
    display: none;
}

.account__repaid table tr td:last-child span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #8D8D8D;
    background: #FAFAFA;
    padding: 3px 8px;
}

.company {
    margin: 30px 0 140px 0;
}

.company__container {
    width: 784px;
    margin: 0 auto;
}

.company__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 16px 0;
}

.company__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 16px 0;
    color: var(--primary-color);
}

.company__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.company-advantages {
    background: #EBECF0;
    position: relative;
    margin: 0 0 80px 0;
}

.company-advantages:after {
    content: "";
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #101820 0%, rgba(16, 24, 32, 0) 100%);
    opacity: 0.06;
}

.company-advantages:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 100%;
    background: linear-gradient(0deg, #E40029 0%, rgba(228, 0, 41, 0) 100%);
    opacity: 0.07;
}

.company-advantages__bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 752px;
}

.company-advantages ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    bottom: 64px;
    left: -32px;
}

.company-advantages ul li {
    padding: 16px 32px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 8px 16px rgba(16, 24, 32, 0.06);
    border-radius: 8px;
    width: 408px;
    z-index: 2;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.company-advantages ul li:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 16px;
    bottom: 16px;
    background: var(--primary-color);
    border-radius: 0 15px 15px 0;
    width: 4px;
}

.company-advantages ul li b {
    font-weight: 500;
}

.company-text {
    margin: 0 0 56px 0;
}

.company-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 16px 0;
}

.company-docs {
    margin: 0 0 100px 0;
}

.parthner-banner {
    padding: 40px 0 64px 0;
    margin: 0 0 53px 0;
    position: relative;
}

.parthner-banner__bg {
    position: absolute;
    z-index: -1;
    top: -15px;
}

.parthner-banner__bg_mobile {
    display: none;
}

.parthner-banner__title {
    width: 544px;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 16px 0;
}

.parthner-banner__subtitle {
    width: 544px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 32px 0;
}

.parthner-banner__text {
    width: 544px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.parthner-banner__btn {
    margin: 0 0 48px 0;
}

.parthner-banner__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.mobile-header {
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    display: none;
}

.mobile-header__row .container {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    align-items: center;
}

.mobile-header__row:last-child {
    border-top: 1px solid #EEEEEE;
}

.mobile-header__location .simple-select__total {
    font-size: 13px;
    line-height: 18px;
}

.mobile-header__signin {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

.mobile-header__signin b {
    font-weight: 500;
}

.mobile-header__logo {
    cursor: pointer;
    width: 160px;
    display: inline-flex;
}

.mobile-header__logo img {
    width: 100%;
}

.mobile-header__burger {
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
    background-image: url('../image/burger.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-header__burger.active {
    background-image: url('../image/exit.svg');
    background-size: 12px;
}

.mobile-header__phone {
    margin: 0 24px 0 0;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}

.mobile-header__phone a {
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    padding: 0 26px 0 0;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.mobile-header__phone a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    background: url('../image/max-messenger-sign-logo.svg') no-repeat;
    background-size: contain;
}

.mobile-header__phone span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.mobile-header__btn {
    height: 34px;
}

.mobile-header__btn span {
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}

.mobile-menu {
    display: none;
}

.mobile-menu.active {
    display: block;
    position: absolute;
    top: 78px;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 10;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06) inset;
    height: auto;
    overflow-y: scroll;
}

.mobile-menu > ul {
    padding: 20px 0;
}

.mobile-menu > ul > li {
    padding: 14px 0;
}

.mobile-menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.mobile-menu > ul > li > .container > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.mobile-menu__submenu {
    margin: 8px 0 0 0;
}

.mobile-menu__submenu a {
    padding: 12px 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    display: block;
}

.alert {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    /*bottom: 20px;*/
    /*right: 20px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    max-width: calc(100% - 40px);
}

.alert__message {
    display: none;
}

.alert__message.active {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 2px;
    padding: 16px 46px 16px 22px;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
}

.alert__success {
    background: #E6FDED;
    border: 1px solid #CAEBD4;
}

.alert__help {
    background: #FFFCE0;
    border: 1px solid #FFF066;
}

.alert__attention {
    background: #FFF7F7;
    border: 1px solid #FFD1D7;
}

.alert__icon {
    width: 12px;
}

.alert__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.alert__text b {
    font-weight: 500;
}

.alert__close {
    width: 12px;
    height: 12px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 18px;
    cursor: pointer;
}

.alert__close img {
    width: 100%;
}

.confirmation {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 15;
    max-width: calc(100% - 40px);
}

.confirmation__message {
    display: none;
}

.confirmation__message.active {
    width: 388px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    border-radius: 2px;
}

.confirmation__wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.confirmation__icon {
    width: 24px;
    margin: 3px 0 0 0;
}

.confirmation__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.confirmation__text b {
    font-weight: 500;
}

.confirmation__buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.confirmation__buttons button {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    border: none;
    background: none;
    cursor: pointer;
}

.grecaptcha-badge {
    display: none !important;
}


.callback-form {
    position: relative;
    display: none;
    width: 480px;
    padding: 32px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    border-radius: 2px;
}

.callback-form.active {
    display: block;
}

.callback-form__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 32px 0;
}

.callback-form__form__policy {
    margin: 24px 0 130px 0;
}

.callback-form__bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.callback-form__exit {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
    border: none;
    background: none;
    cursor: pointer;
}

.callback-form__btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.vacancies-banner {
    margin: 32px 0 100px 0;
}

.vacancies-banner .vacancies-banner__bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 390px;
}

.vacancies-banner__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 32px 0;
    color: #101820;
}

.vacancies-banner__title b {
    color: var(--primary-color);
    font-weight: inherit;
}

.vacancies-banner__text {
    width: 390px;
    padding: 20px;
    background: linear-gradient(270deg, #E40029 0%, #FA1937 100%);
    box-shadow: 0px 4px 8px rgba(16, 24, 32, 0.06);
    border-radius: 8px;
    display: flex;
    gap: 20px;
    position: absolute;
    z-index: 1;
    bottom: -32px;
    left: 32px;
}

.vacancies-banner_2 .vacancies-banner__text {
    left: unset;
    right: 32px;
}

.vacancies-banner__text img {
    width: 24px;
    height: 24px;
}

.vacancies-banner__text p {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.vacancies-banner__text b {
    font-weight: 400;
    color: inherit;
}

.vacancies-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #101820;
    margin: 0 0 24px 0;
}

.vacancies-title b {
    color: var(--primary-color);
    font-weight: inherit;
}

.vacancies-items.vacancies-items_col-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 24px 50px;
}

.vacancies-items.vacancies-items_col-2 li {
    width: calc(50% - 25px);
}

.vacancies-items li {
    display: flex;
    gap: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.vacancies-hr {
    border: none;
    height: 1px;
    width: 100%;
    margin: 48px 0;
    background: #EEEEEE;
}

.vacancies-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 48px 0;
    color: #101820;
}

.vacancies-blocks__wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 254px;
}

.vacancies-blocks__item {
    background-color: #FAFAFA;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 32px;
}

.vacancies-blocks__item:nth-child(1) {
    grid-row: span 2;
}

.vacancies-blocks__item__img {
    width: 100%;
    margin: 0 0 16px 0;
}

.vacancies-blocks__item__title {
    margin: 0 0 16px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--primary-color);
}

.vacancies-blocks__item__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
}

.vacancies-hh {
    margin: 0 0 100px 0;
}

.vacancies-hh p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #101820;
    display: block;
    margin: 0 0 16px 0;
}

.vacancies-hh p b {
    color: inherit;
    font-weight: 500;
}

.vacancies-hh .btn {
    margin: 10px 0 0 0;
}

.vacancies-hh .btn span {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.preloader {
    position: relative;
    overflow: hidden;
}

.preloader:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.preloader:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-image: url('/wp-content/themes/vzd/assets/image/preloader.gif');
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    width: 100%;
}