@import url('../css/css2.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
select,
input,
button {
    outline: none;
}

a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
}

select,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* styles */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 480px;
    background: rgb(39, 39, 39);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

/* button */

.button {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 86px;
    border-top: 1px solid #dd5064;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #a32839;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a32839), to(#dd5064));
    background-image: -webkit-linear-gradient(bottom, #a32839 0%, #dd5064 100%);
    background-image: -moz-linear-gradient(bottom, #a32839 0%, #dd5064 100%);
    background-image: -o-linear-gradient(bottom, #a32839 0%, #dd5064 100%);
    background-image: linear-gradient(to top, #a32839 0%, #dd5064 100%);
    -webkit-box-shadow: 0 4px 0 #85212e, inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 4px 0 #85212e, inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 0 #85212e, inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 86px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

/* slider buttons */

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    background-color: #190233;
    background-image: url(../images/slider__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
}

.owl-prev {
    background-position: left center;
}

.owl-next {
    background-position: right center;
}

/* offer */

.offer_section {
    padding: 0 0 34px;
    background-color: #36393e;
    background-position: center top;
    background-repeat: no-repeat;
}

.offer_section .logo {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.offer_section .title_block {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    padding: 15px 0;
}

.offer_section .title_block .subtitle {
    margin: 0 0 15px;
    font-size: 48px;
    line-height: 54px;
}

.offer_section .title_block .main_title {
    font-size: 14px;
    line-height: 22px;
}

.offer_section .title_block .main_title span {
    padding: 5px 10px 4px;
    background: #190233;
}
.mainhead {
    position: relative;
}
.offer_section .discount {
    padding: 12px 14px 0 14px;
    height: 86px;
    background: rgba(171, 45, 63, 0.8);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.offer_section.offer_top .discount {
    margin-bottom: 220px;
}

/* .offer_section .discount:before {
	display: block;
	content: '';
	border-top: 86px solid rgba(171,45,63,0.8);
	border-left: 30px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: -30px;
} */

.offer_section .discount .text {
    margin: 0 0 4px;
    letter-spacing: 2px;
}

.offer_section .discount .value {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.offer_section .price_block {
    margin: -7px 0 22px;
    text-align: center;
    background: #190233;
    padding: 10px;
}

.offer_section .price_block .price_item {
    display: inline-block;
    vertical-align: middle;
}

.offer_section .price_block .price_item.old {
    margin: 0 20px 0 0;
    color: #fff;
}

.offer_section .price_block .price_item .value {
    font-size: 32px;
    line-height: 32px;
    text-decoration: line-through;
}

.offer_section .price_block .price_item.new {
    font-size: 56px;
    line-height: 56px;
    color: #ffa500;
}

.offer_section .input,
.offer_section .select,
.form-control {
    display: block;
    margin: 0 auto 15px;
    padding: 0 20px;
    width: 400px;
    height: 76px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.offer_section .select {
    background-image: url(../images/offer__select_arrow.png);
    background-position: 356px center;
    background-repeat: no-repeat;
}

.offer_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input::-moz-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.offer_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}

.discount_text {
    padding: 14px 0px 44px;
    background: #ba3c4e;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

/* benefits */

.benefits_section {
    padding: 25px 0 0;
}

.benefits_section h2 {
    margin: 0 5px 25px;
    font-size: 27px;
    line-height: 34px;
    color: #ba3c4e;
    text-transform: uppercase;
    text-align: center;
}

.benefits_section .benefit_item h4 {
    padding: 10px 20px;
    background: #190233;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.benefits_section .benefit_wrapper {
    display: table;
    width: 100%;
}

.benefits_section .benefit_wrapper .image_block {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
}

.benefits_section .benefit_wrapper img {
    display: block;
}

.benefits_section .benefit_wrapper .text_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

/* catalog */

.catalog_section {
    padding: 25px 25px 30px;
    background: #f3efdf url(../images/bg_light_brown.jpg);
}

.catalog_section h2 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.catalog_section .products_list.hide {
    height: 0;
    overflow: hidden;
}

.catalog_section .models_types {
    margin: 0 auto 32px;
    width: 230px;
}

.catalog_section .models_types li {
    float: left;
    width: 50%;
    height: 42px;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 #cacaca;
    -moz-box-shadow: 0 2px 0 #cacaca;
    box-shadow: 0 2px 0 #cacaca;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.catalog_section .models_types li.active {
    background: #190233;
    -webkit-box-shadow: 0 2px 0 #a68e71;
    -moz-box-shadow: 0 2px 0 #a68e71;
    box-shadow: 0 2px 0 #a68e71;
    color: #fff;
}

.catalog_section .product_item {
    margin: 0 0 20px;
    padding: 0 0 34px;
    border: 1px solid #d2c4b4;
    background: #fff;
    position: relative;
}

.catalog_section .product_item:last-child {
    margin: 0;
}

.catalog_section .slider img {
    display: block;
    margin: 0 auto;
}

.catalog_section .owl-prev,
.catalog_section .owl-next {
    top: 50%;
    margin-top: -25px;
}
.sizes_block ul {
    margin: 0 auto;
    display: inline-block;
}
.product_item {
    text-align: center;
}
.catalog_section .owl-prev {
    left: -26px;
}

.catalog_section .owl-next {
    right: -26px;
}

.catalog_section .discount {
    padding: 0 0 0 0px;
    width: 88px;
    height: 58px;
    background: #ba3c4e;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
}

/* .catalog_section .discount:before {
	display: block;
	content: '';
	border-top: 58px solid #ba3c4e;
	border-right: 10px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -10px;
} */

.catalog_section .info_block {
    margin: 0 auto 20px;
    width: 400px;
}

.catalog_section .title_block h4 {
    margin: 0 0 2px;
    font-size: 24px;
    line-height: 26px;
    color: #222;
    font-weight: bold;
    margin: 20px 0;
}

.catalog_section .title_block p {
    color: #777;
}

.catalog_section .price_item.old {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 26px;
    color: #222;
    text-decoration: line-through;
}

.catalog_section .price_item.new {
    font-weight: 700;
    font-size: 24px;
    color: #ba3c4e;
}

.catalog_section .list_block {
    margin: 0 auto 20px;
    width: 350px;
}

.catalog_section .list_block p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px;
    color: #777;
}

.catalog_section .list_block li {
    float: left;
    margin: 0 4px 0 0;
    width: 26px;
    height: 26px;
}

.catalog_section .list_block li:last-child {
    margin: 0;
}

.catalog_section .sizes_block li {
    margin-right: 2px;
    background: #36393e;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.catalog_section .colors_block li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.catalog_section .colors_block li.black {
    background: #000;
}

.catalog_section .colors_block li.blue {
    background: #43496d;
}

.catalog_section .colors_block li.brown {
    background: #7e4f47;
}
.catalog_section .colors_block li.grey {
    background: #6e6568;
}
.catalog_section .colors_block li.beige-dark {
    background: #975e41;
}
.catalog_section .colors_block li.beige-light {
    background: #daab7f;
}

.catalog_section .product_item .button {
    width: 350px;
    height: 66px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    line-height: 66px;
}

/* stars */

.stars_section {
    padding: 25px;
    background: #36393e;
}

.stars_section h2 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 34px;
    color: #e5c49c;
    text-transform: uppercase;
    text-align: center;
}

.stars_section .slider p {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.stars_section .owl-prev,
.stars_section .owl-next {
    top: 135px;
}

.stars_section .owl-prev {
    left: -25px;
}

.stars_section .owl-next {
    right: -25px;
}

/* reviews */

.reviews_section {
    padding: 25px;
    background: #f3efdf url(../images/bg_light_brown.jpg);
    text-align: center;
}

.reviews_section h2 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 42px;
    color: #ba3c4e;
    text-transform: uppercase;
    text-align: center;
}

.reviews_section .review_item img {
    display: block;
    margin: 0 auto;
    width: 310px;
}

.reviews_section .author_info {
    margin: 16px 0 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
    top: 93px;
}

.reviews_section .owl-prev {
    left: -25px;
}

.reviews_section .owl-next {
    right: -25px;
}

/* order info */

.order_info_section {
    padding: 25px 20px;
}

.order_info_section h2 {
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
}

.order_info_section .info_item {
    margin: 0 0 25px;
}

.order_info_section .info_item:last-child {
    margin: 0;
}

.order_info_section .info_item img {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.order_info_section .info_item .text_block {
    float: left;
    width: 360px;
}

.order_info_section .info_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #190233;
    text-transform: uppercase;
}

/* footer */

.footer_section {
    padding: 25px 0;
    background: #1c1e23;
    font-size: 14px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}
.footer_section {
    color: #ccc;
}
.footer_section a {
    color: #ccc;
}

.table-wrap {
    padding: 0px 25px 30px;
}

.table-wrap h2 {
    padding: 0px 0 15px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 99%;
}

.table-wrap p {
    text-align: center;
    font-size: 14px;
}

.table {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}

.table thead tr th:first-child,
.table tbody tr td:first-child {
    border-left: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    padding: 10px 15px;
    color: #3a3a3a;
}
.table thead tr th:first-child,
.table tbody tr td:first-child {
    border-left: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 175%;
    text-align: center;
    padding: 10px 15px;
    color: #3a3a3a;
}
.table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 12px 2px;
    background: #eaeaea;
    font-weight: 600;
    font-size: 17px;
    line-height: 99%;
    text-align: center;
    color: #3a3a3a;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table thead tr th:last-child,
.table tbody tr td:last-child {
    border-right: none;
}

.table tbody tr:nth-child(even) {
    background: #eaeaea;
}

.table tbody td {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 14px 10px 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #3a3a3a;
    vertical-align: top;
}

#marketing-footer-buttons > button {
    color: #ccc;
}

.t {
    background: #c0392b;
    color: #fff;
    text-align: center;
    padding: 18px;
    font-size: 40px;
    font-weight: 800;
}

.count {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 19px;
}

.count__value {
    background: linear-gradient(to top, #a32839 0%, #dd5064 100%);
    border-radius: 8px;
    padding: 4px;
}


/* NEW code */

.body-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
}

.main-button-container {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.55) 40%, hsla(0, 0%, 100%, 0.8) 87%);
    z-index: 1;
    position: fixed;
    width: 100%;
    padding: 35px 0 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.main-button {
    background-color: #007bff;
    color: #ffffff;
    border-color: transparent;
    font-size: 16px;
    position: static;
    width: auto;
    height: 52px;
    min-height: 43px;
    min-width: 300px;
    max-width: 100%;
    border-radius: 24px;
}

.main-button:hover {
    background: #0063cc;
    cursor: pointer;
}

.landing-container {
    max-width: 880px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
}

@media (max-width: 818px) {
    .landing-container {
        max-width: 500px;
    }
}

.landing-block {
    width: 100%;
    padding: 15px 0;
}

.landing-block_text {
    text-align: center;
}

.landing-block h1,
h2,
h3,
p,
li {
    padding: 0 5px;
}

.landing-block_text h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.landing-block_text p {
    font-size: 18px;
    line-height: 26px;
}

.landing-block_text ul {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    margin-left: 1.4rem;
    padding: 0;
}

.landing-block_img {
    max-width: 752px;
}

.landing-block_img img {
    border-radius: 10px;
    width: 100%;
}

/* footer */

.footer_section {
    padding: 25px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.footer_section p {
    margin: 0;
}

/* footer */

/* quiz */

.quiz {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
}

.display-none {
    display: none;
}

.quiz-container {
    /* display: flex; */
    display: none;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.quiz-container fieldset {
    padding: 0;
}

.quiz-question {
    padding: 30px 30px 10px;
    font-size: 28px;
    line-height: 1.2;
}

.answer-variants-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    grid-gap: 16px;
    padding-bottom: 6px;
    padding: 10px 30px 0;
}

@media (max-width: 767px) {
    .answer-variants-group {
        grid-template-columns: 1fr;
    }
}

.answer-variant {
    display: flex;
    border-radius: 5px;
    border: solid 1px rgba(217, 216, 230, 0.55);
    padding: 0.8rem 1rem;
    cursor: pointer;
}

.answer-variant:hover {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(214, 214, 214, 1);
    box-shadow: 2px 2px 5px 0px rgba(214, 214, 214, 1);
}

.answer-variant label {
    padding-left: 1rem;
    display: block;
    height: 100%;
    cursor: pointer;
    user-select: none;
}

.answer-variant input {
    cursor: pointer;
    /* user-select: none; */
}

.quiz-button-container {
    position: absolute;
    bottom: 0;
    width: calc(100% - 0px);
    display: flex;
    justify-content: center;
    gap: 150px;
    padding: 26px 30px 30px;
    border-top: solid 1px #d6d6d6;
    background-color: #272727;
}

.quiz-button {
    font-size: 16px;
    height: 43px;
    padding: 0 22px;
    font-weight: 500;
    overflow: hidden;
    color: white;
    background-color: #a32839;
    box-shadow: 0 3px 10px 0 #a32839;
    border-radius: 24px;
    border: none;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    cursor: not-allowed;
    content: '+';
}

@media (max-width: 245px) {
    .quiz-button {
        padding: 0 19px;
    }
    .quiz-button span {
        display: none;
    }
    .quiz-button-next:after {
        content: '›';
    }
    .quiz-button-back:after {
        content: '‹';
    }
}
/* quiz */

/* final-page */

.final-page-container {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
}

.final-page-text-container {
    max-width: 635px;
    padding: 1.5rem 1rem 1.6rem;
}

.final-page-text-container h1 {
    margin-bottom: 1.2rem;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.final-page-form-container {
    padding: 29px 35px 19px;
    border-radius: 3px;
    -webkit-box-shadow: 0 9px 40px 0 #d6d6d6;
    box-shadow: 0 9px 40px 0 #d6d6d6;
    border: solid 1.2px #d6d6d6;
    background-color: #f0f0f0;
    max-width: 500px;
    width: 100%;
}

@media (max-width: 625px) {
    .final-page-form-container {
        border: none;
        box-shadow: none;
        background-color: transparent;
    }

    .final-page-form-container input {
        margin: 0 16px;
    }

    .final-page-form-container button {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }

    .products_count label {
        color: white !important;
    }

}

.final-page-form-container form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.final-page-form-container input {
    height: 48px;
    border: solid 1.2px var(--color-bg-3, #b1b5be);
    color: #000000;
    background: none;
    border-radius: 4px;
    font-weight: 500;
    padding: calc(0.375em - 1px) calc(0.625em - 1px);
    padding-left: 3.4rem;
}

.final-page-form-container a {
    text-decoration: none;
    color: #007bff;
}

.final-page-form-container a:hover {
    text-decoration: underline;
    color: gray;
}

.final-page-form-container .field[name='name'] {
    background: #ebebeb url(../images/name-icon.png) 22px center no-repeat;
}

.final-page-form-container .field[name='phone'] {
    background: #ebebeb url(../images/phone-icon.png.png) 20px center no-repeat;
}

.final-page-form-container button {
    margin-top: 10px;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    font-weight: 400;
    color: white;
    background-color: #a32839;
    box-shadow: 0 3px 15px 0 #a32839;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 24px;
    border: none;
    line-height: 1.3rem;
    cursor: pointer;
}

.final-page-form-container button:hover {
    background-color: #0063cc;
}

.final-page-container p {
    font-size: 18px;
    line-height: 26px;
}

.quiz-textarea {
    width: 100%;
    height: 100px;
    resize: none; /* Запрет на изменение размера */
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.quiz-textarea:focus {
    border-color: #66afe9;
    outline: none;
}

.quiz-textarea.error {
    border-color: red;
}

.quiz {
    display: none;
}

.fade-in {
    animation: fadeInAnimation 0.5s ease;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

