.home {
    padding: 144px 0 102px 0;
}
.home .global__container {
    position: relative;
}
.home .global__container:before {
    content: "";
    position: absolute;
    width: 213px;
    height: 213px;
    top: -255px;
    left: -15px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #ace1ff), to(#0019ff));
    background: -o-linear-gradient(left, #ace1ff 1.23%, #0019ff 100%);
    background: linear-gradient(90deg, #ace1ff 1.23%, #0019ff 100%);
    -webkit-filter: blur(214.5px);
    filter: blur(214.5px);
}
.home__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 163px;
    -moz-column-gap: 163px;
    column-gap: 163px;
}
.home__left {
    max-width: 525px;
}
.home__right {
    margin-top: -22px;
}
.home__phones {
    position: relative;
}
.home__phones:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -91px;
    width: 729px;
    height: 658px;
    z-index: -1;
    background-image: url(../img/home/bg.svg);
    background-size: contain;
}
.home__phones:after {
    content: "";
    position: absolute;
    width: 370px;
    height: 370px;
    top: 210px;
    left: -75px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #f858a7), to(#f75760));
    background: -o-linear-gradient(left, #f858a7 1.23%, #f75760 100%);
    background: linear-gradient(90deg, #f858a7 1.23%, #f75760 100%);
    -webkit-filter: blur(242px);
    filter: blur(242px);
}
.home__phones img,
.home__phones picture {
    width: 595px;
    height: 549px;
}
.home__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #b1aab2;
    margin-bottom: 26px;
}
.home__title {
    font-weight: 700;
    font-size: 65px;
    line-height: 76px;
    color: #fff;
    margin-bottom: 54px;
}
.home__title span {
    color: #ffa8a8;
}
.home__description {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #c3bfc5;
    margin-bottom: 59px;
}
.home__link {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 53px 23px 53px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.23%, #f858a7), to(#f75760));
    background: -o-linear-gradient(left, #f858a7 1.23%, #f75760 100%);
    background: linear-gradient(90deg, #f858a7 1.23%, #f75760 100%);
    border-radius: 5px;
    margin-bottom: 64px;
}
.home__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media (max-width: 1370px) {
    .home__wrapper {
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }
    .home__right {
        margin-top: 0;
    }
}
@media (max-width: 1250px) {
    .home {
        padding: 90px 0 80px 0;
    }
    .home__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 120px;
    }
    .home__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        text-align: center;
    }
    .home__phones:before {
        top: -25px;
        left: -60px;
    }
    .home__description {
        max-width: 800px;
    }
    .home__partners {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 40px;
    }
}
@media (max-width: 700px) {
    .home__title {
        font-size: 58px;
        line-height: 60px;
    }
    .home__phones img,
    .home__phones picture {
        width: 535px;
        height: 485px;
    }
    .home__phones:before {
        top: -37px;
        left: -95px;
    }
}
@media (max-width: 540px) {
    .home__title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .home__description {
        margin-bottom: 35px;
    }
    .home__phones img,
    .home__phones picture {
        margin-right: -25px;
    }
}
