@font-face {
    font-family: avenirNext_bold;
    src: url(../fonts/avenirNext_bold.ttf);
    font-display: swap
}

@font-face {
    font-family: avenirNext_demiBold;
    src: url(../fonts/avenirNext_demiBold.ttf);
    font-display: swap
}

@font-face {
    font-family: avenirNext_medium;
    src: url(../fonts/avenirNext_medium.ttf);
    font-display: swap
}

@font-face {
    font-family: avenirNext_regular;
    src: url(../fonts/avenirNext_regular.ttf);
    font-display: swap
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

a {
    text-decoration: none
}

.button-container {
    padding: 12px 26px;
    background: #0042eb;
    border-radius: 8px;
    width: max-content;
    cursor: pointer;
    transition: all .2s ease
}

.button-container__label {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px;
    color: #fff
}

.button-container:hover {
    background: #1743d0
}

.cursor-pointer {
    cursor: pointer
}

.navbar-brand>img {
    height: 42px;
    width: auto
}

.btn-nav {
    width: 150px;
    height: 50px;
    display: flex;
    border-radius: 42px;
    padding: 0 25px;
    align-items: center;
    background-color: #1a5dff;
    font-family: avenirNext_medium, sans-serif;
    font-size: 18px;
    color: #fff
}

.btn-nav:hover {
    background-color: #1743d0;
    color: #fff
}

.btn-footer {
    width: 150px;
    height: 50px;
    display: flex;
    border-radius: 42px;
    padding: 0 25px;
    align-items: center;
    font-family: avenirNext_medium, sans-serif;
    font-size: 18px
}

.btn-footer-white {
    background-color: #fff;
    color: #111
}

.btn-footer-black {
    background-color: #2b353f;
    color: #fff
}

.btn-footer-white:hover {
    background-color: #d0d0d0
}

.btn-footer-black:hover {
    background-color: #5a646f;
    color: #fff
}

.nav-item {
    margin-right: 25px
}

.nav-link {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #4e586f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #1a5dff
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1a5dff
}

.button-header {
    margin-top: 150px
}

.navigation-container {
    height: 100vh;
    transition: all .2s ease-in-out;
    animation-delay: 2s;
    z-index: 99999;
    background-color: #edeef1;
    display: none;
    position: fixed;
    top: 0;
    width: 100%
}

.navigation-container__logo {
    padding: 30px 26px 0 13px
}

.navigation-container__logo_padding {
    padding: 30px 0 0 0
}

.close-bars {
    width: 25px;
    height: 25px;
    cursor: pointer
}

.bars {
    cursor: pointer;
    width: 25px;
    height: 25px
}

.navigation-container-title {
    font-family: avenirNext_medium, sans-serif;
    font-size: 12px;
    color: #3a3b3b;
    opacity: .4;
    margin-bottom: 20px
}

.navigation-container-links {
    display: flex;
    flex-direction: column
}

.navigation-container-links a {
    font-family: avenirNext_medium, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 38px;
    text-decoration: none;
    transition: all .2s ease
}

.active,
.navigation-container-links a:hover,
.navigation-container-links-link a:hover {
    color: #0032ab !important
}

.navigation-container-links-link a {
    font-family: avenirNext_medium, sans-serif;
    font-size: 34px;
    color: #000;
    line-height: 46px;
    text-decoration: none;
    transition: all .2s ease
}

.navigation-container-links-link {
    margin-bottom: 18px
}

.navigation-container-address-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px
}

.navigation-container-address-item {
    margin-right: 50px
}

.navigation-container-address-item-place {
    font-family: avenirNext_bold, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 20px;
    margin-top: 15px
}

.navigation-container-address-item-address,
.navigation-container-address-item-city {
    font-family: avenirNext_regular, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 15px
}

.header-logo-fixed {
    display: flex;
    align-items: center;
    height: 112px
}

.header-logo-fixed__container,
.header-logo__container {
    padding: 30px 20px
}

.header-logo {
    position: relative;
    z-index: 9;
    height: 0
}

.header-container-border {
    background-color: #fff;
    padding: 55px 0;
    border-bottom: #00000021 1px solid
}

@media (max-width:580px) {

    .header-logo-fixed__container,
    .header-logo__container {
        padding: 30px 10px
    }

    .navigation-container__logo {
        padding: 30px 10px 0 10px
    }

    .navigation-container__logo_padding {
        padding: 30px 0 0 0
    }
}

.header-container-box {
    position: relative
}

.header-container-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    padding-left: 130px;
    height: 120vh;
    color: #ebedf0;
    overflow-x: hidden;
    background-image: url(../img/header_500.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 35%, 1%;
    background-position: right 0 top 110px
}

@media (min-height: 260px) and (max-height: 660px) {
    .header-container-home {
        height: 100%;
    }

    .typed-element {
        margin-top: 40px;
    }
}

@media (max-height: 260px) {
    .header-container-home {
        height: 100%;
    }

    .typed-element {
        display: none;
    }
    .header-container__text-home {
        display: none;
    }
    .header-link-home {
        margin-top: 90px;
        z-index: 99;
    }

}

.home-section:first-child {
    background-color: #1a5dff
}

.home-section-bg-grey {
    background-color: #f4f5f8
}

.home-section-bg-dark {
    background: #111
}

.header-container__image {
    height: 90vh;
    position: absolute;
    bottom: 0;
    right: 0
}

.header-container__title-home {
    margin-top: 50px;
    font-family: avenirNext_bold, sans-serif;
    font-size: 68px;
    line-height: 86px;
    letter-spacing: 1px;
    color: #ebedf0;
    max-width: 460px;
    height: 180px;
    width: 100%;
    z-index: 100
}

.header-container__text-home {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ebedf0;
    max-width: 500px;
    width: 100%;
    z-index: 100;
    margin: 40px 0 60px 0;
}

.header-container__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-container__button-row p {
    font-family: avenirNext_bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 2.71;
    letter-spacing: .8px;
    color: #f9fafb;
    margin-right: 20px
}

.header-container__button {
    position: relative;
    left: -100px
}

.header-container__button p {
    font-family: avenirNext_medium, sans-serif;
    font-style: normal;
    margin: 40px 0 25px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

.header-container__button img {
    margin: 15px 10px;
    height: 40px;
    width: auto;
    opacity: .5
}

.link {
    cursor: pointer
}

.header-link-home,
.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-link-home {
    color: #fff;
    width: max-content
}

.header-link__label {
    font-family: avenirNext_bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #f9fafb;
    margin-right: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header-link__button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAABL0lEQVQokZXOu0oDURSF4X/HENTCQi3MTJ7AYGttJYIgBLTKZLAKgoWVIEFMRCzsxDIgQi4iiu9hL2KjXS5WCiJ4IZllFfBCJpPdrrW+cyD0ZElPW05e4/0asbC543FkxjHvXKfXlBgaiEEZeAKWXsa4YkHxoYBGzR5iAYvAM2LFTXFGSb82oQBAo263FrAMvMnwnEdOhgIAmnW7wcgAn8Cm46nYy2wyq4nREQpRICBNwDIGgo121cqW8uUGohER+HldwVz8I85r4oudKAsZ8yYyGBhst6p2b1GfS3oqmHEIBEC+VbVTgEiAm9Ou4ADoYvitip33soGAk9MesA90gFyrahc/81DA8VVCFIGOiWyzZpd/O30B19eUxB0wLWO9XbHaoN/+u5msZl1fq2Gdb/tRYHOxlf28AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header-link-home:hover .header-link__button {
    background-color: #003fd8;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAAAwElEQVQokZ2PsQpBcRSHf0c3g8FitJrIKg9gMylJsllsJiUJs9lk9QQmj+IFFIuFRXH7DI4y3e7/nul0Ot93fkdKKMCACVBI2ksSbPjWEchnEVSAi0sOQJRFUgduLtkDuSySJvBwyTZY4JIW8HTJ6jc3oChpntJTk9T2fmxmOwPKks4ZQsWS6pGku6RZSqghqeP91MxOqc8Bc/8/BkZBWYGFw29gEAovHX4B/VB4/Qf3QuEScPXYwyD4T1IFukk7H6LftbD+BGF9AAAAAElFTkSuQmCC)
}

@-webkit-keyframes fadeInDown-data-v-0adb23c6 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown-data-v-0adb23c6 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.in-up {
    -webkit-animation-name: fadeInDown-data-v-0adb23c6;
    animation-name: fadeInDown-data-v-0adb23c6;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInLeft-data-v-0adb23c6 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft-data-v-0adb23c6 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft-data-v-0adb23c6;
    animation-name: fadeInLeft-data-v-0adb23c6;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@media screen and (min-width:1600px) {
    .header-container__text-home {
        font-size: 20px;
        max-width: 520px;
        line-height: 38px
    }

    .header-container__title-home {
        font-size: 80px;
        max-width: 530px
    }
}

@media (min-width:1700px) {
    .header-container-home {
        background-size: 35%, 1%;
        background-position: right 0 top 150px, right 130px top 50px
    }
}

@media (max-width:1500px) {
    .header-container-home {
        background-size: 40%, auto;
        background-position: right 0 top 110px, right 140px top 50px
    }
}

@media (max-width:1368px) {
    .side-panel {
        left: 40px
    }

    .header-container-home {
        padding-left: 140px;
        height: 100%
    }

    .header-container__title-home {
        font-size: 48px;
        height: auto;
        margin-top: 110px
    }
}

@media (max-width:1024px) {
    .logo-container {
        left: 30px
    }

    .header-container-home {
        padding-left: 30px;
        background-image: url(../img/header.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: right 0 top 100px;
        height: 100%
    }

    .header-container__button {
        position: relative;
        left: 10px
    }
}

@media (max-width:768px) {
    .header-container-home {
        background-image: url(../img/header_500.png);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 80%, auto;
        background-position: right -250px top 130px;
        padding-left: 40px;
        height: 100%;
        position: relative
    }

    .header-container__image {
        display: none
    }

    .header-container__title-home {
        max-width: 520px;
        line-height: 75px;
        font-size: 45px;
        margin-top: 100px
    }

    .header-container__text-home {
        max-width: 520px;
        margin-top: 50px
    }

    .header-container__button img {
        margin: 10px 10px;
        height: 30px;
        width: auto
    }

    .header-container__button {
        left: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:500px) {
    .side-panel {
        display: none
    }

    .header-link-home {
        position: relative;
        margin-top: auto;
        bottom: 0;
        width: 100%
    }

    .header-link-home .link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-container-home {
        background-image: none;
        padding-left: 18px;
        padding-right: 18px;
        position: relative;
        overflow: hidden;
        height: 100%
    }

    .typed-element {
        margin-top: 125px
    }

    .header-container__image {
        display: none
    }

    .header-container__title-home {
        font-size: 44px;
        line-height: 56px;
        letter-spacing: .44px;
        max-width: 290px;
        width: 100%;
        height: auto;
        position: absolute;
        top: 150px;
        margin-top: 0
    }

    .header-container__text-home {
        font-family: avenirNext_regular, sans-serif;
        font-size: 14px;
        height: 182px;
        width: 100%;
        position: relative;
        top: 90px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-container__button-row {
        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: absolute;
        bottom: 70px
    }

    .header-container__button-row p {
        font-family: avenirNext_bold, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 2.71;
        letter-spacing: .8px;
        color: #f9fafb;
        margin-right: 20px
    }

    .header-container__button {
        margin-bottom: 50px
    }
}

.about-container {
    padding: 120px 0 120px 0;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.about-container__part__text {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 58px;
    display: block;
    line-height: 70px
}

.about-container__part__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    margin-top: 0
}

.about-container__img {
    opacity: .3;
    margin: 20px;
    width: auto;
    height: auto
}

.about-container__little_text {
    font-family: avenirNext_demiBold, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #17213e;
    margin: 40px 0
}

@media (max-width:1440px) {
    .about-container {
        padding: 120px 130px 120px 130px
    }
}

@media (max-width:1024px) {
    .about-container__part__text {
        font-size: 46px
    }

    .about-container__part p:first-child {
        margin-top: 0
    }

    .about-container {
        padding: 60px 30px
    }
}

@media screen and (max-width:500px) {
    .about-container {
        padding: 40px 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .about-container:before {
        content: "";
        width: 100vw;
        height: 50px;
        background-color: #f4f5f8;
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px
    }

    .about-container__part__description {
        font-family: avenirNext_regular, sans-serif;
        font-size: 16px;
        line-height: 28px;
        color: #4d4d4d
    }

    .about-container__part:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }

    .about-container__part:nth-child(2) {
        display: block;
        max-width: 100%
    }

    .about-container__part:nth-child(2) .about-container__part__description:nth-child(2) {
        margin-top: 0;
        margin-left: 0
    }
}

.amenities-container {
    padding: 110px 0 120px 0;
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.amenities-container__section-title {
    margin-bottom: 60px
}

.amenities-container__section-title__title {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 175%;
    max-width: 620px;
    text-align: center
}

.amenities-container__section-title__bold-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 42px
}

.amenities-container__button-block {
    padding-top: 60px;
    padding-left: 60px
}

.amenities-container__button-block__button {
    height: 65px;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a5dff;
    border-radius: 8px;
    margin-top: 60px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.amenities-container__button-block__button:hover {
    background: #1743d0
}

.amenities-container__button-block__button__text {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px;
    color: #fff
}

.amenities-container__button-block__text {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    line-height: 60px;
    max-width: 360px
}

.amenities-container__amenities-item {
    padding: 50px;
    border: 1px solid #e4e5e8;
    border-radius: 6px;
    height: 340px;
    margin-bottom: 40px
}

.amenities-container__amenities-item__image {
    height: 40px;
    display: block;
    margin-bottom: 40px;
    width: auto
}

.amenities-container__amenities-item__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 24px;
    line-height: 28px
}

.amenities-container__amenities-item__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    line-height: 26px;
    display: block;
    margin-top: 20px
}

@media (max-width:1440px) {
    .amenities-container {
        padding: 110px 130px 120px 130px
    }
}

@media (max-width:1368px) {
    .amenities-container__amenities-item {
        height: 400px
    }
}

@media (max-width:1200px) {
    .amenities-container__button-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        padding-left: 0;
        justify-content: center
    }

    .amenities-container__button-block__button {
        margin-top: 0
    }

    .amenities-container__button-block__text {
        font-size: 36px;
        margin-bottom: 0
    }
}

@media (max-width:1024px) {
    .amenities-container {
        padding: 100px 30px
    }

    .amenities-container__amenities-item {
        margin-bottom: 0
    }
}

@media (max-width:500px) {
    .amenities-container {
        padding: 60px 16px 80px 16px
    }

    .amenities-container__button-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 30px
    }

    .amenities-container__button-block__text {
        max-width: 250px;
        text-align: center
    }

    .amenities-container__button-block__button {
        width: 100%;
        margin-top: 30px
    }

    .amenities-container__amenities-item {
        padding: 40px 20px;
        max-height: 400px
    }

    .amenities-container__section-title__title {
        font-size: 14px
    }

    .amenities-container__section-title__bold-title {
        font-size: 32px
    }
}

@media (max-width:320px) {
    .amenities-container__amenities-item {
        min-height: 525px
    }
}

.partnership-container {
    padding: 120px 0;
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.partnership-container__content {
    width: 100%;
    position: relative
}

.partnership-container__content__background {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 100;
    max-width: 450px;
    width: 100%;
    height: auto
}

.partnership-container__content__item {
    width: 100%;
    margin-top: 80px;
    position: relative
}

.partnership-container__content__item__description {
    position: relative;
    max-width: 1110px;
    width: 100%;
    margin: auto;
    background-image: url(../img/partnership_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 50px;
    border-radius: 17px;
    height: 435px
}

.partnership-container__content__item__description__title {
    font-family: avenirNext_medium, sans-serif;
    font-size: 28px;
    color: #42465d
}

.partnership-container__content__item__description__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 17px;
    color: #57677e;
    max-width: 470px;
    width: 100%
}

.partnership-container__content__item__recommended {
    position: absolute;
    bottom: -30px;
    max-width: 670px;
    width: 100%;
    height: 170px;
    background-color: #1a5dff;
    border-radius: 25px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partnership-container__content__item__recommended__title {
    font-family: avenirNext_medium, sans-serif;
    color: #fff;
    font-size: 22px
}

.partnership-container__content__item__recommended__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 17px;
    color: #fff
}

.partnership-container__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partnership-container__menu__item.active {
    background-color: #d3e0ff;
    border-radius: 66px;
    padding: 20px 0;
    color: #0037b8
}

.partnership-container__menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
    font-family: avenirNext_medium, sans-serif;
    color: #464d91;
    font-size: 20px;
    z-index: 999
}

.partnership-container__menu__item:hover {
    color: #0037b8
}

.partnership-container__section-title {
    margin-bottom: 80px
}

.partnership-container__section-title__title {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 175%;
    max-width: 620px;
    text-align: center
}

.partnership-container__section-title__bold-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 42px;
    text-align: center
}

@media (max-width:1440px) {
    .partnership-container {
        padding: 120px 130px
    }
}

@media (max-width:1280px) {
    .partnership-container {
        padding: 100px 16px;
        position: relative
    }

    .partnership-container__menu {
        position: absolute;
        max-width: 96vw;
        overflow: scroll
    }

    .partnership-container__menu__item {
        font-size: 15px;
        width: 200px
    }
}

@media (max-width:1024px) {
    .partnership-container {
        padding: 100px 16px;
        position: relative
    }

    .partnership-container__content__item__recommended {
        max-width: 500px;
        left: 3%
    }

    .partnership-container__content__item__description {
        padding: 70px 30px
    }

    .partnership-container__background {
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        top: 120px
    }

    .partnership-container__menu {
        position: absolute;
        width: 100%;
        max-width: 96vw;
        overflow: scroll
    }

    .partnership-container__menu__item {
        font-size: 15px;
        width: 200px;
        min-width: 200px
    }
}

@media (max-width:500px) {
    .partnership-container {
        padding: 40px 20px 40px 16px
    }

    .partnership-container:before {
        content: "";
        width: 100vw;
        height: 50px;
        background-color: #f4f5f8;
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px
    }

    .partnership-container__section-title__title {
        font-size: 16px;
        max-width: 305px
    }

    .partnership-container__section-title__bold-title {
        font-size: 32px;
        max-width: 300px;
        text-align: center
    }

    .partnership-container__menu {
        width: 100%;
        max-width: 92vw;
        overflow: scroll
    }

    .partnership-container__menu__item {
        font-size: 15px;
        width: 200px;
        max-width: 200px !important;
        min-width: 200px
    }

    .partnership-container__background {
        display: none
    }

    .partnership-container__content__item__recommended {
        position: relative;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    .partnership-container__content__item__recommended__title {
        font-size: 16px
    }

    .partnership-container__content__item__recommended__description {
        font-size: 13px
    }

    .partnership-container__content__item__description {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        height: 400px
    }
}

@-webkit-keyframes fadeInDown-data-v-fb1996cc {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown-data-v-fb1996cc {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hooper {
    height: auto !important
}

.team-container {
    padding: 165px 0 165px 0;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQ4jWNgGHGAEUr/p5Z5TFQyaBSMglFAEhjNy4MQAAD/vAIHyIpCpgAAAABJRU5ErkJggg==) no-repeat fixed right 130px top 50px;
    background-size: 1%;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.team-container__title {
    font-family: avenirNext_medium, sans-serif;
    font-size: 40px;
    color: #000;
    -webkit-transform: translateY(110px);
    transform: translateY(110px)
}

.team-container__item__image {
    position: relative;
    width: 540px;
    height: 650px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 15px
}

.team-container__item__image:before {
    left: -60px
}

.team-container__item__image:after,
.team-container__item__image:before {
    content: "";
    height: 590px;
    width: 100px;
    z-index: -1;
    background-color: #ededee;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 16px
}

.team-container__item__image:after {
    right: -60px
}

.team-container__item__description__content {
    width: 49%
}

.team-container__item__description__content__post {
    font-family: avenirNext_medium, sans-serif;
    font-size: 14px;
    max-width: 620px;
    width: 100%;
    color: #8d94ae
}

.team-container__item__description__content__name {
    font-family: avenirNext_bold, sans-serif;
    font-size: 21px;
    margin: 0
}

.team-container__item__description__content__full-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 150px;
    margin-bottom: 60px;
    padding-right: 150px
}

.buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: -30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.buttons-container__prev-button.active {
    background-color: #1a5dff
}

.buttons-container__prev-button.active,
.buttons-container__prev-button.active:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAAAwElEQVQokZ2PsQpBcRSHf0c3g8FitJrIKg9gMylJsllsJiUJs9lk9QQmj+IFFIuFRXH7DI4y3e7/nul0Ot93fkdKKMCACVBI2ksSbPjWEchnEVSAi0sOQJRFUgduLtkDuSySJvBwyTZY4JIW8HTJ6jc3oChpntJTk9T2fmxmOwPKks4ZQsWS6pGku6RZSqghqeP91MxOqc8Bc/8/BkZBWYGFw29gEAovHX4B/VB4/Qf3QuEScPXYwyD4T1IFukk7H6LftbD+BGF9AAAAAElFTkSuQmCC)
}

.buttons-container__prev-button.active:hover {
    background-color: #003fd8
}

.buttons-container__prev-button {
    width: 52px;
    height: 52px;
    margin-top: 2px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAABL0lEQVQokZXOu0oDURSF4X/HENTCQi3MTJ7AYGttJYIgBLTKZLAKgoWVIEFMRCzsxDIgQi4iiu9hL2KjXS5WCiJ4IZllFfBCJpPdrrW+cyD0ZElPW05e4/0asbC543FkxjHvXKfXlBgaiEEZeAKWXsa4YkHxoYBGzR5iAYvAM2LFTXFGSb82oQBAo263FrAMvMnwnEdOhgIAmnW7wcgAn8Cm46nYy2wyq4nREQpRICBNwDIGgo121cqW8uUGohER+HldwVz8I85r4oudKAsZ8yYyGBhst6p2b1GfS3oqmHEIBEC+VbVTgEiAm9Ou4ADoYvitip33soGAk9MesA90gFyrahc/81DA8VVCFIGOiWyzZpd/O30B19eUxB0wLWO9XbHaoN/+u5msZl1fq2Gdb/tRYHOxlf28AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.buttons-container__next-button.active {
    background-color: #1a5dff
}

.buttons-container__next-button.active,
.buttons-container__next-button.active:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAAAwElEQVQokZ2PsQpBcRSHf0c3g8FitJrIKg9gMylJsllsJiUJs9lk9QQmj+IFFIuFRXH7DI4y3e7/nul0Ot93fkdKKMCACVBI2ksSbPjWEchnEVSAi0sOQJRFUgduLtkDuSySJvBwyTZY4JIW8HTJ6jc3oChpntJTk9T2fmxmOwPKks4ZQsWS6pGku6RZSqghqeP91MxOqc8Bc/8/BkZBWYGFw29gEAovHX4B/VB4/Qf3QuEScPXYwyD4T1IFukk7H6LftbD+BGF9AAAAAElFTkSuQmCC)
}

.buttons-container__next-button.active:hover {
    background-color: #003fd8
}

.buttons-container__next-button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-left: 20px;
    background-color: #fff;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAABL0lEQVQokZXOu0oDURSF4X/HENTCQi3MTJ7AYGttJYIgBLTKZLAKgoWVIEFMRCzsxDIgQi4iiu9hL2KjXS5WCiJ4IZllFfBCJpPdrrW+cyD0ZElPW05e4/0asbC543FkxjHvXKfXlBgaiEEZeAKWXsa4YkHxoYBGzR5iAYvAM2LFTXFGSb82oQBAo263FrAMvMnwnEdOhgIAmnW7wcgAn8Cm46nYy2wyq4nREQpRICBNwDIGgo121cqW8uUGohER+HldwVz8I85r4oudKAsZ8yYyGBhst6p2b1GfS3oqmHEIBEC+VbVTgEiAm9Ou4ADoYvitip33soGAk9MesA90gFyrahc/81DA8VVCFIGOiWyzZpd/O30B19eUxB0wLWO9XbHaoN/+u5msZl1fq2Gdb/tRYHOxlf28AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media (max-width:1600px) {
    .team-container {
        padding: 165px 130px 165px 130px
    }
}

@media (max-width:1440px) {
    .team-container {
        padding: 165px 130px 165px 130px
    }

    .team-container__item__image:before {
        left: -40px
    }

    .team-container__item__image:after {
        right: -40px
    }
}

@media (max-width:1396px) {

    .team-container__item__image:after,
    .team-container__item__image:before {
        display: none
    }
}

@media (max-width:1280px) {
    .buttons-container {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .team-container__item__image {
        max-width: 320px;
        height: 550px
    }
}

@media (max-width:1024px) {
    .buttons-container {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .team-container {
        padding: 100px 30px
    }

    .team-container__item__image {
        max-width: 320px;
        height: 550px
    }

    .team-container__item__image:after,
    .team-container__item__image:before {
        display: none
    }

    .team-container__item__description {
        padding-right: 0
    }

    .team-container__item__description__content {
        width: 50%;
        margin-right: 40px
    }

    .team-container__item__description__content__full-description {
        padding-right: 0
    }
}

@media screen and (max-width:768px) {
    .buttons-container {
        margin: 0 auto;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0
    }

    .team-container {
        padding: 60px 0 150px 0
    }

    .team-container:before {
        content: "";
        width: 100vw;
        height: 50px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px
    }

    .team-container__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team-container__item__image {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-right: 0;
        border-radius: 15px;
        background-position: center -10px
    }

    .team-container__item__description {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .team-container__item__description,
    .team-container__item__description__content {
        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
    }

    .team-container__item__description__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .team-container__item__description__content__post {
        font-size: 12px;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
        width: -moz-max-content;
        width: max-content
    }

    .team-container__item__description__content__name[data-v-fb1996cc] {
        font-size: 18px
    }

    .team-container__item__description__content__full-description {
        margin-top: 40px;
        margin-bottom: 0;
        text-align: center;
        padding: 0 16px
    }

    .team-container__title {
        font-family: avenirNext_bold, sans-serif;
        font-size: 32px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px
    }
}

.testimonials-container {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
    height: 620px;
    overflow: hidden
}

.testimonials-container__item {
    height: 620px;
    width: 100%
}

.testimonials-container__item__image {
    z-index: 1;
    width: 75%;
    height: auto;
    margin-top: -50%;
    margin-left: 25%
}

.testimonials-container__item__testimonial {
    font-family: avenirNext_bold, sans-serif;
    font-size: 28px;
    padding-top: 40px;
    position: relative;
    color: #0e162c;
    max-width: 800px;
    z-index: 10
}

.testimonials-container__item__author {
    margin-top: 40px
}

.testimonials-container__item__author__name {
    font-family: avenirNext_medium, sans-serif;
    font-size: 18px;
    margin: 0;
    color: #0e162c
}

.testimonials-container__item__author__post {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    color: #4b525d
}

.buttons-container-testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
    width: 90px;
    left: 12%
}

.buttons-container__prev-button-testimonials {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer
}

.buttons-container__next-button-testimonials {
    cursor: pointer
}

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

@media (max-width:1024px) {
    .testimonials-container {
        padding: 60px 30px;
        background-position: 40vw
    }

    .testimonials-container__item {
        padding-right: 30px
    }

    .testimonials-container__item__image {
        display: none !important
    }

    .testimonials-container__item__testimonial {
        font-size: 24px
    }

    .testimonials-container__item__author {
        text-align: left
    }

    .buttons-container-testimonials {
        left: 2%
    }
}

@media (max-width:768px) {
    .testimonials-container {
        padding: 60px 16px 100px 16px;
        background-image: none;
        position: relative;
        height: auto
    }

    .testimonials-container__item {
        padding-right: 16px
    }

    .testimonials-container__item__author {
        text-align: center
    }

    .testimonials-container__item__testimonial {
        font-size: 22px;
        text-align: center
    }

    .buttons-container-testimonials {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 80px
    }
}

@media (max-width:500px) {
    .testimonials-container {
        padding: 60px 16px 100px 16px;
        background-image: none;
        position: relative;
        height: auto
    }

    .testimonials-container:before {
        content: "";
        width: 100vw;
        height: 50px;
        background-color: #f4f5f8;
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px
    }

    .testimonials-container__item {
        padding-right: 16px
    }

    .testimonials-container__item__author {
        text-align: center
    }

    .testimonials-container__item__testimonial {
        font-size: 18px;
        text-align: center
    }

    .buttons-container-testimonials {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 80px
    }
}

.awards-container {
    padding: 120px 0;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.awards-container__section-title {
    margin-bottom: 60px
}

.awards-container__section-title__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 42px
}

.awards-container__item {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    color: #9ea5b8;
    height: 420px;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.awards-container__item__title {
    text-align: center;
    display: block;
    margin-top: 320px
}

.awards-item-1 {
    background-image: url(../img/seedstars_gray.jpg)
}

.awards-item-1:hover {
    background-image: url(../img/seedstars.jpg)
}

.awards-item-2 {
    background-image: url(../img/cssda_gray.jpg)
}

.awards-item-2:hover {
    background-image: url(../img/cssda.jpg)
}

.awards-item-3 {
    background-image: url(../img/benzinga_gray.jpg)
}

.awards-item-3:hover {
    background-image: url(../img/benzinga.jpg)
}

.awards-item-4 {
    background-image: url(../img/nova.jpg)
}

.awards-item-5 {
    background-image: url(../img/banca.jpg)
}

.awards-item-6 {
    background-image: url(../img/starta_gray.jpg)
}

.awards-item-6:hover {
    background-image: url(../img/starta.jpg)
}

.awards-item-7 {
    background-image: url(data:image/png;base64,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)
}

.awards-item-7:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAAAyCAYAAADoWs9sAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA07SURBVHgB7V1LetNIEC4HQwgbMgueWdCcAHMCxAkmnCDOCTAnSHKCkBPEOQHhBJgTYE6AZkF4LSasQnh56rdL/hSNurtaadmejP7vc2JbLalV766ubhM1+E/j9u3bhhrUgrYQ19AC4+PHjwP6n2OVcfnyZdNutx/RhF9Jq9Uyo9Fold+3qEF0tPm1xUTu0uIi5dd9+h8BBuv379+dS5cu3eOPCb86VGLAWDGoQX1os2K8ZSIPlpaWOmKFGswYxpjV09PTLX7bYX6M+cCKQQ3mizPuWEKsDWbQNlUAlEzRzCAcID3SDx8+XGjPIXR/FUiXKZg+TVhVA0qJysxCPPuKwqAWYsTP165de8Shw7oipLvwypEH0/4R06RP+nHgMdPnD2oQHUtlX8oA+JACwF4j1bY9ZhwdHb3k+2zyeRB89bkXHUyT10yTxwGnHFODWrDkOHZAMwALQwphYGs5pAZjgCb8b0AN5gqrciwvLw8oDClVBIThypUrj6nxIHkEee4G8WFVjjRNj9maz8xl436cMXtCDcZgb/qVGswVrrAKDFIrR0hbG96/fz/k62xTAyClBnPFkud4SkrE8jJXr17dm6XHatDABp/nSGnGQHjFKd7n1KDBnOHzHPPCTDJlDRq40HYdnFd4g+zVnTt3BjSpK7L2AZOJHIZhIvEBTSbNOoUmx/Ia/vr16zUP+IeSJo0K9IOzbQlqoVD+wZ4Pz7BZ1hYTrNyPDfbKmGhdlZKdIVLZfN5BrsgypYrI+sP3wbVRnzXmJd/r7bdv34aYZ6IaoeBLysdSft4Bv38dkycygf1AynBw33xJVCYPoAXojdKp9MuXL6XTCE7lwCCbb0JKpBQRfO8d/reNSbHiMSZAl/u1QRPl0QCC28MbKB1fu8/XreSdckWBWXXsmaJAKQYclJwHpu2jbVYwmCscHDOSjydUschybW0N11jn1wZZZtfBy5WVFbzORYMyQCH4urj3Ovn5MqZBVh1x9+7dPtN0p6qSSMUF+Ps0qw/0FWXyvdez+jWWCSjroGCc3KXOzNAtbZ0Vd6Ybk9hluHnzJh5ol8qZj8nEPk2s0qoIW9dxObTfdJXDS81TIhZwWhRIHjCRDz99+jRNSzPzt/m8Ld95yNRxf3aye/P93pEfY89IekORR8oe9dnnz5/PNacixgrPZ0oOo299yWYmLp7wsZ2jo6NtCgALdg/3tvFF6v1S+WjEANlwplTJ6TnqAqwcC9Auv4YsRM987cUy7MMylh2HUnC48KwYLvB99vjYKwvhQKhXLLilDCkzDNoS8Xw4qlUMQRXjgmdLqBoMG5sXNhp4b6zgSyG8PGC6Htjq9kAnFvY/T05OHvtCP/FUL/htUsYXUYrNojfyFNeekRPfgPwvqgHc8ac0sSIdX1s8DBPhjY0BjBQMKCMm5k1YAZ94+rLFwrFfcgiC2pPMWUoVEKIYYGbVsAIeB2MYfmtQoctjjYfwiqTst9BgmwKg5UvxS/HUrmxkR4TeCW4DBUvIfu/HZfTEd/DOlpq+IOWoBcJILyS0ABGM41rOIj0FM8YhIVus3cJ5cLF78GzLy8sPQ2u/0PcAjwH0qRrGzMbYjPs7NmYwCvy5LyGCKi2Ovt66daunaXtevjA9d8iNpMiPPESRO457d8mDXE2f1UPNXDkQn5KyHFvBAJW1VTAD6NmEQ+ZevOFfrl/HrbCS/7Su8RorCPqtujZ7nN0bN254vTk/Gyy7sR3HmMvFF9CT/IWVPSQxil9qjE5ZEsfSLpXEzxSslPey9zGVw/gaiMVRWVOxDsbTrE8KKJkB4dhCLFt2jFOTas/BcXxCAevylYvEKoONQ0+blm+327uu4z6rLeiTH156lskKeEQRwcbDGjbPzHOIYjgtTr6tJiThTMtbUoKvp7GeyM8/LTsgCqa911h4ZG6hL2OCrvzv07+ZofFslRFYdZCUWWxAyxcORV/62mDOhfxIisZKE5LbDJwDU9r8/PlzunAsWrYK6dPCTiZGvr8uA+/1kXKNOqyDIjN0bJu8KQML/eHp6em+rx33tce03bNkS1JSegQII99vx5Z1wYo//tfF9eqYmCwCNWvfv3/vaXggFntQ/F7DlwAvmGoaibEaGw9Za29CztGAPesB02Zb1u5fz76P6Tngut8h1pbXvkx6PRerqVIMsU5dXzvMcFIAxPKniqarTKyNsgPa0AQCgoG8Kx2JuFiyOZs0A4j3OFQ2/5fFroEvqaZRfl6C0/UqGUKalvu7QUqANuLRQZ9phnbhaqv4wf7UtKtSIq/NOLGFtKYnSYGQvkXwGiEhhGqgCrD1LfIhIR1SioukQpgEXvdD0tNIXPDrSZ4fMScBD1koMstksi/hMVjYEvIP4sbADKoipFILeh4BVcYdMKRo+dnyqsppWrOtSQsRnIG2oYybpuM0KdfRIKXIwGZ2/G/ICnvMYZX6PJlU3JDKg+BsYDTlgDt1dcBTYjCGxJQqJaqIVNluNWMIVcAowsKvOgCryNb0WBPiikHLIyEdTGFAb0raoEBTrdQ8DkD5zhDhD/d/mCU8tP2BF2El2eb3qJg41HrrmZWPYFJqbW1t6CjnQEzZqbPQEUtPtdfPGJL/TusRWou9WCslnRef8kjKfUgDVqrnFBl5ecG4SVNZUQLDr10+d1cKHQ8+eraZnemYQ8o5XMQzVCMChdYUv1hUjxCIVNkuL5CG5oi8l4mxUhSJBSSN2Ju8cw3cZ1546Ekp3qMaEViCfyGhHTfR2bFMCF8MRQZHFNPNJhBasVAjw+etv1JgGnKhlKQYbvkWO12nyJCHq1pi3WAOgCHTGpWTk5OvdS+m4qzSIVv8TZkqiIHx8gCMi/PjZt8a8uAUmhKH1GAukNWBGqRUASsrK9ENahkwhh1F3i0TXgRrhrLPc5nnQLUrTbS1m/9+wQeyC4uQeYAAg5fnxV/KcxC21ZltPAOpnL4v5fmVMotFcCJmP6NnNOUI9TIor85KrHPXqHUjs5D0YegM/DwRYq21NGAhT3PnnCuRUTekPP+hrGPp0/m8ybS+zqcchpQIETwbWGtDBNJQIEIUmIWjloVeCwCjbDfI3oQYCkd1Qe2QdSyb4k0SUZRgZCUrC1U+whNvaUBzQ4EISDDYihoN/YchmzBo65Omz4/wJcB7dKqUe8RGVruGcUkFJRmHhk7lCBi8RRm8a9ddVL2f9hzZMqYyakxknAsB8xVpyYKhAelgLfs/D1A9wVnOF3iFnCfLYqEkmwEK7h9zhDCZFclQBGhLnvEzbRQI7TlMxEPL+Vqru5DKEVDUOSh+x4q1R0pI2X9UGojhRMi2bltv4gLGJb79BIpwKkcgk6MQA5OEyqYmv6RRe46ijXXJ6qJ6BC20a/epZC0ESi1CLC8nCaKu2MtDu5q0CCkXGSiapvgTbUBOkeLxwNAqoQBoCtZGEXZ5X0QlEmtrfO1kO53UcixkxWIvZE1FIJIq3kPgTS5k1dtW5UCMF8rkCpa8FAFMSJTtSElM30YHhhSIFWLGBLYgVTRLybGCDuutQ5YKYFJNu6OJ8nrHufe7VAHK+rg+/liVAxWyFH7jhCJAs50OgC0dtbGtRjhG/t/iM6RDjLR2SDLEuI5rV/Fh90NfOTfTPGRgO97RBNvsyBJqNWDM+Lw3+QVLBcHuuLbvsaHl3vEQSEkWhVmVQ2lpijfuUiRgOx2FlVJnRnyKy4O1nkswAplrzjsgZUGNFppptglCOKnZFlQqq9XbFAl6srvkvmvrH9BMlOKV9Bml8q6Vb72Q1X7Z9q6uNvmwsrSaTOr331AFSHXjgCJAs3kYTXbMfugSbN/Og6PcHrWOvnRDCt3wM9KaXTgc90tayr2voPi2vZo0uy5qnr+kf+p9lIuQXVlg+I7lPQzB+Pfp86F8sV8oMacSWdDssSvbh74htywNMdOefVgqXgAb82JBElUEtt+JNRBT/tIsKkZf2Cy1THyVCocwpqtQjCQ0Q4JFP6GhREyAHvzsz12KIc+fhCoGIOcgNZpSIEQBEprsSNOlSYq241IMQWq53la2NqNMDsA/jWJgj978Fy1YRGbko9FkV3ITOdMyILEOP3782AvZSqcIhaU6s2t62bb0eYwsGw1nkB3doeQIAwxVx9hC0oQOQ7ZwKkEM8RxYQMZtX3IoNo7J2+02tv3BsxvXOa6tg7QQA7AVK6QWvpT+9ATCLdIlYTKar2pk2kYLKMd+zLGCDaMIP1GgYYRYQzykofJ+DMhC/MK9KocNDpzZ4t4FCW0RxgUnRmwAbViB+vx/L/ZeWdk+XFVlSfji/M0Q0IT7/1QG1YbOCZ8stOSGtdfgc/brbaxFMNkvB/HbR7Ke2CpAkrPGBBbc5oG2D6KIUVcmsif6igEtBUIE7770Z/yLUBqLCGXAzzwgvsesf0weOPpqpI+Yjcf7jqtvNIkuBh+V+9vm78MRzwOW3Wy3/vGYxXUOZEFC9IFGFlp0QYA5FibWH1B0JkCK74ol8RcR2dxSls6FArLQ/T2LFXlaZLzB+7r7lpcDfD4PPf4BdMv0f+PW+FIAAAAASUVORK5CYII=)
}

.awards-item-8 {
    background-image: url(data:image/png;base64,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)
}

.awards-item-8:hover {
    background-image: url(../img/behance.jpg)
}

.awards-item-9 {
    background-image: url(../img/payspace_gray.jpg)
}

.awards-item-9:hover {
    background-image: url(../img/payspace.jpg)
}

@media (max-width:1440px) {
    .awards-container {
        padding: 120px 130px
    }
}

@media (max-width:1024px) {
    .awards-container {
        padding: 100px 30px
    }
}

@media (max-width:500px) {
    .awards-container {
        padding: 60px 16px 150px 16px;
        position: relative
    }

    .awards-container:before {
        content: "";
        width: 100vw;
        height: 50px;
        background-color: #fff;
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px
    }

    .awards-container__item__title {
        top: 280px
    }

    .awards-container__section-title {
        margin-bottom: 0
    }

    .awards-container__section-title__title {
        font-size: 32px
    }
}

.offices-container {
    padding: 110px 0 100px 0;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.offices-container .col-lg-4:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offices-container .col-lg-4:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.offices-container .col-lg-4:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offices-container__item {
    margin-bottom: 70px;
    height: 170px;
    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
}

.offices-container__item__city {
    font-family: avenirNext_bold, sans-serif;
    font-size: 36px;
    line-height: 0;
    color: #0e1b31
}

.offices-container__item__country {
    font-family: avenirNext_regular, sans-serif;
    font-size: 36px;
    margin-bottom: 0;
    line-height: 25px;
    color: #0e1b31
}

.offices-container__item__address {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    opacity: .9;
    color: #454d5a;
    height: 50px;
    max-width: 220px;
    margin-top: 10px;
    width: 100%
}

.offices-container__item__email {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    color: #1a5dff;
    margin-left: 20px
}

.offices-container__item__icon {
    height: 26px;
    width: 26px;
    border-radius: 8px;
    background-color: rgba(26, 93, 255, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offices-container__section-title {
    margin-bottom: 80px
}

.offices-container__section-title__title {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 175%;
    max-width: 650px;
    text-align: center
}

.offices-container__section-title__bold-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 42px
}

@media (max-width:1440px) {
    .offices-container {
        padding: 110px 130px 100px 130px
    }
}

@media (max-width:1024px) {
    .offices-container {
        padding: 100px 40px
    }

    .offices-container .col-lg-4:nth-child(2),
    .offices-container .col-lg-4:nth-child(3),
    .offices-container .col-lg-4:nth-child(5) {
        display: block
    }
}

@media (max-width:500px) {
    .offices-container {
        padding: 60px 16px;
        position: relative
    }

    .offices-container:before {
        content: "";
        width: 100vw;
        height: 50px;
        background-color: #f4f5f8;
        display: block;
        position: absolute;
        top: -30px;
        left: 0;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px
    }

    .offices-container__section-title {
        margin-bottom: 80px
    }

    .offices-container__section-title__title {
        font-size: 13px
    }

    .offices-container__section-title__bold-title {
        font-size: 32px
    }
}

.footer-container {
    color: #fff;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAAKklEQVQ4jWNgGHGAkYGBgeH/////qWIYIyMjEzUMGgWjYBSQCkbz8iAEAL1HCAe8bua4AAAAAElFTkSuQmCC) no-repeat fixed right 140px top 50px;
    background-size: 1%
}

.footer-container__top-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 8;
    background-image: url(../img/footer.jpg);
    background-size: contain;
    background-position-y: 100px;
    background-repeat: no-repeat;
    margin-bottom: 35px
}

.footer-container__top-area__form {
    max-width: 500px;
    width: 100%;
    padding-top: 220px;
    margin-right: 130px
}

.footer-container__top-area__title-area {
    padding-top: 160px;
    padding-left: 340px
}

.footer-container__top-area__title-area__contacts {
    font-family: avenirNext_medium, sans-serif;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 54px
}

.footer-container__top-area__title-area__partnership {
    font-family: avenirNext_bold, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-top: 70px
}

.footer-container__top-area__title-area__link {
    font-family: avenirNext_regular, sans-serif;
    color: #fff;
    font-size: 14px
}

.footer-phone {
    font-size: 16px;
    color: #fff
}

.itemFooterShow {
    display: none
}

.showMoreItemFooter button {
    background-color: #fff;
    padding: 0 6px
}

@media (max-width:767px) {
    .itemFooterShow {
        display: block
    }

    .showMoreItemFooter {
        display: none
    }
}

.collapsible {
    cursor: pointer;
    padding: 10px;
    width: 35px
}

.content-collapsible {
    display: none;
    transition: max-height .2s ease-out
}

.collapsible:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', serif;
    font-weight: 900;
    font-size: 15px;
    float: left;
    margin-right: 10px
}

.collapsible-white:after {
    color: #fff
}

.collapsible-black:after {
    color: #000
}

.collapsible.active:after {
    content: "\f077"
}

.social-networks-link-white {
    border: 2px solid #1a5dff7a
}

.social-networks-link {
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px
}

.social-networks-link>img {
    width: 40px;
    height: 40px
}

@media screen and (min-width:1600px) {
    .footer-container__top-area__form {
        margin-right: 370px
    }

    .footer-container__top-area__title-area__link {
        font-size: 20px
    }

    .footer-container__top-area__title-area__partnership {
        font-size: 20px;
        margin-top: 70px
    }

    .footer-container__top-area__title-area__contacts {
        font-size: 42px;
        line-height: 54px
    }
}

@media (max-height:900px) {
    .footer-container__top-area__form {
        padding-top: 60px
    }
}

@media (max-width:1368px) {
    .footer-container__top-area {
        background-position-x: -70px
    }

    .footer-container__top-area__form {
        padding-top: 150px
    }

    .footer-container__top-area__title-area {
        padding-left: 140px
    }
}

@media (max-width:1024px) {
    .footer-container {
        background-image: none;
        padding: 100px 30px 0 30px;
        height: auto
    }

    .footer-container__top-area {
        background: 0 0;
        display: block;
        height: auto;
        padding-bottom: 80px
    }

    .footer-container__top-area__form {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 50px
    }

    .footer-container__top-area__title-area {
        padding-top: 0;
        padding-left: 0
    }
}

@media screen and (max-width:500px) {
    .footer-container {
        height: auto;
        padding: 60px 16px 0 16px;
        position: relative
    }

    .footer-container__top-area {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .footer-container__top-area__form {
        padding-top: 0
    }

    .footer-container__top-area__title-area {
        padding: 0;
        width: 100%
    }

    .footer-container__top-area__title-area__partnership {
        margin: 0
    }
}

.bottom-area {
    width: 100%;
    padding: 0 130px;
    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
}

.bottom-area__row {
    height: 100%
}

.bottom-area__row,
.bottom-area__row__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bottom-area__row__navigation {
    max-width: 460px
}

.bottom-area__row__navigation__item {
    margin: 0;
    font-family: avenirNext_bold, sans-serif;
    font-size: 17px;
    color: #fff;
    text-decoration: none
}

.bottom-area__row__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 120px;
    width: 100%;
    opacity: .5
}

.bottom-area__row__policy {
    font-family: avenirNext_regular, sans-serif;
    font-size: 10px;
    color: hsla(0, 0%, 100%, .5);
    text-align: center
}

.bottom-area__row__policy a {
    color: #fff
}

.bottom-area__row__logo {
    font-family: avenirNext_medium, sans-serif;
    font-size: 44px;
    color: hsla(0, 0%, 100%, .5);
    margin: 0;
    line-height: .8
}

.bottom-area__row__logo img {
    margin-top: 30px
}

.bottom-area.black .bottom-area__row {
    border-top: 1px solid #000
}

.bottom-area.black .bottom-area__row__logo {
    color: #000
}

.bottom-area.black .bottom-area__row__social {
    opacity: 1
}

.bottom-area.black .bottom-area__row__navigation__item,
.bottom-area.black .bottom-area__row__policy,
.bottom-area.black .bottom-area__row__policy a {
    color: #000
}

.footer-logo span {
    opacity: .6;
    display: block
}

.bottom-area.light .footer-logo {
    opacity: .6
}

.bottom-area.light .bottom-area__row {
    border-top: 1px solid #838e9d
}

.bottom-area.light .bottom-area__row__social {
    opacity: 1
}

.bottom-area.light .bottom-area__row__navigation__item,
.bottom-area.light .bottom-area__row__policy {
    color: #838e9d
}

.bottom-area.light .bottom-area__row__policy a {
    color: #fff
}

@media (max-width:1368px) {
    .bottom-area {
        padding: 0;
        margin: 0 165px 40px 140px;
        width: auto
    }
}

@media (max-width:1024px) {
    .bottom-area {
        margin: 0;
        width: 100%;
        padding: 0 30px
    }
}

@media screen and (max-width:768px) {
    .bottom-area__row__policy {
        text-align: left
    }
}

@media screen and (max-width:500px) {
    .bottom-area {
        height: auto;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        margin-top: 80px;
        padding: 0 0
    }

    .bottom-area__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 32px;
        justify-content: space-around
    }

    .bottom-area__row__social {
        position: absolute;
        opacity: 1;
        margin-left: -20px
    }

    .bottom-area__row__navigation {
        -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: auto;
        max-width: 100%
    }

    .bottom-area__row__navigation__item {
        color: #fff;
        margin-bottom: 6px
    }
}

.form-input-dark:focus {
    border-bottom: 2px solid #fff !important;
    caret-color: #1a5dff
}

#dropdown-contact-type,
#dropdown-contact-type-cooperation {
    width: 100%;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px
}

.dropdown-contact-type-cooperation-list.show,
.dropdown-contact-type-list.show {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: .81px;
    text-transform: uppercase;
    color: #2d3843;
    font-family: avenirNext_medium, sans-serif
}

#contact-type,
#dropdown-contact-type-cooperation::after,
#dropdown-contact-type::after {
    display: none
}

#form-container-contact,
#form-container-contact-type-cooperation {
    border-bottom: 1px solid #838e9d;
    padding-bottom: 10px
}

.form-container__sending-notification.light {
    background-color: #fff;
    border: none;
    padding: 50px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.form-container__sending-notification {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    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-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    border: 1px solid #353541;
    border-radius: 18px;
    background-color: #111;
    z-index: 999
}

.form-container__sending-notification__another-message__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #c6c6c6;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    cursor: pointer
}

.form-container__sending-notification__another-message__text:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #c6c6c6;
    margin-top: 5px
}

.form-container__sending-notification__another-message__or {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #c6c6c6;
    text-align: center;
    margin-bottom: 15px
}

.form-container__sending-notification__another-message__or.light,
.form-container__sending-notification__another-message__text.light {
    color: #2d3843
}

.form-container__sending-notification__another-message__text.light:after {
    background-color: #2d3843
}

.form-container__sending-notification__another-message__text.light:hover {
    color: #1a5dff
}

.form-container__sending-notification__another-message__text.light:hover:after {
    background-color: #1a5dff
}

.form-container__sending-notification__another-message.light {
    margin-top: 40px
}

.form-container__sending-notification__success {
    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
}

.form-container__sending-notification__success__image {
    margin-bottom: 40px
}

.form-container__sending-notification__success__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 30px;
    color: #c6c6c6;
    text-align: center;
    line-height: 30px
}

.form-container__sending-notification__success__text.light {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 64px;
    color: #2d3843;
    text-align: center;
    line-height: 76px
}

.form-container__sending-notification__error {
    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
}

.form-container__sending-notification__error__image {
    margin-bottom: 40px
}

.form-container__sending-notification__error__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 30px;
    color: #c6c6c6;
    text-align: center;
    line-height: 30px
}

.form-container__sending-notification__error__text.light {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 64px;
    color: #2d3843;
    text-align: center;
    line-height: 76px
}

.btn-row__file-name .attached {
    font-family: avenirNext_regular, sans-serif;
    font-size: 10px;
    color: #838e9d;
    opacity: .6;
    margin-bottom: 10px
}

.btn-row__file-name .file {
    font-family: avenirNext_medium, sans-serif;
    font-size: 14px;
    color: #838e9d;
    opacity: .6
}

.contacts-section {
    position: relative;
    padding: 150px 130px
}

.contacts-container__image__rocket {
    max-width: 390px;
    width: 100%
}

.contacts-container__contacts-content__title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 64px;
    line-height: 70px;
    margin: 0;
    color: #0d0d0d
}

.contacts-container__contacts-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #364350
}

@media (max-width:1024px) {
    .contacts-section {
        padding: 150px 30px
    }

    .contacts-container__image {
        display: none
    }
}

@media screen and (max-width:500px) {
    .contacts-section {
        padding: 150px 20px
    }

    .contacts-container__contacts-content__title {
        font-size: 40px;
        line-height: 45px
    }

    .contacts-container__contacts-content__text {
        font-size: 16px;
        line-height: 14px
    }
}

.form-container {
    max-width: 500px;
    padding-top: 50px
}

.form-container-input-group input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #838e9d;
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding: 20px 0 5px 18px;
    transition: all .2s ease
}

.form-container-input-group label {
    color: #000;
    position: relative;
    top: 26px;
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    transition: all .2s ease;
    margin: 0 0 0 16px;
    user-select: none
}

.form-container-input-group input:focus {
    border-bottom: 2px solid #000
}

.has-error input {
    border-bottom: 2px solid #d64747 !important
}

.help-block {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    color: #d64747;
    margin-top: 4px;
    text-align: right
}

.form-container-file-group input {
    opacity: 0;
    height: 48px;
    width: 48px;
    right: 15px;
    position: absolute;
    left: 0
}

.form-container-file-group img {
    margin-top: 12px;
    width: 28px;
    height: 30px
}

.btn-send {
    font-family: avenirNext_bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #000
}

.btn-send span {
    background-color: #1a5dff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAABmJLR0QA/wD/AP+gvaeTAAAAwElEQVQokZ2PsQpBcRSHf0c3g8FitJrIKg9gMylJsllsJiUJs9lk9QQmj+IFFIuFRXH7DI4y3e7/nul0Ot93fkdKKMCACVBI2ksSbPjWEchnEVSAi0sOQJRFUgduLtkDuSySJvBwyTZY4JIW8HTJ6jc3oChpntJTk9T2fmxmOwPKks4ZQsWS6pGku6RZSqghqeP91MxOqc8Bc/8/BkZBWYGFw29gEAovHX4B/VB4/Qf3QuEScPXYwyD4T1IFukk7H6LftbD+BGF9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-left: 20px
}

.header-container-service {
    background-color: #f4f5f8;
    padding: 180px 130px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 700px
}

.header-container__scroll-icon-service {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-container__background-service {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 130px;
}

.header-container__header-title__bold-title-service {
    font-family: avenirNext_bold, sans-serif;
    font-size: 64px;
    line-height: 85px;
    color: #364350;
    max-width: 850px;
    margin-bottom: 30px
}

.header-container__header-title__title-service {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #364350;
    max-width: 580px
}

.header-container__header-title__title__bold-part-service {
    font-family: avenirNext_demiBold, sans-serif
}

@media (max-width:1024px) {
    .header-container-service {
        height: 100vh;
        padding: 175px 30px 0 30px
    }

    .header-container__background-service {
        height: 520px;
        max-width: 350px;
        bottom: -250px
    }
}

@media (max-width:768px) {
    .header-container__background-service {
        display: none
    }

    .header-container__header-title__bold-title-service {
        z-index: 99999
    }
}

@media (max-width:820px) and (max-height:375px) {
    .header-container-service {
        height: auto;
        padding: 100px 20px
    }

    .header-container__background-service,
    .header-container__scroll-icon-service {
        display: none
    }
}

@media (max-width:500px) {
    .header-container-service {
        padding: 175px 20px 0 20px
    }

    .header-container__scroll-icon-service {
        display: none
    }

    .header-container__header-title__bold-title-service {
        font-size: 42px;
        line-height: 125%
    }

    .header-container__header-title__title-service {
        font-size: 14px
    }
}

.services-area {
    padding: 110px 0
}

.service-block-2-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    color: #17213e;
    margin-bottom: 100px
}

.services-slick {
    margin-left: 130px;
    margin-right: 130px;
}

.services-slick-dots {
    text-align: center;
    list-style-type: none;
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.services-slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.services-slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.services-slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #d6d6d6;
    content: '\f111';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', serif;
    font-weight: 900
}

.services-slick-dots li.slick-active button:before {
    color: #869791
}

.services-box-slick {
    height: 360px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 15px
}

.service-block-2-carousel-title {
    font-family: avenirNext_medium, sans-serif;
    font-size: 24px;
    color: #0e162c;
    margin-top: 30px
}

.service-block-2-carousel-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    color: #404040
}

.service-block-2-carousel-link {
    position: absolute;
    bottom: 40px;
    color: #0054b8;
    text-decoration: none
}

.service-block-2-button-container {
    width: 575px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c4c4c4;
    margin: 60px auto 0 auto;
    padding-top: 20px
}

.service-block-2-button-container-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px
}

.engineering-container {
    padding: 190px 110px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.engineering-container__section-title {
    padding-left: 50px;
    margin-bottom: 100px;
    position: relative
}

.engineering-container__section-title:before {
    content: "01";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: avenirNext_regular, sans-serif;
    font-size: 17px;
    color: #788ab6
}

.engineering-container__section-title__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    color: #17213e
}

.engineering-container__left-content {
    padding-left: 50px;
    position: relative
}

.engineering-container__left-content__line {
    position: absolute;
    left: 0;
    top: 5px
}

.engineering-container__left-content__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 24px;
    color: #17213e;
    margin-bottom: 25px
}

.engineering-container__left-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    color: #313b5a;
    line-height: 165%;
    margin-bottom: 25px
}

.engineering-container__content {
    position: relative
}

.engineering-container__content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 23px;
    color: #313b5a;
    line-height: 165%;
    padding-left: 50px
}

.engineering-container__content__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    color: #313b5a;
    margin-bottom: 60px
}

.engineering-container__content__description {
    background-image: url(../img/descr_bcg.png);
    background-repeat: no-repeat;
    background-position: 0;
    height: 300px;
    padding: 30px 0 0 50px
}

.engineering-container__content__description__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 24px;
    color: #17213e
}

.engineering-container__content__description__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 23px;
    color: #7f8bab
}

.engineering-container__content__description__text__part {
    margin-bottom: 0;
    color: #4d5775
}

.engineering-container__content__description__text__part__title {
    opacity: .6;
    margin-right: 15px;
    color: #000
}

.engineering-container__content__description__text__part:last-child {
    margin-bottom: 30px
}

.engineering-container__left-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    color: #313b5a;
    line-height: 165%;
    margin-bottom: 25px
}

.engineering-container__left-content__button {
    padding: 12px 26px;
    background: #1a5dff;
    border-radius: 8px;
    width: max-content;
    cursor: pointer;
    transition: all .2s ease
}

.engineering-container__left-content__button__label {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px;
    color: #fff
}

.engineering-container__left-content__button:hover {
    background: #1743d0
}

@media (max-width:1440px) {
    .engineering-container {
        padding: 110px 130px
    }
}

@media (min-width:1026px) {
    .engineering-container__revers-row {
        height: 600px
    }
}

@media (max-width:1024px) {
    .service-block-2-button-container {
        flex-direction: column;
        border-top: none;
        margin: 30px auto 0 auto;
        width: auto
    }

    .service-block-2-button-container-text {
        font-size: 22px
    }

    .engineering-container {
        padding: 100px 30px
    }

    .engineering-container__section-title {
        margin-bottom: 30px
    }

    .engineering-container__revers-row {
        display: flex;
        flex-direction: column-reverse
    }

    .engineering-container__content__title {
        font-size: 38px
    }

    .engineering-container__content__image {
        display: none
    }

    .engineering-container__content__text {
        margin-left: 0 !important;
        padding-left: 0
    }
}

@media (max-width:991px) {
    .service-block-1-background {
        top: 55%;
        overflow-y: hidden
    }
}

@media (max-width:767px) {
    .service-block-1-title {
        font-size: 42px;
        line-height: 125%
    }

    .service-block-1-box {
        margin-left: 10px
    }
}

@media (max-width:500px) {
    .service-block-2-button-container-text {
        text-align: center
    }

    .button-container {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .engineering-container {
        padding: 80px 20px
    }

    .engineering-container__content__description {
        background-image: none;
        padding: 30px 0 0 0
    }

    .engineering-container__content__description__text {
        font-size: 20px
    }

    .engineering-container__content__title {
        margin-bottom: 30px
    }

    .engineering-container__content__text {
        padding-left: 0 !important;
        font-size: 20px
    }

    .engineering-container__left-content {
        padding-left: 0
    }

    .engineering-container__left-content__line {
        display: none
    }

    .engineering-container__left-content__text {
        padding-left: 0 !important
    }

    .engineering-container__section-title__title {
        font-size: 42px
    }
}

.design-width {
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.design-container {
    padding: 100px 110px;
    background-color: #f4f5f8
}

.design-container__content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 23px;
    color: #313b5a;
    line-height: 165%
}

.design-container__left-content {
    padding-left: 50px;
    position: relative
}

.design-container__left-content__line {
    position: absolute;
    left: 0;
    top: 5px;
    height: 150%;
    width: auto
}

.design-container__left-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    color: #313b5a;
    line-height: 165%;
    margin-bottom: 6px
}

.design-container__left-content__text:last-child {
    margin-bottom: 0
}

.design-container__left-content__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px
}

.design-container__section-title {
    padding-left: 50px;
    margin-bottom: 60px;
    position: relative
}

.design-container__section-title:before {
    content: "02";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: avenirNext_regular, sans-serif;
    font-size: 17px;
    color: #788ab6
}

.design-container__section-title__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    color: #17213e
}

@media (max-width:1440px) {
    .design-container {
        padding: 100px 130px
    }
}

@media (max-width:992px) {
    .design-container {
        padding: 100px 30px
    }

    .design-container .mobile-content {
        width: 100%;
        height: 260px;
        background-color: #0034b8;
        border-radius: 20px;
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 40px
    }

    .design-container .mobile-content .design-container__left-content__title {
        color: #fff;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center
    }

    .design-container__content__button {
        background-color: #fff
    }

    .design-container__left-content .item:before {
        content: "-";
        display: inline-block;
        font-size: 28px
    }
}

@media (max-width:500px) {
    .design-container {
        padding: 80px 0;
        position: relative;
        margin-bottom: 80px
    }

    .design-container .mobile-content-container {
        height: 200px
    }

    .design-container .mobile-content {
        padding: 0 20px;
        width: 100%
    }

    .design-container .mobile-content .design-container__left-content__title {
        font-size: 20px;
        text-align: left
    }

    .design-container__content {
        padding: 0 20px
    }

    .design-container__content__text {
        padding: 0 20px;
        font-size: 20px
    }

    .design-container__content__button {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .design-container__section-title:before {
        padding-left: 20px
    }

    .design-container__section-title__title {
        font-size: 42px;
        padding-left: 20px
    }

    .design-container__left-content {
        padding: 0 20px
    }

    .design-container__left-content__text {
        padding-left: 0
    }

    .design-container__left-content__line {
        display: none
    }
}

.consulting-width {
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.consulting-container {
    padding: 100px 110px;
    position: relative;
}

.phone-pic-container {
    object-fit: cover;
}

.consulting-container__image {
    position: absolute;
    right: 130px;
    bottom: -40px;
    object-fit: cover;
}

.consulting-container__content {
    position: relative;
}

.consulting-container__content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 23px;
    color: #313b5a;
    line-height: 165%
}

.consulting-container__left-content {
    padding-left: 50px;
    position: relative
}

.consulting-container__left-content__line {
    position: absolute;
    left: 0;
    top: 5px;
    height: 200px
}

.consulting-container__left-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    color: #313b5a;
    line-height: 165%;
    margin-bottom: 6px
}

.consulting-container__left-content__text:last-child {
    margin-bottom: 0
}

.consulting-container__left-content__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 24px;
    color: #17213e;
    margin-bottom: 15px
}

.consulting-container__section-title {
    padding-left: 50px;
    margin-bottom: 60px;
    position: relative
}

.consulting-container__section-title:before {
    content: "03";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: avenirNext_regular, sans-serif;
    font-size: 17px;
    color: #788ab6
}

.consulting-container__section-title__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    color: #17213e
}

@media (min-width:1026px) {
    .consulting-container {
        height: 600px
    }
}

@media (max-width:1440px) {
    .consulting-container {
        padding: 110px 130px
    }
}

@media (max-width:1024px) {
    .consulting-container {
        padding: 80px 30px
    }

    .consulting-container__image {
        display: none
    }
}

@media (max-width:1024px) {
    .consulting-container {
        padding: 80px 20px
    }

    .consulting-container__left-content {
        padding-left: 0
    }

    .consulting-container__content__text {
        font-size: 20px
    }

    .consulting-container__section-title__title {
        font-size: 42px
    }
}

.products-container {
    padding: 100px 110px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.products-container__section-title {
    padding-left: 50px;
    margin-bottom: 70px;
    position: relative;
}

.products-container__section-title:before {
    content: "04";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: avenirNext_regular, sans-serif;
    font-size: 17px;
    color: #788ab6
}

.products-container__section-title__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 42px;
    color: #17213e
}

@media (max-width:1440px) {
    .products-container {
        padding: 110px 130px
    }
}

@media (max-width:1024px) {
    .products-container {
        padding: 80px 20px
    }

    .consulting-container__section-title__title {
        font-size: 42px
    }
}

.services-products-box-slick {
    height: 500px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 40px
}

.bg-products-1 {
    background-image: url(../img/product_1.jpg)
}

.bg-products-2 {
    background-image: url(../img/product_2.jpg)
}

.bg-products-3 {
    background-image: url(../img/product_3.jpg)
}

.products-container__product__type {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #7289a3;
    margin-bottom: 10px
}

.products-container__product__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 28px;
    color: #17213e
}

.services-products-slick-dots {
    text-align: center;
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 10px
}

.services-products-slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.services-products-slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.services-products-slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #d6d6d6;
    content: '\f111';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', serif;
    font-weight: 900
}

.services-products-slick-dots li.slick-active button:before {
    color: #1a5dff
}

@media (max-width:992px) {
    .services-products-box-slick {
        text-align: center;
        background-position: center
    }
}

.contacts-container {
    height: 450px;
    width: 100%;
    background-color: #f0f2f7;
    transition: all .2s ease;
    margin-bottom: 70px
}

.contacts-container__link {
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease
}

.contacts-container__link__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 72px;
    color: #323c53
}

.contacts-container__link__title:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px
}

.contacts-container:hover {
    background-color: #e1e6f4
}

.contacts-container:hover .contacts-container__link__title {
    color: #2044a6
}

.contacts-container:hover .contacts-container__link__title:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #2044a6
}

@media (max-width:500px) {
    .contacts-container__link__title {
        font-size: 52px
    }
}

.projects-container {
    padding: 200px 130px
}

.projects-container__row__project__image-container__image {
    max-height: 320px;
    max-width: 100%;
    border-radius: 18px
}

.projects-container__row__project__title {
    font-family: avenirNext_medium, sans-serif;
    font-size: 20px;
    color: #364350;
    margin-top: 20px
}

.projects-container__row__project__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #364350;
    margin-top: 10px
}

.projects-container__title-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 140px
}

.projects-container__title-container__title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 64px;
    max-width: 915px;
    width: 100%;
    color: #2d3843;
    text-align: center
}

.projects-dropdown-label {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #626263;
    margin-bottom: 15px
}

.projects-dropdown-label-mobile-box {
    background: #f0f0f0;
    border-radius: 112px;
    width: max-content;
    margin-bottom: 20px
}

.projects-dropdown-label-mobile.active {
    background: #dae1f1
}

.projects-dropdown-label-mobile {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1a5dff;
    padding: 16px 16px;
    border-radius: 112px;
    cursor: pointer
}

.projects-dropdown {
    display: inline-block;
    width: 33%
}

.projects-dropdown-button:hover {
    border: 1px solid #1a5dff;
    color: #1a5dff
}

.projects-dropdown-button {
    font-family: avenirNext_regular, serif;
    background: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    border-radius: 112px;
    width: 95%;
    padding: 14px 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #626263
}

.projects-dropdown-arrow-down {
    background: #e9e9e9;
    border-radius: 50%;
    padding: 7px;
    font-size: 15px
}

.projects-dropdown-arrow-up {
    background: #e2ebff;
    border-radius: 50%;
    padding: 7px;
    font-size: 15px;
    color: #1a5dff
}

.projects-dropdown-button.show {
    border: 1px solid #1a5dff;
    color: #1a5dff
}

.projects-dropdown-menu {
    width: 96%;
    background: #fff;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px
}

.projects-dropdown-item {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #464646;
    margin: 15px 0
}

.projects-dropdown-item:hover {
    color: #1a5dff;
    background: 0 0
}

.projects-container__row__project__box {
    max-width: 600px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .projects-container {
        padding: 200px 130px
    }
}

@media (min-width:1025px) and (max-width:1300px) {
    .projects-container__row__project__image-container__image {
        max-height: 200px
    }
}

@media (max-width:1024px) {
    .projects-container {
        padding: 150px 30px
    }

    .projects-container__row__project__description {
        font-size: 24px
    }

    .projects-container__row__project__image-container__image {
        max-height: 235px
    }
}

@media (min-width:971px) {
    .projects-dropdown-label-mobile-box {
        display: none
    }
}

@media (max-width:970px) {

    .projects-dropdown,
    .projects-dropdown-label {
        display: none
    }

    .projects-dropdown {
        width: 100%
    }

    .projects-container__row__project__image-container__image {
        max-height: 200px
    }
}

@media (max-width:767px) {
    .projects-container__row__project__image-container__image {
        max-height: 200px;
        width: 300px
    }
}

@media (max-width:500px) {
    .projects-container {
        padding: 120px 20px
    }

    .projects-container__title-container {
        margin-bottom: 80px
    }

    .projects-container__title-container__title {
        font-size: 42px
    }

    .projects-container__row__project__description {
        font-size: 24px
    }
}

.header-container-solutions {
    height: 100vh;
    position: relative;
    overflow-x: hidden
}

.header-container__title-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header-container__title-container__title {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #364350;
    text-align: center;
    max-width: 580px;
    width: 100%
}

.header-container__title-container__bold-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 64px;
    line-height: 85px
}

.header-container__scroll-icon {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.header-container__big-ellipse {
    position: absolute;
    bottom: 90px;
    left: 110px
}

.header-container__medium-ellipse {
    position: absolute;
    right: 110px;
    top: 270px
}

.header-container__small-ellipse {
    position: absolute;
    bottom: 90px;
    left: 40%
}

@media (max-width:1024px) {
    .header-container {
        background-position: right 30px top 50px
    }

    .header-container__big-ellipse {
        left: -200px
    }

    .header-container__medium-ellipse {
        top: 40%
    }

    .header-container__small-ellipse {
        left: 30%
    }
}

@media (max-width:500px) {
    .header-container {
        background-position: right 20px top 50px
    }

    .header-container__title-container__title {
        font-size: 16px;
        max-width: 335px
    }

    .header-container__title-container__bold-title {
        font-size: 42px;
        line-height: 125%;
        text-align: center
    }

    .header-container__big-ellipse {
        left: -300px
    }

    .header-container__medium-ellipse {
        top: 12%;
        right: -150px
    }

    .header-container__small-ellipse {
        left: 20%
    }
}

.solutions-container__footer {
    padding-top: 120px
}

.fintech-container {
    padding: 200px 80px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.fintech-container__row {
    display: flex;
    width: 100%
}

.fintech-container__row__fintech-description__title-container__title {
    margin-top: 60px
}

.fintech-container__row__fintech-description__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 165%;
    color: #364350
}

.fintech-container__row__fintech-description__description__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px
}

@media (max-width:1440px) {
    .fintech-container {
        padding: 200px 130px
    }
}

@media (max-width:1024px) {
    .fintech-container {
        padding: 170px 30px
    }

    .fintech-container__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .fintech-container__row__image-container {
        width: 100%;
        margin-top: 80px;
        display: flex;
        justify-content: center
    }
}

@media (max-width:500px) {
    .fintech-container {
        padding: 120px 20px
    }

    .fintech-container__row__fintech-description__description,
    .fintech-container__row__fintech-description__title-container__title {
        margin-left: 0
    }

    .fintech-container__row__image-container {
        width: 100%;
        margin-top: 80px;
        display: flex;
        justify-content: center
    }

    .fintech-container__row__image-container__image {
        width: 70%;
        height: auto
    }
}

.cloud-container {
    padding: 200px 80px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.cloud-container__row {
    display: flex;
    width: 100%
}

.cloud-container__row__cloud-description__title-container__title {
    margin-top: 60px
}

.cloud-container__row__cloud-description__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 165%;
    color: #364350
}

.cloud-container__row__cloud-description__description__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px
}

.cloud-container__col_list {
    list-style-type: none;
    padding-left: 10px;
    line-height: 2.2;
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #364350
}

@media (max-width:1440px) {
    .cloud-container {
        padding: 200px 130px
    }
}

@media (max-width:1024px) {
    .cloud-container {
        padding: 170px 30px
    }

    .cloud-container__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cloud-container__row__image-container {
        width: 100%;
        display: flex;
        justify-content: center
    }
}

@media (max-width:500px) {
    .cloud-container {
        padding: 120px 20px
    }

    .cloud-container__row__cloud-description__description,
    .cloud-container__row__cloud-description__title-container__title {
        margin-left: 0
    }

    .cloud-container__row__image-container {
        width: 100%;
        margin-top: 80px;
        display: flex;
        justify-content: center
    }

    .cloud-container__row__image-container__image {
        width: 70%
    }
}

.blockchain-container {
    padding: 200px 80px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.blockchain-container__row {
    display: flex;
    width: 100%
}

.blockchain-container__row__blockchain-description__title-container__title {
    margin-top: 60px
}

.blockchain-container__row__blockchain-description__description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 165%;
    color: #364350
}

.blockchain-container__row__blockchain-description__description__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px
}

@media (max-width:1440px) {
    .blockchain-container {
        padding: 200px 130px
    }
}

@media (max-width:1024px) {
    .blockchain-container {
        padding: 170px 30px
    }

    .blockchain-container__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .blockchain-container__row__image-container {
        width: 100%;
        margin-top: 80px;
        display: flex;
        justify-content: center
    }
}

@media (max-width:1024px) {
    .blockchain-container {
        padding: 120px 20px
    }

    .blockchain-container__row__blockchain-description__description,
    .blockchain-container__row__blockchain-description__title-container__title {
        margin-left: 0
    }

    .blockchain-container__row__image-container {
        width: 100%;
        margin-top: 80px;
        display: flex;
        justify-content: center
    }

    .blockchain-container__row__image-container__image {
        width: 70%;
        height: auto
    }
}

.growth-header {
    height: 100vh;
    width: 100%;
    background-image: url(../img/growth_header.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.growth-header__container {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.growth-header__container__bold-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 64px;
    color: #fff;
    margin-bottom: 20px
}

.growth-header__container__title {
    font-family: avenirNext_regular, sans-serif;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    max-width: 600px;
    width: 100%;
    text-align: center
}

@media (max-width:1024px) {
    .growth-header {
        background-image: url(../img/growth_header_768.jpg)
    }

    .growth-header__container__bold-title {
        text-align: center
    }
}

@media (max-width:500px) {
    .growth-header {
        background-image: url(../img/growth_header_375.jpg)
    }

    .growth-header__container__bold-title {
        text-align: center;
        font-size: 46px
    }

    .growth-header__container__title {
        font-size: 16px;
        max-width: 316px
    }
}

.growth-width {
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.growth-about {
    padding: 100px 110px;
    background-color: #f9fafe
}

.growth-about__title-container {
    margin-bottom: 50px
}

.growth-about__title-container__title {
    font-size: 44px;
    font-family: avenirNext_demiBold, sans-serif;
    text-transform: uppercase
}

.growth-about__text {
    max-width: 490px;
    width: 100%;
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: #131c32
}

@media (max-width:1440px) {
    .growth-about {
        padding: 100px 130px
    }
}

@media (max-width:1024px) {
    .growth-about {
        padding: 70px 50px
    }

    .growth-about__text {
        max-width: 100%
    }
}

@media (max-width:500px) {
    .growth-about {
        padding: 70px 20px
    }

    .growth-about__text {
        font-size: 18px
    }

    .growth-about__title-container__title {
        font-size: 40px
    }
}

.growth-process {
    padding: 100px 80px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.growth-process__section-content__execution-image {
    position: relative;
    top: -100px;
    left: -130px
}

.growth-process__section-content__audit-image {
    position: relative;
    top: -100px;
    right: -130px
}

.growth-process__section-content__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 24px
}

.growth-process__section-content__list__circle {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #1a5dff
}

.growth-process__section-content__list__item {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #2d3843
}

.growth-process__section-content__list__item:before {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #1a5dff;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px
}

.growth-process__section-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    color: #2d3843;
    line-height: 30px
}

.growth-process__section-content__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 32px;
    margin-bottom: 30px
}

.growth-process__section-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 48px;
    margin-bottom: 140px
}

@media (min-width:1026px) {
    .growth-process__section-content {
        height: 600px
    }
}

@media (max-width:1440px) {
    .growth-process {
        padding: 100px 130px
    }
}

@media (max-width:1024px) {
    .growth-process {
        padding: 110px 30px
    }

    .growth-process__section-content:nth-child(3) {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 120px
    }

    .growth-process__section-content__execution-image {
        position: relative;
        top: 80px;
        left: auto;
        margin-left: auto;
        display: block;
        width: 100%
    }

    .growth-process__section-content__audit-image {
        position: relative;
        top: 80px;
        right: auto;
        margin-left: auto;
        display: block;
        width: 100%
    }

    .growth-augmentation__content__image__source {
        width: 100%
    }
}

@media (max-width:500px) {
    .growth-process__section-content:nth-child(3) {
        margin-top: 60px
    }

    .growth-process__section-content__execution-image {
        top: 20px;
        left: 0;
        margin-left: 0;
        max-width: 100%
    }

    .growth-process__section-content__audit-image {
        top: 20px;
        right: 0;
        margin-left: 0;
        max-width: 100%
    }

    .growth-process__section-content__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .growth-process__section-title {
        margin-bottom: 60px
    }
}

.growth-augmentation {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 0 80px;
}

.growth-augmentation__content__image {
    position: relative;
    top: -100px
}

.growth-augmentation__content__tabs__title {
    font-family: avenirNext_demiBold, sans-serif;
    color: #51596c;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px
}

.growth-augmentation__content__tabs__tab-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.growth-augmentation__content__tabs__tab-content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    color: #2d3843
}

.growth-augmentation__content__tabs__tab-content__text:before {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #1a5dff;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 10px
}

.growth-augmentation__content__tabs__menu {
    margin-bottom: 40px
}

.growth-augmentation__content__tabs__menu__item {
    display: inline-block;
    padding: 7px 20px 5px 20px;
    background: #daecff;
    border-radius: 40px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    margin-right: 15px;
    color: #004994;
    cursor: pointer
}

.growth-augmentation__content__tabs__menu__item.active {
    background: #1a5dff;
    color: #fff
}

.growth-augmentation__content__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    color: #2d3843;
    line-height: 30px
}

.growth-augmentation__content__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 32px;
    margin-bottom: 30px
}

@media (max-width:1440px) {
    .growth-augmentation {
        padding: 0 130px
    }
}

@media (max-width:1024px) {
    .growth-augmentation {
        padding: 0 30px 100px 30px
    }

    .growth-augmentation__content__image {
        position: relative;
        top: 80px;
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width:500px) {
    .growth-augmentation {
        padding: 0 20px 80px 20px
    }

    .growth-augmentation__content__tabs__menu__item {
        margin-bottom: 15px
    }

    .growth-augmentation__content__tabs__tab-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .growth-augmentation__content__image {
        top: 20px;
        justify-content: center;
        right: 0
    }

    .growth-augmentation__content__image__source {
        max-width: 100%
    }
}

.growth-ecosystem {
    padding: 0 80px;
    max-width: 1440px;
    width: 100%;
    margin: auto
}

.growth-ecosystem__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.growth-ecosystem__container__item {
    max-width: 240px;
    width: 100%
}

.growth-ecosystem__container__item__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #2d3843
}

.growth-ecosystem__container__item__title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 24px;
    line-height: 32px;
    max-width: 160px;
    width: 100%;
    margin-bottom: 20px
}

.growth-ecosystem__container__item__image {
    margin-bottom: 64px
}

.growth-ecosystem__section-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 48px;
    margin-bottom: 100px
}

@media (max-width:1440px) {
    .growth-ecosystem {
        padding: 0 130px 100px 130px
    }
}

@media (max-width:1024px) {
    .growth-ecosystem {
        padding: 0 30px 100px 30px
    }

    .growth-ecosystem__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .growth-ecosystem__container__item {
        margin-right: 100px
    }
}

@media (max-width:500px) {
    .growth-ecosystem {
        padding: 0 20px 80px 20px
    }

    .growth-ecosystem__container {
        justify-content: flex-start
    }

    .growth-ecosystem__container__item {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.header-container-pages {
    background-color: #f4f5f8;
    padding: 150px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: max-content
}

.header-container__header-title__bold-title-pages {
    font-family: avenirNext_bold, sans-serif;
    font-size: 64px;
    line-height: 85px;
    color: #364350;
    max-width: 850px;
    margin-bottom: 30px
}

.header-container__header-title__title-pages {
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #364350;
    max-width: 580px
}

.header-container__header-title-pages {
    margin-left: 30px
}

.header-container__header-title__title__bold-part-pages {
    font-family: avenirNext_demiBold, sans-serif
}

.pages-container__button-block__button {
    height: 65px;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a5dff;
    border-radius: 8px;
    margin-top: 60px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.pages-container__button-block__button:hover {
    background: #1743d0
}

.pages-container__button-block__button__text {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px;
    color: #fff
}

@media (max-width:1024px) {
    .header-container-pages {
        padding: 175px 30px 0 30px
    }
}

@media (max-width:768px) {
    .header-container__header-title__bold-title-pages {
        z-index: 99999
    }

    .header-container__header-title-pages {
        margin-left: 0
    }
}

@media (max-width:820px) and (max-height:375px) {
    .header-container-pages {
        height: auto;
        padding: 100px 20px
    }
}

@media (max-width:500px) {
    .header-container-pages {
        padding: 175px 20px 0 20px
    }

    .header-container__header-title__bold-title-pages {
        font-size: 42px;
        line-height: 125%
    }

    .header-container__header-title__title-pages {
        font-size: 14px
    }
}

.pages-area {
    padding: 20px 0
}

.pages-block-2-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    color: #17213e;
    margin-bottom: 40px
}

.pages-block-2-box {
    padding: 40px;
    margin: 20px 15px;
    background: #f4f5f8;
    border-radius: 6px
}

.pages-block-2-image {
    max-height: 65px;
    width: auto
}

.pages-block-2-box-title {
    font-family: avenirNext_medium, sans-serif;
    font-size: 24px;
    color: #0e162c;
    margin-top: 30px
}

.pages-block-2-box-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    color: #404040
}

@media (max-width:550px) {
    .pages-block-2-title {
        font-size: 30px
    }
}

.pages-block-3 {
    margin: 50px 15px;
    background: #ebf1ff;
    border-radius: 24px;
    height: 332px;
    overflow: hidden
}

.pages-block-3-image {
    position: relative;
    top: -72px;
    height: 100%;
    width: auto
}

.pages-block-3-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    line-height: 60px;
    text-align: center
}

.pages-block-3-description {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%
}

@media (max-width:1120px) {
    .pages-block-3-image {
        position: initial;
        top: 0;
        margin-top: 45px;
        height: 240px
    }

    .pages-block-3 {
        height: auto;
        overflow: auto;
        text-align: center
    }

    .pages-block-3-title {
        font-size: 30px
    }

    .pages-block-3-description {
        font-size: 18px
    }
}

.pages-block-4 {
    background: #f4f5f8;
    padding: 50px 15px
}

.pages-block-4-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    text-align: center;
    margin: 40px 0
}

.pages-block-4-image {
    height: 64px
}

.pages-block-4-description {
    font-family: avenirNext_regular, sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 26px
}

.pages-block-4-box {
    background-color: #fff;
    height: 100%
}

.pages-block-4-box-title {
    font-size: 24px;
    font-family: avenirNext_demiBold, sans-serif
}

.pages-block-4-box-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    line-height: 26px
}

@media (max-width:550px) {
    .pages-block-4-title {
        font-size: 30px
    }
}

.pages-block-5 {
    background: #f4f5f8;
    padding: 50px 15px
}

.pages-block-5-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    text-align: center;
    margin: 40px 0
}

@media (max-width:550px) {
    .pages-block-5-title {
        font-size: 30px
    }
}

.pages-block-6 {
    background: #f4f5f8;
    border-radius: 24px;
    padding: 55px;
    margin: 80px 30px
}

.pages-block-6-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px
}

.pages-box-slick-block-6 {
    margin-right: 30px
}

.pages-slick-block-6 {
    margin-top: 55px
}

.pages-block-6-carousel-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px;
    color: #364350
}

.pages-block-6-carousel-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #364350;
    margin-top: 10px
}

.pages-block-6-carousel-image {
    max-height: 275px;
    max-width: 100%;
    border-radius: 18px;
    margin-bottom: 30px;
    margin-top: 6px
}

.pages-item-slick-block-6 {
    width: 504px;
    padding: 35px
}

.arrow-container-pages-block-6 {
    text-align: center;
    margin-top: 20px
}

.arrow-container-pages-block-6 img {
    cursor: pointer
}

.arrow-container-pages-block-6 img:first-child {
    margin-right: 75px
}

@media (max-width:665px) {
    .pages-item-slick-block-6 {
        width: auto;
        padding: 0
    }
}

@media (max-width:576px) {
    .pages-item-slick-block-6 {
        width: 100%
    }

    .pages-block-6-carousel-image {
        max-height: 250px;
        height: 100%
    }

    .pages-box-slick-block-6 {
        margin-right: 0
    }

    .pages-block-6-carousel-description {
        line-height: normal
    }
}

@media (max-width:550px) {
    .pages-block-6-title {
        font-size: 32px
    }

    .pages-block-6 {
        border-radius: unset;
        padding: 25px;
        margin: 55px 0
    }

    .pages-block-6-carousel-title {
        font-size: 24px
    }

    .pages-block-6-carousel-description {
        font-size: 16px
    }

    .arrow-container-pages-block-6 {
        margin-top: 16px
    }
}

@media (max-width:360px) {
    .pages-item-slick-block-6 {
        padding: 34px 0 0 0
    }
}

.pages-block-7-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    text-align: center
}

.pages-block-7-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 160%;
    text-align: center
}

.pages-block-7-image {
    height: 170px;
    width: auto
}

@media (max-width:550px) {
    .pages-block-7-title {
        font-size: 32px
    }

    .pages-block-7-description {
        font-size: 14px
    }

    .pages-block-7-image {
        height: 90px
    }
}

.pages-block-8 {
    background: #f4f5f8;
    margin: 50px 0;
    padding: 60px 0
}

.pages-block-8-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    text-align: center
}

.pages-block-8-accordion-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px;
    line-height: 160%;
    color: #364350
}

.pages-block-8-accordion-description {
    font-size: 20px;
    line-height: 160%;
    font-family: avenirNext_regular, sans-serif;
    color: #4e6173;
    padding: 0 20px
}

@media (max-width:550px) {
    .pages-block-8-title {
        font-size: 32px;
        line-height: 39px
    }

    .pages-block-8-accordion-description,
    .pages-block-8-accordion-title {
        font-size: 16px
    }
}

.pages-block-9 {
    margin-bottom: 90px
}

.pages-block-9-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px
}

.pages-block-9-text {
    font-family: avenirNext_regular, sans-serif;
    color: #3e4d5b;
    font-size: 20px;
    line-height: 180%
}

@media (max-width:550px) {
    .pages-block-9-title {
        font-size: 32px
    }

    .pages-block-9-text {
        font-size: 14px
    }
}

.pages-block-10 {
    margin: 90px 0
}

.pages-block-10-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    text-align: center
}

.pages-block-10-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 160%;
    text-align: center
}

.pages-box-slick-block-10 {
    text-align: center;
    padding: 35px
}

.pages-block-10-carousel-image {
    max-height: 126px;
    width: auto
}

.pages-block-10-carousel-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px
}

.pages-block-10-carousel-description {
    font-size: 16px;
    font-family: avenirNext_regular, sans-serif
}

.arrow-container-pages-block-10 {
    text-align: center
}

.arrow-container-pages-block-10 img:hover {
    cursor: pointer
}

.arrow-container-pages-block-10 img:first-child {
    margin-right: 20px
}

@media (max-width:550px) {
    .pages-block-10-title {
        font-size: 32px
    }
}

.pages-block-11 {
    background: #ebf1ff;
    border-radius: 24px;
    margin: 50px 0;
    padding-top: 0;
    background-image: url(../img/blockchain-block.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: center
}

.pages-block-11-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 40px;
    color: #17213e;
    margin-bottom: 50px
}

.pages-block-11-text {
    font-size: 20px;
    color: #404040c2;
    line-height: 160%;
    text-align: justify
}

@media (max-width:991px) {
    .pages-block-11 {
        padding-top: 90%;
        background-position-y: top;
        background-size: contain
    }

    .pages-block-11-title {
        font-size: 32px;
        line-height: 49px;
        padding-left: 15px;
        padding-right: 15px
    }

    .pages-block-11-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        padding-left: 15px;
        padding-right: 15px
    }
}

.pages-block-12 {
    background: #ebf1ff;
    border-radius: 24px;
    padding: 55px;
    margin: 80px 30px
}

.pages-block-12-text {
    font-family: avenirNext_medium, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 165%
}

.pages-block-12-text a {
    text-decoration: underline
}

.pages-block-12-bg {
    background-image: url(../img/bg-block-12.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 110% 50%
}

@media (max-width:974px) {
    .pages-block-12-bg {
        background-image: url(../img/bg-block-12-2.png);
        background-size: contain;
        background-position: 100% 57%
    }

    .pages-block-12 {
        padding: 120px 50px
    }
}

@media (max-width:576px) {
    .pages-block-12-bg {
        background-image: url(../img/bg-block-12-3.png);
        background-size: 100% 33%;
        background-position: 50% 110%
    }

    .pages-block-12 {
        padding: 40px 8px 145px 12px
    }

    .pages-block-12-text {
        font-size: 18px;
        line-height: 165%
    }
}

.pages-block-13-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 48px;
    line-height: 60px;
    margin-top: 60px;
    margin-bottom: 50px
}

.pages-block-13-box {
    padding: 30px 130px
}

.pages-block-13-bg {
    background-color: #ebf1ff
}

.pages-block-13-box-title {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    border-bottom: 5px solid #1a5dff
}

.pages-block-13-item {
    padding: 50px;
    border: 1px solid #e4e5e8;
    border-radius: 6px;
    height: 325px;
    margin-bottom: 15px
}

@media (max-width:500px) {
    .pages-block-13-title {
        font-size: 30px;
        line-height: 45px
    }

    .pages-block-13-box {
        padding: 30px 25px
    }
}

.footer-logo>img {
    max-width: 150px
}

.footer {
    border-top: 1px solid #000;
    padding-top: 10px
}

.footer-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 10px;
    color: #000;
    padding-top: 12px
}

.footer-links {
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px
}

.footer-links li {
    line-height: 1.3;
    margin: 10px 0
}

.footer-links li a {
    font-family: avenirNext_regular, sans-serif;
    font-size: 12px;
    color: #000000a1;
    text-decoration: none;
    font-weight: 900
}

.footer_navigation__item {
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px
}

.footer_navigation__item li {
    line-height: 1.3;
    margin: 10px 0
}

.footer_navigation__item li a {
    color: #d9dbe1;
    font-family: avenirNext_regular, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 900
}

.footer-logo img {
    width: 100%
}

.footer-badge {
    color: #12b2bb;
    font-family: avenirNext_regular, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    vertical-align: text-bottom
}

.bottom-area__row__navigation__item_white {
    font-family: avenirNext_bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none
}

.footer-text-bottom {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    opacity: .6
}

.footer-logo {
    display: block
}

.footer-logo>img {
    width: 100%;
    height: auto
}

@media (max-width:767px) {
    .footer_navigation__item {
        margin-left: 26px
    }

    .footer-links li {
        margin-bottom: 10px
    }

    .footer-logo svg {
        width: auto
    }

    .footer-links {
        padding-left: 22px
    }
}

.error-page-container {
    height: 100vh;
    width: 100%;
    background-image: url(../img/404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.error-page-container__content {
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page-container__content__title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 72px;
    color: #fff;
    margin-bottom: 50px
}

.error-page-container__content__button {
    border: 3px solid #fff;
    border-radius: 11px;
    padding: 10px 15px
}

.error-page-container__content__button__text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 24px;
    color: #fff
}

@media (max-width:1024px) {
    .error-page-container {
        background-image: url(../img/404_768.jpg)
    }

    .error-page-container__content {
        background-position: right 30px top 50px
    }

    .error-page-container__content__title {
        font-size: 64px
    }
}

@media (max-width:500px) {
    .error-page-container {
        background-image: url(../img/404_375.jpg)
    }

    .error-page-container__content {
        background-image: none
    }

    .error-page-container__content__button__text {
        font-size: 18px
    }

    .error-page-container__content__title {
        font-size: 42px;
        text-align: center;
        max-width: 254px
    }
}

.blog {
    margin-top: 60px;
    max-width: 680px
}

.blog-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 39px;
    color: #17213e;
    margin-bottom: 40px
}

.blog-content {
    font-family: avenirNext_regular, sans-serif;
    font-size: 20px;
    line-height: 160%;
    color: #292929
}

.blog-content img {
    max-width: 100%;
    height: auto !important
}

.blog-author {
    border-top: #e5e5e5 1px solid;
    border-bottom: #e5e5e5 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 50px 0
}

.blog-link-author {
    font-family: avenirNext_regular, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #000
}

.blog-img-author {
    width: 100px;
    height: 100px
}

.blog-author-written {
    font-size: 14px;
    line-height: 150%;
    color: #757575
}

.blog-author-description {
    font-size: 16px;
    line-height: 160%;
    color: #364350
}

.blog-articles-title {
    font-family: avenirNext_regular, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    margin-bottom: 20px
}

.blog-articles-box {
    background: #f4f5f8;
    border-radius: 12px;
    padding: 20px 2px 20px 2px
}

.blog-articles-img {
    width: 100%;
    border-radius: .25rem;
    height: auto
}

.blog-articles-box-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 18px;
    line-height: 135%;
    color: #000
}

.blog-articles-box-description {
    font-size: 14px;
    line-height: 150%;
    color: #364350;
    margin: 20px 0
}

.blog-articles-box-bottom {
    font-size: 12px;
    color: #4e556d
}

@media (max-width:575px) {
    .blog-articles-box {
        background: 0 0;
        border-radius: unset
    }

    .blog-articles-img {
        border-radius: .25rem .25rem 0 0
    }

    .blog-articles-box-item {
        background: #f4f5f8;
        border-radius: 0 0 .25rem .25rem;
        padding: 15px
    }

    .header-logo__logo-link {
        left: 16px
    }
}

.blogs-item {
    min-height: 100%;
    position: relative
}

.blogs-box-author {
    bottom: 0;
    position: absolute
}

.blogs-img {
    width: 100%;
    height: auto
}

.blogs-date {
    font-size: 14px;
    color: #364350;
    margin: 16px 0
}

.blogs-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #292929
}

.blogs-description {
    font-size: 18px;
    line-height: 160%;
    color: #292929;
    padding-bottom: 60px
}

.blogs-img-author {
    width: 65px;
    height: 65px
}

.blogs-link-author {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #000
}

.blogs-author-description {
    font-size: 16px;
    line-height: 100%;
    color: #364350
}

.container-career-item-header {
    background: #f4f5f8;
    padding: 80px 0
}

.career-item-header-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 56px
}

.career-item-header-box {
    max-width: 380px
}

.career-item-header-price {
    font-size: 18px;
    line-height: 25px;
    color: #0d6efd;
    font-weight: 600;
    font-family: avenirNext_regular, sans-serif;
    margin-top: 40px
}

.career-item-header-description {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #404040
}

.career-button-block {
    height: 65px;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1a5dff;
    border-radius: 8px;
    margin-top: 60px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    color: #fff;
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 20px
}

.career-button-block:hover {
    background: #1743d0;
    color: #fff
}

.career-item-content-box {
    max-width: 750px;
    margin: 50px 0
}

.container-career-item-join {
    background: #0d6efd;
    padding: 56px 0
}

.career-item-join-box {
    max-width: 390px;
    color: #fff
}

.career-item-join-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 42px;
    line-height: 49px
}

.career-item-join-description {
    font-size: 18px;
    line-height: 22px;
    font-family: avenirNext_regular, sans-serif
}

.form-container-input-group-career {
    height: 80px;
    color: #fff
}

.form-container-input-group-career label {
    position: relative;
    top: 26px;
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    transition: all .2s ease;
    margin: 0 0 0 16px;
    user-select: none
}

.form-container-input-group-career input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0 5px 18px;
    transition: all .2s ease;
    color: #fff
}

.form-container-input-group-career input:focus {
    border-bottom: 2px solid #fff !important;
    caret-color: #1a5dff
}

.form-container-file-group-career {
    border-bottom: 1px solid #fff;
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0 20px 8px;
    transition: all .2s ease;
    color: #fff
}

.form-container-file-group-career label {
    font-family: avenirNext_regular, sans-serif;
    font-size: 14px;
    transition: all .2s ease;
    user-select: none;
    margin-left: 16px
}

#career-attached-file {
    opacity: 0;
    width: 30px;
    position: absolute
}

.career-attached-file-error .help-block {
    text-align: left
}

.btn-send-career {
    font-family: avenirNext_bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.btn-send-career:hover {
    color: #fff
}

.btn-send-career span {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-left: 20px
}

.btn-send-career span i {
    color: #0d6efd;
    font-size: 18px;
    margin-top: 17px
}

.career-item-others-title {
    text-align: center;
    margin: 55px 0;
    font-family: avenirNext_bold, sans-serif;
    font-size: 42px
}

.career-item-box-slick {
    height: 435px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 40px;
    margin: 0 15px
}

.career-item-carousel-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #0e162c;
    margin-top: 40px
}

.career-item-carousel-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.career-item-carousel-location {
    font-size: 16px;
    line-height: 26px;
    font-family: avenirNext_regular, sans-serif
}

.career-item-carousel-link {
    font-size: 20px
}

.career-item-carousel-bottom {
    position: absolute;
    bottom: 10px
}

.buttons-career-item-slick {
    display: flex;
    justify-content: center;
    margin: 40px 0
}

.buttons-career-item-slick img {
    margin: 0 25px;
    cursor: pointer
}

.career-opened-title {
    font-size: 42px;
    line-height: 49px;
    color: #0e162c;
    font-family: avenirNext_bold, sans-serif
}

.career-opened-description {
    font-size: 18px;
    line-height: 22px;
    color: #0e162c
}

.career-opened-nav-pills .nav-link.active,
.career-opened-nav-pills .show>.nav-link {
    font-size: 16px;
    line-height: 26px;
    color: #0d6efd;
    background: #d3e0ff;
    border-radius: 66px;
    padding: 12px 42px
}

.career-opened-nav-pills .nav-link {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 42px;
    color: #464f8c
}

.career-opened-nav-pills .nav-item {
    margin-bottom: 10px
}

.career-box-tab {
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 40px;
    margin: 0 15px;
    position: relative;
    display: flex;
    flex-direction: column
}

.career-tab-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: #0e162c;
    margin-top: 40px
}

.career-tab-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
    flex: 1 1 auto
}

.career-tab-location {
    font-size: 16px;
    line-height: 26px;
    color: #0e162c;
    font-family: avenirNext_regular, sans-serif
}

.career-tab-link {
    font-size: 16px;
    line-height: 26px;
    color: #0d6efd
}

.career-benefit {
    background: #f4f5f8;
    padding: 90px 0
}

.career-benefit-title {
    font-size: 42px;
    line-height: 49px;
    color: #0e162c;
    font-weight: 700
}

.career-benefit-description {
    font-size: 18px;
    line-height: 22px;
    color: #0e162c;
    margin-bottom: 35px
}

.career-benefit-item-img {
    height: 72px;
    width: auto
}

.career-benefit-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #0e162c;
    font-family: avenirNext_regular, sans-serif;
    margin-top: 20px
}

.career-benefit-item-description {
    font-size: 16px;
    line-height: 26px;
    color: #404040
}

@media (max-width:990px) {
    .career-item-box-slick {
        height: auto
    }

    .career-item-carousel-bottom {
        position: initial;
        margin-top: 40px
    }
}

.pagination {
    font-size: 14px
}

.pagination>li {
    display: inline
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    font-family: avenirNext_bold, sans-serif
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background: #1a5dff;
    border-radius: 6px
}

.pagination>li>a {
    background: #fafafa;
    color: #666
}

.cases-item-header {
    background-color: #0e1d44;
    color: #fff;
    padding-top: 125px
}

.cases-item-header-title-mini {
    font-size: 20px;
    line-height: 25px
}

.cases-item-header-title {
    font-size: 42px;
    line-height: 64px;
    letter-spacing: -.250675px
}

.cases-item-header-img {
    width: 35%;
    height: auto
}

@media (max-width:769px) {
    .cases-header-logo__logo-link {
        left: 15px
    }

    .cases-item-header-title {
        font-size: 32px;
        line-height: 39px
    }

    .cases-item-header-img {
        width: 45%
    }
}

.cases-item-block-title {
    font-size: 44px;
    line-height: 54px;
    color: #2d3843;
    font-weight: 700
}

.cases-item-block-text {
    font-size: 20px;
    line-height: 175%;
    color: #2d3843;
    text-align: justify
}

.cases-item-block-1-line-bottom {
    border-bottom: 2px solid #ebebeb
}

.cases-item-block-1-list {
    font-weight: 900;
    font-size: 22px;
    line-height: 100%
}

.cases-item-block-1-list>span {
    padding: 10px;
    display: inline-block
}

.cases-item-bg-1 {
    background-image: url('/img/cases/case-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 760px
}

@media (max-width:370px) {
    .cases-item-bg-1 {
        background-image: url('/img/cases/case-1-mob.png');
        background-size: contain;
        height: 672px
    }
}

@media (max-width:650px) {
    .cases-item-bg-1 {
        background-image: url('/img/cases/case-1-mob.png');
        height: 672px
    }
}

.cases-item-block-2-text {
    color: #fff;
    font-size: 56px;
    line-height: 122.5%
}

.cases-item-block-2-img {
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 28%;
    height: auto
}

.cases-item-block-2-box {
    position: relative;
    overflow-x: hidden;
    padding: 60px 35px
}

.cases-item-block-2-author-img {
    max-height: 280px;
    box-shadow: 30px 0 0 -12px #2787e6, -30px 0 0 -13px #1389ff;
    border-radius: 15px;
    width: auto
}

@media (max-width:991px) {
    .cases-item-block-2-text {
        font-size: 32px;
        line-height: 122.5%;
        margin-top: 25px
    }

    .cases-item-block-2-img {
        display: none
    }
}

.cases-item-bg-2 {
    background-image: url('/img/cases/case-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 654px
}

.cases-item-bg-3 {
    background-image: url('/img/cases/case-7.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1200px
}

.cases-item-bg-4 {
    background-image: url('/img/cases/case-8.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 730px
}

.cases-item-bg-5 {
    background-image: url('/img/cases/case-9.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 730px
}

.cases-item-bg-6 {
    background-image: url('/img/cases/case-10.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 800px
}

.cases-item-bg-7 {
    background-image: url('/img/cases/case-11.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1400px
}

@media (max-width:1280px) {

    .cases-item-bg-4,
    .cases-item-bg-5,
    .cases-item-bg-6 {
        height: 600px
    }

    .cases-item-bg-7 {
        background-size: contain;
        height: 800px
    }
}

@media (max-width:880px) {

    .cases-item-bg-4,
    .cases-item-bg-5,
    .cases-item-bg-6 {
        height: 300px
    }

    .cases-item-bg-7 {
        background-size: contain;
        height: 400px
    }
}

.cases-item-bg-gray {
    background: #f1f4f8
}

.cases-item2-header {
    color: #fff;
    background-color: #0a0620;
    padding-top: 125px
}

.cases-item2-block-title {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    font-weight: 700
}

.cases-item2-block-text {
    font-size: 20px;
    line-height: 175%;
    color: #fff;
    text-align: justify
}

.cases-item2-block-1-line-bottom {
    border-bottom: 1px solid #fff
}

.cases-item2-block-icon {
    font-size: 2rem
}

.cases-item2-bg-1 {
    background-image: url('/img/cases/case-13.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 660px
}

.cases-item2-bg-2 {
    background-image: url('/img/cases/case-17.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 1120px
}

.cases-item2-bg-3 {
    background-image: url('/img/cases/case-18.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 500px
}

@media (max-width:1280px) {

    .cases-item2-bg-1,
    .cases-item2-bg-2 {
        height: 600px
    }
}

@media (max-width:690px) {

    .cases-item2-bg-1,
    .cases-item2-bg-2,
    .cases-item2-bg-3 {
        height: 300px;
        background-size: contain
    }
}

.cases-item2-img-bottom {
    margin-top: 20%
}

@media (max-width:768px) {
    .cases-item2-img-bottom {
        margin-top: 2rem
    }
}

.cases-item3-block-1 {
    margin-top: 65px
}

.cases-item3-block-1-img1 {
    margin-top: 100px
}

.cases-item3-block-1-title,
.cases-item3-block-2-title {
    font-family: avenirNext_bold, sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 30px
}

.cases-item3-block-1-text,
.cases-item3-block-2-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 21px;
    line-height: 28px;
    text-align: justify;
    color: #414141
}

.cases-item3-block-1-img {
    position: absolute;
    max-width: 700px;
    right: 0
}

.cases-item3-block-2 {
    margin-top: 135px;
    margin-bottom: 50px
}

.cases-item3-block-2-img {
    position: absolute;
    max-width: 700px;
    left: 0
}

.cases-item3-block-3 {
    margin-top: 330px
}

@media (max-width:767px) {

    .cases-item3-block-2,
    .cases-item3-block-3 {
        margin-top: 10px
    }
}

.cases-item3-block-3-title {
    font-family: avenirNext_bold, serif;
    font-weight: 700;
    font-size: 84px;
    line-height: 94px;
    color: #323232
}

.cases-item3-block-3-img {
    position: absolute;
    max-width: 700px;
    right: 0
}

@media (max-width:1199px) {
    .cases-item3-block-3-title {
        font-size: 36px;
        line-height: 40px
    }

    .cases-item3-block-2-title {
        font-size: 24px;
        line-height: 27px
    }
}

.cases-item3-block-4 {
    margin-top: 30%
}

.cases-item3-block-5 {
    background: #1e1e1e
}

.cases-item3-block-5-text {
    color: #2ee02e;
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 28px
}

.cases-item3-block-6-link {
    font-size: 21px;
    line-height: 28px;
    text-align: justify;
    text-decoration-line: underline;
    color: #414141;
    mix-blend-mode: normal;
    opacity: .92
}

.cases-item4 {
    background-color: #10101e;
    color: #fff
}

.cases-item4-block-blue {
    height: 75px;
    width: 100%;
    background: #0029ff
}

.cases-item4-block-1 {
    padding-top: 100px;
    padding-bottom: 100px
}

.cases-item4-text-box {
    margin-top: -95px;
    background-color: #10101e;
    padding: 15px 0
}

.cases-item4-title {
    font-family: avenirNext_bold, serif;
    font-size: 62px;
    line-height: 76px;
    margin-bottom: 40px
}

.cases-item4-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 16px;
    line-height: 26px
}

@media (max-width:900px) {
    .cases-item4-title {
        font-size: 43px;
        line-height: 55px;
        margin-bottom: 30px;
        margin-top: 60px
    }

    .cases-item4-block-blue {
        display: none
    }

    .cases-item4-text-box {
        margin-top: 0;
        padding: 0
    }

    .cases-item4-block-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .cases-item4-block-4-mini-img {
        display: block
    }

    .cases-item4-block-4-full-img {
        display: none
    }
}

@media (min-width:901px) {
    .cases-item4-block-4-mini-img {
        display: none
    }

    .cases-item4-block-4-full-img {
        display: block
    }
}

.cases-item4-block-3-box-text {
    max-width: 720px;
    display: flex;
    align-items: center
}

.cases-item4-block-3-box-text-year {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px
}

.cases-item4-block-3-box-text-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    text-align: left
}

.cases-item4-block-3-box-text-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: justify
}

.cases-item4-block-3-box-text img {
    width: 60px;
    height: 60px
}

@media (max-width:1200px) {
    .cases-item4-block-3-box-text {
        width: 70%;
        display: block;
        position: unset !important;
        left: unset !important;
        margin-left: 10px
    }

    .cases-item4-block-3-box-text-text {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .cases-item4-block-3-box-text {
        width: 100%;
        margin-left: 0
    }
}

.cases-item4-block-4-box {
    margin-top: 150px;
    margin-bottom: 150px
}

.cases-item4-block-4-box-content,
.cases-item4-block-4-box-img {
    position: absolute
}

.cases-item4-block-4-box div {
    max-width: 750px
}

.cases-item4-block-4-box-title {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 68px;
    line-height: 76px;
    margin-bottom: 28px
}

.cases-item4-block-4-box-text {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.cases-item4-block-4-box-content {
    position: relative;
    padding: 55px;
    background: linear-gradient(180deg, rgba(16, 16, 30, 0) 0, rgba(16, 16, 30, 0) 32.81%, #10101e 100%)
}

@media (max-width:900px) {

    .cases-item4-block-4-box-content,
    .cases-item4-block-4-box-img {
        position: unset
    }

    .cases-item4-block-4-box-img {
        display: none
    }

    .cases-item4-block-4-box-content {
        position: relative;
        padding: 0;
        background: 0 0;
        left: unset !important;
        top: unset !important
    }

    .cases-item4-block-4-box {
        margin-top: 70px !important;
        margin-bottom: 30px !important
    }

    .cases-item4-block-4-box-title {
        font-size: 48px;
        line-height: 54px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 80%;
        padding-top: 130px;
        min-height: 250px
    }

    .cases-item4-block-4-box-title-bg-1 {
        background-image: url("../img/cases/case-4/case-4-5.svg")
    }

    .cases-item4-block-4-box-title-bg-2 {
        background-image: url("../img/cases/case-4/case-4-6.svg")
    }

    .cases-item4-block-4-box-title-bg-3 {
        background-image: url("../img/cases/case-4/case-4-7.svg")
    }
}

.cases-item5-block-1 {
    padding: 80px 0
}

.cases-item5-title {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

.cases-item5-text {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000
}

.cases-item5-block-2-bottom-line {
    padding-bottom: 50px;
    border-bottom: 1px #000 solid
}

.cases-item5-block {
    padding: 150px 0
}

@media (max-width:900px) {
    .cases-item5-title {
        font-size: 35px;
        line-height: normal
    }
}

.cases-item5-block-3-box {
    width: max-content;
    margin-left: 25%
}

.cases-item5-block-3-box-author {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px #000 solid
}

.cases-item5-block-3 {
    margin-bottom: 150px
}

@media (max-width:991px) {
    .cases-item5-block-3-box {
        width: 100%;
        margin-left: unset
    }

    .cases-item5-block-4 .row {
        padding-bottom: unset
    }

    .cases-item5-block {
        padding: 50px 0
    }

    .cases-item5-block-3 {
        margin-bottom: unset
    }
}

.cases-item5-block-4 {
    background: #000
}

.cases-item5-block-4 .row {
    border-bottom: 1px #fff solid;
    padding-bottom: 80px
}

.cases-item5-block-5 {
    background: #1e1e1e
}

.cases-item5-block-5-text {
    color: #2ee02e;
    font-family: avenirNext_regular, sans-serif;
    font-size: 18px;
    line-height: 28px
}

.cases-item5-block-6-link {
    font-size: 21px;
    line-height: 28px;
    text-align: justify;
    text-decoration-line: underline;
    color: #414141;
    mix-blend-mode: normal;
    opacity: .92
}

.cases-item6-block {
    padding: 130px 0;
    background: #faf9fc
}

.cases-item6-block-title {
    font-family: avenirNext_medium, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    text-transform: capitalize;
    color: #363b98
}

.cases-item6-block-text {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000
}

.cases-item6-block-2-title {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #000
}

.cases-item6-block-3-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000
}

.cases-item6-block-3-box {
    background: #fff;
    border: 2px solid #393939;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px
}

.cases-item6-block-3-box-img {
    height: 70px;
    width: auto
}

.cases-item6-block-3-box-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #5d61b0;
    margin: 20px 0
}

.cases-item6-block-3-box-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000
}

@media (max-width:450px) {
    .cases-item6-block-3-box {
        height: 280px;
        margin-bottom: 35px
    }
}

@media (max-width:991px) {
    .cases-item6-block {
        padding: 45px 0
    }

    .cases-item6-block-title {
        font-size: 36px;
        line-height: normal
    }

    .cases-item6-block-2-title {
        font-size: 18px;
        line-height: normal
    }
}

.cases-item7-bg-black {
    background-color: #000
}

.cases-item7-bg-gray {
    background-color: #212121
}

.cases-item7-block {
    padding: 150px 0
}

.cases-item7-block-1 {
    background-image: url("../img/cases/case-7/case-7-2.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50% 0
}

.cases-item7-block-1-image {
    margin-top: 140px;
    width: auto;
    height: auto
}

.cases-item7-block-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px
}

.cases-item7-block-1-text {
    max-width: 550px;
    margin: 0 auto
}

.cases-item7-block-title {
    font-family: avenirNext_bold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 57px;
    color: #fdd325;
    text-shadow: 2px 3px 0 #fd7325
}

.cases-item7-block-5-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #ffb731
}

.cases-item7-block-5 {
    background-image: url("../img/cases/case-7/case-7-7.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 70% 100%
}

.cases-item7-block-6 {
    background-image: url("../img/cases/case-7/case-7-8.png");
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50% 20%
}

@media (max-width:1100px) {
    .cases-item7-block-1-image {
        width: 300px
    }
}

@media (max-width:992px) {
    .cases-item7-block-1 {
        background-size: 85%
    }

    .cases-item7-block {
        padding: 40px 0
    }

    .cases-item7-block-text {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px
    }

    .cases-item7-block-title {
        font-size: 24px;
        line-height: 38px
    }

    .cases-item7-block-5-title {
        font-size: 24px;
        line-height: 28px
    }

    .cases-item7-block-5 {
        background-image: none
    }

    .cases-item7-block-6 {
        background-image: none
    }
}

@media (max-width:640px) {
    .cases-item7-block-1 {
        background-size: 100%
    }
}

@media (max-width:550px) {
    .cases-item7-block-1-image {
        width: 200px;
        margin-top: 20%
    }
}

.cases-item8-block {
    padding: 140px 0
}

.cases-item8-bg-gray {
    background: #ebefff
}

.cases-item8-bg-blue {
    background: #6067f1
}

.cases-item8-block-1 {
    align-items: center;
    display: flex
}

.cases-item8-block-1-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #7381ba
}

.cases-item8-block-2-container {
    border-radius: 22px;
    padding: 55px 70px
}

.cases-item8-block-2-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff
}

.cases-item8-block-2-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #fff
}

.cases-item8-block-title {
    font-family: Epilogue, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 66px;
    text-transform: capitalize;
    color: #6067f1
}

.cases-item8-block-3-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 37px;
    text-transform: capitalize;
    color: #7d7d7d;
    margin: 30px 0
}

.cases-item8-block-3-box h5 {
    font-family: Epilogue, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    text-transform: capitalize;
    color: #7775df;
    margin-top: 35px;
    margin-bottom: 8px
}

.cases-item8-block-3-box p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: #7d7d7d
}

.cases-item8-block-4 {
    background-image: url("/img/cases/case-8/case-8-4.svg");
    background-repeat: no-repeat;
    background-size: contain
}

.cases-item8-block-4-title {
    font-family: Epilogue, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 66px;
    text-transform: capitalize;
    color: #fff
}

.cases-item8-block-4-box {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
    height: 100%
}

.cases-item8-block-4-box-phase {
    font-family: Epilogue, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 22px;
    text-transform: capitalize;
    color: #adafdd
}

.cases-item8-block-4-box-title {
    font-family: Epilogue, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    text-transform: capitalize;
    color: #6067f1;
    margin: 22px 0
}

.cases-item8-block-4-box-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #7381ba
}

.cases-item8-block-5 {
    background-image: url("/img/cases/case-8/case-8-6.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom
}

.cases-item8-block-5-text {
    font-family: Epilogue, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    text-transform: capitalize;
    color: #929dd7
}

.cases-item8-block-5-description {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 37px;
    text-transform: capitalize;
    color: #7381ba
}

.cases-item8-block-5-img {
    margin-bottom: 80px
}

.cases-item8-block-6-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 37px;
    text-transform: capitalize;
    color: #151414
}

.cases-item8-block-7-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 37px;
    text-transform: capitalize;
    color: #7381ba
}

.cases-item8-block-9-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 170px
}

.cases-item8-block-9 {
    background-image: url("/img/cases/case-8/case-8-6.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom
}

@media (max-width:767px) {
    .cases-item8-block {
        padding: 25px 0
    }

    .cases-item8-block-2-title {
        font-size: 18px;
        line-height: 1.4
    }

    .cases-item8-block-2-container {
        border-radius: 22px;
        padding: 30px 25px
    }

    .cases-item8-block-4-title,
    .cases-item8-block-title {
        font-size: 36px;
        line-height: 37px
    }

    .cases-item8-block-3-text {
        font-size: 28px
    }

    .cases-item8-block-3-box p,
    .cases-item8-block-4-box-text,
    .cases-item8-block-5-description,
    .cases-item8-block-5-text,
    .cases-item8-block-6-text,
    .cases-item8-block-7-text,
    .cases-item8-block-9-text {
        font-size: 14px;
        line-height: 24px
    }

    .cases-item8-block-4-title {
        margin-top: 35px
    }

    .cases-item8-block-4 {
        background-size: 110%
    }

    .cases-item8-block-4-box-phase {
        font-size: 16px;
        line-height: 16px
    }

    .cases-item8-block-4-box-title {
        font-size: 18px;
        line-height: 18px
    }

    .cases-item8-block-4-box {
        padding: 25px
    }

    .cases-item8-block-5,
    .cases-item8-block-9 {
        background-image: none
    }

    .cases-item8-block-9-text {
        margin-bottom: 40px
    }
}

.cases-item9-block {
    padding: 110px 0
}

.cases-item9-block-bg-2 {
    background-image: url("/img/cases/case-9/case-9-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 93%;
    height: 170px;
    width: 100%
}

.cases-item9-block-bg-1 {
    background-image: url("/img/cases/case-9/case-9-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 55px
}

.cases-item9-block-border {
    background-color: #1d253a;
    border: 1px solid #42c3d5;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(255, 15, 101, .5);
    border-radius: 9px
}

.cases-item9-block-1-text {
    font-family: avenirNext_regular;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #fff
}

.cases-item9-block-1-title {
    font-family: avenirNext_bold;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 107px;
    text-align: justify;
    color: #1af1ff;
    text-shadow: 0 7px 0 #430ae4
}

.cases-item9-block-1-container {
    display: flex;
    justify-content: space-between
}

.cases-item9-block-1-box {
    padding: 90px 160px;
    position: relative;
    top: -30px;
    margin: 0 -120px
}

.cases-item9-block-1-box-title {
    font-family: avenirNext_medium;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1de3f0;
    text-shadow: 0 0 36px #000;
    margin-bottom: 50px
}

.cases-item9-block-1-box-text {
    font-family: avenirNext_regular;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #beefff
}

.cases-item9-block-1-box-img {
    position: relative;
    bottom: -106px
}

.cases-item9-block-1-box-img>img {
    max-width: 250px;
    height: auto
}

.cases-item9-block-1-img {
    z-index: 100;
    width: 58%
}

.cases-item9-block-2-title {
    font-family: avenirNext_bold;
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    color: #1ef1ff;
    text-shadow: -6px 4px 0 #741b7c
}

.cases-item9-block-2-box {
    padding: 40px;
    min-height: 420px;
    margin: 0 10px;
    width: 300px
}

.cases-item9-block-2-box>h3 {
    font-family: avenirNext_medium;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #ff365a;
    height: 65px
}

.cases-item9-block-2-box>div {
    font-family: avenirNext_regular;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #beefff
}

.cases-item9-block-2-box-item1,
.cases-item9-block-2-box-item2,
.cases-item9-block-2-box-item3,
.cases-item9-block-2-box-item4 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center
}

.cases-item9-block-2-box-item1 {
    background-image: url("/img/cases/case-9/case-9-8.svg")
}

.cases-item9-block-2-box-item2 {
    background-image: url("/img/cases/case-9/case-9-9.svg")
}

.cases-item9-block-2-box-item3 {
    background-image: url("/img/cases/case-9/case-9-10.svg")
}

.cases-item9-block-2-box-item4 {
    background-image: url("/img/cases/case-9/case-9-11.svg")
}

.cases-item9-block-2-slick-dots {
    text-align: center;
    list-style-type: none;
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.cases-item9-block-2-slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.cases-item9-block-2-slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.cases-item9-block-2-slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #396a98;
    content: '\f111';
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', serif;
    font-weight: 900
}

.cases-item9-block-2-slick-dots li.slick-active button:before {
    color: #1de3f0
}

.cases-item9-block-bg-light-blue {
    background: #1a1f2d
}

.cases-item9-block-title {
    font-family: avenirNext_bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    color: #1ef1ff;
    text-shadow: -6px 4px 0 #741b7c
}

.cases-item9-block-3-text {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-align: justify;
    color: #beefff
}

.cases-item9-block-4-bg-light-blue,
.cases-item9-block-4-bg-light-pink,
.cases-item9-block-4-bg-light-yellow {
    border-radius: 6px 0 0 6px;
    width: 22px;
    margin-left: -1px
}

.cases-item9-block-4-bg-light-blue {
    background: #1ef1ff
}

.cases-item9-block-4-bg-light-pink {
    background: #ff1ea5
}

.cases-item9-block-4-bg-light-yellow {
    background: #ffcd1e
}

.cases-item9-block-4-text {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #beefff;
    padding: 60px 75px
}

.cases-item9-block-4-box {
    display: flex;
    justify-content: space-between
}

.cases-item9-block-4-img {
    padding: 0 75px;
    align-items: center;
    display: flex
}

.cases-item9-block-4-bg-img1,
.cases-item9-block-4-bg-img2,
.cases-item9-block-4-bg-img3 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center
}

.cases-item9-block-4-bg-img1 {
    background-image: url("/img/cases/case-9/case-9-15.svg")
}

.cases-item9-block-4-bg-img2 {
    background-image: url("/img/cases/case-9/case-9-16.svg")
}

.cases-item9-block-4-bg-img3 {
    background-image: url("/img/cases/case-9/case-9-17.svg")
}

.cases-item9-block-5-text {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #beefff;
    text-align: justify
}

@media (min-width:993px) {

    .cases-item9-block-4-bg-img1,
    .cases-item9-block-4-bg-img2,
    .cases-item9-block-4-bg-img3 {
        background-image: none
    }
}

@media (max-width:992px) {
    .cases-item9-block-1-img {
        display: none
    }

    .cases-item9-block-1-box {
        padding: 40px;
        top: -65px;
        margin: 0 25px
    }

    .cases-item9-block-4-img {
        display: none
    }

    .cases-item9-block-1-box-img {
        bottom: -56px
    }
}

@media (max-width:767px) {
    .cases-item9-block {
        padding: 65px 0
    }

    .cases-item9-block-1-title {
        font-size: 54px
    }

    .cases-item9-block-bg-2 {
        height: 118px
    }

    .cases-item9-block-1-box-img {
        bottom: -8.6vh
    }
}

@media (max-width:576px) {
    .cases-item9-block-bg-1 {
        background-size: cover;
        padding: 46px;
        margin: 0 -12px
    }

    .cases-item9-block-bg-2 {
        background-position: 50% 100%;
        height: 95px
    }

    .cases-item9-block-1-box {
        padding: 30px;
        top: -65px;
        margin: 0
    }

    .cases-item9-block-1-box-title {
        font-size: 14px;
        margin-bottom: 35px
    }

    .cases-item9-block-1-box-text,
    .cases-item9-block-2-box>div,
    .cases-item9-block-3-text,
    .cases-item9-block-4-text,
    .cases-item9-block-5-text {
        font-size: 14px;
        line-height: normal
    }

    .cases-item9-block-1-box-img {
        bottom: -7vh
    }

    .cases-item9-block-2-title,
    .cases-item9-block-title {
        font-size: 20px;
        line-height: normal
    }

    .cases-item9-block-2-box {
        min-height: 300px
    }

    .cases-item9-block-4-text {
        padding: 40px 50px
    }
}

.cases-item10-block {
    padding: 140px 0
}

.cases-item10-block-1-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 78px;
    text-transform: capitalize;
    color: #000
}

.cases-item10-block-1-title span,
.cases-item10-block-5-title span,
.cases-item10-block-6-title span,
.cases-item10-text-pink {
    color: #ff2292
}

.cases-item10-block-1-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 150px
}

.cases-item10-block-1-bg-1 {
    background-image: url("/img/cases/case-10/case-10-4.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -6%
}

.cases-item10-block-1-bg-2 {
    background-image: url("/img/cases/case-10/case-10-2.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 35%
}

.cases-item10-bg-gray {
    background: #f8f8f8
}

.cases-item10-block-2-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000
}

.cases-item10-block-2-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000
}

.cases-item10-block-2-img {
    display: flex;
    align-items: center;
    height: 100%
}

.cases-item10-block-5-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 92px;
    line-height: 124px;
    text-transform: capitalize;
    color: #fff
}

.cases-item10-block-5-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #fff
}

.cases-item10-block-5-text2 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 180px;
    margin-bottom: 70px
}

.cases-item10-block-5-box {
    background: #1c1c1c;
    padding: 120px 100px
}

.cases-item10-block-5-box-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 60px
}

.cases-item10-block-5-box-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    padding-right: 140px
}

.cases-item10-block-6-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 92px;
    line-height: 124px;
    text-transform: capitalize;
    margin-bottom: 100px
}

.cases-item10-block-5-bg {
    background-image: url("/img/cases/case-10/case-10-8.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: 100% -20%
}

.cases-item10-block-5-box-bg {
    background-image: url("/img/cases/case-10/case-10-11.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0
}

.cases-item10-block-6-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000;
    padding-right: 150px
}

.cases-item10-block-6-bg {
    background-image: url("/img/cases/case-10/case-10-9.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: 100% -20%
}

.cases-item10-block-6-bg2 {
    background-image: url("/img/cases/case-10/case-10-12.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: -26% 25%
}

.cases-item10-block-6-bg3 {
    background-image: url("/img/cases/case-10/case-10-13.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 120% 55%
}

@media (max-width:768px) {
    .cases-item10-block-1-title {
        font-size: 36px;
        line-height: 55px
    }

    .cases-item10-block-1-text {
        line-height: 24px;
        padding-bottom: 60px
    }

    .cases-item10-block {
        padding: 70px 0
    }

    .cases-item10-block-2-img {
        padding: 35px 0
    }

    .cases-item10-block-5-title {
        font-size: 36px;
        line-height: 55px
    }

    .cases-item10-block-5-bg,
    .cases-item10-block-6-bg3 {
        background-image: none
    }

    .cases-item10-block-5-text2 {
        display: none
    }

    .cases-item10-block-5-text,
    .cases-item10-block-6-title {
        margin-bottom: 50px
    }

    .cases-item10-block-5-box-title,
    .cases-item10-block-6-title {
        font-size: 36px;
        line-height: normal
    }

    .cases-item10-block-5-box {
        padding: 40px 30px
    }

    .cases-item10-block-5-box-bg {
        background-size: cover;
        background-position: 0 50%
    }

    .cases-item10-block-6-bg2 {
        background-size: 70%;
        background-position: -15% 0
    }

    .cases-item10-block-6-text {
        padding-right: 0
    }
}

@media (max-width:500px) {
    .cases-item10-block-1-img {
        margin: 0 -12px
    }

    .cases-item10-block-5-box-title {
        margin-bottom: 20px
    }

    .cases-item10-block-5-box-text {
        padding-right: 0
    }

    .cases-item10-block-5-box-bg {
        background-position: 40% 50%
    }

    .cases-item10-block-6-bg2 {
        background-size: contain;
        background-position: 40% 1%
    }

    .cases-item10-block-2-img {
        margin: 0 -12px;
        justify-content: center
    }
}

.cases-item11-block {
    padding: 100px 0
}

.cases-item11-block-1-bg {
    background-image: url("/img/cases/case-11/case-11-3.png");
    background-repeat: no-repeat;
    background-position: 100% -52%
}

.cases-item11-block-1-name {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    color: #42ceff
}

.cases-item11-block-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    color: #008fe0;
    margin-bottom: 40px
}

.cases-item11-block-1-text {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #000
}

.cases-item11-block-1-logo {
    margin: 110px 0
}

.cases-item11-block-2-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #008fe0;
    margin-bottom: 50px
}

.cases-item11-block-2-text {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.cases-item11-bg-light-gray {
    background: #f9f9f9ba
}

.cases-item11-block-2-description {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #000;
    margin-top: 80px;
    max-width: 850px
}

.cases-item11-block-3-bg {
    background-image: url("/img/cases/case-11/case-11-6.svg");
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: 100% 50%
}

.cases-item11-block-3-text {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.cases-item11-block-4-title {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    margin-bottom: 40px
}

.cases-item11-block-4-text {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.cases-item11-block-4-bg {
    background-image: url("/img/cases/case-11/case-11-8.svg");
    background-repeat: no-repeat;
    background-size: 36%;
    background-position: 95% 50%
}

.cases-item11-block-5-bg {
    background-image: url("/img/cases/case-11/case-11-9.svg");
    background-repeat: no-repeat;
    background-size: 36%;
    background-position: 95% 50%
}

@media (max-width:767px) {
    .cases-item11-block {
        padding: 40px 0
    }

    .cases-item11-block-1-bg,
    .cases-item11-block-3-bg {
        background-image: none
    }

    .cases-item11-block-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px
    }

    .cases-item11-block-1-text,
    .cases-item11-block-2-description {
        font-size: 18px;
        line-height: normal
    }

    .cases-item11-block-1-logo {
        margin: 60px 0
    }

    .cases-item11-block-2-title {
        font-size: 24px;
        line-height: normal
    }

    .cases-item11-block-2-text {
        margin-bottom: 40px
    }

    .cases-item11-block-2-text,
    .cases-item11-block-3-text,
    .cases-item11-block-4-text {
        font-size: 14px;
        line-height: normal
    }

    .cases-item11-block-4-bg,
    .cases-item11-block-5-bg {
        background-size: 56%;
        background-position: 155% 50%
    }
}

@media (max-width:400px) {

    .cases-item11-block-4-bg,
    .cases-item11-block-5-bg {
        background-size: 80%;
        background-position: 155% 50%
    }
}

.outstaffing-block {
    padding: 160px 0
}

.outstaffing-title {
    font-family: avenirNext_medium, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 104px;
    color: #000;
    margin-bottom: 50px
}

.outstaffing-text {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.outstaffing-blue {
    background-color: #1a5dff
}

.outstaffing-gray {
    background-color: #000000a3
}

.outstaffing-light-gray {
    background-color: #f9fafe
}

.outstaffing-block-2-img {
    height: auto;
    width: 100%
}

.outstaffing-block-3-bg {
    background-image: url("/img/outstaffing/outstaffing-2.jpg");
    background-repeat: no-repeat;
    background-size: contain
}

.outstaffing-block-3-box {
    border: 1px solid #fff !important;
    background-color: transparent;
    background-clip: border-box;
    border-radius: unset
}

.outstaffing-block-3-box>.card-footer {
    background-color: transparent;
    border-top: none
}

.outstaffing-block-3-box-title {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    height: 350px;
    padding: 40px
}

.outstaffing-block-3-box-number {
    font-family: avenirNext_bold, sans-serif;
    font-style: normal;
    font-size: 64px;
    line-height: 87px;
    color: #d8d8d8;
    text-align: right;
    padding: 40px
}

.outstaffing-block-5-letter {
    font-family: avenirNext_bold, serif;
    font-size: 48px;
    line-height: 66px;
    color: #000;
    margin-right: 60px
}

.outstaffing-block-5-title {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    margin-bottom: 25px
}

.outstaffing-block-5-width {
    max-width: 370px
}

.outstaffing-block-6-title {
    font-size: 72px
}

.outstaffing-block-6-img-author {
    max-width: 490px;
    height: 640px;
    border-radius: 15px;
    width: 100%
}

.outstaffing-block-6-img-flag {
    width: auto;
    height: 25px;
    display: inline-block !important
}

.outstaffing-block-6-english {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #7d7d7d;
    margin-left: 6px;
    vertical-align: middle
}

.outstaffing-block-6-position {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    color: #c6c6c6
}

.outstaffing-block-6-name {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 66px;
    color: #000
}

.outstaffing-block-6-item-title {
    font-family: avenirNext_medium, serif;
    font-size: 24px;
    line-height: 33px;
    color: #c6c6c6;
    margin-bottom: 10px
}

.outstaffing-block-6-item-text {
    font-family: avenirNext_medium, serif;
    font-size: 28px;
    line-height: 38px;
    color: #000
}

.outstaffing-block-6-item {
    width: 235px
}

.outstaffing-block-6-line {
    background: #302b2b;
    height: 1px
}

#control-arrows-outstaffing-team {
    display: flex;
    margin-top: 50px
}

.outstaffing-team-prev-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.outstaffing-team-next-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer;
    font-size: 20px;
    background-color: #1743d0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important
}

.outstaffing-block-7-btn {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    font-family: avenirNext_regular, serif;
    font-size: 20px;
    line-height: 33px;
    border-radius: 23px;
    padding: 8px 25px
}

.outstaffing-block-7-btn:hover {
    color: #fff
}

.outstaffing-block-7-btn.active {
    background-color: #1a5dff;
    border-color: #1a5dff;
    color: #fff !important
}

.outstaffing-block-7-btn-groups {
    max-height: 530px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 50px
}

.outstaffing-block-7-btn-groups::-webkit-scrollbar-track {
    border-radius: 4px
}

.outstaffing-block-7-btn-groups::-webkit-scrollbar {
    width: 3px
}

.outstaffing-block-7-btn-groups::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #1a5dff
}

.outstaffing-block-7-btn-groups::-webkit-scrollbar-track {
    background: #eaeaea
}

.outstaffing-block-7-btn-groups:hover::-webkit-scrollbar-thumb {
    background: #1a5dff
}

.outstaffing-light-black {
    background-color: #111
}

.outstaffing-cases-slick {
    margin-top: 50px
}

.outstaffing-block-8-img-case {
    width: 100%;
    height: 200px
}

.outstaffing-block-8-item {
    border: 1px solid rgba(255, 255, 255, .5);
    margin: 15px;
    max-width: 310px
}

@media (max-width:991px) {
    .outstaffing-block-3-box-title {
        font-size: 20px;
        line-height: normal;
        height: 130px;
        padding: 10px
    }

    .outstaffing-block-3-box-number {
        font-size: 40px;
        line-height: 10px;
        padding: 25px
    }

    .outstaffing-block-6-img-author {
        height: auto
    }

    .outstaffing-block-8-img-case {
        height: 170px
    }
}

@media (max-width:767px) {
    .outstaffing-block {
        padding: 80px 0
    }

    .outstaffing-title {
        font-size: 48px;
        margin-bottom: 10px;
        line-height: normal
    }

    .outstaffing-block-3-box-title {
        height: 220px
    }

    .outstaffing-block-6-img-author {
        max-width: 190px;
        margin-bottom: 15px
    }

    .outstaffing-block-6-english {
        font-size: 18px;
        margin-left: 6px
    }

    .outstaffing-block-6-position {
        font-size: 24px
    }

    .outstaffing-block-6-name {
        font-size: 36px;
        line-height: normal
    }

    .outstaffing-block-6-item-title {
        font-size: 14px;
        margin-bottom: 0
    }

    .outstaffing-block-6-item-text {
        font-size: 18px
    }

    .outstaffing-block-6-item {
        width: 200px
    }

    #control-arrows-outstaffing-team {
        margin-top: 35px
    }

    .outstaffing-block-7-btn-groups {
        max-height: 290px
    }

    .outstaffing-block-8-item {
        max-width: 280px;
        height: 142px
    }

    .outstaffing-block-8-img-case {
        height: 140px
    }
}

@media (max-width:575px) {
    .outstaffing-block-3-box-title {
        height: 120px
    }

    .outstaffing-block-3-group {
        margin-bottom: 230px
    }

    .outstaffing-block-8-item {
        max-width: 230px
    }
}

@media (max-width:425px) {
    .outstaffing-block-8-img-case {
        height: 133px
    }

    .outstaffing-block-8-item {
        height: 135px
    }
}

.cases-item12-block {
    padding: 190px 0
}

.cases-item12-block-1-bg {
    background: linear-gradient(113.04deg, #125b60 0, #189c8a 100%)
}

.cases-item12-block-1-bg-img {
    background-image: url("/img/cases/case-12/case-12-3.svg");
    background-repeat: no-repeat;
    background-size: 205px;
    background-position: 0 10%
}

.cases-item12-block-1-bg-img-2 {
    background-image: url("/img/cases/case-12/case-12-4.svg");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 100% 100%
}

.cases-item12-block-title {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 72px;
    line-height: 84px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 50px
}

.cases-item12-block-1-logo {
    margin-bottom: 60px
}

.cases-item12-block-1-text {
    font-family: avenirNext_regular, serif;
    font-size: 21px;
    text-transform: capitalize;
    color: #fff
}

.cases-item12-block-1-img-mob {
    width: 100%;
    position: relative;
    right: -12px
}

.cases-item12-block-1-img {
    position: absolute;
    right: 0;
    top: 75px;
    width: 50%
}

.cases-item12-block-bg-light-teal {
    background: #d5faf7
}

.cases-item12-block-2-bg-img {
    background-image: url("/img/cases/case-12/case-12-5.svg");
    background-repeat: no-repeat;
    background-size: 205px;
    background-position: 0 10%
}

.cases-item12-block-2-title {
    color: #125d61
}

.cases-item12-block-text {
    font-family: avenirNext_regular, serif;
    font-size: 24px;
    text-transform: capitalize;
    color: #000
}

.cases-item12-block-2-img {
    position: absolute;
    right: -80px;
    top: -165px
}

.cases-item12-block-3-bg {
    background: #1d625c
}

.cases-item12-block-3-img {
    position: absolute;
    left: -105px
}

.cases-item12-block-4-img {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 95%
}

.cases-item12-block-4-img-2 {
    position: absolute;
    right: 5px;
    top: 150px
}

.cases-item12-block-5-bg {
    background: linear-gradient(131.4deg, #37a2c4 .01%, #3bdbd6 100%)
}

.cases-item12-block-5 {
    padding: 275px 0 150px 0
}

.cases-item12-block-5-bg-img {
    background-image: url("/img/cases/case-12/case-12-10.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0 40%
}

.cases-item12-block-6-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-transform: capitalize;
    color: #03614a
}

.cases-item12-block-6-text-2 {
    font-family: avenirNext_demiBold, sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    color: #125d61
}

.cases-item12-block-6-img {
    margin: 55px 0
}

.cases-item12-block-6-bg-img {
    background-image: url("/img/cases/case-12/case-12-12.svg");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 15% 65%
}

.cases-item12-block-6-bg-img-2 {
    background-image: url("/img/cases/case-12/case-12-13.svg");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 88% 50%
}

.cases-item12-block-7-bg {
    background: #39beab
}

.cases-item12-block-7-bg-img {
    background-image: url("/img/cases/case-12/case-12-15.svg");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 100% 60%
}

.cases-item12-block-7-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 28px
}

.cases-item12-block-7-text {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .cases-item12-block {
        padding: 90px 0
    }

    .cases-item12-block-1-bg-img,
    .cases-item12-block-1-bg-img-2,
    .cases-item12-block-2-bg-img {
        background-image: none
    }

    .cases-item12-block-title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 20px
    }

    .cases-item12-block-1-text,
    .cases-item12-block-6-text,
    .cases-item12-block-text {
        font-size: 14px
    }

    .cases-item12-block-2-img {
        right: 35%;
        top: -25px;
        width: 35%
    }

    .cases-item12-block-3-img {
        left: 35%;
        width: 30%
    }

    .cases-item12-block-5 {
        padding: 100px 0
    }

    .cases-item12-block-6-text-2 {
        font-size: 32px;
        text-align: left
    }

    .cases-item12-block-7-title {
        font-size: 34px;
        line-height: 40px
    }

    .cases-item12-block-7-text {
        font-size: 14px;
        margin-bottom: 35px
    }
}

@media (max-width:400px) {
    .cases-item12-block-2-img {
        top: -25%
    }

    .cases-item12-block-6-bg-img {
        background-size: 65%;
        background-position: 0 55%
    }

    .cases-item12-block-6-bg-img-2 {
        background-size: 65%;
        background-position: 140% 52%
    }

    .cases-item12-block-7-bg-img {
        background-size: 70%
    }
}

.cases-item13-block {
    padding: 130px 0
}

.cases-item13-block-1-text,
.cases-item13-block-2-text-2,
.cases-item13-block-3-text-2,
.cases-item13-block-3-text-3,
.cases-item13-block-4-text,
.cases-item13-block-4-title {
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize
}

.cases-item13-block-1-text,
.cases-item13-block-2-text,
.cases-item13-block-2-text-2,
.cases-item13-block-3-text-3,
.cases-item13-block-4-text {
    font-family: Raleway, serif
}

.cases-item13-block-1-text {
    font-size: 19px;
    line-height: 22px;
    padding: 50px 0
}

.cases-item13-block-1-box-1 {
    max-width: 630px;
    height: auto
}

.cases-item13-block-1-box-2 {
    max-width: 734px;
    height: auto;
    background-color: #fff;
    padding: 55px 50px 50px 80px;
    position: absolute;
    right: 13%
}

.cases-item13-block-2-bg {
    background-image: url("/img/cases/case-13/case-13-4.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.cases-item13-block-2-text {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    margin-top: 45px
}

.cases-item13-block-2-text-2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 100px
}

.cases-item13-block-2-line {
    background: #f8ba08;
    height: 4px
}

.cases-item13-block-3-bg {
    background: #ffc61c
}

.cases-item13-block-3-line {
    background: #fff;
    height: 4px;
    margin-bottom: 25px
}

.cases-item13-block-3-text {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: capitalize;
    color: #090909
}

.cases-item13-block-3-text-2 {
    font-family: Raleway, sans-serif;
    font-size: 32px;
    line-height: 38px
}

.cases-item13-block-3-text-3 {
    font-size: 24px;
    line-height: 28px
}

.cases-item13-block-4-line {
    background: #ffbf00;
    height: 4px
}

.cases-item13-block-4-title {
    font-family: Raleway, sans-serif;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 30px
}

.cases-item13-block-4-text {
    font-size: 24px;
    line-height: 28px
}

@media (max-width:767px) {
    .cases-item13-block-1-box-2 {
        max-width: none;
        height: auto;
        padding: 0;
        position: relative;
        right: unset
    }

    .cases-item13-block-1-text,
    .cases-item13-block-2-text-2,
    .cases-item13-block-3-text-3 {
        font-size: 14px;
        line-height: 16px
    }

    .cases-item13-block {
        padding: 50px 0
    }

    .cases-item13-block-2-text,
    .cases-item13-block-3-text,
    .cases-item13-block-3-text-2,
    .cases-item13-block-4-text {
        font-size: 18px;
        line-height: 21px
    }

    .cases-item13-block-2-text-2 {
        margin-top: 50px
    }

    .cases-item13-block-4-title {
        font-size: 26px;
        line-height: 31px
    }
}

.cases-item14-block {
    padding: 100px 0
}

.cases-item14-block-1-h1 {
    font-family: avenirNext_bold, serif;
    font-weight: 750;
    font-size: 74px;
    line-height: 122%;
    text-transform: uppercase;
    color: #0e1766
}

.cases-item14-block-1-h1>span {
    background-color: #ff3cac;
    background-image: linear-gradient(90deg, #ff3cac 0, #382bc5 94.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cases-item14-block-1-text {
    font-family: avenirNext_regular, sans-serif;
    font-weight: 450;
    font-size: 24px;
    line-height: 134%;
    color: #0e1766
}

.cases-item14-block-2-title {
    font-family: avenirNext_bold, serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 144%;
    text-transform: uppercase;
    color: #f8f4fb
}

.cases-item14-block-2-title>span {
    color: #ff3cac
}

.cases-item14-block-bg {
    background: #0e1766
}

.cases-item14-block-2-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 24px;
    line-height: 144%;
    color: #f8f4fb;
    border-left: 4px solid #f8f4fb;
    padding-left: 45px;
    background-image: url("/img/cases/case-14/case-14-3.svg");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 80% 70%
}

.cases-item14-block-3-title {
    font-family: avenirNext_bold, serif;
    font-weight: 750;
    font-size: 48px;
    line-height: 144%;
    text-transform: uppercase;
    color: #0e1766
}

.cases-item14-block-3-title>span {
    color: #ff3cac
}

.cases-item14-block-3-list {
    list-style-type: none;
    font-family: avenirNext_regular, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.7;
    color: #0e1766;
    margin-top: 25px;
    margin-left: -25px
}

.cases-item14-block-3-list>li {
    display: flex;
    margin-bottom: 10px
}

.cases-item14-block-3-list>li::before {
    content: url("/img/cases/case-14/case-14-5.svg");
    margin-right: 10px
}

.cases-item14-block-3-item-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 22px;
    line-height: 144%;
    color: #0e1766;
    margin-right: 20%;
    margin-top: 30px
}

.cases-item14-block-3-text {
    font-family: avenirNext_regular, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 144%;
    color: #0e1766;
    border-left: 4px solid #f63aac;
    padding-left: 45px
}

.cases-item14-block-4-item {
    display: flex;
    align-items: center;
    margin: 30px 0
}

.cases-item14-block-4-item-number {
    font-family: avenirNext_regular, sans-serif;
    font-weight: 750;
    font-size: 20px;
    color: #0e1766;
    background: #5949a3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px
}

.cases-item14-block-4-item-text {
    font-family: avenirNext_regular, sans-serif;
    font-size: 24px;
    line-height: 144%;
    color: #f8f4fb;
    margin-left: 20px
}

.cases-item14-block-4-item-img {
    margin-left: 75px
}

@media (max-width:767px) {
    .cases-item14-block {
        padding: 70px 0
    }

    .cases-item14-block-1-h1 {
        font-size: 32px;
        text-align: center
    }

    .cases-item14-block-1-text,
    .cases-item14-block-3-text,
    .cases-item14-block-4-item-text {
        font-size: 14px
    }

    .cases-item14-block-2-title {
        font-size: 22px;
        text-align: center
    }

    .cases-item14-block-2-text {
        font-size: 14px;
        border-left: none;
        padding-left: 0
    }

    .cases-item14-block-3-title {
        font-size: 22px;
        text-align: center;
        margin-top: 30px
    }

    .cases-item14-block-3-list {
        font-size: 14px;
        line-height: 1.3
    }

    .cases-item14-block-3-item-text {
        font-size: 14px;
        text-align: center;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 30px
    }

    .cases-item14-block-4-item-img {
        margin-left: 0
    }

    .cases-item14-block-4-item-number {
        font-size: 14px;
        width: 40px;
        height: 40px
    }
}

.footer-case {
    padding: 35px 0
}

.footer-case_bg-white {
    background-color: #fff
}

.footer-case_bg-black {
    background-color: #000
}

.footer-case__title {
    font-family: avenirNext_regular, sans-serif;
    font-style: normal;
    font-weight: 750;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px
}

.footer-case__bottom_white,
.footer-case__title_white {
    color: #4e586f
}

.footer-case__bottom_black,
.footer-case__title_black {
    color: #fff
}

.footer-case__bottom {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 750;
    font-size: 18px;
    line-height: 22px
}

.footer-case__links {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px
}

.footer-case__links li {
    line-height: 1.3;
    margin: 10px 0
}

.footer-case__links li a,
.footer-case__links li span {
    font-family: avenirNext_regular, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #9c9ea2
}

.footer-case__links li a:hover {
    color: #0a58ca
}

@media (max-width:767px) {
    .footer-case__links {
        margin-left: 26px
    }
}