* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    padding-right: 0 !important;
    background: #fff;
    position: relative;
    overflow-x: hidden;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

p,
a,
li,
div,
button,
input,
textarea,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Gilroy", sans-serif;
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

a,
a:hover,
a:active,
a:focus,
textarea,
button,
input,
button:hover,
button:active,
button:focus,
input:focus,
input:active {
    text-decoration: none !important;
    outline: none !important;
}

strong {
    font-weight: 600;
}

i {
    font-style: italic;
}

input.button,
button {
    border: none;
}

a {
    cursor: pointer;
}

.wrp {
    width: 1400px;
    margin: 0 auto;
}

.h2 {
    font-size: 65px;
    font-weight: 700;
    line-height: 90%;
}

.button {
    border-radius: 13px;
    background: #C5FFD6;
    padding: 34px 88px;
    text-align: center;
    display: block;
    width: max-content;
    color: #215212;
    font-size: 27px;
    font-weight: 700;
    line-height: 90%;
    transition: .4s;
}

.button:hover {
    background: #008325;
    color: #fff;
}

[data-aos=fade-right],
[data-aos=fade-left],
[data-aos=fade-up],
[data-aos=fade-down] {
    transform: none !important;
}

#main {
    padding: 60px 0 160px 0;
}

.main-banner {
    border-radius: 30px;
    background: var(--123, linear-gradient(2deg, #101613 0.87%, #171E1B 75.97%));
    padding: 36px;
    position: relative;
}

.main-banner *:not(.img) {
    position: relative;
    z-index: 2;
}

.main-banner .h2 {
    background: linear-gradient(91deg, #FFF 0.79%, #EBFFF1 55.5%, #DBFFE5 99.9%, #FFF 99.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}

.main-banner .text {
    margin-bottom: 36px;
    color: #DBFFE5;
    font-size: 27px;
}

.main-banner .text-num {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
}

.main-banner .img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 105%;
    object-fit: cover;
    border-radius: 30px;
}

.main-banner .button {
    width: 612px;
    margin-top: 70px;
    max-width: 100%;
}

#test-adva {
    padding-bottom: 160px;
}

#test-adva .wrp {
    padding-left: 40px;
}

#test-adva .h2 {
    color: #111815;
    margin-bottom: 60px;
}

.test-adva {
    display: flex;
    flex-flow: wrap;
    gap: 40px;
}

.test-adva-item {
    width: calc(100%/3 - 80px/3);
    min-height: 250px;
    border-radius: 13px;
    background: #FFF;
    padding: 30px 28px 30px 45px;
    transition: .4s;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
}

.test-adva-item:hover {
    background: #6EBF69;
}

.test-adva-item .text {
    color: #4C4C4C;
    font-size: 30px;
    font-weight: 700;
    line-height: 90%;
    transition: .4s;
    height: 81px;
    margin-bottom: 20px;
}

.test-adva-item:hover .text {
    color: #fff;
}

#banner,
#banner2 {
    padding-bottom: 160px;
}

.banner {
    padding: 47px 40px 76px 40px;
    border-radius: 28px;
    background: linear-gradient(90deg, #101613 37.97%, rgba(23, 30, 27, 0.00) 99.29%), url(../img/banner-bg.jpg) lightgray -0.343px -139px / 100.049% 154.528% no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

#banner2 .banner {
    background: linear-gradient(90deg, #101613 37.97%, rgba(23, 30, 27, 0.00) 99.29%), url(../img/banner-bg2.jpg) lightgray -0.343px -139px / 100.049% 154.528% no-repeat;
}

.banner .h2 {
    color: #FFF;
    margin-bottom: 18px;
}

.banner .text {
    color: #DBFFE5;
    font-size: 27px;
    margin-bottom: 46px;
}

.banner .button {
    width: 612px;
    max-width: 100%;
}

#test-for {
    padding-bottom: 160px;
}

#test-for .wrp {
    padding-left: 40px;
}

#test-for .h2 {
    color: #005129;
    margin-bottom: 50px;
}

.test-for {
    display: flex;
    flex-flow: wrap;
    gap: 55px;
}

.test-for-item {
    width: calc(100%/3 - 110px/3);
}

.test-for-item .img {
    height: 206px;
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    margin-bottom: 17px;
}

.test-for-item .head {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 23px;
}

#reviews {
    padding-bottom: 160px;
}

#reviews .wrp {
    padding-left: 40px;
}

#reviews .h2 {
    margin-bottom: 25px;
}

.marquee {
    width: 100%;
    user-select: none;
    font-size: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

.marquee__line {
    display: flex;
}

.reviews-item {
    width: 612px;
    padding: 20px 40px;
    border-radius: 32px;
    border: 1px #C3C3C3 solid;
    margin: 0 5px;
    background: #FFF;
}

.reviews-item .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviews-item .top-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
}

.reviews-item .top-info-name {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}

.reviews-item .top-info-city {
    color: #585858;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    font-family: "Roboto", sans-serif;
}

.reviews-item .text {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
    word-break: wrap;
}

#marquee-back {
    transform: scale(-1, 1);
}

#marquee-back .reviews-item {
    transform: scale(-1, 1);
}

#reviews .button {
    margin: 75px auto 0 auto;
    background: #008325;
    color: #fff;
    font-size: 24px;
    padding: 30px 146px;
}

#footer {
    background: #1A1A1A;
    padding: 33px 0 23px 0;
}

#footer * {
    font-family: "Montserrat", sans-serif;
}

.footer-top {
    display: flex;
    margin-bottom: 64px;
}

.footer-top .payments {
    display: flex;
}

.footer-top .payments img {
    height: 20px;
}

.footer-top .payments+.block {
    margin-left: auto;
}

.footer-top .block.contacts {
    margin: 0 50px 0 65px;
}

.footer-top .block-head {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer-top .block .about-recv {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.75px;
}

.footer-top .block .contacts-email {
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.75px;
    margin-bottom: 8px;
    padding-left: 28px;
    background: url("../img/chat-icon.svg") no-repeat top 1px left;
}

.footer-top .block .info-link {
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.75px;
    text-decoration: underline !important;
    margin-bottom: 5px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom .text {
    margin-top: 10px;
    color: #AAA;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.75px;
    width: 85%;
    margin: 10px auto 0 auto;
}

.footer-bottom .text a {
    color: #ADD8E6;
    text-decoration: underline !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.75px;
}


/* QWIZ */

#qwiz {
    height: 100vh;
    overflow: hidden;
    padding-top: 64px;
    transition: .4s;
}

#qwiz.remove {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: .4s;
}

.qwiz-step {
    position: relative;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: .4s;
}

.qwiz-step.active {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.qwiz-step .back-arrow {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/back-arrow.svg") no-repeat center center;
    width: 100px;
    height: 60px;
    cursor: pointer;
}

.qwiz-step .h2 {
    text-align: center;
    width: 70%;
    margin: 0 auto 50px auto;
}

.qwiz-step-block {
    width: 427px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: .4s;
}

.qwiz-step-block:hover,
.qwiz-step-block.active {
    background: #80CE7C;
}

.qwiz-step-block:hover span span,
.qwiz-step-block.active span span {
    color: #fff;
}

.qwiz-step-block input {
    display: none;
}

.qwiz-step-block span img {
    display: block;
    margin: 0 auto;
}

.qwiz-step-block span span {
    color: #4C4C4C;
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 90%;
    transition: .4s;
}

.qwiz-blocks {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    height: calc(100vh - 64px);
}

#qwiz-step-1 .qwiz-step-block {
    height: calc(100% - 250px);
}

#qwiz-step-1 .qwiz-step-block span img {
    margin: 0 auto 6px auto;
}

#qwiz-step-2 .qwiz-blocks {
    height: auto;
}

#qwiz-step-2 .qwiz-step-block span img {
    margin: 0 auto 50px auto;
}

#qwiz-step-2 .qwiz-step-block {
    height: calc(50vh - 220px);
    min-height: 240px;
}

.qwiz-inputs {
    display: flex;
    flex-flow: wrap;
    width: 500px;
    height: calc(100vh - 220px);
    justify-content: center;
    margin: 0 auto;
}

.qwiz-inputs .input {
    width: 100%;
    transition: .4s;
    border-radius: 10px;
    border: 1px #999 solid;
    background: #FFF;
    display: block;
    height: 80px;
    text-align: center;
    color: #000;
    font-size: 30px;
    transition: .4s;
    font-weight: 700;
}

.qwiz-inputs .input.active {
    background: #F8FFF7;
}

.qwiz-inputs .input::placeholder {
    color: #959595;
    font-weight: 400;
    transition: .4s;
}

.qwiz-inputs .input:focus::placeholder {
    color: transparent;
}

.qwiz-inputs .input#qwiz-input-4 {
    background: #DDFFD7;
}

.qwiz-inputs .input#qwiz-input-4.active {
    background: #F8FFF7;
}

.qwiz-inputs .button {
    background: #008325;
    color: #E0FFE0;
    height: 100px;
    width: 100%;
    cursor: pointer;
    pointer-events: initial;
}

.qwiz-inputs .button.disable {
    color: #959595;
    pointer-events: none;
}

#qwiz-result {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: .4s;
}

#qwiz-result.visible {
    height: auto;
    opacity: 1;
    overflow: visible;
}

.qwiz-result-top {
    text-align: center;
    margin-bottom: 30px;
}

.qwiz-result-top .h2 {
    margin-bottom: 30px;
}

.qwiz-result-top .text {
    margin-bottom: 30px;
    color: #262626;
    font-size: 30px;
    line-height: 90%;
}

.qwiz-result-top .gender {
    width: 116px;
    height: 160px;
    margin: 0 auto;
}

.qwiz-result-top .gender.female {
    background: url("../img/qwiz/female-icon.svg") no-repeat center center / 100%;
}

.qwiz-result-top .gender.male {
    background: url("../img/qwiz/male-icon.svg") no-repeat center center / 100%;
}

.qwiz-result-list {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 65px;
}

.qwiz-result-list .head,
.qwiz-result-recom .item-head {
    color: #262626;
    font-family: "rbm", monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 90%;
    letter-spacing: 1.26px;
    text-transform: lowercase;
    width: 100%;
    margin-bottom: 30px;
}

.qwiz-result-list .item {
    width: 25%;
    background: #F3FFF2;
    padding: 15px 5px;
    margin-bottom: 65px;
}

.qwiz-result-list .item div {
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    line-height: 90%;
}

.qwiz-result-list .item-head {
    margin-bottom: 30px;
}

.qwiz-result-list .item div.red-value {
    color: #EA6F6F;
}

.qwiz-result-list .item div.green-value {
    color: #4FA662;
}

.qwiz-result-recom {
    display: flex;
    justify-content: space-between;
}

.qwiz-result-recom .item {
    width: calc(100%/3 - 206px/3);
}

.qwiz-result-recom .item-value {
    border-radius: 13px;
    background: #F3FFF2;
    height: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    line-height: 90%;
    padding: 20px;
    text-align: center;
}

.qwiz-info {
    padding: 90px 0 120px 0;
}

.qwiz-info .wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qwiz-info-text {
    width: calc(100% - 405px - 126px);
}

.qwiz-info-text p {
    color: #262626;
    font-size: 30px;
    font-weight: 500;
    line-height: 135%;
}

.qwiz-info-text p:not(:last-child) {
    margin-bottom: 25px;
}

.qwiz-info-text p strong {
    color: #00A61B;
    font-weight: 700;
}

.qwiz-info-text p .num {
    text-transform: uppercase;
}

.qwiz-adva {
    padding-bottom: 190px;
}

.qwiz-adva .h2 {
    color: #005129;
    margin-bottom: 60px;
}

.qwiz-banner {
    padding-bottom: 145px;
}

.qwiz-banner-wrp {
    border-radius: 13px;
    background: #80CE7C;
    padding: 30px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: space-between;
}

.qwiz-banner-wrp .left {
    width: calc(100% - 560px);
}

.qwiz-banner-wrp .left .h2 {
    color: #376828;
    margin-bottom: 40px;
}

.qwiz-banner-wrp .left .text {
    color: #245C13;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
}

.qwiz-banner-wrp .left .second-text {
    color: #656565;
    font-size: 35px;
    font-weight: 500;
    line-height: 103%;
}

.qwiz-banner-wrp .left .second-text strong {
    color: #215212;
}

.qwiz-banner-wrp .left .second-text s {
    color: #FF5D5D;
    font-weight: 600;
}

.qwiz-banner-wrp .button {
    margin-top: 50px;
}

.qwiz-banner-wrp .right {
    width: 560px;
    text-align: center;
}

.qwiz-banner-wrp .right-text {
    margin-top: 68px;
    font-weight: 700;
    color: #000;
    font-size: 35px;
    line-height: 100%;
}

.qwiz-banner-wrp .right-text #timer {
    color: #C42828;
    font-size: 55px;
    font-weight: 700;
    line-height: 102%;
}