@font-face {
    font-family: "Geometria";
    src: url("../fonts/Geometria-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
  src: url("../fonts/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Geometria";
  src: url("../fonts/Geometria-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Geometria";
  src: url("../fonts/Geometria-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.67vw;
    height: 100%;
}

body {
    background: #000000;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: "Geometria";
    font-weight: 400;
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 1.4rem;
        letter-spacing: -0.05rem;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 0.521vw;
    }

    .container {
        max-width: 180rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

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

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.iframe-document {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.t-btn {
    padding: 3rem 8rem;
    background: linear-gradient(45deg, #468a20 0%, #57a02e 24.52%, #6fc042 50.48%, #57a02e 74.52%, #468a20 100%);
    border: 4px solid rgba(255, 255, 255, 0.15);
    border-radius: 6rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .t-btn {
        font-size: 1.6rem;
        padding: 2.1rem 6rem;
        letter-spacing: -0.05rem;
    }
}

.t-btn.orange {
    background: linear-gradient(214deg, #ff9a5c 0%, #ff5600 57.69%, #ffdfce 100%);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #000;
}

@media screen and (min-width: 575px) {
    .t-btn:hover {
        transform: scale(1.05);
    }
}

.t-title {
    text-align: center;
    font-weight: 700;
    font-size: 8rem;
    letter-spacing: -0.4rem;
    line-height: 1.1;
    text-transform: uppercase;
    background: linear-gradient(90deg, #999 0%, #fff 51.44%, #999 91.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 3rem;
        letter-spacing: -0.2rem;
    }
}

.site__logo {
    font-size: 6.1rem;
    font-weight: 700;
    letter-spacing: -0.7rem;
}

@media screen and (max-width: 575px) {
    .site__logo {
        font-size: 2rem;
        letter-spacing: -0.25rem;
    }
}

.socials__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 18rem;
}

@media screen and (max-width: 575px) {
    .socials__box {
        margin: 0;
    }
}

.socials__box .social__link {
    margin-right: 3.5rem;
}

@media screen and (max-width: 575px) {
    .socials__box .social__link {
        margin-right: 1.5rem;
    }
}

.socials__box .social__link:last-child {
    margin-right: 0 !important;
}

.socials__box .social__link img {
    width: 3.5rem;
}

@media screen and (max-width: 575px) {
    .socials__box .social__link img {
        width: 2.5rem;
    }
}

@media screen and (min-width: 575px) {
    .socials__box .social__link:hover {
        transform: scale(1.1);
    }
}

.label {
    display: block;
    width: 100%;
    height: 6.5rem;
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 575px) {
    .label {
        height: 5rem;
        margin-bottom: 1.5rem;
    }
}

.label img {
    position: absolute;
    width: 3.4rem;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
    .label img {
        width: 2.5rem;
        left: 0;
    }
}

.label input {
    width: 100%;
    height: 100%;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    background: none;
    outline: none;
    padding-left: 5.7rem;
    color: #000;
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .label input {
        padding-left: 3rem;
        font-size: 1.6rem;
    }
}

.label input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.label input::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.label input:focus, .label input:hover {
    border-color: #000;
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50rem;
    -webkit-backdrop-filter: blur(4rem);
    backdrop-filter: blur(4rem);
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding: 11rem 2rem 0;
    opacity: 0;
    pointer-events: none;
    transition: 320ms;
}

.mobile__menu.active {
    opacity: 1;
    pointer-events: auto;
}

.mobile__menu .mobile__menu-close {
    position: absolute;
    width: 5rem;
    top: 2rem;
    right: 2rem;
}

.mobile__menu .mobile__menu-list .mobile__menu-link {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 30;
}

@media screen and (min-width: 575px) {
    .slider__arrows {
        width: 30.5rem;
        position: absolute;
        left: 1.5rem;
        bottom: 15rem;
    }
}

@media screen and (max-width: 575px) {
    .slider__arrows {
        margin: 4rem auto 0;
        width: 17.5rem;
    }
}

.slider__arrow {
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF6415;
    border-color: #FF6415;
    cursor: pointer;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .slider__arrow {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 0.8rem;
    }
}

.slider__arrow img {
    display: block;
    width: 4.5rem;
}

@media screen and (max-width: 575px) {
    .slider__arrow img {
        width: 2.5rem;
    }
}

.slider__arrow.slick-disabled {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #101011;
}

.slider__arrow.right img {
    transform: rotate(180deg);
}

@media screen and (min-width: 575px) {
    .lg-img-wrap,
  .lg-image {
        width: 100% !important;
        height: auto !important;
        -o-object-fit: contain !important;
        object-fit: contain !important;
        max-width: 100% !important;
    }
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-backdrop-filter: blur(3rem);
    backdrop-filter: blur(3rem);
    background: rgba(0, 0, 0, 0.5);
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.modal__close {
    position: fixed;
    width: 7rem;
    right: 3rem;
    top: 3rem;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .modal__close {
        width: 5rem;
        top: 1rem;
        right: 1rem;
    }
}

.modal__form {
    width: 45rem;
    padding: 4.5rem 4rem;
    line-height: 1.2;
    background-color: #000;
    border-radius: 5rem;
    text-align: center;
    background-image: url("../img/modal/bg.jpg?v=123");
    background-size: 103% 103%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
    .modal__form {
        width: 34.5rem;
        padding: 3.5rem 1.5rem;
        border-radius: 3rem;
    }
}

.modal__form .title {
    font-weight: 500;
    font-size: 3rem;
}

@media screen and (max-width: 575px) {
    .modal__form .title {
        font-size: 2.4rem;
    }
}

.modal__form .subtitle {
    margin: 1rem 0 4rem;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .modal__form .subtitle {
        font-size: 1.4rem;
        margin: 1.5rem 0 4rem;
        width: 120%;
        margin-left: -10%;
    }
}

@media screen and (max-width: 575px) {
    .modal__form .label {
        width: 28rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.modal__form .label img {
    left: 0.8rem;
}

.modal__form .label input {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .modal__form .label input {
        padding-left: 5rem;
        font-size: 1.6rem;
    }
}

.modal__form .label input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.modal__form .label input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.modal__form .label input:hover, .modal__form .label input:focus {
    border-color: #fff;
}

.modal__form .t-btn {
    margin-top: 3rem;
}

@media screen and (min-width: 575px) {
    .modal__form .t-btn {
        font-size: 2rem;
        padding: 2.5rem 7rem;
    }
}

@media screen and (max-width: 575px) {
    .modal__form .t-btn {
        font-weight: 800;
        height: 7rem;
        margin-top: 2rem;
    }
}

.modal__thanks {
    padding: 5rem 0;
}

@media screen and (max-width: 575px) {
    .modal__thanks {
        padding: 4rem 0;
    }
}

.modal__thanks .title {
    margin-bottom: 2rem;
    font-size: 4rem;
}

@media screen and (max-width: 575px) {
    .modal__thanks .title {
        font-size: 3rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .modal__thanks .t-btn {
        margin-top: 3rem;
    }
}

.header {
    position: absolute;
    top: 5.5rem;
    left: 0;
    width: 100%;
    z-index: 30;
}

@media screen and (max-width: 575px) {
    .header {
        top: 1.8rem;
    }
}

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

.header__menu {
    padding: 2.5rem 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0;
    border-radius: 15rem;
    background-color: #FC6B1F;
    background-image: url("../img/header-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
    .header__menu {
        display: none;
    }
}

.header__menu-link {
    margin-right: 6rem;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.05rem;
    position: relative;
}

.header__menu-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 320ms;
    height: 2px;
    background: #000;
}

@media screen and (min-width: 575px) {
    .header__menu-link:hover::before {
        content: "";
        position: absolute;
        width: 100%;
    }
}

.header__menu-link:last-child {
    margin-right: 0;
}

.header .mobile__menu-open {
    width: 3rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .header .mobile__menu-open {
        display: block;
    }
}

.intro-section {
    height: 102.5rem;
    padding-top: 25rem;
}

@media screen and (min-width: 575px) {
    .intro-section {
        margin: 0 auto;
        width: 187rem;
        border-radius: 6rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: 71rem;
        padding: 8.3rem 0 0;
    }
}

.intro-section .intro__content {
    width: 84rem;
    margin-left: auto;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__content {
        width: 100%;
    }
}

.intro-section .title-pc {
    width: 81rem;
    display: block;
    margin-bottom: 7.5rem;
    height: 49.5rem;
}

@media screen and (max-width: 575px) {
    .intro-section .title-pc {
        display: none;
    }
}

.intro-section .title-xs {
    width: 23.4rem;
    height: 14.6rem;
    display: block;
    margin: 0 auto 1.5rem;
}

@media screen and (min-width: 575px) {
    .intro-section .title-xs {
        display: none;
    }
}

.intro-section .section__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

@media screen and (min-width: 575px) {
    .intro-section .section__img {
        height: 100%;
    }
}

.intro-section .section__img.pc {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

.intro-section .woman {
    position: absolute;
    width: 82.4rem;
    bottom: 0;
    left: 15rem;
    pointer-events: none;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .intro-section .woman {
        display: none;
    }
}

.intro-section .main-title {
    margin-bottom: 5.5rem;
    font-size: 21.2rem;
    line-height: 0.8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.5rem;
    text-align: left;
    display: none;
}

@media screen and (max-width: 575px) {
    .intro-section .main-title {
        font-size: 6.2rem;
        text-align: center;
        margin-bottom: 1rem;
        letter-spacing: -0.4rem;
    }
}

.intro-section .main-title b {
    font-weight: 800;
    background: linear-gradient(185deg, #ff9a5c 0%, #ff5600 57.69%, #ffdfce 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.intro-section .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .intro-section .foot {
        display: block;
        text-align: center;
    }
}

.intro-section .foot .title {
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: -0.15rem;
}

@media screen and (max-width: 575px) {
    .intro-section .foot .title {
        font-size: 2rem;
        letter-spacing: -0.1rem;
        margin-bottom: 29rem;
    }
}

.sostav-section {
    height: 85rem;
    margin: 5rem 0 0;
    padding: 8rem 0 0;
}

@media screen and (max-width: 575px) {
    .sostav-section {
        height: 142.5rem;
        padding: 3.2rem 0 0;
        margin: 0;
    }
}

@media screen and (min-width: 575px) {
    .sostav-section .section__bg {
        background-size: 187rem 100%;
    }
}

.sostav__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .sostav__box {
        display: block;
        text-align: center;
    }
}

.sostav__left {
    width: 46rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .sostav__left {
        width: 100%;
        padding-left: 1.5rem;
        text-align: left;
    }
}

.sostav__left .toptitle {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    opacity: 0.4;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: -0.1rem;
}

@media screen and (max-width: 575px) {
    .sostav__left .toptitle {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
}

.sostav__left .t-title {
    min-height: 57rem;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .sostav__left .t-title {
        min-height: 0;
        margin-bottom: 3.5rem;
        letter-spacing: -0.15rem;
    }
}

@media screen and (max-width: 575px) {
    .sostav__left .t-btn {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .mobile-btn {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .mobile-btn {
        display: inline-block;
        margin: 2rem auto 0;
    }
}

.sostav__right {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
}

.sostav__right-item {
    width: 42rem;
    height: 34rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    padding: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    text-transform: uppercase;
    border-radius: 3rem;
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 575px) {
    .sostav__right-item {
        width: 100%;
        height: 21.5rem;
        margin: 0 0 0.5rem;
        padding: 3rem;
        display: block;
        border-radius: 2rem;
    }
}

.sostav__right-item .number {
    position: absolute;
    top: 4rem;
    right: 3.3rem;
    color: #FFAE85;
    font-size: 2.2rem;
}

@media screen and (max-width: 575px) {
    .sostav__right-item .number {
        top: 3rem;
        right: 2rem;
    }
}

.sostav__right-item .title {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: -0.2rem;
}

@media screen and (max-width: 575px) {
    .sostav__right-item .title {
        font-size: 2.6rem;
        letter-spacing: -0.15rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .sostav__right-item .subtitle br {
        display: none;
    }
}

.sostav__right-item:nth-child(3) {
    margin-right: 0;
}

.why-section {
    padding: 32rem 0 0;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .why-section {
        padding: 11rem 0 5rem;
    }
}

.why-section .t-title {
    text-align: center;
}

.why__box {
    margin: 8rem 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .why__box {
        margin-top: 3rem;
        display: block;
    }
}

.why__item {
    width: 58rem;
    height: 54rem;
    border-radius: 5rem;
    background: #101011;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5rem 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

@media screen and (max-width: 575px) {
    .why__item {
        width: 100%;
        height: 35rem;
        border-radius: 3rem;
        padding: 4rem 2.5rem 2.5rem;
        margin-bottom: 1rem;
    }
}

.why__item .icon {
    width: 23.8rem;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .why__item .icon {
        width: 14rem;
        order: 0;
    }
}

.why__item .title {
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .why__item .title {
        font-size: 1.4rem;
        text-align: center;
        order: 1;
    }

    .why__item .title br {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .why__item.item2 {
        padding-top: 4rem;
        padding-bottom: 8.5rem;
    }

    .why__item.item3 .icon {
        width: 25.5rem;
    }
}

.crm-section {
    padding: 14.5rem 0 0;
    height: 90rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .crm-section {
        height: 75.5rem;
        padding-top: 0.5rem;
    }
}

.crm-section .t-btn {
    margin: 0 auto;
}

.crm__box {
    margin: 1rem 0 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .crm__box {
        margin: 2rem 0 3rem;
        justify-content: space-between;
    }
}

.crm__box .container {
    position: static;
}

.crm__box .crm__item {
    margin: 0 0.3rem;
    width: 25rem;
    height: 9.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2.4rem;
    font-weight: 500;
    -webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
    background: rgba(16, 16, 17, 0.5);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
    .crm__box .crm__item {
        margin: 0;
        width: 16rem;
        height: 6.2rem;
        padding-left: 1.5rem;
        border-radius: 1.3rem;
        font-size: 1.2rem;
    }
}

.crm__box .crm__item img {
    width: 6rem;
    margin-right: 2rem;
}

@media screen and (max-width: 575px) {
    .crm__box .crm__item img {
        width: 4rem;
        margin-right: 1.3rem;
    }
}

@media screen and (max-width: 575px) {
    .crm__texts {
        margin-bottom: 6rem;
    }
}

.crm__text {
    width: 41rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.5rem;
    text-align: left;
    letter-spacing: -0.1rem;
    position: absolute;
}

@media screen and (max-width: 575px) {
    .crm__text {
        width: 32rem;
        margin: 0 auto 1rem;
        padding: 2rem 1.5rem;
        border-radius: 2rem;
        position: relative;
        text-align: center;
    }
}

.crm__text::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #FF5600;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .crm__text::before {
        width: 1.5rem;
        height: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        left: -0.7rem;
        box-shadow: 0 0 18px 0 rgba(255, 106, 27, 0.5);
    }
}

@media screen and (min-width: 575px) {
    .crm__text.text1 {
        border-radius: 2rem 2rem 0 2rem;
        top: 9rem;
        right: 14rem;
    }

    .crm__text.text1::before {
        top: -0.5rem;
        left: -0.5rem;
    }

    .crm__text.text2 {
        border-radius: 2rem 2rem 0 2rem;
        top: -5rem;
        left: 18rem;
    }

    .crm__text.text2::before {
        right: -0.5rem;
        bottom: -0.5rem;
    }

    .crm__text.text3 {
        border-radius: 2rem 0 2rem 2rem;
        top: 29rem;
        left: 18rem;
    }

    .crm__text.text3::before {
        right: -0.5rem;
        top: -0.5rem;
    }
}

@media screen and (max-width: 575px) {
    .tariff-section {
        padding-bottom: 6rem;
    }
}

.tariff__box {
    width: 163rem;
    margin: 7rem auto 5rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .tariff__box {
        width: 32rem;
        margin: 3rem auto 4rem;
        display: block;
    }
}

.tariff__item {
    width: 51rem;
    border-radius: 5rem;
    padding: 4.5rem 4.5rem 4rem;
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .tariff__item {
        width: 100%;
        border-radius: 3rem;
        padding: 3rem 2rem 2.5rem;
        margin-bottom: 1.5rem;
    }
}

.tariff__item.black {
    background: #101011;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tariff__item.black ul {
    color: #fff;
}

.tariff__item.black ul li span {
    color: #fff;
}

.tariff__item .title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .tariff__item .title {
        font-size: 2.6rem;
    }
}

.tariff__item .price__box {
    margin: 1.5rem 0 4rem;
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .tariff__item .price__box {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

.tariff__item .price__box-title {
    font-weight: 500;
}

.tariff__item .price__box-value {
    margin: 1.5rem 0 1rem;
    font-size: 7rem;
    line-height: 1.2;
    letter-spacing: -0.4rem;
}

@media screen and (max-width: 575px) {
    .tariff__item .price__box-value {
        font-size: 4.5rem;
        letter-spacing: -0.2rem;
        margin: 1rem 0 0.5rem;
    }
}

.tariff__item .description {
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .tariff__item .description {
        font-size: 1.8rem;
    }
}

.tariff__item ul {
    width: 105%;
    padding: 0;
    margin: 1.5rem 0 4rem;
    padding-left: 2rem;
    letter-spacing: -0.1rem;
    color: #FF5600;
}

@media screen and (max-width: 575px) {
    .tariff__item ul {
        padding-left: 1.5rem;
    }
}

.tariff__item ul span {
    color: #000;
}

.tariff__item ul li {
    margin-bottom: 1rem;
}

.tariff__item ul li:last-child {
    margin-bottom: 0;
}

.tariff__item .t-btn {
    margin: 0 auto;
    width: 32.5rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .tariff__item .t-btn {
        width: 22.5rem;
    }
}

.tariff__footer {
    padding-left: 20rem;
}

@media screen and (max-width: 575px) {
    .tariff__footer {
        padding: 0;
    }
}

.tariff__footer-item {
    margin-bottom: 2.2rem;
    position: relative;
    letter-spacing: -0.1rem;
}

@media screen and (min-width: 575px) {
    .tariff__footer-item::before {
        content: "";
        position: absolute;
        width: 1rem;
        height: 1rem;
        background: #FF5600;
        border-radius: 50%;
        left: -2rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .tariff__footer-item:first-child {
        margin-left: 15rem;
    }

    .tariff__footer-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .tariff__footer-item {
        background: rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.1rem;
        width: 32rem;
        margin: 0 auto 1rem;
        padding: 1.5rem 3.5rem;
        border-radius: 2rem;
        position: relative;
        text-align: center;
    }

    .tariff__footer-item::before {
        content: "";
        position: absolute;
        width: 1rem;
        height: 1rem;
        background: #FF5600;
        border-radius: 50%;
    }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
    .tariff__footer-item::before {
        width: 1rem;
        height: 1rem;
        top: 50%;
        transform: translateY(-50%);
        left: -0.5rem;
        box-shadow: 0 0 18px 0 rgba(255, 106, 27, 0.5);
    }
}

.last-section {
    padding: 12.5rem 0 0;
}

@media screen and (max-width: 575px) {
    .last-section {
        padding: 0;
    }
}

.last__box {
    margin: 0 auto 10rem;
    width: 155rem;
    height: 54rem;
    border-radius: 6rem;
    background-image: url("../img/last/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 7rem 8rem;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .last__box {
        background-image: url("../img/last/bg-xs.png");
        width: 35rem;
        height: auto;
        margin-bottom: 3rem;
        border-radius: 2rem;
        display: block;
        padding: 2.5rem 2.2rem 2rem;
    }
}

.last__box .phone__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3.8rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .last__box .phone__link {
        font-size: 1.8rem;
    }
}

.last__box .phone__link .img-svg {
    width: 4.4rem;
}

@media screen and (max-width: 575px) {
    .last__box .phone__link .img-svg {
        width: 2.5rem;
    }
}

.last__box .phone__link span {
    position: relative;
}

.last__box .phone__link span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 320ms;
    height: 2px;
    background: #fff;
}

@media screen and (min-width: 575px) {
    .last__box .phone__link span:hover::before {
        content: "";
        position: absolute;
        width: 100%;
    }
}

.last__box .last__text .t-title {
    text-align: left;
}

@media screen and (max-width: 575px) {
    .last__box .last__text .t-title {
        text-align: center;
    }
}

.last__box .last__text ul {
    padding: 0;
    padding-left: 3rem;
    margin: 4.4rem 0 7rem;
}

@media screen and (max-width: 575px) {
    .last__box .last__text ul {
        margin: 2rem 0 1.5rem;
        padding-left: 2rem;
    }
}

.last__box .last__text ul li {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin-bottom: 1.2rem;
}

@media screen and (max-width: 575px) {
    .last__box .last__text ul li {
        font-size: 1.6rem;
    }
}

.last__box .last__text .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .last__box .last__text .bottom {
        justify-content: center;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .last__box .last__text .bottom .socials__box .social__link {
        margin-right: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .last__box .last__text .bottom .phone__link {
        display: none;
    }
}

.last__box .last__form {
    width: 56.5rem;
    flex-shrink: 0;
    background: #fff;
    border-radius: 5rem;
    padding: 4.5rem 4rem 4rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .last__box .last__form {
        width: 100%;
        border-radius: 2rem;
        padding: 2.5rem 3rem 3rem;
    }
}

.last__box .last__form .t-btn {
    margin: 5rem 0 0;
}

@media screen and (max-width: 575px) {
    .last__box .last__form .t-btn {
        margin-top: 1rem;
    }
}

.last__box .mobile__phone {
    display: none;
}

@media screen and (max-width: 575px) {
    .last__box .mobile__phone {
        display: flex;
        justify-content: center;
        margin-top: 2.5rem;
    }
}

.footer {
    margin: 0 auto;
    padding-bottom: 3.5rem;
    width: 155rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .footer {
        display: block;
        width: 35rem;
        padding-bottom: 3rem;
    }
}

.footer .site__logo {
    font-size: 4rem;
}

@media screen and (max-width: 575px) {
    .footer .site__logo {
        font-size: 2.4rem;
    }
}

.footer .site__desc {
    margin-top: 0.5rem;
    line-height: 1.2;
    opacity: 0.6;
}

@media screen and (max-width: 575px) {
    .footer .site__desc {
        margin: 0 0 3rem;
    }
}

.footer .footer__menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer .footer__menu {
        flex-wrap: wrap;
        width: 100%;
    }
}

.footer .footer__menu-link {
    margin-right: 6rem;
    color: #fff;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 575px) {
    .footer .footer__menu-link {
        width: 13rem;
        margin: 0 0 1.5rem;
    }

    .footer .footer__menu-link:nth-child(2n) {
        width: 11rem;
    }
}

.footer .footer__menu-link:last-child {
    margin-right: 0;
}

.footer .footer__menu-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 320ms;
    height: 2px;
    background: #fff;
}

@media screen and (min-width: 575px) {
    .footer .footer__menu-link:hover::before {
        content: "";
        position: absolute;
        width: 100%;
    }
}

.footer .socials__box {
    margin: 0;
}

@media screen and (max-width: 575px) {
    .footer .socials__box {
        position: absolute;
        right: 2rem;
        bottom: 3.8rem;
    }
}

.cases-section {
    padding: 16rem 0 0;
}

@media screen and (max-width: 575px) {
    .cases-section {
        padding: 0 0 6rem;
    }
}

@media screen and (max-width: 575px) {
    .cases-section .container {
        padding: 0;
    }
}

.cases__box {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 575px) {
    .cases__box {
        display: block;
    }
}

.cases__left {
    padding: 10rem 0 0;
    width: 52rem;
    flex-shrink: 0;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .cases__left {
        width: 100%;
        padding: 0;
        margin-bottom: 3rem;
    }
}

.cases__left .t-title {
    text-align: left;
    line-height: 1;
}

@media screen and (max-width: 575px) {
    .cases__left .t-title {
        text-align: center;
    }

    .cases__left .t-title br {
        display: none;
    }
}

.cases__right {
    width: 126rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .cases__right {
        width: 100%;
    }
}

.cases__right::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1rem);
    width: 200rem;
    height: 100%;
    background: #000;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .cases__right::before {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .cases__slider .slick-list {
        overflow: visible;
    }
}

.cases__slider .space {
    padding: 0 1rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .space {
        padding: 0 2rem;
    }
}

.cases__slider .item {
    padding: 7rem;
    padding-right: 4rem;
    line-height: 1.2;
    background-color: #000;
    background-image: url("../img/cases/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
    .cases__slider .item {
        border-radius: 2rem;
        padding: 2rem 1rem 1.5rem;
        background-image: url("../img/cases/xs.jpg");
    }
}

.cases__slider .item__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .img {
        order: 1;
    }
}

.cases__slider .item__top .img img {
    width: 78rem;
    border-radius: 2rem;
    cursor: zoom-in;
}

@media screen and (min-width: 575px) {
    .cases__slider .item__top .img img {
        height: 37rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .img img {
        width: 100%;
        border-radius: 1rem;
    }
}

.cases__slider .item__top .item__text {
    padding-left: 4rem;
    padding-top: 1rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .item__text {
        padding: 0 0 1rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.cases__slider .item__top .item__text .title {
    font-size: 3.4rem;
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .item__text .title {
        width: 15.5rem;
        flex-shrink: 0;
        font-size: 2.2rem;
    }
}

.cases__slider .item__top .item__text-right .subtitle {
    margin: 3rem 0 2rem;
    opacity: 0.6;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .item__text-right .subtitle {
        margin: 0 0 0.5rem;
        font-size: 1.2rem;
    }
}

.cases__slider .item__top .item__text-right .price {
    font-size: 7rem;
    letter-spacing: -0.5rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .item__text-right .price {
        font-size: 3.5rem;
        letter-spacing: -0.2rem;
    }
}

.cases__slider .item__top .item__text-right .price span {
    margin-left: -0.5rem;
    letter-spacing: -0.1rem;
    font-size: 2.4rem;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__top .item__text-right .price span {
        font-size: 1.2rem;
    }
}

.cases__slider .item__bottom {
    padding-top: 6rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom {
        display: block;
        padding: 1rem 0.5rem 0;
    }
}

.cases__slider .item__bottom .column {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom .column {
        border: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
}

@media screen and (min-width: 575px) {
    .cases__slider .item__bottom .column:nth-child(1) {
        width: 31rem;
    }

    .cases__slider .item__bottom .column:nth-child(2) {
        width: 45rem;
        padding-left: 7rem;
    }

    .cases__slider .item__bottom .column:nth-child(3) {
        width: 31rem;
        padding-left: 7rem;
        border: 0;
    }
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom .column:nth-child(2) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.cases__slider .item__bottom .column .row {
    margin-bottom: 2rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom .column .row {
        margin: 0;
        width: 50%;
        padding: 1rem 0;
        padding-left: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
    }
}

.cases__slider .item__bottom .column .row:last-child {
    margin-bottom: 0;
}

.cases__slider .item__bottom .column .row .title {
    margin-bottom: 1rem;
    opacity: 0.6;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom .column .row .title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        width: 105%;
    }
}

.cases__slider .item__bottom .column .row .value {
    font-size: 7rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom .column .row .value {
        font-size: 2.9rem;
    }
}

.cases__slider .item__bottom .column .row .value span {
    margin-left: -0.5rem;
    letter-spacing: -0.1rem;
    font-size: 2.4rem;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .cases__slider .item__bottom .column .row .value span {
        font-size: 1.2rem;
    }
}

.slick-dots {
    width: 30.5rem;
    position: absolute;
    bottom: 16.4rem;
    left: -52rem;
    z-index: 60;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .slick-dots {
        width: 18rem;
        left: 50%;
        transform: translateX(-50%);
        bottom: -7rem;
    }
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 1rem;
}

@media screen and (max-width: 575px) {
    .slick-dots li {
        margin: 0 0.6rem;
    }
}

.slick-dots li button {
    pointer-events: auto;
    width: 0.6rem;
    height: 0.6rem;
    background: #854B2E;
    border-radius: 50%;
    padding: 0;
}

@media screen and (max-width: 575px) {
    .slick-dots li button {
        width: 0.3rem;
        height: 0.3rem;
    }
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #FF5600;
}