* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
    line-height: 1.65;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.colored {
    color: #ff8200;
    display: block
}

@media (min-width: 600px) {
    .price-main .container {
        padding: 0 75px
    }
}

@media (min-width: 992px) {
    .price-main .container {
        padding: 0 100px
    }
}

@media (min-width: 1280px) {
    .price-main .container {
        padding: 0 150px
    }
}

.heading {
    font-size: 35px
}

@media (min-width: 400px) {
    .heading {
        font-size: 50px
    }
}

@media (min-width: 600px) {
    .heading {
        font-size: 57px
    }
}

@media (min-width: 992px) {
    .heading {
        font-size: 60px
    }
}

@media (min-width: 992px) {
    .heading {
        font-size: 80px
    }
}

.price-intro {
    padding: 20px 0 0;
    position: relative
}

.price-intro:after, .price-intro:before {
    content: '';
    position: absolute;
    background-color: #ff8200;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-box-shadow: 1px 0 20px 20px #e9d3bb;
    box-shadow: 1px 0 20px 20px #e9d3bb
}

.price-intro:before {
    width: 161px;
    height: 208px;
    left: -125px;
    top: 370px
}

.price-intro:after {
    width: 136px;
    height: 125px;
    right: 0;
    top: 185px
}

.price-intro__heading {
    font-size: 23px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 40px;
    position: relative
}

.price-intro__heading .colored {
    text-align: left
}

@media (min-width: 400px) {
    .price-intro__heading {
        font-size: 30px;
        text-align:center;
    }
}

.price-intro__slider-block {
    background-color: #ff8200;
    padding: 28px 45px 22px
}

@media (max-width: 400px) {
    .price-intro__slider-block {
        padding: 25px 20px 20px
    }
}

.price-intro__slider {
    position: relative;
    margin-bottom: 25px
}

.price-intro__slider-item {
    padding: 65px 30px;
    margin: 0 5px;
    background-color: #f8d9b9;
    -webkit-box-shadow: 0 0 15px rgba(204, 119, 19, .4);
    box-shadow: 0 0 15px rgba(204, 119, 19, .4);
    border-radius: 15px;
    text-align: center
}

@media (max-width: 400px) {
    .price-intro__slider-item {
        padding: 25px 20px 20px
    }
}

.price-intro__slider-heading {
    margin: 0 0 50px;
    font-size: 45px;
    font-weight: 900;
    position: relative
}

.price-intro__slider-heading:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14px;
    height: 2px;
    background-color: #ff8200
}

.price-intro__slider-lead {
    margin: 0 0 30px;
    font-size: 27px;
    font-weight: 800
}

.price-intro__slider-text {
    margin: 0;
    font-size: 22px;
    font-weight: 500
}

.price-intro__link {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    text-decoration: underline
}

.price-intro__slider-controls {
    display: none
}

.price-intro__slider-dots {
    margin: 30px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price-intro__slider-dots li {
    margin-right: 25px
}

.price-intro__slider-dots li:last-of-type {
    margin-right: 0
}

.price-intro__slider-dots button {
    font-size: 0;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.price-intro__slider-dots .slick-active button {
    background-color: #fff
}

@media (min-width: 700px) {
    .price-intro {
        padding: 25px 0 0
    }

    .price-intro__heading {
           font-size: 47px;
        margin-bottom: 85px
    }

    .price-intro__slider-block {
        padding: 55px 119px 33px;
        position: relative
    }

    .price-intro__slider-wrapper {
        position: relative;
        max-width: 530px;
        margin: 0 auto;
        min-height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .price-intro__slider {
        margin: 0 auto 25px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .price-intro__slider-item {
        padding: 20px 25px 30px;
        max-width: 190px;
        width: 100%;
        position: absolute;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .price-intro__slider-item--center {
        background-color: #ffecd8;
        z-index: 1;
        left: 170px;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .price-intro__slider-item--left {
        left: 0
    }

    .price-intro__slider-item--right {
        left: 340px
    }

    .price-intro__slider-heading {
        font-size: 21px;
        margin-bottom: 28px
    }

    .price-intro__slider-heading:after {
        bottom: -12px
    }

    .price-intro__slider-lead {
        font-size: 12px;
        margin-bottom: 18px
    }

    .price-intro__slider-text {
        font-size: 10px
    }

    .price-intro__slider-info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .price-intro__slider-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        bottom: 4px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .price-intro__control-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .price-intro__control-item:last-of-type {
        margin-right: 0
    }

    .price-intro__control-btn {
        outline: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s
    }

    .price-intro__control-btn--active {
        background-color: #fff
    }

    .price-intro__link {
        display: table;
        margin-left: auto;
        font-size: 10px
    }
}

@media (min-width: 992px) {
    .price-intro {
        padding-top: 55px
    }

    .price-intro__heading {
        font-size: 47px;
        margin-bottom: 20px
    }

    .price-intro__heading .colored {
        text-align: center
    }

    .price-intro__slider-block {
        padding: 75px 160px 40px
    }

    .price-intro__slider-wrapper {
        max-width: 700px;
        min-height: 420px
    }

    .price-intro__slider-item {
        padding: 28px 30px 40px;
        max-width: 250px
    }

    .price-intro__slider-item--center {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        left: 225px
    }

    .price-intro__slider-item--left {
        left: 0
    }

    .price-intro__slider-item--right {
        left: 450px
    }

    .price-intro__slider-heading {
        font-size: 28px;
        margin-bottom: 40px
    }

    .price-intro__slider-heading:after {
        bottom: -18px;
        border: 2px solid #f9710d
    }

    .price-intro__slider-lead {
        font-size: 17px;
        margin-bottom: 20px
    }

    .price-intro__slider-text {
        font-size: 14px
    }

    .price-intro__link {
        font-size: 14px
    }

    .price-intro__control-item {
        margin-right: 18px
    }

    .price-intro__control-btn {
        width: 11px;
        height: 11px
    }
}

@media (min-width: 1400px) {
    .price-intro {
        padding-top: 75px
    }

    .price-intro__heading {
        font-size: 47px;
        max-width: 1030px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .price-intro__heading .colored {
        text-align: left
    }

    .price-intro__slider-block {
        padding: 110px 180px 60px
    }

    .price-intro__slider-wrapper {
        max-width: 990px;
        min-height: 590px
    }

    .price-intro__slider-item {
        padding: 40px 45px 55px;
        max-width: 350px
    }

    .price-intro__slider-item--center {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
        left: 330px
    }

    .price-intro__slider-item--left {
        left: 0
    }

    .price-intro__slider-item--right {
        left: 660px
    }

    .price-intro__slider-heading {
        font-size: 40px;
        margin-bottom: 60px
    }

    .price-intro__slider-heading:after {
        width: 18px;
        border: 3px solid #f9710d;
        bottom: -30px
    }

    .price-intro__slider-lead {
        font-size: 24px;
        margin-bottom: 25px
    }

    .price-intro__slider-text {
        font-size: 20px
    }

    .price-intro__link {
        font-size: 20px
    }

    .price-intro__control-item {
        margin-right: 25px
    }

    .price-intro__control-btn {
        width: 15px;
        height: 15px
    }
}

.price-hooks {
    padding: 70px 0 85px
}

.price-hooks__heading {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 28px
}

@media (max-width: 400px) {
    .price-hooks__heading {
        font-size: 35px
    }
}

.price-hooks__text {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px
}

@media (max-width: 400px) {
    .price-hooks__text {
        font-size: 18px
    }
}

.price-hooks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.price-hooks__item:last-of-type {
    margin-bottom: 0
}

.price-hooks__item-img {
    display: inline-block
}

.price-hooks__item-img--1 {
    margin-right: 20px;
    max-height: 98px
}

.price-hooks__item-img--2 {
    margin: 0 16px 0 18px;
    max-height: 107px
}

.price-hooks__item-img--3 {
    max-height: 90px;
    margin: 0 25px 0 16px
}

.price-hooks__item-text {
    margin: 0;
    display: inline-block;
    font-size: 22px;
    font-weight: 800
}

@media (min-width: 600px) {
    .price-hooks {
        padding: 70px 0 20px
    }

    .price-hooks__heading {
        font-size: 32px;
        margin-bottom: 20px
    }

    .price-hooks__text {
        margin: 0 auto 25px;
        font-size: 11px;
        max-width: 383px;
        text-align: center
    }

    .price-hooks__items-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .price-hooks__item {
        display: block;
        text-align: center;
        max-width: 122px
    }

    .price-hooks__item-img--1, .price-hooks__item-img--2, .price-hooks__item-img--3 {
        max-height: 55px;
        margin: 0 0 20px
    }

    .price-hooks__item-text {
        font-size: 11px
    }
}

@media (min-width: 992px) {
    .price-hooks {
        padding: 90px 0 30px
    }

    .price-hooks__heading {
        font-size: 42px;
        margin-bottom: 10px
    }

    .price-hooks__text {
        font-size: 14px;
        max-width: 515px;
        margin-bottom: 30px
    }

    .price-hooks__item {
        max-width: 165px
    }

    .price-hooks__item-img {
        max-height: 75px
    }

    .price-hooks__item-text {
        font-size: 14px
    }
}

@media (min-width: 1280px) {
    .price-hooks {
        padding: 145px 0 50px
    }

    .price-hooks__heading {
        font-size: 60px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .price-hooks__text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px
    }

    .price-hooks__item {
        max-width: 235px
    }

    .price-hooks__item-img {
        max-height: none
    }

    .price-hooks__item-img--1 {
        margin: 5px 0 20px
    }

    .price-hooks__item-img--2 {
        margin-bottom: 17px
    }

    .price-hooks__item-img--3 {
        margin: 15px 0 19px
    }

    .price-hooks__item-text {
        font-size: 20px
    }
}

.price-how {
    padding: 0 0 80px
}

.price-how__heading {
    font-size: 50px;
    font-weight: 900;
    text-align: right;
    margin: 0 0 65px
}

.price-how__heading .colored {
    text-align: left
}

.price-how__btns-wrapper {
    display: none
}

.price-how__item {
    margin-bottom: 90px
}

.price-how__item:last-of-type {
    position: relative;
    margin-bottom: 0
}

.price-how__item:last-of-type:after {
    content: '';
    position: absolute;
    right: -25px;
    bottom: -85px;
    width: 156px;
    height: 153px;
    background-image: url(../img/price/weird-emoji.png);
    background-repeat: no-repeat;
    background-size: contain
}

.price-how__item-heading {
    font-size: 28px;
    font-weight: 800;
    bottom: 15px;
    position: relative;
    margin: 0 0 25px
}

.price-how__item-heading:before {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain
}

.price-how__item-heading--1 {
    margin-bottom: 15px;
    padding-left: 82px
}

.price-how__item-heading--1:before {
    background-image: url(../img/price/how-btn-1.png);
    width: 78px;
    height: 74px;
    top: 6px
}

.price-how__item-heading--2 {
    padding-left: 82px
}

.price-how__item-heading--2:before {
    background-image: url(../img/price/how-btn-2.png);
    width: 81px;
    height: 76px;
    top: -20px
}

.price-how__item-heading--3 {
    padding-left: 88px
}

.price-how__item-heading--3:before {
    background-image: url(../img/price/how-btn-3.png);
    width: 85px;
    height: 88px;
    top: -20px
}

.price-how__item-heading--4 {
    padding-left: 82px
}

.price-how__item-heading--4:before {
    background-image: url(../img/price/how-btn-4.png);
    width: 80px;
    height: 76px;
    top: -14px
}

.price-how__item-body {
    background: rgba(255, 130, 0, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 30px 25px 40px;
    color: #fff
}

.price-how__item-lead {
    font-size: 22px;
    font-weight: 900;
    margin: 0 0 7px
}

.price-how__item-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 18px
}

.price-how__item-text:last-of-type {
    margin-bottom: 0
}

@media (min-width: 600px) {
    .price-how {
        padding-bottom: 20px;
        position: relative
    }

    .price-how:after, .price-how:before {
        content: '';
        position: absolute;
        background-color: #ff8200;
        -webkit-filter: blur(100px);
        filter: blur(100px);
        -webkit-box-shadow: 1px 0 20px 20px #e9d3bb;
        box-shadow: 1px 0 20px 20px #e9d3bb;
        width: 80px;
        height: 70px;
        border-radius: 50%
    }

    .price-how:before {
        right: -55px;
        top: -40px
    }

    .price-how:after {
        left: -55px;
        bottom: -40px
    }

    .price-how__heading {
        font-size: 36px;
        text-align: right;
        max-width: 280px
    }

    .price-how__heading .colored {
        text-align: left
    }

    .price-how__items-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .price-how__btns-wrapper {
        display: block
    }

    .price-how__btn-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px
    }

    .price-how__btn {
        background-color: transparent;
        border: none;
        outline: 0;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s
    }

    .price-how__btn--active {
        color: #ff8200
    }

    .price-how__btn:hover {
        color: #ff8200
    }

    .price-how__btn-img {
        margin-right: 15px
    }

    .price-how__btn-img--1 {
        max-height: 40px
    }

    .price-how__btn-img--2 {
        max-height: 40px
    }

    .price-how__btn-img--3 {
        max-height: 40px
    }

    .price-how__btn-img--4 {
        max-height: 40px
    }

    .price-how__items-block {
        position: relative;
        margin-top: -125px;
        height: 370px
    }

    .price-how__items-block:before {
        content: '';
        position: absolute;
        width: 240px;
        height: 240px;
        left: -100px;
        bottom: 30px;
        background-image: url(../img/price/circle.svg);
        background-repeat: no-repeat;
        background-size: contain
    }

    .price-how__item {
        display: none;
        max-width: 230px;
        position: relative;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }

    .price-how__item--active {
        display: block
    }

    .price-how__item:before {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain
    }

    .price-how__item--1:before {
        background-image: url(../img/price/bulb.png);
        width: 96px;
        height: 146px;
        left: -145px;
        bottom: 40px
    }

    .price-how__item--2:before {
        background-image: url(../img/price/diagram.png);
        width: 107px;
        height: 130px;
        left: -140px;
        bottom: 65px
    }

    .price-how__item--3:before {
        background-image: url(../img/price/rocket.png);
        width: 136px;
        height: 145px;
        left: -145px;
        bottom: 15px
    }

    .price-how__item--4:before {
        background-image: url(../img/price/recycle.png);
        width: 124px;
        height: 152px;
        left: -150px;
        bottom: 24px
    }

    .price-how__item:last-of-type:after {
        content: none
    }

    .price-how__item-heading {
        padding: 0;
        font-size: 13px;
        margin-bottom: 0;
        padding-left: 20px
    }

    .price-how__item-heading:before {
        content: none
    }

    .price-how__item-body {
        padding: 20px 15px 15px
    }

    .price-how__item-lead {
        font-size: 11px;
        margin-bottom: 5px
    }

    .price-how__item-text {
        font-size: 10px;
        line-height: normal;
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    .price-how {
        padding-bottom: 50px
    }

    price-how__heading {
        font-size: 47px;
        margin-bottom: 95px
    }

    .price-how__btn-block {
        margin-bottom: 25px
    }

    .price-how__btn-img {
        max-height: 60px;
        margin-right: 20px
    }

    .price-how__btn-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .price-how__btn {
        max-width: 150px;
        text-align: left;
        font-size: 16px
    }

    .price-how__items-block {
        margin-top: -145px;
        height: 520px
    }

    .price-how__items-block:before {
        width: 325px;
        height: 325px;
        left: -120px
    }

    .price-how__item {
        max-width: none;
        padding: 25px 20px 20px
    }

    .price-how__item-heading {
        font-size: 18px;
        margin-bottom: 10px;
        margin-bottom: 0
    }

    .price-how__item-body {
        max-width: 312px
    }

    .price-how__item-lead {
        font-size: 16px;
        margin-bottom: 10px
    }

    .price-how__item-text {
        font-size: 14px;
        margin-bottom: 17px;
        line-height: 20px
    }

    .price-how__item--1:before {
        width: 120px;
        height: 173px;
        bottom: 90px;
        left: -175px
    }

    .price-how__item--2:before {
        width: 144px;
        height: 175px;
        left: -180px;
        bottom: 105px
    }

    .price-how__item--3:before {
        width: 184px;
        height: 196px;
        left: -195px;
        bottom: 35px
    }

    .price-how__item--4:before {
        width: 168px;
        height: 205px;
        left: -200px;
        bottom: 45px
    }
}

@media (min-width: 1280px) {
    .price-how:before {
        width: 140px;
        height: 150px;
        right: -135px
    }

    .price-how:after {
        width: 130px;
        height: 120px;
        left: -90px;
        bottom: -165px
    }

    .price-how__heading {
        font-size: 70px;
        margin-bottom: 120px;
        max-width: 630px
    }

    .price-how__btn-block {
        margin-bottom: 30px
    }

    .price-how__btn-img {
        max-height: none;
        margin-right: 20px
    }

    .price-how__btn {
        font-size: 22px;
        max-width: 275px
    }

    .price-how__items-block {
        height: 718px
    }

    .price-how__items-block:before {
        width: 456px;
        height: 456px;
        left: -170px;
        bottom: 20px
    }

    .price-how__item {
        max-width: 440px
    }

    .price-how__item--1:before {
        width: 182px;
        height: 280px;
        bottom: 100px;
        left: -260px
    }

    .price-how__item--2:before {
        width: 226px;
        height: 225px;
        left: -250px;
        bottom: 130px
    }

    .price-how__item--3:before {
        width: 265px;
        height: 283px;
        left: -280px;
        bottom: 50px
    }

    .price-how__item--4:before {
        width: 254px;
        height: 297px;
        left: -295px;
        bottom: 70px
    }

    .price-how__item-heading {
        font-size: 25px;
        margin-bottom: 15px
    }

    .price-how__item-body {
        padding: 25px 20px 20px;
        max-width: none
    }

    .price-how__item-lead {
        font-size: 22px;
        margin-bottom: 10px
    }

    .price-how__item-text {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px
    }
}

.price-form {
    padding: 0
}

.price-form__heading {
    font-size: 50px;
    font-weight: 900;
    margin: 0 0 35px
}

.price-form__heading--text {
    text-align: right;
    display: block
}

.price-form__heading--right {
    color: #ff8200
}

.price-form__heading .colored {
    display: inline
}

@media (max-width: 400px) {
    .price-form__heading {
        font-size: 35px
    }
}

.price-form__text {
    padding: 0 25px;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 70px
}

.price-form__form {
    padding: 70px 25px 40px;
    background: rgba(255, 245, 235, .65);
    -webkit-backdrop-filter: blur(44.094px);
    backdrop-filter: blur(44.094px);
    border-radius: 18.3725px;
    position: relative;
    z-index: 1
}

.price-form__input {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    border-bottom: .7px solid #bc8348;
    padding-bottom: 20px;
    margin-bottom: 70px;
    outline: 0
}

.price-form__input:last-of-type {
    margin-bottom: 40px
}

.price-form__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

@media (max-width: 400px) {
    .price-form__checkbox-wrapper {
        margin-bottom: 20px
    }
}

@media (min-width: 600px) {
    .price-form__checkbox-wrapper {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .price-form__checkbox-wrapper {
        margin-bottom: 40px
    }
}

@media (min-width: 1280px) {
    .price-form__checkbox-wrapper {
        margin-bottom: 50px
    }
}

.price-form__checkbox {
    display: none
}

.price-form__checkbox-label {
    display: block;
    min-width: 29px;
    max-width: 29px;
    min-height: 29px;
    max-height: 29px;
    background-color: transparent;
    border: .531856px solid #bc8348;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 13px
}

@media (max-width: 400px) {
    .price-form__checkbox-label {
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px
    }
}

@media (min-width: 600px) {
    .price-form__checkbox-label {
        min-width: 11.25px;
        max-width: 11.25px;
        min-height: 11.25px;
        max-height: 11.25px;
        margin-right: 10px
    }
}

@media (min-width: 992px) {
    .price-form__checkbox-label {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        margin-right: 13px;
        border: .709141px solid #bc8348;
        margin-top: 4px
    }
}

@media (min-width: 1280px) {
    .price-form__checkbox-label {
        min-width: 17.25px;
        max-width: 17.25px;
        min-height: 17.25px;
        max-height: 17.25px;
        margin-right: 12px;
        border: 1px solid #bc8348
    }
}

.price-form__checkbox-label--checked {
    background-image: url(../img/price/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.price-form__checkbox-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #bc8348
}

@media (max-width: 400px) {
    .price-form__checkbox-text {
        font-size: 16px
    }
}

@media (min-width: 600px) {
    .price-form__checkbox-text {
        font-size: 10px;
        max-width: 210px
    }
}

@media (min-width: 992px) {
    .price-form__checkbox-text {
        font-size: 13px;
        max-width: 280px
    }
}

@media (min-width: 1280px) {
    .price-form__checkbox-text {
        font-size: 18px;
        max-width: 395px
    }
}

.price-form__btn {
    outline: 0;
    display: table;
    margin: 0 auto;
    background-color: #ff8200;
    border: 1px solid #ff8200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36.745px;
    color: #fff;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    padding: 16px 90px
}

.price-form__btn:hover {
    background-color: transparent;
    color: #ff8200
}

@media (max-width: 400px) {
    .price-form__btn {
        font-size: 16px;
        padding: 12px 30px
    }
}

@media (min-width: 600px) {
    .price-form__btn {
        font-size: 12px;
        padding: 7.5px 34px
    }
}

@media (min-width: 992px) {
    .price-form__btn {
        font-size: 16px;
        padding: 10px 45px
    }
}

@media (min-width: 1280px) {
    .price-form__btn {
        font-size: 22px;
        padding: 15px 65px
    }
}

.price-form__img-block {
    position: relative;
    background-color: #ff8200;
    min-height: 925px;
    margin-top: -625px
}

@media (min-width: 600px) {
    .price-form__img-block {
        min-height: 250px;
        margin-top: -210px
    }
}

@media (min-width: 992px) {
    .price-form__img-block {
        min-height: 340px;
        margin-top: -295px
    }
}

@media (min-width: 1280px) {
    .price-form__img-block {
        min-height: 480px;
        margin-top: -390px
    }
}

.price-form__img {
    position: absolute;
    z-index: 1
}

.price-form__img--emoji {
    max-height: 170px;
    bottom: 30px;
    left: 17px
}

.price-form__img--heart {
    max-height: 111px;
    bottom: 145px;
    right: 50px
}

.price-form__img--like, .price-form__img--weird {
    display: none
}

.price-form__svg {
    position: absolute
}

.price-form__svg--mob {
    bottom: 60px;
    left: 15px
}

.price-form__svg--left, .price-form__svg--right {
    display: none
}

@media (min-width: 600px) {
    .price-form {
        padding: 0 0 50px
    }

    .price-form__heading {
        font-size: 36px;
        text-align: center
    }

    .price-form__heading .colored {
        text-align: left
    }

    .price-form__heading--text {
        display: inline
    }

    .price-form__heading--right {
        text-align: right;
        padding-left: 120px;
        color: #000
    }

    .price-form__heading .colored {
        display: block
    }

    .price-form__text {
        font-size: 11px;
        max-width: 415px;
        text-align: center;
        margin: 0 auto 50px
    }

    .price-form__form {
        max-width: 310px;
        margin: 0 auto;
        padding: 30px 20px 25px
    }

    .price-form__input {
        font-size: 12px;
        padding-bottom: 5px;
        margin-bottom: 30px
    }

    .price-form__input:last-of-type {
        margin-bottom: 20px
    }

    .price-form__img--emoji {
        max-height: 102px;
        bottom: -50px;
        left: 65px
    }

    .price-form__img--heart {
        max-height: 68px;
        bottom: auto;
        right: auto;
        top: -35px;
        left: 90px
    }

    .price-form__img--weird {
        max-height: 108px;
        top: -55px;
        right: 78px
    }

    .price-form__img--like {
        bottom: 80px;
        right: 66px
    }

    .price-form__img--like, .price-form__img--weird {
        display: block
    }

    .price-form__svg {
        position: absolute
    }

    .price-form__svg--mob {
        display: none
    }

    .price-form__svg--left, .price-form__svg--right {
        display: block
    }

    .price-form__svg--left {
        max-height: 73px;
        top: 72px;
        left: 48px
    }

    .price-form__svg--right {
        max-height: 155px;
        top: 35px;
        right: 76px
    }
}

@media (min-width: 992px) {
    .price-form__heading {
        max-width: 695px;
        font-size: 47px;
        margin: 0 auto 25px
    }

    .price-form__text {
        font-size: 14px;
        max-width: 560px;
        margin-bottom: 70px
    }

    .price-form__form {
        max-width: 420px;
        padding: 45px 25px 35px
    }

    .price-form__input {
        font-size: 16px;
        padding-bottom: 6px;
        margin-bottom: 45px
    }

    .price-form__input:last-of-type {
        margin-bottom: 25px
    }

    .price-form__img--emoji {
        max-height: 138px;
        bottom: -65px;
        left: 15%
    }

    .price-form__img--heart {
        max-height: 92px;
        bottom: auto;
        right: auto;
        top: -50px;
        left: 15%
    }

    .price-form__img--weird {
        max-height: 147px;
        top: -80px;
        right: 10%
    }

    .price-form__img--like {
        max-height: 58px;
        bottom: 75px;
        right: 8%
    }

    .price-form__img--like, .price-form__img--weird {
        display: block
    }

    .price-form__svg {
        position: absolute
    }

    .price-form__svg--mob {
        display: none
    }

    .price-form__svg--left, .price-form__svg--right {
        display: block
    }

    .price-form__svg--left {
        max-height: 99px;
        top: 97px;
        left: 8%
    }

    .price-form__svg--right {
        max-height: 210px;
        top: 48px;
        right: 8%
    }
}

@media (min-width: 1280px) {
    .price-form {
        padding-bottom: 100px
    }

    .price-form__heading {
        font-size: 70px;
        margin-bottom: 35px;
        max-width: 980px
    }

    .price-form__heading--right {
        padding-left: 265px
    }

    .price-form__text {
        font-size: 20px;
        max-width: 840px;
        margin-bottom: 95px
    }

    .price-form__form {
        max-width: 595px;
        padding: 65px 50px 50px
    }

    .price-form__input {
        font-size: 22px;
        padding-bottom: 9px;
        margin-bottom: 60px
    }

    .price-form__input:last-of-type {
        margin-bottom: 35px
    }

    .price-form__img--emoji, .price-form__img--heart, .price-form__img--like, .price-form__img--weird {
        max-height: none
    }

    .price-form__img--emoji {
        bottom: -120px;
        left: 13%
    }

    .price-form__img--heart {
        top: -70px;
        left: 15%
    }

    .price-form__img--weird {
        top: -105px;
        right: 10%
    }

    .price-form__img--like {
        bottom: 160px;
        right: 8%
    }

    .price-form__svg--left, .price-form__svg--right {
        max-height: none
    }

    .price-form__svg--left {
        top: 145px;
        left: 7%
    }

    .price-form__svg--right {
        top: 85px;
        right: 90px
    }
}


.price-intro__cards-block {
    padding: 40px 10px;
}

.price-intro__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.price-intro__card {
    flex: 0 0 calc(25% - 30px);
    min-width: 220px;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 130, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
}

.price-intro__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 130, 0, 0.15);
}

.price-intro__card-heading {
    font-size: 24px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.price-intro__card-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #FF8200;
    border-radius: 3px;
}

.price-intro__card-lead {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.price-intro__card-text {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}

.price-intro__footer {
    max-width: 800px;
    margin: 50px auto 0;
    text-align: center;
}

.price-intro__footer-text {
    font-size: 28px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.price-intro__footer-description {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.price-intro__link {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #FF8200;
    border-bottom: 2px solid #FF8200;
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}

.price-intro__link:hover {
    color: #e67300;
    border-color: #e67300;
}

@media (max-width: 992px) {
    .price-intro__card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 600px) {
    .price-intro__card {
        flex: 0 0 100%;
        padding: 20px;
    }
    .price-intro__card-heading {
        font-size: 20px;
    }
    .price-intro__footer-text {
        font-size: 24px;
    }
    .price-intro__footer-description {
        font-size: 16px;
    }
}