@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Regular.woff2") format(woff2), url("../fonts/Inter-Regular.woff") format(woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Medium.woff2") format(woff2), url("../fonts/Inter-Medium.woff") format(woff);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-SemiBold.woff2") format(woff2), url("../fonts/Inter-SemiBold.woff") format(woff);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("../fonts/Inter-Bold.woff2") format(woff2), url("../fonts/Inter-Bold.woff") format(woff);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::after, *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul[class], ol[class] {
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

    ul[class] {
        list-style: none;
    }

img {
    max-width: 100%;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html, body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    color: #000;
}

html {
    font-size: 10px;
}

body > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer {
    margin-top: auto;
}

button {
    cursor: pointer;
}

.container-header {
    max-width: 134rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.container {
    max-width: 123rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

a {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

    a:hover {
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.title {
    font-weight: 600;
    font-size: 3.1rem;
    line-height: 1.5;
}

.btn {
    background: #0085ff;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    border-radius: 8px;
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
}

    .btn:hover {
        background: #1645aa;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.header__inner {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    width: 320px;
}

.header {
    background: #f1f9ff;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .menu__list li a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border-bottom: 2px solid transparent;
    }

        .menu__list li a:hover {
            border-bottom: 4px solid #fff;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

.menu__list-item--active {
    position: relative;
}

    .menu__list-item--active::before {
        position: absolute;
        content: '';
        width: 18px;
        height: 3px;
        left: 0;
        bottom: -4px;
        background: #fff;
    }

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.header__languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.header__languages-link {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.header__languages-link--active {
    font-weight: 700;
}

.header__box-link {
    width: 235px;
    height: 48px;
    line-height: 48px;
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    background: #0085ff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}

    .header__box-link:hover {
        background: #1645aa;
    }

.header-bottom {
    padding: 15px 0;
    background: #0085ff;
}

.footer {
    padding: 6rem 0 10rem 0;
}

.footer__inner {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
}

.footer-menu__list li {
    margin-bottom: 3rem;
}

    .footer-menu__list li a {
        /* opacity: 0.75; */
        color: #0a142f;
        font-size: 16px;
        font-weight: bold;
    }

        .footer-menu__list li a:hover {
            color: #0085ff;
        }

.footer__arrows {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0085ff;
    cursor: pointer;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

    .footer__arrows img {
        width: 26px;
        height: 26px;
    }

    .footer__arrows:hover {
        background: #1645aa;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom__text {
    opacity: 0.75;
    color: #0a142f;
    font-size: 12px;
}

.footer-bottom__contact {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.footer-bottom__contact-text {
    font-weight: 600;
    color: #0a142f;
    font-size: 14px;
    font-weight: bold;
}

.footer-bottom__contact-link {
    color: #0a142f;
    font-size: 14px;
    font-weight: bold;
}

    .footer-bottom__contact-link:hover {
        color: #0085ff;
    }

.heading {
    padding: 6rem 0;
    background: #f1f9ff;
}

.heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.heading-block, .heading-box__inner {
    width: 50%
}

.heading-block {
    position: relative;
    min-height: 528px;
    padding: 120px 20px 20px 30px;
    border-radius: 40px;
}

    .heading-block::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0px;
        border-radius: 40px;
        background-color: rgba(0, 0, 0, 0.3);
    }

.heading-block__top {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}

.heading-block__top-text {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.heading-block__title {
    position: absolute;
    bottom: 40px;
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    z-index: 2;
}

.heading-block__btn {
    width: 274px;
    display: block;
    height: 52px;
    line-height: 52px;
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    background: #2563eb;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

    .heading-block__btn:hover {
        background: #1645aa;
    }

.our-services {
    width: 50%
}

.our-services__title {
    margin-bottom: 1rem;
    text-align: center;
}

.home-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-services__item {
    padding: 15px 5px;
    width: 49%;
    background: rgba(227, 242, 255, 0.5);
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.home-services__item-img {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.home-services__item-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

.home-services__list-item {
    margin: 0 0 10px 20px;
    list-style: disc;
    line-height: 1.5;
    font-size: 13px;
}


.home-news {
    padding: 5rem 0;
    background: #f3f3f3;
}

.home-news__title {
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
}

    .home-news__title::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 25px;
        top: -4px;
        right: -25px;
        background: url("../images/home/news-arrow.svg") no-repeat;
    }

.home-news2__title {
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    color: #1a1a1a;
}

.news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-box1__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3 - 2rem);
    padding-right: 20px;
}

.news-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3 - 2rem);
    padding-right: 20px;
}

.news-box__item-imgbox {
    min-height: 300px;
}

.news-box__item-imgbox-img {
    margin-bottom: 3rem;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 270px;
    width: -webkit-fill-available;
}

.news-box__item-img {
    margin-bottom: 3rem;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-box__item-date {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #6941c6;
}

.news-box__item-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-right: 5px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
}

    .news-box__item-title::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 25px;
        top: 0;
        right: 0;
        background: url("../images/home/news-arrow.svg") no-repeat;
    }

.news-box__item-text {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #667085;
    text-align: justify;
}

.slider {
    padding: 9rem 0;
    background: url("../images/home/BG.png") no-repeat;
    background-size: cover;
}

.slider__title {
    margin-bottom: 5rem;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #68d585;
}

.slider-box__item {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-box__item-text {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.slider-box__item-img {
    margin-bottom: 2.5rem;
    width: 76px;
    height: 76px;
    border-radius: 50%
}

.slider-box__item-name {
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

.slider-box__item-job {
    font-size: 16px;
    color: #fff;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

    .slick-dots li button {
        padding: 0;
        font-size: 0;
        border: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #fff;
    }

    .slick-dots li.slick-active button {
        background-color: #68d585;
    }

.about-heading {
    padding: 6rem 0;
    background: #f1f9ff;
}

.about-heading__box-subtitle {
    margin-bottom: 2rem;
    font-size: 3.1rem;
    font-weight: 600;
}

.goals {
    padding: 4rem 0;
}

.goals__title {
    margin-bottom: 2.5rem;
    text-align: center;
}

.goals-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3.5rem;
}

.goals-block__item {
    padding: 2rem;
    width: calc(100% / 3 - 1.5rem);
    border: 1px solid #e1e1e1;
    border-radius: 16px;
}

.goals-block__item-img {
    width: 50px;
    height: 50px;
    margin-bottom: 2rem;
}

.goals-block__item-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #222;
}

.goals-block__item-text {
    font-size: 19px;
    line-height: 1.5;
    color: #222;
    text-align: justify;
}

.goals-block__item:nth-child(2) {
    background: #f1f9ff;
}

    .goals-block__item:nth-child(2) .goals-block__item-title {
        color: #222;
    }

    .goals-block__item:nth-child(2) .goals-block__item-text {
        color: #222;
    }

.tasks {
    padding: 4rem;
    background: #667085;
}

.tasks-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

.tasks-block__title {
    width: 22%;
    color: #fff;
}

.tasks-block__content {
    width: 78%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

.tasks-block__item {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    width: calc(100% / 2 - 1rem);
}

    .tasks-block__item:nth-child(7) {
        margin-bottom: 0;
    }

.tasks-block__item-img {
    min-width: 40px;
    height: 40px;
}

.tasks-block__item-text {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

.principles {
    padding: 4rem 0;
}

.principles__title {
    margin-bottom: 6rem;
    text-align: center;
}

.principles-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
}

.principles-block__item-img {
    margin: 0 auto 20px auto;
}

.principles-block__item-text {
    font-size: 3rem;
    text-align: center;
}

.heading-block {
    background-repeat: no-repeat;
    background-size: cover;
}

.heading__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin: -50px 0 0 auto;
}

    .heading__arrows .slick-prev, .heading__arrows .slick-next {
        font-size: 0;
        padding: 0;
        border: none;
        width: 44px;
        height: 44px;
        z-index: 2;
    }

.heading-slider .slick-dots li button {
    border: 1px solid #000;
}

.heading-slider .slick-dots li.slick-active button {
    background-color: #2563eb;
}

.heading__arrows .slick-prev {
    background: url("../images/home/arrows-left-white.svg") no-repeat;
}

.heading__arrows .slick-next {
    background: url("../images/home/arrows-right-white.svg") no-repeat;
}

.news-boxtitle {
    display: flex;
    justify-content: space-between;
    padding: 1em;
}


.partners {
    padding: 40px 0;
    overflow-x: hidden;
}

.partners__title {
    margin-bottom: 50px;
}

.partners-slider__item-img {
    max-width: 187px;
    height: 100px;
    margin: 0 auto;
}

.partners-slider .slick-prev, .partners-slider .slick-next {
    font-size: 0;
    padding: 0;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.partners-slider .slick-prev {
    background: url("../images/home/arrows-left.svg") no-repeat;
    left: -10px;
}

.partners-slider .slick-next {
    background: url("../images/home/arrows-right.svg") no-repeat;
    right: -25px;
}

.partners-slider__item {
    position: relative;
}

.partners-slider .slick-dots li button {
    border: 1px solid #000;
}

.partners-slider .slick-dots li.slick-active button {
    background-color: #2563eb;
}

.news-box__slider .news-box__item {
    width: 97%;
    margin: 0 auto;
}

.news-box .slick-prev, .news-box .slick-next {
    font-size: 0;
    padding: 0;
    border: none;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.news-box .slick-prev {
    background: url("../images/home/arrows-left-news.svg") no-repeat;
    left: -25px;
}

.news-box .slick-next {
    background: url("../images/home/arrows-right-news.svg") no-repeat;
    right: -64px;
}

.news-box .slick-dots {
    margin: 0 auto;
}

    .news-box .slick-dots li button {
        border: 1px solid #000;
    }

    .news-box .slick-dots li.slick-active button {
        background-color: #2563eb;
    }

@media (max-width: 1300px) {
    .news-box__slider .news-box__item {
        width: 85%
    }

    .news-box .slick-prev {
        left: 10px;
    }

    .news-box .slick-next {
        right: -34px;
    }
}

@media (max-width: 700px) {
    .news-box__slider .news-box__item {
        width: 97%
    }
}

@media (max-width: 550px) {
    .news-box__slider .news-box__item {
        width: 100%
    }

    .partners {
        padding: 40px 0;
    }

    .news-box--slider {
        gap: 0;
    }

    .partners__title {
        text-align: center;
    }

    .heading-block {
        min-height: 340px;
    }
}

.services {
    padding: 4rem 0;
    background: #f1f9ff;
}

.services__title {
    margin-bottom: 2rem;
    text-align: center;
    color: #170f49;
}

.services__text {
    margin-bottom: 3rem;
    line-height: 1.5;
    text-align: center;
    color: #6f6c90;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

.tabs__inner {
    width: 35%
}

.tabs__item {
    padding: 4rem;
    -webkit-box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    background: #fff;
    border-radius: 30px;
}

.tabs__item-btn {
    position: relative;
    margin-bottom: 2.5rem;
    margin-left: 1.5rem;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    cursor: pointer;
}

    .tabs__item-btn::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: url("../images/about/steeo-icon.png") no-repeat;
        top: -4px;
        left: -4rem;
        background-position: center;
    }

.tabs__item-btn--active {
    color: #020246;
    font-weight: 700;
}

.tabs__item-btn.tabs__item-btn--active.tabs__item-btn::before {
    background: url("../images/about/Content.png") no-repeat;
    background-position: center;
}

.tabs__wrapper {
    padding: 4rem;
    -webkit-box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    background: #fff;
    border-radius: 30px;
}

.tabs__content {
    width: 65%
}

.tabs__content-title {
    margin-bottom: 3rem;
    font-weight: 500;
    color: #101828;
    line-height: 1.4;
}

.tabs__content-text {
    padding: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #020246;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

    .tabs__content-text span {
        display: block;
        font-weight: 400;
    }

.tabs__content-subtitle {
    margin-bottom: 3rem;
    font-size: 14px;
    line-height: 1.4;
    color: #667085;
}

.tabs__list {
    margin-bottom: 20px;
}

.tabs__list-item {
    margin: 0 0 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    list-style: disc;
    color: #020246;
}

.tabs__elem {
    padding: 2rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
}

    .tabs__elem p, .tabs__elem span {
        font-size: 16px;
        line-height: 1.4;
        color: #020246;
    }

    .tabs__elem:nth-child(even) {
        background: #f9fafb;
        border: 1px solid #f2f4f7;
        border-radius: 8px;
    }

    .tabs__elem:nth-child(1) {
        background: none;
        border: none;
    }

        .tabs__elem:nth-child(1) span, .tabs__elem:nth-child(1) p {
            font-weight: 700;
        }

.hide {
    display: none;
}

.show {
    display: block;
}

.contacts {
    padding: 6rem 0;
    background: #f1f9ff;
}

.contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5rem;
    padding: 1rem 4rem 1rem 1rem;
    -webkit-box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
    background: #fff;
    border-radius: 10px;
}

.contacts-block__info {
    width: 40%;
    padding: 4rem;
    background: url("../images/contacts/contacts-bg.png") no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.contacts-block__info-title {
    margin-bottom: 15rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.contacts-block__info-text {
    display: block;
    position: relative;
    margin: 0 0 20px 35px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

    .contacts-block__info-text::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        left: -35px;
        top: 0;
    }

.phone::before {
    background: url("../images/contacts/bxs_phone-call.svg") no-repeat;
}

.email::before {
    background: url("../images/contacts/ic_sharp-email.svg") no-repeat;
}

.address::before {
    background: url("../images/contacts/carbon_location-filled.svg") no-repeat;
}

.contacts-block__social {
    margin-top: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.contacts-block__form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
}

.contacts-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
}

.contacts-block__item {
    margin-bottom: 2rem;
    width: calc(100% / 2 - 1rem);
}

    .contacts-block__item span {
        display: block;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 16px;
    }

.contacts-block__form-input, .contacts-block__textarea {
    width: 100%;
    padding: .5rem;
    font-size: 16px;
    font-weight: 500;
    color: #8d8d8d;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8D8D8D;
}

    .contacts-block__form-input:focus, .contacts-block__textarea:focus {
        outline: none;
    }

    .contacts-block__form-input::-webkit-input-placeholder, .contacts-block__textarea::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: 500;
        color: #8d8d8d;
    }

    .contacts-block__form-input::-moz-placeholder, .contacts-block__textarea::-moz-placeholder {
        font-size: 16px;
        font-weight: 500;
        color: #8d8d8d;
    }

    .contacts-block__form-input:-ms-input-placeholder, .contacts-block__textarea:-ms-input-placeholder {
        font-size: 16px;
        font-weight: 500;
        color: #8d8d8d;
    }

    .contacts-block__form-input::-ms-input-placeholder, .contacts-block__textarea::-ms-input-placeholder {
        font-size: 16px;
        font-weight: 500;
        color: #8d8d8d;
    }

    .contacts-block__form-input::placeholder, .contacts-block__textarea::placeholder {
        font-size: 16px;
        font-weight: 500;
        color: #8d8d8d;
    }

.contacts-block__item--texarea {
    margin-top: 5rem;
    margin-bottom: 0;
    width: 100%
}

.contacts-block__textarea {
    resize: none;
}

.contacts-block__btn {
    margin: auto 0 3rem auto;
    width: 135px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    box-shadow: 0 16px 24px 0 rgba(0, 133, 255, 0.16);
    background: #0085ff;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

    .contacts-block__btn:hover {
        background: #1645aa;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.registry {
    padding: 6rem 0;
    background: #f1f9ff;
}

.registry__title {
    margin-bottom: 2.5rem;
    text-align: center;
}

.registry-block {
    padding: 4rem;
    -webkit-box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    background: #fff;
    border-radius: 31px;
}

.registry-block__form {
    margin-bottom: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.registry-block__elem {
    width: 40%
}

.registry-block__elem--search {
    position: relative;
}

    .registry-block__elem--search::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        top: 35px;
        left: 8px;
        background: url("../images/home/search.svg") no-repeat;
    }

    .registry-block__elem--search .registry-block__elem-input {
        padding-left: 4rem;
    }

.registry-block__elem span {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #170f49;
}

.registry-block__elem-input {
    padding: 0 1rem;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f9ff;
    border: none;
    font-size: 14px;
    color: #667085;
    border-radius: 8px;
    cursor: pointer;
}

.registry-block__form-btn {
    margin-top: auto;
    width: 20%;
    height: 50px;
    line-height: 50px;
}

.registry-box__item {
    padding: 2rem;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

    .registry-box__item:nth-child(odd) {
        background: #f9fafb;
    }

.registry-box__item-text {
    width: calc(100% / 3);
    font-weight: 500;
    font-size: 16px;
    color: #020246;
    line-height: 1.4;
}

.registry-box__item1 {
    padding: 2rem;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

    .registry-box__item1:nth-child(odd) {
        background: #0085ff;
        border-radius: 8px;
    }

.registry-box__item1-text {
    width: calc(100% / 3);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

.npa {
    padding: 6rem 0;
    background: #f1f9ff;
}

.npa__title {
    margin-bottom: 2.5rem;
    text-align: center;
}

.npa-block {
    padding: 4rem 3rem;
    -webkit-box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    box-shadow: 8px 8px 24px 0 rgba(2, 2, 70, 0.05);
    background: #fff;
    border-radius: 3rem;
}

.npa-block__form {
    margin-bottom: 5rem;
    max-width: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.npa-block__elem span {
    display: block;
    margin-bottom: 5px;
    color: #170f49;
    font-weight: 500;
    font-size: 14px;
}

.npa-block__elem-select {
    padding: 1rem;
    width: 100%;
    height: 55px;
    border: none;
    background: #f1f9ff;
    color: #667085;
    border-radius: 8px;
    font-size: 14px;
}

    .npa-block__elem-select:focus {
        outline: none;
    }

    .npa-block__elem-select option {
        margin-bottom: 10px;
    }

.npa-block__form-btn {
    margin-top: auto;
    width: 150px;
    height: 55px;
    line-height: 55px;
}

.npa-box__item {
    padding: 16px;
    margin-bottom: 15px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

.npa-box__item-date {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #667085;
}

.npa-box__item-title {
    margin-bottom: 2.5rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #020246;
}

.npa-box__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}

.npa-box__bottom-donwload, .npa-box__bottom-read {
    position: relative;
    margin-left: 2.5rem;
    font-size: 14px;
    color: #667085;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

    .npa-box__bottom-donwload::before, .npa-box__bottom-read::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        top: -7px;
        left: -2.5rem;
    }

    .npa-box__bottom-donwload::before {
        background: url("../images/home/download.svg") no-repeat;
    }

    .npa-box__bottom-read::before {
        background: url("../images/home/file-eye.svg") no-repeat;
    }

    .npa-box__bottom-donwload:hover, .npa-box__bottom-read:hover {
        color: #0085ff;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

.news {
    padding: 4rem 0;
}

.news-block__title {
    margin-bottom: 3.5rem;
}

.news-block, .news-item {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-block__left, .news-item__left {
    width: 50%
}

.news-block__left-img {
    margin-bottom: 3rem;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-block__left-date, .news-item__right-date, .news-block__content-date {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #6941c6;
}

.news-block__left-title, .news-item__right-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
}

    .news-block__left-title::after, .news-item__right-title::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 25px;
        top: 0;
        right: 0;
        background: url("../images/home/news-arrow.svg") no-repeat;
    }

.news-block__left-text, .news-item__right-text, .news-block__content-text {
    margin-top: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #667085;
}

.news-block__right, .news-item__right {
    width: 50%
}

.news-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.news-block__item-img {
    width: 50%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-block__content {
    width: 50%
}

.news-block__content-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #1a1a1a;
}

.home-news__title--news::after {
    display: none;
}

.home-news--news {
    background: #fff;
}

    .home-news--news .home-news__title::after {
        display: none;
    }

.news-item__left-img {
    border-radius: 12px;
}

.pagination-box {
    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;
    gap: 2rem;
    padding-top: 4rem;
    border-top: 1px solid #eaecf0;
}

.pagination-box__link {
    width: 33%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
}

    .pagination-box__link:hover {
        color: #0085ff;
    }

.pagination-box__link--left {
    margin-left: 4rem;
}

    .pagination-box__link--left::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        top: -4px;
        left: -3rem;
        background: url("../images/news/arrow-left.svg") no-repeat;
    }

.pagination-box__link--right::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -4px;
    right: -3rem;
    background: url("../images/news/arrow-right.svg") no-repeat;
}

.pagination-box__list {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pagination-box__list li a {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        color: #667085;
    }

        .pagination-box__list li a:hover {
            color: #0085ff;
        }

.pagination-box__link--right {
    margin-right: 4rem;
    text-align: right;
}

.pagination-box__list-item--active {
    border-radius: 8px;
    background: #f9f5ff;
}

.tabs-registration {
    padding: 3rem 0;
    background: #f1f9ff;
}

.tabs-registration__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs-registration__inner {
    width: 40%
}

.tabs-registration__item-btn {
    margin-bottom: 15px;
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
}

.tabs-registration__item-btn--active {
    background-color: #fff;
}

.tabs-registration__content {
    width: 60%
}

.tabs-registration__wrapper {
    padding: 3rem 4rem;
    border-radius: 12px;
    background-color: #fff;
}

.tabs-registration__content-title {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
    font-weight: 600;
}

.tabs-registration__box-item {
    margin-bottom: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

    .tabs-registration__box-item:last-child {
        margin-bottom: 0;
    }

.tabs-registration__box-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #170f49;
}

.tabs-registration__box-img {
    position: relative;
    min-width: 32px;
}

    .tabs-registration__box-img::before {
        position: absolute;
        content: '';
        width: 30px;
        height: 55px;
        top: 41px;
        left: 0;
        background: url("../images/home/trail.svg") no-repeat;
    }

.tabs-registration__box-item:last-child .tabs-registration__box-img::before {
    display: none;
}

.tabs-registration__content-subtitle {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #170f49;
}

.tabs-registration__content-text {
    margin-bottom: 20px;
}

.tabs-registration__content-text, .tabs-registration__list-item {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #170f49;
}

.tabs-registration__list-item {
    margin-left: 20px;
    margin-bottom: 5px;
    list-style: disc;
}

    .tabs-registration__list-item:last-child {
        margin-bottom: 20px;
    }

.show-registration {
    display: block;
}

.hide-registration {
    display: none;
}

.document {
    padding: 0rem 0 3rem 0;
    background: #f1f9ff;
}

.document-block {
    padding: 2rem 3rem;
    background: #fffbeb;
    border-radius: 12px;
}

.document-block__wrapper {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

.document-block__left {
    width: 50%
}

.document-block__left-title {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #f59e0b;
}

.document-block__left-subtitle {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #3c4257;
}

.document-block__list-item {
    margin-left: 20px;
    font-weight: 500;
    list-style: disc;
    font-size: 16px;
    line-height: 1.4;
    color: #3c4257;
}

.document-block__right {
    width: 50%
}

.document-bottom .document-block__left-subtitle {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.4;
    color: #f59e0b;
}

.registration {
    padding: 0rem 0 3rem 0;
    background: #f1f9ff;
}

.registration-form {
    padding: 4rem;
    border-radius: 12px;
    background-color: #fff;
}

.registration-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.registration-form__left {
    width: 50%
}

.registration-form__left-title {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #170f49;
}

.registration-form__item {
    margin-bottom: 20px;
}

    .registration-form__item span {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 500;
        color: #71717a;
    }

.registration-form__item-input {
    padding: 1.5rem 1rem;
    width: 100%;
    border: 1px solid #d4d4d8;
    border-radius: 12px;
    background-color: #fff;
    font-size: 16px;
    color: #18181b;
}

    .registration-form__item-input::-webkit-input-placeholder {
        font-size: 16px;
        color: #71717a;
    }

    .registration-form__item-input::-moz-placeholder {
        font-size: 16px;
        color: #71717a;
    }

    .registration-form__item-input:-ms-input-placeholder {
        font-size: 16px;
        color: #71717a;
    }

    .registration-form__item-input::-ms-input-placeholder {
        font-size: 16px;
        color: #71717a;
    }

    .registration-form__item-input::placeholder {
        font-size: 16px;
        color: #71717a;
    }

.registration-form__item-select {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    border: 1px solid #d4d4d8;
    border-radius: 12px;
    background-color: #fff;
    font-size: 16px;
    color: #71717a;
}

    .registration-form__item-select:focus {
        outline: 1px solid #0085ff;
    }

.registration-form__right {
    width: 50%
}

    .registration-form__right .registration-form__item-input {
        padding: 1.4rem 1rem;
    }

.registration-form__label {
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: 1px solid #d4d4d8;
    border-radius: 12px;
    background-color: #fff;
    font-size: 16px;
    color: #71717a;
}

.registration-form__item-file {
    position: relative;
    width: 100%
}

    .registration-form__item-file::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        top: 14px;
        right: -11px;
        background: url("../images/home/file.png") no-repeat;
    }

    .registration-form__item-file.obrazovanie.registration-form__item-file::after {
        background: url("../images/home/obrazovanie.png") no-repeat;
    }

    .registration-form__item-file.delete.registration-form__item-file::after {
        background: url("../images/home/delet.png") no-repeat;
    }

.registration-form__label strong {
    font-weight: 400;
}

input[type="file"], ::-webkit-file-upload-button {
    background-color: transparent !important;
    border: none;
    font-size: 14px;
}

.registration-form__label--color {
    border: 1px solid #009951;
}

.registration-form-btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 5rem 0 0 auto;
}

.modal, .upload-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 2;
}

.registration--modal {
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

    .registration--modal .registration-form__inner {
        gap: 2rem;
    }

    .registration--modal .registration-form__item-file {
        width: 56%
    }

.upload-block {
    width: 450px;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #dce8f0;
    border-radius: 12px;
}

.upload-block__img {
    margin-bottom: 3rem;
}

.upload-block__info {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    font-size: 16px;
    font-weight: 500;
}

.upload-block__info-link {
    color: #0085ff;
    text-decoration: underline;
}

.upload-block__info-text {
    width: 300px;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    color: #676767;
}

@media (max-width: 1200px) {
    .registration-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .registration-form__left-title {
        text-align: center;
    }

    .registration-form-btn {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 1100px) {
    html {
        font-size: 9px;
    }

    .header__box-link {
        display: none;
    }

    .header__languages {
        margin: 0 auto;
    }

    .news-box__item-title::after, .news-block__left-title::after, .news-item__right-title::after {
        display: none;
    }

    .tasks-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tasks-block__title, .tasks-block__content {
        width: 100%
    }

    .tasks-block__title {
        text-align: center;
    }

    .registration--modal .registration-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .registration--modal .registration-form {
        padding: 1.5rem;
        padding-bottom: 0;
    }

    .registration--modal {
        width: 600px;
    }

        .registration--modal .registration-form__left, .registration--modal .registration-form__right {
            width: 100%
        }

        .registration--modal .registration-form__item {
            margin-bottom: 10px;
        }

            .registration--modal .registration-form__item span, .registration--modal .registration-form__label, .registration--modal .registration-form__item-select {
                font-size: 15px;
            }

        .registration--modal .registration-form__left-title {
            margin-bottom: 10px;
            font-size: 22px;
        }

        .registration--modal .registration-form-btn {
            margin-top: 5px;
        }

    .registration-form__label strong {
        display: none;
    }

    .registration--modal .registration-form__item-file {
        width: 100%
    }

    .registration--modal .registration-form-btn, .registration-form__item-file {
        width: 100%
    }

    .registration-form__inner {
        gap: 0rem;
    }
}

@media (max-width: 1000px) {
    .heading {
        padding-top: 50px;
    }

    .heading-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .heading-box__inner, .our-services {
        width: 100%
    }
}

@media (max-width: 900px) {
    .heading-block__title {
        font-size: 38px;
    }

    .home-services__item {
        padding: 2rem;
    }

    .news-box__item, .goals-block__item {
        width: calc(100% / 2 - 2rem);
    }

    .goals-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-block, .news-block, .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-block__info, .contacts-block__form, .news-block__left, .news-item__left, .news-block__right, .news-item__right, .news-block__left-img, .news-item__left-img {
        width: 100%
    }

    .contacts-block__btn {
        margin-top: 20px;
    }

    .contacts-block__info-title {
        margin-bottom: 20px;
    }

    .contacts-block__social {
        margin-top: 20px;
    }

    .contacts-block__form {
        padding-top: 0;
    }

    .contacts-block {
        padding-right: 1rem;
    }

    .npa, .registry, .services {
        padding: 0 0 3rem 0;
    }

    .tabs__item {
        padding: 3rem;
    }

    .document-block__wrapper, .tabs-registration__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .document-block__left, .document-block__right, .tabs-registration__inner, .tabs-registration__content {
        width: 100%
    }

    .tabs-registration__item {
        overflow-x: auto;
        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;
        gap: 1rem;
    }

    .tabs-registration__item-btn {
        min-width: 205px;
        padding: 10px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.1;
    }
}

@media (max-width: 650px) {
    .title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.4;
    }

    .heading {
        padding: 2rem 0 4rem 0;
    }

    .heading-block__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .heading-block {
        height: 100%;
        padding-left: 20px;
    }

    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .heading-block__btn {
        width: 100%
    }

    .footer-bottom {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bottom__info {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .footer {
        padding: 4rem 0;
    }

    .footer__inner {
        margin-bottom: 20px;
    }

    .footer-menu {
        gap: 5rem;
    }

    .footer-menu__list li {
        margin-bottom: 20px;
    }

    .home-services__item, .goals-block__item, .tasks-block__item {
        width: 100%
    }

    .our-services {
        padding: 2rem 0 4rem 0;
    }

    .home-services__item-img {
        margin-bottom: 10px;
        width: 70px;
    }

    .home-services__item-title, .home-services__list-item {
        line-height: 1.4;
    }

    .home-services__list-item {
        margin-left: 20px;
        font-size: 16px;
    }

    .home-services__item {
        padding: 1.5rem;
    }

    .news-box__item {
        width: 100%
    }

    .home-news__title {
        font-size: 24px;
    }

    .news-box__item-title {
        font-size: 20px;
    }

    .home-news {
        padding: 4rem 0;
    }

    .slider-box__item-text, .about-heading__box-subtitle {
        font-size: 18px;
    }

    .slider, .about-heading, .goals, .tasks, .principles, .contacts {
        padding: 3rem 0;
    }

    .slider__title, .slider-box__item-text {
        margin-bottom: 20px;
    }

    .slider-box__item-img {
        width: 50px;
        height: 50px;
    }

    .slick-dots {
        margin-top: 10px;
    }

        .slick-dots li button {
            width: 8px;
            height: 8px;
        }

    .header__languages-link {
        text-transform: none;
    }

    .goals-block {
        gap: 15px;
    }

    .goals-block__item-title {
        margin-bottom: 10px;
    }

    .tasks-block {
        gap: 0;
    }

    .principles-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .principles-block__item-img {
        margin-bottom: 0;
        width: 50px;
        height: 50px;
    }

    .principles-block__item {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .principles-block__item-text {
        font-size: 16px;
        text-align: start;
        line-height: 1.4;
    }

    .contacts-block__info {
        padding: 15px;
    }

    .contacts-block__item {
        width: 100%
    }

        .contacts-block__item span, .contacts-block__item {
            margin-bottom: 0;
        }

    .contacts-block__btn {
        margin-left: 0;
        width: 100%
    }

    .contacts-block__item--texarea {
        margin-top: 2rem;
    }

    .news-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-block__item-img, .news-block__content {
        width: 100%
    }

    .news-block, .news-item {
        margin-bottom: 0;
    }

    .news {
        padding: 3rem 0 0 0;
    }

    .pagination-box__list, .pagination-box {
        gap: 5px;
    }

        .pagination-box__list li a {
            width: 18px;
            height: 18px;
        }

    .pagination-box__link {
        font-size: 12px;
    }

    .pagination-box__link--left {
        margin-left: 20px;
    }

        .pagination-box__link--left::before {
            left: -20px;
        }

    .pagination-box__link--right {
        margin-right: 20px;
    }

        .pagination-box__link--right::after {
            right: -20px;
        }

    .pagination-box {
        border-top: none;
    }

    .home-news--news {
        padding-bottom: 0;
    }

    .npa-block__form {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .npa-block, .registry-block {
        padding: 2rem;
    }

    .npa-block__form-btn, .npa-block__elem-select {
        width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .registry-box__item {
        padding: 1rem;
    }

    .registry-block__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registry-block__elem, .registry-block__form-btn, .registry-box__item-text {
        width: 100%
    }

    .registry-box__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .registry-box__item-text:last-child, .registry-box__item-text:nth-child(2) {
        text-align: start;
    }

    .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs__inner, .tabs__content {
        width: 100%
    }

    .tabs__wrapper {
        padding: 2rem;
    }

    .tabs__content-title {
        margin-bottom: 15px;
    }

    .tabs__elem span {
        text-align: right;
    }

    .tabs__elem {
        padding: 1rem;
        margin-bottom: 10px;
    }

    .tabs__item {
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
    }

    .tabs__item-btn {
        margin-bottom: 0;
        padding: 0 15px;
    }

        .tabs__item-btn::before {
            width: 20px;
            height: 20px;
            left: -1.5rem;
            top: 2px;
        }

    .news-box__item-img {
        margin-bottom: 10px;
    }

    .registry-block__elem--date {
        position: relative;
    }

        .registry-block__elem--date::before {
            position: absolute;
            content: '';
            width: 25px;
            height: 25px;
            top: 35px;
            left: 8px;
            background: url("../images/home/calendar.svg") no-repeat;
        }

        .registry-block__elem--date .registry-block__elem-input {
            padding-left: 4rem;
        }

    .registration--modal {
        width: 320px;
    }

        .registration--modal .registration-form {
            padding: 0;
            padding-top: 10px;
        }

    .registration-form__item-file::after {
        display: none;
    }

    .tabs-registration {
        padding: 0 0 3rem 0;
    }

    .registration-form__left, .registration-form__right, .registration-form-btn {
        width: 100%
    }

    .registration-form, .tabs-registration__wrapper, .document-block {
        padding: 2rem;
    }

    .document-block__left-subtitle {
        margin-bottom: 5px;
    }

    .tabs-registration__content-title {
        margin-bottom: 2rem;
        font-size: 24px;
    }

    .tabs-registration__box-title {
        font-size: 16px;
    }

    .tabs-registration__box-img img {
        width: 20px;
        height: 20px;
    }

    .tabs-registration__box-item {
        margin-bottom: 3rem;
    }

    .tabs-registration__block {
        gap: 1rem;
    }

    .tabs-registration__box-img::before {
        left: -6px;
        top: 25px;
    }

    .tabs-registration__content-title {
        font-size: 20px;
    }

    .upload-block {
        max-width: 320px;
    }
}

.nav-icon {
    width: 33%;
    display: none;
    position: relative;
    z-index: 4;
}

.nav-icon__middle {
    position: relative;
    width: 33px;
    height: 3px;
    background-color: black;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .nav-icon__middle::after, .nav-icon__middle::before {
        position: absolute;
        content: '';
        width: 33px;
        height: 3px;
        background-color: black;
    }

    .nav-icon__middle::after {
        bottom: 9px;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .nav-icon__middle::before {
        top: 9px;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

.nav-icon.nav-icon--active .nav-icon__middle {
    background-color: transparent;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    .nav-icon.nav-icon--active .nav-icon__middle::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 0;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

    .nav-icon.nav-icon--active .nav-icon__middle::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

@media (max-width: 800px) {
    .header-bottom {
        background: transparent;
        padding: 0;
    }

    .heading {
        padding-top: 0;
    }

    .menu {
        position: fixed;
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        left: 0;
        top: 0;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 3;
    }

        .menu.nav--active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

    .nav-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    ul[class].menu__list {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu__list-item + .menu__list-item {
        margin-left: 0px;
    }

    .menu__list-item {
        margin-bottom: 20px;
    }

    .menu__list li a {
        font-size: 18px;
        color: #000;
    }

    .logo, .header__box {
        width: auto;
    }

    .header__languages {
        margin-left: 10px;
        gap: 5px;
    }
}
