/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.header__main {
    padding: 42px 0
}

@media screen and (max-width: 800px) {
    .header__main {
        padding:25px 0
    }
}

@media screen and (max-width: 550px) {
    .header__main {
        padding:18px 0
    }
}

.header__main .container {
    max-width: 1480px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 800px) {
    .header__main .container {
        align-items:center
    }
}

.header__logo {
    display: flex;
    align-items: flex-end;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -.02em
}

@media screen and (max-width: 800px) {
    .header__logo {
        margin-top:-5px;
        width: 100px
    }
}

@media screen and (max-width: 550px) {
    .header__logo {
        width:80px
    }
}

.header__logo img {
    margin-right: 16px
}

@media screen and (max-width: 800px) {
    .header__logo img {
        margin-right:0
    }
}

.header__logo__text {
    max-width: 230px
}

@media screen and (max-width: 800px) {
    .header__logo__text {
        display:none
    }
}

.header__info {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    margin-left: 50px
}

@media screen and (max-width: 550px) {
    .header__info {
        margin-left:10px
    }
}

.header__contact {
    margin-right: 100px;
    margin-left: 110px
}

@media screen and (max-width: 1150px) {
    .header__contact {
        margin:0 35px 0 15px
    }
}

@media screen and (max-width: 1000px) {
    .header__contact {
        display:none
    }
}

.header__contact a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: inherit;
    text-decoration: none;
    margin-left: 25px
}

.header__contact a:hover {
    color: #e83e3e
}

.header__phone {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: inherit;
    text-decoration: none
}

@media screen and (max-width: 1000px) {
    .header__phone {
        margin-right:45px
    }
}

@media screen and (max-width: 550px) {
    .header__phone {
        margin-right:0;
        font-size: 15px
    }
}

.header__phone:hover {
    color: #e83e3e
}

.header__btn {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: inherit;
    text-decoration: none;
    padding-right: 15px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 550px) {
    .header__btn {
        display:none
    }
}

.header__btn:hover {
    color: #fff;
    text-decoration: none
}

.header__btn:hover .header__btn__text {
    border-color: transparent
}

.header__btn:hover .header__btn__round {
    transform: scale(3) translate(-11px,-16%);
    background: #e83e3e
}

.header__btn__text {
    border-bottom: 2px solid #000;
    position: relative;
    z-index: 1
}

.header__btn__text i {
    color: #fff;
    font-style: normal
}

.header__btn__round {
    background: #000;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 0;
    transition: .25s
}

.header__btn path {
    fill: #fff
}

.header__btn svg {
    margin-left: 5px;
    width: 12px;
    height: auto;
    position: relative;
    z-index: 1
}

.header__btn_menu {
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative;
    background: 0 0;
    border: none;
    appearance: none;
    border-radius: 0;
    margin-right: -5px
}

@media screen and (max-width: 1000px) {
    .header__btn_menu {
        display:flex;
        margin-left: 25px
    }
}

.header__btn_menu span {
    background: #111;
    width: 80%;
    height: 2px;
    position: absolute;
    border-radius: 5px;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: .5s
}

.header__btn_menu span:nth-child(1) {
    transform: translate(0,-7px)
}

.header__btn_menu span:nth-child(2) {
    transform: translate(0,0)
}

.header__btn_menu span:nth-child(3) {
    transform: translate(0,7px)
}

.header__btn_menu.active span:nth-child(1) {
    transform: translate(0,0) rotate(45deg)
}

.header__btn_menu.active span:nth-child(2) {
    opacity: 0
}

.header__btn_menu.active span:nth-child(3) {
    transform: translate(0,0) rotate(-45deg)
}

.footer__main {
    background: #000;
    color: #fff
}

.footer__tag {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    margin-bottom: 20px;
    text-align: center
}

.footer__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.02em;
    color: #f9f6f6;
    margin-bottom: 70px
}

.footer__title img {
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: 5px;
    margin-right: -80px
}

.footer__menu {
    margin-right: -10px;
    flex: 1;
    justify-content: flex-end;
    display: flex;
    margin-bottom: -18px
}

.footer__menu li {
    margin: 0 5px
}

.footer__menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: inherit;
    text-decoration: none
}

.footer__menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 950px
}

.footer__menu__link__politic {
    margin-left: 45px
}

.footer__bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1215px
}

.footer__thanks {
    padding-bottom: 40px;
    padding-top: 21px;
    color: #000
}

.footer__left {
    display: flex;
    align-items: flex-end;
    margin-right: 20px
}

.footer__thanks .footer__logo {
    filter: invert(1)
}

.footer__menu a:hover {
    color: #eb2e2e
}

.footer__politic:hover {
    color: #eb2e2e
}

.footer__politic {
    color: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.02em;
    text-decoration: none
}

.footer__main__top {
    padding: 125px 0 440px;
    position: relative;
    overflow: hidden
}

.footer__contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    max-width: 400px;
    margin: 0 auto
}

.footer__contact a {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #f9f6f6;
    text-decoration: none
}

.footer__contact a:hover {
    color: #e83e3e
}

.footer__phone {
    margin-bottom: 30px
}

.footer__mail {
    margin-bottom: 40px
}

.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0
}

.footer__social svg {
    width: 32px;
    height: 32px
}

.whatsapp__footer svg {
    width: 27px
}

.footer__social a.whatsapp__footer:hover path {
    fill: #e83e3e
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.footer__social a path {
    transition: .25s
}

.footer__social a:hover path {
    stroke: #e83e3e
}

.footer__main .footer__bottom {
    padding: 20px 0 40px
}

.footer__copyright {
    white-space: nowrap;
    letter-spacing: -.02em;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -4px
}

.footer__logo {
    margin-right: 17px;
    font-size: 0
}

.footer__main__decore__1 {
    position: absolute;
    left: -440px;
    top: -165px;
    z-index: 1
}

.footer__main__decore__2 {
    position: absolute;
    left: 235px;
    top: 560px;
    z-index: 1
}

.footer__main__decore__3 {
    position: absolute;
    right: -125px;
    top: 355px;
    z-index: 1
}

.footer__main__decore__universe {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -100px;
    max-width: 950px
}

.footer_bg--sky {
    position: absolute;
    left: 0;
    top: -40%;
    z-index: 0;
    height: 150%;
    width: 100%;
    background-image: url(../img/footer/bg.png);
    background-position: 50%
}

.footer__main__top .container {
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .footer__menu li {
        width:calc(33.3% - 10px);
        margin-bottom: 12px
    }

    .footer__menu__link__politic {
        margin-left: 0
    }

    .footer__left {
        margin-right: 50px
    }

    .footer__menu ul {
        justify-content: flex-start
    }
}

@media screen and (max-width: 1000px) {
    .footer__main__decore__1 {
        width:300px;
        left: -135px;
        top: -65px
    }

    .footer__title {
        font-size: 40px
    }

    .footer__title img {
        width: 50px;
        margin-top: 4px
    }

    .footer__main__decore__3 {
        width: 270px;
        right: -100px;
        top: 300px
    }

    .footer__main__decore__2 {
        left: 20px;
        top: 410px
    }

    .footer__main__decore__universe {
        max-width: 700px;
        bottom: -90px
    }

    .footer__main__top {
        padding: 85px 0 350px
    }
}

@media screen and (max-width: 800px) {
    .footer__main__decore__3 {
        display:none
    }

    .footer__main__decore__2 {
        display: none
    }

    .footer__main__decore__1 {
        display: none
    }

    .footer__title {
        font-size: 32px;
        margin-bottom: 45px;
        line-height: 1.2
    }

    .footer__title img {
        width: 40px;
        margin-top: -2px
    }

    .footer__contact a {
        margin-bottom: 22px;
        font-size: 22px
    }

    .footer__social {
        margin-top: 5px
    }

    .footer__menu li {
        width: calc(50% - 10px);
        margin-bottom: 8px
    }

    .footer__menu {
        order: -1;
        flex: none;
        width: 100%;
        margin-left: -5px;
        margin-bottom: 20px;
        position: relative
    }

    .footer__bottom .container {
        flex-wrap: wrap
    }

    li.footer__menu__link__politic_wrap {
        position: absolute;
        right: 0;
        bottom: -60px
    }
}

@media screen and (max-width: 700px) {
    .footer__main__top {
        padding:65px 0 300px
    }

    .footer__main__decore__universe {
        bottom: -120px
    }
}

@media screen and (max-width: 550px) {
    .footer__tag {
        font-size:12px;
        margin-bottom: 18px
    }

    .footer__title {
        font-size: 28px;
        max-width: 400px;
        margin: 0 auto 40px;
        line-height: 1.25;
        font-weight: 600
    }

    .footer__title img {
        display: none
    }

    .footer__contact a {
        font-size: 18px;
        margin-bottom: 20px
    }

    .footer__social {
        margin-top: 25px
    }

    .footer__social a {
        margin-bottom: 0
    }

    .footer__main .footer__menu {
        width: 100%;
        flex: auto
    }

    .footer__main .footer__politic {
        margin-left: 50%;
        text-align: left;
        padding: 0 20px;
        margin-top: 14px
    }

    .footer__main .footer__menu li {
        margin-bottom: 7px
    }
}

@media screen and (max-width: 450px) {
    a.footer__menu__link__politic {
        font-size:10px;
        max-width: 120px;
        display: block;
        margin: 0
    }

    li.footer__menu__link__politic_wrap {
        margin: 0;
        width: auto;
        right: 0
    }

    a.footer__logo {
        width: 70px;
        margin-right: 15px
    }
}

@media screen and (max-width: 400px) {
    .footer__title {
        font-size:24px
    }

    .footer__main__decore__universe {
        max-width: 550px
    }

    .footer__main__top {
        padding-bottom: 240px
    }
}

@media screen and (max-width: 360px) {
    .footer__title {
        font-size:22px
    }
}

html {
    box-sizing: border-box;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html * {
    max-height: 1000000px
}

*,:after,:before {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

a[href^=http]:empty::before {
    content: attr(href)
}

audio,img,video {
    max-width: 100%;
    height: auto
}

button,label,select {
    cursor: pointer
}

label[for] {
    cursor: pointer
}

.slick-slide:focus,a:focus,button:focus,input:focus,textarea:focus {
    outline: 0
}

a,button {
    cursor: pointer
}

body {
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    line-height: 1.4;
    color: #111
}

a {
    transition: .25s
}

.btn__default {
    appearance: none;
    border-radius: 0;
    border: none;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    transition: .25s ease
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1225px
}

@media screen and (max-width: 550px) {
    .container {
        padding:0 15px
    }
}

.title_x {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    letter-spacing: .01em;
    line-height: 1.15
}

.title_x--left {
    text-align: left
}

.land__wrap {
    width: 100%;
    overflow: hidden
}

.fancybox__backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,.6)
}

.fancybox-zoomOut {
    animation: .2s ease-in-out fancybox-zoomOut both
}

.fancybox-zoomIn {
    animation: .2s ease-in-out fancybox-zoomIn both
}

@keyframes fancybox-zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.8,.8,.8)
    }

    100% {
        opacity: 1
    }
}

@keyframes fancybox-zoomOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale3d(.8,.8,.8)
    }
}

.__red {
    color: #e83e3e
}

.js__title__animate span {
    display: block
}

.js__title__animate {
    overflow: hidden
}

.promo {
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60px
}

@media screen and (max-width: 1300px) {
    .promo {
        padding-bottom:100px
    }
}

@media screen and (max-width: 850px) {
    .promo {
        padding:15px 0 50px
    }
}

.promo__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    margin-bottom: 45px;
    letter-spacing: -.02em
}

@media screen and (max-width: 1300px) {
    .promo__title {
        font-size:40px;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1000px) {
    .promo__title {
        font-size:32px
    }
}

@media screen and (max-width: 550px) {
    .promo__title {
        margin-bottom:35px;
        max-width: 330px
    }
}

@media screen and (max-width: 360px) {
    .promo__title {
        font-size:29px;
        margin-bottom: 28px
    }
}

.promo__title__red {
    color: #e83e3e
}

.promo .container {
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width: 850px) {
    .promo .container {
        position:relative
    }
}

.promo__add__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    max-width: 430px
}

@media screen and (max-width: 1300px) {
    .promo__add__text {
        font-size:18px
    }
}

@media screen and (max-width: 1000px) {
    .promo__add__text {
        font-size:16px;
        max-width: 400px
    }
}

@media screen and (max-width: 550px) {
    .promo__add__text {
        max-width:160px
    }
}

@media screen and (max-width: 360px) {
    .promo__add__text {
        font-size:15px
    }
}

.promo__text {
    margin-bottom: 58px
}

@media screen and (max-width: 1300px) {
    .promo__text {
        margin-bottom:25px
    }
}

@media screen and (max-width: 550px) {
    .promo__text {
        margin-bottom:70px
    }
}

@media screen and (max-width: 360px) {
    .promo__text {
        margin-bottom:55px
    }
}

.promo__text__top {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #e83e3e;
    margin-bottom: 17px
}

@media screen and (max-width: 1000px) {
    .promo__text__top {
        font-size:13px
    }
}

.promo__info {
    width: 640px
}

@media screen and (max-width: 1300px) {
    .promo__info {
        width:430px
    }
}

@media screen and (max-width: 1000px) {
    .promo__info {
        width:355px
    }
}

@media screen and (max-width: 550px) {
    .promo__info {
        width:100%;
        max-width: 400px
    }
}

.promo__info__bottom {
    display: flex;
    align-items: center
}

@media screen and (max-width: 360px) {
    .promo__info__bottom {
        flex-direction:column;
        align-items: flex-start
    }
}

.promo__info__bottom__text {
    border-left: 1px solid #111;
    padding: 42px 20px 40px 20px;
    flex: 1;
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -.02em;
    max-width: 130px
}

@media screen and (max-width: 1300px) {
    .promo__info__bottom__text {
        padding:32px 0 30px 20px
    }
}

@media screen and (max-width: 1000px) {
    .promo__info__bottom__text {
        padding:20px 0 18px 15px;
        font-size: 13px;
        margin-left: 15px
    }
}

@media screen and (max-width: 360px) {
    .promo__info__bottom__text {
        margin:0;
        max-width: 210px;
        border: none;
        padding: 15px 0
    }
}

.promo__image {
    flex: 1;
    position: relative
}

@media screen and (max-width: 850px) {
    .promo__image {
        display:none
    }
}

.promo__image__mobile {
    display: none
}

@media screen and (max-width: 850px) {
    .promo__image__mobile {
        display:block;
        position: absolute;
        left: 375px;
        width: 500px;
        top: 45%;
        transform: translate(0,-50%)
    }
}

@media screen and (max-width: 550px) {
    .promo__image__mobile {
        width:375px;
        bottom: 20%;
        top: auto;
        transform: none;
        left: 205px
    }
}

@media screen and (max-width: 360px) {
    .promo__image__mobile {
        width:330px;
        bottom: 26%;
        left: 180px
    }
}

.promo__image_x {
    position: absolute
}

.promo__image_x--1 {
    top: 30%;
    left: 19%;
    z-index: 0
}

@media screen and (max-width: 1300px) {
    .promo__image_x--1 {
        width:470px;
        left: 25%;
        top: 32%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--1 {
        width:340px;
        top: 26%
    }
}

.promo__image_x--2 {
    z-index: 2;
    left: 22%;
    top: 22%
}

@media screen and (max-width: 1300px) {
    .promo__image_x--2 {
        width:34px;
        left: 23%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--2 {
        width:26px;
        top: 15%;
        left: 20%
    }
}

.promo__image_x--3 {
    z-index: 2;
    left: 93%;
    top: 14%
}

@media screen and (max-width: 1300px) {
    .promo__image_x--3 {
        width:21px;
        left: 79%;
        top: 10%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--3 {
        width:18px;
        top: 3%;
        left: 76%
    }
}

.promo__image_x--4 {
    left: 95.15%;
    top: 6%;
    z-index: 2
}

@media screen and (max-width: 1300px) {
    .promo__image_x--4 {
        width:120px;
        left: 83%;
        top: 2%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--4 {
        width:86px;
        left: 80%;
        top: 0
    }
}

.promo__image_x--5 {
    top: 77%;
    left: 67.5%;
    z-index: 2
}

@media screen and (max-width: 1300px) {
    .promo__image_x--5 {
        width:70px;
        top: 85%;
        left: 70%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--5 {
        width:56px;
        top: 55%
    }
}

.promo__image_x--6 {
    left: 22.5%;
    top: -1.5%;
    z-index: 2
}

@media screen and (max-width: 1300px) {
    .promo__image_x--6 {
        width:145px;
        left: 30%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--6 {
        width:80px;
        top: -7%;
        left: 27%
    }
}

.promo__image_x--7 {
    z-index: 1;
    left: 8%;
    width: 660px;
    top: 20%
}

@media screen and (max-width: 1300px) {
    .promo__image_x--7 {
        width:554px;
        left: 19%
    }
}

@media screen and (max-width: 1000px) {
    .promo__image_x--7 {
        width:390px;
        top: 10%;
        left: 20%
    }
}

.btn__promo {
    background: #e83e3e;
    border-radius: 0;
    align-items: center;
    color: #fff;
    padding: 24px 42px;
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em
}

@media screen and (max-width: 1300px) {
    .btn__promo {
        padding:22px 25px;
        font-size: 16px
    }
}

@media screen and (max-width: 1000px) {
    .btn__promo {
        font-size:14px;
        padding: 13px 20px
    }
}

@media screen and (max-width: 400px) {
    .btn__promo {
        flex:1;
        white-space: nowrap;
        font-size: 13px;
        justify-content: center
    }
}

@media screen and (max-width: 360px) {
    .btn__promo {
        padding:11px 19px
    }
}

.btn__promo svg {
    margin-left: 18px;
    margin-top: -1px;
    transition: .25s
}

@media screen and (max-width: 1300px) {
    .btn__promo svg {
        width:11px
    }
}

@media screen and (max-width: 1000px) {
    .btn__promo svg {
        margin-left:10px;
        width: 8px;
        margin-top: 0
    }
}

.btn__promo:hover {
    background: #d32424
}

.btn__promo:hover svg {
    transform: translate(5px,0)
}

.promo__bottom {
    margin-bottom: 175px
}

@media screen and (max-width: 1100px) {
    .promo__bottom {
        margin-bottom:75px
    }
}

@media screen and (max-width: 550px) {
    .promo__bottom {
        margin-bottom:65px
    }
}

.promo__bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1480px;
    flex-wrap: wrap
}

@media screen and (max-width: 1100px) {
    .promo__bottom .container {
        justify-content:flex-start
    }
}

.promo__bottom__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a
}

@media screen and (max-width: 1100px) {
    .promo__bottom__text {
        width:100%
    }
}

@media screen and (max-width: 550px) {
    .promo__bottom__text {
        font-size:14px
    }
}

@media screen and (max-width: 550px) {
    .promo__bottom__text br {
        display:none
    }
}

.promo__bottom__count {
    display: flex;
    justify-content: flex-end;
    flex: 1
}

@media screen and (max-width: 1100px) {
    .promo__bottom__count {
        flex:none;
        margin-top: 30px
    }
}

@media screen and (max-width: 550px) {
    .promo__bottom__count {
        width:100%;
        justify-content: stretch
    }
}

.promo__bottom__count__item {
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
    margin-left: 65px;
    padding-top: 7px
}

@media screen and (max-width: 800px) {
    .promo__bottom__count__item {
        margin-left:40px
    }
}

@media screen and (max-width: 550px) {
    .promo__bottom__count__item {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 20px;
        flex: 1
    }
}

.promo__bottom__count__item:first-child {
    margin: 0
}

.promo__bottom__count__item__value {
    letter-spacing: -.02em;
    color: #e83e3e;
    font-size: 56px;
    line-height: 120%;
    margin-right: 19px
}

@media screen and (max-width: 800px) {
    .promo__bottom__count__item__value {
        font-size:48px;
        margin-right: 15px
    }
}

@media screen and (max-width: 550px) {
    .promo__bottom__count__item__value {
        margin:0 0 5px
    }
}

.promo__bottom__count__item__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em
}

@media screen and (max-width: 800px) {
    .promo__bottom__count__item__text {
        font-size:14px
    }
}

.decisions {
    margin-bottom: 70px
}

@media screen and (max-width: 1100px) {
    .decisions {
        margin-bottom:45px
    }
}

@media screen and (max-width: 550px) {
    .decisions {
        margin-bottom:25px
    }
}

.decisions__item {
    background: #e83e3e;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(25% - 10px);
    margin: 0 5px;
    color: #fff;
    padding: 42px 15px 24px
}

@media screen and (max-width: 800px) {
    .decisions__item {
        margin:0 2px 4px;
        width: calc(25% - 4px);
        padding: 28px 10px
    }
}

@media screen and (max-width: 550px) {
    .decisions__item {
        width:calc(50% - 4px);
        padding: 22px 10px
    }
}

.decisions__item__image {
    margin-bottom: 30px
}

@media screen and (max-width: 800px) {
    .decisions__item__image {
        margin-bottom:15px;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 550px) {
    .decisions__item__image {
        margin-bottom:13px
    }
}

.decisions__item img {
    width: 90px;
    height: 90px;
    object-fit: contain
}

@media screen and (max-width: 900px) {
    .decisions__item img {
        width:65px;
        height: 65px
    }
}

@media screen and (max-width: 800px) {
    .decisions__item img {
        width:55px;
        display: block;
        margin: 0 auto;
        height: 70px
    }
}

@media screen and (max-width: 550px) {
    .decisions__item img {
        width:46px;
        height: 55px
    }
}

.decisions__item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em
}

@media screen and (max-width: 800px) {
    .decisions__item__title {
        font-size:15px
    }
}

@media screen and (max-width: 550px) {
    .decisions__item__title {
        font-size:14px
    }
}

.decisions__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 10px
}

@media screen and (max-width: 800px) {
    .decisions__list {
        margin:0 -2px
    }
}

.decisions__line {
    background: #e83e3e;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #f9f6f6;
    padding: 22px
}

@media screen and (max-width: 800px) {
    .decisions__line {
        font-size:15px;
        padding: 16px
    }
}

@media screen and (max-width: 550px) {
    .decisions__line {
        font-size:14px;
        padding: 15px
    }
}

.decisions__title {
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    max-width: 600px;
    margin-bottom: 22px;
    letter-spacing: -.02em
}

@media screen and (max-width: 900px) {
    .decisions__title {
        font-size:42px;
        line-height: 1.1
    }
}

@media screen and (max-width: 800px) {
    .decisions__title {
        font-size:34px;
        max-width: 400px
    }
}

@media screen and (max-width: 550px) {
    .decisions__title {
        font-size:28px
    }
}

.decisions__title img {
    margin-left: 8px;
    margin-top: -8px;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 900px) {
    .decisions__title img {
        width:50px;
        margin-left: 12px
    }
}

@media screen and (max-width: 800px) {
    .decisions__title img {
        width:40px;
        margin-top: 1px
    }
}

@media screen and (max-width: 550px) {
    .decisions__title img {
        width:27px;
        margin-left: 10px
    }
}

.decisions__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a;
    margin-bottom: 60px
}

@media screen and (max-width: 800px) {
    .decisions__text {
        max-width:340px;
        font-size: 18px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 550px) {
    .decisions__text {
        font-size:15px;
        max-width: 280px;
        margin-bottom: 32px
    }
}

.decisions__add__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    margin-bottom: 35px
}

@media screen and (max-width: 1000px) {
    .decisions__add__title {
        font-size:18px;
        margin-bottom: 22px
    }
}

@media screen and (max-width: 550px) {
    .decisions__add__title {
        font-size:14px;
        margin-bottom: 15px
    }
}

.decisions__add__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a
}

@media screen and (max-width: 1000px) {
    .decisions__add__text {
        font-size:16px
    }
}

@media screen and (max-width: 550px) {
    .decisions__add__text {
        font-size:14px
    }
}

.decisions__add .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 1000px) {
    .decisions__add .container {
        justify-content:flex-start
    }
}

@media screen and (max-width: 550px) {
    .decisions__add .container {
        align-items:flex-start
    }
}

.decisions__add__info {
    flex: 1;
    max-width: 585px;
    padding-top: 40px
}

@media screen and (max-width: 1000px) {
    .decisions__add__info {
        max-width:450px;
        padding: 0
    }
}

.decisions__add__image {
    width: 570px;
    background: url(../img/decisions/bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: -45px
}

@media screen and (max-width: 1000px) {
    .decisions__add__image {
        width:450px;
        background-size: 75%;
        margin-left: -100px
    }
}

@media screen and (max-width: 750px) {
    .decisions__add__image {
        margin-left:-275px
    }
}

@media screen and (max-width: 550px) {
    .decisions__add__image {
        width:200px;
        margin-left: -115px;
        background-size: 65%;
        margin-top: -12px
    }
}

.decisions__add__image__inner img {
    width: 100%
}

.decisions__add {
    margin-bottom: 110px
}

@media screen and (max-width: 1000px) {
    .decisions__add {
        margin-bottom:50px
    }
}

.what__do__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    max-width: 220px;
    margin-right: 180px;
    margin-left: 50px
}

@media screen and (max-width: 1100px) {
    .what__do__title {
        margin-right:30px
    }
}

@media screen and (max-width: 1000px) {
    .what__do__title {
        font-size:42px
    }
}

@media screen and (max-width: 850px) {
    .what__do__title {
        margin:0;
        max-width: none;
        font-size: 32px;
        margin-bottom: 33px
    }
}

@media screen and (max-width: 600px) {
    .what__do__title {
        font-size:28px
    }
}

.what__do__triggers__item__image {
    height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.what__do__item__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em
}

@media screen and (max-width: 600px) {
    .what__do__item__text {
        font-size:16px
    }
}

.what__do__item__number {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    margin-bottom: 10px
}

@media screen and (max-width: 600px) {
    .what__do__item__number {
        font-size:12px;
        margin-bottom: 8px
    }
}

.what__do__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 590px;
    padding-top: 14px
}

@media screen and (max-width: 950px) {
    .what__do__list {
        max-width:600px
    }
}

@media screen and (max-width: 850px) {
    .what__do__list {
        max-width:none
    }
}

@media screen and (max-width: 600px) {
    .what__do__list {
        margin:0 -8px;
        padding: 0
    }
}

.what__do__item {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px 40px;
    padding-top: 25px;
    border-top: 1px solid #111
}

@media screen and (max-width: 850px) {
    .what__do__item {
        margin:0 20px 32px;
        padding-top: 20px
    }
}

@media screen and (max-width: 600px) {
    .what__do__item {
        padding-top:18px;
        margin: 0 8px 24px;
        width: calc(50% - 16px)
    }
}

.what__do__ancor_link {
    position: absolute;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    left: 0;
    top: 12px
}

@media screen and (max-width: 1250px) {
    .what__do__ancor_link {
        left:20px
    }
}

@media screen and (max-width: 850px) {
    .what__do__ancor_link {
        display:none
    }
}

.what__do .container {
    max-width: 1190px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: flex-start
}

@media screen and (max-width: 1100px) {
    .what__do .container {
        justify-content:space-between
    }
}

@media screen and (max-width: 850px) {
    .what__do .container {
        display:block
    }
}

.what__do__ancor_link svg {
    margin-top: 35px;
    margin-right: 3px
}

.what__do__ancor_link:hover {
    color: #e73f3e
}

.what__do__ancor_link:hover path {
    fill: #e73f3e
}

.what__do__ancor_link path {
    transition: .25s
}

.gray__bg {
    background: #f4f4f4;
    padding: 110px 0 70px;
    position: relative
}

@media screen and (max-width: 1000px) {
    .gray__bg {
        padding:75px 0 50px
    }
}

@media screen and (max-width: 850px) {
    .gray__bg {
        padding:65px 0 40px
    }
}

.what__do__ancor_link:hover svg {
    transform: translate(0,10px)
}

.what__do__ancor_link svg {
    transition: .25s
}

.what__do__triggers__item__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em
}

@media screen and (max-width: 750px) {
    .what__do__triggers__item__text {
        max-width:460px
    }
}

@media screen and (max-width: 600px) {
    .what__do__triggers__item__text {
        font-size:15px;
        max-width: 340px
    }
}

.what__do__triggers__item img {
    margin-bottom: 40px;
    height: 70px;
    object-fit: contain;
    max-width: 100px
}

@media screen and (max-width: 750px) {
    .what__do__triggers__item img {
        max-width:initial;
        width: 80px;
        margin-bottom: 20px;
        height: 60px
    }
}

@media screen and (max-width: 600px) {
    .what__do__triggers__item img {
        width:70px;
        height: 45px
    }
}

.what__do__triggers__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media screen and (max-width: 750px) {
    .what__do__triggers__list {
        margin:0
    }
}

.what__do__triggers__item {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px
}

@media screen and (max-width: 1100px) {
    .what__do__triggers__item {
        width:calc(50% - 40px);
        margin-bottom: 70px
    }

    .what__do__triggers__item:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 750px) {
    .what__do__triggers__item {
        width:100%;
        margin: 0 0 45px
    }

    .what__do__triggers__item:last-child {
        margin-bottom: 0
    }
}

.what__do__add__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

@media screen and (max-width: 600px) {
    .what__do__add__title {
        font-size:20px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 360px) {
    .what__do__add__title {
        font-size:18px;
        margin-bottom: 14px
    }
}

.what__do__add__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a;
    max-width: 400px
}

@media screen and (max-width: 1100px) {
    .what__do__add__text {
        max-width:360px
    }
}

@media screen and (max-width: 600px) {
    .what__do__add__text {
        font-size:14px
    }
}

.what__do__add__say {
    background: #111;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #f9f6f6;
    border-radius: 20px;
    display: inline-flex;
    padding: 15px 21px;
    max-width: 244px;
    margin-right: 65px;
    position: relative
}

@media screen and (max-width: 1100px) {
    .what__do__add__say {
        margin-right:25px
    }
}

@media screen and (max-width: 600px) {
    .what__do__add__say {
        font-size:12px;
        max-width: 185px
    }
}

.what__do__add .container {
    display: flex;
    justify-content: flex-end;
    max-width: 1300px;
    align-items: flex-end;
    position: relative
}

@media screen and (max-width: 600px) {
    .what__do__add .container {
        justify-content:flex-start
    }
}

.what__do__add {
    position: relative;
    padding-top: 125px;
    margin-bottom: 170px
}

@media screen and (max-width: 850px) {
    .what__do__add {
        padding-top:75px;
        margin-bottom: 75px
    }
}

@media screen and (max-width: 600px) {
    .what__do__add {
        padding-top:35px
    }
}

@media screen and (max-width: 420px) {
    .what__do__add {
        margin-bottom:50px
    }
}

.what__do__add__content {
    display: flex;
    align-items: flex-start;
    position: relative
}

@media screen and (max-width: 1100px) {
    .what__do__add__content {
        flex-direction:column;
        justify-content: flex-end;
        align-items: flex-end
    }
}

@media screen and (max-width: 600px) {
    .what__do__add__content {
        display:block;
        margin-left: 100px;
        padding: 0
    }
}

@media screen and (max-width: 360px) {
    .what__do__add__content {
        margin-left:80px
    }
}

.what__do__add__image {
    position: absolute;
    left: 20px;
    top: -222px
}

@media screen and (max-width: 1000px) {
    .what__do__add__image {
        left:0;
        top: -140px
    }
}

@media screen and (max-width: 850px) {
    .what__do__add__image {
        top:-40px
    }
}

@media screen and (max-width: 600px) {
    .what__do__add__image {
        left:-70px;
        top: -65px
    }
}

.what__do__add__info {
    margin-right: 105px;
    padding-top: 10px;
    max-width: 400px
}

@media screen and (max-width: 1100px) {
    .what__do__add__info {
        margin-right:0;
        margin-bottom: 47px
    }
}

@media screen and (max-width: 600px) {
    .what__do__add__info {
        margin-bottom:35px;
        max-width: 270px
    }
}

.what__do__triggers {
    margin-bottom: 118px
}

@media screen and (max-width: 750px) {
    .what__do__triggers {
        margin-bottom:70px
    }
}

@media screen and (max-width: 600px) {
    .what__do__triggers {
        margin-bottom:55px
    }
}

.what__do__add__say:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 19px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.76837e-05 14.7395C9.10232 16.3944 16.0325 11.6364 18.3597 9.05055L18.1012 1.29294C15.6015 1.81011 10.1884 2.27557 8.53343 0C8.79201 9.30914 1.81016 13.9637 4.76837e-05 14.7395Z' fill='%23111'/%3E%3C/svg%3E%0A");
    display: block;
    background-repeat: no-repeat
}

.what__do__add__say:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -30px;
    background-image: url(../img/what_do/say.svg);
    display: block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (max-width: 600px) {
    .what__do__add__say:after {
        width:50px;
        height: 50px;
        background-size: contain;
        right: -15px;
        top: -23px
    }
}

.what__do__triggers__2__list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

@media screen and (max-width: 1100px) {
    .what__do__triggers__2__list {
        margin-bottom:-45px
    }
}

@media screen and (max-width: 360px) {
    .what__do__triggers__2__list {
        margin:0 0 -50px
    }
}

.what__do__triggers__2__item {
    width: calc(25% - 30px);
    margin: 0 15px
}

@media screen and (max-width: 1100px) {
    .what__do__triggers__2__item {
        width:calc(50% - 30px);
        margin-bottom: 45px
    }
}

@media screen and (max-width: 360px) {
    .what__do__triggers__2__item {
        width:50%;
        margin: 0 0 45px
    }
}

.what__do__triggers__2__item__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #111
}

@media screen and (max-width: 600px) {
    .what__do__triggers__2__item__text {
        font-size:16px
    }
}

@media screen and (max-width: 420px) {
    .what__do__triggers__2__item__text {
        font-size:14px
    }
}

@media screen and (max-width: 360px) {
    .what__do__triggers__2__item__text {
        font-size:12px
    }
}

.what__do__triggers__2__item img {
    margin-bottom: 10px
}

.what__do__triggers__2__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    border-bottom: 1px solid #111;
    padding-bottom: 18px;
    margin-bottom: 40px
}

@media screen and (max-width: 600px) {
    .what__do__triggers__2__title {
        padding-bottom:10px;
        margin-bottom: 34px
    }
}

.what__do__triggers__2 {
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 600px) {
    .what__do__triggers__2 {
        padding-bottom:25px
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.trigger__animate__1 {
    animation: rotate 15s linear infinite
}

.decore__bg {
    position: absolute;
    right: 0;
    bottom: -40px;
    transform: translate(0,50%)
}

@media screen and (max-width: 1200px) {
    .decore__bg {
        width:280px
    }
}

@media screen and (max-width: 1000px) {
    .decore__bg {
        width:225px
    }
}

@media screen and (max-width: 750px) {
    .decore__bg {
        width:125px
    }
}

@media screen and (max-width: 600px) {
    .decore__bg {
        width:100px
    }
}

@media screen and (max-width: 420px) {
    .decore__bg {
        width:70px;
        bottom: -30px
    }
}

@media screen and (max-width: 1000px) {
    .what__do__add__inner img {
        max-width:320px
    }
}

@media screen and (max-width: 600px) {
    .what__do__add__inner img {
        max-width:200px
    }
}

.online__write {
    padding: 120px 0 158px
}

@media screen and (max-width: 1000px) {
    .online__write {
        padding:75px 0
    }
}

@media screen and (max-width: 600px) {
    .online__write {
        padding:65px 0
    }
}

.online__write .container {
    display: flex;
    align-items: flex-start
}

.online__write__info {
    padding-top: 65px;
    margin-left: 144px;
    flex: 1;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1200px) {
    .online__write__info {
        margin-left:40px
    }
}

@media screen and (max-width: 1000px) {
    .online__write__info {
        padding-top:45px
    }
}

@media screen and (max-width: 600px) {
    .online__write__info {
        margin:0;
        padding: 0
    }
}

.online__write__info__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

@media screen and (max-width: 1000px) {
    .online__write__info__title {
        font-size:36px
    }
}

@media screen and (max-width: 600px) {
    .online__write__info__title {
        font-size:28px;
        margin-bottom: 18px
    }
}

.online__write__info__tag {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    font-weight: 600
}

@media screen and (max-width: 1000px) {
    .online__write__info__tag {
        font-size:12px
    }
}

.online__write__info__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a;
    margin-bottom: 70px;
    max-width: 410px
}

@media screen and (max-width: 1000px) {
    .online__write__info__text {
        font-size:17px;
        max-width: 340px;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 600px) {
    .online__write__info__text {
        font-size:14px;
        margin-bottom: 24px;
        max-width: 290px
    }
}

.online__write__image {
    width: 365px
}

@media screen and (max-width: 1000px) {
    .online__write__image {
        width:220px
    }
}

@media screen and (max-width: 600px) {
    .online__write__image {
        display:none
    }
}

.online__write__image--mobile {
    display: none
}

@media screen and (max-width: 600px) {
    .online__write__image--mobile {
        display:block;
        width: 100%;
        margin-bottom: 25px
    }
}

.online__write__image__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 10px
}

@media screen and (max-width: 1000px) {
    .online__write__image__name {
        font-size:20px
    }
}

@media screen and (max-width: 600px) {
    .online__write__image__name {
        font-size:18px;
        margin-bottom: 10px
    }
}

.online__write__image__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a;
    max-width: 280px;
    font-style: italic
}

@media screen and (max-width: 1000px) {
    .online__write__image__text {
        font-size:14px
    }
}

@media screen and (max-width: 600px) {
    .online__write__image__inner {
        display:flex;
        align-items: center
    }
}

.online__write__image__inner__content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px
}

@media screen and (max-width: 1000px) {
    .online__write__image__inner__content {
        margin-bottom:20px
    }
}

@media screen and (max-width: 600px) {
    .online__write__image__inner__content {
        flex:1;
        margin: 0 15px 0 0;
        max-width: 90px
    }
}

@media screen and (max-width: 400px) {
    .online__write__image__inner__content__text {
        max-width:200px
    }
}

.online__write__image__inner__content img {
    width: 100%;
    margin-top: 27px;
    display: block
}

@media screen and (max-width: 1000px) {
    .online__write__image__inner__content img {
        margin-top:20px
    }
}

@media screen and (max-width: 600px) {
    .online__write__image__inner__content img {
        margin-top:12px
    }
}

.online__write__image__round {
    margin-right: 23px;
    background: #e83e3e;
    width: 34px;
    height: 34px;
    border-radius: 50%
}

@media screen and (max-width: 1000px) {
    .online__write__image__round {
        width:28px;
        height: 28px;
        margin-right: 10px
    }
}

@media screen and (max-width: 600px) {
    .online__write__image__round {
        width:12px;
        height: 12px;
        margin-right: 7px
    }
}

.portfolio__tag {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    margin-bottom: 20px
}

.portfolio__top__row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.portfolio__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    max-width: 600px;
    flex: 1
}

@media screen and (max-width: 950px) {
    .portfolio__title {
        font-size:38px;
        max-width: 400px
    }
}

@media screen and (max-width: 850px) {
    .portfolio__title {
        font-size:34px
    }
}

@media screen and (max-width: 500px) {
    .portfolio__title {
        font-size:28px;
        max-width: 300px
    }
}

.portfolio__who {
    background: #111;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #f9f6f6;
    border-radius: 20px;
    display: inline-flex;
    padding: 15px 21px;
    max-width: 284px;
    margin-left: 40px;
    position: relative
}

@media screen and (max-width: 850px) {
    .portfolio__who {
        display:none
    }
}

.portfolio__top {
    margin-bottom: 90px
}

@media screen and (max-width: 850px) {
    .portfolio__top {
        margin-bottom:35px
    }
}

.portfolio__item {
    display: flex;
    margin-bottom: 20px
}

@media screen and (max-width: 1100px) {
    .portfolio__item {
        margin-bottom:50px
    }
}

@media screen and (max-width: 850px) {
    .portfolio__item {
        flex-direction:column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 35px
    }
}

.portfolio__item__info {
    width: 372px
}

@media screen and (max-width: 850px) {
    .portfolio__item__info {
        width:100%;
        position: relative
    }
}

.portfolio__item__image {
    flex: 1;
    position: relative;
    margin-right: 40px;
    overflow: hidden;
    font-size: 0
}

@media screen and (max-width: 850px) {
    .portfolio__item__image {
        width:100%;
        flex: none;
        margin-bottom: 30px
    }
}

.portfolio__item__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1
}

@media screen and (max-width: 850px) {
    .portfolio__item__tag {
        top:12px;
        left: 12px
    }
}

.portfolio__item__tag span {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    display: block;
    border-radius: 50px;
    padding: 0 22px;
    pointer-events: none
}

@media screen and (max-width: 850px) {
    .portfolio__item__tag span {
        font-size:12px;
        font-weight: 700;
        line-height: 1;
        padding: 8px 18px
    }
}

.portfolio__item__image__title {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: #fff;
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 200px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    left: 50%;
    animation: marquee 250s linear infinite
}

@media screen and (max-width: 1100px) {
    .portfolio__item__image__title {
        font-size:96px
    }
}

.portfolio__item:last-child {
    margin-bottom: 0
}

.portfolio__add__item:hover img {
    transform: scale(1.1)
}

.portfolio__add__item img {
    transition: .25s
}

.portfolio__add__item {
    overflow: hidden
}

.portfolio__item__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: block;
    color: inherit;
    text-decoration: none
}

.portfolio__item__title:hover {
    color: #e83e3e
}

@media screen and (max-width: 850px) {
    .portfolio__item__title {
        font-size:24px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 500px) {
    .portfolio__item__title {
        font-size:20px
    }
}

.portfolio__item__point__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #9a9a9a;
    font-style: italic;
    margin-bottom: 8px
}

@media screen and (max-width: 850px) {
    .portfolio__item__point__title {
        font-size:16px
    }
}

@media screen and (max-width: 500px) {
    .portfolio__item__point__title {
        font-size:14px
    }
}

.portfolio__item__point__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em
}

@media screen and (max-width: 850px) {
    .portfolio__item__point__text {
        font-size:16px
    }
}

@media screen and (max-width: 500px) {
    .portfolio__item__point__text {
        font-size:14px
    }
}

.portfolio__item__point {
    margin-bottom: 55px;
}

@media screen and (max-width: 850px) {
    .portfolio__item__point:last-child {
        margin-bottom:0
    }
}

@media screen and (max-width: 850px) {
    .portfolio__item__point {
        max-width:350px;
        margin-bottom: 16px
    }
}

.portfolio__who:before {
    z-index: 2;
    position: absolute;
    content: "";
    width: 64px;
    height: 64px;
    bottom: -32px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/smiles/3.svg)
}

.portfolio__who:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3597 14.7395C9.25742 16.3944 2.32729 11.6364 0 9.05055L0.258587 1.29294C2.75826 1.81011 8.17136 2.27557 9.82631 0C9.56773 9.30914 16.5496 13.9637 18.3597 14.7395Z' fill='%23111'/%3E%3C/svg%3E%0A");
    bottom: 1px;
    right: -9px;
    background-repeat: no-repeat
}

.portfolio__item__link {
    position: relative;
    display: inline-flex;
    color: #000;
    text-decoration: none;
    align-items: center;
    font-weight: 500;
    transition: 0s;
    margin-top: 50px;
}

@media screen and (max-width: 850px) {
    .portfolio__item__link {
        margin-top:20px;
        position: absolute;
        right: 15px;
        bottom: 0;
        transform: translate(0,-70%)
    }
}

.portfolio__item__link__text {
    border-bottom: 2px solid #000;
    position: relative;
    z-index: 1
}

.portfolio__item__link__text i {
    color: #fff;
    font-style: normal
}

.portfolio__item__link svg {
    width: 12px;
    margin-left: 8px;
    position: relative;
    z-index: 1
}

.portfolio__item__link .header__btn__round {
    right: -7px
}

.portfolio__item__link:hover {
    color: #fff
}

.portfolio__item__link:hover .portfolio__item__link__text {
    border-color: transparent
}

.portfolio__item__link:hover .header__btn__round {
    background: #e83e3e;
    transform: scale(3) translate(-11px,-16%)
}

.portfolio__item__image__inner:hover img {
    transform: scale(1.1)
}

.portfolio__item__image__inner {
    height: 100%
}

.portfolio__item__image__inner img {
    transition: .25s;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.portfolio__add__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.02em;
    max-width: 232px
}

@media screen and (max-width: 420px) {
    .portfolio__add__text {
        white-space:normal;
        font-size: 18px;
        max-width: 160px
    }
}

.portfolio__add {
    margin-top: 80px;
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 900px) {
    .portfolio__add {
        flex-wrap:wrap;
        align-items: center
    }
}

@media screen and (max-width: 420px) {
    .portfolio__add {
        margin-top:50px
    }
}

.portfolio__add__btns {
    display: flex;
    align-items: center;
    align-self: flex-end;
    margin-bottom: 5px
}

@media screen and (max-width: 900px) {
    .portfolio__add__btns {
        margin-left:40px;
        margin-bottom: -3px
    }
}

@media screen and (max-width: 420px) {
    .portfolio__add__btns {
        margin-bottom:5px
    }
}

.portfolio__add__btn {
    background: 0 0;
    border: none;
    appearance: none;
    padding: 2px 8px
}

.portfolio__add__btn:hover path {
    fill: #e83e3e
}

.portfolio__add__btn path {
    transition: .25s
}

.portfolio {
    padding-bottom: 120px
}

@media screen and (max-width: 900px) {
    .portfolio {
        padding-bottom:75px
    }
}

@media screen and (max-width: 420px) {
    .portfolio {
        padding-bottom:50px
    }
}

.portfolio__add__wrap {
    margin: 0 15px 0 50px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: calc(100% - 232px - 30px - 40px - 80px)
}

@media screen and (max-width: 900px) {
    .portfolio__add__wrap {
        order:2;
        width: calc(100% + 40px);
        margin: 30px -20px 0;
        max-width: none
    }
}

@media screen and (max-width: 600px) {
    .portfolio__add__wrap {
        width:calc(100% + 20px);
        margin: 30px -10px 0
    }
}

@media screen and (max-width: 420px) {
    .portfolio__add__wrap {
        margin-top:25px
    }
}

.portfolio__add__list .slick-slide {
    margin: 0 20px
}

@media screen and (max-width: 600px) {
    .portfolio__add__list .slick-slide {
        margin:0 10px
    }
}

.portfolio__add__list {
    width: 100%
}

@keyframes marquee {
    from {
        transform: translate(0,-50%)
    }

    to {
        transform: translate(-100%,-50%)
    }
}

.payment {
    background: #e83e3e;
    color: #fff;
    padding: 120px 0;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1000px) {
    .payment {
        padding:75px 0
    }
}

@media screen and (max-width: 550px) {
    .payment {
        padding:50px 0
    }
}

.payment__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #f9f6f6;
    margin-bottom: 55px
}

.payment__title img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 7px
}

.payment__item__icon {
    margin-bottom: 12px
}

.payment__item__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #f9f6f6
}

.payment__item {
    margin-bottom: 40px;
    max-width: 380px
}

.payment__item:last-child {
    margin-bottom: 0
}

.payment__decore__text {
    writing-mode: vertical-lr;
    position: absolute;
    left: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em
}

@media screen and (max-width: 1200px) {
    .payment__decore__text {
        left:25px
    }
}

.payment .container {
    position: relative;
    max-width: 1190px
}

.payment__info {
    margin-left: 185px;
    position: relative;
    z-index: 2
}

.payment__info__image {
    position: absolute;
    right: -530px;
    bottom: -130px;
    max-width: 940px
}

@media screen and (max-width: 1000px) {
    .payment__info {
        margin:0
    }

    .payment__decore__text {
        display: none
    }

    .payment__title {
        font-size: 40px;
        line-height: 1.25;
        margin-bottom: 40px
    }

    .payment__title img {
        width: 50px;
        margin-top: 1px
    }

    .payment__item__text {
        font-size: 16px
    }

    .payment__item {
        max-width: 300px
    }

    .payment__info__image {
        max-width: 700px;
        right: -125px;
        bottom: -90px
    }
}

@media screen and (max-width: 550px) {
    .payment {
        padding:55px 0
    }

    .payment__info__image {
        right: auto;
        left: 5%;
        width: 120%;
        bottom: -80px
    }

    .payment__title {
        font-size: 28px;
        margin-bottom: 35px
    }

    .payment__title img {
        width: 34px
    }

    .payment__item__text {
        font-size: 14px
    }

    .payment__item {
        max-width: 280px
    }
}

.calculation {
    background: #f4f4f4;
    padding: 120px 0;
    position: relative
}

.calculation__item__choose__item__value {
    padding: 14px 24px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    border: 1px solid #9a9a9a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 430px
}

.calculation__item__choose__item__value:hover {
    background: #000;
    color: #fff
}

.calculation__item__choose__item {
    position: relative;
    margin: 12px;
    cursor: pointer
}

.calculation__item__choose__item input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden
}

.calculation__item__choose__item input:checked+.calculation__item__choose__item__value {
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c
}

.calculation__item__choose {
    display: flex;
    flex-wrap: wrap;
    margin: -12px
}

.calculation__item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 40px
}

.calculation__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #111;
    margin-bottom: 40px
}

.calculation__inner {
    max-width: 670px;
    position: relative;
    z-index: 1
}

.calculation__steps {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    border-bottom: 1px solid #111;
    padding-bottom: 13px
}

.calculation__top {
    margin-bottom: 20px
}

.calculation .container {
    display: flex;
    justify-content: flex-end
}

.calculation__btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em;
    border: 2px solid #e83e3e;
    color: #e83e3e;
    padding: 21px 35px;
    background: 0 0;
    appearance: none
}

.calculation__btn--next {
    background: #e83e3e;
    color: #fefefe
}

.calculation__btns {
    display: flex;
    align-items: center
}

.calculation__content {
    margin-bottom: 40px
}

.calculation__btn--prev:hover {
    background: #d32424;
    color: #fff
}

.calculation__btn--next:hover {
    background: #d32424
}

.calculation__item {
    display: none
}

.calculation__btn--prev {
    margin-right: 20px
}

.calculation__item__field input {
    border: 2px solid #e83e3e;
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 24px;
    border-radius: 0;
    background: 0 0;
    width: 100%;
    max-width: 500px
}

.calculation__item__btn {
    margin-top: 24px
}

.btn__send__calculation {
    background: #e83e3e;
    font-size: 16px;
    letter-spacing: -.02em;
    padding: 20px 20px;
    border-radius: 0;
    width: 100%;
    color: #fff;
    font-weight: 600;
    max-width: 280px;
    line-height: 1.4
}

.btn__send__calculation:hover {
    background: #d32424
}

.calculation__image--1 {
    position: absolute;
    top: -210px;
    left: -103px
}

.calculation__image--2 {
    position: absolute;
    top: 175px;
    left: 85px
}

@media screen and (max-width: 1400px) {
    .calculation__image--1 {
        width:320px
    }

    .calculation__image--2 {
        width: 350px;
        top: 100px;
        left: 30px
    }
}

@media screen and (max-width: 1100px) {
    .calculation__image--1 {
        width:160px;
        left: -50px;
        top: -50px
    }

    .calculation__image--2 {
        width: 180px;
        top: 80px;
        left: 10px
    }
}

@media screen and (max-width: 1000px) {
    .calculation__images {
        display:none
    }

    .calculation .container {
        justify-content: flex-start
    }

    .calculation {
        padding: 75px 0
    }

    .calculation__title {
        font-size: 40px;
        line-height: 1.25;
        margin-bottom: 40px;
        max-width: 500px
    }
}

@media screen and (max-width: 650px) {
    .calculation {
        padding:60px 0 55px
    }

    .calculation__title {
        font-size: 32px;
        margin-bottom: 32px
    }

    .calculation__item__title {
        font-size: 20px;
        margin-bottom: 28px
    }

    .calculation__btn {
        padding: 17px;
        font-size: 16px;
        min-width: 120px;
        font-weight: 500
    }

    .calculation__item__field input {
        font-size: 16px;
        padding: 22px 22px
    }

    .calculation__item__choose__item {
        margin: 8px
    }

    .calculation__item__choose__item__value {
        font-size: 13px;
        padding: 12px 20px
    }

    .calculation__item__choose {
        margin: -8px
    }

    .calculation__content {
        margin-bottom: 35px
    }
}

@media screen and (max-width: 550px) {
    .calculation__title {
        font-size:28px;
        max-width: 400px;
        margin-bottom: 30px
    }

    .calculation {
        padding: 50px 0
    }

    .calculation__item__choose {
        flex-direction: column;
        align-items: flex-start
    }

    .calculation__item__choose__item__value {
        font-size: 12px;
        padding: 14px 22px
    }

    .calculation__item__field input {
        font-size: 15px;
        padding: 20px
    }

    .calculation__top {
        margin-bottom: 25px
    }

    .btn__send__calculation {
        max-width: 100%
    }
}

@media screen and (max-width: 360px) {
    .calculation__item__choose__item__value {
        font-size:11px;
        padding: 12px 18px
    }

    .calculation__item__choose__item {
        margin: 5px
    }

    .calculation__item__choose {
        margin: -5px
    }

    .calculation__item__field input {
        font-size: 14px;
        padding: 17px
    }

    .calculation__item__title {
        font-size: 16px
    }

    .btn__send__calculation {
        font-size: 14px
    }
}

.calculation__item__choose__item__value:hover {
    background: #000;
    color: #fff
}

.team__tag {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    margin-bottom: 20px
}

.team {
    padding: 160px 0;
    max-width: 1920px;
    margin: 0 auto
}

.team__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.02em;
    max-width: 500px;
    position: relative;
    margin: 0 auto
}

.team__title__image {
    position: absolute;
    right: -5px;
    top: 53%;
    transform: translate(100%,-50%)
}

.team__list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start
}

.team__item__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    background: #e83e3e;
    color: #fff;
    padding: 26px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.team__item__image {
    font-size: 0
}

.team__item:hover .team__item__info {
    opacity: 1;
    z-index: 1
}

.team__item__name {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #f9f6f6;
    margin-bottom: 32px
}

.team__item__who {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em
}

.team__item__info__top {
    margin-bottom: 25px;
    opacity: 0;
    transition: .25s;
    transition-delay: .25s;
    transform: translate(0,-25px)
}

.team__item:hover .team__item__info__top {
    transform: translate(0,0);
    opacity: 1
}

.team__item:hover .team__item__call {
    transform: translate(0,0);
    opacity: 1
}

.team__item__call {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #fefefe;
    text-decoration: none;
    display: inline-block;
    position: relative;
    opacity: 0;
    transition: .25s color,.25s opacity .25s,.25s transform .25s;
    transform: translate(0,25px)
}

.team__item__call:hover:after {
    height: calc(100% + 10px);
    left: -15px;
    right: -15px
}

.team__item__call:after {
    position: absolute;
    bottom: -5px;
    content: "";
    right: 0;
    height: 2px;
    background: #fff;
    left: 0;
    transition: .25s;
    z-index: -1
}

.team__item__call:hover {
    color: #e83e3e
}

.team__item {
    position: relative;
    width: 100%
}

.team__item__wrap {
    padding: 0 20px;
    max-width: 350px;
    width: 100%
}

.team__list:focus {
    outline: 0
}

.team__item__wrap:nth-child(2n) {
    margin-top: 70px
}

.team__item__image img {
    width: 100%
}

.slider__team__arrows {
    max-width: 550px;
    margin: 25px auto;
    display: none
}

.team__list .slick-slide {
    padding: 0 20px 0
}

.team__list .slick-slide:nth-child(2n) {
    padding-top: 70px
}

.team__list {
    display: block;
    margin: 80px 0 0
}

@media screen and (max-width: 1000px) {
    .team__title img {
        width:80px
    }

    .team__title {
        font-size: 38px;
        max-width: 355px
    }

    .team__title__image {
        width: 85px;
        right: 0;
        top: 50%
    }

    .team {
        padding: 75px 0
    }

    .team__list {
        margin: 60px 0 0
    }

    .team__item__wrap {
        max-width: 300px;
        padding: 0 10px
    }

    .team__item__info {
        padding: 25px
    }

    .team__item__name {
        font-size: 24px;
        margin-bottom: 20px
    }

    .team__item__info__top {
        max-width: 200px
    }

    .team__item__who {
        font-size: 16px
    }

    .team__item__call {
        font-size: 16px
    }
}

@media screen and (max-width: 550px) {
    .slider__team__arrows {
        display:flex
    }

    .team__title img {
        width: 60px
    }

    .team__title {
        margin: 0;
        text-align: left;
        font-size: 28px;
        max-width: 250px
    }

    .team__tag {
        text-align: left;
        font-size: 12px;
        margin-bottom: 16px
    }

    .team__title__image {
        width: 60px
    }

    .team {
        padding: 50px 0
    }

    .team__list {
        margin-top: 35px
    }

    .team__item__wrap {
        max-width: 265px
    }

    .team__list .slick-slide:nth-child(2n) {
        padding-top: 50px
    }

    .team__list .slick-slide {
        padding: 0 0 0 20px
    }
}

.responsive {
    padding: 28px 0;
    overflow: hidden
}

.responsive__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 32px;
    max-width: 745px;
    margin-right: 20px
}

.responsive__slider__item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 32px;
    max-width: 470px
}

.responsive__slider__item__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em;
    max-width: 470px
}

.responsive__point {
    background: #111;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.02em;
    color: #f9f6f6;
    border-radius: 20px;
    display: inline-flex;
    padding: 15px 21px;
    max-width: 192px;
    position: relative;
    margin-top: -70px;
    z-index: 3
}

.responsive__point:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 19px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.76837e-05 14.7395C9.10232 16.3944 16.0325 11.6364 18.3597 9.05055L18.1012 1.29294C15.6015 1.81011 10.1884 2.27557 8.53343 0C8.79201 9.30914 1.81016 13.9637 4.76837e-05 14.7395Z' fill='%23111'/%3E%3C/svg%3E%0A");
    display: block;
    background-repeat: no-repeat
}

.responsive__point:after {
    z-index: 2;
    position: absolute;
    content: "";
    width: 64px;
    height: 64px;
    top: -32px;
    right: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/smiles/6.svg)
}

.responsive__top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.responsive__slider__steps {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #e83e3e;
    border-bottom: 1px solid #111;
    padding-bottom: 13px;
    max-width: 685px
}

.responsive__slider__top {
    margin-bottom: 25px
}

.responsive__slider__arrow {
    background: 0 0;
    border: none;
    appearance: none;
    padding: 2px 5px
}

.responsive__slider__arrow path {
    transition: .25s
}

.responsive__slider__arrow:hover path {
    fill: #e83e3e
}

.responsive__slider__item__info {
    position: relative;
    max-width: 690px;
    width: 100%
}

.responsive__slider__arrows {
    position: absolute;
    right: 9px;
    top: 4px
}

.responsive {
    padding: 28px 0 225px
}

.responsive__slider__item__inner {
    display: flex;
    position: relative
}

.responsive__slider__item__image {
    width: calc(100% - 690px);
    position: absolute;
    right: -25px;
    top: -155px
}

.responsive__slider__inner .slick-list {
    overflow: visible
}

.responsive__slider__inner .slick-slide.slick-current.slick-active {
    opacity: 1
}

.responsive__slider__inner .slick-slide {
    opacity: 0
}

.slick-current .responsive__slider__item__title {
    opacity: 1;
    transform: translate(0,0)
}

.slick-current .responsive__slider__item__text {
    opacity: 1;
    transform: translate(0,0)
}

.slick-current .responsive__slider__item__image {
    opacity: 1;
    transform: translate(0,0)
}

.responsive__slider__item__title {
    opacity: 0;
    transition: .75s;
    transform: translate(0,-25px);
    transition-delay: .25s
}

.responsive__slider__item__text {
    opacity: 0;
    transition: .75s;
    transform: translate(0,-25px);
    transition-delay: .5s
}

.responsive__slider__item__image {
    opacity: 0;
    transition: .75s;
    transform: translate(0,-25px);
    transition-delay: .75s
}

.responsive__slider__wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.responsive__slider__item__image__2 {
    width: calc(100% - 690px);
    position: absolute;
    right: -25px;
    top: -155px
}

.responsive__slider__inner {
    width: 100%
}

@media screen and (max-width: 1200px) {
    .responsive__slider__item__image__2 {
        width:calc(100% - 550px)
    }

    .responsive__title {
        font-size: 35px;
        max-width: 500px
    }

    .responsive__slider__item__info {
        max-width: 550px
    }

    .responsive__slider__steps {
        max-width: 550px
    }

    .responsive__slider__item__image {
        width: calc(100% - 550px)
    }
}

@media screen and (max-width: 1000px) {
    .responsive__slider__item__image__2 {
        position:static;
        max-width: 500px;
        width: 100%
    }

    .responsive__slider__item__inner {
        flex-direction: column
    }

    .responsive__slider__item__image {
        position: static;
        width: 100%;
        max-width: 550px
    }

    .responsive__slider__item__info {
        margin-bottom: 50px
    }

    .responsive {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 750px) {
    .responsive {
        padding-bottom:50px;
        position: relative
    }

    .responsive__title {
        font-size: 27px
    }

    .responsive__slider__item__title {
        font-size: 21px
    }

    .responsive__slider__item__info {
        max-width: 420px;
        margin-bottom: 25px
    }

    .responsive__slider__arrows {
        right: -90px
    }

    .responsive__slider__item__image {
        max-width: 400px
    }

    .responsive__point {
        position: absolute;
        right: 20px;
        bottom: 320px
    }
}

@media screen and (max-width: 550px) {
    .responsive__slider__item__image__2 {
        margin-left:-15%;
        margin-top: -10%;
        padding-right: 90px;
        max-width: 800px;
        width: 120%
    }

    .responsive__slider__arrows {
        right: 0;
        z-index: 3
    }

    .responsive__slider__item__info {
        max-width: 400px
    }

    .responsive__slider__item__text {
        font-size: 14px;
        line-height: 1.5
    }

    .responsive__slider__item__title {
        margin-bottom: 18px;
        font-size: 18px;
        padding-right: 90px
    }

    .responsive__point {
        font-size: 12px;
        line-height: 1.2;
        padding: 11px 20px;
        max-width: 138px;
        bottom: 38%;
        right: 10px
    }

    .responsive__point:after {
        width: 40px;
        height: 40px;
        top: -22px;
        right: 6px
    }

    .responsive__slider__item__image {
        max-width: 80%;
        margin-left: -17%;
        margin-top: -5%
    }
}

@media screen and (max-width: 360px) {
    .responsive__point {
        bottom:30%
    }
}

.question__form {
    max-width: 670px
}

@media screen and (max-width: 1000px) {
    .question__form {
        max-width:500px
    }
}

.question__form__row {
    display: flex;
    width: 100%;
    margin-bottom: 32px
}

@media screen and (max-width: 1000px) {
    .question__form__row {
        margin-bottom:24px
    }
}

.question__form__row input {
    background: 0 0;
    border: 2px solid #e83e3e;
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 24px;
    width: 50%;
    border-radius: 0
}

@media screen and (max-width: 1000px) {
    .question__form__row input {
        padding:16px 20px;
        font-size: 15px
    }
}

.question__form__row input+input {
    border-left: 0
}

.question__form__btn {
    background: #e83e3e;
    color: #fff;
    border: none;
    border-radius: 0;
    appearance: none;
    padding: 23px 37px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em
}

.question__form__btn:hover {
    background: #d32424
}

@media screen and (max-width: 1000px) {
    .question__form__btn {
        font-size:16px;
        padding: 13px 30px;
        font-weight: 500;
        min-width: 155px
    }
}

.question__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 24px
}

.question__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em;
    max-width: 500px;
    margin-bottom: 72px
}

.question .container {
    display: flex;
    justify-content: space-between
}

.question {
    background: #f4f4f4;
    padding: 100px 0 160px
}

.question__form__row__2 {
    display: flex;
    align-items: center
}

.question__form__row__text {
    flex: 1;
    margin-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #9a9a9a
}

.question__form__row__text a {
    color: inherit
}

.question__form__row__text a:hover {
    color: #d32424
}

.question__image {
    position: relative;
    width: 370px
}

.question__image__1 {
    position: absolute;
    top: 30px;
    z-index: 1
}

.question__image__2 {
    position: absolute;
    top: 210px;
    right: 0
}

@media screen and (max-width: 1100px) {
    .question {
        padding:75px 0;
        position: relative
    }

    .question__image {
        position: absolute;
        right: 0;
        top: 0;
        width: 200px
    }

    .question__image__1 {
        width: 150px;
        left: 20px
    }

    .question__image__2 {
        width: 150px;
        top: 130px
    }

    .question__info {
        width: 100%;
        padding-right: 190px
    }
}

@media screen and (max-width: 1000px) {
    .question__title {
        font-size:43px
    }

    .question__text {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 700px) {
    .question__title {
        font-size:36px
    }

    .question__text {
        font-size: 16px;
        max-width: 400px;
        line-height: 1.45;
        margin-bottom: 32px
    }

    .question {
        overflow: hidden;
        padding: 55px 0
    }

    .question__image__1 {
        width: 100px
    }

    .question__image__2 {
        width: 100px;
        right: -20px;
        top: 99px
    }

    .question__image {
        width: 150px;
        margin-top: -10px
    }

    .question__info {
        padding-right: 130px
    }

    .question__form__row__2 {
        align-items: flex-start;
        flex-direction: column
    }

    .question__form__row__text {
        margin-top: 20px;
        margin-left: 0;
        font-size: 12px;
        max-width: 310px
    }
}

@media screen and (max-width: 550px) {
    .question__info {
        padding:0
    }

    .question__title {
        font-size: 28px;
        max-width: 170px
    }

    .question__text {
        font-size: 14px;
        max-width: 340px;
        margin-bottom: 30px
    }

    .question__image {
        width: 110px;
        right: -5px;
        margin-top: -10px
    }

    .question__image__1 {
        width: 75px
    }

    .question__image__2 {
        width: 75px;
        top: 82px
    }
}

.thanks__page {
    position: relative;
    overflow: hidden;
    width: 100%
}

.thanks__page__decore__1 {
    position: absolute;
    right: 0;
    top: 195px
}

.thanks__page__decore__2 {
    left: 0;
    position: absolute;
    top: 480px
}

.thanks__page__content {
    margin: 120px 0 170px;
    text-align: center
}

.thanks__page__image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px
}

.thanks__page__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 25px
}

.thanks__page__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    margin-bottom: 63px
}

.thanks__page__btn {
    letter-spacing: -.02em;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    display: inline-flex;
    background: #eb2e2e;
    padding: 23px;
    width: 180px;
    text-align: center;
    justify-content: center
}

.thanks__page__btn:hover {
    background: #d32424
}

@media screen and (max-width: 1000px) {
    .thanks__page__decore__1 {
        width:170px;
        right: -20px
    }

    .thanks__page__decore__2 {
        width: 150px;
        left: -20px
    }

    .thanks__page__image {
        max-width: 200px;
        margin-bottom: 20px
    }

    .thanks__page__title {
        font-size: 28px;
        max-width: 300px;
        margin: 0 auto 32px
    }

    .thanks__page__text {
        margin: 0 auto 32px;
        max-width: 370px;
        font-size: 18px
    }

    .thanks__page__content {
        margin: 75px 0
    }

    .thanks__page__btn {
        font-size: 16px;
        padding: 15px;
        max-width: 160px
    }
}

@media screen and (max-width: 600px) {
    .thanks__page__decore__1 {
        width:120px;
        top: 135px
    }

    .thanks__page__decore__2 {
        width: 120px;
        top: 440px;
        left: -30px
    }

    .footer__politic {
        margin-left: 50%;
        max-width: 200px
    }
}

@media screen and (max-width: 450px) {
    .thanks__page__decore__1 {
        width:90px;
        right: -45px;
        top: 105px
    }

    .thanks__page__decore__2 {
        width: 100px;
        top: 310px;
        left: -45px
    }

    .thanks__page__image {
        max-width: 130px;
        margin-bottom: 10px
    }

    .thanks__page__title {
        font-size: 22px;
        max-width: 200px;
        line-height: 1.15;
        margin-bottom: 22px
    }

    .thanks__page__text {
        max-width: 290px;
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 25px
    }

    .thanks__page__btn {
        font-size: 14px;
        padding: 11px;
        max-width: 140px;
        font-weight: 500
    }

    .thanks__page__content {
        margin: 50px 0 55px
    }
}

.fancybox__slide {
    padding: 48px 0 0
}

.modal__default {
    display: none;
    padding: 0;
    width: 100%
}

.modal__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #080708;
    margin-bottom: 50px
}

.modal__default {
    max-width: 870px;
    padding: 0
}

.modal__inner {
    padding: 100px
}

.modal__inner__leave__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.modal__inner__leave__item input {
    border: 2px solid #e83e3e;
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 24px;
    width: 100%;
    border-radius: 0
}

.modal__inner__leave__item {
    flex: 1
}

.modal__inner__leave__item+.modal__inner__leave__item input {
    border-left: 0
}

.modal__inner__leave__item__bottom {
    margin-top: 32px;
    display: flex;
    align-items: flex-end
}

.modal__inner__leave__item textarea {
    border: 2px solid #e83e3e;
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 24px;
    width: 100%;
    border-radius: 0;
    resize: vertical;
    height: 140px
}

.btn__modal__inner__leave {
    background: #eb2e2e;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em;
    padding: 24px;
    width: 242px
}

.btn__modal__inner__leave:hover {
    background: #d32424
}

.modal__inner__leave__item__bottom_text {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #9a9a9a;
    margin-left: 32px;
    padding-bottom: 2px
}

.modal__inner__leave__item__bottom_text a {
    color: inherit
}

.modal__inner__leave__item__bottom_text a:hover {
    color: #eb2e2e
}

.modal__two {
    max-width: 1320px;
    width: calc(100% - 40px)
}

.modal__two__inner {
    display: flex
}

.modal__two__inner__image {
    width: 500px;
    background-image: url(../img/modal/2.png);
    background-size: cover;
    background-position: 100% 100%
}

.modal__inner--zero {
    padding: 0
}

.modal__two__content {
    padding: 100px 100px 100px 40px;
    flex: 1
}

.modal__sub__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: rgba(8,7,8,.6);
    margin-bottom: 50px
}

.modal__two__content .modal__title {
    margin-bottom: 35px
}

.modal__form__row {
    margin-bottom: 25px;
    display: flex
}

.modal__form__row__text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #9a9a9a
}

.modal__form__row__text a {
    color: inherit
}

.btn__modal {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #fefefe;
    background: #eb2e2e;
    border-radius: 0;
    display: inline-flex;
    padding: 23px;
    max-width: 330px;
    text-align: center;
    width: 100%;
    justify-content: center
}

.btn__modal:hover {
    background: #d32424
}

.modal__form__row__text a:hover {
    color: #eb2e2e;
    text-decoration: none
}

.modal__form__item {
    flex: 1
}

.modal__form__item input {
    width: 100%;
    border: 2px solid #e83e3e;
    flex: 1;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 24px;
    width: 100%;
    border-radius: 0
}

.modal__form__item+.modal__form__item input {
    border-left: none
}

.modal__three {
    max-width: 1320px;
    width: calc(100% - 40px)
}

.modal__three__inner {
    display: flex
}

.modal__thre__inner__image {
    width: 365px;
    margin-right: 80px
}

.modal__three__content .modal__title {
    margin-bottom: 28px
}

.modal__sub__title--middle {
    max-width: 400px
}

.modal__form__row__btn--row {
    display: flex;
    align-items: flex-end;
    margin-top: 52px
}

.btn__modal__3 {
    max-width: 200px;
    margin-right: 30px
}

.modal__three__content {
    flex: 1
}

.modal__form__row__btn--row__text {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #9a9a9a
}

.modal__form__row__btn--row__text a {
    color: inherit
}

.modal__form__row__btn--row__text a:hover {
    color: #eb2e2e;
    text-decoration: none
}

.modal__thre__inner__image__inner {
    position: relative;
    overflow: hidden
}

.modal__thre__inner__image__info {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 24px
}

.modal__thre__inner__image__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: -.02em;
    font-style: italic
}

.modal__thre__inner__image__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.02em;
    margin-bottom: 10px
}

.modal__inner--text {
    padding: 50px 60px
}

.modal__text .modal__title {
    font-size: 42px;
    margin-bottom: 30px
}

.modal__text * {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.45;
    color: #000
}

.modal__text {
    max-width: 950px
}

.modal__text ul {
    padding-left: 35px
}

.modal__text li {
    margin-bottom: 17px
}

.modal__text :last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1300px) {
    .modal__two__content .modal__title {
        font-size:36px;
        margin-bottom: 22px
    }

    .modal__two {
        max-width: 850px
    }

    .modal__two__inner__image {
        width: 270px
    }

    .modal__two__content {
        padding: 50px
    }

    .modal__sub__title {
        font-size: 16px;
        max-width: 240px;
        margin-bottom: 25px
    }

    .modal__form__item input {
        font-size: 16px;
        padding: 17px 20px
    }

    .modal__form__row__text {
        margin-bottom: 24px
    }

    .modal__form__row {
        margin-bottom: 20px
    }

    .btn__modal {
        font-size: 15px;
        padding: 16px;
        max-width: 275px;
        font-weight: 600
    }

    .modal__three {
        max-width: 850px
    }

    .modal__three__content .modal__title {
        font-size: 36px;
        margin-bottom: 22px
    }

    .modal__inner--three {
        padding: 50px
    }

    .modal__thre__inner__image {
        width: 280px;
        margin-right: 40px
    }

    .modal__thre__inner__image__info {
        padding: 20px 16px
    }

    .modal__thre__inner__image__title {
        font-size: 18px
    }

    .modal__thre__inner__image__subtitle {
        font-size: 13px;
        max-width: 210px;
        line-height: 1.25
    }

    .modal__sub__title--middle {
        font-size: 15px;
        max-width: 300px
    }

    .modal__form__row__btn--row {
        margin-top: 22px;
        flex-direction: column;
        align-items: flex-start
    }

    .modal__form__row__btn--row__text {
        margin-top: 20px
    }

    .btn__modal__3 {
        max-width: 200px
    }
}

@media screen and (max-width: 900px) {
    .modal__title {
        font-size:32px;
        margin-bottom: 32px
    }

    .modal__inner {
        padding: 45px
    }

    .modal__default {
        max-width: 600px
    }

    .modal__inner__leave__item input {
        padding: 17px;
        font-size: 15px
    }

    .modal__inner__leave__item textarea {
        padding: 17px;
        font-size: 15px;
        height: 110px
    }

    .modal__inner__leave__item__bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px
    }

    .modal__inner__leave__item__bottom_text {
        margin: 20px 0
    }

    .btn__modal__inner__leave {
        width: 100%;
        font-size: 16px;
        padding: 18px
    }

    .modal__three,.modal__two {
        max-width: 850px
    }

    .modal__inner--zero {
        padding: 0
    }

    .modal__text .modal__title {
        line-height: 1.1;
        font-size: 31px
    }

    .modal__text * {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.5
    }

    .modal__inner--text {
        padding: 35px 42px
    }
}

@media screen and (max-width: 850px) {
    .modal__three,.modal__two {
        max-width:850px
    }

    .modal__inner--zero {
        padding: 0
    }

    .modal__two__inner__image {
        display: none
    }

    .modal__three,.modal__two {
        max-width: 550px
    }

    .modal__thre__inner__image {
        display: none
    }

    .modal__three__content .modal__title,.modal__two__content .modal__title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 450px) {
    .modal__title {
        font-size:24px;
        margin-bottom: 22px
    }

    .modal__inner__leave__row {
        flex-direction: column
    }

    .modal__inner__leave__row .modal__inner__leave__item+.modal__inner__leave__item {
        margin-top: 10px
    }

    .modal__inner__leave__row .modal__inner__leave__item+.modal__inner__leave__item input {
        border: 2px solid #e83e3e
    }

    .modal__inner__leave__item__bottom_text {
        font-size: 13px
    }

    .modal__inner {
        padding: 40px 23px
    }

    .modal__default {
        max-width: 410px
    }

    .modal__three__content .modal__title,.modal__two__content .modal__title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .modal__three__content .modal__title,.modal__two__content .modal__title {
        font-size: 24px;
        margin-bottom: 22px
    }

    .modal__form__row {
        flex-direction: column
    }

    .modal__form__item {
        margin-bottom: 10px
    }

    .modal__form__item+.modal__form__item input {
        border: 2px solid #e83e3e
    }

    .modal__form__item:last-child {
        margin-bottom: 0
    }

    .modal__two__content {
        padding: 0
    }

    .modal__three,.modal__two {
        width: 100%
    }

    .modal__inner--text {
        padding: 30px 25px
    }

    .modal__text .modal__title {
        font-size: 26px;
        margin-bottom: 24px
    }

    .modal__text ul {
        padding-left: 16px
    }

    .modal__text li {
        margin-bottom: 15px
    }

    .modal__text * {
        font-size: 15px;
        line-height: 1.6
    }
}

@media screen and (max-width: 360px) {
    .modal__text .modal__title {
        font-size:20px;
        margin-bottom: 24px
    }

    .modal__text * {
        font-size: 14px;
        line-height: 1.6
    }
}

.modal__menu {
    position: fixed;
    top: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0,-50px);
    transition: .25s;
    z-index: 100;
    width: 100%;
    min-height: 100vh
}

.modal__menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0)
}

.modal__menu__inner {
    padding: 20px;
    min-height: 100vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal__menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 60px
}

.example::-webkit-scrollbar {
    display: none
}

.modal__menu__list li {
    margin-bottom: 32px
}

.modal__menu__list a {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em;
    display: inline-block;
    color: inherit;
    text-decoration: none
}

.modal__menu__list ul {
    list-style: none
}

.modal__menu__list a:hover {
    color: #e83e3e
}

.modal__menu__list li:last-child {
    margin-bottom: 0
}

.modal__menu__phone {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.02em;
    color: inherit;
    text-decoration: none;
    margin-right: 10px
}

.modal__menu__phone:hover {
    color: #e83e3e
}

.modal__menu__top__right {
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.modal__thre__inner__image__inner:after {
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(45deg) scale(3.5);
    background: #fff;
    content: "";
    top: -40px;
    right: -40px
}

@media screen and (max-width: 550px) {
    .modal__menu__top {
        padding:0
    }

    .modal__menu__top__logo {
        width: 80px;
        display: flex
    }

    .modal__menu__inner {
        padding: 15px
    }

    .modal__menu__phone {
        margin-top: 3px;
        margin-right: 3px
    }
}

.modal__menu.red {
    background: #e83e3e;
    color: #fff
}

.modal__menu.red .modal__menu__top__logo {
    filter: invert(1)
}

.modal__menu.red .btn_menu {
    filter: invert(1)
}

.modal__menu.red .modal__menu__list a:hover {
    color: #000
}

.btn__default[disabled] {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.5;
}
