*,
::before,
::after {
    box-sizing: border-box;
}
ul[class],
ol[class] {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    color: #2a2a2a;
    background: #fff;
    font-family: "Jost-Regular";
}
ul[class],
ol[class] {
    list-style: none;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
}
article > * + * {
    margin-top: 1em;
}
input,
button,
textarea,
select {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.input-container {
    display: flex;
    flex-direction: column;
}
.title {
    margin-top: 16px;
    margin-bottom: 32px;
    font-family: "Golos Text VF";
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    max-width: 669px;
}
.title span {
    border-bottom: 10px solid #edcb50;
    margin-left: 8px;
}
.min-title-item {
    max-width: 607px;
    font-family: "Golos Text VF";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #2a2a2a;
    margin: 0 auto;
    margin-top: 16px;
}
.min-title-item span {
    border-bottom: 10px solid #edcb50;
    margin-left: 8px;
}
.min-main-title {
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    font-family: "Golos Text VF";
}
.brand-title {
    font-family: "Golos Text VF";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #2a2a2a;
    max-width: 959px;
    margin: 0 auto;
}
.brand-title span {
    border-bottom: 8px solid #edcb50;
}
.features-title {
    font-family: "GolosTextWebBold";
    font-style: normal;
    font-weight: 767;
    font-size: 56px;
    line-height: 64px;
}
.features-title span {
    border-bottom: 10px solid #edcb50;
}
.features-title-min {
    font-family: "Golos Text VF";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    max-width: 264px;
}
.btn {
    padding: 12px 64px;
    background: #f2c94c;
    border-radius: 71px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #000;
    width: fit-content;
}
.btn:hover {
    transition: all 0.3s;
}
.further-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #bdbdbd;
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
}
.further-btn img {
    width: 10px;
    margin: 0 auto;
}
.advantages {
    display: flex;
    margin: 0 auto;
    margin-top: 106px;
    justify-content: space-between;
    width: 100%;
}
.advantages .advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages .advantages-item p {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2f80ed;
    font-family: "Jost-Bold";
}
.advantages .advantages-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #4f4f4f;
}
.questions {
    margin-top: 24px;
}
.questions__item {
    margin-top: 24px;
}

.questions__item-faq {
    max-width: 500px;
}

.questions__item h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #333;
    font-family: "Jost-Medium";
}
.questions__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #333;
    margin-top: 24px;
}
.questions .questions-reviews {
    margin-left: 0;
    margin-top: 16px;
}
.questions .questions-reviews__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
}
.questions .questions-reviews__item:nth-child(2n + 1) {
    background-color: #bdbdbd33;
}
.questions .questions-reviews__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #333;
    margin-top: 0;
    padding: 12px 0;
}
.questions .questions-reviews__item .text {
    max-width: 409px;
    width: 100%;
}
.questions .questions-reviews__item .author {
    max-width: 105px;
    width: 100%;
}
.questions .questions-reviews__item .number {
    max-width: 127px;
    width: 100%;
}
.questions .questions-reviews__item .date {
    max-width: 100px;
    width: 100%;
}
.questions .questions-reviews__item .name {
    font-family: "Jost-Bold";
}
.questions .questions-reviews form {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}
.questions .questions-reviews form input {
    padding: 12px 16px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 16px;
}
.questions .questions-reviews form input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #333;
}
.questions .questions-reviews form input:focus {
    border: 1px solid #333;
}
.questions .questions-reviews form input:focus-visible {
    border: 2px solid #333;
}
.questions .questions-reviews form textarea {
    padding: 12px 16px;
    border: 1px solid #bdbdbd;
    border-radius: 16px;
    height: 136px;
}
.questions .questions-reviews form textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #333;
}
.questions .questions-reviews form textarea:focus-visible {
    border: 1px solid #333;
}
.questions .questions-reviews form .captcha-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.questions .questions-reviews form .captcha-container .captcha {
    display: flex;
}
.questions .questions-reviews form .captcha-container .captcha .captcha-img {
    max-width: 101px;
    width: 100%;
    margin-right: 8px;
}
.questions
    .questions-reviews
    form
    .captcha-container
    .captcha
    .captcha-img
    img {
    width: 100%;
}
.questions .questions-reviews form .captcha-container .captcha input {
    max-width: 162px;
}
.questions .questions-reviews form .captcha-container .btn {
    padding: 12px 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #000;
}
.similar-numbers {
    max-width: 864px;
    width: 100%;
    margin: 0 auto;
    margin-top: 72px;
}
.similar-numbers .similar-numbers-container {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
}
.similar-numbers .similar-numbers-container a {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #2f80ed;
    margin-right: 24px;
}
.similar-numbers .similar-numbers-container a:last-child {
    margin-right: 0;
}
.similar-numbers h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #333;
    font-family: "Jost-Medium";
}
.latest-reviews {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: start;
    padding: 32px 0;
    gap: 24px;
    width: 100%;
    border-radius: 47px;
    margin: 0 auto;
    margin-top: 72px;
    transition: all 0.3s;
}
.latest-reviews__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 56px;
    cursor: pointer;
}
.latest-reviews__item:hover {
    background: rgba(242, 201, 76, 0.26);
    text-decoration: none;
    transition: all 0.3s;
}
.latest-reviews__item p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #333;
}
.latest-reviews__item .text {
    max-width: 476px;
    margin: 0 10px;
    width: 100%;
}
.latest-reviews__itemm .text {
    max-width: 409px;
    width: 100%;
}
.latest-reviews__item .author {
    max-width: 105px;
    width: 100%;
}
.latest-reviews__item .number {
    max-width: 127px;
    width: 100%;
}
.latest-reviews__item .date {
    max-width: 100px;
    width: 100%;
}
.latest-reviews .bg-dark {
    background: rgba(242, 201, 76, 0.22) !important;
    transition: all 0.3s;
}
.latest-reviews .bg-dark:hover {
    background: none !important;
    text-decoration: none;
    transition: all 0.3s;
}
.latest-reviews h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: start;
    letter-spacing: 0.02em;
    color: #333;
    font-family: "Jost-Medium";
}
.find-number {
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333;
    font-family: "Jost-Medium";
    text-align: center;
    margin-top: 24px;
}
.btn-min {
    padding: 8px 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    transition: all 0.3s;
}
.btn-min:hover {
    transition: all 0.3s;
}
.btn-big {
    margin: 0 auto;
    margin-top: 40px;
}
.review-page .title-container,
.faq-page .title-container,
.contacts .title-container,
.news-list .title-container,
.news-article .title-container,
.login-page .title-container,
.registration-page .title-container,
.pricing-page .title-container {
    max-width: 544px;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
}
.review-page .title-container .title,
.faq-page .title-container .title,
.contacts .title-container .title,
.news-list .title-container .title,
.news-article .title-container .title,
.login-page .title-container .title,
.registration-page .title-container .title,
.pricing-page .title-container .title {
    margin-top: 16px;
}
.review-page .register-now,
.faq-page .register-now,
.contacts .register-now,
.news-list .register-now,
.news-article .register-now,
.login-page .register-now,
.registration-page .register-now,
.pricing-page .register-now {
    margin-top: 104px;
}
.login-page .register-now {
    margin-top: 0;
}
.registration-page .title-container {
    max-width: 100%;
}
input {
    background: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
    width: 100%;
    height: 48px;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2a2a2a;
    outline: none;
}
input::placeholder {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #00000059;
    opacity: 1;
}
input:focus-visible {
    border: none;
}
.input-item {
    margin-top: 24px;
}
.input-item .input-title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #2a2a2a;
    opacity: 0.5;
    margin-left: 8px;
}
.input-container {
    margin: 0 auto;
    max-width: 544px;
}
.register-link {
    margin-top: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.register-link a {
    font-weight: 600;
    transition: all 0.3s;
    color: #2a2a2a;
    text-decoration: none;
}
.register-link a:hover {
    transition: all 0.3s;
    color: #edcb50;
}
.container {
    max-width: 1440px;
    width: 100%;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-img {
    display: flex;
    justify-content: center;

    img {
        max-width: 376px;
        height: 376px;
    }
}
.sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
.informations {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    gap: 24px;
    border-radius: 47px;
    display: flex;
    flex-direction: column;
}
.informations p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #333;
    display: flex;
}
.informations p span {
    font-weight: 400;
    margin-left: 7px;
}
@font-face {
    font-family: "Jost-Regular";
    src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
    font-family: "Jost-Bold";
    src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
    font-family: "Jost-Medium";
    src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
    font-family: "GolosTextWebBold";
    src:
        url(../fonts/Golos-Text_Bold.woff2) format("woff2"),
        url(../fonts/Golos-Text_Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
header .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header .header__logo {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.53em;
    text-transform: uppercase;
    color: #333;
}
header .header .input-container {
    margin: 0;
    margin-top: 0;
    max-width: 291px;
    flex-direction: row;
}
header .header .input-container .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #000;
    padding: 12px 32px;
    border-radius: 71px;
    height: fit-content;
}
header .header .input-container label {
    font-weight: 700;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #828282;
    width: 156px;
    height: 40px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 24px;
    font-family: "Jost-Bold";
}
header .header .input-container label input {
    border-bottom: 1px solid #333;
    height: 16px;
    padding: 0;
}
header .header .input-container label input::placeholder {
    opacity: 0.5;
}
footer {
    margin-top: 72px;
}
.footer {
    margin: 0 auto;
}
.footer .top {
    display: flex;
    justify-content: space-between;
}
.footer .top .logo {
    flex-direction: column;
    display: flex;
    align-items: start;
}
.footer .top .logo a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.53em;
    text-transform: uppercase;
    color: #333;
}
.footer .top .logo span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #828282;
}
.footer .top .feedback {
    text-align: end;
}
.footer .top .feedback p {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.53em;
    text-transform: uppercase;
    color: #333;
}
.footer .top .feedback a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #2f80ed;
}
.footer .bottom {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-top: 24px;
}
.footer .bottom a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #707070;
    margin-right: 24px;
}
.footer .bottom a:last-child {
    margin-right: 0;
}
.home .logo {
    display: flex;
    justify-content: center;
}
.home .input-container {
    width: 100%;
    max-width: 640px;
}
.home .input-container label {
    font-weight: 700;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #828282;
    font-family: "Jost-Bold";
}
.home .input-container label input {
    height: 72px;
    padding: 0 32px;
    font-size: 64px;
}
.home .input-container label input::placeholder {
    font-size: 64px;
    line-height: 72px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #333;
    opacity: 0.5;
    font-family: "Jost-Medium";
}
.home .input-container .btn {
    margin: 0 auto;
}
.error-page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.error-page-container .error-page {
    color: #ffd739;
    font-size: 250px;
    line-height: 1;
}
.error-page-container p {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 44px;
    line-height: 1.2;
}
.error-page-container p span a {
    color: #ffd739;
    font-size: 28px;
    line-height: 1.2;
    text-decoration: underline;
    margin-left: 8px;
    opacity: 1 !important;
}
.error-page-container p span {
    margin-top: 8px;
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    width: 100%;
    justify-content: center;
}
@media (max-width: 900px) {
    .container {
        padding: 25px;
    }
    .find-number {
        font-size: 48px;
        line-height: 1.2;
    }
    .latest-reviews__item {
        padding: 0 15px;
    }
    .informations {
        padding: 15px;
    }
    .home .input-container label {
        margin: 0 auto;
    }
    .home .input-container label input {
        height: 42px;
        padding: 0 32px;
        font-size: 40px;
    }
    .home .input-container label input::placeholder {
        font-size: 40px;
        line-height: 40px;
    }
    .home .input-container .btn {
        margin-top: 8px;
    }
}
@media (max-width: 600px) {
    .advantages {
        margin-top: 60px;
        flex-direction: column;
    }
    .advantages .advantages-item {
        margin-top: 16px;
    }
    .advantages .advantages-item p {
        font-size: 40px;
        line-height: 1.2;
    }
    .error-page-container .error-page {
        font-size: 120px;
    }
    .error-page-container p {
        font-size: 35px;
    }
    .error-page-container p span {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .find-number {
        font-size: 32px;
    }
    .questions__item {
        margin-top: 24px;
    }
    .questions__item h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .questions__item p {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 12px;
    }
    .informations {
        margin-top: 24px;
        padding: 15px;
        background: rgba(242, 201, 76, 0.26);
        border-radius: 15px;
        gap: 5px;
    }
    .latest-reviews {
        border-radius: 15px;
        margin-top: 50px;
    }
    .latest-reviews h2 {
        margin: 0 15px;
        font-size: 24px;
        line-height: 1.2;
    }
    .latest-reviews__item {
        flex-direction: column;
    }
    .latest-reviews__item .text {
        margin: 0;
    }
    .questions .questions-reviews__item {
        flex-direction: column;
        border-bottom: 1px solid #3333;
        margin-top: 16px;
        border-bottom: none;
    }
    .questions .questions-reviews__item p {
        margin-top: 0;
    }
    .captcha-container {
        flex-direction: column;
    }
    .captcha-container .captcha {
        justify-content: space-between;
        width: 100%;
    }
    .captcha-container .btn {
        margin-top: 16px;
    }
    .similar-numbers {
        margin-top: 50px;
    }
    .similar-numbers h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .similar-numbers .similar-numbers-container a {
        font-size: 16px;
        line-height: 1.2;
    }
    .footer .bottom {
        flex-direction: column;
        margin-top: 8px;
        gap: 7px;
    }
    .footer .bottom a {
        margin-top: 8px;
        margin-right: 0;
    }
    .footer .top {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }
    .footer .top .logo {
        align-items: start;
    }
    .footer .top .feedback {
        text-align: center;
        margin-top: 8px;
    }
    .home .input-container {
        max-width: 100%;
    }
    .home .input-container label {
        margin: 0 auto;
    }
    .home .input-container label input {
        height: 48px;
        padding: 0 13px;
        font-size: 23px;
        width: 100%;
        text-align: center;
    }
    .home .input-container label input::placeholder {
        font-size: 28px;
        text-align: center;
        padding: 0;
    }
    .questions .questions-reviews__item .text {
        text-align: center;
        padding: 0;
    }
    .questions .questions-reviews__item .author {
        text-align: center;
        padding: 0;
    }
    .questions .questions-reviews__item .number {
        text-align: center;
        padding: 0;
    }
    .questions .questions-reviews__item .date {
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 480px) {
    header .header {
        width: 100%;
        align-items: center;
    }
    header .header .input-container {
        margin-top: 16px;
    }
    .btn-big {
        padding: 12px 40px;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 20px;
    }
    .container {
        padding: 15px;
    }
    .questions .questions-reviews__item .text {
        text-align: center;
        padding: 0;
    }
}
.bottom_disclaimer {
    font-size: 10px;
    padding: 20px 0;
}
.questions-reviews__head,
.questions-reviews__row {
    display: grid;
    grid-template-columns: var(--qr-cols, 140px 220px 1fr);
    gap: var(--qr-gap, 12px);
    align-items: start;
}

.questions-reviews__head {
    padding: 14px 12px;
    border: 1px solid rgb(118 116 116 / 10%);
    background: rgba(255, 255, 255, 0.04);
    font-weight: 700;
    font-family: "Jost-Medium";
    background: #80808021;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.questions-reviews__row {
    padding: 14px 12px;
}

.questions-reviews__row:not(:last-child) {
    border-bottom: 1px solid rgb(118 116 116 / 10%);
}

.questions-reviews__body {
    border: 1px solid rgb(118 116 116 / 10%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.questions-reviews .col {
    font-size: 14px;
    line-height: 1.35;
    word-break: break-word;
}

.questions-reviews .col-key {
    font-family: "Jost-Medium";
}

.questions-reviews__head .col {
    font-size: 14px;
}

.questions-reviews .col-date {
    white-space: nowrap;
    opacity: 0.95;
}

.questions-reviews .col-author {
    font-weight: 600;
}
.questions-reviews {
    width: 100%;
}
@media (max-width: 900px) {
    .questions-reviews__head {
        display: none;
    }

    .questions-reviews__row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px;
    }

    .questions-reviews__row .col {
        white-space: normal;
        word-break: break-word;
    }

    .questions-reviews__body {
        border-radius: 7px;
    }
    .find-page-title {
        margin-top: 24px;
    }
}

.find-page-text {
    margin: 20px 0 0 0;
    text-align: center;
}
.find-agreement {
    text-align: center;
    margin: 10px 0;
    text-wrap: balance;
}
