html[dir=rtl] input[type=tel][name=phone] {
    direction: ltr;
    text-align: end
}

.js-error-validation {
    animation: error-validation .8s 6 alternate;
    -o-animation: error-validation .8s 6 alternate;
    -moz-animation: error-validation .8s 6 alternate;
    -webkit-animation: error-validation .8s 6 alternate
}

@keyframes error-validation {
    from {
        box-shadow: none
    }

    to {
        box-shadow: 0 0 5px 3px red
    }
}

.js-pop-up-error-validation {
    position: fixed;
    top: 20px;
    text-align: center;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    pointer-events: none
}

.js-pop-up-error-validation>p {
    direction: ltr;
    display: inline-block;
    background-color: #f6394d;
    padding: 2rem 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
    margin: 0
}

@media (min-width:560px) {
    .js-pop-up-error-validation>p {
        font-size: 1.6rem
    }
}

@media (min-width:900px) {
    .js-pop-up-error-validation>p {
        font-size: 1.8rem
    }
}

@media (min-width:1400px) {
    .js-pop-up-error-validation>p {
        font-size: 1.9rem
    }
}

.js-error-message-validation {
    color: red;
    font-size: 1.2rem;
    margin: -5px auto 10px;
    direction: ltr
}


@import "https://fonts.googleapis.com/css?family=Hepta+Slab:800&display=swap";
@import "https://fonts.googleapis.com/css?family=Source+Serif+4:regular,500,700,italic,700italic&display=swap";
@import "https://fonts.googleapis.com/css?family=Libre+Franklin:regular,500,700,800&display=swap";
@import "https://fonts.googleapis.com/css?family=Mulish:500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Montserrat:500&display=swap";

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.pt-35 {
    padding-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.pr-35 {
    padding-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.pr-45 {
    padding-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-75 {
    margin-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.pr-75 {
    padding-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-100 {
    margin-top: 100px
}

.pt-100 {
    padding-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.pr-100 {
    padding-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pl-100 {
    padding-left: 100px
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.maxw-5 {
    max-width: 5%
}

.maxh-5 {
    max-height: 5%
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.maxw-10 {
    max-width: 10%
}

.maxh-10 {
    max-height: 10%
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.maxw-15 {
    max-width: 15%
}

.maxh-15 {
    max-height: 15%
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.maxw-20 {
    max-width: 20%
}

.maxh-20 {
    max-height: 20%
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.maxw-25 {
    max-width: 25%
}

.maxh-25 {
    max-height: 25%
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.maxw-30 {
    max-width: 30%
}

.maxh-30 {
    max-height: 30%
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.maxw-35 {
    max-width: 35%
}

.maxh-35 {
    max-height: 35%
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.maxw-40 {
    max-width: 40%
}

.maxh-40 {
    max-height: 40%
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.maxw-45 {
    max-width: 45%
}

.maxh-45 {
    max-height: 45%
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.maxw-50 {
    max-width: 50%
}

.maxh-50 {
    max-height: 50%
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.maxw-75 {
    max-width: 75%
}

.maxh-75 {
    max-height: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.maxw-100 {
    max-width: 100%
}

.maxh-100 {
    max-height: 100%
}

html {
    font-size: 10px;
    height: 100%
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 60px;
    padding-bottom: 180px
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

.main-with-sitebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-with-sitebar main {
    width: calc(66.66% - 5px)
}

.main-with-sitebar aside {
    width: calc(33.33% - 20px);
    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
}

.main-with-sitebar aside>div {
    width: 100%
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #ddd
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #000
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .6)
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Serif 4";
    background-color: #fff
}

[class*=__container] {
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%
}

html {
    height: inherit
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit
}

button {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    font-family: inherit
}

input,
textarea {
    border: 0;
    padding: 0;
    background-color: inherit
}

.header {
    border-bottom: 1px solid rgba(0, 0, 0, .16)
}

.header__container {
    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;
    padding-block: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.header__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.header__start-burger {
    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: 24px;
    height: 24px
}

.header__start-burger svg {
    stroke: #000
}

.header__start-logo {
    font-family: "Hepta Slab";
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #000
}

.header__start-logo span {
    color: #6b0606
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.header__menu ul li a {
    font-family: "Libre Franklin";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.header__menu ul li a span {
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s
}

.header__menu ul li a svg {
    stroke: #000;
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.header__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.header__end-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.header__end-action a {
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: #6b0606;
    -webkit-transition: text-shadow .3s;
    transition: text-shadow .3s
}

.header__end-search {
    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
}

.header__end-search a {
    width: 24px;
    height: 24px
}

.header__end-search a svg {
    stroke: #421934
}

.main {
    padding-top: 32px
}

.main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px
}

.title {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400
}

[dir=rtl] .title {
    font-family: "Mulish";
    font-weight: 800
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.article__intro {
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    padding-bottom: 24px
}

.article__intro-breadcrumbs p {
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: #6b0606
}

.article__intro h1 {
    font-family: "Libre Franklin";
    font-weight: 800;
    font-size: 48px;
    line-height: 108%;
    letter-spacing: -.01em;
    color: #000
}

.article__intro h1 span {
    color: #6b0606
}

.article__intro-text p {
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(0, 0, 0, .8)
}

.article__intro-image {
    overflow: hidden;
    border-radius: 4px;
    margin-top: 24px
}

.article__intro-image img {
    width: 100%
}

.article__intro-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.article__intro-author img {
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%
}

.article__intro-author ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article__intro-author ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    color: rgba(0, 0, 0, .6)
}

.article__intro-author ul li:first-child {
    font-weight: 500;
    color: #000
}

.article__intro-author span {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
}

.aside__product {
    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;
    padding: 32px 20px;
    max-width: 312px;
    background-color: #fafafa;
    row-gap: 24px
}

.aside__product-title {
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -.01em;
    color: #333
}

.aside__product-img {
    max-width: 176px;
    width: 100%
}

.aside__product-img img {
    width: 100%
}

.aside__product-text p {
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #000
}

.aside__product-button {
    font-family: "Libre Franklin";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 8px;
    gap: 10px;
    width: 100%;
    height: 52px;
    background-color: #6b0606;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #fffafd
}

.aside__article {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .16)
}

.aside__article h3 {
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: -.01em;
    color: #000
}

.news-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.news-article__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 145px;
    border-radius: 4px;
    overflow: hidden
}

.news-article__image img {
    width: 100%;
    height: 100%;
    -webkit-transition: scale .7s;
    transition: scale .7s
}

.news-article__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.news-article__info h5 {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    color: #421934;
    -webkit-transition: color .3s;
    transition: color .3s
}

.news-article__info p {
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 16px;
    line-height: 123%;
    color: #6b0606
}

.news-article__info span {
    font-size: 13px;
    line-height: 123%;
    color: rgba(66, 25, 52, .62)
}

.blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px
}

.blog__question {
    font-weight: 700 !important
}

.blog__text p:not(:last-child) {
    margin-bottom: 30px
}

.blog__text p a {
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #2f80ed
}

.blog__image {
    border-radius: 4px;
    overflow: hidden;
    padding-block: 24px
}

.blog__image img {
    width: 100%
}

.blog__image-wrap {
    position: relative;
    width: 100%;
    min-height: 310px;
    padding-bottom: 64.2%;
    border-radius: 4px;
    overflow: hidden
}

.blog__image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.blog__image--prod {
    max-width: 195px;
    margin-inline: auto
}

.blog__image-descr {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    margin-top: 8px
}

.blog__quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-block: 24px
}

.blog__quote-image {
    width: 63px;
    height: 63px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog__quote-text {
    font-family: "Libre Franklin";
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -.01em;
    color: #000;
    -webkit-margin-start: 79px;
    margin-inline-start: 79px
}

.blog__quote-text:not(:last-child) {
    margin-bottom: 12px
}

.blog__quote-descr {
    color: rgba(0, 0, 0, .6);
    -webkit-margin-start: 79px;
    margin-inline-start: 79px
}

.blog__expert {
    padding-block: 12px
}

.blog__expert h2 {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 32px;
    line-height: 114%;
    letter-spacing: -.01em
}

.blog__expert h2:not(:last-child) {
    margin-bottom: 32px
}

.blog__expert h2 span {
    color: #6b0606
}

.blog__expert-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.blog__expert-image {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px
}

.blog__expert-image img {
    width: 100%
}

.blog__expert-info h2 {
    margin-bottom: 12px !important
}

.attention {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    background-color: #fafafa;
    border: 2px solid #6b0606;
    border-radius: 4px
}

.attention__title {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: -.01em;
    color: #6b0606
}

.attention__title:not(:last-child) {
    margin-bottom: 12px
}

.text {
    font-family: "Source Serif 4";
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #000
}

.benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    width: 100%;
    gap: 32px;
    padding-block: 16px
}

.benefits__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.benefits__card-image {
    width: 75px;
    height: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%
}

.benefits__card-image img {
    width: 100%
}

.benefits__card-text {
    line-height: 130% !important
}

.stat {
    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;
    row-gap: 24px
}

.stat__top-title {
    text-align: center;
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    letter-spacing: -.01em;
    color: #6b0606
}

.stat__top-title:not(:last-child) {
    margin-bottom: 12px
}

.stat__top-text {
    text-align: center;
    max-width: 650px
}

.stat__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
}

.card-stat {
    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
}

.card-stat__image {
    max-width: 160px;
    width: 100%
}

.card-stat__image:not(:last-child) {
    margin-bottom: 24px
}

.card-stat__image img {
    width: 100%
}

.card-stat h3 {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    letter-spacing: -.01em;
    color: #6b0606
}

.card-stat h3:not(:last-child) {
    margin-bottom: 12px
}

.card-stat p {
    text-align: center;
    line-height: 140% !important
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.order {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 850px;
    padding: 40px;
    background-color: #fafafa;
    border: 2px solid #6b0606;
    border-radius: 4px;
    margin-inline: auto
}

.order__top {
    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
}

.order__top:not(:last-child) {
    margin-bottom: 90px
}

.order__top h2 {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 28px;
    line-height: 114%;
    text-align: center;
    text-transform: uppercase;
    color: #6b0606
}

.order__top h2:not(:last-child) {
    margin-bottom: 8px
}

.order__top p {
    max-width: 770px;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    text-align: center
}

.order__wrap {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    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;
    row-gap: 16px;
    max-width: 617px;
    width: 100%;
    background: url(./form-bg.webp) 100% 100%/100% 100% no-repeat;
    padding-top: 68px;
    padding-bottom: 53px;
    padding-inline: 88px
}

.order__image {
    position: absolute;
    top: -17%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 118px
}

.order__image img {
    width: 100%
}

.order h3 {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #6b0606;
    max-width: 441px
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-family: "Rubik"
}

.price__old {
    font-weight: 700;
    font-size: 18px;
    position: relative
}

.price__old::before {
    content: "";
    position: absolute;
    width: 105%;
    height: 2px;
    top: calc(50% - 1px);
    left: -2.5%;
    background-color: #000
}

.price__new {
    font-weight: 700;
    font-size: 25px;
    color: #6b0606
}

.timer {
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    font-family: "Mulish", sans-serif
}

.timer__title {
    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;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.timer__title svg {
    width: 21px;
    height: 22px;
    fill: #6b0606
}

.timer__title h5 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 119%;
    font-weight: 700;
    text-align: center;
    color: #421934
}

.timer__wrap {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px
}

.timer__wrap .dots {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.timer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px
}

.timer__item-number {
    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;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-weight: 400;
    font-size: 28px;
    line-height: 94%;
    color: #fff
}

.timer__item-numbers {
    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: 35px;
    height: 48px;
    border-radius: 4px;
    background-color: #6b0606
}

.timer__item-text {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: rgba(51, 51, 51, .8)
}

.form {
    max-width: 362px;
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.form input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: .784483px solid rgba(32, 54, 86, .4);
    border-radius: 8px;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    -webkit-padding-end: 12px;
    padding-inline-end: 12px;
    font-size: 16px
}

.form select {
    width: 100%;
    height: 45px;
    background: #fff;
    border: .784483px solid rgba(32, 54, 86, .4);
    border-radius: 8px;
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    -webkit-padding-end: 12px;
    padding-inline-end: 12px;
    font-size: 16px
}

.form input:focus {
    outline: 0;
    border: 2px solid #6b0606
}

.form input::-webkit-input-placeholder {
    font-family: "Mulish";
    font-weight: 500;
    font-size: 13px;
    line-height: 115%;
    color: rgba(32, 54, 86, .8)
}

.form input::-moz-placeholder {
    font-family: "Mulish";
    font-weight: 500;
    font-size: 13px;
    line-height: 115%;
    color: rgba(32, 54, 86, .8)
}

.form input:-ms-input-placeholder {
    font-family: "Mulish";
    font-weight: 500;
    font-size: 13px;
    line-height: 115%;
    color: rgba(32, 54, 86, .8)
}

.form input::-ms-input-placeholder {
    font-family: "Mulish";
    font-weight: 500;
    font-size: 13px;
    line-height: 115%;
    color: rgba(32, 54, 86, .8)
}

.form input::placeholder {
    font-family: "Mulish";
    font-weight: 500;
    font-size: 13px;
    line-height: 115%;
    color: rgba(32, 54, 86, .8)
}

.form button {
    width: 100%
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-inline: 15px;
    width: 100%;
    height: 45px;
    background-color: #6b0606;
    border-radius: 8px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff
}

.comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    max-width: 858px;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 36px;
    position: relative
}

.comments::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: rgba(0, 0, 0, .16);
    top: 12px
}

.comments__title {
    font-family: "Libre Franklin";
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em;
    color: #421934
}

.comments__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px
}

.comments__button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 324px;
    height: 59px !important;
    font-size: 14px !important
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 32px;
    border: 1.5px solid #6b0606;
    border-radius: 4px;
    row-gap: 16px
}

.comment--answer {
    -webkit-margin-start: 48px;
    margin-inline-start: 48px;
    row-gap: 14px !important;
    border: 0 !important;
    padding: 0 !important;
    width: 90%;
    position: relative
}

.comment--answer::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: -16px;
    width: 1px;
    height: 100%;
    background-color: rgba(66, 25, 52, .4)
}

.comment__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px
}

.comment__user-image {
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%
}

.comment__user-image img {
    width: 100%;
    height: 100%
}

.comment__user-info {
    width: 100%;
    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
}

.comment__user-info h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -.01em;
    color: #421934
}

.comment__text p {
    font-size: 16px;
    line-height: 150%;
    color: #421934
}

.comment__text p a {
    font-weight: 700;
    color: #2f80ed
}

.comment__text-img,
.comment__text-prod {
    display: block;
    margin-top: 16px;
    width: 100%;
    overflow: hidden
}

.comment__text-img {
    position: relative;
    max-width: 318px;
    width: 100%;
    min-height: 189px;
    padding-bottom: 23.2%;
    border-radius: 22px;
    overflow: hidden
}

.comment__text-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.comment__text-prod {
    max-width: 250px;
    border-radius: 16px
}

.comment__text-prod img {
    width: 100%
}

.comment__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px
}

.comment__action-like,
.comment__action-reply,
.comment__action-dislike {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.comment__action-like span,
.comment__action-reply span,
.comment__action-dislike span {
    font-family: "Libre Franklin";
    font-weight: 600;
    font-size: 15px;
    line-height: 133%;
    color: #000
}

.comment__action-like svg {
    fill: none;
    -webkit-transition: all .4s;
    transition: all .4s
}

.comment__action-like.js-clicked svg {
    -webkit-transition: all .4s;
    transition: all .4s;
    fill: #6b0606
}

.comment__action-dislike svg {
    fill: none;
    -webkit-transition: all .4s;
    transition: all .4s
}

.comment__action-dislike.js-clicked svg {
    -webkit-transition: all .4s;
    transition: all .4s;
    fill: #6b0606
}

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.pt-35 {
    padding-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.pr-35 {
    padding-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.pt-40 {
    padding-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.pr-40 {
    padding-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.pt-45 {
    padding-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.pr-45 {
    padding-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.pt-50 {
    padding-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.pr-50 {
    padding-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-75 {
    margin-top: 75px
}

.pt-75 {
    padding-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.pr-75 {
    padding-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-100 {
    margin-top: 100px
}

.pt-100 {
    padding-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.pr-100 {
    padding-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pl-100 {
    padding-left: 100px
}

.w-5 {
    width: 5%
}

.h-5 {
    height: 5%
}

.maxw-5 {
    max-width: 5%
}

.maxh-5 {
    max-height: 5%
}

.w-10 {
    width: 10%
}

.h-10 {
    height: 10%
}

.maxw-10 {
    max-width: 10%
}

.maxh-10 {
    max-height: 10%
}

.w-15 {
    width: 15%
}

.h-15 {
    height: 15%
}

.maxw-15 {
    max-width: 15%
}

.maxh-15 {
    max-height: 15%
}

.w-20 {
    width: 20%
}

.h-20 {
    height: 20%
}

.maxw-20 {
    max-width: 20%
}

.maxh-20 {
    max-height: 20%
}

.w-25 {
    width: 25%
}

.h-25 {
    height: 25%
}

.maxw-25 {
    max-width: 25%
}

.maxh-25 {
    max-height: 25%
}

.w-30 {
    width: 30%
}

.h-30 {
    height: 30%
}

.maxw-30 {
    max-width: 30%
}

.maxh-30 {
    max-height: 30%
}

.w-35 {
    width: 35%
}

.h-35 {
    height: 35%
}

.maxw-35 {
    max-width: 35%
}

.maxh-35 {
    max-height: 35%
}

.w-40 {
    width: 40%
}

.h-40 {
    height: 40%
}

.maxw-40 {
    max-width: 40%
}

.maxh-40 {
    max-height: 40%
}

.w-45 {
    width: 45%
}

.h-45 {
    height: 45%
}

.maxw-45 {
    max-width: 45%
}

.maxh-45 {
    max-height: 45%
}

.w-50 {
    width: 50%
}

.h-50 {
    height: 50%
}

.maxw-50 {
    max-width: 50%
}

.maxh-50 {
    max-height: 50%
}

.w-75 {
    width: 75%
}

.h-75 {
    height: 75%
}

.maxw-75 {
    max-width: 75%
}

.maxh-75 {
    max-height: 75%
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.maxw-100 {
    max-width: 100%
}

.maxh-100 {
    max-height: 100%
}

.d-none {
    display: none !important
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-fill-no-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-fill-100per {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

body.js-popup {
    overflow-y: hidden
}

.js-d-none {
    display: none !important
}

.b-lazy {
    opacity: 0
}

.b-loaded {
    opacity: 1
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-links-telegram {
    background-color: #007ebd
}

.social-links-telegram:hover {
    background-color: #00aeff
}

.social-links-telegram svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    margin-right: 2px
}

.social-links-facebook {
    background-color: #3754a0
}

.social-links-facebook:hover {
    background-color: #1178f2
}

.social-links-facebook svg {
    width: 6px;
    height: 13px;
    fill: #fff
}

.social-links-youtube {
    background-color: #b71a20
}

.social-links-youtube:hover {
    background-color: #fe0000
}

.social-links-youtube svg {
    width: 13px;
    height: 9px;
    fill: #fff
}

.icon-like {
    fill: #4c5b6b
}

@font-face {
    font-family: "Cairo";
    src: url() format("woff2"), url() format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bebas Neue Cyrillic";
    src: url();
    src: local("Bebas Neue Cyrillic"), local("BebasNeueCyrillic"), url() format("embedded-opentype"), url() format("woff2"), url() format("woff"), url() format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media (min-width:480px) {
    .blog__quote-image {
        position: absolute;
        top: 0;
        inset-inline-start: 0
    }
}

@media (min-width:640px) {
    .form input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
        flex: 1 1 calc(50% - 20px)
    }

    .comment__text-img img {
        top: -10px;
        height: 110%
    }
}

@media (min-width:992px) {
    .main__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 73%;
        flex: 0 1 73%
    }

    .main__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 27%;
        flex: 0 1 27%
    }
}

@media (max-width:1199px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px
    }

    .header__end {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .main__container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .aside__product {
        padding: 20px 15px;
        row-gap: 20px
    }

    .aside__product-title {
        font-size: 20px
    }

    .aside__product-img {
        width: 140px
    }

    .aside__product-text p {
        font-size: 16px
    }

    .aside__article {
        row-gap: 10px
    }

    .aside__article h3:not(:last-child) {
        margin-bottom: 5px
    }

    .news-article__info {
        row-gap: 5px
    }

    .news-article__info h5 {
        font-size: 14px
    }

    .news-article__info p {
        font-size: 11px
    }
}

@media (max-width:1100px) {
    .header__menu ul li:last-child {
        display: none
    }

    .header__end-action {
        display: none
    }
}

@media (max-width:991px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 180px
    }

    .main-with-sitebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-with-sitebar main {
        width: 100%
    }

    .main-with-sitebar aside>div {
        width: calc(50% - 10px)
    }

    .main-with-sitebar aside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .header__menu ul li a svg {
        display: none
    }

    .main__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article__intro {
        row-gap: 18px;
        padding-bottom: 18px
    }

    .article__intro h1 {
        font-size: 38px
    }

    .article__intro-image {
        margin-top: 0
    }

    .aside {
        display: none
    }

    .form {
        gap: 16px
    }
}

@media (max-width:900px) {
    .header__menu ul li:nth-child(3) {
        display: none
    }
}

@media (max-width:767px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 140px
    }

    .header__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__start {
        width: 100%
    }

    .header__start-logo {
        margin-inline: auto
    }

    .header__menu {
        display: none
    }

    .main {
        padding-top: 24px
    }

    .article__intro h1 {
        font-size: 32px
    }

    .article__intro-text p {
        font-size: 18px
    }

    .blog__text p:not(:last-child) {
        margin-bottom: 20px
    }

    .blog__image {
        padding-block: 16px
    }

    .blog__quote {
        padding-block: 16px
    }

    .blog__quote-text {
        font-size: 24px
    }

    .blog__expert h2 {
        font-size: 28px
    }

    .blog__expert h2:not(:last-child) {
        margin-bottom: 24px
    }

    .blog__expert-info h2 {
        font-size: 24px !important
    }

    .stat__top-title {
        font-size: 24px
    }

    .stat__bottom {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .card-stat h3 {
        font-size: 20px
    }

    .card-stat p {
        font-size: 14px
    }

    .order {
        padding: 30px
    }

    .timer__title svg {
        width: 18px;
        height: 18px
    }

    .timer__item {
        row-gap: 4px
    }

    .timer__item-number {
        font-size: 24px
    }

    .timer__item-numbers {
        width: 30px;
        height: 40px;
        border-radius: 5px
    }

    .form {
        max-width: 500px
    }

    .form button {
        margin-top: 4px
    }

    .comments {
        padding-bottom: 30px
    }

    .comment__text p {
        font-size: 15px
    }

    .social-links-telegram,
    .social-links-facebook,
    .social-links-youtube {
        width: 25px;
        height: 25px
    }
}

@media (max-width:639px) {
    .main-content {
        padding-top: 50px;
        padding-bottom: 120px
    }

    .main-with-sitebar aside>div {
        width: 100%
    }

    .main-with-sitebar aside {
        -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
    }

    .main {
        padding-top: 16px
    }

    .blog__image--prod {
        max-width: 165px
    }

    .card-stat__image:not(:last-child) {
        margin-bottom: 12px
    }

    .card-stat h3:not(:last-child) {
        margin-bottom: 8px
    }

    .order__wrap {
        padding-top: 50px;
        padding-bottom: 56px;
        padding-inline: 50px
    }

    .order__image {
        top: -19%
    }

    .order h3 {
        font-size: 20px
    }

    .form {
        row-gap: 12px;
        max-width: 400px
    }

    .comment {
        padding: 24px
    }

    .comment--answer {
        -webkit-margin-start: 32px;
        margin-inline-start: 32px
    }

    .comment__text-prod {
        max-width: 170px
    }
}

@media (max-width:567px) {
    .benefits {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .stat__bottom {
        row-gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:479px) {
    .main-content {
        padding-top: 40px;
        padding-bottom: 80px
    }

    .header__start-logo {
        -webkit-margin-start: 0;
        margin-inline-start: 0
    }

    [dir=ltr] .header__start-logo {
        font-size: 21px
    }

    .article__intro {
        row-gap: 16px;
        padding-bottom: 16px
    }

    .article__intro h1 {
        font-size: 24px
    }

    .article__intro-text p {
        font-size: 16px
    }

    .article__intro-author span {
        display: none
    }

    .blog__quote-image:not(:last-child) {
        margin-bottom: 8px
    }

    .blog__quote-text {
        font-size: 18px;
        -webkit-margin-start: 0;
        margin-inline-start: 0
    }

    .blog__quote-descr {
        -webkit-margin-start: 0;
        margin-inline-start: 0
    }

    .blog__expert h2 {
        font-size: 24px
    }

    .blog__expert h2:not(:last-child) {
        margin-bottom: 18px
    }

    .blog__expert-wrap {
        row-gap: 16px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .blog__expert-info h2 {
        margin-bottom: 8px !important
    }

    .stat__top-title {
        font-size: 18px
    }

    .stat__top-text {
        font-size: 14px !important
    }

    .order {
        padding: 18px
    }

    .order__top:not(:last-child) {
        margin-bottom: 60px
    }

    .order__top p {
        font-size: 14px
    }

    .order__wrap {
        padding-inline: 14px;
        background: url(./form-bg.webp) center 100%/cover no-repeat
    }

    .order__image {
        max-width: 90px;
        top: -12%
    }

    .order h3 {
        font-size: 15px
    }

    .price__old {
        font-size: 15px
    }

    .price__new {
        font-size: 22px
    }

    .timer {
        row-gap: 6px
    }

    .timer__title h5 {
        font-size: 12px
    }

    .timer__wrap {
        -webkit-column-gap: 3px;
        -moz-column-gap: 3px;
        column-gap: 3px
    }

    .timer__item-text {
        font-size: 11px;
        line-height: 119%
    }

    .form {
        max-width: 350px
    }

    .form input {
        padding-inline: 12px
    }

    .form button {
        height: 50px
    }

    .comments__button {
        font-size: 12px !important
    }

    .comment__text p {
        font-size: 14px
    }
}

@media (any-hover:hover) {
    .header__start-burger svg {
        -webkit-transition: stroke .3s;
        transition: stroke .3s
    }

    .header__start-burger svg:hover {
        -webkit-transition: stroke .3s;
        transition: stroke .3s;
        stroke: #6b0606
    }

    .header__menu ul li a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .header__menu ul li a:hover span {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #6b0606
    }

    .header__menu ul li a:hover svg {
        -webkit-transition: stroke .3s;
        transition: stroke .3s;
        stroke: #6b0606
    }

    .header__end-action a:hover {
        -webkit-transition: text-shadow .3s;
        transition: text-shadow .3s;
        text-shadow: -1px -1px 7px rgba(107, 6, 6, .5)
    }

    .header__end-search a svg {
        -webkit-transition: stroke .3s;
        transition: stroke .3s
    }

    .header__end-search a svg:hover {
        -webkit-transition: stroke .3s;
        transition: stroke .3s;
        stroke: #6b0606
    }

    .aside__product-button {
        -webkit-transition: background-color .4s;
        transition: background-color .4s
    }

    .aside__product-button:hover {
        -webkit-transition: background-color .4s;
        transition: background-color .4s;
        background-color: #000
    }

    .news-article:hover img {
        -webkit-transition: scale .7s;
        transition: scale .7s;
        scale: 1.05
    }

    .news-article:hover h5 {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #69011f
    }

    .blog__text p a {
        -webkit-transition: color .3s;
        transition: color .3s
    }

    .blog__text p a:hover {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #006efe;
        text-decoration: none
    }

    .button {
        -webkit-transition: background-color .4s;
        transition: background-color .4s
    }

    .button:hover {
        -webkit-transition: background-color .4s;
        transition: background-color .4s;
        background-color: #000
    }

    .comment__text p a:hover {
        text-decoration: underline
    }
}