/* USER VARIABLES SECTION */

:root {
    --collection-2: #292929;
    --se-tu: #353435;
    --1-white: #fff;
    --1-d9d9d9: #00aeef;
    --1-d9d9d9: #858585;
    --1-d9d9d9: #f2e8cc;
    --1-d9d9d9: #15af74;
    --1-d9d9d9: #231f20;
    --1-d9d9d9: #dedede;
    --1-d9d9d9: #ff9149;
    --1-d9d9d9: #b12535;
    --cva-cva: #7b99b7;
    --cva-5: #f3f7fa;
    --cva-4: #06315b;
    --cva-3: #fff;
    --cva-1: #bf0000;
    --cva-2: #272727;
    --ubfb-text: #231f20;
    --ubfb-button: #dedede;
    --ubfb-7: #fff;
    --ubfb-6: #858585;
    --ubfb-5: #ff9149;
    --ubfb-4: #15af74;
    --ubfb-3: #231f20;
    --ubfb-2: #4169e1;
    --ubfb-1: #b12535;
    --ce-tu-1: #da9eb2;
    --ce-tu-2-text: #353435;
    --ce-tu-3: #fff;
    --ce-tu-4: #a8a8a8;
    --ce-tu-5: #dedede;
    --color: #fff;
    --color-2: #00aeef;
    --color-3: #231f20;
    --color-4: #bf0000;
    --color-5: #dedede;
    --color-6: #858585;
    --color-7: #f2e8cc;
    --color-8: #921c40;
    --color-9: #b12535;
    --color-10: #4169e1;
    --color-white-solid: #fff;
    --color-black-solid: #000;
    --color-grey-53: #868686;
    --color-grey-90: #e5e5e5;
    --color-grey-83: #d3d3d3;
    --color-grey-61: #9b9b9b;
    --color-black--250: rgba(0, 0, 0, 0.25);
    --color-grey-91: #e7e7e7;
    --color-grey-92: #ebebeb;
    --color-black--150: rgba(0, 0, 0, 0.15);
    --regular-text: 16px;
    --lineheight: 1.65;
    --font-family: "Manrope", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Montserrat", sans-serif;
    --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0.938rem;
}

.row,
.row > * {
    --bs-gutter-x: 1.875rem;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 100%;
        padding: 0 20px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1608px;
    }
}

@media (max-width: 991px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

button, a {
    outline: none;
}

img, svg {
    user-select: none;
}

/* GENERAL CSS SETTINGS */
body.no-scroll {
    overflow: hidden;
}

body.no-scroll::before {
    content: "";
    display: block;
    transition: 0.2s ease-in;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
}

.svg-block {
    position: absolute;
    bottom: -9999px;
    left: -9999px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.img-right,
.img-left {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
}

@media (min-width: 1024px) {
    .img-right {
        float: right;
        margin-left: 55px;
        width: auto;
    }

    .img-left {
        float: left;
        margin-right: 55px;
        width: auto;
    }
}

::placeholder {
    color: #000;
    opacity: 1;
}

input,
textarea {
    outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: #14295e;
}

input:required:valid,
textarea:required:valid {
    border-color: green;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-family);
    font-size: var(--regular-text);
    line-height: var(--lineheight);
    color: var(--text);
    font-weight: 400;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

/* common */

.title-h1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
}

@media (min-width: 1024px) {
    .title-h1 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 60px;
        line-height: 1;
        text-align: center;
        color: var(--cva-2);
    }
}

.title-inner {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    margin: 0;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    position: relative;
}

@media (min-width: 1024px) {
    .title-inner {
        font-size: 60px;
    }
}

.title-inner::before {
    content: "";
    display: block;
    width: 58px;
    height: 6px;
    background: var(--cva-1);
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    .title-inner::before {
        bottom: -19px;
    }
}

.btn {
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cva-1);
    border-radius: 5px;
    padding: 0;
    text-decoration: none;
    width: 100%;
    max-width: 283px;
    height: 65px;
    background: var(--cva-1);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--1-white);
}

.btn-home {
    background: #fff;
    color: var(--color-4);
}

.btn-home:hover {
    background: var(--color-4);
    color: var(--1-white);
}

.phone {
    display: flex;
    align-items: center;
    gap: 0 16px;
    text-decoration: none;
    position: relative;
}

.phone::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--cva-1);
    position: absolute;
    bottom: -7px;
    display: block;
    transition: 0.2s ease;
}

.phone svg {
    width: 24px;
    height: 24px;
    stroke-width: 2px;
    stroke: var(--cva-1);
    fill: none;
}

.phone span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: var(--cva-1);
}

.logo {
}

.menu {
    display: flex;
    gap: 0 20px;
    padding: 0;
    margin: 0;
}

@media(min-width: 1340px){
    .menu{
        gap: 0 58px;
    }
}

.menu li {
    list-style-type: none;
    padding: 0 0 50px 0;
    margin: 0 0 -50px 0;
}

.menu > li > a {
    display: flex;
    align-items: center;
    gap: 0 13px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    text-decoration: none;
    transition: 0.2s ease;
}

.menu li a svg {
    width: 12px;
    height: 6px;
    stroke: var(--cva-2);
    fill: none;
    transition: 0.2s ease;
}

.menu > li.active > a,
.menu > li > a:hover {
    color: var(--cva-1);
}

.menu li.active a svg {
    stroke: var(--cva-1);
}

.submenu {
    position: absolute;
    width: 100%;
    box-shadow: 4px 6px 14px 2px rgba(15, 52, 80, 0.07);
    background: var(--cva-5);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 75px;
    padding: 20px 0;
    margin: 30px 0 0 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

.menu>li:hover .submenu {
    visibility: visible;
    opacity: 1;
}
 

.submenu.show {
    visibility: visible;
    opacity: 1;
}

.submenu li {
    list-style-type: none;
}

.submenu li a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    text-decoration: none;
    transition: 0.2s ease;
    display: block;
}

.submenu li.active a,
.submenu li a:hover {
    color: var(--cva-1);
}

.lang {
    position: relative;
}

.lang__current-btn {
    display: flex;
    align-items: center;
    gap: 0 14px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    text-transform: uppercase;
    border: none;
    background: none;
}

.lang__current-btn svg {
    fill: none;
    stroke-width: 2px;
    stroke: var(--cva-2);
    width: 12px;
    height: 6px;
    transition: 0.2s ease;
}

.lang__current-btn.active svg {
    transform: scale(-1);
}

.lang__list {
    position: absolute;
    padding: 0;
    margin: 10px 0 0 0;
    box-shadow: 4px 4px 6px -1px rgba(0, 0, 0, 0.09);
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    width: 56px;
    padding: 4px 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

.lang__list.show {
    opacity: 1;
    visibility: visible;
}

.lang__list li {
    list-style-type: none;
}

.lang__list li a {
    display: block;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-3);
    transition: 0.2s ease;
}

.lang__list li a.active,
.lang__list li a:hover {
    color: var(--cva-1);
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    padding: 0;
    margin: 0;
}

@media (min-width: 1024px) {
    .social {
        gap: 0 0;
        justify-content: start;
    }
}

.social li {
    list-style-type: none;
}

.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 59px;
    height: 57px;
    background: var(--1-white);
}

.social li a svg {
    width: 28px;
    height: 28px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: var(--cva-2);
    text-decoration: none;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: var(--cva-2);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--cva-2);
}

.c-btn-prev {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 9;
}

.c-btn-prev svg {
    fill: none;
    stroke: #fff;
    width: 18px;
    height: 35px;
}

.c-btn-next {
    top: 50%;
    right: 0;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}

.c-btn-next svg {
    fill: none;
    stroke: #fff;
    width: 18px;
    height: 35px;
    transform: scale(-1);
}

.sl-pagination {
    position: absolute;
    bottom: 50px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    z-index: 99;
}

@media (min-width: 550px) {
    .sl-pagination {
        bottom: 89px !important;
    }
}

@media (min-width: 1024px) {
    .sl-pagination {
        bottom: 51px !important;
    }
}

.sl-pagination .swiper-pagination-bullet {
    padding: 0 !important;
    margin: 0 !important;
    width: 11px;
    height: 11px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 1;
}

.sl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

/* end common */

/* header */
.header {
    background: var(--color);
    padding: 32px 0 12px 0;
    position: sticky;
    top: 0;
    z-index: 30;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .header {
        padding: 33px 0;
        overflow: unset;
    }
    .header--inner {
        padding-bottom: 0;
    }
}

.header__logo {
    display: block;
}

@media (min-width: 1024px) {
}

.header__logo img {
    display: block;
    width: 100%;
    max-width: 246px;
}

@media (min-width: 1024px) {
    .header__logo img {
        max-width: 446px;
    }
}

.header__nav {
    display: none;
}

@media(min-width: 1140px){
    .header__nav {
        display: block;
    }
}

.header__menu {
}

.header__info-right {
    display: flex;
    justify-content: end;
    gap: 0;
    position: relative;
}

@media (min-width: 1024px) {
    .header__info-right {
        gap: 0 30px;
        align-items: center;
    }
}

.header__lang {
    display: none;
}

@media (min-width: 1140px) {
    .header__lang {
        display: block;
    }
}

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

@media (min-width: 1140px) {
    .header__phone {
        margin: 0;
    }
}

.header__phone::before {
    display: none;
}

@media (min-width: 1140px) {
    .header__phone::before {
        display: block;
    }
}

.header__phone span {
    display: none;
}

@media (min-width: 1140px) {
    .header__phone span {
        display: block;
    }
}

.header__menu-mobile-btn {
    position: absolute;
    right: 0;
    bottom: -14px;
    background: var(--cva-1);
    width: 52px;
    height: 48px;
    border: none;
    z-index: 99;
}

@media (min-width: 1140px) {
    .header__menu-mobile-btn {
        display: none;
    }
}

.header__menu-mobile-btn svg {
    width: 24px;
    height: 24px;
}

/* end header */

/* mobile-block */
.mobile-block {
    position: fixed;
    top: 0;
    right: 0;
    width: 341px;
    height: 100vh;
    background: var(--cva-5);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px 0 0 0;
}

.mobile-block.show {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.mobile-block__btn-close {
    margin: 0 14px 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 48px;
    background: var(--cva-1);
    border: none;
}

.mobile-block__btn-close svg {
    width: 32px;
    height: 32px;
}

.mobile-block__menu {
    padding: 0;
    margin: 8px 0 0 0;
    display: flex;
    flex-direction: column;
}

.mobile-block__menu>li {
    list-style-type: none;
    position: relative;
}

.mobile-block__menu>li>a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: var(--cva-2);
    display: flex;
    align-items: center;
    gap: 0 13px;
    text-decoration: none;
    border-bottom: 1px solid var(--cva-2);
    padding: 23px 0 23px 30px;
}

.mobile-block__menu>li.active>a{
    color: var(--cva-1);
}

.mobile-block__menu li a svg {
    width: 12px;
    height: 6px;
    stroke-width: 2px;
    stroke: var(--cva-2);
    fill: none;
    transition: 0.2s ease;
}

.mobile-block__submenu {
    display: none;
    flex-direction: column;
    gap: 26px 0;
    padding: 31px 0 0 60px;
    margin: 0;
}

.mobile-block__submenu.show{
    display: flex;
}

.mobile-block__submenu li{
    list-style-type: none;
}

.mobile-block__submenu li a{
    display: block;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #231F20;
}

.mobile-block__submenu li.active a{
    color: var(--cva-1);
}

.mobile-block__lang {
    padding: 0;
    margin: 35px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 17px;
}

.mobile-block__lang li {
    list-style-type: none;
}

.mobile-block__lang li a {
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    text-decoration: none;
}

.mobile-block__lang li.active a {
    color: var(--cva-1);
}
/* end mobile-block */

/* footer */
.footer {
}

.footer__top {
    background: var(--cva-2);
    padding: 70px 0 65px 0;
}

@media (min-width: 1024px) {
    .footer__top {
        padding: 70px 0 52px 0;
    }
}

.footer__top-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .footer__top-logo {
        justify-content: start;
    }
}

.footer__top-logo img {
    display: block;
    width: 100%;
    max-width: 393px;
}

@media (min-width: 1024px) {
    .footer__top-logo img {
        max-width: 446px;
    }
}

.footer__top-info {
    margin: 37px 0 0 0;
}

@media (min-width: 1024px) {
    .footer__top-info {
        margin: 80px 0 0 0;
    }

    .footer__top-info .row {
        gap: 41px 0;
    }
}

.footer__top-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px 0;
    margin: 0 0 21px 0;
}

@media (min-width: 1024px) {
    .footer__top-info-item {
        gap: 0 30px;
        margin: 0;
        flex-direction: row;
    }
}

.footer__top-info-item-marker {
    fill: #fff;
    width: 29px;
    height: 29px;
}

.footer__top-info-item-phone {
    fill: none;
    stroke: #fff;
    width: 29px;
    height: 29px;
}

.footer__top-info-item-email {
    fill: none;
    stroke: #fff;
    width: 29px;
    height: 29px;
}

.footer__top-info-item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: var(--color);
}

@media (min-width: 1024px) {
    .footer__top-info-item-text {
        max-width: calc(100% - 59px);
        text-align: left;
    }
}

.footer__top-info-item-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .footer__top-info-item-list {
        max-width: calc(100% - 59px);
    }
}

.footer__top-info-item-list a {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: var(--color);
}

.footer__top-info-item-mail-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    color: var(--color);
    text-decoration: none;
}

@media (min-width: 1024px) {
    .footer__top-info-item-mail-link {
        max-width: calc(100% - 59px);
    }
}

.footer__top-info-social {
    margin: 29px 0 0 0;
}

@media (min-width: 1024px) {
    .footer__top-info-social {
        gap: 0 15px;
        margin: 0;
    }
}

.footer__top-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: var(--color);
    text-align: center;
    margin: 75px 0 23px 0;
}

@media (min-width: 1024px) {
    .footer__top-title {
        margin: 0 0 41px 0;
        text-align: left;
    }
}

.footer__top-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px 0;
}

@media (min-width: 1024px) {
    .footer__top-menu {
        align-items: baseline;
        gap: 18px 0;
    }
}

.footer__top-menu li {
    list-style-type: none;
}

.footer__top-menu li a {
    text-decoration: none;
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--color);
    text-align: center;
}

@media (min-width: 1024px) {
    .footer__top-menu li a {
        text-align: left;
    }
}

.footer__bottom {
    background: var(--1-white);
    padding: 38px 0 41px 0;
}

@media (min-width: 1024px) {
    .footer__bottom {
        padding: 37px 0 34px 0;
    }
}

.footer__bottom-copy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--cva-2);
    text-align: center;
    margin: 0 0 32px 0;
}

@media (min-width: 1024px) {
    .footer__bottom-copy {
        margin: 0;
        text-align: left;
    }
}

.footer__bottom-develop {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .footer__bottom-develop {
        justify-content: end;
    }
}

.footer__bottom-develop-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--cva-2);
}

.footer__bottom-develop-sep {
    width: 1px;
    height: 47px;
    background: var(--cva-2);
}

.footer__bottom-develop-logo {
    width: 114px;
    height: 44px;
}
/* end footer */

/* error-page */
.error-page {
    padding: 97px 0 102px 0;
}

@media (min-width: 1024px) {
    .error-page {
        padding: 97px 0 96px 0;
    }
}

.error-page__img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.error-page__content-number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 200px;
    line-height: 1;
    text-align: center;
    color: var(--cva-4);
}

.error-page__content-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: var(--cva-4);
    margin: 0 0 38px 0;
}

.error-page__content-btn {
    margin: 0 auto;
}
/* end error-page */

/* info-page */
.info-page {
    padding: 66px 0 105px 0;
}

@media (min-width: 1024px) {
    .info-page {
        padding: 82px 0 105px 0;
    }
}

.info-page__content {
    padding: 40px 0 0 0;
}

@media (min-width: 1024px) {
    .info-page__content {
        padding: 88px 0 0 0;
    }
}

.info-page__gallery {
    padding: 32px 0 0 0;
}

@media (min-width: 1024px) {
    .info-page__gallery {
        padding: 60px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .info-page__gallery {
        padding: 120px 0 0 0;
    }
}

.info-page__head-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

@media (min-width: 1024px) {
    .info-page__head-row {
        gap: 6px;
    }
}

.info-page__head-title {
    margin: 0 0 62px 0;
}

@media (min-width: 1024px) {
    .info-page__head-title {
        margin: 0 0 44px 0;
    }
}

.info-page__content-cms h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: var(--color-3);
    margin: 0 0 39px 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .info-page__content-cms h2 {
        text-align: left;
        margin: 0 0 47px 0;
    }
}

.info-page__content-cms p {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 40px 0;
}

@media (min-width: 1024px) {
    .info-page__content-cms p {
        margin: 0 0 45px 0;
        text-align: left;
    }
}

.info-page__content-cms p:last-child {
    margin: 0;
}

.info-page__content-cms ol {
    padding: 0;
    margin: 0;
}

.info-page__content-cms ol li {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: var(--cva-2);
    padding: 0 0 40px 0;
    list-style-position: inside;
    text-align: center;
}

@media (min-width: 1024px) {
    .info-page__content-cms ol li {
        text-align: left;
    }
}

.info-page__content-cms ol li:last-child {
    padding: 0;
}

.info-page__gallery-row {
    gap: 39px 0;
}

@media (min-width: 1024px) {
    .info-page__gallery-row {
        gap: 50px 0;
    }
}

.info-page__gallery-item {
    text-align: center;
    display: block;
}

.info-page__gallery-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/* end info-page */

/* item-link-list */
.item-link-list {
    width: calc(50% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87px;
    padding: 0 17px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: var(--color);
    text-decoration: none;
    transition: 0.2s ease;
    background: var(--cva-4);
}

@media (min-width: 1024px) {
    .item-link-list {
        width: calc(100% / 4 - (6px * 4 / 5));
    }
}

.item-link-list.active,
.item-link-list:hover {
    background: var(--cva-cva);
    color: var(--color);
}
/* end item-link-list */

/* contact-page */
.contact-page {
    padding: 29px 0 0 0;
}

@media (min-width: 1024px) {
    .contact-page {
        padding: 83px 0 0 0;
    }
}

.contact-page__h1 {
    margin: 0 0 51px 0;
}

@media (min-width: 1024px) {
    .contact-page__h1 {
        margin: 0 0 79px 0;
    }
}

.contact-page__map {
    position: relative;
    height: 677px;
}

.js-map {
    height: 100%;
    z-index: 9;
}

.contact-page__map-info {
    position: absolute;
    bottom: -260px;
    left: 0;
    z-index: 9;
    width: 100%;
}

@media (min-width: 1024px) {
    .contact-page__map-info {
        bottom: -86px;
    }
}

.info-contact {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.11);
    background: var(--1-white);
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    padding: 44px 37px;
}

@media (min-width: 1024px) {
    .info-contact {
        box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.11);
        background: var(--1-white);
        max-width: 501px;
        padding: 54px 88px;
    }
}

.info-contact h3 {
    margin: 0 0 16px 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: var(--cva-2);
}

.info-contact p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--cva-2);
    padding: 0;
    margin: 0 0 27px 0;
}

.info-contact__list {
    display: flex;
    gap: 34px 0;
    flex-direction: column;
}

.info-contact__item {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

@media(min-width: 1024px){
    .info-contact__item{
        gap: 0 33px;
    }
}

.info-contact__item svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: var(--cva-2);
}

.info-contact__item svg.info-contact__item-address {
    fill: var(--cva-2);
}

.info-contact__item-list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
    max-width: calc(100% - 44px);
}

.info-contact__item-link {
    display: block;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: var(--cva-2);
    width: 100%;
    max-width: calc(100% - 44px);
}

.info-contact__item-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--cva-2);
    width: 100%;
    max-width: calc(100% - (29px + 33px));
}

.info-contact__social {
    gap: 0 22px;
    margin: 29px 0 0 0;
}

.info-contact__social li a {
    width: 87px;
    height: 85px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
}

.info-contact__social li a svg {
    width: 41px;
    height: 41px;
}
/* end contact-page */

/* callback-block */
.callback-block {
    padding: 63px 0 65px 0;
    background: var(--cva-5);
}

@media (min-width: 1024px) {
    .callback-block {
        padding: 109px 0 59px 0;
    }
}

.callback-block--contact {
    padding: 330px 0 99px 0;
}

@media (min-width: 1024px) {
    .callback-block--contact {
        padding: 158px 0 115px 0;
    }
}

.callback-block__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 33px 0;
}

@media (min-width: 1024px) {
    .callback-block__title {
        margin: 0 0 47px 0;
    }
}

.callback-block__form-btn {
    margin: 46px auto 0 auto;
}

@media (min-width: 1024px) {
    .callback-block__form-btn {
        margin: 53px auto 0 auto;
    }
}

.callback-block__form-btn:hover {
    background: #fff;
    color: var(--cva-1);
}

.callback-block__form-row {
    display: flex;
    flex-direction: column;
    gap: 23px 0;
    margin: 0 0 23px 0;
}

@media (min-width: 1024px) {
    .callback-block__form-row {
        gap: 50px 0;
        margin: 0 0 39px 0;
    }
}

.control {
    border-radius: unset;
}

.control__input {
    border-radius: unset;
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding: 0 0 23px 0;
    color: var(--cva-2);
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--cva-2);
}

@media (min-width: 1024px) {
    .control__input {
        padding: 0 0 30px 0;
    }
}

.control-checkbox {
    display: block;
    cursor: pointer;
}

.control-checkbox__elem {
    padding: 0 0 0 48px;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: var(--cva-2);
    display: block;
}

.control-checkbox__elem::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px;
    background: var(--cva-2);
    border-radius: 8px;
}

.control-checkbox__elem::after {
    content: "";
    display: block;
    transition: ease-in 0.2s;
    position: absolute;
    top: 15px;
    left: 7px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjcwNzAzIDQuNjY2NDFMNS4wMDg3IDcuOTY4MDhMMTEuNjIzNyAxLjM2NDc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 10px;
    height: 7px;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}

.control-checkbox__elem a {
    text-decoration: none;
    font-weight: 700;
    color: var(--cva-2);
}

.control-checkbox input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
/* end callback-block */

/* services-page */
.services-page {
    padding: 50px 0 44px 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .services-page {
        padding: 83px 0 163px 0;
    }
}

.services-page__head {
    position: relative;
}

.services-page__head-left {
    margin: 0 0 42px 0;
    z-index: 2;
}

@media (min-width: 1380px) {
    .services-page__head-left {
        position: absolute;
        left: 0;
        margin: 0;
        bottom: 6px;
    }
}

.services-page__head-title {
    margin: 0;
}

.services-page__content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--color-3);
    margin: 67px 0 0 0;
}

@media (min-width: 1024px) {
    .services-page__content {
        margin: 64px auto 0 auto;
        width: 100%;
        max-width: 1088px;
    }
}

.services-page__row {
    gap: 35px 0;
    margin-top: 51px;
}

@media (min-width: 1024px) {
    .services-page__row {
        gap: 43px 0;
        margin-top: 76px;
    }
}

.services-item {
    position: relative;
    height: 525px;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 -20px;
}

@media(min-width: 1024px){
    .services-item{
        margin: 0;
    }
}

.services-item::before {
    content: "";
    background: #000;
    opacity: 0.6;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: ease 0.2s;
}

.services-item:hover::before {
    background: #06315b;
}

.services-item__img {
    height: 100%;
}

.services-item__img img {
    filter: grayscale(100%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-item__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    padding: 0 22px;
}

@media (min-width: 1024px) {
    .services-item__info {
        top: unset;
        transform: none;
        padding: 0 66px 63px 106px;
        bottom: 0;
        left: 0;
    }
}

.services-item__info h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: var(--1-white);
    margin: 0 0 27px 0;
}

@media (min-width: 1024px) {
    .services-item__info h3 {
        text-align: left;
    }
}

.services-item__info p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--1-white);
    margin: 0;
}

@media (min-width: 1024px) {
    .services-item__info p {
        text-align: left;
    }
}

.services-item__btn {
    margin: 27px auto 0 auto;
    max-width: 204px;
}

@media (min-width: 1024px) {
    .services-item__btn {
        margin: 29px 0 0 0;
    }
}

.services-item__btn:hover {
    background: #fff;
    color: var(--color-4);
}

.services-page__tabs {
    margin: 43px 0 0 0;
}

@media (min-width: 1024px) {
    .services-page__tabs {
        margin: 79px 0 0 0;
    }
}

.services-page__tabs-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

@media (min-width: 1024px) {
    .services-page__tabs-head {
        gap: 0 5px;
    }

    .services-page__tabs-head .item-link-list {
        width: calc(100% / 6 - 5px);
        flex: 1;
    }
}

.services-page__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--cva-4);
    padding: 82px 38px 87px 38px;
    margin: 0 -20px;
}

@media (min-width: 1024px) {
    .services-page__bottom {
        flex-direction: row;
        margin: 0;
        justify-content: space-between;
        padding: 38px 125px 39px 103px;
    }
}

.services-page__bottom-info h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: var(--1-white);
    margin: 0 0 27px 0;
}

@media (min-width: 1024px) {
    .services-page__bottom-info h3 {
        text-align: left;
        margin: 0 0 12px 0;
    }
}

.services-page__bottom-info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--1-white);
    margin: 0 0 27px 0;
}

@media (min-width: 1024px) {
    .services-page__bottom-info p {
        margin: 0;
        text-align: left;
    }
}

.services-page__bottom-btn:hover {
    background: #fff;
    color: var(--cva-1);
}

.services-page__tab-item {
    display: none;
}

.services-page__tab-item.active {
    display: block;
}

.services-page__tab-item-img {
    height: 785px;
}

.services-page__tab-item-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* end services-page */

/* faq */
.faq {
    padding: 69px 0 0 0;
}

@media (min-width: 1024px) {
    .faq {
        padding: 82px 0 0 0;
    }
}

.faq__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    color: #000;
    margin: 0 0 41px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .faq__title {
        margin: 0 0 57px 0;
    }
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 33px 0;
}

@media (min-width: 1024px) {
    .faq-list {
        gap: 44px 0;
    }
}

.faq-item {
    border-bottom: 1px solid var(--cva-2);
    padding: 0 0 36px 0;
}

.faq-item:last-child {
    border: none;
}

.faq-item__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    cursor: pointer;
    gap: 0 48px;
}

.faq-item__head-title {
    width: 100%;
    max-width: calc(100% - 76px);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .faq-item__head-title {
        font-size: 24px;
    }
}

.faq-item__head-icon {
    fill: none;
    stroke-width: 2px;
    stroke: var(--cva-1);
    width: 28px;
    height: 16px;
    transition: 0.2s ease;
}

.faq-item__head.active .faq-item__head-icon {
    transform: scale(-1);
}

.faq-item__body {
    padding: 30px 0 0 0;
    margin: 37px 0 0 0;
    border-top: 1px solid var(--cva-2);
    display: none;
}

@media (min-width: 1024px) {
    .faq-item__body {
        margin: 0;
        padding: 25px 0 0 99px;
        border: none;
    }
}

.faq-item__body.show {
    display: block;
}

.faq-item__body p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: var(--cva-2);
    margin: 0;
}

.services-page__work-list {
    display: flex;
    flex-direction: column;
    gap: 38px 0;
    margin: 106px 0 0 0;
}

@media (min-width: 1024px) {
    .services-page__work-list {
        gap: 50px 0;
        margin: 104px 0 0 0;
    }
}

.work-item {
    display: flex;
    flex-direction: column;
    background: #06315b;
    margin: 0 -20px;
}

@media (min-width: 1024px) {
    .work-item {
        flex-direction: row;
        align-items: center;
        margin: 0;
    }
    .work-item:nth-child(2n) {
        flex-direction: row-reverse;
    }
}

.work-item__info {
    padding: 66px 10px 56px 10px;
}

@media (min-width: 1024px) {
    .work-item__info {
        width: 48%;
        padding: 0 67px 0 107px;
    }
}

.work-item__info h2 {
    margin: 0 0 21px 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: var(--color);
    text-align: center;
}

@media (min-width: 1024px) {
    .work-item__info h2 {
        text-align: left;
    }
}

.work-item__info p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38ox;
    text-align: center;
    color: var(--color);
}

@media (min-width: 1024px) {
    .work-item__info p {
        text-align: left;
    }
}

.work-item__img {
    height: 240px;
    width: 100%;
}

@media (min-width: 1024px) {
    .work-item__img {
        height: 440px;
        width: 52%;
    }
}

.work-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.services-page__schema {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 95px 0;
    margin: 60px auto 0 auto;
    width: 416px;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .services-page__schema {
        height: 405px;
        width: 100%;
        margin: 97px 0 0 0;
        overflow-x: auto;
        align-items: center;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1610px) {
    .services-page__schema {
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .services-page__schema::before {
        content: "";
        display: block;
        position: absolute;
        width: 120px;
        left: 0;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        z-index: 9;
    }
}

.schema-item {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px 0;
}

@media (min-width: 1024px) {
    .schema-item {
        position: relative;
        width: auto;
        display: block;
    }
}

.schema-item__number {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 7px 32px 7px rgba(191, 0, 0, 0.21);
    background: var(--color-4);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    color: var(--color);
    width: 81px;
    height: 81px;
    border-radius: 100%;
    z-index: 10;
    position: relative;
}

.schema-item__text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: var(--color-3);
    text-align: center;
}

@media (min-width: 1024px) {
    .schema-item__text {
        display: block;
        position: absolute;
        height: auto;
    }
}

.schema-item__line {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTk0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTk0IDEyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkzLjMzMyA2QzE5My4zMzMgMy4wNTQ0OCAxOTAuOTQ2IDAuNjY2NjY3IDE4OCAwLjY2NjY2N0MxODUuMDU0IDAuNjY2NjY3IDE4Mi42NjcgMy4wNTQ0OCAxODIuNjY3IDZDMTgyLjY2NyA4Ljk0NTUyIDE4NS4wNTQgMTEuMzMzMyAxODggMTEuMzMzM0MxOTAuOTQ2IDExLjMzMzMgMTkzLjMzMyA4Ljk0NTUyIDE5My4zMzMgNlpNMTg4IDZWNUwwIDVWNlY3TDE4OCA3VjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: absolute;
}

.schema-item-1 {
}

@media (min-width: 1024px) {
    .schema-item-1 {
        margin: 0 176px 0 118px;
    }
}

.schema-item-1 .schema-item__text {
    height: 47px;
}

@media (min-width: 1024px) {
    .schema-item-1 .schema-item__text {
        top: -120px;
        right: -65px;
    }
}

.schema-item-1 .schema-item__line:first-child {
    width: 108px;
    height: 12px;
    bottom: 35px;
    right: -55px;
}

@media (min-width: 1024px) {
    .schema-item-1 .schema-item__line:first-child {
        height: 12px;
        width: 170px;
        right: -170px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.schema-item-1 .schema-item__line:nth-child(2) {
}

@media (min-width: 1024px) {
    .schema-item-1 .schema-item__line:nth-child(2) {
        width: 125px;
        height: 12px;
        top: -55px;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
    }
}

.schema-item-2 {
}

@media (min-width: 1024px) {
    .schema-item-2 {
        margin: 0 173px 0 0;
    }
}

.schema-item-2 .schema-item__text {
}

@media (min-width: 1024px) {
    .schema-item-2 .schema-item__text {
        bottom: -160px;
        min-width: 215px;
        left: 65px;
    }
}

.schema-item-2 .schema-item__line:first-child {
    width: 85px;
    height: 12px;
    bottom: -53px;
    right: 60px;
    transform: rotate(90deg);
}

@media (min-width: 1024px) {
    .schema-item-2 .schema-item__line:first-child {
        height: 12px;
        width: 170px;
        right: -170px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.schema-item-2 .schema-item__line:nth-child(2) {
}

@media (min-width: 1024px) {
    .schema-item-2 .schema-item__line:nth-child(2) {
        width: 180px;
        height: 12px;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

.schema-item-3 {
    order: 4;
}

@media (min-width: 1024px) {
    .schema-item-3 {
        margin: 0 200px 0 0;
        order: 3;
    }
}

.schema-item-3 .schema-item__text {
}

@media (min-width: 1024px) {
    .schema-item-3 .schema-item__text {
        top: -120px;
        right: -75px;
    }
}

.schema-item-3 .schema-item__line:first-child {
}

@media (min-width: 1024px) {
    .schema-item-3 .schema-item__line:first-child {
        height: 12px;
        width: 199px;
        right: -197px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.schema-item-3 .schema-item__line:nth-child(2) {
}

@media (min-width: 1024px) {
    .schema-item-3 .schema-item__line:nth-child(2) {
        width: 125px;
        height: 12px;
        top: -55px;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
    }
}

.schema-item-4 {
    order: 3;
}

@media (min-width: 1024px) {
    .schema-item-4 {
        margin: 0 186px 0 0;
        order: 4;
    }
}

.schema-item-4 .schema-item__text {
}

@media (min-width: 1024px) {
    .schema-item-4 .schema-item__text {
        bottom: -135px;
        right: -120px;
    }
}

.schema-item-4 .schema-item__line:first-child {
    width: 108px;
    height: 12px;
    bottom: 35px;
    right: -55px;
    transform: scale(-1);
}

@media (min-width: 1024px) {
    .schema-item-4 .schema-item__line:first-child {
        height: 12px;
        width: 174px;
        right: -174px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.schema-item-4 .schema-item__line:nth-child(2) {
    width: 85px;
    height: 12px;
    bottom: -53px;
    right: 60px;
    transform: rotate(90deg);
}

@media (min-width: 1024px) {
    .schema-item-4 .schema-item__line:nth-child(2) {
        width: 130px;
        height: 12px;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

.schema-item-5 {
    order: 5;
}

@media (min-width: 1024px) {
    .schema-item-5 {
        margin: 0 185px 0 0;
    }
}

.schema-item-5 .schema-item__text {
}

@media (min-width: 1024px) {
    .schema-item-5 .schema-item__text {
        top: -80px;
        right: -85px;
    }
}

.schema-item-5 .schema-item__line:first-child {
    width: 108px;
    height: 12px;
    bottom: 35px;
    right: -55px;
}

@media (min-width: 1024px) {
    .schema-item-5 .schema-item__line:first-child {
        height: 12px;
        width: 174px;
        right: -174px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.schema-item-5 .schema-item__line:nth-child(2) {
}

@media (min-width: 1024px) {
    .schema-item-5 .schema-item__line:nth-child(2) {
        width: 125px;
        height: 12px;
        top: -15px;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
    }
}

.schema-item-6 {
    margin: 0 0 0 0;
    order: 5;
}

@media (min-width: 1024px) {
}

.schema-item-6 .schema-item__text {
}

@media (min-width: 1024px) {
    .schema-item-6 .schema-item__text {
        bottom: -114px;
        right: -45px;
    }
}

.schema-item-6 .schema-item__line:nth-child(2) {
}

@media (min-width: 1024px) {
    .schema-item-6 .schema-item__line:nth-child(2) {
        width: 125px;
        height: 12px;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}

/* end faq */

/* blog-page */
.blog-page {
    padding: 38px 0 57px 0;
}

@media (min-width: 1024px) {
    .blog-page {
        padding: 67px 0 79px 0;
    }
}

.blog-page__head {
    position: relative;
}

@media(min-width: 1024px){
    .blog-page__head {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px 0;
    }
}

.blog-page__head-left {
    margin: 0 0 49px 0;
}

@media (min-width: 1024px) {
    .blog-page__head-left {
        bottom: 0;
        margin: 0;
    }
}

.blog-page__head-title {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .blog-page__head-title {
        font-size: 60px;
    }
}

.blog-page__list {
    margin: 41px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (min-width: 1024px) {
    .blog-page__list {
        gap: 35px 0;
    }
}

.blog-page__link-row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 21px 0 0 0;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .blog-page__link-row {
        gap: 6px;
        margin: 49px 0 0 0;
    }
}

.blog-item {
    background: var(--1-white);
    text-decoration: none;
    border-radius: 5px;
}

@media (min-width: 1024px) {
    .blog-item {
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
    }
}

.blog-item__row {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .blog-item__row {
        flex-direction: row;
    }
}

.blog-item__img {
    max-width: 100%;
    height: 337px;
    overflow: hidden;
    border-radius: 5px;
}

@media (min-width: 1024px) {
    .blog-item__img {
        max-width: 514px;
    }
}

.blog-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-item__info {
    padding: 40px 0 75px 0;
}

@media (min-width: 1024px) {
    .blog-item__info {
        padding:  40px;
        max-width: calc(100% - 514px);
        width: 100%;
        display: flex;
        gap: 20px 0;
        flex-direction: column;
    }
}

@media(min-width: 1200px){
    .blog-item__info{
        padding: 59px 42px 59px 76px;
        justify-content: space-between;
        align-items: end;
        flex-direction: row;
    }
}

.blog-item__info-date {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #afafaf;
    text-align: center;
    margin: 0 0 18px 0;
}

@media (min-width: 1024px) {
    .blog-item__info-date {
        text-align: left;
        margin: 0 0 10px 0;
    }
}

.blog-item__info-text {
}

@media (min-width: 1024px) {
    .blog-item__info-text {
        max-width: 720px;
        width: 100%;
    }
}

.blog-item__info-text-name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 19px 0;
}

@media (min-width: 1024px) {
    .blog-item__info-text-name {
        margin: 0 0 17px 0;
        text-align: left;
    }
}

.blog-item__info-text-desc {
    padding: 0;
    margin: 0 0 22px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--cva-2);
}

@media (min-width: 1024px) {
    .blog-item__info-text-desc {
        margin: 0;
        text-align: left;
    }
}

.blog-item__info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .blog-item__info-btn {
        align-items: end;
        justify-content: end;
        max-width: 140px;
        width: 100%;
    }
}

.blog-item__info-btn-more {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #7c7c7c;
    display: block;
}
/* end blog-page */

/* c-pagination */
.c-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 63px 0 0 0;
    gap: 0 49px;
}

@media (min-width: 1024px) {
    .c-pagination {
        margin: 87px 0 0 0;
    }
}

.c-pagination__list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 0 24px;
}

.c-pagination__list li {
    list-style-type: none;
}

.c-pagination__list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    transition: 0.2s ease;
    font-family: var(--third-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
}

.c-pagination__list li.active a,
.c-pagination__list li a:hover {
    background: var(--cva-2);
    color: var(--1-white);
}

.c-pagination__prev {
}

.c-pagination__prev svg {
    fill: var(--cva-2);
    stroke: var(--cva-2);
    width: 6px;
    height: 10px;
    transform: scale(-1);
}

.c-pagination__next {
}

.c-pagination__next svg {
    fill: var(--cva-2);
    stroke: var(--cva-2);
    width: 6px;
    height: 10px;
}
/* end c-pagination */

/* article-page */
.article-page {
    padding: 30px 0 71px 0;
}

@media (min-width: 1024px) {
    .article-page {
        padding: 107px 0 82px 0;
    }
}

.article-page__head {
    margin: 0 0 14px 0;
}

@media (min-width: 1024px) {
    .article-page__head {
        margin: 0 0 45px 0;
    }
}

.article-page__head-top {
    display: flex;
    flex-direction: column;
    gap: 23px 0;
}

@media (min-width: 1024px) {
    .article-page__head-top {
        flex-direction: row;
        gap: 0 27px;
        align-items: center;
    }
}

.article-page__head-top-back {
    display: block;
    text-decoration: none;
}

.article-page__head-top-back svg {
    fill: none;
    stroke-width: 2px;
    stroke: var(--color-3);
    width: 12px;
    height: 24px;
}

.article-page__head-top-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .article-page__head-top-title {
        text-align: left;
    }
}

.article-page__head-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 29px 0 0 0;
}

@media (min-width: 1024px) {
    .article-page__head-bottom {
        justify-content: flex-start;
        gap: 0 17px;
    }
}

.article-page__head-bottom-category {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: var(--cva-2);
    transition: 0.2s ease;
}

.article-page__head-bottom-category:hover {
    color: var(--cva-2);
    text-decoration: underline;
}

.article-page__head-bottom-sep {
    display: none;
    height: 15px;
    width: 2px;
    background: var(--cva-2);
}

@media (min-width: 1024px) {
    .article-page__head-bottom-sep {
        display: block;
    }
}

.article-page__head-bottom-date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
}

.article-page__content {
}

.article-page__content-img {
    margin: 0 0 49px 0;
    height: 337px;
}

@media (min-width: 1024px) {
    .article-page__content-img {
        height: 562px;
        margin: 0 0 103px 0;
    }
}

.article-page__content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.article-page__content-text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 20px 0;
}

@media (min-width: 1024px) {
    .article-page__content-text p {
        text-align: left;
    }
}

.article-page__content-text p:last-child {
    margin: 0;
}

.article-page__similar {
    padding: 61px 0 0 0;
}

.article-page__similar-title {
    text-align: center;
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 72px 0;
}

@media (min-width: 1024px) {
    .article-page__similar-title {
        margin: 0 0 55px 0;
        font-size: 48px;
        line-height: 1;
    }
}

.article-page__similar-list {
    display: flex;
    flex-direction: column;
    gap: 0 0;
}

@media (min-width: 1024px) {
    .article-page__similar-list {
        gap: 55px 0;
    }
}
/* end article-page */

/* advantages */
.advantages {
    padding: 43px 0 104px 0;
}

@media (min-width: 1024px) {
    .advantages {
        padding: 62px 0 100px 0;
    }
}

.advantages__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 67px 0;
}

@media (min-width: 1024px) {
    .advantages__title {
        font-size: 48px;
    }
}

.advantages__title::after {
    content: "";
    width: 68px;
    height: 6px;
    background: var(--cva-1);
}

.advantages__row {
    gap: 73px 0;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    gap: 33px 0;
}

@media (min-width: 1024px) {
    .advantages-item {
        flex-direction: row;
        gap: 0 35px;
        align-items: flex-start;
    }
}

.advantages-item__icon {
    text-align: center;
}

@media (min-width: 1024px) {
    .advantages-item__icon {
        width: 200px;
        text-align: left;
    }
}

.advantages-item__info {
}

@media (min-width: 1024px) {
    .advantages-item__info {
        width: 100%;
        max-width: 515px;
    }
}

.advantages-item__info h3 {
    margin: 0 0 33px 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
}

@media (min-width: 1024px) {
    .advantages-item__info h3 {
        font-size: 36px;
        text-align: left;
        margin: 0 0 29px 0;
        width: 100%;
        max-width: 350px;
    }
}

.advantages-item__info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .advantages-item__info p {
        text-align: left;
    }
}

.advantages-item__info ul {
    padding: 0;
    margin: 0;
}

.advantages-item__info ul li {
    list-style-position: inside;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--cva-2);
}

@media (min-width: 1024px) {
    .advantages-item__info ul li {
        text-align: left;
    }
}
/* end advantages */

/* geography-transportation */
.geography-transportation {
    padding: 0 0 67px 0;
}

@media (min-width: 1024px) {
    .geography-transportation {
        padding: 0 0 124px 0;
    }
}

.geography-transportation__wrapper {
}

@media (min-width: 1024px) {
    .geography-transportation__wrapper {
        background: #f3f7fa;
    }
}

.geography-transportation__row {
    flex-direction: column-reverse;
    gap: 44px 0;
}

@media (min-width: 1024px) {
    .geography-transportation__row {
        flex-direction: row;
    }
}

.geography-transportation__info {
}

@media (min-width: 1024px) {
    .geography-transportation__info {
        padding: 80px 100px 0 98px;
    }
}

.geography-transportation__info h2 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 25px 0;
}

@media (min-width: 1024px) {
    .geography-transportation__info h2 {
        text-align: left;
        font-size: 48px;
        margin: 0 0 16px 0;
    }
}

.geography-transportation__info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .geography-transportation__info p {
        text-align: left;
        line-height: 34px;
    }
}

.geography-transportation__info ul {
    padding: 0;
    margin: 36px auto 50px auto;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 100%;
    max-width: 245px;
}

@media (min-width: 1024px) {
    .geography-transportation__info ul {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 18px 0 35px 0;
    }
}

.geography-transportation__info ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: var(--cva-2);
    position: relative;
    padding: 0 0 0 38px;
}

@media (min-width: 1024px) {
    .geography-transportation__info ul li {
        width: 50%;
        height: 36px;
    }
}

.geography-transportation__info ul li::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOC45OTk4MSIgY3k9IjguOTk5ODEiIHI9IjYuMjMwNzciIGZpbGw9IiMyNzI3MjciLz4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjguNSIgc3Ryb2tlPSIjMjcyNzI3Ii8+Cjwvc3ZnPgo=");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
}

@media (min-width: 1024px) {
    .geography-transportation__info ul li::before {
        top: 50%;
        transform: translateY(-50%);
    }
}

.geography-transportation__info-btn {
    max-width: 309px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .geography-transportation__info-btn {
        margin: 0;
    }
}

.geography-transportation__info-btn:hover {
    background: #fff;
    color: var(--color-4);
}

.geography-transportation__img {
    height: 526px;
}

@media (min-width: 1024px) {
    .geography-transportation__img {
        height: 577px;
    }
}

.geography-transportation__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* end geography-transportation */

/* reviews */
.reviews {
    position: relative;
    height: 672px;
    overflow: hidden;
}

.reviews__info {
    position: absolute;
    top: 77px;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .reviews__info {
        top: 103px;
    }
}

.reviews__bg{
    height: 100%;
}

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

.reviews__info-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: var(--color);
    margin: 0;
}

@media (min-width: 1024px) {
    .reviews__info-title {
        font-weight: 800;
        font-size: 64px;
    }
}

.reviews-swiper {
    margin: 25px 0 0 0;
}

@media (min-width: 1024px) {
    .reviews-swiper {
        margin: 75px 0 0 0;
    }
}

.reviews-item__logo {
    text-align: center;
    margin: 0 0 27px 0;
}

.reviews-item__text {
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 958px;
}

.reviews-item__text p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--color);
}

.reviews-item__persone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: var(--color);
    gap: 26px 0;
}

.reviews-item__persone::before {
    content: "";
    display: block;
    width: 58px;
    height: 6px;
    background: var(--cva-1);
}

.reviews--prev {
    top: 10px;
}

@media (min-width: 1024px) {
    .reviews--prev {
        top: 50%;
        left: 170px;
        transform: translateY(-50%);
    }
}

.reviews--next {
    top: 10px;
}

@media (min-width: 1024px) {
    .reviews--next {
        top: 50%;
        right: 170px;
        transform: translateY(-50%);
    }
}
/* end reviews */

/* our-mission */
.our-mission {
    padding: 0 0 30px 0;
}

.our-mission__info {
    padding: 0 0 61px 0;
}

.our-mission__info h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    color: var(--cva-2);
    margin: 0 0 44px 0;
}

@media (min-width: 1024px) {
    .our-mission__info h3 {
        align-items: self-start;
        margin: 0 0 28px 0;
    }
}

.our-mission__info h3::after {
    content: "";
    width: 58px;
    height: 6px;
    background: var(--cva-1);
}

.our-mission__info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .our-mission__info p {
        text-align: left;
        margin: 0 79px 0 0;
    }
}

.our-mission__info-list {
    display: flex;
    flex-direction: column;
    gap: 57px 0;
    margin: 44px 0 0 0;
}

@media (min-width: 1024px) {
    .our-mission__info-list {
        gap: 40px 0;
        margin: 50px 0 0 0;
    }
}

.our-mission__info-item {
    display: flex;
    flex-direction: column;
    gap: 26px 0;
}

@media (min-width: 1024px) {
    .our-mission__info-item {
        flex-direction: row;
        gap: 0 54px;
        align-items: center;
        padding: 0 70px 0 0;
    }
}

.our-mission__info-item-img {
    text-align: center;
}

.our-mission__info-item-text {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--cva-2);
}

@media (min-width: 1024px) {
    .our-mission__info-item-text {
        text-align: left;
    }
}

.slider-gallery__link {
    height: 387px;
    display: block;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .slider-gallery__link {
        height: 724px;
    }
}

.slider-gallery__link--about {
    height: 585px;
}

@media (min-width: 1024px) {
    .slider-gallery__link--about {
        height: 482px;
    }
}

.slider-gallery__link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-gallery--prev {
    left: 15px;
}

.slider-gallery--next {
    right: 15px;
}
/* end our-mission */

/* slider-swiper */
.slider-swiper {
    position: relative;
    height: 614px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .slider-swiper {
        height: 928px;
    }
}

.slider-swiper-item {
    position: relative;
    height: 100%;
}

.slider-swiper-item__img,
.slider-swiper-item__video{
    height: 100%;
}

.slider-swiper-item__img::before,
.slider-swiper-item__video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 24, 24, 0.68);
}

.slider-swiper-item__img::after,
.slider-swiper-item__video::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.46) 0%,
        rgba(102, 102, 102, 0.46) 100%
    );
}

.slider-swiper-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-swiper-item__video video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider-swiper-item__info {
    position: absolute;
    top: 80px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
}

@media (min-width: 1024px) {
    .slider-swiper-item__info {
        top: 50%;
        transform: translateY(-50%);
    }
}

.slider-swiper-item__info-title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    color: var(--color);
    margin: 0 0 35px 0;
}

@media (min-width: 1024px) {
    .slider-swiper-item__info-title {
        font-weight: 800;
        font-size: 64px;
        line-height: 1;
        max-width: 1288px;
        margin: 0 auto 21px auto;
    }
}

.slider-swiper-item__info-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--color);
    margin: 0 0 30px 0;
}

@media (min-width: 1024px) {
    .slider-swiper-item__info-desc {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 51px 0;
    }
}

.slider-swiper-item__info-btn {
    margin: 0 auto;
}

.slider-swiper-item__info-btn:hover {
    color: var(--cva-1);
    background: #fff;
}

/* end slider-swiper */

/* gallery-block */
.gallery-block {
    padding: 43px 0 47px 0;
}

@media (min-width: 1024px) {
    .gallery-block {
        padding: 59px 0 105px 0;
    }
}

.gallery-block__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 28px 0;
}

@media (min-width: 1024px) {
    .gallery-block__title {
        font-size: 48px;
        margin: 0 0 40px 0;
    }
}

@media (min-width: 1024px) {
    .slider-gallery--next--about {
        right: 50px;
    }
    .slider-gallery--prev--about {
        left: 50px;
    }
}
/* end gallery-block */

/* about */
.about-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: var(--cva-2);
    gap: 20px 0;
    margin: 0;
}

@media(min-width: 1024px) {
    .about-title{
        font-size: 48px;
    }
}

.about-title::after {
    content: "";
    display: block;
    background: var(--cva-1);
    width: 58px;
    height: 6px;
}
/* end about */

/* about-first-block */
.about-first-block {
    position: relative;
    height: 848px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .about-first-block {
        height: 728px;
    }
}

.about-first-block-before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.68);
    z-index: 3;
}

.about-first-block-after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.46) 0%,
        rgba(102, 102, 102, 0.46) 100%
    );
    display: block;
    z-index: 4;
}

.about-first-block__bg {
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}

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

.about-first-block__info {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 72px;
    z-index: 12;
}

@media (min-width: 1024px) {
    .about-first-block__info {
        top: 114px;
    }
}

.about-first-block__info h1 {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: var(--color);
    margin: 0 0 28px 0;
}

@media (min-width: 1024px) {
    .about-first-block__info h1 {
        font-size: 64px;
        line-height: 1;
        margin: 0 0 22px 0;
    }
}

.about-first-block__info p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: var(--1-white);
    margin: 0;
}

@media (min-width: 1024px) {
    .about-first-block__info p {
        max-width: 1199px;
        margin: 0 auto;
    }
}

.about-first-block__info-icon {
    margin: 77px 0 0 0;
    display: none;
}

@media (min-width: 1024px) {
    .about-first-block__info-icon {
        display: block;
    }
}

/* end about-first-block */

/* about-block-mobile */
.about-block-mobile {
    display: block;
    padding: 44px 0 0 0;
}

@media (min-width: 1024px) {
    .about-block-mobile {
        display: none;
        padding: 0;
    }
}

.about-block-mobile__row {
    gap: 38px 0;
}

.icon-item {
}

.icon-item__img {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-item__text {
    margin: 23px 0 0 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #06315b;
    text-align: center;
}

@media (min-width: 1024px) {
    .icon-item__text {
        color: #fff;
        margin: 31px 0 0 0;
    }
}

/* end about-block-mobile */

/* statistic */
.statistic {
    padding: 66px 0 44px 0;
}

@media (min-width: 1024px) {
    .statistic {
        padding: 144px 0 110px 0;
    }
}

.statistic__text {
    padding: 0;
}

@media (min-width: 1024px) {
    .statistic__text {
        padding: 0 82px 0 0;
    }
}

.statistic__text h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    line-height: 54px;
    color: var(--cva-2);
    margin: 0 0 42px 0;
}

@media (min-width: 1024px) {
    .statistic__text h3 {
        text-align: left;
    }
}

.statistic__text h3 strong {
    font-weight: 700;
}

.statistic__text p {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: var(--cva-2);
    margin: 0;
}

@media (min-width: 1024px) {
    .statistic__text p {
        text-align: left;
    }
}

.statistic__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 46px 0;
    padding: 36px 0 0 0;
}

@media (min-width: 1024px) {
    .statistic__list {
        flex-direction: row;
        gap: 63px 0;
        padding: 0;
    }
}

.statistic__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

@media (min-width: 1024px) {
    .statistic__item {
        width: 50%;
        gap: 16px 0;
    }
}

.statistic__item-number {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: var(--cva-2);
    text-align: center;
}

@media (min-width: 1024px) {
    .statistic__item-number {
        text-align: left;
    }
}

.statistic__item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: rgba(35, 31, 32, 0.5);
    gap: 36px 0;
}

@media (min-width: 1024px) {
    .statistic__item-text {
        align-items: start;
        text-align: left;
        gap: 16px 0;
    }
}

.statistic__item-text::after {
    content: "";
    width: 100%;
    height: 6px;
    background: var(--cva-1);
    display: block;
}

@media (min-width: 1024px) {
    .statistic__item-text::after {
        width: 135px;
    }
}

/* end statistic */

/* team */
.team {
    padding: 0 0 82px 0;
}

@media (min-width: 1024px) {
    .team {
        padding: 0 0 117px 0;
    }
}

.team__desc {
    margin: 35px 0 0 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: var(--color-3);
}

@media (min-width: 1024px) {
    .team__desc {
        margin: 31px auto 0 auto;
        width: 100%;
        max-width: 645px;
    }
}

.team__wrapper {
    margin: 52px 0 0 0;
    position: relative;
}

@media (min-width: 1024px) {
    .team__wrapper {
        margin: 52px 0 0 0;
    }
}

.team-swiper {
    padding: 0 0 72px 0;
}

@media (min-width: 1024px) {
    .team-swiper {
        padding: 0 0 81px 0;
    }
}

.team-item {
    position: relative;
}

.team-item__img {
    height: 530px;
    border-radius: 5px;
    overflow: hidden;
}

.team-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-item__info {
    position: absolute;
    bottom: -20px;
    width: 100%;
    max-width: 240px;
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.08);
    background: var(--1-white);
    border-top: 6px solid var(--cva-1);
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 145px;
    gap: 15px 0;
}

@media (min-width: 1024px) {
    .team-item__info {
        max-width: 308px;
    }
}

.team-item__info h3 {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--color-3);
}

.team-item__info p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: var(--color-3);
}

.team-pagination {
    bottom: 0 !important;
    gap: 0 11px;
}

.team-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #d9d9d9;
    border: transparent;
}

.team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #272727;
}

/* end team */

/* partners */
.partners {
    padding: 0 0 114px 0;
}

@media (min-width: 1024px) {
    .partners {
        padding: 0 0 112px 0;
    }
}

.partners__wrapper {
    margin: 39px 0 0 0;
    position: relative;
}

@media (min-width: 1024px) {
    .partners__wrapper {
        margin: 70px 0 0 0;
    }
}

.partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.partners-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.partners--prev svg,
.partners--next svg {
    stroke: var(--cva-2);
    width: 18px;
    height: 35px;
}

@media (min-width: 1024px) {
    .partners--prev svg,
    .partners--next svg {
        width: 10px;
        height: 19px;
    }
}
/* end partners */

/* certificates */
.certificates {
    padding: 0 0 124px 0;
}

@media (min-width: 1024px) {
    .certificates {
        padding: 0 0 123px 0;
    }
}

.certificates__row {
    gap: 29px 0;
    margin-top: 74px;
}

@media (min-width: 1024px) {
    .certificates__row {
        margin-top: 54px;
    }
}

.certificates-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    height: 579px;
}

.certificates-item img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.certificates__btn {
    background: #fff;
    color: var(--cva-1);
    margin: 64px auto 0 auto;
}

@media (min-width: 1024px) {
    .certificates__btn {
        margin: 91px auto 0 auto;
    }
}

.certificates__btn:hover {
    background: var(--cva-1);
    color: #fff;
}
/* end certificates */


/*popup*/
.modal-body{
    padding: 0;
}

.modal-dialog--callback{
    padding: 0;
    border-radius: 5px;
    max-width: 818px;
}

.modal-dialog--success{
    max-width: 650px;
    border-radius: 5px;
    padding: 0;
}

.modal-body--callback{
    padding: 0;
}

.popup{
    padding: 0;
    width: 100%;
}

.popup--callback{
    padding: 41px 20px;
    position: relative;
}

@media(min-width: 1024px) {
    .popup--callback{
        padding: 50px 53px;
    }
}

.popup__success{
    padding: 81px 12px 101px 12px;
}

.popup__btn-close{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    right: 25px;
    opacity: 1;
}

@media(min-width: 1024px) {
    .popup__btn-close{
        top: 28px;
        right: 29px;
    }
}

.popup__title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: var(--cva-2);
    margin: 0 0 35px 0;
}

@media(min-width: 1024px) {
    .popup__title{
        font-size: 32px;
        line-height: 48px;
        margin: 0 0 0 0;
    }
}

.popup__callback{}

.popup__form-row{
    display: flex;
    flex-direction: column;
    gap: 23px 0;
    margin: 0 0 28px 0;
}

@media (min-width: 1024px) {
    .popup__form-row{
        gap: 32px 0;
    }
}

.popup__callback .control-checkbox__elem{
    font-size: 15px;
    line-height: 34px;
    color: var(--cva-2);
}

@media(min-width: 1024px) {
    .popup__callback .control-checkbox__elem{
        font-size: 20px;
        line-height: 38px;
    }
}


.popup__success-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px 0;
}

.popup__success-title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #272727;
    margin: 0 0 20px 0;
}

.popup__success-text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000;
}
/*end popup*/