* {
    box-sizing: border-box;
    font-family: "Futura PT";
}

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%;
    vertical-align: baseline;
    text-decoration: none;
    text-transform: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;

}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a:focus {
    outline: none !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:root {
    --accent: #FF8311;
    --back: #FFF6EC;
    --first-main: #F6F6F6;
    --light: #FAFAFA;
    --dark-detail: #909090;
    --grey-ob: #E8E8E8;
    --dark-grey-ob: #B0B0B0;
    --footer-back: #F17E4C;
    --main-text: #151515;
    --sub-title: #444;
    --signature: #CBB399;
    --temno-seryy-detali: #909090;
    --shadow-white: 0px 3px 21px 0px rgba(78, 53, 26, 0.06);
}

body {
    background-color: var(--back);
}

section {
    padding: 80px 0;
}

section.white-block {
    background-color: #fff;
    opacity: 1;
}

section.first-screen {
    padding-top: 30px;
    overflow: hidden;
}

.logo {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.logo-attr {
    color: var(--main-text);
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 97.2%;
    /* 18.468px */
    position: relative;
    margin-left: 26px;
}

.logo-attr::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--main-text);
}

.header__links a {
    color: var(--main-text);
    font-size: 21px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

.header__links a:nth-child(2) {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__button button {
    padding: 17px 44px;
    background: transparent;
    border: 1px solid var(--main-text);
    border-radius: 10px;
    transition: .3s all;

}

.header__button button span {
    color: var(--main-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    /* 15.2px */
    transition: .3s all;

}

.header__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__button {
    text-align: right;

}

.header__button:hover button {
    background: var(--accent);
    border: 1px solid var(--accent);
}

.header__button:hover span {
    color: #fff;
}

.header {
    border-radius: 20px;
    background: #fff;
    /* Тени на 1 экране */
    box-shadow: 0px 3px 14px 0px #F9E6D0;
    padding: 15px 15px 15px 15px;
    margin: 20px 0 20px 0;

}

.my-max svg {
    width: 34px;
    height: 34px;
}

.main-title {
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 57.75px */
    letter-spacing: -1.1px;
    text-transform: uppercase;
    color: var(--main-text);
    max-width: 880px;
    margin: 0 auto 17px auto;
}

.main-title span {
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -1.1px;
    text-transform: uppercase;
    color: var(--accent);
}

.first-screen__atrs {
    text-align: center;
    margin-bottom: 45px;
}

.atrs_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
}

.atrs_item {
    color: var(--sub-title);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 21px */
    position: relative;
}

.atrs_item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -33px;
    top: 11px;
    border-radius: 50%;
    background-color: var(--dark-detail);
    width: 5px;
    height: 5px;
}

.first-screen__card {
    border-radius: 20px;
    background: #FFF;
    padding: 30px;
    display: flex;
    align-items: center;
    /* margin-right: 66px; */
}

.card-icon {
    margin-right: 15px;
}

.card-icon img {
    min-width: 46px;
}

.card-text {
    color: var(--main-text);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 20.4px */
}

.first-screen__image {
    position: relative;
}

.first-screen__image::before {
    content: '';
    background: url(../images/Background-first.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    scale: 2;
    z-index: -1;

}

.first-screen__element {
    margin-bottom: 70px;
}

.first-screen__image img {
    margin: 0 auto;
}

.fs-btn {
    padding: 18px 44px;
    border: 1px solid var(--accent);
    outline: none;
    border-radius: 10px;
    display: flex;
    min-width: 280px;
    align-items: center;
    justify-content: center;
}

.fs-btn span {
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}

button svg {
    margin-left: 15px;
}

.stroke-btn {
    background: transparent;
    transition: .3s all;
}

.stroke-btn span {
    transition: .3s all;
}

.fill-btn {
    background: var(--accent);
    transition: .3s all;
}

.fill-btn:hover {
    background-color: var(--back);

}

.fill-btn:hover span {
    color: var(--accent);
}

.fill-btn svg path {
    transition: .3s all;
}

.fill-btn:hover svg path {
    fill: var(--accent);
}

.stroke-btn span {
    color: var(--accent);
}

.stroke-btn:hover span {
    color: var(--dark-detail);
}

.stroke-btn:hover {
    border: 1px solid var(--dark-grey-ob);
}

.fill-btn span {
    transition: .3s all;
    color: #fff;
}

.first-screen__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sub-title {
    color: var(--main-text);
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    /* 47.25px */
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.sub-title span {
    color: var(--accent);
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -0.9px;
    text-transform: uppercase
}

.advantages .sub-title {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.advantages__adv-list {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}

.adv-item {
    border-radius: 20px;
    background-color: var(--first-main);
    padding: 30px 45px;
    display: flex;
    align-items: center;
}

.adv-item__icon {
    margin-right: 20px;
}

.adv-item__text-part--title {
    color: var(--main-text);
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: 103%;
    /* 30.9px */
    margin-bottom: 3px;
}

.adv-item__text-part--text {
    color: var(--sub-title);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 103%;
    /* 17.51px */
}

.advantages-images {
    height: 100%;
}

.advantages-images img {
    width: 100%;
    border-radius: 20px;
    height: 100%;

}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.product-item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-white);
    padding: 45px;
    position: relative;
    margin-left: 103px;
}

.product-item::before {
    content: attr(data-number);
    width: 49px;
    height: 49px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -86px;
    top: 17px;
    border-radius: 50%;
    background-color: var(--accent);
    z-index: 2;
    color: var(--, #FFF);
    text-align: center;
    font-family: Futura PT;
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: 105%;
    letter-spacing: -0.5px;
}

.product-item::after {
    content: '';
    width: 83px;
    height: 83px;
    position: absolute;
    left: -103px;
    top: 0;
    border-radius: 50%;
    background-color: #FF83111F;
    z-index: 1;
}

.product-title {
    color: var(--main-text);
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: 98%;
    /* 29.4px */
    margin-bottom: 13px;
}

.product-desc {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: var(--main-text);
    margin-bottom: 30px;
}

.product-button {
    border-radius: 10px;
    border: 1px solid var(--accent);
    background: #FFF;
    padding: 18px 41px;
    transition: .3s all;
    min-width: 206px;
}

.product-button:hover {
    background-color: var(--accent);
    border: 1px solid var(--accent);
}

.product-button:hover span {
    color: #fff;
}

.product-button svg path {
    transition: .3s all;
}

.product-button:hover svg path {
    fill: #fff;
}

.product-img {
    position: sticky;
    top: 0;
}

.product-img img {
    width: 100%;
}

.standart h2 {
    max-width: 682px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.standart p {
    margin-bottom: 25px;
    font-family: Futura PT;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    color: var(--main-text);
}

.standart-img img {
    width: 100%;

}

.standart-img {
    top: 0px;
    position: sticky;
}

.quiz h2 {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.information_text-block p {
    margin-bottom: 17px;
    color: var(--main-text);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    /* 21.25px */
}

.information_text-block p:last-child {
    margin-bottom: 0;
}

.information_text-block ul,
.standart ul {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 30px;
}

.information-image {
    height: 100%;
}

.information-image img {
    height: 100%;
}

.information_text-block ul li,
.standart ul li {
    color: #151515;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    /* 21.25px */
}

.standart ul li span {
    color: #151515;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.information-image img {
    margin-left: auto;
}

.information .sub-title {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 45px;
}

.slide-image img {
    width: 100%;
    height: 100%;
}

.example {
    overflow: hidden;
}

.example-slider .slick-list.draggable {
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.example-slider .slide {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.example-slider .slick-dots {
    bottom: -73px;
}

.slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    z-index: 2;
    position: relative;

}

.prev:hover circle,
.next:hover circle {
    fill: var(--accent);
    stroke: var(--accent);
    cursor: pointer;

}

.prev:hover path,
.next:hover path {
    stroke: #fff;
    cursor: pointer;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 7px;
    opacity: 0.3;
    color: var(--dark-grey-ob);
}

.slick-dots li.slick-active button:before {
    color: var(--accent);
    opacity: 1;
}

.payment .product-list {
    height: 100%;
    justify-content: space-between;
}

.payment .product-desc {
    margin-bottom: 0;
}

.payment .product-item {
    min-height: 203px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.payment .product-item::before {
    content: url('../images/ic_round-done.svg');
    font-size: 24px;
}

.payment-image {
    height: 100%;
}

.payment-image img {
    width: 100%;
    height: 100%;
}

.sub-title-low {
    color: var(--dark-detail);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 22.05px */
}

.delivery-card {
    border-radius: 20px;
    background-color: var(--first-main);
    padding: 35px 45px;
    height: 100%;
}

.delivery-card__title {
    color: var(--main-text);
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: 105%;
    margin-bottom: 8px;
}

.delivery-card__text {
    color: var(--sub-title);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    /* 21.25px */
}

.delivery h2 {
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.sub-title-low {
    text-align: center;
    margin-bottom: 43px;
}

.form .sub-title-low {
    margin-bottom: 30px;
}

.questions__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.questions__item {
    border-radius: 30px;
    background: #FFF;
}

.questions__item__quest {
    display: flex;
    padding: 20px 40px;
    /* padding-bottom: 22px; */
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.questions__item__quest:hover p {
    color: var(--accent);
}

.questions__item__quest:hover svg circle {
    fill: var(--accent);
    stroke: var(--accent);
}

.questions__item__quest:hover svg path {
    fill: white;

}

section {
    opacity: 0;
    transition: 0.5s all;
}

.form.white-block {
    padding-bottom: 100px;
}

section.loaded {
    opacity: 1;
}

/* .questions__item__quest.active svg.open, .questions__item__quest svg.close {
    display: block;
}
.questions__item__quest.active svg.close, .questions__item__quest svg.open {
    display: none;
} */

.questions__item__quest svg.open {
    display: none;
}

.questions__item__quest svg.close {
    transition: 0.5s all;
}

.questions__item__quest svg.close.active {
    transform: rotate(180deg);
}

.questions__item__quest svg.close.active circle {
    fill: var(--accent);
    stroke: var(--accent);
}

.questions__item__quest svg.close.active path {
    fill: #fff;

}

.questions__item__quest p {
    color: var(--main-text);
    font-size: 22px;
    line-height: 105%;
    font-style: normal;
    font-weight: 450;
}

.questions__item__answer {
    margin: 5px;
}

.questions__item__answer-container {
    padding: 30px 35px;
    border-radius: 26px;
    background-color: var(--light);
    /* margin: 5px; */
}

.questions__item__answer-container p {
    color: var(--main-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 22.5px */
}

footer {
    background-color: var(--footer-back);
    padding: 80px 0 30px 0;
}

.footer-info {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 3px 14px 0px rgba(33, 47, 99, 0.12);
    padding: 25px 0 45px 0;
}

.footer-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.footer-item {
    display: flex;
    align-items: center;
    padding: 20px 45px;
}

.footer-item__title {
    display: flex;
    align-items: center;
    flex: 0 1 45%;
}

.footer-item__title svg {
    margin-right: 15px;
}

.table {
    width: 1216px;
    box-shadow: var(--shadow-white);
    margin: 0 auto;
    border-radius: 20px;

}

.first-row {
    background-color: var(--dark-detail) !important;
}

.table .first-row>td {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    /* 16.66px */

}

.table tr td:not(:last-child) {
    border-right: 1px solid var(--grey-ob);
}

.table tr.first-row td:not(:last-child) {
    border-right: 1px solid #FFFFFF33;
}

.table tr:not(.first-row) td {
    color: var(--main-text);
    font-family: Futura PT;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    /* 18.62px */
}

.table tr:not(.first-row) td:first-child {
    color: var(--main-text);
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 450;
    line-height: 98%;
    /* 18.62px */
}

.table tr:nth-child(even) {
    background-color: white;
}

.table tr:nth-child(odd) {
    background-color: var(--first-main);
}

.table td {
    text-align: center;
    padding: 25px 0;
    width: 320px;
}

.price {
    position: relative;
    overflow: hidden;
}

.price::before {
    content: "";
    background: url(../images/Background-first.png) center center / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    scale: 2;
    top: 30px;
    z-index: -1;
}

.footer-item__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-item__link>a {
    color: var(--main-text);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
    /* 21.357px */
}

.footer-item__title p {
    color: var(--dark-detail);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
    /* 18.306px */
}

.footer-social {
    display: flex;
    align-items: center;
    padding: 0 45px;
    position: relative;
}

.footer-social::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 45px;
    height: 1px;
    width: 79%;
    background-color: #F0F0F0;
}

.footer-social p {
    color: var(--dark-detail);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
    /* 17.289px */
    margin-right: 20px;
}

.footer-list .footer-item:nth-child(even) {
    background-color: var(--first-main);
}

.footer-social-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-item svg {
    width: 45px;
    height: 45px;
}

.footer-map iframe {
    border-radius: 21px;
}

.form-container {
    background-color: var(--back);
    padding: 50px 15px 50px 15px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.form-modal input {
    border-radius: 10px;
    background: #FFF;
    padding: 15px 20px;
    border: none;
    outline: none;
}

.modal-body {
    z-index: 2;
    padding: 0;
}

.inline-form {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.inline-form label,
.modal-form label {
    display: flex;
    align-items: flex-start;
    flex-direction: column;

}

.inline-form label span {
    color: var(--sub-title);
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 17.85px */
    letter-spacing: -0.34px;
    margin-bottom: 8px;

}

.inline-form label input {
    border-radius: 10px;
    background: #FFF;
    padding: 15px 20px;
    border: none;
    outline: none;
    min-width: 240px;
}

.inline-form label input::placeholder {
    color: var(--dark-detail);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 20.4px */
}

.inline-form label input[type=submit] {
    border-radius: 10px;
    background: var(--accent);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 95.7%;
    /* 15.312px */
    padding: 18px 0;
    border: 1px solid var(--accent);

}

.wa-txt {
    color: var(--main-text);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
    /* 22.374px */
}

.form-info,
.form-info a {
    color: var(--signature);
    text-align: center;
    font-family: Futura PT;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 17.85px */
    letter-spacing: -0.34px;
}

.form-container .sub-title {
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.form-container>* {
    z-index: 2;
    position: relative;
    transition: .5s all;
}

.form-container::before {
    content: "";
    background: url(../images/bg2.png) center center / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

.form-container .sub-title-low {
    color: var(--sub-title);
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
    /* 22.374px */
}

.inline-form input[type=submit]:hover {
    background-color: transparent;
    color: var(--accent);
    border: 1px solid var(--accent);
}

.modal-content {
    border-radius: 20px;
    background: #fff;
    padding: 57px;
}

.modal-title {
    color: var(--main-text);
    text-align: center;
    font-family: Futura PT;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 102.2%;
    /* 41.902px */
    text-transform: uppercase;
    margin-bottom: 15px;
}

.modal-title span {
    color: var(--accent);
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: 102.2%;
    /* 41.902px */
    text-transform: uppercase;
}

.modal-header {
    padding: 0;
    flex-direction: column;
    border: none;
    margin-bottom: 30px;
    z-index: 2;
}

.modal-description {
    color: #434343;
    text-align: center;
    font-family: Futura PT;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 22.05px */

}

.modal .modal-content {
    background-color: var(--back);
    overflow: hidden;
}

.modal-header .close {
    color: #4b4b4b;
    opacity: 1;
    font-weight: 300;
    font-size: 31px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 18px; */
    position: absolute;
    top: 25px;
    right: 25px;
    border: none;
    background: transparent;
}

.form-modal label {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.form-modal label span {
    margin-bottom: 10px;
    color: #4B4B4B;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 17.85px */
    letter-spacing: -0.34px;
}

.form-modal input[type=submit] {
    border-radius: 10px;
    border: 1px solid var(--accent);
    background: #FF8311;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 450;
    padding: 20px 0;
    line-height: 95.7%;
    /* 16.269px */
    transition: .4s all;
}

.form-modal input[type="submit"]:hover {
    background: transparent;
    color: var(--accent);
}

.form-modal input[type="submit"]:active {
    background: var(--accent);
    color: white;
}

.form-modal input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.under-form p,
.under-form a {
    color: #939393;
    text-align: center;
    font-family: Futura PT;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 17.85px */
    letter-spacing: -0.34px;
}

.modal-content::before {
    content: '';
    position: absolute;
    background-image: url(../images/modal-bg.png);
    inset: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #FFFFFF4D;
    color: #FFF;
}

.footer__bottom-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.footer__bottom-links a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
}

.footer__bottom>* {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 101.7%;
    /* 18.306px */
}

.footer__bottom-links>a:hover {
    color: #FFF;
    text-decoration: underline;
}

.useful-articles-slider .slick-track {
    display: flex;
    justify-content: start;
    margin: 0;
}

.useful-articles-slider .slick-list {
    display: flex;
}

.useful-articles-slider .slick-list.draggable {
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.useful-articles-slider .useful-articles-slide {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.useful-articles-slider .slick-dots {
    bottom: -73px;
}

.article-card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 3px 21px 0 rgba(78, 53, 26, 0.06);
    background: #fff;
    overflow: hidden;
    height: 100%;
}

.article-card__header img {
    width: 100%;
    object-fit: cover;
}

.article-card__body {
    padding: 30px 45px 45px 45px;
}

.article-card__data {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--temno-seryy-detali);
}

.article-card__title {
    font-weight: 450;
    font-size: 25px;
    line-height: 90%;
    color: var(--main-text);
}

.useful-articles-slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    z-index: 2;
    position: relative;
}

.useful-articles-slider-controls__dots .slick-dots {
    position: static;
    display: flex;
    justify-content: center;
}

@media(max-width:1213px) {}

@media(max-width:1399px) {
    .first-screen__card {
        margin-right: 0;
    }

    .price-tabel {
        overflow-x: scroll;

    }

    @media (min-width: 1200px) {
        .header__links {
            white-space: nowrap;
            gap: 30px;
            justify-content: center;
        }
    }
}

@media(max-width:1199px) {
    .header__links a {
        font-size: 18px;
    }

    .information-image img {
        margin: auto;
        width: 100%;
        height: 100%;
    }

}

@media(max-width:991px) {
    .header__logo {
        justify-content: center;
        margin-bottom: 30px;
    }

    .inline-form {
        flex-wrap: wrap;
    }


    .first-screen__card {
        justify-content: center;
    }

    .first-screen__element {
        margin-bottom: 45px;
    }

    .modal-title {
        font-size: 34px;
        margin-top: 20px;
    }

    .first-screen__card {
        padding: 25px;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 15px;
    }
}

@media(max-width:767px) {

    .header__button {
        text-align: center;
    }

    .footer-item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-item__title {
        flex: 1 1 auto;
        flex-direction: column;
        gap: 10px;
    }

    .footer-item__title svg {
        margin-right: 0;
    }

    .footer__bottom-links {
        flex-direction: column;
    }

    .slider-buttons {
        gap: 120px;
    }

    .header__links {
        /* display: none; */
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-social {
        justify-content: center;
    }
}

@media(max-width:575px) {

    .product-item::before,
    .product-item::after,
    .payment .product-item::before {
        content: none;
    }

    .payment .product-list {
        gap: 15px;
    }

    .header>* {
        padding: 0 !important;
    }

    .logo img {
        min-width: 115px;
    }

    .modal-content {
        padding: 27px;
    }

    .inline-form input,
    .inline-form label {
        width: 100%;
    }

    .main-title {
        font-size: 32px;
    }

    .atrs_item:not(:last-child)::after {
        right: -26px;
    }

    .atrs_list {
        gap: 45px;
    }

    .product-item {
        margin-left: 0;
        /* margin-top: 85px; */
    }

    .product-item::before {
        top: -79px;
        left: 16px;
    }

    .product-item::after {
        top: -95px;
        left: 0;
    }

    .standart-img img {
        min-height: 170px;
    }

    .sub-title {
        font-size: 32px;
    }

    .header__button button {
        padding: 15px 0;
        width: 155px;
        max-width: 100%;
    }

    .logo-attr::before {
        top: 11px;
        height: 50%;
    }

    .logo-attr {
        max-width: 151px;
        /* margin-left: auto; */
    }

    .header__button {
        text-align: left;
    }

    .header__links {
        align-items: flex-end;
        margin-right: 20px;
    }

    .header {
        padding: 15px;
    }

    .header__links a {
        margin-left: auto;
        min-width: 137px;
    }

    .inline-form {
        padding: 0 15px;
    }

    .header__links a {
        font-size: 16px;
    }

    .header__links a:nth-child(2) {
        font-size: 16px;
        white-space: nowrap;
        font-weight: 450;
    }

    .footer__bottom-links a {
        font-size: 16px;
    }

    .footer__bottom>* {
        font-size: 16px;
    }
}