@font-face {
    font-family: RedHatDisplayRegular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RedHatDisplayRegular/RobotoRegular.eot);
    src: url(../fonts/RedHatDisplayRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RedHatDisplayRegular/RobotoRegular.woff) format("woff"), url(../fonts/RedHatDisplayRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: RedHatDisplayBold;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RedHatDisplayBold/RedHatDisplayBold.eot);
    src: url(../fonts/RedHatDisplayBold/RedHatDisplayBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RedHatDisplayBold/RedHatDisplayBold.woff) format("woff"), url(../fonts/RedHatDisplayBold/RedHatDisplayBold.ttf) format("truetype")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

main {
    overflow: hidden
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.65;
    font-family: 'Red Hat Display', sans-serif;
    overflow-x: hidden;
    color: #333;
    background: #f8fafc
}

body input, body textarea {
    border: #666 1px solid;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red
}

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

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

.text-center {
    text-align: center
}

b, strong {
    font-weight: 700
}

.container {
    padding: 0 80px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1681px) {
    .container {
        max-width: 1920px;
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 40px
    }
}

@media (max-width: 650px) {
    .container {
        max-width: 100%;
        padding: 0 16px
    }
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

button {
    outline: 0;
    cursor: pointer
}

.title {
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    overflow: hidden
}

.title span {
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000
}

@media (max-width: 650px) {
    .title span {
        font-size: 24px
    }
}

@media (max-width: 650px) {
    .title {
        font-size: 24px
    }
}

img {
    display: block
}

body::-webkit-scrollbar-thumb {
    background: #da736c;
    border-radius: 40px
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
    -webkit-transition: .4s;
    transition: .4s
}

body.scroll-disabled {
    overflow: hidden
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    -webkit-text-fill-color: inherit !important
}

.pass {
    -webkit-text-security: disc
}

.HoverArrow {
    stroke-width: 2px;
    stroke: #2873e4;
    fill: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.HoverArrow__tipPath {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.HoverArrow__linePath {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn {
    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;
    font-family: 'Red Hat Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    border: 0;
    border-radius: 29px;
    padding: 16px 24px
}
@media (max-width: 650px) {
    .btn {
        padding: 16px 24px
    }
}

.btn-sm {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn-sm:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent
}

.btn-long {
    background: -o-linear-gradient(200.7deg, #ff9654 -24.92%, #eb6914 100.3%, #eb6914, #eb6914);
    background: linear-gradient(249.3deg, #ff9654 -24.92%, #eb6914 100.3%, #eb6914, #eb6914);
    background-size: 200%;
    background-position: 0 100%;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.btn-long:hover {
    background-position: 200% 50%;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #2c66bd;
    z-index: 101;
    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;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.preloader__svg {
    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
}

.preloader__svg svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards;
    stroke-width: 11px
}

.preloader.hidden {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1350
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1350
    }
    to {
        stroke-dashoffset: 0
    }
}

.needPreloader {
    overflow: hidden
}

.cookie {
    position: fixed;
    bottom: 0;
    padding-top: 27px;
    padding-bottom: 27px;
    background: #232323;
    width: 100%;
    left: 0;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.cookie.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 650px) {
    .cookie {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.cookie .container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    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 (max-width: 650px) {
    .cookie .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px
    }
}

.cookie__text {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-right: 25px;
    max-width: 1326px
}

.cookie__text-mob {
    max-width: 100%
}

@media (max-width: 992px) {
    .cookie__text {
        display: none
    }
}

.cookie__text a {
    color: #fff;
    text-decoration: underline
}

.cookie__text-mob {
    display: none
}

@media (max-width: 992px) {
    .cookie__text-mob {
        display: block
    }
}

@media (max-width: 650px) {
    .cookie__text-mob {
        margin-right: 0
    }
}

.cookie__btn {
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 16px !important;
    white-space: nowrap
}

@media (max-width: 650px) {
    .cookie__btn {
        margin-top: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 0;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header.fixed {
    background: #3670c8;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width: 992px) {
    .header {
        padding: 16px 0;
        position: fixed;
        z-index: 100
    }
}

.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
}

@media (min-width: 1650px) {
    .header .container {
        max-width: 1920px;
        padding-left: 120px;
        padding-right: 120px
    }
}

.header__logo svg {
    width: 180px;
    height: 25px
}

@media (max-width: 992px) {
    .header__logo svg {
        position: relative;
        top: 3px;
        width: 150px;
        height: 21px
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    position: relative
}

.header__nav a:after {
    bottom: -13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #eb6914;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__nav a:hover:after {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__nav a:not(:last-child) {
    margin-right: 50px
}

@media (max-width: 992px) {
    .header__nav {
        display: none
    }
}

.header__assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__assets a:first-child {
    margin-right: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 40px
}

.header__assets a:first-child:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent
}

@media (max-width: 992px) {
    .header__assets a {
        display: none
    }
}

.header__burger {
    display: none;
    cursor: pointer
}

@media (max-width: 992px) {
    .header__burger {
        display: block
    }
}

.header__blog .container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 100%
}

@media (max-width: 1200px) {
    .header__blog .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 650px) {
    .header__blog .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.menu {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 100;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: auto;
    pointer-events: none;
    visibility: hidden
}

.menu:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(54, 112, 200, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    z-index: 2;
    pointer-events: none
}

.menu.open {
    visibility: visible;
    pointer-events: auto
}

.menu.open:after {
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.menu.open .menu__block {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.menu__block {
    position: relative;
    z-index: 5;
    background: #fff;
    min-width: 50%;
    height: 100vh;
    padding-top: 32px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 32px;
    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;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

@media (max-width: 650px) {
    .menu__block {
        padding-right: 36px;
        padding-left: 36px
    }
}

.menu__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.menu__close svg {
    -webkit-tap-highlight-color: transparent
}

.menu__nav {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.menu__nav a {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-align: right;
    color: #232323
}

@media (max-width: 650px) {
    .menu__nav a {
        font-size: 32px
    }
}

.menu__nav a:not(:last-child) {
    margin-bottom: 60px
}

@media (max-width: 650px) {
    .menu__nav a:not(:last-child) {
        margin-bottom: 32px
    }
}

.menu__footer {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu__footer a:first-child {
    margin-bottom: 32px
}

.menu__footer a:nth-child(2) {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4
}

.intro {
    padding-top: 135px;
    min-height: 790px;
    height: 100vh;
    overflow: hidden;
    background-color: #3670c8;
    position: relative
}

@media (min-width: 1681px) {
    .intro {
        padding-top: 164px;
        height: 110vh
    }
}


@media (max-width: 992px) {
    .intro {
        padding-top: 200px
    }
}

@media (max-width: 650px) {
    .intro {
        min-height: 770px;
        padding-top: 121px;
        height: auto
    }
}

@media (max-width: 400px) {
    .intro {
        min-height: 715px
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .intro {
        height: 60vh
    }
}

.intro .container {
    max-width: 1090px
}

@media (min-width: 1681px) {
    .intro .container {
        max-width: 1635px
    }
}

.intro__body {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 70px;
    top: 80px
}

@media (min-width: 1681px) {
    .intro__body {
        max-width: 1250px;
        top: 30px;
        margin-bottom: 45px
    }
}

@media (max-width: 992px) {
    .intro__body {
        top: 0;
        margin-bottom: 100px
    }
}

@media (max-width: 650px) {
    .intro__body {
        margin-bottom: 40px
    }
}

.intro__body > h1 {
    max-width: 810px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.14;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 auto 24px
}

@media (max-width: 650px) {
    .intro__body > h1 {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 16px
    }
}

.intro__body > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    max-width: 640px;
    margin: 0 auto 24px
}

@media (max-width: 992px) {
    .intro__body > p {
        font-size: 24px;
        margin: 0 auto;
        margin-bottom: 32px
    }
}

@media (max-width: 650px) {
    .intro__body > p {
        font-size: 16px
    }
}

.intro__img {
    width: 100%;
    position: relative;
    margin-bottom: -100px;
    z-index: 10;
    bottom: -132px
}


@media (min-width: 1681px) {
    .intro__img {
        bottom: -70px;
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .intro__img {
        opacity: 0;
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-bottom: -80px;
        bottom: 0
    }
}

@media (max-width: 650px) {
    .intro__img {
        margin-bottom: 0;
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: calc(100% - 32px);
        -webkit-transform: translateX(-50%) translateY(300px) !important;
        -ms-transform: translateX(-50%) translateY(300px) !important;
        transform: translateX(-50%) translateY(300px) !important
    }
}

.intro__img--content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 0 15px;
    position: absolute;
    width: 76%;
    top: 105px;
    right: 30px
}

@media (max-width: 1681px) {
    .intro__img--content {
        grid-gap: 0 10px;
        width: 76.1%;
        top: 70px;
        right: 18px
    }
}

@media (max-width: 1200px) {
    .intro__img--content {
        top: 80px
    }
}

@media (max-width: 992px) {
    .intro__img--content {
        width: 76%;
        top: 60px;
        right: 14px
    }
}

@media (max-width: 650px) {
    .intro__img--content {
        width: 76.2%;
        top: 55px;
        right: 13px
    }
}

@media (max-width: 550px) {
    .intro__img--content {
        top: 45px;
        right: 8px
    }
}

@media (max-width: 475px) {
    .intro__img--content {
        top: 30px;
        right: 6px
    }
}

.intro__img--item {
    display: grid;
    grid-template-areas:'circle num' 'circle text';
    grid-template-columns:50px 1fr;
    grid-gap: 10px 18px;
    background: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    padding: 30px 20px 30px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444e56;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: default;
    z-index: 0
}

@media (max-width: 1681px) {
    .intro__img--item {
        grid-template-columns:30px 1fr;
        padding: 15px 20px 20px 10px
    }
}

@media (max-width: 992px) {
    .intro__img--item {
        grid-template-columns:20px 1fr;
        padding: 10px 10px 10px 10px;
        grid-gap: 5px 10px
    }
}

@media (max-width: 650px) {
    .intro__img--item {
        grid-template-columns:11px 1fr;
        padding: 7px 2px 8px 3px;
        grid-gap: 2px 5px
    }
}

.intro__img--item:hover {
    background: #336fdf;
    -webkit-box-shadow: #336fdf 0 11px 25px 0;
    box-shadow: #336fdf 0 11px 25px 0;
    z-index: 1;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    color: #fff
}

@media (max-width: 650px) {
    .intro__img--item:hover {
        -webkit-box-shadow: #336fdf 0 1px 16px 0;
        box-shadow: #336fdf 0 1px 16px 0
    }
}

.intro__img--item:hover .intro__img--item--circle .svg-circle {
    opacity: .1
}

.intro__img--item:hover .intro__img--item--circle .svg-circle-fill {
    stroke: #fff
}

.intro__img--item:hover .intro__img--item--circle .svg-circle-icon {
    fill: #fff
}

.intro__img--item--circle {
    grid-area: circle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro__img--item--circle svg {
    width: 100%;
    height: 100%
}

.intro__img--item--circle svg * {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.intro__img--item--circle .svg-circle {
    stroke: #edf6fe
}

.intro__img--item--circle .svg-circle-fill {
    stroke-dasharray: 150;
    stroke-dashoffset: 150
}

.intro__img--item--num {
    grid-area: num;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1
}


@media (max-width: 992px) {
    .intro__img--item--num {
        font-size: 16px
    }
}

@media (max-width: 650px) {
    .intro__img--item--num {
        font-size: 6px
    }
}

.intro__img--item--text {
    grid-area: text;
    font-style: normal;
    font-weight: 500;
    font-size: 15px
}


@media (max-width: 992px) {
    .intro__img--item--text {
        font-size: 7px
    }
}

@media (max-width: 650px) {
    .intro__img--item--text {
        font-size: 3px
    }
}

.intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.intro__btns a svg {
    margin-right: 10px
}

@media (min-width: 1681px) {
    .intro__btns a svg {
        width: 18px;
        height: 13.5px
    }
}

.intro__btns a:first-child {
    margin-right: 10px
}

.intro__btns a:last-child {
    padding: 18px 24px
}

@media (max-width: 650px) {
    .intro__btns a:last-child {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

.intro__line {
    position: absolute;
    pointer-events: none;
    z-index: 1
}

.intro__line--left {
    left: 1px;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1681px) {
    .intro__line--left {
        width: 575px;
        height: 867px;
        top: 35%
    }
}

@media (max-width: 992px) {
    .intro__line--left {
        left: -28%;
        top: unset;
        bottom: -2%
    }
}

@media (max-width: 650px) {
    .intro__line--left {
        left: -13%;
        top: unset;
        bottom: -20%
    }
}

.intro__line--right {
    right: -8px;
    bottom: 0
}

@media (min-width: 1681px) {
    .intro__line--right {
        width: 486px;
        right: -8px;
        height: 735px
    }
}

@media (max-width: 650px) {
    .intro__line--right {
        right: -123px;
        bottom: 17%
    }
}

.intro__line--top {
    left: 16%;
    top: -76%;
    z-index: 1
}


@media (min-width: 1681px) {
    .intro__line--top {
        width: 355px;
        height: 1186px;
        left: 16%;
        top: -85%
    }
}

@media (max-width: 992px) {
    .intro__line--top {
        left: -50%;
        top: -40%;
        width: 952px;
        height: 100vh
    }
}

@media (max-width: 650px) {
    .intro__line--top {
        left: -143%;
        top: -49%;
        width: 952px;
        height: 822px
    }
}

.intro__doc {
    position: absolute;
    pointer-events: none
}

@media (max-width: 650px) {
    .intro__doc {
        display: none
    }
}

.intro__doc--left {
    left: -11%;
    bottom: 50%
}

@media (min-width: 1681px) {
    .intro__doc--left {
        bottom: 165px;
        left: 2%;
    }
}

@media (max-width: 992px) {
    .intro__doc--left {
        bottom: unset;
        top: 23%;
        left: 0
    }
}

.intro__doc--right {
    left: 10%;
    bottom: -50px;
}

@media (min-width: 1681px) {
    .intro__doc--right {
        left: 15%;
        bottom: -15px;
    }
}

@media (max-width: 992px) {
    .intro__doc--right {
        top: -70px;
        right: -5px
    }
}
.intro__doc--center {
    top: -60px;
    left: 25%;
}
.intro__doc--top{
    left: 65%;
    bottom: -25%;
}
.intro__doc--tb{
    right: 0%;
    bottom: 15%;
}
.intro__doc--ts{
    right: -7%;
    top: -19%;
}
@media (min-width: 1681px) {
    .intro__doc--center {
        top: -60px;
        right: 20%;
        left: unset;
    }
    .intro__doc--top{
        left: 65%;
        bottom: -10%;
    }
    .intro__doc--tb{
        right: 7%;
        bottom: 15%;
    }
    .intro__doc--ts{
        right: 4%;
        top: 11%;
    }
}

@media (min-width: 1681px) {
    .intro__doc--center {
        top: -60px;
        left: 42%;
    }
}

@media (max-width: 992px) {
    .intro__doc--center {
        right: 15%;
        bottom: -70px
    }
}

.anim-text {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.anim-text--on {
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.anim-item img, .anim-item svg {
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.anim-item > p span {
    display: block;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.anim-item-on img, .anim-item-on svg {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.anim-item-on > p span {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.self-anim .self__data > p span, .self-anim .self__data > span span {
    opacity: 0;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.self-anim--on .self__data > p span, .self-anim--on .self__data > span span {
    display: block;
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.fade {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s
}

.fade-on {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: .7s !important;
    -o-transition: .7s !important;
    transition: .7s !important
}

.fade-on-intro {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: .7s !important;
    -o-transition: .7s !important;
    transition: .7s !important
}

@media (max-width: 650px) {
    .fade-on-intro {
        -webkit-transform: translateY(0) translateX(-50%) !important;
        -ms-transform: translateY(0) translateX(-50%) !important;
        transform: translateY(0) translateX(-50%) !important
    }
}

.clients {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #f8fafc
}

@media (min-width: 1681px) {
    .clients {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (max-width: 992px) {
    .clients {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.clients__title {
    text-align: center;
    margin-bottom: 70px;
    overflow: hidden
}

@media (max-width: 650px) {
    .clients__title {
        margin-bottom: 50px;
        font-size: 24px
    }
}

.clients__logo {
    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 (max-width: 992px) {
    .clients__logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.clients__item {
    width: 15%;
    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;
    margin-bottom: 20px;
}
@media (max-width: 600px){
    .clients__item {
        margin-bottom: 40px;
    }
}

.clients__item:not(:last-child) {
    margin-right: 15px
}

@media (max-width: 992px) {
    .clients__item:not(:last-child) {
        margin-right: 0
    }
}

.clients__item img {
    max-width: 100%;
    max-height: 72px;
}

@media (min-width: 1681px) {
    .clients__item img {
        width: 100%;
        max-width: 210px;
        object-fit: contain
    }
}

@media (max-width: 992px) {
    .clients__item {
        width: 30%
    }
}

@media (max-width: 650px) {
    .clients__item {
        width: 48%
    }
}

.features {
    background: #e7edf2;
    padding-top: 80px;
    padding-bottom: 44px;
    position: relative
}

@media (min-width: 1681px) {
    .features {
        padding-top: 120px;
        padding-bottom: 72px
    }
}

@media (max-width: 992px) {
    .features {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (max-width: 650px) {
    .features {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.features__title {
    margin-bottom: 80px;
    overflow: hidden
}

@media (max-width: 992px) {
    .features__title {
        margin-bottom: 32px
    }
}

@media (max-width: 650px) {
    .features__title {
        font-size: 24px;
        text-align: center;
        padding-right: 0
    }
}

.features__list {
    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
}

@media (max-width: 650px) {
    .features__list {
        padding-right: 40px
    }
}

.features__item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    --transition-1-col: 0s;
    --transition-2-col: 0.4s;
    --transition-3-col: 0.8s
}

.features__item:nth-child(1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.features__item:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.features__item:nth-child(3) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 992px) {
    .features__item:nth-child(3) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 992px) {
    .features__item:nth-child(4) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 992px) {
    .features__item {
        width: 50%
    }
}

@media (max-width: 650px) {
    .features__item {
        width: 100%;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        margin-bottom: 16px
    }
    .features__item:last-child{
        margin-bottom: 0;
    }
}

.features__item:nth-child(1) {
    -webkit-transition-delay: var(--transition-1-col);
    -o-transition-delay: var(--transition-1-col);
    transition-delay: var(--transition-1-col)
}

.features__item:nth-child(2) {
    -webkit-transition-delay: var(--transition-2-col);
    -o-transition-delay: var(--transition-2-col);
    transition-delay: var(--transition-2-col)
}

@media (max-width: 650px) {
    .features__item:nth-child(2) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

.features__item:nth-child(3) {
    -webkit-transition-delay: var(--transition-3-col);
    -o-transition-delay: var(--transition-3-col);
    transition-delay: var(--transition-3-col)
}

@media (max-width: 992px) {
    .features__item:nth-child(3) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

@media (max-width: 650px) {
    .features__item:nth-child(3) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

.features__item:nth-child(4) {
    -webkit-transition-delay: var(--transition-1-col);
    -o-transition-delay: var(--transition-1-col);
    transition-delay: var(--transition-1-col)
}

@media (max-width: 992px) {
    .features__item:nth-child(4) {
        -webkit-transition-delay: var(--transition-2-col);
        -o-transition-delay: var(--transition-2-col);
        transition-delay: var(--transition-2-col)
    }
}

@media (max-width: 650px) {
    .features__item:nth-child(4) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

.features__item:nth-child(5) {
    -webkit-transition-delay: var(--transition-2-col);
    -o-transition-delay: var(--transition-2-col);
    transition-delay: var(--transition-2-col)
}

@media (max-width: 992px) {
    .features__item:nth-child(5) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

@media (max-width: 650px) {
    .features__item:nth-child(5) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

.features__item:nth-child(6) {
    -webkit-transition-delay: var(--transition-3-col);
    -o-transition-delay: var(--transition-3-col);
    transition-delay: var(--transition-3-col)
}

@media (max-width: 992px) {
    .features__item:nth-child(6) {
        -webkit-transition-delay: var(--transition-2-col);
        -o-transition-delay: var(--transition-2-col);
        transition-delay: var(--transition-2-col)
    }
}

@media (max-width: 650px) {
    .features__item:nth-child(6) {
        -webkit-transition-delay: var(--transition-1-col);
        -o-transition-delay: var(--transition-1-col);
        transition-delay: var(--transition-1-col)
    }
}

.features__item.animate-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.features__item.animate-active .features__item--img svg {
    -webkit-transform: translateX(0) scale(0.65);
    -ms-transform: translateX(0) scale(0.65);
    transform: translateX(0) scale(0.65)
}

@media (min-width: 1681px) {
    .features__item.animate-active .features__item--img svg {
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

.features__item--img {
    border: 1px solid #2873e4;
    border-radius: 8px;
    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;
    overflow: hidden;
    width: 50px;
    height: 50px
}

@media (min-width: 1681px) {
    .features__item--img {
        height: 72px;
        width: 72px;
        min-width: 72px;
        min-height: 72px;
        max-width: 72px;
        max-height: 72px
    }
}

.features__item--img svg {
    -webkit-transform: translateX(-200%) scale(0.5);
    -ms-transform: translateX(-200%) scale(0.5);
    transform: translateX(-200%) scale(0.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

@media (min-width: 1681px) {
    .features__item--img svg {
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}

.features__small {
    box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2) ;
    -moz-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2) ;
    -webkit-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2) ;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 256px;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(33.51%, #fff), color-stop(103.79%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 33.51%, rgba(255, 255, 255, 0) 103.79%);
    background: linear-gradient(270deg, #fff 33.51%, rgba(255, 255, 255, 0) 103.79%);
    border-radius: 8px
}

@media (min-width: 1681px) {
    .features__small {
        max-width: 376px;
        padding: 23px
    }
}

.features__small > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.37;
    text-align: right;
    color: #2e2e2e;
    max-width: 160px;
    margin-right: 20px
}


.build {
    margin-top: 80px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    padding-left: 80px;
    padding-right: 80px
}

@media (min-width: 1681px) {
    .build {
        margin-top: 120px;
        margin-bottom: 120px;
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (max-width: 992px) {
    .build {
        margin-bottom: 64px;
        padding-top: 0px;
    }
}

@media (max-width: 650px) {
    .build {
        margin-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 40px;
    }
}

.build__title {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
    overflow: hidden;
    max-width: 570px;
}

@media (max-width: 992px) {
    .build__title {
        font-size: 32px
    }
}

@media (max-width: 650px) {
    .build__title {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.build__body {
    border-radius: 12px;
    max-width: 1113px;
    background: #3670c8;
    margin: 0 auto;
    padding: 88px 40px;
    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;
    text-align: center;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

@media (min-width: 1681px) {
    .build__body {
        min-height: 404px;
        max-width: 100%
    }
}

@media (max-width: 992px) {
    .build__body {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 650px) {
    .build__body {
        padding-top: 72px;
        padding-bottom: 72px
    }
}

.build__line {
    position: absolute
}

.build__line--left {
    left: 0;
    bottom: -20px;
    height: 390px
}

@media (min-width: 1681px) {
    .build__line--left {
        top: -70px;
        left: 30px;
        bottom: unset;
        width: 521.55px;
        height: 787.73px
    }
}

@media (max-width: 992px) {
    .build__line--left {
        left: -20%;
        bottom: -20%
    }
}

@media (max-width: 650px) {
    .build__line--left {
        left: -10%;
        width: 172.32px;
        height: 260.26px
    }
}

.build__line--center {
    top: 0;
    left: 23%;
    height: 390px
}

@media (min-width: 1681px) {
    .build__line--center {
        left: 16%;
        top: unset;
        bottom: -250px;
        width: 322.39px;
        height: 1032.96px
    }
}

@media (max-width: 650px) {
    .build__line--center {
        width: 140px;
        height: 380px;
        left: 13%
    }
}

.build__line--right {
    right: 0;
    bottom: 0
}

@media (min-width: 1681px) {
    .build__line--right {
        width: 441.83px;
        bottom: -100px;
        height: 667.47px
    }
}

@media (max-width: 992px) {
    .build__line--right {
        bottom: 0;
        right: 0;
        width: 145.98px;
        height: 220.53px
    }
}

.motionize {
    padding-top: 96px;
    padding-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media (min-width: 1681px) {
    .motionize {
        padding-bottom: 120px
    }
}

@media (max-width: 992px) {
    .motionize {
        padding-top: 55px
    }
}

@media (max-width: 650px) {
    .motionize {
        padding-bottom: 40px;
        padding-top: 0;
        height: auto
    }
}

.motionize.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #f8fafc;
    z-index: 9;
    height: 100vh;
    overflow: auto
}

.motionize .container {
    position: relative;
    height: 100%
}

.motionize__current {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #eb6914
}

@media (max-width: 650px) {
    .motionize__current {
        display: block
    }
}

.motionize__wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 650px) {
    .motionize__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        padding-bottom: 10px
    }
}

.motionize__slide {
    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 (max-width: 650px) {
    .motionize__slide {
        -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;
        min-width: 100%
    }
}

.motionize__video {
    background: #dae8f5;
    border-radius: 12px;
    width: 448px;
    height: 448px;
    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;
    position: relative
}

@media (max-width: 650px) {
    .motionize__video {
        overflow: hidden
    }
}

.motionize__video:after {
    position: absolute;
    right: -5%
}

.motionize__video img, .motionize__video video {
    max-width: 100%
}

@media (min-width: 1681px) {
    .motionize__video {
        width: 550px;
        height: 550px
    }
}

@media (min-width: 1750px) {
    .motionize__video {
        width: 672px;
        height: 672px
    }
}

@media (max-width: 1200px) {
    .motionize__video {
        width: 370px;
        height: 370px
    }

    .motionize__video img, .motionize__video video {
        width: 60%
    }
}

@media (max-width: 992px) {
    .motionize__video {
        width: unset;
        height: unset;
        max-width: 370px;
        max-height: 370px;
        margin-right: 30px;
        width: 100%;
        height: 100%
    }

    .motionize__video img, .motionize__video video {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (max-width: 992px) and (max-width: 650px) {
    .motionize__video {
        margin-bottom: 16px
    }
}

.motionize__ico {
    max-width: 30px;
    max-height: 30px;
    margin-bottom: 24px
}

@media (min-width: 1681px) {
    .motionize__ico {
        max-width: 42px;
        max-height: 31px
    }

    .motionize__ico svg {
        width: 42px;
        height: 31px
    }
}

@media (max-width: 650px) {
    .motionize__ico {
        display: none
    }
}

.motionize__text {
    max-width: 448px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .motionize__text {
        max-width: 540px
    }
}

@media (min-width: 1750px) {
    .motionize__text {
        max-width: 670px
    }
}

@media (max-width: 1200px) {
    .motionize__text {
        max-width: 385px
    }
}

@media (max-width: 992px) {
    .motionize__text {
        max-width: 330px
    }
}

@media (max-width: 650px) {
    .motionize__text {
        max-width: 100%
    }
}

.motionize__text > h2 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #2b2d34;
    margin-bottom: 24px
}


@media (max-width: 992px) {
    .motionize__text > h2 {
        font-size: 24px;
        margin-bottom: 16px
    }
}

.motionize__text > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 24px
}


@media (max-width: 650px) {
    .motionize__text > p {
        margin-bottom: 16px
    }
}

.motionize__text > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4
}

.motionize__text > a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}

.motionize__text > a:hover svg path {
    stroke: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.motionize__text > a:hover .HoverArrow__linePath {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.motionize__text > a:hover .HoverArrow__tipPath {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.motionize__text > a svg {
    margin-right: 7px
}

.motionize__bullets {
    display: grid;
    grid-auto-rows: 35px;
    grid-auto-columns: 35px;
    grid-gap: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.motionize__bullets .bullet {
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 2;
    background: #bfcee3;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35)
}

.motionize__bullets .bullet:hover {
    background: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.motionize__bullets .bullet:after {
    content: '';
    z-index: 1;
    position: absolute;
    width: 12px;
    height: 12px;
    background: 0 0;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.motionize__bullets .bullet.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
    -webkit-box-shadow: -3px -3px 4px rgba(255, 255, 255, 0.7), 3px 3px 4px rgba(44, 102, 189, 0.2);
    box-shadow: -3px -3px 4px rgba(255, 255, 255, 0.7), 3px 3px 4px rgba(44, 102, 189, 0.2)
}

.motionize__bullets .bullet.active:after {
    background: #ec7120
}

@media (max-width: 992px) {
    .motionize__bullets {
        display: none
    }
}

body.no-scroll {
    overflow: hidden
}

.testimonials {
    padding-top: 80px;
    background: #f8fafc
}

@media (min-width: 1681px) {
    .testimonials {
        padding-top: 120px
    }
}
@media (max-width: 650px) {
    .testimonials {
        padding-top: 40px
    }
}

.testimonials .container {
    max-width: 1280px
}
@media (max-width: 1024px){
    .testimonials .container {
        padding-right: 0;
    }
}

@media (min-width: 1681px) {
    .testimonials .container {
        max-width: 1920px
    }
}

@media (max-width: 650px) {
    .testimonials .container {
        padding-right: 16px
    }
}

.testimonials__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 650px) {
    .testimonials__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.testimonials__info {
    min-width: 240px;
    max-width: 240px;
    margin-right: 48px
}

@media (min-width: 1681px) {
    .testimonials__info {
        min-width: 386px;
        max-width: 386px
    }
}

@media (max-width: 650px) {
    .testimonials__info {
        margin-bottom: 24px
    }
}

.testimonials__info > h2 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #2b2d34;
    margin-bottom: 20px
}


.testimonials__info > p {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}


.testimonials__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 650px) {
    .testimonials__nav {
        margin-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.testimonials .nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    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;
    border: 2px solid #3670c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0 !important;
    cursor: pointer
}

@media (min-width: 1681px) {
    .testimonials .nav {
        width: 60px;
        height: 60px
    }
}

.testimonials .nav svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.testimonials .nav-right {
    background: #3670c8;
    margin-left: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.testimonials .nav-left {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.testimonials .nav-left svg {
    position: relative;
    right: 2px
}

.testimonials .nav-left:hover {
    background: #3670c8;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.testimonials .nav-left:hover svg path {
    stroke: #fff
}

.testimonials .nav-left:hover + .nav-right {
    background: #fff
}

.testimonials .nav-left:hover + .nav-right svg path {
    stroke: #3670c8
}
.testimonials__wrapper {
    overflow: hidden;
}
@media (max-width: 650px) {
    .testimonials__wrapper {
        overflow: unset !important
    }
}

.testimonials__slider {
    width: 100%;
    position: relative;
}
.testimonials__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    /*padding-left: 15px;*/
    padding-bottom: 15px;
}
.testimonials__wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 650px) {
    .testimonials__slides {
        width: 100%;
        padding-left: 0
    }
}

.testimonials__slide {
    background: #fff;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(44, 102, 189, 0.2));
    filter: drop-shadow(4px 4px 10px rgba(44, 102, 189, 0.2));
    border-radius: 8px
}

.testimonials__slide-inner {
    padding: 60px 32px 32px 32px;
    position: relative
}

@media (min-width: 1681px) {
    .testimonials__slide-inner {
        padding: 90px 48px 48px 48px
    }
}

.testimonials__slide-inner:before {
    position: absolute;
    top: 25px;
    left: 32px;
    content: url(../img/testimonials/gg.svg)
}

@media (min-width: 1681px) {
    .testimonials__slide-inner:before {
        top: 40px;
        left: 50px
    }
}

.testimonials__slide:first-child .testimonials__text {
    display: block
}

.testimonials__text {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c;
    position: relative;
    margin-bottom: 16px;
    max-height: 180px;
    overflow: hidden
}

@media (max-width: 1681px) {
    .testimonials__text {
        max-height: 145px
    }
}

@media (max-width: 650px) {
    .testimonials__text {
        min-height: auto;
        display: block !important
    }
}


.testimonials__person {
    margin-left: 16px
}

.testimonials__person > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #232323
}

.testimonials__person > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: #7c7c7c
}


.testimonials__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__img {
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden
}

@media (min-width: 1681px) {
    .testimonials__img {
        min-width: 96px;
        min-height: 96px;
        width: 96px;
        height: 96px
    }
}

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

.newsletter {
    padding-top: 120px;
    padding-bottom: 80px;
    background: #f8fafc
}

@media (min-width: 1681px) {
    .newsletter {
        padding-bottom: 120px
    }
}

@media (max-width: 992px) {
    .newsletter {
        padding-top: 80px
    }
}

.newsletter .container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.newsletter .container > h2 {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #232323;
    margin-bottom: 24px
}


@media (max-width: 992px) {
    .newsletter .container > h2 {
        font-size: 32px
    }
}

@media (max-width: 650px) {
    .newsletter .container > h2 {
        text-align: left
    }
}

.newsletter__subscribe {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    border-radius: 42px;
    height: 56px;
    max-width: 426px;
    width: 100%;
    margin: 0 auto;
    background: #fff
}

@media (min-width: 1681px) {
    .newsletter__subscribe {
        height: 84px;
        max-width: 640px
    }
}

@media (max-width: 650px) {
    .newsletter__subscribe {
        position: relative
    }

    .newsletter__subscribe:after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../img/message.svg);
        position: absolute;
        background-repeat: no-repeat;
        z-index: 6;
        pointer-events: none;
        background-position: 92% 50%
    }
}

.newsletter__subscribe > button {
    border-radius: 27px;
    padding: 13px 24px;
    font-size: 16px;
    margin-right: 3px
}

@media (min-width: 1681px) {
    .newsletter__subscribe > button {
        padding: 30px 35px;
        border-radius: 0 42px 42px 0;
        margin-right: 0
    }
}

@media (max-width: 992px) {
    .newsletter__subscribe > button {
        padding: 16px 35px;
        border-radius: 0 42px 42px 0;
        font-size: 16px;
        margin-right: 0
    }
}

@media (max-width: 650px) {
    .newsletter__subscribe > button {
        opacity: 0;
        position: absolute;
        right: 0;
        width: 20px;
        -webkit-tap-highlight-color: transparent
    }
}

.newsletter__subscribe > input {
    border: none;
    height: 100%;
    padding-left: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fff;
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c
}

.newsletter__subscribe > input.error {
    border: 1px solid red
}

@media (max-width: 650px) {
    .newsletter__subscribe > input {
        border-radius: 27px
    }
}

.newsletter__contact {
    min-width: 162px;
    text-align: center;
    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
}

.hero {
    min-height: 553px;
    background: #3670c8;
    position: relative;
    padding-bottom: 200px
}

@media (min-width: 1681px) {
    .hero {
        min-height: 830px;
        padding-bottom: 340px
    }
}

@media (max-width: 992px) {
    .hero {
        min-height: 760px;
        padding-bottom: 340px
    }
}

@media (max-width: 650px) {
    .hero {
        min-height: 685px;
        padding-bottom: 250px
    }
}

.hero .container {
    padding-top: 169px;
    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;
    position: relative
}

@media (min-width: 1681px) {
    .hero .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 284px
    }
}

@media (max-width: 992px) {
    .hero .container {
        padding-top: 173px;
        -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
    }
}

@media (max-width: 650px) {
    .hero .container {
        padding-top: 113px
    }
}

.hero__info {
    padding-bottom: 56px;
    position: relative;
    max-width: 625px
}

@media (min-width: 1681px) {
    .hero__info {
        padding-bottom: 107px
    }
}

@media (max-width: 992px) {
    .hero__info {
        padding-bottom: 40px
    }
}

.hero__info:after {
    position: absolute;
    border: 1px solid #fff;
    content: '';
    bottom: 0;
    width: 50%;
    left: 0
}

@media (max-width: 650px) {
    .hero__info:after {
        width: 80%
    }
}

.hero__info > h1 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.14;
    letter-spacing: -.02em;
    color: #fff
}


@media (max-width: 650px) {
    .hero__info > h1 {
        font-size: 32px
    }
}

.hero__detail {
    position: relative;
    top: 5px;
    max-width: 552px
}

@media (min-width: 1681px) {
    .hero__detail {
        top: 7px;
        max-width: 723px
    }
}

@media (max-width: 992px) {
    .hero__detail {
        top: 0;
        position: static;
        margin-top: 60px;
        max-width: 732px
    }
}

@media (max-width: 650px) {
    .hero__detail {
        margin-top: 40px
    }
}

.hero__detail p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}



.hero__line {
    pointer-events: none;
    z-index: 3;
    position: absolute
}

.hero__line--left {
    position: absolute;
    left: 0;
    top: 15%
}


.hero__line--right {
    right: -1.5%;
    bottom: -27%
}

@media (min-width: 1681px) {
    .hero__line--right {
        width: 494px;
        height: 744px;
        bottom: -20%
    }
}

.hero__line--center {
    left: 25%;
    top: 0
}

@media (min-width: 1681px) {
    .hero__line--center {
        width: 360px;
        height: 1152px;
        top: -30%
    }
}

@media (max-width: 992px) {
    .hero__line {
        display: none
    }
}

.hero__line--mob1, .hero__line--mob2 {
    display: none
}

@media (max-width: 992px) {
    .hero__line--mob1, .hero__line--mob2 {
        display: block
    }
}

@media (max-width: 650px) {
    .hero__line--mob1, .hero__line--mob2 {
        display: none
    }
}

.hero__line--mob1 {
    top: -6%;
    right: 0
}

.hero__line--mob2 {
    top: 0;
    right: 0
}

.persons {
    position: relative;
    z-index: 4;
    margin-top: -150px;
    padding-bottom: 104px
}

@media (min-width: 1681px) {
    .persons {
        margin-top: -220px;
        padding-bottom: 130px
    }
}

@media (max-width: 992px) {
    .persons {
        padding-bottom: 90px;
        margin-top: -185px
    }
}

@media (max-width: 650px) {
    .persons {
        padding-bottom: 80px
    }
}

.persons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -56px
}

@media (max-width: 992px) {
    .persons__list {
        margin-right: -32px
    }
}

@media (max-width: 650px) {
    .persons__list {
        margin-right: 0
    }
}

.persons__item {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: calc(50% - 56px);
    margin-right: 56px
}

@media (max-width: 992px) {
    .persons__item {
        max-width: calc(50% - 32px);
        margin-right: 32px
    }
}

@media (max-width: 650px) {
    .persons__item {
        margin-right: 0;
        width: 100%;
        max-width: 100%
    }

    .persons__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.persons__item:after {
    position: absolute;
    right: -5%;
    bottom: -5%;
    content: '';
    width: 100%;
    height: 100%;
    background: #2c66bd;
    opacity: .2;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: -1
}

.persons__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8fafc;
    border-radius: 8px;
    height: 100%
}

@media (max-width: 992px) {
    .persons__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.persons__img {
    max-width: 193px;
    min-width: 193px;
    width: 100%
}

.persons__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (max-width: 992px) {
    .persons__img img {
        max-height: 400px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px
    }
}

@media (min-width: 1681px) {
    .persons__img {
        min-width: 300px;
        max-width: 300px
    }
}

@media (max-width: 992px) {
    .persons__img {
        width: 100%;
        max-width: 100%
    }
}

.persons__data {
    padding: 40px;
    position: relative;
    width: 100%
}

@media (min-width: 1681px) {
    .persons__data {
        padding: 60px
    }
}

@media (max-width: 992px) {
    .persons__data {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }
}

.persons__info > img {
    max-width: 25px;
    margin-bottom: 8px
}

@media (min-width: 1681px) {
    .persons__info > img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        margin-bottom: 13px
    }
}

@media (max-width: 992px) {
    .persons__info > img {
        margin-bottom: 13px
    }
}

.persons__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323;
    margin-bottom: 5px
}


.persons__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c;
    margin-bottom: 82px
}

@media (max-width: 992px) {
    .persons__info > p {
        margin-bottom: 40px
    }
}

.persons__social {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1681px) {
    .persons__social {
        position: absolute;
        bottom: 60px;
        left: 60px
    }
}

@media (min-width: 1681px) {
    .persons__social a {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.persons__social a:not(:last-child) {
    margin-right: 24px
}

.persons__social a svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.persons__social a:hover svg path {
    fill: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ready {
    padding-bottom: 120px
}

@media (max-width: 992px) {
    .ready {
        padding-bottom: 80px
    }
}

.ready .container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ready .container h2 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #2b2d34;
    overflow: hidden;
    margin-bottom: 16px
}


@media (max-width: 992px) {
    .ready .container h2 {
        font-size: 48px;
        max-width: 486px
    }
}

@media (max-width: 650px) {
    .ready .container h2 {
        font-size: 32px
    }
}

.ready .container svg {
    max-width: 48px;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .ready .container svg {
        width: 72px;
        height: 72px;
        max-width: unset;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .ready .container svg {
        width: 72px;
        height: 72px;
        max-width: unset;
        margin-bottom: 30px
    }
}

@media (max-width: 650px) {
    .ready .container svg {
        height: 48px;
        width: 48px
    }
}

.ready .container p {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 16px
}


@media (max-width: 992px) {
    .ready .container p {
        font-size: 21px;
        max-width: 508px
    }
}

.ready .container a {
    overflow: hidden
}

.banner {
    min-height: 400px;
    background: #3670c8;
    position: relative
}

@media (min-width: 1681px) {
    .banner {
        min-height: 600px
    }
}

@media (max-width: 650px) {
    .banner {
        min-height: 286px
    }
}

.banner .container {
    padding-top: 149px;
    padding-bottom: 123px;
    position: relative
}

@media (min-width: 1681px) {
    .banner .container {
        padding-top: 232px;
        padding-bottom: 192px
    }
}

@media (max-width: 650px) {
    .banner .container {
        padding-top: 107px;
        padding-bottom: 60px
    }
}

.banner__title {
    max-width: 650px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.14;
    letter-spacing: -.02em;
    color: #fff;
    padding-left: 95px
}

@media (max-width: 992px) {
    .banner__title {
        padding-left: 45px
    }
}

@media (max-width: 650px) {
    .banner__title {
        padding-left: 0;
        font-size: 32px
    }
}

.banner__line {
    position: absolute;
    pointer-events: none;
    z-index: 5
}

.banner__line--left {
    left: 0;
    top: 0
}

@media (max-width: 1681px) {
    .banner__line--left {
        width: 238px;
        height: 765px;
        left: -5%;
        top: -44%
    }
}

.banner__line--top {
    left: 8%;
    top: 0
}

@media (max-width: 1681px) {
    .banner__line--top {
        width: 386px;
        height: 583px
    }
}

@media (max-width: 650px) {
    .banner__line {
        display: none
    }
}

.terms {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (min-width: 1681px) {
    .terms {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (max-width: 650px) {
    .terms {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.terms__body {
    max-width: 640px;
    padding-left: 95px
}

@media (min-width: 1681px) {
    .terms__body {
        padding-left: 130px;
        max-width: 935px
    }
}

@media (max-width: 992px) {
    .terms__body {
        padding-left: 25px
    }
}

@media (max-width: 650px) {
    .terms__body {
        padding-left: 0
    }
}

.terms__body > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 20px
}


.terms__body > h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323
}



.terms__body h3, .terms__body > h4 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #232323
}

.terms__body > h3 {
    margin-top: 16px
}

.terms__body > ul {
    margin: 0;
    padding: 0;
    padding-left: 16px
}

.terms__body > ul li {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

.terms__body > ul li:not(:last-child) {
    margin-bottom: 20px
}


.terms__body > span {
    display: block;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

.terms__body > span a {
    color: #2c66bd
}


.hero__blog {
    overflow: hidden;
    padding-top: 169px;
    padding-left: 176px
}

@media (min-width: 1681px) {
    .hero__blog {
        min-height: 801px;
        padding-left: 250px
    }
}

@media (max-width: 1200px) {
    .hero__blog {
        padding-left: 80px
    }
}

@media (max-width: 992px) {
    .hero__blog {
        padding-left: 40px;
        min-height: 480px;
        padding-bottom: 150px
    }
}

@media (max-width: 650px) {
    .hero__blog {
        padding-top: 113px;
        min-height: 288px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.hero__info--blog:after {
    content: none
}

@media (min-width: 2160px) {
    .hero__info--blog {
        margin: 0 auto;
        padding-left: 0;
        text-align: center
    }
}

.hero__line--l {
    left: 0;
    top: 0
}

@media (min-width: 1681px) {
    .hero__line--l {
        width: 580px;
        height: 876px
    }
}

.hero__line--c {
    left: 25%;
    top: 0
}

@media (min-width: 1681px) {
    .hero__line--c {
        width: 358px;
        height: 1149px;
        left: 28%
    }
}

@media (max-width: 992px) {
    .hero__line--c {
        display: block;
        height: 992px;
        width: 350px;
        -webkit-transform: rotate(-137deg);
        -ms-transform: rotate(-137deg);
        transform: rotate(-137deg);
        top: -95%;
        right: -10%;
        left: unset
    }
}

@media (max-width: 650px) {
    .hero__line--c {
        right: -15%;
        height: 480px;
        top: -56%;
        width: 350px
    }
}

@media (max-width: 475px) {
    .hero__line--c {
        right: -30%
    }
}

.hero__line--r {
    right: 0;
    bottom: 0
}

@media (min-width: 1681px) {
    .hero__line--r {
        width: 490px;
        height: 742px;
        bottom: -25%
    }
}

@media (max-width: 992px) {
    .hero__line--r {
        height: 879px;
        width: 582px;
        display: block;
        bottom: -50%;
        right: -10%
    }
}

@media (max-width: 650px) {
    .hero__line--r {
        height: 555px;
        width: 368px;
        bottom: -60%
    }
}

.main-news {
    position: relative;
    z-index: 5;
    padding: 0;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 126px;
    background: #f8fafc;
    border-radius: 8px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1681px) {
    .main-news {
        margin-left: 120px;
        margin-right: 120px;
        max-width: 100%
    }
}

@media (min-width: 2160px) {
    .main-news {
        max-width: 1760px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1200px) {
    .main-news {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 62px
    }
}

@media (max-width: 650px) {
    .main-news {
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 24px
    }
}

.main-news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: -250px;
    padding-right: 0;
    padding: 0;
    max-width: 100%;
    min-height: 424px
}

.main-news .container:after {
    position: absolute;
    background: #2c66bd;
    opacity: .2;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    content: '';
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5%;
    width: 90%;
    height: 95%
}

@media (min-width: 1681px) {
    .main-news .container {
        min-height: 632px;
        margin-top: -320px
    }
}

@media (max-width: 992px) {
    .main-news .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: unset;
        margin-top: -170px
    }
}

@media (max-width: 650px) {
    .main-news .container {
        margin-top: -85px
    }
}

.main-news__img {
    max-width: 650px;
    width: 100%
}

.main-news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (max-width: 992px) {
    .main-news__img img {
        max-height: 345px;
        border-bottom-right-radius: 0;
        border-top-left-radius: 8px
    }
}

@media (max-width: 650px) {
    .main-news__img img {
        max-height: 250px
    }
}

@media (max-width: 475px) {
    .main-news__img img {
        max-height: 180px
    }
}

.card {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding-left: 96px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-top: 40px;
    background: #f8fafc
}

@media (min-width: 1681px) {
    .card {
        padding-left: 65px
    }
}

@media (min-width: 1750px) {
    .card {
        padding-left: 144px
    }
}

@media (max-width: 1200px) {
    .card {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 50px
    }
}

@media (max-width: 650px) {
    .card {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 650px) and (max-width: 475px) {
    .card {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 30px;
        padding-bottom: 24px
    }
}

.card__inner {
    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 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    display: flex;
    width: 413px
}

.card__inner > h2 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 16px
}
@media (min-width: 1681px){
    .card__inner > h2{
        max-width: 468px;
    }
}
@media (max-width: 650px) {
    .card__inner > h2 {
        font-size: 24px;
        margin-bottom: 38px
    }
}

.card__inner > p {
    margin-bottom: 62px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    max-width: 352px
}

@media (min-width: 1681px) {
    .card__inner > p {
        max-width: 467px;
    }
}

@media (max-width: 992px) {
    .card__inner > p {
        max-width: 100%;
        margin-bottom: 54px
    }
}

@media (max-width: 650px) {
    .card__inner > p {
        display: none
    }
}

.card__inner > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.card__inner > a svg {
    margin-right: 7px
}

.card__inner > a svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.card__inner > a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}

.card__inner > a:hover svg path {
    stroke: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.card__inner > a:hover .HoverArrow__linePath {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.card__inner > a:hover .HoverArrow__tipPath {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width: 1681px) {

    .card__inner > a svg {
        width: 14px;
        height: 12px
    }
}

@media (min-width: 1681px) {
    .card__inner {
        width: 592px
    }
}

@media (max-width: 992px) {
    .card__inner {
        width: auto;
        max-width: 508px
    }
}

.card__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

@media (max-width: 650px) {
    .card__upper {
        display: none
    }
}

.card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #7c7c7c
}


.card__item:not(:last-child) {
    margin-right: 16px
}

.card__item img {
    margin-right: 5px;
    max-width: 100%
}

.card__item span {
    margin-left: 3px
}

.card__comment span {
    margin-right: 3px;
    margin-left: 0
}

.news {
    padding-bottom: 80px
}

@media (max-width: 992px) {
    .news {
        padding-bottom: 44px
    }
}

@media (max-width: 650px) {
    .news {
        padding-bottom: 24px
    }
}

.news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 992px) {
    .news .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 596px
    }
}

.news__sidebar {
    min-width: 352px;
    max-width: 352px;
    padding: 40px;
    background: rgba(240, 243, 247, 0.5);
    border-radius: 8px;
    margin-left: 32px
}

@media (min-width: 1750px) {
    .news__sidebar {
        margin-left: 80px;
        min-width: 512px;
        max-width: 512px
    }
}

@media (max-width: 992px) {
    .news__sidebar {
        padding: 0;
        background: unset;
        max-width: 100%;
        min-width: 100%;
        margin-left: 0
    }
}

.news__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 40px
}

.news__search input {
    width: 100%;
    padding: 15px 44px 15px 16px;
    border-radius: 8px;
    border: 1px solid rgba(44, 102, 189, 0.2);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c
}


.news__search a {
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news__search a svg circle, .news__search a svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news__search a:hover svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    stroke: #eb6914
}

.news__search a:hover svg circle {
    stroke: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (min-width: 1681px) {
    .news__search {
        max-width: 384px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px
    }
}

@media (max-width: 992px) {
    .news__search {
        margin-bottom: 60px
    }
}

@media (max-width: 650px) {
    .news__search {
        margin-bottom: 40px
    }
}

.news__recent {
    padding-bottom: 40px;
    position: relative
}

@media (min-width: 1681px) {
    .news__recent {
        max-width: 384px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 992px) {
    .news__recent {
        margin-left: -32px;
        display: none
    }
}

.news__recent > h3 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323;
    margin-bottom: 32px
}

@media (max-width: 992px) {
    .news__recent > h3 {
        width: 100%;
        margin-left: 32px
    }
}

.news__recent-item:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 992px) {
    .news__recent-item:not(:last-child) {
        margin-bottom: 40px
    }
}

.news__recent-item > a {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #232323;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news__recent-item > a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}

@media (max-width: 992px) {
    .news__recent-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 240px;
        margin-left: 32px
    }
}

.news__recent-img {
    width: 100%
}

@media (max-width: 992px) {
    .news__recent-img {
        margin-bottom: 40px
    }
}

.news__recent-img img {
    margin-top: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 140px;
    border-radius: 8px
}


@media (min-width: 1750px) {
    .news__recent-img img {
        min-height: 210px
    }
}

@media (max-width: 992px) {
    .news__recent-img img {
        margin-top: 0;
        max-width: 240px
    }
}

.news__recent:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    border-radius: 8px
}

.news__recent-mob {
    display: none
}

@media (max-width: 992px) {
    .news__recent-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.news__cat {
    margin-top: 40px;
    padding-bottom: 36px;
    position: relative
}

@media (min-width: 1681px) {
    .news__cat {
        max-width: 384px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 992px) {
    .news__cat {
        display: none
    }
}

.news__cat-mob {
    display: none
}

@media (max-width: 992px) {
    .news__cat-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 650px) {
    .news__cat-mob {
        width: 100%
    }
}

.news__cat > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323;
    margin-bottom: 24px
}


.news__cat > a {
    display: block;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

.news__cat > a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}


.news__cat > a:not(:last-child) {
    margin-bottom: 12px
}

.news__cat:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    height: 1px
}

@media (max-width: 992px) {
    .news__cat:not(:last-child):after {
        content: none
    }
}

@media (max-width: 650px) {
    .news__cat:not(:last-child):after {
        content: ''
    }
}

.news__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.news__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .news__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 650px) {
    .news__item {
        padding-bottom: 32px;
        margin-bottom: 32px
    }
}

.news__data {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 32px;
    max-width: 200px
}

@media (min-width: 1681px) {
    .news__data {
        margin-right: 80px
    }
}

@media (max-width: 992px) {
    .news__data {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0;
        margin-bottom: 8px
    }
}

@media (max-width: 475px) {
    .news__data {
        display: none
    }
}

.news__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: #666;
    white-space: nowrap
}


.news__details:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 992px) {
    .news__details:not(:last-child) {
        margin-right: 5px
    }
}

.news__details img {
    margin-right: 5px;
    width: 13px;
    height: 13px
}

@media (min-width: 1681px) {
    .news__details img {
        width: 18px;
        height: 20px;
        margin-right: 15px
    }
}

.news__comment span {
    margin-right: 3px;
    margin-left: 0
}

.news__author span {
    margin-left: 3px
}

.news__info {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 544px;
    margin: 0 auto
}

@media (min-width: 1681px) {
    .news__info {
        max-width: 816px
    }
}

.news__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #232323;
    margin-bottom: 16px
}

.news__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 16px
}

@media (max-width: 475px) {
    .news__info > p {
        display: none
    }
}

.news__info > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4
}

.news__info > a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}

.news__info > a:hover svg path {
    stroke: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news__info > a:hover .HoverArrow__linePath {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news__info > a:hover .HoverArrow__tipPath {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.news__info > a svg {
    margin-right: 7px
}

@media (max-width: 650px) {
    .news__info > a {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .news__info > a svg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (min-width: 1681px) {

    .news__info > a svg {
        width: 14px;
        height: 14px
    }
}

@media (max-width: 650px) {
    .news__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news__info * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.news__image {
    width: 100%;
    margin-bottom: 16px
}

.news__image img {
    width: 100%;
    height: 100%;
    max-height: 296px;
    border-radius: 6px
}

@media (min-width: 1681px) {
    .news__image img {
        max-height: 444px
    }
}

.news__mob {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 992px) {
    .news__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 650px) {
    .news__mob {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #3670c8;
    margin-bottom: 30px
}

.news__back:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}

.news__back:hover svg path {
    stroke: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news__back:hover .HoverArrow__linePath {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news__back:hover .HoverArrow__tipPath {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.news__back svg {
    margin-right: 7px
}

.article {
    width: 100%;
    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: flex-start
}

.article__inner {
    max-width: 545px
}

@media (min-width: 1681px) {
    .article__inner {
        max-width: 850px
    }
}

.article__inner > h4 {
    margin-bottom: 16px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323
}
.article__inner > h2 {
    margin-bottom: 20px;
}
.article__inner > p {
    margin-bottom: 30px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

.article__inner > ul {
    padding-left: 16px;
    list-style-type: none;
    margin-bottom: 30px
}

@media (min-width: 1681px) {
    .article__inner > ul {
        margin-bottom: 40px;
        padding-left: 32px
    }
}

.article__inner > ul li {
    position: relative;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

.article__inner > ul li:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 650px) {
    .article__inner > ul li:not(:last-child) {
        margin-bottom: 16px
    }
}

.article__inner > ul li:before {
    position: absolute;
    top: 0;
    left: -16px;
    content: "\2022";
    color: #3670c8;
    font-weight: 700;
    display: inline-block
}

@media (min-width: 1681px) {
    .article__inner > ul li:before {
        left: -32px
    }
}


.article__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

@media (max-width: 650px) {
    .article__upper {
        display: none
    }
}

.article__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #7c7c7c
}


.article__item:not(:last-child) {
    margin-right: 16px
}

.article__item img {
    margin-right: 5px;
    max-width: 100%
}

.article__item span {
    margin-left: 3px
}

.article__author span {
    margin-left: 3px
}

.article__comment span {
    margin-right: 3px;
    margin-left: 0
}

.article__title {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 30px
}


.article__img {
    margin-bottom: 30px
}

@media (min-width: 1681px) {
    .article__img {
        margin-bottom: 40px
    }
}

.article__img img {
    width: 100%;
    max-height: 438px;
    border-radius: 8px
}

.article__share {
    padding-top: 40px;
    border-top: 1px solid rgba(44, 102, 189, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 84px
}

@media (min-width: 1681px) {
    .article__share {
        padding-top: 135px;
        margin-bottom: 85px
    }
}

@media (max-width: 650px) {
    .article__share {
        margin-bottom: 64px
    }
}

.article__share > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-right: 18px
}


.article__share a:not(:last-child) {
    margin-right: 24px
}

@media (min-width: 1681px) {
    .article__share a:not(:last-child) {
        margin-right: 32px
    }
}

@media (min-width: 1681px) {
    .article__share img, .article__share svg {
        width: 24px;
        height: 20px
    }
}

.article__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 992px) {
    .article__comments {
        margin-bottom: 64px
    }
}

@media (max-width: 650px) {
    .article__comments {
        margin-bottom: 40px
    }
}

.article__comments > h2 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323;
    margin-bottom: 24px
}



.article__comments > h2 span {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #232323
}



.article__search {
    width: 100%;
    margin-bottom: 32px
}

.article__search input {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    border-radius: 8px;
    border: none;
    height: 56px;
    padding: 16px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7c7c7c
}



.article__commentary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1681px) {
    .article__commentary:not(:last-child) {
        margin-bottom: 64px
    }
}

.article__commentary:not(:first-child) {
    padding-top: 32px;
    border-top: 1px solid rgba(44, 102, 189, 0.2)
}

@media (min-width: 1681px) {
    .article__commentary:not(:first-child) {
        padding-top: 64px
    }
}

@media (max-width: 650px) {
    .article__commentary:not(:first-child) {
        padding-top: 24px
    }
}

.article__person {
    margin-right: 32px
}

.article__person img {
    width: 64px;
    height: 64px;
    border-radius: 50%
}

@media (max-width: 650px) {
    .article__person {
        display: none
    }
}

.article__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 96px)
}

@media (max-width: 650px) {
    .article__main {
        width: 100%
    }
}

.article__main > h3 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #232323
}


.article__main > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #7c7c7c;
    margin-bottom: 8px
}

.article__cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #3670c8;
    margin-bottom: 24px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (min-width: 1681px) {
    .article__cc {
        margin-bottom: 0
    }
}

.article__cc svg {
    margin-right: 8px
}

.article__cc svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.article__cc:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #eb6914
}

.article__cc:hover svg path {
    fill: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.article__data {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 8px;
    display: block
}


.article__reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 96px
}

@media (min-width: 1681px) {
    .article__reply {
        margin-top: 64px
    }
}

@media (max-width: 650px) {
    .article__reply .article__cc {
        margin-bottom: 0
    }
}

@media (max-width: 650px) {
    .article__reply {
        margin-left: 40px
    }
}

@media (min-width: 1681px) {
    .article__name {
        font-family: Red Hat Display;
        font-style: normal;
        font-weight: 700;
        color: #232323
    }
}

.article__desc {
    font-family: "Red Hat Display";
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #7c7c7c
}


.article__submain {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 96px);
    margin-bottom: 20px
}

@media (max-width: 650px) {
    .article__submain {
        width: 100%
    }
}

.news-single {
    background: #f8fafc;
    border-radius: 8px;
    position: relative;
    z-index: 8;
    padding-top: 80px;
    padding-bottom: 56px;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: -384px
}

@media (min-width: 1681px) {
    .news-single {
        margin-left: 122px;
        margin-right: 122px;
        padding-bottom: 120px
    }
}

@media (max-width: 1200px) {
    .news-single {
        margin-left: 40px;
        margin-right: 40px
    }
}

@media (max-width: 992px) {
    .news-single {
        padding-top: 64px;
        margin-top: -300px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0
    }
}

@media (max-width: 650px) {
    .news-single {
        padding-top: 40px;
        margin-top: -130px
    }
}

@media (min-width: 1681px) {
    .news-single .container {
        padding-left: 140px;
        padding-right: 140px
    }
}

@media (max-width: 992px) {
    .news-single .news__sidebar {
        display: none
    }
}

.why {
    background: #3670c8;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1681px) {
    .why {
        min-height: 612px
    }
}

@media (max-width: 992px) {
    .why {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 110px;
        min-height: 750px;
        overflow: hidden;
    }
}
@media (max-width: 650px) {
    .why {
        padding-top: 188px
    }
}

.why .container {
    position: relative;
    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;
    min-height: 308px
}

@media (max-width: 992px) {
    .why .container {
        min-height: unset
    }
}

.why__info {
    position: relative;
    z-index: 8;
    max-width: 520px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

@media (min-width: 1681px) {
    .why__info {
        max-width: 725px
    }
}

@media (max-width: 1200px) {
    .why__info {
        max-width: 600px
    }
}

@media (max-width: 650px) {
    .why__info {
        width: 100%;
        max-width: 100%
    }
}

.why__info > h1 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.14;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 10px
}


@media (max-width: 650px) {
    .why__info > h1 {
        font-size: 32px;
        margin-bottom: 30px;
        position: relative
    }

    .why__info > h1:after {
        position: absolute;
        bottom: -45px;
        left: 0;
        display: block;
        content: '';
        width: 70px;
        height: 1px;
        background: #fff
    }
}

.why__info > p {
    padding-left: 137px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    position: relative
}


@media (max-width: 650px) {
    .why__info > p {
        font-weight: 400;
        max-width: 235px;
        margin-left: 90px;
        line-height: 1.75;
        padding-left: 0
    }
}

.why__info > p:after {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    content: '';
    width: 107px;
    height: 1px;
    background: #fff
}

@media (max-width: 650px) {
    .why__info > p:after {
        content: none
    }
}

.why__image {
    position: absolute;
    right: -20px;
    bottom: -250px;
    z-index: 7;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    max-width: 650px;
}
.why__image img {
    width: 100%;
}
@media (min-width: 1681px) {
    .why__image {
        right: 0;
        bottom: -200px;
        max-width: 810px;
    }

    .why__image img {
        width: 100%;
    }
}

@media (min-width: 1681px) {
    .why__image {
        bottom: -300px;
        right: 0;
    }
}

@media (max-width: 1200px) {
    .why__image {
        right: -20px;
    }
}
@media (max-width: 1150px) {
    .why__image {
        max-width: 560px;
        right: -20px;
    }
}

@media (max-width: 992px) {
    .why__image {
        bottom: -550px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

@media (max-width: 650px) {
    .why{
        overflow: hidden;
        min-height: 650px;
    }
    .why__image {
        bottom: auto;
        top: 138%;
        /*right: -40px;*/
        /*margin-left: 55px*/
        right: auto;
        left: 53%
    }
}

.why__screen {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.why__screen-parallax {
    position: absolute;
    left: 51%;
    top: -50px;
    z-index: 6;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

@media (min-width: 1681px) {
    .why__screen-parallax {
        top: -130px
    }
}

@media (min-width: 1681px) {
    .why__screen-parallax {
        left: 52%;
        top: -131px
    }
}

@media (max-width: 992px) {
    .why__screen-parallax {
        top: -110px;
        width: 100%
    }
}

@media (max-width: 650px) {
    .why__screen-parallax {
        top: -170px;
        left: 20px
    }
}

@media (min-width: 1681px) {
    .why__screen {
        width: 1100px;
        height: 600px
    }
}

@media (min-width: 1681px) {
    .why__screen {
        width: 1054px;
        height: 622px
    }
}

@media (max-width: 992px) {
    .why__screen {
        width: 100%
    }
}

@media (max-width: 650px) {
    .why__screen {
        width: 650px;
        height: 475px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.why__line {
    position: absolute;
    z-index: 5
}

.why__line--left {
    left: -15%;
    top: -152px
}

@media (min-width: 1681px) {
    .why__line--left {
        left: -35px;
        top: -210px;
        width: 1365px;
        height: 420px
    }
}

@media (max-width: 992px) {
    .why__line--left {
        z-index: 1 !important;
        width: 909px;
        height: 277px;
        left: -334px;
        top: -116px
    }
}

@media (max-width: 650px) {
    .why__line--left {
        top: unset;
        bottom: -205px;
        left: -450px;
        z-index: 10 !important
    }
}

.why__line--right {
    right: -80px;
    top: -120px
}

@media (min-width: 1681px) {
    .why__line--right {
        width: 1310px;
        height: 661px;
        right: 0;
        top: -200px
    }
}

@media (min-width: 1441px) {
    .why__line--right {
        right: -230px;
        top: -150px
    }
}

@media (max-width: 992px) {
    .why__line--right {
        width: 477px;
        height: 274px;
        top: 0
    }
}

@media (max-width: 992px) {
    .why__line--right {
        top: 0
    }
}

.why__line--btm {
    bottom: 10px;
    right: -80px
}

@media (min-width: 1681px) {
    .why__line--btm {
        bottom: 25px
    }
}

@media (min-width: 1441px) {
    .why__line--btm {
        right: -195px;
        bottom: 80px
    }
}

@media (max-width: 992px) {
    .why__line--btm {
        width: 477px;
        height: 274px;
        bottom: -193px
    }
}

@media (max-width: 600px) {
    .why__line--btm {
        bottom: -315px
    }
}

.why__line--leftb {
    right: -80px;
    top: 55px
}

@media (min-width: 1681px) {
    .why__line--leftb {
        top: 70px
    }
}

@media (min-width: 1441px) {
    .why__line--leftb {
        right: -195px
    }
}

@media (max-width: 992px) {
    .why__line--leftb {
        width: 894px;
        height: 330px;
        right: -185px
    }
}

@media (max-width: 600px) {
    .why__line--leftb {
        right: 0;
        top: 25px
    }
}

@media (max-width: 992px) {
    .why__line {
        z-index: 12
    }
}

.proposition {
    padding-top: 200px;
    padding-bottom: 124px
}

@media (min-width: 1681px) {
    .proposition {
        padding-top: 295px;
        padding-bottom: 180px
    }
}

@media (max-width: 992px) {
    .proposition {
        padding-top: 246px;
        padding-bottom: 80px
    }
}

@media (max-width: 650px) {
    .proposition {
        padding-top: 146px
    }
}

.proposition__headline {
    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: flex-start;
    margin-bottom: 40px
}

@media (min-width: 1681px) {
    .proposition__headline {
        max-width: 1420px;
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .proposition__headline {
        margin-bottom: 25px
    }
}

@media (max-width: 650px) {
    .proposition__headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 22px
    }
}

.proposition__headline h4 {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #232323;
    max-width: 336px
}


@media (max-width: 992px) {
    .proposition__headline h4 {
        max-width: 240px;
        min-width: 240px;
        margin-right: 80px
    }
}

@media (max-width: 650px) {
    .proposition__headline h4 {
        margin-bottom: 20px;
        margin-right: 0
    }
}

.proposition__headline > p {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    max-width: 560px
}


.proposition__list {
    margin-left: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 650px) {
    .proposition__list {
        margin-left: -15px
    }
}

.proposition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    margin-left: 32px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    border-radius: 8px;
    width: 33.333%;
    max-width: calc(33.333% - 32px);
    padding: 28px 22px;
    margin-bottom: 34px
}

@media (min-width: 1681px) {
    .proposition__item:first-child > div svg {
        width: 35px;
        height: 35px
    }
}

@media (min-width: 1681px) {
    .proposition__item {
        padding: 42px 30px;
        min-height: 249px;
        margin-bottom: 50px
    }
}

@media (max-width: 992px) {
    .proposition__item {
        width: 50%;
        max-width: calc(50% - 32px);
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px
    }
}

@media (max-width: 500px) {
    .proposition__item {
        min-height: 233px
    }
}

@media (max-width: 650px) {
    .proposition__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 50%;
        max-width: calc(50% - 15px);
        margin-left: 15px;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 15px
    }
}

.proposition__item > div {
    overflow: hidden;
    width: 48px;
    height: 48px;
    background: #f0f3f7;
    border-radius: 8px;
    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;
    margin-bottom: 15px
}

@media (min-width: 1681px) {
    .proposition__item > div {
        width: 71px;
        height: 71px;
        margin-bottom: 22px
    }

    .proposition__item > div svg {
        width: 29px;
        height: 29px
    }
}

.proposition__item > p {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #232323;
    max-width: 310px;
    margin: 0 auto
}

@media (min-width: 1681px) {
    .proposition__item > p {
        font-size: 24px;
        max-width: 464px
    }
}

.calc {
    padding-bottom: 80px
}

@media (min-width: 1681px) {
    .calc {
        padding-bottom: 120px
    }
}

@media (max-width: 650px) {
    .calc {
        padding-bottom: 60px
    }
}

.calc__headline {
    max-width: 660px;
    width: 100%;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1681px) {
    .calc__headline {
        max-width: 872px
    }
}

@media (max-width: 992px) {
    .calc__headline {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .calc__headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 16px
    }
}

.calc__headline > h4 {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #232323
}


@media (max-width: 650px) {
    .calc__headline > h4 {
        margin-bottom: 16px
    }
}

.calc__headline > p {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    max-width: 400px
}

@media (min-width: 1681px) {
    .calc__headline > p {
        max-width: 580px;
        font-size: 24px
    }
}

.calc__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 992px) {
    .calc__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.calc__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 992px) {
    .calc__group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.calc__info {
    background: #fff;
    border-radius: 12px
}

@media (max-width: 992px) {
    .calc__info {
        margin-top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 650px) {
    .calc__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.calc__score {
    padding: 42px 40px;
    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;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (max-width: 650px) {
    .calc__score:first-child {
        padding-top: 40px
    }
}

.calc__score:first-child:after {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
    border-bottom: 1px solid #c6d1e0;
    bottom: 0
}

@media (max-width: 992px) {
    .calc__score:first-child:after {
        background: #c6d1e0;
        right: 0;
        left: unset;
        height: calc(100% - 60px);
        width: 1px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border: none
    }
}

@media (max-width: 650px) {
    .calc__score:first-child:after {
        position: absolute;
        content: '';
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: unset;
        width: calc(100% - 80px);
        border-bottom: 1px solid #c6d1e0;
        bottom: 0
    }
}

.calc__score > h5 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #232323;
    margin-bottom: 10px
}

@media (min-width: 1681px) {
    .calc__score > h5 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.calc__score > span {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #3670c8
}

@media (min-width: 1681px) {
    .calc__score > span {
        font-size: 56px
    }
}

.calc__score > div {
    margin-top: 24px
}

.calc__score > div:hover .calc__tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (min-width: 1681px) {
    .calc__score > div {
        margin-top: 36px
    }

    .calc__score > div img, .calc__score > div svg {
        width: 45px;
        height: 45px
    }
}

.calc__score > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #232323
}

@media (min-width: 1681px) {
    .calc__score > p {
        font-size: 32px
    }
}

@media (max-width: 992px) {
    .calc__score {
        width: 50%
    }
}

@media (max-width: 650px) {
    .calc__score {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 40px
    }
}

.calc__main {
    padding: 61px 72px 61px 40px;
    background: #f0f3f7;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px
}

@media (min-width: 1681px) {
    .calc__main {
        padding: 90px 108px 90px 60px
    }
}

@media (max-width: 992px) {
    .calc__main {
        padding: 70px 90px 70px 110px
    }
}

@media (max-width: 650px) {
    .calc__main {
        padding: 16px;
        padding-bottom: 40px
    }
}

.calc__item:not(:last-child) {
    margin-bottom: 25px
}

@media (min-width: 1681px) {
    .calc__item:not(:last-child) {
        margin-bottom: 54px
    }
}

@media (max-width: 650px) {
    .calc__item:nth-child(2) .noUi-tooltip {
        left: 62px !important
    }
}

.calc__item > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 19px
}

@media (min-width: 1681px) {
    .calc__item > p {
        font-size: 22px;
        margin-bottom: 28px
    }
}

@media (min-width: 1681px) {
    .calc__item > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .calc__item > p {
        margin-bottom: 36px
    }
}

@media (max-width: 650px) {
    .calc__item > p {
        font-size: 14px;
        margin-bottom: 60px
    }
}

.calc__tooltip {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 24px;
    max-width: 414px;
    background: #f0f3f7;
    border-radius: 4px;
    z-index: 50;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -85px;
    border: 1px solid rgba(124, 124, 124, 0.18);
    width: 100%
}

@media (max-width: 650px) {
    .calc__tooltip {
        padding: 10px;
        bottom: -60px
    }
}

@media (max-width: 370px) {
    .calc__tooltip {
        bottom: -80px
    }
}

.calc__tooltip:after {
    position: absolute;
    left: 50%;
    top: -9.5px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f0f3f7;
    clear: both;
    z-index: -1
}

.calc__tooltip p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: #7c7c7c
}

@media (max-width: 650px) {
    .calc__tooltip p {
        font-size: 13px
    }
}

.noUi-handle {
    background: #fff !important;
    -webkit-box-shadow: 4px 4px 10px rgba(114, 114, 114, 0.2) !important;
    box-shadow: 4px 4px 10px rgba(114, 114, 114, 0.2) !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    outline: 0 !important;
    top: -10px !important;
    border: none !important
}

@media (min-width: 1681px) {
    .noUi-handle {
        width: 48px !important;
        height: 48px !important;
        top: -20px !important
    }
}

.noUi-handle:after {
    width: 12px !important;
    height: 12px !important;
    background: -o-linear-gradient(200.7deg, #ff9654 -24.92%, #eb6914 100.3%) !important;
    background: linear-gradient(249.3deg, #ff9654 -24.92%, #eb6914 100.3%) !important;
    border-radius: 50% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

@media (min-width: 1681px) {
    .noUi-handle:after {
        height: 18px !important;
        width: 18px !important
    }
}

.noUi-handle:before {
    content: none !important
}

.noUi-horizontal {
    height: 15px !important
}

@media (max-width: 650px) {
    .noUi-horizontal {
        top: -11px !important
    }
}

.noUi-connect {
    background: #3670c8 !important
}

.noUi-connects {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 206, 227, 0.5)), color-stop(65%, rgba(255, 255, 255, 0.5))) !important;
    background: -o-linear-gradient(top, rgba(191, 206, 227, 0.5) 0, rgba(255, 255, 255, 0.5) 65%) !important;
    background: linear-gradient(180deg, rgba(191, 206, 227, 0.5) 0, rgba(255, 255, 255, 0.5) 65%) !important;
    border-radius: 8px !important
}

.noUi-target {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ranges {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 650px) {
    .noUi-horizontal {
        height: 10px !important
    }
}

.range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: #666
}

@media (min-width: 1681px) {
    .range {
        font-size: 21px
    }
}

.range span {
    margin-right: 3px
}

.noUi-tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 122px !important;
    height: 63px !important;
    padding-top: 16px !important;
    padding-bottom: 15px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 4px !important;
    border: 0 !important;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    text-align: left
}

.noUi-tooltip span {
    color: #3670c8;
    width: 100%;
    display: block
}

@media (min-width: 1681px) {
    .noUi-tooltip {
        padding-left: 24px !important;
        font-size: 24px !important;
        width: 190px !important;
        height: 95px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .noUi-tooltip span {
        margin-top: 2px
    }
}

@media (max-width: 650px) {
    .noUi-tooltip {
        padding: 3px !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: unset !important;
        height: unset !important
    }

    .noUi-tooltip span {
        margin-left: 5px
    }
}

.noUi-tooltip:after {
    position: absolute;
    left: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    clear: both
}

@media (min-width: 1681px) {
    .noUi-tooltip:after {
        top: 66% !important;
        border-left: 10px solid transparent !important;
        border-right: 10px solid transparent !important;
        border-top: 10px solid #fff !important;
        left: -13px !important
    }
}

@media (max-width: 650px) {
    .noUi-tooltip:after {
        content: none
    }
}

.noUi-horizontal .noUi-tooltip {
    bottom: -50% !important;
    left: 100px !important
}

.noUi-horizontal .noUi-tooltip:after {
    top: 50% !important
}

@media (min-width: 1681px) {
    .noUi-horizontal .noUi-tooltip {
        left: 168px !important;
        bottom: -55% !important
    }
}

@media (max-width: 650px) {
    .noUi-horizontal .noUi-tooltip {
        bottom: 117% !important;
        left: 40px !important
    }
}

.self {
    padding-bottom: 48px
}

@media (min-width: 1681px) {
    .self {
        padding-bottom: 160px
    }
}

@media (max-width: 650px) {
    .self {
        padding-bottom: 40px
    }
}

.self .container {
    overflow: hidden
}

.self__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 565px;
    margin-bottom: 63px
}

@media (min-width: 1681px) {
    .self__headline {
        max-width: 870px;
        margin-bottom: 90px
    }
}

@media (max-width: 650px) {
    .self__headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 24px
    }
}

.self__headline > h4 {
    overflow: hidden;
    max-width: 323px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #232323
}

@media (min-width: 1681px) {
    .self__headline > h4 {
        font-size: 48px;
        max-width: 484px
    }
}

@media (max-width: 650px) {
    .self__headline > h4 {
        max-width: 340px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 16px
    }
}

.self__headline > p {
    overflow: hidden;
    max-width: 200px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .self__headline > p {
        max-width: 300px;
        font-size: 24px
    }
}

.self__list {
    margin-left: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1681px) {
    .self__list {
        margin-left: -120px
    }
}

@media (max-width: 992px) {
    .self__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -80px
    }
}

.self__item {
    padding-top: 32px;
    padding-bottom: 24px;
    margin-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    width: 33.333%;
    max-width: calc(33.333% - 80px);
    margin-bottom: 32px;
    position: relative
}

@media (min-width: 1681px) {
    .self__item {
        margin-bottom: 48px;
        margin-left: 120px;
        max-width: calc(33.333% - 120px)
    }
}

@media (max-width: 1200px) {
    .self__item {
        max-width: calc(33.333% - 80px);
        margin-left: 60px
    }
}

@media (max-width: 992px) {
    .self__item {
        margin-left: 80px;
        width: 50%;
        max-width: calc(50% - 104px)
    }
}

@media (max-width: 650px) {
    .self__item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px
    }
}

.self__item:after {
    border-radius: 8px;
    z-index: -1;
    position: absolute;
    left: 48px;
    background: #e7edf2;
    opacity: .5;
    width: 100%;
    height: 100%;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1681px) {
    .self__item:after {
        left: 72px
    }
}

@media (max-width: 650px) {
    .self__item:after {
        width: calc(100% - 48px)
    }
}

.self__image {
    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;
    width: 96px;
    height: 96px;
    background: #3670c8;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 1681px) {
    .self__image {
        width: 144px;
        height: 144px
    }

    .self__image svg {
        width: 48px;
        height: 48px
    }
}

.self__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.self__data {
    margin-left: 21px;
    max-width: 220px
}

@media (min-width: 1681px) {
    .self__data {
        max-width: 312px
    }
}

.self__data > span {
    display: block;
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    color: #eb6914
}

@media (min-width: 1681px) {
    .self__data > span {
        font-size: 21px
    }
}

@media (max-width: 650px) {
    .self__data > span {
        font-size: 12px;
        display: block;
        margin-bottom: 12px
    }
}

.self__data > p {
    overflow: hidden;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #232323
}

@media (min-width: 1681px) {
    .self__data > p {
        font-size: 24px
    }
}

@media (max-width: 650px) {
    .self__data > p {
        font-size: 16px
    }
}

.price {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgba(231, 237, 242, 0.5);
    border-radius: 8px
}

@media (min-width: 1681px) {
    .price {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media (max-width: 1024px) {
    .price {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .price {
        padding-top: 40px;
        padding-bottom: 16px
    }
}

.price .container > h2 {
    max-width: 720px;
    margin: 0 auto;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #232323;
    margin-bottom: 80px
}


@media (max-width: 992px) {
    .price .container > h2 {
        margin-bottom: 54px
    }
}

@media (max-width: 650px) {
    .price .container > h2 {
        text-align: left;
        margin-bottom: 50px
    }
}

.price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -37px
}

@media (max-width: 992px) {
    .price__list {
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
        box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
        border-radius: 8px
    }
}

@media (max-width: 650px) {
    .price__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.price__item {
    margin-left: 37px;
    background: #f8fafc;
    -webkit-box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    border-radius: 8px;
    width: 33.333%;
    max-width: calc(33.333% - 37px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px
}

@media (max-width: 992px) {
    .price__item {
        max-width: 100%;
        border-radius: 0;
        margin-left: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        position: relative
    }

    .price__item:after {
        width: 1px;
        content: '';
        height: 75%;
        background: #c6d1e0;
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .price__item:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px
    }

    .price__item:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-right-radius: 8px
    }
}

@media (max-width: 650px) {
    .price__item {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 40px;
        box-shadow: 4px 4px 10px rgba(44, 102, 189, 0.2);
    }
    .price__list{
        box-shadow: none;
    }

    .price__item:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px
    }

    .price__item:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .price__item:last-child:after {
        content: none !important
    }

    .price__item:after {
        content: none;

    }
}

.price__item > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #232323;
    margin-bottom: 19px
}
@media (max-width: 992px) {
    .price__item > p {
        margin-bottom: 10px
    }
}

@media (max-width: 650px) {
    .price__item > p {
        margin-bottom: 8px
    }
}

.price__item > p span {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #232323
}

@media (max-width: 992px) {
    .price__item > p span {
        font-size: 32px
    }
}

.price__name {
    position: relative;
    top: -15px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 12px 0;
    min-width: 160px;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 50px
}

.price__name.green {
    background: #45b69c
}

.price__name.gray {
    background: #456990
}

.price__name.orange {
    background: #eb6914
}

@media (max-width: 992px) {
    .price__name {
        margin-bottom: 20px
    }
}

@media (max-width: 650px) {
    .price__name {
        top: -24px;
        margin-bottom: 42px
    }
}

.price__users {
    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;
    margin-bottom: 70px
}

.price__users svg {
    margin-right: 4px
}
@media (max-width: 992px) {
    .price__users {
        margin-bottom: 48px
    }
}
@media (max-width: 600px) {
    .price__users {
        margin-top: 8px;
        margin-bottom: 70px
    }
}

.price__btn {
    border-radius: 29px;
    padding: 16px 40px;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    border: 1px solid #eb6914;
    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;
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.price__btn:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #eb6914;
    color: #fff
}

@media (max-width: 650px) {
    .price__btn {
        padding: 15px 40px
    }
}

.subscribe-news .container > h2 {
    text-align: center
}

.main-overflow {
    overflow: hidden
}

.slideUpload {
    padding: 190px 0 240px 0;
    background: #3670c8;
    margin-bottom: 120px
}

@media (max-width: 1681px) {
    .slideUpload {
        padding: 127px 0 160px 0;
        margin-bottom: 80px
    }
}

@media (max-width: 992px) {
    .slideUpload {
        padding: 80px 0
    }
}

@media (max-width: 767px) {
    .slideUpload {
        padding: 40px 0
    }
}

.slideUpload .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 992px) {
    .slideUpload .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.slideUpload .container .left {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 537px;
    max-width: 672px
}

@media (max-width: 1681px) {
    .slideUpload .container .left {
        height: 358px;
        max-width: 448px
    }
}

@media (max-width: 992px) {
    .slideUpload .container .left {
        width: 100%;
        max-width: 510px;
        height: 407px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

@media (max-width: 767px) {
    .slideUpload .container .left {
        max-width: 343px;
        max-height: 250px
    }
}

.slideUpload .container .left img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.slideUpload .container .right {
    width: 50%;
    position: relative;
    padding-top: 23px;
    max-width: 672px;
    height: 100%;
    min-height: 509px
}

@media (max-width: 1681px) {
    .slideUpload .container .right {
        max-width: 548px;
        min-height: 358px;
        padding-top: 33px
    }
}

@media (max-width: 992px) {
    .slideUpload .container .right {
        width: 100%;
        max-width: 510px;
        min-height: 312px
    }
}

@media (max-width: 767px) {
    .slideUpload .container .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.slideUpload__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .slideUpload__nav {
        position: relative;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.slideUpload__nav svg {
    cursor: pointer
}

@media (max-width: 1681px) {
    .slideUpload__nav svg {
        width: 40px;
        height: 40px
    }
}

.slideUpload__nav svg:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 16px
}

@media (min-width: 1550px) {
    .slideUpload__nav svg:last-child {
        margin-left: 24px
    }
}

.slideUpload__nav svg:last-child circle {
    fill: #fff
}

.slideUpload__nav svg:last-child path {
    stroke: #3670c8
}

.slideUpload__position {
    border-radius: 8px;
    height: 15px;
    width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 5px
}

@media (max-width: 1681px) {
    .slideUpload__position {
        height: 10px;
        width: 250px
    }
}

@media (max-width: 992px) {
    .slideUpload__position {
        display: none;
        height: 4px
    }
}

@media (max-width: 767px) {
    .slideUpload__position {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 223px;
        margin-top: 15px
    }
}

.slideUpload__position * {
    position: relative;
    z-index: 2
}

.slideUpload__position::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#2a5eac), color-stop(65%, #3e7ad5));
    background: -o-linear-gradient(top, #2a5eac 0, #3e7ad5 65%);
    background: linear-gradient(180deg, #2a5eac 0, #3e7ad5 65%);
    display: block;
    position: absolute;
    opacity: .5
}

.slideUpload__position div:not(.current) {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

@media (max-width: 1681px) {
    .slideUpload__position div:not(.current) {
        height: 4px;
        width: 4px
    }
}

@media (max-width: 992px) {
    .slideUpload__position div:not(.current) {
        display: none
    }
}

.slideUpload__position .current {
    width: 35%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 8px;
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: 100%
}

.slideUpload__position .current::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: #3670c8;
    position: absolute;
    z-index: 3;
    right: 3px;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto
}

@media (max-width: 1681px) {
    .slideUpload__position .current::after {
        height: 6px;
        width: 6px
    }
}

@media (max-width: 992px) {
    .slideUpload__position .current::after {
        content: none
    }
}

.slideUpload__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (max-width: 767px) {
    .slideUpload__list {
        min-height: 240px;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: 100%
    }
}

.slideUpload__list h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

@media (max-width: 1681px) {
    .slideUpload__list h3 {
        font-size: 16px;
        line-height: 16px
    }
}

.slideUpload__list h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    margin: 24px 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0
}

@media (max-width: 1681px) {
    .slideUpload__list h2 {
        font-size: 32px;
        line-height: 40px
    }
}

.slideUpload__list p {
    font-size: 21px;
    line-height: 39px;
    color: #fff;
    max-width: 588px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 0
}

@media (max-width: 1681px) {
    .slideUpload__list p {
        font-size: 16px;
        line-height: 24px
    }
}

.slideUpload__list div {
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 159px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden
}

@media (max-width: 1681px) {
    .slideUpload__list div {
        top: 116px
    }
}

@media (max-width: 992px) {
    .slideUpload__list div {
        top: 80px
    }
}

@media (max-width: 767px) {
    .slideUpload__list div {
        top: 39px
    }
}

.slideUpload__list div.active {
    opacity: 1;
    visibility: visible
}

.slideUpload__list div.active h2, .slideUpload__list div.active h3, .slideUpload__list div.active p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.footer {
    background: #2d3740;
    padding: 60px 0
}

@media (max-width: 992px) {
    .footer {
        padding: 40px 0 24px
    }
}

.footer .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
}

@media (max-width: 650px) {
    .footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__block a a, .footer__block > p a {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #677887;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 1681px) {
    .footer__block a a, .footer__block > p a {
        font-size: 24px
    }
}

.footer__block a a:hover, .footer__block > p a:hover {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.footer__block:not(.btn) {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #677887
}

@media (min-width: 1681px) {
    .footer__block:not(.btn) {
        font-size: 24px
    }
}

.footer__block > p.last {
    margin-top: 13px
}

@media (min-width: 1681px) {
    .footer__block > p.last {
        margin-top: 32px
    }
}

.footer__block-mob {
    display: none
}

@media (max-width: 650px) {
    .footer__block-mob {
        display: block;
        width: 100%;
        margin-top: 40px
    }
}

@media (max-width: 650px) {
    .footer__block-pc {
        width: 100%
    }

    .footer__block-pc svg {
        width: 150px;
        height: 21px;
        display: block !important
    }

    .footer__block-pc svg path {
        display: block !important
    }
}

@media (max-width: 650px) {
    .footer__block-pc * {
        display: none
    }
}
@media (max-width: 992px) {
    .footer__nav {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 0
    }
}

.footer__nav a {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #677887;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.footer__nav a:not(:last-child) {
    margin-right: 50px
}

@media (max-width: 1024px) {
    .footer__nav a:not(:last-child) {
        margin-right: 32px;
    }
}
@media (max-width: 650px) {
    .footer__nav a:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 16px;
}
    .footer__nav{
        position: relative;
        margin-top: -20px;
    }
}
.footer__nav a:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff
}

.footer__social {
    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
}
.footer__social a {
    width: 34px;
    height: 34px;
    background: rgba(103, 120, 135, 0.5);
    border-radius: 8px;
    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
}

.footer__social a:not(:last-child) {
    margin-right: 27px
}

@media (max-width: 650px) {
    .footer__social a:not(:last-child) {
        margin-right: 16px
    }
}

.footer__social a svg path {
    fill: #92a1ae;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.footer__social a:hover svg path {
    fill: #eb6914;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.footer__condition-tab {
    display: none;
    margin-bottom: 16px
}

@media (max-width: 992px) {
    .footer__condition-tab {
        display: block
    }
}

@media (max-width: 650px) {
    .footer__condition-tab {
        display: none
    }
}

.footer__condition-mob {
    display: none;
    margin-bottom: 16px
}

@media (max-width: 992px) {
    .footer__condition-mob {
        display: block
    }
}

@media (max-width: 992px) {
    .footer__condition {
        display: none
    }
}

.form {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.form.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .form {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .form {
        padding-top: 114px;
        padding-bottom: 122px
    }
}

@media (max-width: 650px) {
    .form {
        padding-top: 42px;
        padding-bottom: 27px
    }
}

.form__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 928px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.form__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .form__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .form__body {
        max-width: 1462px
    }
}

@media (max-width: 992px) {
    .form__body {
        max-width: 510px
    }
}

@media (max-width: 650px) {
    .form__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc
    }
}

@media (max-width: 370px) {
    .form__body {
        padding: 0
    }
}

.form__inner {
    padding-top: 52px;
    padding-bottom: 52px;
    max-width: 744px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1681px) {
    .form__inner {
        max-width: 1170px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 992px) {
    .form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 352px;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .form__inner {
        padding: 0;
        max-width: 295px
    }
}

.form__info {
    max-width: 300px
}

@media (min-width: 1681px) {
    .form__info {
        max-width: 448px
    }
}

@media (max-width: 992px) {
    .form__info {
        max-width: 100%
    }
}

.form__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .form__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .form__info > a {
        margin-bottom: 65px
    }
}

.form__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .form__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

.form__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .form__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .form__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .form__info > p {
        margin-bottom: 25px
    }
}

.form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.form__input-name {
    margin-bottom: 30px
}

.form__input-mail {
    margin-bottom: 30px
}

.form__input span {
    position: absolute
}

.form__input input {
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.form__input input.error {
    color: #eb2114 !important;
    border-color: #eb2114 !important
}

.form__input input.error + label {
    color: #eb2114
}

.form__input input + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .form__input input + label {
        font-size: 20px
    }
}

.form__input input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.form__input input:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.form__input input:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.form__input input:focus + label, .form__input input:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

@media (min-width: 1681px) {
    .form__input input {
        font-size: 24px
    }
}

.form__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.form__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .form__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .form__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .form__img svg {
        margin-bottom: 38px
    }
}

.form__data {
    max-width: 352px;
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .form__data {
        max-width: 565px
    }
}

.form__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2)
}

.form__dropdown.error {
    border-color: red !important
}

.form__dropdown.error .current {
    color: red !important
}

@media (min-width: 1681px) {
    .form__dropdown {
        font-size: 20px
    }
}

@media (max-width: 992px) {
    .form__dropdown {
        margin-bottom: 23px
    }
}

.form__current {
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    padding-bottom: 8px;
    width: 100% !important
}

.form__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.form__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2)
}

.form__item:last-child {
    border-bottom: 0
}

.form__submit {
    margin-top: 10px
}

.login {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.login.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .login {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .login {
        padding-top: 114px;
        padding-bottom: 122px
    }
}

@media (max-width: 650px) {
    .login {
        padding-top: 42px;
        padding-bottom: 27px
    }
}

.login__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 928px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.login__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .login__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .login__body {
        max-width: 1462px
    }
}

@media (max-width: 992px) {
    .login__body {
        max-width: 510px
    }
}

@media (max-width: 650px) {
    .login__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc
    }
}

@media (max-width: 370px) {
    .login__body {
        padding: 0
    }
}

.login__inner {
    padding-top: 75px;
    padding-bottom: 145px;
    max-width: 744px;
    width: 100%;
    margin: 0 auto;
    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 (min-width: 1681px) {
    .login__inner {
        max-width: 1170px;
        padding-top: 128px;
        padding-bottom: 206px
    }
}

@media (max-width: 992px) {
    .login__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 352px;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .login__inner {
        padding: 0;
        max-width: 295px
    }
}

.login__info {
    max-width: 300px
}

@media (min-width: 1681px) {
    .login__info {
        max-width: 500px
    }
}

@media (max-width: 992px) {
    .login__info {
        max-width: 100%
    }
}

.login__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .login__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .login__info > a {
        margin-bottom: 65px
    }
}

.login__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .login__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

.login__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .login__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .login__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .login__info > p {
        margin-bottom: 25px
    }
}

.login__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.login__input-name {
    margin-bottom: 30px
}

.login__input-mail {
    margin-bottom: 30px
}

.login__input-pass {
    margin-bottom: 55px
}

.login__input-pass input {
    -webkit-text-security: disc
}

.login__input span {
    position: absolute
}

.login__input input {
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.login__input input.error {
    color: #eb2114 !important;
    border-color: #eb2114 !important
}

.login__input input.error + label {
    color: #eb2114
}

.login__input input + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .login__input input + label {
        font-size: 20px
    }
}

.login__input input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.login__input input:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.login__input input:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.login__input input:focus + label, .login__input input:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.login__input input:not(:-moz-placeholder-shown) ~ .login__remember {
    opacity: 0;
    -moz-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.login__input input:not(:-ms-input-placeholder) ~ .login__remember {
    opacity: 0;
    -ms-transition: .5s;
    transition: .5s;
    pointer-events: none
}

.login__input input:not(:placeholder-shown) ~ .login__remember {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: none
}

@media (min-width: 1681px) {
    .login__input input {
        font-size: 24px
    }
}

.login__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.login__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .login__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .login__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .login__img svg {
        margin-bottom: 38px
    }
}

.login__data {
    max-width: 352px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 992px) {
    .login__data {
        top: 75px;
        position: relative
    }
}

@media (min-width: 1681px) {
    .login__data {
        max-width: 565px;
        position: relative;
        top: 70px
    }
}

.login__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer
}

@media (min-width: 1681px) {
    .login__dropdown {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .login__dropdown {
        margin-bottom: 23px
    }
}

.login__current {
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    padding-bottom: 8px
}

.login__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.login__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2)
}

.login__item:last-child {
    border-bottom: 0
}

.login__registration {
    color: #232323;
    border: 1px solid #eb6914;
    margin-left: 10px
}

.login__registration:hover {
    background: #eb6914 !important;
    color: #fff !important
}

.login__remember {
    cursor: pointer;
    position: absolute;
    right: 0;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #2873e4;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    pointer-events: auto;
    bottom: 6px
}

@media (min-width: 1681px) {
    .login__remember {
        bottom: 20px
    }
}

.contacts {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.contacts.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .contacts {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .contacts {
        padding-top: 114px;
        padding-bottom: 122px
    }
}

@media (max-width: 650px) {
    .contacts {
        padding-top: 42px;
        padding-bottom: 27px
    }
}

.contacts__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 928px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.contacts__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .contacts__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .contacts__body {
        max-width: 1462px
    }
}

@media (max-width: 992px) {
    .contacts__body {
        max-width: 510px
    }
}

@media (max-width: 650px) {
    .contacts__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc
    }
}

@media (max-width: 370px) {
    .contacts__body {
        padding: 0
    }
}

.contacts__inner {
    padding-top: 52px;
    padding-bottom: 52px;
    max-width: 744px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1681px) {
    .contacts__inner {
        max-width: 1170px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 992px) {
    .contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 352px;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .contacts__inner {
        padding: 0;
        max-width: 295px
    }
}

.contacts__info {
    max-width: 300px
}

@media (min-width: 1681px) {
    .contacts__info {
        max-width: 448px
    }
}

@media (max-width: 992px) {
    .contacts__info {
        max-width: 100%
    }
}

.contacts__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .contacts__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .contacts__info > a {
        margin-bottom: 65px
    }
}

.contacts__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .contacts__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

.contacts__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .contacts__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .contacts__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .contacts__info > p {
        margin-bottom: 25px
    }
}

.contacts__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 45px;
    width: 100%
}

.contacts__input-name {
    margin-bottom: 30px
}

.contacts__input-mail {
    margin-bottom: 30px
}

.contacts__input span {
    position: absolute
}

.contacts__input input, .contacts__input textarea {
    resize: none;
    max-height: 120px;
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.contacts__input input.error, .contacts__input textarea.error {
    color: #eb2114;
    border-color: #eb2114
}

.contacts__input input.error + label, .contacts__input textarea.error + label {
    color: #eb2114
}

.contacts__input input + label, .contacts__input textarea + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .contacts__input input + label, .contacts__input textarea + label {
        font-size: 20px
    }
}

.contacts__input input::-webkit-input-placeholder, .contacts__input textarea::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.contacts__input input:not(:-moz-placeholder-shown) + label, .contacts__input textarea:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.contacts__input input:not(:-ms-input-placeholder) + label, .contacts__input textarea:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.contacts__input input:focus + label, .contacts__input input:not(:placeholder-shown) + label, .contacts__input textarea:focus + label, .contacts__input textarea:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

@media (min-width: 1681px) {
    .contacts__input input, .contacts__input textarea {
        font-size: 24px
    }
}

.contacts__input textarea {
    min-height: 80px
}

@media (max-width: 992px) {
    .contacts__input textarea {
        max-height: 65px;
        min-height: 65px
    }
}

.contacts__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.contacts__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .contacts__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .contacts__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .contacts__img svg {
        margin-bottom: 38px
    }
}

.contacts__data {
    max-width: 352px;
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .contacts__data {
        max-width: 565px
    }
}

.contacts__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer
}

@media (min-width: 1681px) {
    .contacts__dropdown {
        font-size: 20px
    }
}

@media (max-width: 992px) {
    .contacts__dropdown {
        margin-bottom: 23px
    }
}

.contacts__current {
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    padding-bottom: 8px
}

.contacts__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.contacts__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2)
}

.contacts__item:last-child {
    border-bottom: 0
}

.video-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3670c8;
    z-index: 100;
    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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-popup.open {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: visible;
    opacity: 1
}

.video-frame {
    width: 100%;
    height: 522px;
    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
}

@media (min-width: 1680px) {
    .video-frame {
        height: 700px
    }
}

@media (max-width: 992px) {
    .video-frame {
        padding-left: 80px;
        padding-right: 80px;
        height: 440px
    }
}

@media (max-width: 768px) {
    .video-frame {
        height: 350px;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 768px) {
    .video-frame {
        height: 285px;
        padding-right: 0;
        padding-left: 0
    }
}

.video-frame iframe {
    width: 100%;
    height: 100%
}

.video-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    right: -35px;
    top: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

@media (max-width: 992px) {
    .video-close {
        right: 45px
    }
}

@media (max-width: 768px) {
    .video-close {
        top: -20px;
        right: 23px
    }
}

.register {
    padding-top: 54px;
    padding-bottom: 50px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8fafc;
    top: 0;
    left: 0;
    z-index: 101;
    overflow: auto;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity;
    opacity: 0;
    visibility: hidden
}

.register.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s visibility, .3s opacity;
    -o-transition: .3s visibility, .3s opacity;
    transition: .3s visibility, .3s opacity
}

@media (min-width: 1681px) {
    .register {
        padding-top: 75px;
        padding-bottom: 82px
    }
}

@media (min-width: 992px) {
    .register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 992px) {
    .register {
        padding-top: 114px;
        padding-bottom: 122px
    }
}

@media (max-width: 650px) {
    .register {
        padding-top: 42px;
        padding-bottom: 27px
    }
}

.register__body {
    background: #feffff;
    border-radius: 8px;
    max-width: 928px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.register__body:after {
    bottom: 0;
    right: 0;
    content: '';
    width: 85%;
    height: 80%;
    position: absolute;
    z-index: -1;
    background: #2c66bd;
    opacity: .1;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 650px) {
    .register__body:after {
        content: none
    }
}

@media (min-width: 1681px) {
    .register__body {
        max-width: 1462px
    }
}

@media (max-width: 992px) {
    .register__body {
        max-width: 510px
    }
}

@media (max-width: 650px) {
    .register__body {
        max-width: 100%;
        padding: 0 24px;
        background: #f8fafc
    }
}

@media (max-width: 370px) {
    .register__body {
        padding: 0
    }
}

.register__inner {
    padding-top: 52px;
    padding-bottom: 52px;
    max-width: 744px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1681px) {
    .register__inner {
        max-width: 1170px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 992px) {
    .register__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 352px;
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media (max-width: 650px) {
    .register__inner {
        padding: 0;
        max-width: 295px
    }
}

.register__info {
    max-width: 352px
}

@media (min-width: 1681px) {
    .register__info {
        max-width: 500px
    }
}

@media (max-width: 992px) {
    .register__info {
        max-width: 100%
    }
}

.register__info > a {
    margin-bottom: 44px;
    width: 20px;
    height: 20px;
    display: block
}

@media (max-width: 650px) {
    .register__info > a {
        margin-bottom: 32px
    }
}

@media (min-width: 1681px) {
    .register__info > a {
        margin-bottom: 65px
    }
}

.register__info > h4 {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 16px
}

@media (min-width: 1681px) {
    .register__info > h4 {
        font-size: 48px;
        margin-bottom: 32px
    }
}

.register__info > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

@media (min-width: 1681px) {
    .register__info > p {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .register__info > p {
        margin-bottom: 40px
    }
}

@media (max-width: 650px) {
    .register__info > p {
        margin-bottom: 25px
    }
}

.register__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 40px;
    width: 100%
}

.register__input-confirm {
    margin-bottom: 55px
}

.register__input span {
    position: absolute
}

.register__input input {
    border: none;
    background: 0 0;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    border-radius: 0;
    width: 100%;
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    outline: 0;
    -webkit-appearance: none
}

.register__input input.error {
    color: #eb2114 !important;
    border-color: #eb2114 !important
}

.register__input input.error + label {
    color: #eb2114
}

.register__input input + label {
    cursor: text;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    max-width: 66.66%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 22px) scale(1);
    -ms-transform: translate(0, 22px) scale(1);
    transform: translate(0, 22px) scale(1);
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

@media (min-width: 1681px) {
    .register__input input + label {
        font-size: 20px
    }
}

.register__input input::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: inherit;
    transition: inherit
}

.register__input input:not(:-moz-placeholder-shown) + label {
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.register__input input:not(:-ms-input-placeholder) + label {
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

.register__input input:focus + label, .register__input input:not(:placeholder-shown) + label {
    -webkit-transform: translate(0, 0) scale(0.7);
    -ms-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    cursor: pointer;
    color: #eb6914
}

@media (min-width: 1681px) {
    .register__input input {
        font-size: 24px
    }
}

.register__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.register__img svg {
    max-width: 171px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 54px
}

@media (min-width: 1681px) {
    .register__img svg {
        max-width: 267px
    }
}

@media (max-width: 992px) {
    .register__img svg {
        margin-bottom: 80px
    }
}

@media (max-width: 650px) {
    .register__img svg {
        margin-bottom: 38px
    }
}

.register__data {
    max-width: 352px;
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 1681px) {
    .register__data {
        max-width: 565px
    }
}

.register__dropdown {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    position: relative;
    cursor: pointer
}

.register__dropdown.error {
    color: red;
    border-color: red
}

@media (min-width: 1681px) {
    .register__dropdown {
        font-size: 24px
    }
}

@media (max-width: 992px) {
    .register__dropdown {
        margin-bottom: 23px
    }
}

.register__current {
    border-bottom: 1px solid rgba(44, 102, 189, 0.2);
    padding-bottom: 8px
}

.register__list {
    pointer-events: none;
    z-index: -1;
    visibility: hidden;
    bottom: -125px;
    position: absolute;
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.register__item {
    padding: 8px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(44, 102, 189, 0.2)
}

.register__item:last-child {
    border-bottom: 0
}

.no-found {
    padding-top: 50px;
    padding-bottom: 140px;
    height: 100vh;
    min-height: 100%;
    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
}

.no-found .container {
    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-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-found .container > h2 {
    margin-bottom: 8px;
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.14;
    text-align: center;
    color: #2c66bd
}

@media (max-width: 1681px) {
    .no-found .container > h2 {
        font-size: 40px
    }
}

.no-found .container > p {
    font-family: "Red Hat Display";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    color: #232323;
    margin-bottom: 32px
}

@media (max-width: 1681px) {
    .no-found .container > p {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.no-found__logo {
    margin-bottom: 105px
}

@media (max-width: 1681px) {
    .no-found__logo {
        margin-bottom: 70px
    }
}

@media (max-width: 650px) {
    .no-found__logo {
        margin-bottom: 96px
    }
}

.no-found__main {
    margin-bottom: 48px
}

@media (max-width: 1681px) {
    .no-found__main {
        max-width: 482px;
        width: 100%;
        margin-bottom: 32px
    }

    .no-found__main svg {
        max-width: 100%;
        height: auto
    }
}

span.error {
    position: absolute;
    bottom: -35px;
    left: 0;
    padding-left: 23px;
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #eb2114
}

span.error.active:before {
    position: absolute;
    left: 0;
    top: 2.5px;
    content: url(../img/eror.svg)
}

.newsletter span.error {
    position: absolute;
    bottom: -35px;
    left: 35px;
    padding-left: 23px;
    font-family: Red Hat Display;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #eb2114
}

.newsletter span.error.active:before {
    position: absolute;
    left: 0;
    top: 2.5px;
    content: url(../img/eror.svg)
}
.article figure{
    width: auto!important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
}
.article figure img{
    max-width: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
figcaption{
    margin-top: 20px;
}