#main {
    overflow: visible!important;
}

.whPro__wrapper {
    display: flex;
    justify-content: space-between;
}

.whPro__content {
    margin-right: 40px;
    flex-basis: 65.55%;
}

.whPro__main-block.whPro__main-block--pr {
    padding: 30px 135px 30px 40px;
    background: white;
    border-radius: 5px;
    margin-bottom: 40px;
}

.whPro__main-block {
    padding: 30px 40px;
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
}

.whPro__main-block p, .whPro__main-block li {
    line-height: 25px;
}

.whPro__main-block ul {
    padding-left: 9px;
}

.whPro__main-block p, .whPro__main-block ul {
    margin-bottom: 30px;
}


.whPro__wrapper h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.whPro__wrapper h2 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
}

.whPro__wrapper h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
}

.whPro__main-block.whPro__main-block--link a {
    text-decoration: none;
    pointer-events: none;
}

.whPro__main-block.whPro__main-block--pro h4 {
    margin-bottom: 10px;
}

.whPro__main-block h4:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.whPro__main-block--premium h4:before {
    background-image: url("/test/img/pro_icons/1.svg");
}

.whPro__main-block--pro h4:before {
    background-image: url("/test/img/pro_icons/2.svg");
}

.whPro__main-block--manager h4:before {
    background-image: url("/test/img/pro_icons/3.svg");
}

.whPro__main-block--rating h4:before {
    background-image: url("/test/img/pro_icons/4.svg");
}

.whPro__main-block--priority h4:before {
    background-image: url("/test/img/pro_icons/5.svg");
}

.whPro__main-block--link h4:before {
    background-image: url("/test/img/pro_icons/6.svg");
}

.whPro__main-block--database h4:before {
    background-image: url("/test/img/pro_icons/7.svg");
}

.whPro__main-block--statistics h4:before {
    background-image: url("/test/img/pro_icons/8.svg");
}

.whPro__main-block p:nth-last-child(1), .whPro__main-block--statistics {
    margin-bottom: 0!important;
}

.whPro__main-block p a {
    color: #FF9D00
}

.whPro__main-block p img {
    display: inline;
    position: relative;
    top: 9px;
    width: 80px;
}

.whPro__form-wrapper {
    background: white;
    padding: 25px 40px;
    max-width: 360px;
    width: 100%;
    max-height: 524px;
    position: sticky;
    top: 118px;
    border-radius: 5px;
}

.whPro__form-wrapper p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.whPro__form-wrapper .in_box {
    margin-bottom: 19px;
}

.whPro__form-wrapper a, .whPro__form-wrapper span {
    font-size: 14px !important;
    color: #70747A !important;
    line-height: 18px !important;
    font-family: "PT Sans", sans-serif!important;
}

.whPro__form-wrapper span {
    padding-right: 9px;
    display: block;
}

#checkbox_rules.error + i {
    border: 1px solid red;
}

@media (max-width: 1024px) {
    .whPro__wrapper {
        flex-direction: column;
    }

    .whPro__content {
        margin-right: 0;
        flex-basis: 100%;
        margin-bottom: 40px;
    }

    .whPro__main-block.whPro__main-block--pr {
        padding: 24px 91px 24px 30px;
    }

    .whPro__main-block {
        padding: 24px 30px;
    }

    .whPro__form-wrapper {
        padding: 25px 30px;
        max-width: 100%;
        max-height: 100%;
        position: static;
    }

    .whPro__form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .whPro__form .in_box {
        flex-basis: 48.5%;
    }

    .whPro__form .check, .whPro__form .btn-send-question {
        flex-basis: 100%;
    }

    .whPro__form .check {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .whPro__main-block.whPro__main-block--pr, .whPro__main-block, .whPro__form-wrapper {
        padding: 20px;
    }

    .whPro__wrapper h4 {
        padding-left: 50px;
    }

    .whPro__main-block h4:before {
        transform: translateY(0);
        top: 0;
        width: 40px;
        height: 40px;
    }

    .whPro__form .in_box {
        flex-basis: 100%;
    }

    .whPro__main-block {
        margin-bottom: 10px;
    }
}