@media (max-width: 1220px) {
    .quiz-section {
        ._container {
            padding-inline: 10px;
        }
    }
}

:root {
    --color-black: #0E2A2A;
    --color-white: white;
    --color-blue: #31E8EC;
    --color-blue-2: #226768;
    --color-blue-3: #69CDCD;
    --color-blue-4: #5AA3A4;
    --color-blue-dark: #155A5B;
    --color-pink: #FFF6FA;
    --color-pink-2: #FFA7B4;
    --color-green: #5AFEC3;
    --color-green-dark: #34592D;
    --color-gray: #F4F4F4;
    --color-yellow: #FFC107;
    --color-red: #631010
}

/* body,
html {
    height: 100%;
    min-width: 360px;
    font-size: 14px
}

body {
    font-size: 1rem;
} */

.icon::before {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    background: var(--color-black)
}

.main-block {
    /* background:#fff; */
    border-radius: 1.9285714286rem;
    position: relative
}

.color-black {
    color: var(--color-black)
}

.color-blue {
    color: var(--color-blue-2)
}

.color-white {
    color: var(--color-white);
}

.color-blue2 {
    color: var(--color-white);
}

.color-pink {
    color: var(--color-pink-2)
}

.color-gray {
    color: #ababab
}

.h-82 {
    height: 5.8571428571rem
}

.h-66 {
    height: 4.7142857143rem
}

.h-95 {
    height: 6.7857142857rem
}

.p-page {
    padding-top: 3.5714285714rem;
    padding-bottom: 3.5714285714rem
}

.p-full {
    padding-left: 4.2857142857rem;
    padding-right: 4.2857142857rem
}

.text-center {
    text-align: center
}

.link-pink {
    color: #ffa7b4;
    font-size: 1.2857142857rem;
    line-height: 1;
    border-bottom: 1px solid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.list-circle {
    padding-left: 20px
}

.list-circle li {
    list-style: disc
}

.container-entry {
    /* padding: 0 3.5714285714rem; */
    width: 100%;
    position: relative
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    font-size: 1.0714285714rem;
    letter-spacing: .5px;
    border-radius: 1.4285714286rem;
    text-align: center;
    max-width: 100%
}

.button:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -75%;
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%)
}

.button:hover:before {
    -webkit-animation: shine 1.85s;
    animation: shine 1.85s
}

.button span {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button span:before {
    margin-right: 10px
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.button_pink {
    background: #faa4b1;
    color: #fff
}

.button_blue {
    background: var(--color-blue);
    color: var(--color-blue-dark)
}

.button_green {
    background: #1e81f1;
    color: #fff;
    max-width: 420px;
    height: 95px;
    border-radius: 5px;

    .button_green__head {
        font-family: Montserrat-Bold, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
    }

    .button_green-free {
        font-family: Montserrat-Regular, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #a3ceff;
    }
}

.button_gray {
    background: #f1f1f1;
    color: #676767
}

.button_gray span:before {
    background: #676767
}

#quizForm input[type=email],
#quizForm input[type=tel],
#quizForm input[type=text],
#quizForm textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#quizForm .input {
    /* height: 6.3571428571rem; */
    /* padding: 0 2.6428571429rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    /* font-family: inherit; */
    /* border: 1px solid #faa4b1; */
    /* border-radius: 20px; */
    /* width: 100%; */
    /* font-weight: 500;
    font-size: 1.4285714286rem;
    outline: 0 */
}

#quizForm .input::-webkit-input-placeholder {
    color: #b1ddd4;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

#quizForm .input::-moz-placeholder {
    color: #b1ddd4;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

#quizForm .input:-ms-input-placeholder {
    color: #b1ddd4;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

#quizForm .input::-ms-input-placeholder {
    color: #b1ddd4;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

#quizForm .input::placeholder {
    color: #b1ddd4;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

#quizForm .input:hover {
    border: 1px solid var(--color-blue-2)
}

#quizForm .input:focus::-webkit-input-placeholder {
    opacity: 0
}

#quizForm .input:focus::-moz-placeholder {
    opacity: 0
}

#quizForm .input:focus:-ms-input-placeholder {
    opacity: 0
}

#quizForm .input:focus::-ms-input-placeholder {
    opacity: 0
}

#quizForm .input:focus::placeholder {
    opacity: 0
}

.input-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0
}

.input-absolute:checked+.question-item__label .check {
    /* background: #5df5bf; */
    background: #0a76f0;
    border-radius: 100%;
}

.input-absolute:checked+.question-item__label .check:before {
    /* background: #36a97a */
    background: #fff;
}

.input-absolute:checked+.form-callback__way-label {
    background: #6bfec3;
    color: #34592d
}

.input-absolute:checked+.form-callback__way-label:before {
    background: #34592d
}

.input-absolute:checked+.agreed-check .checkbox-icon,
.input-absolute:checked+.check-element-label .checkbox-icon {
    background: #faa4b1
}

.check {
    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;
    width: 1.85714285714rem;
    height: 1.85714285714rem;
    border-radius: 4px;
    margin-right: 1.7857142857rem;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.check:before {
    background: #a7a7a7;
    width: 0.95714285714rem;
    height: 0.95714285714rem
}

.agreed-check,
.check-element-label {
    cursor: pointer
}

.checkbox-icon {
    width: 1.7857142857rem;
    height: 1.7857142857rem;
    border-radius: 8px;
    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;
    margin-right: 1.2857142857rem;
    border: 1px solid #faa4b1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.checkbox-icon:before {
    background: #fff;
    width: 8px;
    height: 8px
}

.agreed,
.check-element {
    position: relative;
    cursor: pointer
}

.check-element-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.size-50 {
    font-size: 3.5714285714rem;
    line-height: 1.15
}

.size-40 {
    font-size: 2.8571428571rem
}

.size-34 {
    font-size: 2.5rem
}

.size-30 {
    font-size: 2.1428571429rem
}

.size-26 {
    font-size: 1.8571428571rem
}

.size-22 {
    font-size: 1.5714285714rem
}

.size-20 {
    font-size: 1.4285714286rem
}

.size-18 {
    font-size: 1.2857142857rem
}

.size-18-m12 {
         font-size: 1.2857142857rem
    }

.size-16 {
    font-size: 1.1428571429rem
}

.size-15 {
    font-size: 1.0714285714rem
}

.size-14 {
    font-size: 1rem;
}

.size-12 {
    font-size: .8571428571rem
}

.size-10 {
    font-size: .7142857143rem
}

.fw-700 {
    font-weight: 700
}

.fw-600 {
    font-weight: 600
}

.fw-500 {
    font-weight: 500
}

.fw-400 {
    font-weight: 400
}

.fw-300 {
    font-weight: 300
}

.line-h-1-1 {
    line-height: 1.1
}

.line-h-1-1 {
    line-height: 1.2
}

.mb-5 {
    margin-bottom: .3571428571rem
}

.mb-10 {
    margin-bottom: .7142857143rem
}

.mb-15 {
    margin-bottom: 1.0714285714rem
}

.mb-20 {
    margin-bottom: 1.4285714286rem
}

.mb-25 {
    margin-bottom: 1.7857142857rem
}

.mb-30 {
    margin-bottom: 2.1428571429rem
}

.mb-40 {
    margin-bottom: 2.8571428571rem
}

.mb-45 {
    margin-bottom: 3.2142857143rem
}

.mb-50 {
    margin-bottom: 3.5714285714rem
}

.mb-60 {
    margin-bottom: 4.2857142857rem
}

.mb-70 {
    margin-bottom: 5rem
}

.mt-5 {
    margin-top: .3571428571rem
}

.mt-10 {
    margin-top: .7142857143rem
}

.mt-15 {
    margin-top: 1.0714285714rem
}

.mt-20 {
    margin-top: 1.4285714286rem
}

.mt-25 {
    margin-top: 1.7857142857rem
}

.mt-30 {
    margin-top: 2.1428571429rem
}

.mt-35 {
    margin-top: 2.5rem
}

.mt-40 {
    margin-top: 2.8571428571rem
}

.mt-50 {
    margin-top: 3.5714285714rem
}

.mt-60 {
    margin-top: 4.2857142857rem
}

.mt-70 {
    margin-top: 5rem
}

.mt-100 {
    margin-top: 7.1428571429rem
}

.ml-14 {
    margin-left: 14px
}

.calculator-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculator-head__know {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 36.3571428571rem;
    flex-basis: 36.3571428571rem;
    padding: 2rem 4rem;
    font-family: Montserrat, serif;
    margin-left: 1.4285714286rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}


.calculator-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

/* .calculator-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-auto-rows: 1fr;
  gap: 20px;
} */

.calculator-info {
    -ms-flex-preferred-size: 25.7142857143rem;
    flex-basis: 25.7142857143rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 30px;
    padding: 2.1428571429rem;
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.05);
    background: #1B2733;

}

.calculator-info__pic img {
    width: 100%;
    height: auto;
    border-radius: 20px
}


.calculator-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9285714286rem;
    border-radius: 18px;
    -webkit-box-shadow: 0 17px 35px rgba(0, 0, 0, .03);
    box-shadow: 0 17px 35px rgba(0, 0, 0, .03)
}

.calculator-slogan__pic {
    -ms-flex-preferred-size: 76px;
    flex-basis: 76px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .9285714286rem
}

.calculator-slogan__pic img {
    width: 100%;
    height: auto;
    border-radius: 12px
}


.calculator-form {
    -ms-flex-preferred-size: calc(100% - 27.1428571429rem);
    flex-basis: calc(100% - 27.1428571429rem);
}

.calc-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.calculator-progress {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1b2733;
    height: 4.8rem;
    border-radius: 30px;

}

.container-entry__success {
    .calculator-progress {
        height: 4rem;
    }

    .calculator-progress__slider {
        height: 3rem;
        top: 0.5rem;
        left: 0;
    }
}

.calculator-progress__slider {
    left: .5714285714rem;
    position: absolute;
    top: .5714285714rem;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    height: 3rem;
    border-radius: 111px;
    background: #0A76F0;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 2.9rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 2.9rem
    }
}

.calculator-progress__number {
    position: absolute;
    right: 38px;
    font-family: "Montserrat-Regular", sans-serif;
    color: #fff;
}

.calculator {
    position: relative;
    overflow: hidden;
    height: 100%;

    border-radius: 30px;
    -webkit-box-shadow: 0 17px 43px rgba(0, 0, 0, .05);
    box-shadow: 0 17px 43px rgba(0, 0, 0, .05);
    background: #1b2733;
}

.calculator__step {
    opacity: 0;
    padding: 2.5rem;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 1
}

.calculator__step.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static;
    z-index: 2;
}

.calculator__step.active+.calculator__step {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

a.calculator-you:hover {
    background: #e5e4e4
}

.calculator-you {
    position: relative;
    margin-bottom: .5714285714rem;
    background: #f1f1f1;
    border-radius: 15px;
    width: 100%;
    height: 101px;
    max-width: 343px;
    padding: 0 40px 0 205px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    font-size: 17px
}

.calculator-you:last-child {
    margin-bottom: 0
}

.calculator-you__pic {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 15px
}

.calculator-you__complex .calculator-you__pic {
    width: 141px
}

.calculator-you__free .calculator-you__pic {
    width: 166px
}

.container-entry__current {
    width: 100%;
    /* -webkit-transition:opacity .4s ease-in-out,visibility .4s,-webkit-transform .4s ease-in-out;
  transition:opacity .4s ease-in-out,visibility .4s,-webkit-transform .4s ease-in-out;
  transition:opacity .4s ease-in-out,transform .4s ease-in-out,visibility .4s;
  transition:opacity .4s ease-in-out,transform .4s ease-in-out,visibility .4s,-webkit-transform .4s ease-in-out; */
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    z-index: 2;
    /* background:#fff */
}

.container-entry__success {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity .4s ease-in-out, visibility .4s, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, visibility .4s, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, visibility .4s;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, visibility .4s, -webkit-transform .4s ease-in-out;
    z-index: 1
}

.container-entry__success .p-page {
    padding-bottom: 0
}

.main-block_calculator .container-entry {
    border-radius: 30px
}

.finish .container-entry__current {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    visibility: hidden;
    position: absolute;
    opacity: 0
}


    
    @media(min-width:992px){
        .finish .container-entry {
        padding: 0 3.5714285714rem;
        }
    }


.finish .container-entry__success {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    visibility: visible;
    z-index: 2;
    background: #1b2733;
    opacity: 1
}

.container-entry__success .calculator-progress__number {
    color: #fff;
    text-align: center;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.calculator-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator-question__number {
    background: rgba(168, 168, 168, 0.1);

    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;
    text-align: center;
    width: 12.4285714286rem;
    height: 4.1428571429rem;
    margin-right: 2.7857142857rem;
    border-radius: 30px;
    -ms-flex-negative: 0;
    border: 1px solid #fff;
    flex-shrink: 0;
    font-weight: 400;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
}

.question-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -20px
}

.question-item {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-top: 20px;
    position: relative
}

.question-item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4285714286rem;
    border-radius: 15px;
    height: 60px;
    background: rgba(168, 168, 168, 0.1);
    border: 1px solid rgba(168, 168, 168, 0.1);

    span {
        font-family: Montserrat-Regular, sans-serif;
    }
}

.question-item__label:hover {
    cursor: pointer;
    border: 1px solid #224bc8;
}

.calculator-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

/* END КВИЗ QUIZ */


.agreed-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.agreed-check__text {
    max-width: 25.3571428571rem;
    font-size: 1.0714285714rem;
    display: block
}

.social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    @media(max-width:1023.98px){
        justify-content: space-around;
    }
}

.social-item {
    width: 100px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /* font-size: 12px; */
    /* -webkit-box-shadow: 0 12px 65px rgba(0, 0, 0, .11);
    box-shadow: 0 12px 65px rgba(0, 0, 0, .11); */
    margin-right: 20px;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    box-shadow: 0 12px 65px 0 rgba(0, 0, 0, 0.11);
    background: rgba(255, 255, 255, 0.1);

    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
    opacity: .4;
}

.social-item input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0
}

.social-item img {
    margin-bottom: 12px;
    width: 50px;
    height: 50px
}

.social-item:hover {
    -webkit-box-shadow: 0 12px 65px rgba(0, 0, 0, .22);
    box-shadow: 0 12px 65px rgba(0, 0, 0, .22)
}

.social-item.active {
    /* -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, .13);
    box-shadow: 3px 3px 12px rgba(161, 158, 158, 0.33); */
    opacity: 1;
}

.social-item:last-child {
    margin-right: 0
}

.container-entry__success-main {
    max-width: 505px;
    padding-bottom: 3.5rem;
}

.container-entry__success-main .form-item {
    margin-bottom: 15px
}

.container-entry__success-main .button {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container-entry__success-main .agreed-check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400
}

.container-entry__success-main .agreed-check a {
    font-weight: 500;
    border-bottom: 1px solid
}

.button_green__head {
    font-size: 15px;
    margin-bottom: 6px
}

.button_green-free {
    font-size: 12px;
    font-weight: 400;
    color: #619b56
}

.success-get {
    -webkit-box-shadow: 0 12px 65px rgba(0, 0, 0, .11);
    box-shadow: 0 12px 65px rgba(0, 0, 0, .11);
    padding: 22px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    margin-top: 40px
}

.success-get__text {
    font-size: 18px;
    font-weight: 700
}

.success-pic {
    width: 760px;
    position: absolute;
    left: 46%;
    bottom: 0
}

.success-pic img {
    height: auto
}

@media (min-width:991px) {

    .success-get .calculator-you {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 153px;
        margin-left: 12px;
        padding: 0;
        margin-bottom: 0;
        font-size: 12px;
        height: auto;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .success-get .calculator-you br {
        display: none
    }

    .success-get .calculator-you:hover {
        background: 0 0
    }

    .success-get .calculator-you:hover .calculator-you__pic {
        background: #e5e4e4
    }

    .success-get .calculator-you__pic {
        position: relative;
        width: 153px;
        left: 0;
        height: 80px;
        background: #f8f8f8;
        border-radius: 13px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        margin-bottom: 5px
    }

    .success-get .calculator-you__pic img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width:1350px) {
    .container-entry {
        padding: 0 2.1428571429rem
    }

    .no-entry-padding {
        padding: 0 0;
    }
}


@media (max-width:1330px) {

    body,
    html {
        font-size: 14px
    }
}



@media (max-width:1200px) {

    .container-entry {
        padding: 0 20px
    }

    .no-entry-padding {
        padding: 0 0;
    }

    .calculator-info {
        -ms-flex-preferred-size: 25.7142857143rem;
        flex-basis: 25.7142857143rem;
    }

    .calculator-form {
        -ms-flex-preferred-size: calc(100% - 27.1428571429rem);
        flex-basis: calc(100% - 27.1428571429rem)
    }


}


@media (max-width:1100px) {

    body,
    html {
        font-size: 13px
    }
}

@media (max-width:991px) {
    .main-block {
        border-radius: 17px
    }

    .p-page {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .p-full {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .text-center-mobile {
        text-align: center
    }

    .text-left-mobile {
        text-align: left
    }

    .no-br-mobile br {
        display: none
    }

    #quizForm .input {
        height: 58px;
        border-radius: 15px;
        padding: 0 20px;
        font-size: 14px
    }

    .form-item__icon:before {
        width: 15px;
        height: 15px;
        left: 20px
    }

    #quizForm .form-item__icon .input {
        padding-left: 64px
    }


    .mb-30 {
        margin-bottom: 20px
    }

    .mb-40 {
        margin-bottom: 25px
    }

    .mb-45 {
        margin-bottom: 27px
    }

    .mb-50 {
        margin-bottom: 30px
    }

    /* ДЛЯ МЕНЯ */
    .mobile-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }


    .calculator-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calculator-head__know {
        margin-left: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: 20px;
        text-align: center;
        padding: 18px 30px;
        border-radius: 17px
    }

    .calculator-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calculator-info {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 20px;
        border-radius: 17px;
        margin-bottom: 20px
    }

    .calculator-info__pic img {
        border-radius: 17px
    }

    .calculator-slogan {
        border-radius: 17px
    }

    .calculator-slogan__pic {
        -ms-flex-preferred-size: 48px;
        flex-basis: 48px;
        margin-right: 8px
    }

    .calculator-slogan__text {
        font-size: 12px;
        line-height: 1.1
    }

    .calculator-you {
        height: 73px;
        margin-bottom: 18px;
        padding: 0 40px 0 140px;
        font-size: 12px;
        max-width: 100%
    }

    .calculator-you:last-child {
        margin-bottom: 0
    }

    .calculator-you__complex .calculator-you__pic {
        width: 100px
    }

    .calculator-you__free .calculator-you__pic {
        width: 120px
    }

    .calculator__step {
        padding: 0
    }

    .container-entry__success {
        padding-bottom: 0
    }

    .container-entry__success .calculator-progress {
        margin-bottom: 30px
    }

    .container-entry__success .size-50 {
        text-align: center
    }

    .container-entry__success .size-22 {
        text-align: center
    }


    .agreed-check__text {
        font-size: 12px
    }


    .social-item img {
        width: 44px;
        height: 44px
    }

    .social-item {
        width: 90px;
        margin-right: 16px;
        height: 98px
    }

    .container-entry__success-main .form-item {
        margin-bottom: 10px
    }

    .container-entry__success-main .button {
        padding: 0 !important;
        margin-bottom: 15px
    }

    .button_green__head {
        font-size: 12px
    }

    .button_green-free {
        font-size: 10px
    }

    .success-get {
        margin-top: 20px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .success-get__text {
        margin-bottom: 20px;
        font-size: 18px
    }

    .success-pic {
        position: relative;
        left: auto;
        width: auto;
        right: -20px;
        margin-top: 25px;
        max-width: 300px;
        margin-right: 0;
        margin-left: auto
    }

    .thanks-social-pic-desktop img {
        max-width: 614px
    }

    .thanks-social-pic-desktop {
        left: -15px
    }

    .thanks-social {
        padding: 0 0 260px
    }
}

@media (max-width:767px) {
    .h-66 {
        height: 47px
    }

    .check:before {
        width: 9px;
        height: 7px
    }

    .check {
        width: 22px;
        height: 22px;
        margin-right: 12px
    }

    .calculator-head .size-50 {
        max-width: 290px
    }

    .calculator-progress {
        height: 40px
    }

    .calculator-progress__slider {
        top: 4px;
        left: 4px;
        height: 32px
    }

    .calculator-progress__number {
        right: 13px;
        font-size: 12px;
        font-family: "Montserrat-Regular", sans-serif;
    }

    .calculator {
        padding: 25px 20px
    }

    .calculator-question__number {
        width: 96px;
        height: 40px;
        margin-right: 13px
    }

    .question-items {
        margin-top: -11px
    }

    .question-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 11px
    }

    .question-item__label {
        padding: 16px
    }

}

@media (max-width:61.99875em) {
    .button {
        border-radius: 15px;
        padding: 0 12px
    }

    .button-header {
        margin-left: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: 50px;
        font-size: 15px;
        width: 100%;
        margin-top: 11px
    }


}

@media (max-width:47.99875em) {
    .h-82 {
        height: 58px
    }

    .h-95 {
        height: 69px
    }

    .button {
        font-size: 12px
    }

    .size-50 {
        font-size: 25px
    }

    .size-50 br {
        display: none
    }

    .size-40 {
        font-size: 22px
    }

    .size-34 {
        font-size: 22px
    }

    .size-30 {
        font-size: 22px
    }

    .size-26 {
        font-size: 17px
    }

    .size-22 {
        font-size: 16px
    }

    .size-20 {
        font-size: 16px
    }

    .size-18 {
        font-size: 14px
    }

    .size-18-m12 {
        font-size: 12px;
    }

    .size-16 {
        font-size: 14px
    }

    .size-18-mobile {
        font-size: 18px
    }

    .size-17-mobile {
        font-size: 17px
    }

    .mt-35 {
        margin-top: 20px
    }

    .mt-50 {
        margin-top: 25px
    }

    .mt-60 {
        margin-top: 40px
    }

    .mt-70 {
        margin-top: 50px
    }

}

/**/
.calculator-question__title {
    color: #fff;
}

.calculator-head {
    h2 {
        font-family: Manrope;
        font-weight: 500;
        font-size: 36px;
        line-height: 110%;
        text-transform: uppercase;
        color: #fff;

        span {
            background: linear-gradient(137deg, #0087ff 0%, #224bc8 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }
}

.calculator-slogan__text {
    font-family: Montserrat-Regular, sans-serif;
    line-height: 125%;

    span {
        font-family: 'Montserrat-Bold', sans-serif;
    }
}

.quiz-finish-title {
    max-width: 42.5714285714rem;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    color: #fff;

    @media(max-width:1023.98px){
        font-size: 30px;
        line-height: 130%;
    }

    span {
        background: linear-gradient(137deg, #0087ff 0%, #0677da 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

/* меняющиеся иконки в поле номера */
.finish .form-item__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.finish .form-item__icon .input {
    padding-left: 5.2142857143rem;
    border: 1.15px solid #0a76f0;
    border-radius: 5px;
    width: 420px;
    height: 64px;
}



.finish .form-item__icon .input::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.finish .form-item__icon .input::-moz-placeholder {
    color: #fff;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

.finish .form-item__icon .input:-ms-input-placeholder {
    color: #fff;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

.finish .form-item__icon .input::-ms-input-placeholder {
    color: #fff;
    -ms-transition: all .25s linear;
    transition: all .25s linear
}

.finish .form-item__icon .input::placeholder {
    color: #fff;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 103%;
}

.finish .form-item__icon::before {
    background: #b1ddd4;
    position: absolute;
    left: 35px;
    width: 23px;
    height: 23px;
}

.finish .icon::before {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    -webkit-mask: var(--icon) center center/contain no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    background: #fff;
}

.wa-icon-inp {
    --icon: url('../img/icon/whatsapp2.svg');
}

.tg-icon-inp {
    --icon: url('../img/icon/telegram-2.svg');
}

.phone-icon-inp {
    --icon: url('../img/icon/phone.svg');
}

.finish .agreed .icon::before {
    width: 10px;
    height: 10px;
    background-color: transparent;
}

.finish .agreed .agreed-check__text {
    max-width: 420px;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #dbecff;

    a {
        font-weight: 500;
        color: #fff;

        &:hover {
            opacity: .7;
        }
    }
}

.finish .agreed .checkbox-icon {
    border: 1.15px solid #1e81f1;
    background: rgba(219, 236, 255, 0.1);
}

.finish .agreed .input-absolute:checked+.agreed-check .checkbox-icon {
    /* background: #5df5bf; */
    background: #0a76f0;
    /* border-radius: 100%; */
    &::before {
        background-color: #fff;
    }
}

.finish .success-pic {
  width: 500px;
  position: absolute;
  left: auto;
  right: 1%;
  bottom: 0;

  @media(max-width:1023.98px){
    display: none;
  }
}

@media(max-width:1023.98px){
.section-title h2 {
    font-size: 30px;
    line-height: 130%;
}
.calculator-head__know {
    font-size: 14px;
}
}