@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.woff2') format('woff2'),
    url('fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

.knob {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 40px;
    background: #FE2073;
    box-shadow: 0px 0px 7px 0px #FF82B0 inset;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 18.5px;
    transition: all 0.2s ease-out;
}

.knob:hover {
    color: #FE2073;
    background: #FFF;
    box-shadow: 0px 0px 7px 0px #FF82B0 inset;
}

.team_increased .bg:before {
    display: none;
}

.isSafari .team__ceo.active div img {
    filter: none;
}

.isSafari .team__preview.active div img {
    filter: none;
}

.logos.logos_increased {
    margin: 64px 0;
}

.footer_increased {
    z-index: 1;
    background: #080714;
}

.footer_increased .bg {
    display: none;
}

.title b,
.title strong {
    font-weight: 800;
}

.title strong {
    color: #FE2073;
}

.team.team_increased {
    padding: 5px 0 9px;
}

/* ==========================================================================
   DISCOUNT
   ========================================================================== */
.discount {
    padding: 168px 0 64px;
    position: relative;
    background: radial-gradient(43.43% 53.05% at 41.98% 38.06%, rgba(6, 61, 255, 0.20) 0%, rgba(13, 66, 255, 0.00) 100%), #080714;
}

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

.discount .bg:before {
    content: '';
    position: absolute;
    left: -103px;
    top: -85px;
    width: 864px;
    height: 864px;
    flex-shrink: 0;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #FE2073 0%, rgba(255, 1, 96, 0.00) 100%);
}

.discount .bg:after {
    content: '';
    position: absolute;
    right: -391px;
    top: -311px;
    width: 782px;
    height: 782px;
    flex-shrink: 0;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
}

.discount__circle {
    content: '';
    position: absolute;
    right: -256px;
    bottom: -447px;
    width: 836px;
    height: 836px;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, rgba(254, 32, 115, 0.70) 0%, rgba(255, 1, 96, 0.00) 100%);
}

.discount__block {
    position: relative;
    padding: 90px 641px 151px 0;
}

.discount__img {
    position: absolute;
    right: 0;
    top: 20px;
    width: 591px;
}

.discount__img img {
    display: block;
    width: 100%;
    height: auto;
}

.discount__title {
    color: #FFF;
    font-size: 121px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.discount__label {
    position: relative;
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.discount__label span {
    position: relative;
    z-index: 1;
    display: block;
    padding: 37px 0;
    text-align: center;
    border-radius: 40px;
    box-shadow: 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset, -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.discount__label:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    filter: brightness(240%);
    border-radius: 40px;
    border: 2px solid #717F0D;
    background-blend-mode: overlay;
}

.isSafari .discount__label:before {
    background: rgba(255, 255, 255, 0.04);
}

.discount__label:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(268.32deg, #FE2073 0%, rgba(254, 32, 115, 0) 29.17%, rgba(137, 111, 30, 0) 73.55%, #717F0D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset;
}

.discount__text {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.discount__button {
    max-width: 852px;
    margin: 40px auto 0;
}

.discount__info {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.discount__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.discount__bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 55px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    filter: brightness(200%);
}

.discount__bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 50px;
    background: linear-gradient(268.32deg, #717F0D 0%, rgba(113, 127, 13, 0) 28.13%, rgba(254, 32, 115, 0) 69.27%, #FE2073 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset;
}

.discount__cart {
    flex-shrink: 0;
    width: 163px;
    height: 163px;
    background: url(/local/templates/main_bitexart.ru/img/promo_page/cart.svg) no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.discount__description {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 26px 40px;
    position: relative;
}

.discount__description span {
    text-decoration-line: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

/* ==========================================================================
   IDEAL
   ========================================================================== */
.ideal {
    padding: 52px 0 0;
    position: relative;
}

.ideal .bg:before {
    content: '';
    position: absolute;
    left: -341px;
    top: 322px;
    width: 836px;
    height: 836px;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
}

.ideal__title {
    margin-bottom: 36px;
}

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

.ideal__col {
    width: 33.333%;
    padding: 0 20px;
    margin: 40px 0 0;
}

.ideal__item {
    display: block;
    position: relative;
}

.ideal__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    background: rgba(8, 7, 20, 0.50);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.ideal__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(268.32deg, #FE2073 0%, rgba(254, 32, 115, 0) 29.17%, rgba(137, 111, 30, 0) 73.55%, #717F0D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.ideal__cnt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 480px;
    padding: 44px 50px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    box-shadow: 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset, -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ideal__cnt:after {
    content: '';
    position: absolute;
    bottom: 75px;
    left: 10px;
    right: 10px;
    height: 144px;
    background: #080714;
    filter: blur(20px);
    opacity: 1;
    transition: all 0.2s ease-out;
}

.ideal__name {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.ideal__description {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.ideal__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.2s ease-out;
}

.ideal__img img {
    display: block;
    width: 100%;
    height: auto;
}

.ideal__item:hover .ideal__img {
    transform: scale(1.05);
}

.ideal__item_pos1 .ideal__img {
    top: -31px;
    width: 380px;
}

.ideal__item_pos2 .ideal__img {
    top: -21px;
    width: 374px;
}

.ideal__item_pos3 .ideal__img {
    top: -20px;
    width: 352px;
}

.ideal__item_pos4 .ideal__img {
    top: -10px;
    width: 329px;
}

.ideal__item_pos5 .ideal__img {
    top: -10px;
    width: 310px;
}

.ideal__item_pos6 .ideal__img {
    top: -10px;
    width: 356px;
}

.ideal__shadow {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 0 0 40px 40px;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.ideal__shadow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -168px;
    height: 302px;
    background: #FE2073;
    filter: blur(50px);
    border-radius: 478px;
}

.ideal__item:hover .ideal__shadow {
    opacity: 1;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.info {
    padding: 40px 0 64px;
}

.info__block {
    /*overflow: hidden;*/
    padding: 43px 695px 43px 50px;
    border-radius: 40px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset;
    backdrop-filter: blur(2px);
}

.info__wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden;
    border-radius: 40px;
}

.info__block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 40px;
    border: 2px solid #FE2073;
}

.info__gradient {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    border: 2px solid #FE2073;
    background: linear-gradient(90deg, #FE2073 0%, #A170F1 126.64%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25), -3px 1px 10px 0 rgba(254, 32, 115, 0.50) inset, 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset;
    backdrop-filter: blur(2px);
    transition: all 0.2s ease-out;
}

.info__block:hover .info__gradient {
    opacity: 1;
}

.info__block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(268.32deg, #FE2073 0%, rgba(254, 32, 115, 0) 20%, rgba(151, 71, 255, 0) 0%, #A170F1 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.info__caption {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.info__label {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 13px;
    max-width: 790px;
    position: relative;
}

.info__text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 129px;
    position: relative;
}

.info__text b {
    font-weight: 800;
}

.info__img {
    position: absolute;
    width: 589px;
    right: 37px;
    bottom: 2px;
    transition: all 0.2s ease-out;
}

.info__img img {
    display: block;
    width: 100%;
    height: auto;
}

.info__block:hover .info__img {
    width: 618px;
}

.info__button {
    max-width: 853px;
    margin: 50px auto 0;
}

.info__shadow {
    opacity: 0;
    position: absolute;
    width: 814px;
    height: 245.357px;
    transform: rotate(-6.46deg);
    flex-shrink: 0;
    bottom: -169px;
    right: -108px;
    border-radius: 814px;
    background: linear-gradient(90deg, #FE2073 -125.96%, #A170F1 128.24%), #D9D9D9;
    filter: blur(50px);
    transition: all 0.2s ease-out;
}

.info__block:hover .info__shadow {
    opacity: 1;
}

/* ==========================================================================
   AID
   ========================================================================== */
.aid {
    padding: 52px 0 64px;
}

.aid__title {
    max-width: 1010px;
    margin-bottom: 30px;
}

.aid__text {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 62px;
}

.aid__row {
    display: flex;
    position: relative;
}

.aid__row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 590px;
    left: 0;
    right: 0;
    margin: 0 auto;
    flex-shrink: 0;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
}

.aid__col {
    width: 50%;
    padding: 41px 28px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.aid__col:before {
    content: '';
    position: absolute;
    bottom: -21px;
    right: -145px;
    width: 640px;
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
}

.aid__col_sad {
    background: rgba(255, 255, 255, 0.05);
    background-blend-mode: overlay;
    backdrop-filter: blur(250px);
}

.aid__col_sad:before {
    background-image: url(/local/templates/main_bitexart.ru/img/promo_page/sad.png);
    z-index: 1;
}

.aid__col_funny:before {
    background-image: url(/local/templates/main_bitexart.ru/img/promo_page/funny.png);
}

.aid__col_funny {
    background: #717F0D;
}

.aid__caption {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 40px;
    margin-bottom: 57px;
}

.aid__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.5;
}

.aid__list li {
    position: absolute;
}

.aid__list li:nth-child(1) {
    left: 27px;
    top: 128px;
    transform: rotate(9.817deg);
}

.aid__list li:nth-child(2) {
    left: 127px;
    top: 237px;
    transform: rotate(-6.107deg);
}

.aid__list li:nth-child(3) {
    left: 37px;
    top: 344px;
    transform: rotate(11.943deg);
}

.aid__list li:nth-child(4) {
    left: 1px;
    top: 458px;
    transform: rotate(-16.154deg);
}

.aid__list li:nth-child(5) {
    left: 293px;
    top: 481px;
    transform: rotate(9.817deg);
}

.aid__list li:nth-child(6) {
    left: 65px;
    top: 614px;
    transform: rotate(-16.154deg);
}

.aid__description {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 396px;
}

.aid__description ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.aid__description ul li {
    position: relative;
    padding-left: 30px;
}

.aid__description ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FE2073;
}

.aid__description ul li + li {
    margin-top: 29px;
}

@-webkit-keyframes zoomInDownAidFirst {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0) rotate(9.817deg);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0) rotate(9.817deg);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(9.817deg);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(9.817deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0) rotate(9.817deg);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0) rotate(9.817deg);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(9.817deg);
        animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(9.817deg);
    }
}

@keyframes zoomInDownAidFirst {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0) rotate(9.817deg);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0) rotate(9.817deg);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(9.817deg);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(9.817deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0) rotate(9.817deg);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0) rotate(9.817deg);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(9.817deg);
        animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(9.817deg);
    }
}

.zoomInDownAidFirst {
    -webkit-animation-name: zoomInDownAidFirst;
    animation-name: zoomInDownAidFirst;
}

@-webkit-keyframes zoomInLeftAidThird {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0) rotate(-16.154deg);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0) rotate(-16.154deg);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
    }
}

@keyframes zoomInLeftAidFourth {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0) rotate(-16.154deg);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0) rotate(-16.154deg);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
    }
}

.zoomInLeftAidFourth {
    -webkit-animation-name: zoomInLeftAidFourth;
    animation-name: zoomInLeftAidFourth;
}

@-webkit-keyframes slideInRightAidSecond {
    0% {
        -webkit-transform: translate3d(100%,0,0) rotate(-6.107deg);
        transform: translate3d(100%,0,0) rotate(-6.107deg);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0) rotate(-6.107deg);
        transform: translateZ(0) rotate(-6.107deg);
    }
}

@keyframes slideInRightAidSecond {
    0% {
        -webkit-transform: translate3d(100%,0,0) rotate(-6.107deg);
        transform: translate3d(100%,0,0) rotate(-6.107deg);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0) rotate(-6.107deg);
        transform: translateZ(0) rotate(-6.107deg);
    }
}

.slideInRightAidSecond {
    -webkit-animation-name: slideInRightAidSecond;
    animation-name: slideInRightAidSecond;
}

@-webkit-keyframes zoomInUpAidSixth {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0) rotate(-16.154deg);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0) rotate(-16.154deg);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
    }
}

@keyframes zoomInUpAidSixth {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0) rotate(-16.154deg);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19) rotate(-16.154deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0) rotate(-16.154deg);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0) rotate(-16.154deg);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
        animation-timing-function: cubic-bezier(.175,.885,.32,1) rotate(-16.154deg);
    }
}

.zoomInUpAidSixth {
    -webkit-animation-name: zoomInUpAidSixth;
    animation-name: zoomInUpAidSixth;
}

@-webkit-keyframes bounceInRightAidFifth {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(9.817deg);
        animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(9.817deg);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0) rotate(9.817deg);
        transform: translate3d(3000px,0,0) rotate(9.817deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0) rotate(9.817deg);
        transform: translate3d(-25px,0,0) rotate(9.817deg);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0) rotate(9.817deg);
        transform: translate3d(10px,0,0) rotate(9.817deg);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0) rotate(9.817deg);
        transform: translate3d(-5px,0,0) rotate(9.817deg);
    }

    to {
        -webkit-transform: none rotate(9.817deg);
        transform: none rotate(9.817deg);
    }
}

@keyframes bounceInRightAidFifth {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(9.817deg);
        animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(9.817deg);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0) rotate(9.817deg);
        transform: translate3d(3000px,0,0) rotate(9.817deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0) rotate(9.817deg);
        transform: translate3d(-25px,0,0) rotate(9.817deg);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0) rotate(9.817deg);
        transform: translate3d(10px,0,0) rotate(9.817deg);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0) rotate(9.817deg);
        transform: translate3d(-5px,0,0) rotate(9.817deg);
    }

    to {
        -webkit-transform: none rotate(9.817deg);
        transform: none rotate(9.817deg);
    }
}

.bounceInRightAidFifth {
    -webkit-animation-name: bounceInRightAidFifth;
    animation-name: bounceInRightAidFifth;
}

@-webkit-keyframes bounceInLeftAidThird {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(11.943deg);
        animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(11.943deg);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) rotate(11.943deg);
        transform: translate3d(-3000px,0,0) rotate(11.943deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) rotate(11.943deg);
        transform: translate3d(25px,0,0) rotate(11.943deg);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) rotate(11.943deg);
        transform: translate3d(-10px,0,0) rotate(11.943deg);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) rotate(11.943deg);
        transform: translate3d(5px,0,0) rotate(11.943deg);
    }

    to {
        -webkit-transform: none rotate(11.943deg);
        transform: none rotate(11.943deg);
    }
}

@keyframes bounceInLeftAidThird {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(11.943deg);
        animation-timing-function: cubic-bezier(.215,.61,.355,1) rotate(11.943deg);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0) rotate(11.943deg);
        transform: translate3d(-3000px,0,0) rotate(11.943deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0) rotate(11.943deg);
        transform: translate3d(25px,0,0) rotate(11.943deg);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0) rotate(11.943deg);
        transform: translate3d(-10px,0,0) rotate(11.943deg);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0) rotate(11.943deg);
        transform: translate3d(5px,0,0) rotate(11.943deg);
    }

    to {
        -webkit-transform: none rotate(11.943deg);
        transform: none rotate(11.943deg);
    }
}

.bounceInLeftAidThird {
    -webkit-animation-name: bounceInLeftAidThird;
    animation-name: bounceInLeftAidThird;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab.grab_bright {
    padding: 52px 0 42px;
}

.grab_bright .bg {
    display: none;
}

.grab_bright .grab__title {
    text-align: left;
    margin-bottom: 36px;
}

.grab_bright .title span {
    font-weight: 800;
    text-underline-offset: 6px;
}

.grab_bright .grab__row {
    margin-left: -20px;
    margin-right: -20px;
}

.grab_bright .grab__col {
    padding: 0 20px;
}

.grab_bright .submit {
    height: 63px;
    background: #FE2073;
    box-shadow: 0px 0px 7px 0px #FF82B0 inset;
    font-style: normal;
    font-size: 24px;
}

.grab_bright .submit:hover {
    opacity: 1;
    background: #FFF;
    box-shadow: 0px 0px 7px 0px #FF82B0 inset;
    color: #FE2073;
}

.grab_bright .input {
    height: 63px;
}

.grab_bright .grab__ps {
    text-transform: none;
    margin-top: 12px;
}

.grab_bright .grab__ps a {
    text-decoration: none;
    color: #FE2073;
}

.grab_bright .grab__ps a:hover {
    opacity: 1;
    color: #fff;
}

.grab_bright .grab__input {
    position: relative;
}

.grab_bright .grab__input:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    filter: brightness(150%);
}

.isSafari .grab_bright .grab__input:before {
    background: rgba(255, 255, 255, 0.04);
}

.grab_bright .grab__input:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(88.32deg, #FE2073 0%, rgba(254, 32, 115, 0) 29.17%, rgba(137, 111, 30, 0) 73.55%, #717F0D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.grab_bright .grab__input .input {
    border-color: transparent;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 20px;
}

.grab_bright .grab__input .submit {
    border-color: transparent;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages.advantages_numbers {
    padding: 51px 0 64px;
}

.advantages_numbers .bg {
    display: none;
}

.advantages_numbers .advantages__block {
    width: 620px;
    margin: 0;
}

.advantages_numbers .advantages__title {
    margin-bottom: 36px;
}

.advantages__numbers-row {
    display: flex;
    flex-wrap: wrap;
    margin: -24px -12px 0;
}

.advantages_numbers .advantages__carousel {
    margin-top: 13px;
}

.advantages__numbers-col {
    width: 50%;
    padding: 0 12px;
    margin: 24px 0 0;
}

.advantages__numbers-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 23px 20px 25px;
    position: relative;
    height: 100%;
}

.advantages__numbers-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    background: rgba(8, 7, 20, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset;
    backdrop-filter: blur(2px);
}

.advantages__numbers-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(268.32deg, #FE2073 0%, rgba(254, 32, 115, 0) 29.17%, rgba(137, 111, 30, 0) 73.55%, #717F0D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.advantages__numbers-item b {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.advantages__numbers-item span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: -3px;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   STRENGTHS
   ========================================================================== */
.strengths {
    padding: 98px 0 144px;
    position: relative;
}

.strengths .bg:before {
    content: '';
    position: absolute;
    left: -370px;
    top: -82px;
    width: 836px;
    height: 836px;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
}

.strengths__title {
    margin-bottom: 36px;
}

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

.strengths__col {
    width: 33.333%;
    padding: 0 20px;
    margin: 40px 0 0;
}

.strengths__item {
    display: block;
    position: relative;
}

.strengths__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    background: rgba(8, 7, 20, 0.50);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.strengths__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    padding: 2px;
    border-radius: 40px;
    background: linear-gradient(268.32deg, #FE2073 0%, rgba(254, 32, 115, 0) 29.17%, rgba(137, 111, 30, 0) 73.55%, #717F0D 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.strengths__cnt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 677px;
    padding: 44px 50px;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    box-shadow: 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset, -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.strengths__cnt:after {
    content: '';
    position: absolute;
    bottom: 143px;
    left: 10px;
    right: 10px;
    height: 208px;
    background: #080714;
    filter: blur(15px);
    transition: all 0.2s ease-out;
    opacity: 1;
}

.strengths__item .strengths__cnt:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 40px;
    background: linear-gradient(90deg, rgba(254, 32, 115, 0.00) 24.93%, rgba(254, 32, 115, 0.70) 100%), rgba(8, 7, 20, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -3px 1px 10px 0px rgba(254, 32, 115, 0.50) inset, 3px -1px 10px 0px rgba(113, 127, 13, 0.60) inset;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: all 0.2s ease-out;
}

.strengths__item.active .strengths__cnt:before {
    opacity: 1;
}

.strengths__item.active .strengths__cnt:after {
    opacity: 0;
}

.strengths__name {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.strengths__description {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.strengths__img {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.strengths__img img {
    display: block;
    width: 100%;
    height: auto;
}

.strengths__item_pos1 .strengths__img {
    width: 380px;
}

.strengths__item_pos2 .strengths__img {
    width: 380px;
}

.strengths__item_pos3 .strengths__img {
    width: 412px;
}

.strengths__item_pos4 .strengths__img {
    width: 352px;
}

.strengths__item_pos5 .strengths__img {
    width: 372px;
}

.strengths__item_pos6 .strengths__img {
    width: 380px;
}

/* ==========================================================================
   GRIP
   ========================================================================== */
.grip.grip_discount {
    padding: 51px 0 64px;
    position: relative;
}

.grip__title {
    max-width: 1100px;
    margin-bottom: 37px;
}

.grip_discount .grip__caption {
    font-size: 35px;
    margin-bottom: 31px;
}

.grip_discount .grip__form {
    padding: 53px 60px 40px;
}

.grip_discount .grip__form {
    width: 643px;
}

.grip_discount .grip__input + .grip__input {
    margin-top: 30px;
}

.grip_discount .bg:before {
    content: '';
    position: absolute;
    left: -471px;
    top: -144px;
    width: 914px;
    height: 914px;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, rgba(254, 32, 115, 0.70) 0%, rgba(255, 1, 96, 0.00) 100%);
}

.grip_discount .bg:after {
    content: '';
    position: absolute;
    right: 153px;
    top: 333px;
    width: 836px;
    height: 836px;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #FE2073 0%, rgba(255, 1, 96, 0.00) 100%);
}

.grip_discount .container {
    position: relative;
}

.grip__circle {
    position: absolute;
    z-index: 1;
    top: 279px;
    right: 403px;
    width: 836px;
    height: 836px;
    opacity: 0.7;
    background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
}

.grip__img {
    position: absolute;
    right: 0;
    top: -113px;
    width: 959px;
}

.grip__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.grip_discount .grip__row:after {
    content: '';
    position: absolute;
    left: -156px;
    bottom: -168px;
    width: 2395px;
    height: 197px;
    border-radius: 2395px;
    background: #080714;
    filter: blur(40px);
}

.grip_discount .grip__submit {
    margin-top: 39px;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (min-width: 1621px) {
    .container_increased {
        width: 1550px;
    }

    .team_increased .team__img {
        width: 554px;
        height: 554px;
        margin-right: 105px;
    }

    .team_increased .team__title {
        margin-right: 66px;
    }

    .team_increased .team__item {
        max-width: inherit;
        margin: 170px auto 50px;
    }

    .team_increased .team__info {
        margin-top: 94px;
    }

    .team_increased .team__name {
        margin-bottom: 16px;
    }

    .team_increased .team__label span {
        padding: 17.5px 85px;
    }

    .team_increased .team__carousel .owl-prev {
        width: 253px;
        height: 25px;
        left: 709px;
        bottom: 283px;
        background-size: cover;
    }

    .team_increased .team__carousel .owl-next {
        width: 253px;
        height: 25px;
        right: 0px;
        bottom: 283px;
        background-size: cover;
    }
}

@media only screen and (max-width: 1620px) {
    .discount__title {
        font-size: 109px;
        margin-bottom: 17px;
    }

    .discount__block {
        padding: 52px 528px 97px 0;
    }

    .discount__label {
        font-size: 45px;
        margin-bottom: 34px;
    }

    .discount__label span {
        padding: 40px 0;
    }

    .discount__text {
        font-size: 25px;
    }

    .discount__img {
        width: 477px;
        top: 11px;
    }

    .discount__description {
        font-size: 25px;
        padding: 36px 30px;
    }

    .discount {
        padding-bottom: 50px;
    }

    .ideal {
        padding-top: 37px;
    }

    .ideal__name {
        font-size: 35px;
    }

    .ideal__cnt {
        padding: 34px 40px;
    }

    .ideal__item_pos1 .ideal__img {
        width: 332px;
    }

    .ideal__item_pos2 .ideal__img {
        width: 332px;
    }

    .ideal__item_pos3 .ideal__img {
        width: 332px;
    }

    .ideal__item_pos4 .ideal__img {
        width: 312px;
        top: -18px;
    }

    .ideal__item_pos5 .ideal__img {
        width: 310px;
        top: -23px;
    }

    .ideal__item_pos6 .ideal__img {
        width: 336px;
        top: -17px;
    }

    .info__caption {
        font-size: 35px;
    }

    .info__block {
        padding: 34px 695px 30px 40px;
    }

    .info__text {
        margin-top: 133px;
    }

    .info__button {
        margin-top: 43px;
    }

    .info {
        padding-bottom: 50px;
    }

    .aid {
        padding: 37px 0 50px;
    }

    .aid__title {
        margin-bottom: 19px;
    }

    .aid__text {
        margin-bottom: 34px;
    }

    .aid__col {
        padding: 32px 30px;
    }

    .aid__description {
        font-size: 20px;
        max-width: 316px;
    }

    .aid__caption {
        margin-bottom: 55px;
    }

    .aid__description ul li {
        padding-left: 31px;
    }

    .aid__col:before {
        width: 567px;
        height: 567px;
        bottom: -42px;
        right: -126px;
    }

    .aid__list {
        font-size: 20px;
    }

    .aid__list li:nth-child(1) {
        left: 39px;
        top: 124px;
    }

    .aid__list li:nth-child(2) {
        left: 105px;
        top: 215px;
    }

    .aid__list li:nth-child(3) {
        left: 37px;
        top: 308px;
    }

    .aid__list li:nth-child(4) {
        left: -3px;
        top: 403px;
    }

    .aid__list li:nth-child(5) {
        left: 248px;
        top: 435px;
    }

    .aid__list li:nth-child(6) {
        left: 46px;
        top: 537px;
    }

    .grab_bright .container {
        width: 1350px;
        max-width: inherit;
    }

    .grab.grab_bright {
        padding: 37px 0 32px;
    }

    .grab_bright .grab__title {
        margin-bottom: 27px;
    }

    .advantages.advantages_numbers {
        padding: 33px 0 50px;
    }

    .advantages_numbers .advantages__block {
        width: 506px;
    }

    .advantages_numbers .advantages__row {
        max-width: inherit;
    }

    .advantages_numbers .advantages__title {
        margin-bottom: 32px;
    }

    .advantages__numbers-item {
        padding-top: 7px;
    }

    .strengths {
        padding: 31px 0 50px;
    }

    .strengths__title {
        margin-bottom: 25px;
    }

    .strengths__name {
        font-size: 35px;
    }

    .strengths__cnt {
        padding: 34px 39px;
        height: 641px;
    }

    .strengths__description {
        margin-top: 14px;
    }

    .strengths__row {
        margin-top: -42px;
    }

    .strengths__col {
        margin-top: 42px;
    }

    .strengths__item_pos1 .strengths__img {
        width: 332px;
        top: 40px;
    }

    .strengths__item_pos2 .strengths__img {
        width: 332px;
        top: 38px;
    }

    .strengths__item_pos3 .strengths__img {
        width: 332px;
        top: 38px;
    }

    .strengths__item_pos4 .strengths__img {
        width: 312px;
        top: 48px;
    }

    .strengths__item_pos5 .strengths__img {
        width: 312px;
        top: 38px;
    }

    .strengths__item_pos6 .strengths__img {
        width: 312px;
        top: 48px;
    }

    .strengths__cnt:after {
        bottom: 191px;
        height: 120px;
    }

    .team.team_increased {
        padding: 15px 0 9px;
    }

    .team_increased .team__img {
        width: 521px;
        height: 521px;
        margin-right: 111px;
    }

    .team_increased .team__item {
        max-width: inherit;
    }

    .team_increased .team__carousel {
        margin-left: -50px;
        margin-right: -50px;
    }

    .team_increased .team__info {
        margin-top: 97px;
    }

    .team_increased .team__name {
        margin-bottom: 20px;
    }

    .team_increased .team__label span {
        padding: 19px 108px;
    }

    .team__carousel .owl-prev {
        width: 238px;
        height: 23px;
        left: 681px;
        bottom: 268px;
        background-size: cover;
    }

    .team__carousel .owl-next {
        width: 238px;
        height: 23px;
        right: 50px;
        bottom: 268px;
        background-size: cover;
    }

    .grip.grip_discount {
        padding: 20px 0 50px;
    }

    .grip_discount .grip__form {
        width: 584px;
        margin-left: 0;
    }

    .grip__title {
        margin-bottom: 25px;
    }

    .grip_discount .grip__form {
        padding: 40px 55px 25px;
    }

    .grip_discount .input-wrapper input {
        height: 57px;
    }

    .grip_discount .grip__submit {
        margin-top: 40px;
    }

    .grip_discount .button {
        padding: 14px 0;
    }

    .grip__img {
        width: 820px;
        top: -65px;
    }

    .team_increased .team__item {
        margin-top: 136px;
    }
}

@media only screen and (max-width: 1366px) {
    .discount__title {
        font-size: 99px;
        margin-bottom: 6px;
    }

    .discount__block {
        padding: 52px 423px 77px 0;
    }

    .discount {
        padding: 144px 0 40px;
    }

    .discount__label {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .discount__label span {
        padding: 25px 0;
    }

    .discount__text {
        font-size: 20px;
    }

    .discount__img {
        width: 382px;
        top: 24px;
    }

    .discount__description {
        font-size: 20px;
        padding: 25px 30px;
    }

    .discount__cart {
        width: 123px;
        height: 123px;
    }

    .discount__info {
        border-radius: 40px;
    }

    .discount__bg:before {
        border-radius: 40px;
    }

    .discount__bg:after {
        border-radius: 40px;
    }

    .discount__description span {
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }

    .discount__button {
        max-width: 800px;
    }

    .knob {
        padding: 12px;
        font-size: 30px;
    }

    .ideal {
        padding-top: 39px;
    }

    .ideal__title {
        margin-bottom: 54px;
    }

    .ideal__row {
        margin: -30px -15px 0;
    }

    .ideal__col {
        margin-top: 30px;
        padding: 0 15px;
    }

    .ideal__item_pos1 .ideal__img {
        width: 302px;
        top: -25px;
    }

    .ideal__item_pos2 .ideal__img {
        width: 291px;
        top: -21px;
    }

    .ideal__item_pos3 .ideal__img {
        width: 291px;
        top: -21px;
    }

    .ideal__item_pos4 .ideal__img {
        width: 270px;
        top: -12px;
    }

    .ideal__item_pos5 .ideal__img {
        width: 264px;
        top: -11px;
    }

    .ideal__item_pos6 .ideal__img {
        width: 295px;
        top: -16px;
    }

    .ideal__name {
        font-size: 30px;
    }

    .ideal__description {
        font-size: 15px;
        margin-top: 9px;
    }

    .ideal__cnt {
        height: 421px;
        padding: 25px 30px;
    }

    .info__caption {
        font-size: 30px;
    }

    .info__label {
        font-size: 20px;
        margin-top: 8px;
    }

    .info__text {
        font-size: 15px;
        margin-top: 167px;
    }

    .info__block {
        padding: 22px 600px 30px 30px;
    }

    .info__img {
        width: 519px;
        right: 35px;
    }

    .info__block:hover .info__img {
        width: 548px;
    }

    .info__button {
        max-width: 800px;
        margin-top: 40px;
    }

    .aid__title {
        max-width: 865px;
        margin-bottom: 24px;
    }

    .aid__text {
        font-size: 25px;
    }

    .aid__col:before {
        width: 417px;
        height: 417px;
        bottom: -40px;
        right: -63px;
    }

    .aid__description {
        font-size: 15px;
        max-width: 280px;
    }

    .aid__description ul li:before {
        width: 10px;
        height: 10px;
    }

    .aid__description ul li {
        padding-left: 25px;
    }

    .aid__caption {
        font-size: 30px;
        margin-bottom: 29px;
    }

    .aid__col {
        padding: 22px 20px 37px;
    }

    .aid__description ul li + li {
        margin-top: 31px;
    }

    .aid__list {
        font-size: 15px;
    }

    .aid__list li:nth-child(1) {
        left: 28px;
        top: 80px;
    }

    .aid__list li:nth-child(2) {
        left: 58px;
        top: 144px;
    }

    .aid__list li:nth-child(2) br {
        display: none;
    }

    .aid__list li:nth-child(3) {
        left: 117px;
        top: 223px;
    }

    .aid__list li:nth-child(4) {
        left: 16px;
        top: 274px;
    }

    .aid__list li:nth-child(5) {
        left: 183px;
        top: 335px;
    }

    .aid__list li:nth-child(6) {
        left: 30px;
        top: 382px;
    }

    .grab_bright .container {
        width: 1176px;
    }

    .grab.grab_bright {
        padding: 40px 0 32px;
    }

    .grab_bright .grab__title {
        margin-bottom: 31px;
    }

    .grab_bright .grab__col {
        padding: 0 15px;
    }

    .grab_bright .grab__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .grab_bright .grab__ps {
        font-size: 8px;
    }

    .advantages_numbers .advantages__block {
        width: 427px;
    }

    .advantages__numbers-item b {
        font-size: 40px;
    }

    .advantages__numbers-item span {
        font-size: 15px;
        margin-top: 2px;
    }

    .advantages_numbers .advantages__title {
        margin-bottom: 45px;
    }

    .advantages__numbers-item:before {
        border-radius: 30px;
    }

    .advantages__numbers-item:after {
        border-radius: 30px;
    }

    .advantages__numbers-item {
        padding: 11px 12px 15px 15px;
    }

    .advantages__numbers-col {
        padding: 0 15px;
        margin-top: 30px;
    }

    .advantages__numbers-row {
        margin: -30px -15px 0;
    }

    .strengths {
        padding: 39px 0 50px;
    }

    .strengths__title {
        margin-bottom: 29px;
    }

    .strengths__row {
        margin: -30px -15px 0;
    }

    .strengths__col {
        margin: 30px 0 0;
        padding: 0 15px;
    }

    .strengths__item_pos1 .strengths__img {
        width: 292px;
        top: 35px;
    }

    .strengths__item_pos2 .strengths__img {
        width: 292px;
        top: 35px;
    }

    .strengths__item_pos3 .strengths__img {
        width: 292px;
        top: 35px;
    }

    .strengths__item_pos4 .strengths__img {
        width: 274px;
        top: 42px;
    }

    .strengths__item_pos5 .strengths__img {
        width: 274px;
        top: 35px;
    }

    .strengths__item_pos6 .strengths__img {
        width: 274px;
        top: 42px;
    }

    .strengths__name {
        font-size: 30px;
    }

    .strengths__description {
        font-size: 15px;
        margin-top: 8px;
    }

    .strengths__cnt {
        padding: 30px 35px;
        height: 563px;
    }

    .strengths__cnt:after {
        height: 105px;
        bottom: 187px;
    }

    .team.team_increased {
        padding: 10px 0;
    }

    .team_increased .team__title {
        margin-left: 0;
        margin-right: 37px;
    }

    .team_increased .team__img {
        width: 437px;
        height: 437px;
        margin-left: 31px;
        margin-right: 91px;
    }

    .team_increased .team__item {
        margin-top: 121px;
    }

    .team_increased .team__carousel {
        margin-top: -33px;
    }

    .team_increased .team__info {
        margin-top: 83px;
    }

    .team_increased .team__label span {
        padding: 16px 55px;
    }

    .team__carousel .owl-prev {
        left: 608px;
        bottom: 228px;
        width: 204px;
        height: 22px;
    }

    .team__carousel .owl-next {
        right: 50px;
        bottom: 228px;
        width: 204px;
        height: 22px;
    }

    .logos.logos_increased {
        margin: 32px 0;
    }

    .grip.grip_discount {
        padding: 49px 0 50px;
    }

    .grip_discount .grip__form {
        width: 558px;
    }

    .grip__title {
        margin-bottom: 30px;
    }

    .grip_discount .grip__caption {
        font-size: 30px;
        margin-bottom: 33px;
    }

    .grip_discount .grip__form {
        padding: 45px 55px 34px;
    }

    .grip_discount .input-wrapper input {
        height: 54px;
    }

    .grip_discount .grip__input + .grip__input {
        margin-top: 31px;
    }

    .grip_discount .button {
        padding: 16px 0;
    }

    .grip__img {
        width: 756px;
        top: -38px;
    }

    .grip_discount .grip__row:after {
        width: 1667px;
        height: 197px;
        left: -66px;
        bottom: -158px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .discount {
        padding: 129px 0 25px;
    }

    .discount__title {
        font-size: 46px;
        margin-bottom: 7px;
    }

    .discount__img {
        width: 298px;
        top: 11px;
    }

    .discount__block {
        padding: 52px 329px 97px 0;
    }

    .discount__label {
        font-size: 20px;
        margin-bottom: 17px;
    }

    .discount__label:before {
        border-radius: 20px;
    }

    .discount__label:after {
        border-radius: 20px;
    }

    .discount__label span {
        padding: 18px 0;
    }

    .discount__text {
        font-size: 15px;
    }

    .discount__description {
        font-size: 15px;
    }

    .discount__info {
        border-radius: 40px 30px 30px 40px;
    }

    .discount__bg:before {
        border-radius: 40px 30px 30px 40px;
    }

    .discount__bg:after {
        border-radius: 40px 30px 30px 40px;
    }

    .discount__button {
        max-width: 380px;
        margin-top: 30px;
    }

    .knob {
        font-size: 18px;
    }

    .container_increased .title {
        font-size: 40px;
    }

    .ideal {
        padding-top: 21px;
    }

    .ideal__col {
        width: 50%;
    }

    .ideal__title {
        margin-bottom: 33px;
    }

    .ideal__item:before {
        border-radius: 30px;
    }

    .ideal__item:after {
        border-radius: 30px;
    }

    .ideal__cnt {
        height: 367px;
        border-radius: 30px;
        padding: 16px 22px;
    }

    .ideal__item_pos1 .ideal__img {
        width: 283px;
        top: -15px;
    }

    .ideal__item_pos2 .ideal__img {
        width: 273px;
        top: -15px;
    }

    .ideal__item_pos3 .ideal__img {
        width: 284px;
        top: -15px;
    }

    .ideal__item_pos4 .ideal__img {
        width: 264px;
        top: -15px;
    }

    .ideal__item_pos5 .ideal__img {
        width: 257px;
        top: -15px;
    }

    .ideal__item_pos6 .ideal__img {
        width: 264px;
        top: -15px;
    }

    .ideal__name {
        font-size: 25px;
    }

    .ideal__description {
        font-size: 15px;
    }

    .info {
        padding: 33px 0 30px;
    }

    .info__block {
        border-radius: 30px;
        padding: 15px 340px 23px 20px;
    }

    .info__gradient {
        border-radius: 30px;
    }

    .info__wrapper {
        border-radius: 30px;
    }

    .info__block:before {
        border-radius: 30px;
    }

    .info__block:after {
        border-radius: 30px;
    }

    .info__caption {
        font-size: 25px;
    }

    .info__text {
        margin-top: 103px;
        position: relative;
        z-index: 1;
    }

    .info__img {
        width: 443px;
        right: auto;
        left: 376px;
        bottom: auto;
        top: 67px;
    }

    .info__block:hover .info__img {
        width: 472px;
    }

    .ideal__cnt:after {
        height: 118px;
        bottom: 12px;
    }

    .info__gradient {
        opacity: 1;
    }

    .info__shadow {
        opacity: 1;
        width: 706px;
        height: 213px;
        bottom: -92px;
        right: -293px;
        filter: blur(30px);
    }

    .info__button {
        max-width: 380px;
        margin-top: 30px;
    }

    .aid {
        padding: 21px 0 30px;
    }

    .aid__text {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .aid__title {
        margin-bottom: 15px;
    }

    .aid__caption {
        font-size: 20px;
        margin-bottom: 26px;
    }

    .aid__col {
        padding: 15px 20px 37px;
        border-radius: 30px;
    }

    .aid__description {
        font-size: 10px;
        max-width: 175px;
    }

    .aid__description ul li:before {
        width: 7px;
        height: 7px;
        top: 3px;
    }

    .aid__description ul li {
        padding-left: 14px;
    }

    .aid__description ul li + li {
        margin-top: 15.5px;
    }

    .aid__col:before {
        width: 253px;
        height: 253px;
        bottom: -14px;
        right: -39px;
    }

    .aid__list {
        font-size: 10px;
    }

    .aid__list li:nth-child(1) {
        left: 8px;
        top: 68px;
    }

    .aid__list li:nth-child(2) {
        left: 29px;
        top: 108px;
    }

    .aid__list li:nth-child(3) {
        left: 78px;
        top: 155px;
    }

    .aid__list li:nth-child(4) {
        left: 9px;
        top: 176px;
    }

    .aid__list li:nth-child(5) {
        left: 121px;
        top: 207px;
    }

    .aid__list li:nth-child(6) {
        left: 23px;
        top: 248px;
    }

    .grab.grab_bright {
        padding: 20px 0 22px;
    }

    .grab_bright .container {
        width: 768px;
        padding: 0 50px;
    }

    .grab_bright .grab__col {
        width: 50%;
    }

    .grab__form {
        max-width: 708px;
    }

    .grab_bright .input {
        height: 46px;
        font-size: 18px;
    }

    .grab_bright .grab__input .submit {
        height: 46px;
        font-size: 18px;
    }

    .grab_bright .grab__ps {
        font-size: 6px;
    }

    .advantages.advantages_numbers {
        padding: 9px 0 50px;
    }

    .advantages_numbers .title {
        text-align: left;
    }

    .advantages_numbers .advantages__block {
        width: 100%;
        max-width: 100%;
    }

    .advantages__numbers-row {
        margin: -18px -9px 0;
    }

    .advantages__numbers-col {
        width: 25%;
        padding: 0 9px;
        margin-top: 18px;
    }

    .advantages_numbers .advantages__title {
        margin-bottom: 20px;
    }

    .advantages__numbers-item b {
        font-size: 25px;
    }

    .advantages__numbers-item {
        padding: 20px 57px 25px 19px;
    }

    .advantages_numbers .advantages__carousel {
        margin-top: 30px;
    }

    .advantages_numbers .advantages__carousel {
        padding-bottom: 18px;
    }

    .strengths {
        padding: 83px 0 30px;
    }

    .strengths__col {
        width: 50%;
    }

    .strengths__title {
        margin-bottom: 20px;
    }

    .strengths__item:before {
        border-radius: 30px;
    }

    .strengths__item:after {
        border-radius: 30px;
    }

    .strengths__cnt {
        height: 460px;
        padding: 17px 22px;
        border-radius: 30px;
    }

    .strengths__item_pos1 .strengths__img {
        width: 295px;
        top: 22px;
    }

    .strengths__item_pos2 .strengths__img {
        width: 296px;
        top: 19px;
    }

    .strengths__item_pos3 .strengths__img {
        width: 295px;
        top: 19px;
    }

    .strengths__item_pos4 .strengths__img {
        width: 274px;
        top: 19px;
    }

    .strengths__item_pos5 .strengths__img {
        width: 264px;
        top: 26px;
    }

    .strengths__item_pos6 .strengths__img {
        width: 245px;
        top: 24px;
    }

    .strengths__name {
        font-size: 25px;
    }

    .strengths__description {
        font-size: 15px;
    }

    .strengths__cnt:after {
        height: 118px;
        bottom: 119px;
    }

    .team {
        padding: 21px 0 31px;
    }

    .team .team__ceo {
        width: 110px;
        flex-shrink: 0;
    }

    .team .team__previews {
        padding-left: 103px;
        padding-right: 103px;
        position: absolute;
        left: 137px;
        width: 584px;
        bottom: -38px;
        top: auto;
    }

    .team .team__img {
        width: 395px;
        height: 395px;
        margin-right: 0;
    }

    .team .team__item {
        flex-direction: column;
        align-items: center;
        margin-top: 139px;
        margin-bottom: 0;
    }

    .team .team__info {
        min-width: 395px;
        margin-top: 55px;
    }

    .team .team__name {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .team .team__label {
        font-size: 15px;
    }

    .team .team__label span {
        display: block;
        padding: 9px 22px;
        text-align: center;
    }

    .team .team__carousel .owl-nav {
        max-width: 395px;
        margin: 14px auto 0;
        display: flex;
        justify-content: space-between;
    }

    .team .team__carousel .owl-prev {
        position: static;
        width: 123px;
        height: 12px;
    }

    .team .team__carousel .owl-next {
        position: static;
        width: 123px;
        height: 12px;
    }

    .grip.grip_discount {
        padding: 26px 0 50px;
    }

    .grip__title {
        margin-bottom: 20px;
    }

    .grip_discount .grip__form {
        max-width: 708px;
        width: 100%;
        margin: auto;
        padding: 34px 59px 34px;
    }

    .grip__img {
        width: 648px;
        position: static;
        margin: -10px auto 0;
    }

    .grip_discount .grip__caption {
        font-size: 25px;
    }

    .grip_discount .input-wrapper input {
        height: 46px;
    }

    .grip_discount .grip__submit {
        margin-top: 30px;
    }

    .grip_discount .button {
        height: 46px;
    }

    .grip_discount .grip__input + .grip__input {
        margin-top: 30px;
    }

    .grip_discount .grip__ps {
        margin-top: 11px;
    }

    .grip_discount .grip__row:after {
        width: 979px;
        height: 154px;
        bottom: -77px;
        filter: blur(30px);
    }

    .discount .bg:after {
        display: none;
    }

    .discount .bg:before {
        top: 36px;
        right: -590px;
        left: auto;
    }

    .ideal .bg:before {
        width: 533px;
        height: 533px;
        left: -240px;
        top: 277px;
    }

    .grip_discount .bg:before {
        display: none;
    }

    .grip__circle {
        width: 755px;
        height: 755px;
        bottom: -20px;
        left: -166px;
        right: auto;
        top: auto;
    }

    .grip_discount .bg:after {
        width: 755px;
        height: 755px;
        bottom: -20px;
        right: -166px;
        left: auto;
        top: auto;
    }

    .discount__label span {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .container_increased {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .grab_bright .container {
        padding: 0 20px;
        width: 100%;
    }

    .team_increased .team__carousel {
        margin-top: 0;
    }

    .team.team_increased {
        padding: 25px 0 29px;
    }

    .team .team__ceo {
        width: 55px;
        margin-left: 5px;
    }

    .team .team__title {
        margin-bottom: 10px;
    }

    .team .team__previews {
        width: 280px;
        padding: 0 60px;
        left: 81px;
        bottom: -47px;
    }

    .team .team__img {
        width: 196px;
        height: 196px;
    }

    .team .team__item {
        margin-top: 77px;
        max-width: 340px;
    }

    .team .team__info {
        min-width: 340px;
        margin-top: 25px;
    }

    .team .team__name {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .team .team__label span {
        padding: 8px 20px;
    }

    .team .owl-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .team .owl-next {
        order: 1;
        background-image: url(img/next-mobile.svg);
        height: 20px;
    }

    .team .owl-prev {
        order: 2;
        background-image: url(img/prev-mobile.svg);
        height: 18px;
        margin-top: 30px;
    }

    .team .owl-prev, .team .owl-next {
        position: static;
        display: block;
        width: 222px;
    }


    .team .team .bg:before {
        left: -228px;
        top: -228px;
        width: 456px;
        height: 456px;
        opacity: 0.7;
        background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
    }

    .team .team .bg:after {
        top: -111px;
        right: -196px;
        width: 339px;
        height: 339px;
        opacity: 0.7;
        background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
    }

    .team .team__circle1 {
        position: absolute;
        left: -200px;
        bottom: 76px;
        width: 408px;
        height: 408px;
        opacity: 0.7;
        background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
    }

    .team .team__circle2 {
        position: absolute;
        bottom: 179px;
        right: -190px;
        width: 408px;
        height: 408px;
        opacity: 0.7;
        background: radial-gradient(50% 50% at 50% 50%, #FE2073 0%, rgba(254, 32, 115, 0.00) 100%);
    }

    .discount__block {
        padding: 0;
    }

    .discount__img {
        position: static;
        width: auto;
        max-width: 380px;
        margin: 15px auto 43px;
    }

    .discount {
        padding: 86px 0 30px;
    }

    .discount__info {
        border-radius: 40px 20px 20px 40px;
    }

    .discount__bg:before {
        border-radius: 40px 20px 20px 40px;
    }

    .discount__bg:after {
        border-radius: 40px 20px 20px 40px;
    }

    .discount__description {
        font-size: 12px;
        padding: 10px 13px;
    }

    .discount__button {
        margin-top: 20px;
        max-width: 380px;
    }

    .container_increased .title {
        font-size: 25px;
    }

    .ideal {
        padding-top: 24px;
    }

    .ideal__row {
        margin-top: -34px;
    }

    .ideal__col {
        width: 100%;
        margin-top: 34px;
    }

    .ideal__item {
        margin: auto;
    }

    .ideal__title {
        margin-bottom: 22px;
    }

    .ideal__cnt {
        border-radius: 40px;
        height: 408px;
    }

    .ideal__item:before {
        border-radius: 40px;
    }

    .ideal__item:after {
        border-radius: 40px;
    }

    .ideal__item_pos1 .ideal__img {
        width: 317px;
        top: -17px;
    }

    .ideal__item_pos2 .ideal__img {
        width: 306px;
        top: -17px;
    }

    .ideal__item_pos3 .ideal__img {
        width: 318px;
        top: -17px;
    }

    .ideal__item_pos4 .ideal__img {
        width: 296px;
        top: -17px;
    }

    .ideal__item_pos5 .ideal__img {
        width: 288px;
        top: -17px;
    }

    .ideal__item_pos6 .ideal__img {
        width: 295px;
        top: -17px;
    }

    .ideal__cnt:after {
        height: 132px;
        bottom: 14px;
    }

    .info__block {
        border-radius: 40px;
    }

    .info__block:before {
        border-radius: 40px;
    }

    .info__block:after {
        border-radius: 40px;
    }

    .info {
        padding: 28px 0 30px;
    }

    .info__block {
        padding: 19px 25px;
    }

    .info__caption {
        font-size: 30px;
    }

    .info__text {
        margin-top: 416px;
    }

    .info__img {
        width: 433px;
        left: 13px;
        top: 334px;
    }

    .info__block:hover .info__img {
        width: 462px;
    }

    .info__shadow {
        bottom: 58px;
        right: -82px;
    }

    .info__gradient {
        background: linear-gradient(180deg, #FE2073 0%, #A170F1 126.64%);
    }

    .info__button {
        margin-top: 22px;
    }

    .aid__text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .aid__title {
        margin-bottom: 13px;
    }

    .aid__row {
        flex-wrap: wrap;
    }

    .aid__col {
        width: 100%;
        min-height: 305px;
    }

    .aid__col {
        padding: 19px 22px 23px;
    }

    .aid__caption {
        font-size: 25px;
        margin-bottom: 21px;
        text-align: left;
    }

    .aid__description ul li + li {
        margin-top: 20px;
    }

    .aid__description {
        max-width: 166px;
    }

    .aid__description ul li:before {
        left: -3px;
    }

    .aid__col:before {
        width: 272px;
        height: 272px;
        bottom: -16px;
        right: -42px;
    }

    .aid__list li:nth-child(1) {
        left: 14px;
        top: 73px;
    }

    .aid__list li:nth-child(2) {
        left: 38px;
        top: 116px;
    }

    .aid__list li:nth-child(3) {
        left: 89px;
        top: 166px;
    }

    .aid__list li:nth-child(4) {
        left: 14px;
        top: 191px;
    }

    .aid__list li:nth-child(5) {
        left: 134px;
        top: 223px;
    }

    .aid__list li:nth-child(6) {
        left: 28px;
        top: 266px;
    }

    .grab.grab_bright {
        padding: 23px 0 22px;
    }

    .grab_bright .title span {
        text-underline-offset: 2px;
    }

    .grab_bright .grab__col {
        width: 100%;
    }

    .grab_bright .grab__title {
        margin-bottom: 17px;
    }

    .grab__row {
        margin-top: -25px;
    }

    .grab__col {
        margin-top: 25px;
    }

    .advantages.advantages_numbers {
        padding: 13px 0 62px;
    }

    .advantages__numbers-col {
        width: 50%;
    }

    .advantages__numbers-item {
        padding: 18px 19px;
    }

    .strengths__col {
        width: 100%;
    }

    .strengths__cnt {
        height: 514px;
        border-radius: 40px;
        padding: 20px 25px;
    }

    .strengths__item:before {
        border-radius: 40px;
    }

    .strengths__item:after {
        border-radius: 40px;
    }

    .strengths__title {
        margin-bottom: 23px;
    }

    .strengths__name {
        font-size: 30px;
    }

    .strengths__description {
        margin-top: 8px;
    }

    .strengths__cnt:after {
        height: 132px;
        bottom: 98px;
    }

    .strengths__item_pos1 .strengths__img {
        width: 330px;
        top: 25px;
    }

    .strengths__item_pos2 .strengths__img {
        width: 330px;
        top: 25px;
    }

    .strengths__item_pos3 .strengths__img {
        width: 330px;
        top: 25px;
    }

    .strengths__item_pos4 .strengths__img {
        width: 300px;
        top: 25px;
    }

    .strengths__item_pos5 .strengths__img {
        width: 294px;
        top: 25px;
    }

    .strengths__item_pos6 .strengths__img {
        width: 274px;
        top: 25px;
    }

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

    .grip_discount .grip__form {
        padding: 20px 21px 28px;
    }

    .grip_discount .grip__input + .grip__input {
        margin-top: 25px;
    }

    .grip_discount .grip__ps {
        margin-top: 13px;
    }

    .grip__img {
        max-width: 380px;
        margin-top: 21px;
        width: auto;
    }

    .grip_discount .grip__row:after {
        width: 673px;
        height: 116px;
        bottom: -58px;
    }

    .grip.grip_discount {
        padding-bottom: 64px;
    }

    .discount .bg:before {
        width: 549px;
        height: 549px;
        left: -273px;
        right: auto;
        top: 0;
        bottom: auto;
    }

    .discount__circle {
        width: 549px;
        height: 549px;
        left: auto;
        top: auto;
        right: -359px;
        bottom: 0;
    }

    .grab_bright .bg {
        display: block;
    }

    .grab_bright .bg:before {
        left: auto;
        bottom: auto;
        top: -50px;
        right: -312px;
        width: 549px;
        height: 549px;
        opacity: 0.7;
        background: radial-gradient(50% 50% at 50% 50%, #FE2073 0%, rgba(255, 1, 96, 0.00) 100%);
    }

    .grip__circle {
        width: 442px;
        height: 442px;
        bottom: 12px;
        left: -72px;
    }

    .grip_discount .bg:after {
        width: 442px;
        height: 442px;
        bottom: 12px;
        right: -72px;
    }

    .strengths .bg:after {
        content: '';
        position: absolute;
        right: -360px;
        bottom: -108px;
        width: 533px;
        height: 533px;
        opacity: 0.7;
        background: radial-gradient(50% 50% at 50% 50%, #717F0D 0%, rgba(113, 127, 13, 0.00) 100%);
    }
}

@media only screen and (max-width: 399.98px) {
    .discount__title {
        font-size: 46px;
    }
}
