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

* h1, * h2, * h3, * h4, * h5, * h6, * p, * ul, * li, * ol, * div, * span, * button, * section {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* ul, * ol {
    list-style: none;
    padding: 0
}

* a {
    display: block;
    text-decoration: none;
    color: inherit
}

* button {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: none
}

* input, * select {
    outline: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal
}

.container {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto
}

body {
    background-color: #0c132f;
    font-family: "Inter", sans-serif;
    line-height: 120%;
    height: 2000px
}

.header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width: 800px) {
    .header {
        display: none
    }
}

.header__scroll {
    background: #fff
}

.header__scroll .header__button {
    color: #000
}

.header__scroll .header__button__active {
    color: #ff2e00
}

.header__nav {
    padding: 40px 0
}

.header__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__button {
    background: rgba(0, 0, 0, 0);
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.header__button:hover {
    color: #ff2e00
}

.header__button__active {
    color: #ff2e00
}

.top {
    padding-top: 181px;
    height: 1024px;
    overflow: hidden;
    position: relative;
    background-image: url("/static/images/top_bg_L.png");
    background-repeat: no-repeat;
    background-position: left
}

@media (max-width: 430px) {
    .top {
        padding: 60px 0 50px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-size: 220px 307px;
        background-position: 0px 601px
    }

    .top .container {
        padding: 0
    }
}

.top__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 180px
}

@media (max-width: 430px) {
    .top__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 50px
    }
}

.top__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    position: relative
}

@media (max-width: 430px) {
    .top__message {
        max-width: 361px;
        min-height: 448px;
        width: 100%;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.top__message .message__bg__L {
    position: absolute;
    top: -25%;
    right: -20%
}

@media (max-width: 430px) {
    .top__message .message__bg__L {
        display: none
    }
}

.top__message .message__bg__S {
    display: none
}

@media (max-width: 430px) {
    .top__message .message__bg__S {
        display: block;
        position: absolute;
        top: 0;
        left: -15px
    }
}

.top__title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

@media (max-width: 430px) {
    .top__title {
        max-width: 292px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        margin-top: 35px
    }
}

.top__text {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    max-width: 643px;
    position: relative
}

@media (max-width: 430px) {
    .top__text {
        max-width: 292px;
        font-size: 14px;
        line-height: 17px
    }
}

.top__button {
    width: 220px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-top: 10px;
    border: 1px solid #ff2e00;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg)
}

.top__button:hover {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg)
}

@media (max-width: 430px) {
    .top__button {
        width: 177px;
        height: 48px;
        font-size: 16px;
        line-height: 19px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 80px
    }
}

.top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 430px) {
    .top__content {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 35px
    }
}

.top__list {
    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: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 30px
}

@media (max-width: 430px) {
    .top__list {
        margin-right: 20px;
        max-width: 204px;
        width: 100%;
        gap: 45px
    }
}

.top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media (max-width: 430px) {
    .top__item {
        gap: 10px
    }
}

.top__item__value {
    font-family: "Krona One", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    opacity: .6
}

@media (max-width: 430px) {
    .top__item__value {
        font-weight: 400;
        font-size: 30px;
        line-height: 38px
    }
}

.top__item__name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: block;
    max-width: 125px;
    width: 100%
}

@media (max-width: 430px) {
    .top__item__name {
        max-width: 98px;
        font-size: 12px;
        line-height: 15px
    }
}

.top__info {
    max-width: 433px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
}

@media (max-width: 430px) {
    .top__info {
        padding: 0 20px
    }
}

.top__info__title {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff
}

.top__info__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fff
}

.cases {
    padding: 50px 0;
    background-color: #eaeaea;
    position: relative;
    background-image: url("/static/images/cases__decore.png");
    background-repeat: no-repeat
}

@media (max-width: 450px) {
    .cases {
        background-image: none;
        padding: 40px 0 10px
    }
}

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

@media (max-width: 450px) {
    .cases__inner {
        gap: 30px
    }
}

.cases__head {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cases__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ff2e00
}

@media (max-width: 450px) {
    .cases__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
    }
}

.cases__content {
    width: 100%;
    max-height: 930px
}

.cases__slider {
    max-width: 1180px;
    width: 100%
}

.cases__slider .slick-dots {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

@media (max-width: 430px) {
    .cases__slider .slick-dots {
        margin-top: 30px;
        gap: 5px
    }
}

.cases__slider .slick-dots li {
    background: #c7c7c7;
    width: 55px;
    height: 8px;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.cases__slider .slick-dots li:hover {
    background: #ff2e00
}

.cases__slider .slick-dots li button {
    display: none !important
}

.cases__slider .slick-dots li.slick-active {
    background: #ff2e00
}

.cases__slide {
    border: 5px solid #ff2e00;
    padding: 32px 40px;
    margin: 0 7.5px;
    min-height: 872px;
    max-height: 872px;
    overflow: hidden;
    max-width: 380px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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: start;
    gap: 20px
}

@media (max-width: 430px) {
    .cases__slide {
        min-height: 571px;
        padding: 25px;
        max-width: none;
        margin: 0 10px;
        width: 350px
    }
}

@media (max-width: 375px) {
    .cases__slide {
        width: 300px
    }
}

.cases__slide .slide__name {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.cases__slide .slide__name__value {
    font-weight: 400
}

@media (max-width: 430px) {
    .cases__slide .slide__name__value {
        font-size: 16px;
        line-height: 19px
    }
}

@media (max-width: 430px) {
    .cases__slide .slide__name {
        font-size: 16px;
        line-height: 19px
    }
}

.cases__slide .slide__text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

@media (max-width: 430px) {
    .cases__slide .slide__text {
        font-size: 14px;
        line-height: 17px
    }
}

.company {
    background-color: #eaeaea;
    padding: 30px 0 150px
}

@media (max-width: 450px) {
    .company {
        padding: 30px 0
    }
}

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

@media (max-width: 450px) {
    .company__inner {
        gap: 25px
    }
}

.company__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.company__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ff2e00;
    opacity: .8
}

@media (max-width: 450px) {
    .company__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center
    }
}

.company__content {
    width: 100%
}

.company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 430px) {
    .company__list {
        gap: 15px
    }
}

@media (max-width: 430px) {
    .company__logotype {
        max-width: 119px;
        height: auto
    }
}

.programs {
    position: relative;
    background-color: inherit;
    padding: 70px 0
}

@media (max-width: 450px) {
    .programs {
        padding: 40px 0 50px
    }
}

.programs__bg {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 450px) {
    .programs__bg {
        display: none
    }
}

.programs__inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 60px
}

@media (max-width: 450px) {
    .programs__inner {
        gap: 30px
    }
}

.programs__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.programs__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 450px) {
    .programs__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
    }
}

.programs__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}

@media (max-width: 450px) {
    .programs__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.programs__block {
    position: relative;
    background: rgba(0, 0, 0, 0);
    max-width: 380px;
    width: 100%;
    height: 640px;
    border: 5px solid #4764cc;
    padding: 45px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
}

@media (max-width: 450px) {
    .programs__block {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 30px
    }
}

.programs__block__title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 450px) {
    .programs__block__title {
        font-weight: 900;
        font-size: 15px;
        line-height: 18px
    }
}

.programs__block__list {
    color: #fff;
    width: 100%;
    padding-left: 20px;
    list-style: disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0
}

.programs__block__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.programs__block__value {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.programs__block__button {
    position: absolute;
    bottom: 45px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: #ff2e00;
    border: 1px solid #ff2e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff
}

.programs__block__button:hover {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg)
}

@media (max-width: 450px) {
    .programs__block__button {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        height: 48px;
        position: static
    }
}

.programs__block_L {
    position: relative;
    background-color: rgba(255, 60, 0, .9);
    max-width: 380px;
    width: 100%;
    height: 830px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 45px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
}

@media (max-width: 450px) {
    .programs__block_L {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 30px;
        background-color: #ff2e00
    }
}

.programs__block_L__box {
    position: absolute;
    bottom: 45px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    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;
    gap: 15px
}

@media (max-width: 450px) {
    .programs__block_L__box {
        position: static
    }
}

.programs__block_L__summary {
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    color: #000
}

.programs__block_L__button {
    position: static;
    background: #4764cc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff
}

.programs__block_L__button:hover {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg)
}

@media (max-width: 450px) {
    .programs__block_L__button {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        height: 48px
    }
}

.base {
    background-color: inherit;
    padding: 57px 0 0
}

@media (max-width: 430px) {
    .base {
        padding: 50px 0 0
    }

    .base .container {
        padding: 0
    }
}

.base__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px
}

@media (max-width: 430px) {
    .base__inner {
        gap: 20px
    }
}

.base__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.base__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 430px) {
    .base__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
    }
}

.base__content {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 430px) {
    .base__content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        grid-row-gap: 5px;
    }
}

.base__box {
    width: 100%;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.base__box__bg {
    position: absolute;
    top: auto;
    left: auto
}

@media (max-width: 430px) {
    .base__box__bg {
        display: none
    }
}

.base__box__bg__mob {
    display: none
}

@media (max-width: 430px) {
    .base__box__bg__mob {
        display: block;
        position: absolute
    }
}

.base__box__last {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3
}

@media (max-width: 430px) {
    .base__box__last {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3
    }
}

@media (max-width: 430px) {
    .base__box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .base__box:nth-child(1) {
        height: 140px
    }

    .base__box:nth-child(1) .base__box__bg__mob {
        top: 0;
        left: 0
    }

    .base__box:nth-child(1) ul {
        margin-left: 10px;
        margin-top: 20px
    }

    .base__box:nth-child(2) {
        height: 133px
    }

    .base__box:nth-child(2) .base__box__bg__mob {
        top: 0;
        right: 0
    }

    .base__box:nth-child(2) ul {
        margin-top: 20px;
        margin-left: 60px
    }

    .base__box:nth-child(3) {
        height: 122px
    }

    .base__box:nth-child(3) .base__box__bg__mob {
        top: 0;
        left: 0
    }

    .base__box:nth-child(3) ul {
        margin-left: 10px;
        margin-top: 10px
    }

    .base__box:nth-child(4) {
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        height: 139px
    }

    .base__box:nth-child(4) .base__box__bg__mob {
        top: 0;
        right: 0
    }

    .base__box:nth-child(4) ul {
        margin-left: 60px
    }

    .base__box:nth-child(5) {
        height: 140px
    }

    .base__box:nth-child(5) .base__box__bg__mob {
        top: 0;
        left: 0
    }

    .base__box:nth-child(5) ul {
        margin-left: 10px;
        margin-top: 5px
    }

    .base__box:nth-child(6) {
        -ms-grid-row: 5;
        grid-row-start: 5;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        width: 261px;
        height: 152px
    }

    .base__box:nth-child(7) {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        height: 106px
    }

    .base__box:nth-child(7) .base__box__bg__mob {
        top: 0;
        right: 0
    }

    .base__box:nth-child(7) ul {
        margin-top: 5px;
        margin-left: 60px
    }
}

@media(max-width: 399px) {
    .base__box:nth-child(1) .base__box__bg__mob {
        height: 140px;
        width: 150px;
    }

    .base__box:nth-child(2) .base__box__bg__mob {
        width: 170px;
        height: 140px;
    }

    .base__box:nth-child(3) .base__box__bg__mob {
        width: 200px;
        height: 120px;
    }

    .base__box:nth-child(4) .base__box__bg__mob {
        width: 173px;
        height: 160px;
    }

    .base__box:nth-child(5) .base__box__bg__mob {
        width: 180px;
        height: 150px;
    }
    .base__box:nth-child(6) .base__box__bg__mob {
        height: 147px;
    }

    .base__box:nth-child(7) .base__box__bg__mob {
        height: 106px;
        width: 160px;
    }
}

.base__list {
    position: relative;
    color: #fff;
    padding-left: 20px;
    list-style: disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0
}

.base__text {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}

@media (max-width: 430px) {
    .base__text {
        font-weight: 900;
        font-size: 14px;
        line-height: 17px
    }
}

.evolution {
    position: relative;
    background-color: inherit;
    padding: 60px 0
}

@media (max-width: 430px) {
    .evolution {
        padding: 40px 0
    }
}

.evolution__bg__left {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 430px) {
    .evolution__bg__left {
        display: none
    }
}

.evolution__bg__right {
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 430px) {
    .evolution__bg__right {
        display: none
    }
}

.evolution__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 60px
}

@media (max-width: 430px) {
    .evolution__inner {
        gap: 35px
    }
}

.evolution__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.evolution__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 430px) {
    .evolution__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
    }
}

.evolution__content {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr);
    grid-row-gap: 30px
}

@media (max-width: 430px) {
    .evolution__content {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        grid-column-gap: 10px
    }
}

.evolution__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

@media (max-width: 430px) {
    .evolution__box {
        width: 170px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .evolution__box:nth-child(7) {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3
    }
}

.evolution__box__center {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 430px) {
    .evolution__box__center {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        grid-column-gap: 10px
    }
}

.evolution__icon {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.evolution__text {
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

@media (max-width: 430px) {
    .evolution__text {
        font-weight: 900;
        font-size: 16px;
        line-height: 19px
    }
}

.work {
    background-image: url("/static/images/work_bg.png");
    background-repeat: no-repeat;
    background-color: #eaeaea;
    padding: 60px 0;
    position: relative;
    height: 1024px
}

@media (max-width: 430px) {
    .work {
        height: auto;
        padding: 35px 0 0;
        background-size: 200px 340px;
        background-position: 0 90px
    }
}

@media (max-width: 430px) {
    .work .container {
        padding: 0
    }
}

.work__inner {
    float: right;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px
}

@media (max-width: 430px) {
    .work__inner {
        float: none;
        width: 100%;
        gap: 30px
    }
}

.work__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.work__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000
}

@media (max-width: 430px) {
    .work__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px
    }
}

.work__info {
    width: 601px;
    height: 356px;
    background-image: url("/static/images/work__box__img1.png");
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 430px) {
    .work__info {
        height: 306px;
        max-width: 214px;
        width: 100%;
        background-image: none;
        margin-bottom: 35px;
        margin-right: 20px;
        float: right;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.work__info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
}

.work__info__inner .work__text {
    max-width: 476px
}

.work__contact {
    width: 564px;
    height: 463px;
    position: absolute;
    background-image: url("/static/images/work__box__img2.png");
    background-repeat: no-repeat;
    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;
    right: 0;
    bottom: 74px
}

@media (max-width: 430px) {
    .work__contact {
        background-image: none;
        position: static;
        width: 100%;
        height: auto;
        background-color: rgba(255, 66, 0, .4);
        padding: 20px
    }
}

.work__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    max-width: 392px
}

@media (max-width: 430px) {
    .work__text {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px
    }
}

@media (max-width: 430px) {
    .work__text2 {
        font-weight: 700;
        font-size: 15px;
        line-height: 20px;
        max-width: 370px
    }
}

.consult {
    background-color: #0c132f;
    padding: 70px 0
}

@media (max-width: 430px) {
    .consult {
        padding: 30px 0 40px
    }
}

.consult__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 430px) {
    .consult__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }
}

.consult__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
}

@media (max-width: 430px) {
    .consult__content {
        gap: 25px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.consult__title {
    font-family: "Krona One", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 51px;
    letter-spacing: .01em;
    color: #fff
}

@media (max-width: 430px) {
    .consult__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 101.92%;
        text-align: center;
        max-width: 231px
    }
}

.consult__text {
    font-family: "Krona One", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    max-width: 323px
}

@media (max-width: 430px) {
    .consult__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        max-width: 317px
    }
}

.consult__contact {
    background: rgba(255, 46, 0, .5);
    max-width: 530px;
    width: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 430px) {
    .consult__contact {
        padding: 24px 0;
        max-width: 315px
    }
}

.consult__form {
    max-width: 377px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px
}

@media (max-width: 430px) {
    .consult__form {
        max-width: 242px
    }
}

.consult__input {
    background: #fff;
    padding: 15px 20px;
    width: 100%;
    border: none;
    border-radius: 2px;
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px
}

.consult__input::-webkit-input-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.consult__input::-moz-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.consult__input:-ms-input-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.consult__input::-ms-input-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.consult__input::placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

@media (max-width: 430px) {
    .consult__input::-webkit-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px
    }

    .consult__input::-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px
    }

    .consult__input:-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px
    }

    .consult__input::-ms-input-placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px
    }

    .consult__input::placeholder {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px
    }
}

@media (max-width: 430px) {
    .consult__input {
        padding: 10px 12px;
        font-weight: 400;
        font-size: 15px;
        line-height: 17px
    }
}

.consult__button {
    margin-top: 15px;
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff2e00;
    font-family: "Krona One", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 430px) {
    .consult__button {
        padding: 10px 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: .01em
    }
}

.faq {
    background-color: #eaeaea;
    padding: 70px 0 80px
}

@media (max-width: 430px) {
    .faq {
        padding: 30px 0 50px
    }
}

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

@media (max-width: 430px) {
    .faq__inner {
        gap: 25px
    }
}

.faq__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.faq__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000
}

@media (max-width: 430px) {
    .faq__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px
    }
}

.faq__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
}

@media (max-width: 430px) {
    .faq__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

.faq__boxes {
    max-width: 579px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 25px
}

@media (max-width: 430px) {
    .faq__boxes {
        gap: 15px
    }
}

.faq__box {
    border: 5px solid #ff2e00;
    max-width: 579px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0
}

.faq__button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px
}

.faq__button .v-expansion-panel-title__overlay {
    opacity: 0 !important
}

.faq__name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-align: left
}

.faq__icon {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.faq__icon__active {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.faq__text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000
}

.public {
    background-color: inherit;
    padding: 80px 0
}

@media (max-width: 430px) {
    .public {
        padding: 45px 0 0
    }
}

.public__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 70px
}

@media (max-width: 430px) {
    .public__inner {
        gap: 35px
    }
}

.public__head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.public__title {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 430px) {
    .public__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px
    }
}

.public__content {
    width: 100%
}

.public__slider {
    max-width: 1180px;
    width: 100%
}

.public__slider .slick-dots {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

@media (max-width: 430px) {
    .public__slider .slick-dots {
        margin-top: 30px;
        gap: 5px
    }
}

.public__slider .slick-dots li {
    background: rgba(234, 234, 234, .3);
    width: 55px;
    height: 8px;
    cursor: pointer;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (max-width: 430px) {
    .public__slider .slick-dots li {
        width: 45px;
        height: 5px
    }
}

.public__slider .slick-dots li:hover {
    background: #ff2e00
}

.public__slider .slick-dots li button {
    display: none !important
}

.public__slider .slick-dots li.slick-active {
    background: #ff2e00
}

.public__slide {
    width: 380px;
    height: 380px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    gap: 5px
}

@media (max-width: 430px) {
    .public__slide {
        width: 350px;
        height: 350px
    }
}

@media (max-width: 375px) {
    .public__slide {
        width: 300px;
        height: 280px
    }
}

.public__slide__name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 375px) {
    .public__slide__name {
        font-size: 14px;
        line-height: 120%
    }
}

.public__slide__value {
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

@media (max-width: 375px) {
    .public__slide__value {
        font-size: 20px;
        line-height: 120%
    }
}

.footer {
    background-color: inherit;
    padding: 80px 0
}

@media (max-width: 430px) {
    .footer {
        padding: 45px 0
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 430px) {
    .footer__inner {
        -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: start;
        gap: 10px
    }
}

.footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #fff
}

@media (max-width: 430px) {
    .footer__icon {
        width: 32px;
        height: 32px
    }
}

@media (max-width: 430px) {
    .footer__icon svg {
        width: 32px;
        height: 32px
    }
}

.modal {
    position: fixed;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    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
}

.modal__hide {
    display: none
}

.modal__inner {
    background: rgba(255, 46, 0, .5);
    max-width: 530px;
    width: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    border: none
}

.modal__form {
    max-width: 377px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px
}

.modal__input {
    background: #fff;
    padding: 15px 20px;
    width: 100%;
    border: none;
    border-radius: 2px;
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px
}

.modal__input::-webkit-input-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.modal__input::-moz-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.modal__input:-ms-input-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.modal__input::-ms-input-placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.modal__input::placeholder {
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #717171
}

.modal__button {
    margin-top: 15px;
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ff2e00;
    font-family: "Krona One", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff
}