a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font: inherit;
    letter-spacing: 1.1px;
}

table td {
    border: 1px solid grey;
    padding-left: 5px;
}

table b {
    font-weight: bold;
}

ol, ul {
    list-style: none
}

address, cite, dfn, i, var {
    font-style: normal
}

b, h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: 400
}

article, aside, figcaption, figure, footer, header, menu, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: bottom
}

iframe, img, object, video {
    max-width: 100%
}

a {
    text-decoration: none
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    font-family: inherit
}

::after, ::before {
    position: relative
}

[hidden] {
    display: none !important
}

:disabled, [aria-disabled=true], [disabled] {
    cursor: not-allowed
}

@media (prefers-reduced-motion: reduce) {
    :not(.safe-animation), :not(.safe-animation)::after, :not(.safe-animation)::before {
        -webkit-animation-duration: 10ms !important;
        animation-duration: 10ms !important;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: Chivo;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Chivo-Black/Chivo-Black.eot?) format("eot"), url(../fonts/Chivo-Black/Chivo-Black.ttf) format("truetype"), url(../fonts/Chivo-Black/Chivo-Black.woff) format("woff"), url(../fonts/Chivo-Black/Chivo-Black.woff2) format("woff2")
}

@font-face {
    font-family: Chivo;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Chivo-Regular/Chivo-Regular.eot?) format("eot"), url(../fonts/Chivo-Regular/Chivo-Regular.ttf) format("truetype"), url(../fonts/Chivo-Regular/Chivo-Regular.woff) format("woff"), url(../fonts/Chivo-Regular/Chivo-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Chivo;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Chivo-Bold/Chivo-Bold.woff);
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1320px
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%
    }
}

:root {
    --main-font: Chivo, Arial, sans-serif;
    --fz-base: 18px;
    --lh-base: 20px;
    --h1-size: 50px;
    --h2-size: 40px;
    --h3-size: 32px;
    --h4-size: 24px;
    --paragraph-size: 18px;
    --list-size: 18px;
    --link-size: 18px;
    --h1-line-height: 60px;
    --h2-line-height: 48px;
    --h3-line-height: 38px;
    --h4-line-height: 28px;
    --paragraph-line-height: 25px;
    --list-line-height: 1.5;
    --link-line-height: 1.5;
    --letter-spacing: 1.1px;
    --primary-color: #072A5F;
    --link-color: #069EC6;
    --white-color: #fff;
    --black-color: #263238;
    --border-radius: 15px
}

body {
    position: relative;
    font-family: var(--main-font);
    font-size: var(--fz-base);
    line-height: var(--lh-base);
    color: var(--black-color);
    min-width: 320px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body::before {
    content: "";
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

body.no-scroll {
    overflow: hidden
}

body.no-scroll::before {
    opacity: 1;
    visibility: visible
}

::-webkit-input-placeholder {
    color: #b9c3cc
}

::-moz-placeholder {
    color: #b9c3cc
}

:-ms-input-placeholder {
    color: #b9c3cc
}

::-ms-input-placeholder {
    color: #b9c3cc
}

::placeholder {
    color: #b9c3cc
}

::-moz-selection {
    background-color: var(--primary-color);
    color: var(--white-color)
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color)
}

button {
    cursor: pointer
}

.site-main {
    min-height: 65vh
}

h1 {
    font-size: var(--h1-size);
    line-height: var(--h1-line-height);
    letter-spacing: var(--letter-spacing);
    font-weight: 500
}

h2 {
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
    letter-spacing: var(--letter-spacing);
    font-weight: 600
}

h3 {
    font-size: var(--h3-size);
    line-height: var(--h3-line-height);
    letter-spacing: var(--letter-spacing);
    font-weight: 500
}

h4 {
    font-size: var(--h4-size);
    line-height: var(--h4-line-height);
    letter-spacing: var(--letter-spacing);
    font-weight: 500
}

p {
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-line-height);
    letter-spacing: var(--letter-spacing)
}

ol, ul {
    font-size: var(--list-size);
    line-height: var(--list-line-height);
    letter-spacing: 1.1px;
    /*font-weight: 500*/
}

a {
    font-size: var(--link-size);
    line-height: var(--link-line-height)
}

.header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0;
    background-color: var(--white-color);
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

@media only screen and (max-width: 1024px) {
    .header {
        padding: 16px 0
    }
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .logo img {
    display: block;
    width: 100%;
    max-width: 228px
}

.header__nav.toggled .header__menu {
    top: 0
}

.header__toggle {
    display: none;
    padding: 9px;
    background-color: transparent;
    border: 0 solid transparent;
    outline: 0 transparent
}

@media only screen and (max-width: 1024px) {
    .header__toggle {
        display: block
    }
}

.header__toggle i {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #069ec6;
    margin: 6px 0;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease
}

.header__toggle.active i:nth-of-type(1) {
    -webkit-transform: translate(0, 7px) rotate(-45deg);
    -ms-transform: translate(0, 7px) rotate(-45deg);
    transform: translate(0, 7px) rotate(-45deg)
}

.header__toggle.active i:nth-of-type(2) {
    opacity: 0
}

.header__toggle.active i:nth-of-type(3) {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    -ms-transform: translate(0, -10px) rotate(45deg);
    transform: translate(0, -10px) rotate(45deg)
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .header__menu {
        position: fixed;
        z-index: -1;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 64px rgba(0, 0, 0, .12);
        box-shadow: 0 6px 64px rgba(0, 0, 0, .12);
        padding: 68px 32px 32px;
        overflow-y: scroll;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease
    }
}

.header .menu-item {
    padding: 40px 0;
    border-bottom: 3px solid transparent
}

@media only screen and (max-width: 1024px) {
    .header .menu-item {
        width: 100%;
        padding: 32px 0
    }
}

.header .menu-item:not(:last-child) {
    margin-right: 74px
}

@media only screen and (max-width: 1024px) {
    .header .menu-item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #e8e8e8
    }
}

.header .menu-item:hover {
    border-bottom: 3px solid #069ec6
}

@media only screen and (max-width: 1024px) {
    .header .menu-item:hover {
        border-bottom: 0 solid transparent
    }
}

.header .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.header .menu-item a {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: var(--letter-spacing);
    color: var(--black-color);
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease
}

.header .menu-item a:hover {
    opacity: .9
}

@media only screen and (max-width: 1024px) {
    .header .menu-item a {
        display: block
    }
}

.header .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

@media only screen and (max-width: 1024px) {
    .header .menu-item-has-children > a {
        margin-bottom: 16px
    }
}

.header .menu-item-has-children > a::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDYgNkwxIDEiIHN0cm9rZT0iIzI2MzIzOCIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    width: 12px;
    height: 7px;
    display: block
}

.header .menu-item .sub-menu {
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1024px) {
    .header .menu-item .sub-menu {
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width: 768px) {
    .header .menu-item .sub-menu {
        padding: 0
    }
}

.header .menu-item .sub-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: var(--white-color);
    -webkit-box-shadow: 0 6px 64px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 64px rgba(0, 0, 0, .12);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 768px) {
    .header .menu-item .sub-menu::before {
        display: none
    }
}

.header .menu-item .sub-menu .menu-item {
    width: 27%;
    padding: 10px 0;
    border: 0 solid transparent
}

@media only screen and (max-width: 1024px) {
    .header .menu-item .sub-menu .menu-item {
        width: 46%
    }
}

.header .menu-item .sub-menu .menu-item a {
    font-size: 18px;
    font-weight: 400
}

.footer {
    background-color: #163656;
    color: var(--white-color);
    padding: 50px 0
}

.footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    .footer .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.footer .menu-item a {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white-color)
}

.footer .menu-item a:hover {
    text-decoration: underline
}

.footer__menu--help a {
    text-decoration: underline
}

.footer__logo {
    margin-bottom: 28px
}

@media only screen and (max-width: 768px) {
    .footer__first, .footer__help, .footer__terms {
        width: 100%
    }
}

.footer__first, .footer__help {
    margin-bottom: 70px
}

.btn {
    display: inline-block;
    border: 0 solid transparent;
    outline: 0 transparent;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease
}

.card {
    width: 100%;
    max-width: calc(20% - 16px);
    position: relative;
    padding: 16px;
    background-color: var(--primary-color);
    border-radius: 20px;
    border: 1px solid transparent
}

.head {
    padding: 180px 0 130px;
    color: var(--white-color)
}

@media only screen and (max-width: 1024px) {
    .head {
        padding: 80px 0
    }
}

.head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .head .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.head__content {
    width: 516px
}

@media only screen and (max-width: 1024px) {
    .head__content {
        width: 100%
    }
}

.head__title {
    font-weight: 600;
    color: #069ec6;
    margin-bottom: 36px
}

@media only screen and (max-width: 1024px) {
    .head__title {
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 24px
    }
}

.head__title span {
    color: #ffa726
}

.head__text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin-bottom: 80px
}

@media only screen and (max-width: 1024px) {
    .head__text {
        margin-bottom: 40px
    }
}

.head__block_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 15px
}

.head__block_above {
    font-size: 20px;
    line-height: 27px
}

.head__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
}

.head__input, .step__input {
    outline: 0 transparent;
    background: #fff;
    border: 1px solid #b9c3cc;
    border-radius: 10px;
    min-width: 345px;
    padding: 20px;
    color: #000;
    margin-right: 20px
}

@media only screen and (max-width: 768px) {
    .head__input, .step__input {
        min-width: 219px;
        padding: 15px;
        margin-right: 15px
    }
}

.head__button, .step__button, .step__link {
    background: #069ec6;
    color: var(--white-color);
    padding: 15px 54px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .01em;
}

@media only screen and (max-width: 768px) {
    .head__button, .step__button, .step__link {
        font-size: 22px;
        line-height: 26px;
        padding: 11px 21px
    }
}

.head__map {
    width: calc(100% - 532px)
}

@media only screen and (max-width: 1024px) {
    .head__map {
        width: 100%
    }
}

.head--guide {
    padding: 70px 0;
    background: #eff7fa;
    background-image: url("../img/bg_header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .head--guide {
        padding: 40px 0
    }
}

.single .head--guide {
    margin-bottom: 30px;
}

.head--guide .head__content {
    width: 100%
}

.head--guide .head__title {
    text-transform: none;
    font-weight: 600;
    /*text-transform: capitalize;*/
    color: #069ec6;
    margin-bottom: 0;
}

.head--guide .head__title:first-letter {
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .head--guide .head__title {
        font-size: 40px
    }
}

.head--footer {
    background: #eff7fa;
    padding: 90px 0 50px
}

.head--footer .head__title {
    color: #163656;
    margin-bottom: 60px
}

.step {
    padding: 90px 0
}

@media only screen and (max-width: 768px) {
    .step {
        padding: 50px 0
    }
}

.step__title {
    font-weight: 600;
    margin-bottom: 80px
}

@media only screen and (max-width: 1024px) {
    .step__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.step__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.step__head {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: #ffa726;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
    display: none
}

@media only screen and (max-width: 768px) {
    .step__head {
        display: block
    }
}

.step__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px
}

.step__text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
}

.step__subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px
}

.step__form {
    margin-bottom: 16px
}

.step__link {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.step .swiper-pagination {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 360px !important;
    border-right: 3px solid #069ec6;
    margin-right: 40px
}

@media only screen and (max-width: 768px) {
    .step .swiper-pagination {
        display: none
    }
}

.step .swiper-pagination-bullet {
    width: 100%;
    height: auto;
    background: 0 0;
    border-radius: 0;
    opacity: 1;
    text-align: left;
    color: #069ec6;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    letter-spacing: 1.1px;
}

.step .swiper-pagination-bullet-active {
    /*font-size: 24px;*/
    /*line-height: 32px;*/
    color: #ffa726
}

.step .swiper-slide {
    margin-bottom: 140px
}

@media only screen and (max-width: 1024px) {
    .step .swiper-slide {
        margin-bottom: 120px
    }
}

.step .swiper-button-next, .step .swiper-button-prev {
    top: calc(100% - 50px);
    width: 100px;
    height: 60px;
    border: 2px solid #069ec6;
    border-radius: 10px
}

@media only screen and (max-width: 768px) {
    .step .swiper-button-next, .step .swiper-button-prev {
        height: 50px
    }
}

.step .swiper-button-next::after, .step .swiper-button-prev::after {
    content: "";
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center
}

.step .swiper-button-next {
    right: 0
}

.step .swiper-button-next::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNUgyMSIgc3Ryb2tlPSIjMDY5RUM2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTcgMUwyMSA1TDE3IDkiIHN0cm9rZT0iIzA2OUVDNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.step .swiper-button-prev {
    left: 0
}

.step .swiper-button-prev::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDVIMSIgc3Ryb2tlPSIjMDY5RUM2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNSAxTDEgNUw1IDkiIHN0cm9rZT0iIzA2OUVDNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.recent {
    background: #163656;
    padding: 140px 0
}

@media only screen and (max-width: 1024px) {
    .recent {
        padding: 50px 0
    }
}

.recent__title {
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 77px
}

@media only screen and (max-width: 1024px) {
    .recent__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.recent__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 77px
}

@media only screen and (max-width: 1024px) {
    .recent__posts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px
    }
}

.recent .item-post {
    position: relative;
    overflow: hidden;
    width: 33%;
    background: var(--white-color);
    padding: 40px;
    height: 221px;
    border-radius: 10px
}

@media only screen and (max-width: 1024px) {
    .recent .item-post {
        width: 48%
    }
}

@media only screen and (max-width: 768px) {
    .recent .item-post {
        padding: 20px;
        width: 100%
    }
}

.recent .item-post::after, .recent .item-post::before {
    content: "";
    position: absolute;
    opacity: .12
}

.recent .item-post::after {
    bottom: 0;
    left: 0;
    width: 102px;
    height: 102px;
    border-bottom: 48px solid #069ec6;
    border-left: 48px solid #069ec6
}

.recent .item-post::before {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #ffa726
}

.recent .item-post__container {
    position: relative;
    z-index: 2
}

.recent .item-post__title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #069ec6;
    margin-bottom: 20px
}

@media only screen and (max-width: 768px) {
    .recent .item-post__title {
        font-size: 20px;
        line-height: 24px
    }
}

.recent .item-post__text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin-bottom: 36px
}

@media only screen and (max-width: 768px) {
    .recent .item-post__text {
        margin-bottom: 20px
    }
}

.recent .item-post .btn-more {
    font-size: 18px;
    line-height: 21px;
    color: #069ec6
}

.recent .item-post .btn-more svg {
    margin-left: 12px
}

.recent__button {
    background: #069ec6;
    width: 300px;
    height: 60px;
    padding: 17px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    /*text-transform: lowercase;*/
}

.recent__button:first-letter {
    text-transform: uppercase;
}

.text {
    padding: 50px 0
}

@media only screen and (max-width: 768px) {
    .text {
        padding: 40px 0
    }
}

.text__content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
}

.text__content ul {
    padding-left: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

.text__content ol {
    padding-left: 20px;
    margin-left: 20px;
    list-style-type: decimal;
}

.text__content em {
    font-style: italic;;
}

.text__content p strong {
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    .text__content p {
        font-size: 16px;
        line-height: 25px
    }
}

.text--post .text__content p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin-bottom: 16px
}

.faq-block {
    margin: 102px 0 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.faq-block .accordion button .accordion-title {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .faq-block {
        margin: 50px 0
    }
}

.btn-faq-block .btn-primary {
    margin: auto;
    width: 300px;
    height: 60px
}

.faq-container {
    max-width: 707px;
    width: 100%;
    margin: auto
}

.title-faq {
    font-weight: 600;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .title-faq {
        text-align: left;
        font-size: 30px;
        line-height: 36px
    }
}

.accordion {
    margin-top: 80px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .accordion {
        margin-top: 30px;
        overflow: unset;
    }
}

.accordion button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    border: none;
    outline: 0;
    background: 0 0
}

.accordion button:focus, .accordion button:hover {
    cursor: pointer
}

.accordion button .accordion-title {
    width: 630px;
    max-width: 100%;
    text-align: left;
    padding-bottom: 50px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

@media (max-width: 768px) {
    .accordion button .accordion-title {
        width: auto;
        max-width: 92%;
        padding-bottom: 30px;
        font-size: 22px;
        line-height: 26px
    }
}

.accordion .accordion-item button[aria-expanded=true] .accordion-title {
    color: #069ec6
}

.accordion button .icon {
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px
}

.accordion .accordion-item button[aria-expanded=true] .icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion .accordion-item button[aria-expanded=true] + .content {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.content {
    width: 630px;
    max-width: 100%;
    opacity: 0;
    max-height: 0
}

.content p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin-bottom: 50px
}

.content a.more_link {
    display: block;
    margin-top: 20px;
    font-family: Chivo, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #069ec6;
    cursor: pointer
}

.content a.more_link::after {
    width: 20px;
    height: 8px;
    margin-left: 10px
}

.btn-faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-faq-block .btn-primary {
    background: #069ec6;
    border-radius: 10px;
    width: 300px;
    height: 60px;
    padding: 17px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff
}

.guides {
    padding: 50px 0
}

@media only screen and (max-width: 1024px) {
    .guides {
        padding: 0 0 50px
    }
}

.guides .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1024px) {
    .guides .container {
        display: block
    }
}

.guides__nav {
    width: 100%;
    max-width: 310px;
    padding-right: 20px;
    display: flex;
    flex-flow: column;
    border-right: 3px solid #069ec6;
    min-width: 300px;
}

.guides__nav-header {
    padding-right: 20px;
    margin-bottom: 50px;
}

.guides__nav-header .button {
    padding: 17px;
}

.guides__nav-header .button, .guides__nav-header img {
    margin-bottom: 30px;
}

.guides__nav.guides__nav-fixed {
    position: fixed;
    top: 50px;
}

.guides__nav-wrapper {
    min-width: 300px;
    width: 100%;
    max-width: 310px;
    margin-right: 40px;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .guides__nav-wrapper {
        margin-top: 30px;
    }
}

/*.guides__nav-wrapper.guides__nav-wrapper_without_border{*/
/*    width: 100%;*/
/*    max-width: 310px;*/
/*    margin-right: 40px;*/
/*    border-right: none;*/
/*    height: 100%;*/
/*}*/
@media only screen and (max-width: 1024px) {
    .guides__nav.guides__nav-fixed {
        position: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .guides__nav.guides__nav-fixed, .guides__nav-wrapper, .guides__nav {
        position: unset;
        max-width: 100%;
        border-right: 0 solid transparent;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.guides__nav--item {
    letter-spacing: 1.1px;
    margin-bottom: 15px
}

.guides__nav--item a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #069ec6;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media only screen and (max-width: 768px) {
    .guides__nav--item a {
        font-size: 16px
    }
}

.guides__nav--item a:hover {
    color: #ffa726
}

.guides__title-wrapper {
    display: flex;
    position: relative;
    align-items: center;
}

.guides--number .guides__title-wrapper .guides__title {
    align-items: flex-start;
}

.guides__title-wrapper:before {
    margin-right: 20px;
    counter-increment: section2;
    content: counter(section2);
    font-size: 120px;
    line-height: 140px;
    color: #069ec6;
    font-weight: bold;
}

.guides__title-wrapper .guides__title {
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.guides__title-wrapper .guides__title:before {
    display: none;
}

.guides__title-wrapper .note {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    color: #B9C3CC;
    font-style: italic;
    margin-top: -20px;
}

.guides--number .guides__title .note b {
    font-weight: bold;
}

.guides__title {
    font-weight: 600;
    margin-bottom: 40px
}

@media only screen and (max-width: 1024px) {
    .guides__title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.guides__text {
    margin-bottom: 25px
}

@media only screen and (max-width: 1024px) {
    .guides__text {
        margin-bottom: 15px
    }
}

.guides__text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
}

.service__content h2, .step__text h2, .guides__faq h2, .title-post .title-text h2, .faq-block h2, .guides__bng .content h2, .text__content h2, .guides__blue_text h2, .guides__blue_content h2, .guides__text h2 {
    margin-bottom: 40px;
    font-weight: 600;
}

.service__content h3, .step__text h3, .guides__faq h3, .title-post .title-text h3, .faq-block h3, .guides__bng .content h3, .text__content h3, .guides__blue_text h3, .guides__blue_content h3, .guides__text h3 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #069ec6;
}

.service__content h4, .step__text h4, .guides__faq h4, .title-post .title-text h4, .faq-block h4, .guides__bng .content h4, .text__content h4, .guides__blue_text h4, .guides__blue_content h4, .guides__text h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.service__content h5, .step__text h5, .guides__faq h5, .title-post .title-text h5, .faq-block h5, .guides__bng .content h5, .text__content h5, .guides__blue_text h5, .guides__blue_content h5, .guides__text h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.service__content a, .step__text a, .guides__faq a, .title-post .title-text a, .faq-block a, .guides__bng .content a, .text__content a, .guides__blue_text a, .guides__blue_content a, .guides__text a {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: #069ec6;
    text-decoration: underline
}

.step__text em, .guides__faq em, .title-post .title-text em, .faq-block em, .guides__bng .content em, .text__content em, .guides__blue_text em, .guides__blue_content em, .guides__text em {
    font-style: italic;
}

.service__content strong, .service__content b, .step__text strong, .step__text b, .guides__faq strong, .guides__faq b, .title-post .title-text strong, .title-post .title-text b, .faq-block strong, .faq-block b, .guides__bng .content strong, .guides__bng .content b, .text__content strong, .text__content b, .guides__blue_text strong, .guides__blue_text b, .guides__blue_content strong, .guides__blue_content b, .guides__text strong, .guides__text b {
    font-weight: bold;
}

.service__content ul, .step__text ul, .guides__faq ul, .title-post .title-text ul, .faq-block ul, .text__content ul, .guides__blue_text ul, .guides__blue_content ul, .guides__text ul, .guides__bng .content ul {
    list-style-type: disc;
    padding-left: 40px;
    font-size: 18px;
    letter-spacing: 1.1px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service__content ol, .step__text ol, .guides__faq ol, .title-post .title-text ol, .faq-block ol, .text__content ol, .guides__blue_text ol, .guides__blue_content ol, .guides__text ol, .guides__bng .content ol {
    list-style-type: decimal;
    padding-left: 40px;
    font-size: 18px;
    letter-spacing: 1.1px;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .guides__text h3 {
        font-size: 22px;
        line-height: 26px
    }
}

.guides__text h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 16px
}

@media only screen and (max-width: 1024px) {
    .guides__text h6 {
        font-size: 16px
    }
}

.guides__icon_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    /*margin-bottom: 15px*/
}

.guides__icon_icon {
    min-width: 50px;
    height: 50px;
    margin-right: 15px
}

.guides__icon_icon img {
    display: block;
    margin: 0 auto
}

.guides__blue {
    margin: 40px 0;
    padding: 35px 40px;
    background-color: #eff7fa;
    border-radius: 20px
}

@media only screen and (max-width: 768px) {
    .guides__blue {
        margin: 20px 0;
        padding: 30px 20px
    }
}

.guides__blue_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px
}

.guides__blue_text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
}

.guides__blue_text p a {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    letter-spacing: inherit;
    color: #069ec6;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .guides__blue_title {
        font-size: 18px;
        line-height: 20px
    }
}

.guides__blue_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
}

@media only screen and (max-width: 768px) {
    .guides__blue_item {
        gap: 10px
    }
}

.guides__blue_icon {
    min-width: 32px
}

/*.guides__blue_icon {*/
/*    width: 25px;*/
/*    height: 25px;*/
/*}*/
.guides__blue_content p,
.guides__blue_content a,
.guides__blue_content ol,
.guides__blue_content ul {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
}

.guides__text p + h2, .guides__text p + h3, .guides__text p + h4,
.guides__text ol + h2, .guides__text ol + h3, .guides__text ol + h4,
.guides__text ul + h2, .guides__text ul + h3, .guides__text ul + h4,
.guides__blue_content p + h2, .guides__blue_content p + h3, .guides__blue_content p + h4,
.guides__blue_content ol + h2, .guides__blue_content ol + h3, .guides__blue_content ol + h4,
.guides__blue_content ul + h2, .guides__blue_content ul + h3, .guides__blue_content ul + h4 {
    margin-top: 30px;
}

.guides__blue_content p b,
.guides__blue_content p strong,
.guides__blue_text p b,
.guides__blue_text p strong {
    font-weight: bold;
}

.guides__blue_content a {
    color: #069ec6;
}

.guides__blue_content ol, .guides__blue_text ol {
    padding-left: 40px;
    list-style-type: decimal;
}

.guides__blue_content ul, .guides__blue_text ul {
    padding-left: 40px;
    list-style-type: disc;
}

.guides__blue_content ol strong,
.guides__blue_text ol strong,
.guides__blue_content ul strong,
.guides__blue_text ul strong {
    font-weight: bold;
}

.guides__blue_content p {
    margin-bottom: 15px
}

.guides__blue--text {
    padding: 35px 40px
}

@media only screen and (max-width: 768px) {
    .guides__blue--text {
        padding: 30px 20px
    }
}

.guides__faq.accordion {
    margin-top: 0;
    max-width: 750px
}

.guides__faq .accordion-item {
    margin-bottom: 30px
}

.guides__faq .accordion-item .content p:not(:last-child) {
    margin-bottom: 1em;
}

.guides__faq .accordion-title {
    padding-bottom: 20px !important
}

.guides__plus-minus {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media only screen and (max-width: 1024px) {
    .guides__plus-minus {
        gap: 20px
    }
}

@media only screen and (max-width: 768px) {
    .guides__plus-minus {
        display: block
    }
}

.guides__plus-minus_block {
    width: 50%;
    padding: 35px;
    background: #eff7fa;
    border-radius: 20px
}

@media only screen and (max-width: 768px) {
    .guides__plus-minus_block {
        width: 100%;
        padding: 20px 15px
    }
}

.guides__plus-minus_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 20px
}

.guides__plus-minus_subtitle {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    margin-bottom: 20px
}

.guides__plus-minus_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.guides__plus-minus_icon {
    min-width: 32px
}

.guides__icon_icon img,
.guides__blue_icon img,
.guides__plus-minus_icon img {
    width: 32px;
}

.guides__plus-minus_text {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
}

@media only screen and (max-width: 768px) {
    .guides__plus-minus_text {
        font-size: 16px
    }
}

.guides__price {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media only screen and (max-width: 1024px) {
    .guides__price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.guides__price_block {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eff7fa;
    border-radius: 20px;
    padding: 30px 25px
}

@media only screen and (max-width: 1024px) {
    .guides__price_block {
        width: calc(50% - 10px)
    }
}

@media only screen and (max-width: 768px) {
    .guides__price_block {
        width: 100%
    }
}

.guides__price_title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px
}

.guides__price_subtitle {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: center;
    margin-bottom: 20px
}

.guides__price_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 16px
}

.guides__price_bottom {
    text-align: center;
    margin-top: 15px
}

.guides__price_price {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600
}

.guides__price_fees {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    line-height: 25px
}

.guides--number {
    counter-reset: section section2
}

.guides--number .guides__nav--item a:before {
    counter-increment: section;
    content: counter(section) ". "
}

.guides--number .guides__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.guides--number .guides__title::before {
    counter-increment: section2;
    content: counter(section2);
    font-size: 120px;
    line-height: 140px;
    color: #069ec6
}

.service {
    counter-reset: section section2
}

.service__item {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-bottom: 20px;
    border: 1px solid #b9c3cc;
    border-radius: 20px;
    padding: 30px
}

@media only screen and (max-width: 1024px) {
    .service__item {
        padding: 20px
    }
}

.service__item::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 120px;
    font-weight: 600;
    color: #eff7fa;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media only screen and (max-width: 1200px) {
    .service__item::before {
        display: none
    }
}

.service__item--open::before {
    left: -200px;
    font-size: 300px;
    color: #069ec6
}

.service__item--open .service__head:before {
    color: #069ec6
}

.service__head {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1200px) {
    .service__head {
        gap: 20px
    }
}

@media only screen and (max-width: 1024px) {
    .service__head {
        gap: 10px
    }
}

.service__head::before {
    display: none;
    counter-increment: section2;
    content: counter(section2);
    font-size: 80px;
    font-weight: 600;
    color: #eff7fa;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media only screen and (max-width: 1200px) {
    .service__head::before {
        display: block
    }
}

.service__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600
}

@media only screen and (max-width: 1200px) {
    .service__title {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .service__title {
        font-size: 30px;
        line-height: 36px
    }
}

.service__icon {
    width: 30px
}

.service__content {
    display: none;
    margin-top: 30px
}

.service__content p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.1px;
}

.service__content p:not(:last-child) {
    margin-bottom: 15px
}

.single__header {
    background-color: #eff7fa;
    padding: 60px 0
}

.single__title {
    font-weight: 600;
    color: #069ec6
}

@media only screen and (max-width: 1024px) {
    .single__title {
        font-size: 40px;
        line-height: 48px
    }
}

.single__title span {
    color: #ffa726
}

.not-found {
    padding: 80px 0
}

@media only screen and (max-width: 768px) {
    .not-found {
        text-align: center
    }
}

.not-found__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 96px
}

@media only screen and (max-width: 768px) {
    .not-found__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 64px
    }
}

.not-found__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: 1.1px;
    max-width: 680px
}

@media only screen and (max-width: 1024px) {
    .not-found__title {
        font-size: 32px;
        line-height: 40px
    }
}

@media only screen and (max-width: 768px) {
    .not-found__title {
        margin-bottom: 32px
    }
}

.not-found__numbs {
    font-size: 256px;
    font-weight: 600;
    line-height: 320px;
    letter-spacing: 1.1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 768px) {
    .not-found__numbs {
        font-size: 120px;
        line-height: 130px
    }
}

.not-found__numb {
    position: relative
}

.not-found__numb::before {
    content: "";
    position: absolute;
    border-radius: 50%
}

.not-found__numb span {
    position: relative;
    z-index: 2
}

.not-found__numb--red::before {
    top: 116px;
    left: 36px;
    width: 78px;
    height: 78px;
    background-color: var(--red-color)
}

@media only screen and (max-width: 768px) {
    .not-found__numb--red::before {
        width: 36px;
        height: 36px;
        top: 40px;
        left: 15px
    }
}

.not-found__numb--orange::before {
    top: 96px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-color: var(--orange-color)
}

@media only screen and (max-width: 768px) {
    .not-found__numb--orange::before {
        width: 60px;
        height: 60px;
        top: 32px;
        left: 6px
    }
}

.not-found__numb--cyan::before {
    top: 116px;
    left: 36px;
    width: 78px;
    height: 78px;
    background-color: var(--cyan-color)
}

@media only screen and (max-width: 768px) {
    .not-found__numb--cyan::before {
        width: 36px;
        height: 36px;
        top: 40px;
        left: 15px
    }
}

.not-found__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto
}

.broker__header {
    margin-bottom: 100px
}

.broker__header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin-bottom: 40px
}

.broker__header_image {
    width: 100%;
    max-width: 55%
}

.broker__header_content {
    width: 100%;
    max-width: 45%
}

.broker__header_list {
    margin-bottom: 40px
}

.broker__header_list li {
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative
}

.broker__header_list li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    background: url(../images/li.svg);
    width: 34px;
    height: 34px
}

.broker__header_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.broker__header_item {
    line-height: 40px
}

.broker__header_item span {
    font-weight: 700
}

.broker__header_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.broker__title {
    text-align: center;
    margin-bottom: 60px
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.entry-content > *:not(.wr) {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1320px;
}

@media only screen and (max-width: 768px) {
    .entry-content > *:not(.wr) {
        max-width: 100%;
    }
}

.entry-content > .container_right {
    padding-left: 365px;
}

@media only screen and (max-width: 1024px){
    .entry-content > .container_right {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wpcf7-form {
}

.wpcf7-form label {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 15px;
}

.wpcf7-form input, .wpcf7-form textarea {
    margin-top: 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #b9c3cc;
    border-radius: 10px;
    min-width: 345px;
    width: 100%;
    padding: 20px;
    color: #000;
    margin-right: 20px;
    height: 100%;
}

.wpcf7-form input[type=submit] {
    background: #069ec6;
    color: #fff;
    padding: 15px 50px !important;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    border: none;
    margin: 0 auto;
    width: auto;
}
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}

/* Shows the reCAPTCHA on the Contact page */
.page-id-2138 .grecaptcha-badge {
    display: block !important;
}
.copywriter{
    background-color: #163656;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 60px;
}
