* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}

.bh {
    font-size: 40px;
    font-weight: 900;
}

.dh {
    font-size: 32px;
    font-weight: 900;
}

@media (min-width: 375px) {
    .bh {
        font-size: 45px;
    }
    .dh {
        font-size: 40px;
    }
}

@media (min-width: 480px) {
    .bh {
        font-size: 55px;
    }
}

@media (min-width: 760px) {
    .bh {
        font-size: 64px;
    }
    .dh {
        font-size: 27px;
    }
}

@media (min-width: 990px) {
    .bh {
        font-size: 85px;
    }
    .dh {
        font-size: 35px;
    }
}

@media (min-width: 1440px) {
    .bh {
        font-size: 120px;
    }
    .dh {
        font-size: 50px;
    }
}

.colored {
    color: #FF8200;
}

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

@media (min-width: 760px) {
    .pm-container {
        padding: 0 50px;
    }
}

@media (min-width: 990px) {
    .pm-container {
        padding: 0 75px;
    }
}

.pm-intro {
    padding: 120px 20px;
    position: relative;
}

.pm-intro:before, .pm-intro:after {
    content: '';
    position: absolute;
    background-color: #FF8200;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-box-shadow: 1px 0px 20px 20px #e9d3bb;
    box-shadow: 1px 0px 20px 20px #e9d3bb;
    z-index: -1;
}

.pm-intro:before {
    width: 161px;
    height: 208px;
    left: -55px;
    top: 370px;
}

.pm-intro:after {
    width: 100px;
    height: 200px;
    right: 0;
    top: 0;
}

@media (min-width: 760px) {
    .pm-intro {
        padding: 90px 140px;
    }
}

@media (min-width: 990px) {
    .pm-intro {
        padding: 75px 110px;
    }
}

@media (min-width: 1200px) {
    .pm-intro {
        padding: 75px 110px 110px;
    }
}

.pm-intro__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    margin: 0 auto;
}

.pm-intro__heading .colored {
    text-align: left;
}

@media (min-width: 760px) {
    .pm-intro__heading {
        max-width: 1100px;
    }
}

.pm-srcs {
    padding: 32px 0 50px;
    background-color: #FF8200;
    text-align: center;
}

@media (min-width: 760px) {
    .pm-srcs {
        padding: 30px 0;
    }
}

@media (min-width: 990px) {
    .pm-srcs {
        padding: 40px 0;
    }
}

@media (min-width: 1440px) {
    .pm-srcs {
        padding: 55px 0;
    }
}

.pm-srcs__heading {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 35px;
}

@media (min-width: 760px) {
    .pm-srcs__heading {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__heading {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__heading {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

.pm-srcs__slider .slick-dots {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pm-srcs__slider .slick-dots li {
    margin-right: 15px;
}

.pm-srcs__slider .slick-dots li:last-of-type {
    margin-right: 0;
}

.pm-srcs__slider .slick-dots button {
    border: none;
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: #F8D9B9;
    border-radius: 50%;
    font-size: 0;
}

.pm-srcs__slider .slick-dots .slick-active button {
    background-color: #fff;
}

@media (min-width: 760px) {
    .pm-srcs__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 70px;
        margin-bottom: 20px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__slider {
        padding: 0 90px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__slider {
        padding: 0 130px;
        margin: 0 auto 40px;
    }
}

.pm-srcs__slider-item {
    margin: 0 5px;
    padding: 40px 20px 50px;
    background-color: #F8D9B9;
    border-radius: 13px;
    line-height: normal;
}
@media (max-width: 760px) {
    .pm-srcs__slider-item {
        min-height: 430px;
    }
}

@media (min-width: 760px) {
    .pm-srcs__slider-item {
        width: 100%;
        max-width: 150px;
        padding: 18px 10px 15px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__slider-item {
        max-width: 200px;
        padding: 25px 20px 20px;
        margin: 0 20px 0 0;
    }
    .pm-srcs__slider-item:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__slider-item {
        max-width: 280px;
        padding: 35px 30px 27px;
    }
}

.pm-srcs__slider-heading {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative;
}

.pm-srcs__slider-heading:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FF8200;
}

@media (min-width: 760px) {
    .pm-srcs__slider-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .pm-srcs__slider-heading:after {
        width: 10px;
        height: 2px;
        bottom: -10px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__slider-heading {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .pm-srcs__slider-heading:after {
        width: 14px;
        height: 2.5px;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__slider-heading {
        font-size: 30px;
        margin-bottom: 32px;
    }
    .pm-srcs__slider-heading:after {
        width: 20px;
        height: 3.5px;
        bottom: -16px;
    }
}

.pm-srcs__slider-lead {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

@media (min-width: 760px) {
    .pm-srcs__slider-lead {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__slider-lead {
        font-size: 17px;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__slider-lead {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.pm-srcs__slider-text {
    font-size: 20px;
    font-weight: 500;
}

@media (min-width: 760px) {
    .pm-srcs__slider-text {
        font-size: 10px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__slider-text {
        font-size: 13px;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__slider-text {
        font-size: 18px;
    }
}

.pm-srcs__text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    max-width: 790px;
    margin: 0 auto 10px;
}

@media (min-width: 760px) {
    .pm-srcs__text {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 20px;
    }
}

@media (min-width: 990px) {
    .pm-srcs__text {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__text {
        font-size: 22px;
        margin-bottom: 40px;
    }
}

.pm-srcs__link {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
}

@media (min-width: 760px) {
    .pm-srcs__link {
        font-size: 10px;
        float: right;
    }
}

@media (min-width: 990px) {
    .pm-srcs__link {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    .pm-srcs__link {
        font-size: 20px;
    }
}

.pm-offer {
    max-width: 1440px;
    margin: 0 auto;
    padding: 65px 0 145px;
}

@media (min-width: 760px) {
    .pm-offer {
        padding-bottom: 90px;
    }
}

@media (min-width: 990px) {
    .pm-offer {
        padding: 85px 0 120px;
    }
}

@media (min-width: 1280px) {
    .pm-offer {
        padding: 115px 0 170px;
    }
}

.pm-offer__heading {
    text-align: right;
    margin-bottom: 70px;
}

.pm-offer__heading .colored {
    display: block;
    text-align: left;
}

@media (min-width: 760px) {
    .pm-offer__heading {
        margin-bottom: 60px;
        max-width: 285px;
    }
}

@media (min-width: 990px) {
    .pm-offer__heading {
        margin-bottom: 20px;
        max-width: 360px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__heading {
        max-width: 515px;
        margin-bottom: 70px;
    }
}

@media (min-width: 760px) {
    .pm-offer__items-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 70px 0 30px;
    }
}

@media (min-width: 990px) {
    .pm-offer__items-wrapper {
        padding: 0 80px 0 30px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__items-wrapper {
        padding: 0 100px 0 75px;
    }
}

@media (max-width: 760px) {
    .pm-offer__btns-wrapper {
        margin-bottom: 35px;
    }
}

.pm-offer__btn {
    border: none;
    outline: none;
    padding: 0;
    background-color: transparent;
    font-size: 29px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.pm-offer__btn:last-of-type {
    margin-bottom: 0;
}

.pm-offer__btn--active {
    color: #FF8200;
}

.pm-offer__btn--active span {
    border-bottom: 2px solid #FF8200;
}

@media (min-width: 760px) {
    .pm-offer__btn {
        font-size: 21px;
        margin-bottom: 37px;
    }
}

@media (min-width: 990px) {
    .pm-offer__btn {
        font-size: 29px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__btn {
        font-size: 40px;
        margin-bottom: 70px;
    }
}

.pm-offer__btn-img {
    margin-right: 20px;
}

@media (min-width: 760px) {
    .pm-offer__btn-img {
        max-height: 40px;
    }
}

@media (min-width: 990px) {
    .pm-offer__btn-img {
        max-height: 60px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__btn-img {
      max-height: 70px;
    }
}

@media (min-width: 760px) {
    .pm-offer__items-block {
        position: relative;
    }
    .pm-offer__items-block:before, .pm-offer__items-block:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .pm-offer__items-block:before {
        width: 175px;
        height: 205px;
        background-image: url(../img/what/new/pm-offer_bg.png);
        left: -165px;
    }
    .pm-offer__items-block:after {
        width: 160px;
        height: 160px;
        background-image: url(../img/what/new/pm-offer_circle.svg);
        left: -80px;
    }
}

@media (min-width: 990px) {
    .pm-offer__items-block:before {
        width: 235px;
        height: 315px;
        left: -220px;
        top: 60%;
    }
    .pm-offer__items-block:after {
        width: 218px;
        height: 218px;
        left: -109px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__items-block:before {
        width: 385px;
        height: 425px;
        left: -355px;
        top: 55%;
    }
    .pm-offer__items-block:after {
        width: 305px;
        height: 305px;
        left: -150px;
    }
}

.pm-offer__list {
    display: none;
    max-width: 306px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px 40px 75px;
    background: rgba(255, 130, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 13px;
    position: relative;
}

.pm-offer__list--active {
    display: block;
}

@media (min-width: 760px) {
    .pm-offer__list {
        max-width: 165px;
        padding: 25px 25px 25px 40px;
    }
    .pm-offer__list:before {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        top: 50%;
        left: -98px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pm-offer__list--1:before {
        background-image: url(../img/what/new/pm-offer_btn-1.png);
    }
    .pm-offer__list--2:before {
        background-image: url(../img/what/new/pm-offer_btn-2.png);
    }
}

@media (min-width: 990px) {
    .pm-offer__list {
        max-width: 218px;
        min-width: 218px;
        padding: 30px 35px 30px 45px;
    }
    .pm-offer__list:before {
        width: 64px;
        height: 64px;
        left: -135px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__list {
        min-width: 306px;
        max-width: 306px;
        padding: 45px 50px 45px 75px;
    }
    .pm-offer__list:before {
        width: 83px;
        height: 83px;
        left: -190px;
    }
}

.pm-offer__item {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.pm-offer__item:last-of-type {
    margin-bottom: 0;
}

.pm-offer__item:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    background-image: url(../img/what/new/pm-offer_star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 760px) {
    .pm-offer__item {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .pm-offer__item:before {
        width: 11px;
        height: 11px;
        left: -20px;
    }
}

@media (min-width: 990px) {
    .pm-offer__item {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .pm-offer__item:before {
        width: 15px;
        height: 15px;
        left: -25px;
    }
}

@media (min-width: 1280px) {
    .pm-offer__item {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .pm-offer__item:before {
        width: 21px;
        height: 21px;
        left: -40px;
    }
}

.pm-service {
    padding: 0 0 65px;
}

@media (min-width: 760px) {
    .pm-service {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pm-service .pm-container--service-1 {
        padding-right: 0;
    }
    .pm-service .pm-container--service-2 {
        padding-left: 0;
    }
}

@media (min-width: 760px) {
    .pm-service__text-block {
        max-width: 340px;
        width: 100%;
        margin-right: 37px;
    }
}

@media (min-width: 990px) {
    .pm-service {
        padding: 0 0 100px;
    }
    .pm-service__text-block {
        max-width: 425px;
        margin-right: 75px;
    }
}

@media (min-width: 1200px) {
    .pm-service {
        padding: 0 0 140px;
    }
    .pm-service__text-block {
        max-width: 630px;
        margin-right: 85px;
    }
}

.pm-service__heading {
    margin-bottom: 35px;
}

.pm-service__heading .colored {
    display: block;
    text-align: right;
}

@media (min-width: 760px) {
    .pm-service__heading {
        margin-bottom: 25px;
    }
}

@media (min-width: 990px) {
    .pm-service__heading {
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .pm-service__heading {
        margin-bottom: 50px;
    }
}

.pm-service__text {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
}

@media (min-width: 760px) {
    .pm-service__text {
        margin: 0;
        font-size: 11px;
    }
}

@media (min-width: 990px) {
    .pm-service__text {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .pm-service__text {
        font-size: 22px;
    }
}

.pm-service__items > div {
    margin-bottom: 45px;
}

.pm-service__items .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
}

.pm-service__items .slick-dots li {
    margin-right: 15px;
}

.pm-service__items .slick-dots li:last-of-type {
    margin-right: 0;
}

.pm-service__items .slick-dots button {
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #C4C4C4;
    font-size: 0;
}

.pm-service__items .slick-dots .slick-active button {
    background-color: #FF8200;
}

@media (min-width: 760px) {
    .pm-service__items {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 45px;
    }
}

@media (min-width: 760px) {
    .pm-service__items {
        padding-top: 70px;
    }
}

@media (min-width: 1200px) {
    .pm-service__items {
        padding-top: 110px;
    }
}

.pm-service__img {
    margin: 0 25px;
    max-height: 255px;
}

@media (min-width: 760px) {
    .pm-service__img {
        max-height: 112px;
        margin: 0;
    }
    .pm-service__img--1 {
        margin-right: 27px;
    }
    .pm-service__img--2 {
        position: absolute;
        top: 0;
        right: 0;
    }
    .pm-service__img--3 {
        margin: 100px 30px 0 0;
    }
}

@media (min-width: 990px) {
    .pm-service__img {
        max-height: 122px;
    }
    .pm-service__img--2 {
        position: absolute;
        top: 20px;
    }
}

@media (min-width: 1200px) {
    .pm-service__img {
        max-height: 172px;
    }
    .pm-service__img--2 {
        position: absolute;
        top: 0;
    }
}

.pm-what {
    padding-bottom: 208px;
    position: relative;
}

@media (min-width: 760px) {
    .pm-what {
        padding-bottom: 75px;
    }
    .pm-what .pm-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 990px) {
    .pm-what {
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .pm-what {
        padding-bottom: 140px;
    }
}

.pm-what__img {
    display: block;
    margin: 0 auto 28px;
}

@media (min-width: 760px) {
    .pm-what__img {
        margin: 0 auto 10px 0;
        max-height: 42px;
    }
}

@media (min-width: 990px) {
    .pm-what__img {
        max-height: 60px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .pm-what__img {
        max-height: 80px;
        margin-bottom: 25px;
    }
}

.pm-what__heading {
    text-align: center;
    margin-bottom: 47px;
}

@media (min-width: 760px) {
    .pm-what__heading {
        margin-bottom: 14px;
        text-align: left;
    }
}

@media (min-width: 990px) {
    .pm-what__heading {
        margin-bottom: 18px;
    }
}

@media (min-width: 1200px) {
    .pm-what__heading {
        margin-bottom: 25px;
    }
}

.pm-what__link {
    position: absolute;
    width: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 135px;
    text-align: center;
    color: #FF8200;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #FF8200;
}

@media (min-width: 760px) {
    .pm-what__link {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
        width: auto;
        font-size: 10px;
        border-bottom: 1px solid #FF8200;
    }
}

@media (min-width: 990px) {
    .pm-what__link {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {
    .pm-what__link {
        font-size: 20px;
    }
}

.pm-what__slider {
    max-width: 432px;
    padding-bottom: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.pm-what__slider .swiper-pagination {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pm-what__slider .swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px;
    border: none;
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: #C4C4C4 !important;
    opacity: 1 !important;
    border-radius: 50%;
}

.pm-what__slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}

.pm-what__slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FF8200 !important;
}

@media (min-width: 760px) {
    .pm-what__slider {
        max-width: 330px;
        margin: 0;
        padding-right: 20px;
        position: relative;
    }
    .pm-what__slider .swiper-pagination {
        display: block;
        left: auto;
        right: 0;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
    }
    .pm-what__slider .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 0 0 15px 0;
        width: 10px;
        height: 10px;
    }
    .pm-what__slider .swiper-pagination .swiper-pagination-bullet:last-of-type {
        margin-bottom: 0;
    }
}

@media (min-width: 990px) {
    .pm-what__slider {
        max-width: 350px;
    }
    .pm-what__slider .swiper-pagination-bullet {
        margin-bottom: 22px;
    }
}

@media (min-width: 1200px) {
    .pm-what__slider {
        max-width: 525px;
    }
    .pm-what__slider .swiper-pagination-bullet {
        margin-bottom: 30px;
    }
}

.swiper-wrapper {
    padding: 50px 0;
}

.pm-what__slider-item {
    padding: 38px 25px 30px 25px;
    background-color: #FFF8F2;
    border-radius: 25px;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
}

@media (min-width: 760px) {
    .pm-what__slider-item {
        padding-top: 32px;
    }
}

@media (min-width: 990px) {
    .pm-what__slider-item {
        padding: 40px 30px 22px 30px;
    }
}

@media (min-width: 1200px) {
    .pm-what__slider-item {
        padding: 60px 40px 30px 40px;
    }
}

.pm-what__slider-ico-block {
    position: absolute;
    top: -40px;
    left: 25px;
    width: 76px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

@media (min-width: 760px) {
    .pm-what__slider-ico-block {
        width: 43px;
        height: 43px;
        top: -21px;
    }
}

@media (min-width: 990px) {
    .pm-what__slider-ico-block {
        width: 58px;
        height: 58px;
        top: -29px;
    }
}

@media (min-width: 1200px) {
    .pm-what__slider-ico-block {
        width: 81px;
        height: 81px;
        top: -40px;
    }
}

.pm-what_slider-stars {
    display: block;
    margin: 0 0 40px auto;
}

@media (min-width: 760px) {
    .pm-what_slider-stars {
        max-height: 10px;
        margin: 0 auto 10px 0;
    }
}

@media (min-width: 990px) {
    .pm-what_slider-stars {
        max-height: 14px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .pm-what_slider-stars {
        max-height: 18px;
        margin-bottom: 14px;
    }
}

.pm-what__slider-text {
    font-size: 18px;
    margin-bottom: 27px;
}

@media (min-width: 760px) {
    .pm-what__slider-text {
        font-size: 12px;
        margin-bottom: 12px;
    }
}

@media (min-width: 990px) {
    .pm-what__slider-text {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

@media (min-width: 1200px) {
    .pm-what__slider-text {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.pm-what__slider-lead {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (min-width: 760px) {
    .pm-what__slider-lead {
        font-size: 10px;
        margin-bottom: 2px;
    }
}

@media (min-width: 990px) {
    .pm-what__slider-lead {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .pm-what__slider-lead {
        font-size: 14px;
        margin-bottom: 3px;
    }
}

.pm-what__slider-sublead {
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 760px) {
    .pm-what__slider-sublead {
        font-size: 10px;
    }
}

@media (min-width: 990px) {
    .pm-what__slider-sublead {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .pm-what__slider-sublead {
        font-size: 14px;
    }
}

.pm-form {
    padding: 0;
    padding-bottom: 100px;
}

@media (max-width: 600px) {
    .pm-form .pm-container {
        padding: 0;
    }
}

.pm-form__heading {
    font-weight: 900;
    margin: 0 0 35px;
}

.pm-form__heading--text {
    text-align: right;
    display: block;
}

.pm-form__heading--right {
    color: #FF8200;
}

.pm-form__heading .colored {
    display: inline;
}

@media (max-width: 400px) {
    .pm-form__heading {
        font-size: 35px;
    }
}

@media (max-width: 600px) {
    .pm-form__heading {
        padding: 0 20px;
        text-align: center;
        margin-bottom: 125px;
    }
}

.pm-form__form {
    padding: 70px 25px 40px;
    background: rgba(255, 245, 235, 0.65);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.pm-form__input {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    border-bottom: 0.7px solid #BC8348;
    padding-bottom: 20px;
    margin-bottom: 50px;
    outline: none;
}

.pm-form__input:last-of-type {
    margin-bottom: 40px;
}

.pm-form__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}

@media (max-width: 400px) {
    .pm-form__checkbox-wrapper {
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .pm-form__checkbox-wrapper {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .pm-form__checkbox-wrapper {
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) {
    .pm-form__checkbox-wrapper {
        margin-bottom: 50px;
    }
}

.pm-form__checkbox {
    display: none;
}

.pm-form__checkbox-label {
    display: block;
    min-width: 29px;
    max-width: 29px;
    min-height: 29px;
    max-height: 29px;
    background-color: transparent;
    border: 0.531856px solid #BC8348;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 13px;
}

@media (max-width: 400px) {
    .pm-form__checkbox-label {
        min-width: 25px;
        max-width: 25px;
        min-height: 25px;
        max-height: 25px;
    }
}

@media (min-width: 600px) {
    .pm-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) {
    .pm-form__checkbox-label {
        min-width: 15px;
        max-width: 15px;
        min-height: 15px;
        max-height: 15px;
        margin-right: 13px;
        border: 0.709141px solid #BC8348;
        margin-top: 4px;
    }
}

@media (min-width: 1280px) {
    .pm-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;
    }
}

.pm-form__checkbox-label--checked {
    background-image: url(../img/what/new/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.pm-form__checkbox-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #BC8348;
}

@media (max-width: 400px) {
    .pm-form__checkbox-text {
        font-size: 16px;
    }
}

@media (min-width: 600px) {
    .pm-form__checkbox-text {
        font-size: 10px;
        max-width: 210px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .pm-form__checkbox-text {
        font-size: 12px;
        max-width: 270px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1280px) {
    .pm-form__checkbox-text {
        font-size: 16px;
        max-width: 380px;
    }
}

.pm-form__btn {
    outline: none;
    display: table;
    margin: 0 auto;
    background-color: #FF8200;
    border: 1px solid #FF8200;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 26px;
    color: #ffffff;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 90px;
}

.pm-form__btn:hover {
    background-color: transparent;
    color: #FF8200;
}

@media (max-width: 400px) {
    .pm-form__btn {
        font-size: 22px;
        padding: 12px 30px;
    }
}

@media (min-width: 600px) {
    .pm-form__btn {
        font-size: 12px;
        padding: 8px 30px;
    }
}

@media (min-width: 992px) {
    .pm-form__btn {
        font-size: 16px;
        padding: 10px 45px;
    }
}

@media (min-width: 1280px) {
    .pm-form__btn {
        border-radius: 50px;
        font-size: 22px;
        padding: 15px 65px;
    }
}

.pm-form__img-block {
    position: relative;
    background-color: #FF8200;
    min-height: 575px;
    margin-top: -425px;
}

@media (min-width: 600px) {
    .pm-form__img-block {
        min-height: 265px;
        margin-top: -205px;
    }
}

@media (min-width: 992px) {
    .pm-form__img-block {
        min-height: 330px;
        margin-top: -240px;
    }
}

@media (min-width: 1280px) {
    .pm-form__img-block {
        min-height: 535px;
        margin-top: -390px;
    }
}

.pm-form__img {
    position: absolute;
    z-index: 1;
}

.pm-form__img--emoji {
    display: none;
}

.pm-form__img--heart {
    max-height: 110px;
    bottom: -40px;
    left: 35px;
}

.pm-form__img--ghost {
    max-height: 116px;
    top: -230px;
    right: 30px;
}

.pm-form__img--like {
    max-height: 64px;
    top: -220px;
    left: 30px;
}

.pm-form__svg {
    position: absolute;
}

.pm-form__svg--left {
    display: none;
}

.pm-form__svg--right {
    max-height: 43px;
    bottom: 20px;
    right: 30px;
    -webkit-transform: rotate(-68deg);
    -ms-transform: rotate(-68deg);
    transform: rotate(-68deg);
}

.pm-form__svg--mob {
    top: -265px;
    left: 120px;
}

@media (min-width: 600px) {
    .pm-form {
        padding: 0 0 100px;
    }
    .pm-form__heading {
        text-align: right;
        margin-bottom: 36px;
    }
    .pm-form__heading .colored {
        text-align: left;
        display: block;
    }
    .pm-form__form {
        max-width: 340px;
        margin: 0 auto;
        padding: 30px;
    }
    .pm-form__input {
        font-weight: 500;
        font-size: 13px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .pm-form__input:last-of-type {
        margin-bottom: 15px;
    }
    .pm-form__img--emoji {
        display: block;
        max-height: 102px;
        bottom: -50px;
        left: 65px;
    }
    .pm-form__img--heart {
        max-height: 68px;
        bottom: auto;
        right: auto;
        top: -35px;
        left: 90px;
    }
    .pm-form__img--ghost {
        max-height: 80px;
        top: -45px;
        right: 78px;
    }
    .pm-form__img--like {
        max-height: 55px;
        top: auto;
        left: auto;
        bottom: 30px;
        right: 100px;
    }
    .pm-form__img--ghost, .pm-form__img--like {
        display: block;
    }
    .pm-form__svg {
        position: absolute;
    }
    .pm-form__svg--mob {
        display: none;
    }
    .pm-form__svg--left, .pm-form__svg--right {
        display: block;
    }
    .pm-form__svg--left {
        max-height: 50px;
        top: 89px;
        left: 75px;
    }
    .pm-form__svg--right {
        max-height: 44px;
        top: 100px;
        right: 76px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 992px) {
    .pm-form__heading {
        max-width: 520px;
        margin: 0 auto 40px;
    }
    .pm-form__form {
        max-width: 420px;
        padding: 40px;
    }
    .pm-form__input {
        font-size: 13px;
        padding-bottom: 6px;
        margin-bottom: 20px;
    }
    .pm-form__input:last-of-type {
        margin-bottom: 20px;
    }
    .pm-form__img--emoji {
        max-height: 130px;
        bottom: -65px;
        left: 15%;
    }
    .pm-form__img--heart {
        max-height: 92px;
        bottom: auto;
        right: auto;
        top: -50px;
        left: 8%;
    }
    .pm-form__img--ghost {
        max-height: 97px;
        top: -80px;
        right: 10%;
    }
    .pm-form__img--like {
        max-height: 58px;
        bottom: 73px;
        right: 18%;
    }
    .pm-form__img--ghost, .pm-form__img--like {
        display: block;
    }
    .pm-form__svg {
        position: absolute;
    }
    .pm-form__svg--left {
        max-height: 68px;
        top: 110px;
        left: 15%;
    }
    .pm-form__svg--right {
        max-height: 60px;
        top: 100px;
        right: 15%;
    }
}

@media (min-width: 1280px) {
    .pm-form {
        padding-bottom: 100px;
    }
    .pm-form__heading {
        margin-bottom: 55px;
        max-width: 730px;
    }
    .pm-form__form {
        max-width: 635px;
        padding: 60px;
    }
    .pm-form__input {
        font-size: 18px;
        padding-bottom: 9px;
        margin-bottom: 30px;
    }
    .pm-form__input:last-of-type {
        margin-bottom: 25px;
    }
    .pm-form__img--heart, .pm-form__img--emoji, .pm-form__img--ghost, .pm-form__img--like {
        max-height: none;
    }
    .pm-form__img--emoji {
        bottom: -120px;
        left: 8%;
    }
    .pm-form__img--heart {
        top: -70px;
        left: 10%;
    }
    .pm-form__img--ghost {
        top: -105px;
        right: 5%;
    }
    .pm-form__img--like {
        bottom: 75px;
        right: 15%;
    }
    .pm-form__svg--left, .pm-form__svg--right {
        max-height: none;
    }
    .pm-form__svg--left {
        top: 145px;
        left: 7%;
    }
    .pm-form__svg--right {
        top: 150px;
        right: 190px;
    }
}


.pm-offer__btns-wrapper {
    display: none;
}

.pm-offer__list::before,
.pm-offer__list::after {
    display: none !important;
}

.pm-offer__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px;
    background: rgba(255, 130, 0, 0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 30px;
    border: 1px solid rgba(255, 130, 0, 0.20);
    box-shadow: 0 10px 30px rgba(255, 130, 0, 0.08);
    position: relative;
    z-index: 1;
}

.pm-offer__item {
    flex: 0 0 calc(33.333% - 30px);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 12px 0;
    border-bottom: none;
    transition: transform 0.2s;
}

.pm-offer__icon {
    font-size: 28px;
    line-height: 1;
    width: 36px;
    text-align: center;
    flex-shrink: 0;
}

.pm-offer__item--more {
    color: #FF8200;
    font-weight: 700;
}

.pm-offer__item--more .pm-offer__icon {
    font-size: 24px;
}

@media (max-width: 768px) {
    .pm-offer__list {
        padding: 30px 25px;
        gap: 15px 20px;
    }
    .pm-offer__item {
        flex: 0 0 calc(50% - 20px);
        font-size: 19px;
    }
    .pm-offer__icon {
        font-size: 24px;
        width: 30px;
    }
}

@media (max-width: 480px) {
    .pm-offer__list {
        padding: 20px 18px;
        gap: 10px;
    }
    .pm-offer__item {
        flex: 0 0 100%;
        font-size: 17px;
        padding: 10px 0;
    }
    .pm-offer__icon {
        font-size: 22px;
        width: 28px;
    }
}