@font-face {
    font-family: Haufe-Lt;
    src: url(../fonts/HaufeMerriweatherSansLt.ttf)
}

@font-face {
    font-family: Haufe-Xlt;
    src: url(../fonts/HaufeMerriweatherSansXLt.ttf)
}

@font-face {
    font-family: HaufeSans-Bold;
    src: url(../fonts/HaufeMerriweatherSans-Bold.ttf)
}

@font-face {
    font-family: Haufe-Bold;
    src: url(../fonts/HaufeMerriweather-Bold.ttf)
}

@font-face {
    font-family: DIN-Bold;
    src: url(../fonts/DIN2014-Bold.woff)
}

@font-face {
    font-family: DIN-Light;
    src: url(../fonts/DIN2014-Light.woff)
}

@font-face {
    font-family: f;
    src: url()
}

* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none
}

html {
    height: 100%
}

body {
    font-family: Haufe-Xlt;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

input {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    background: none;
    border: none;
    padding: 0
}

img {
    border: 0;
    max-width: 100%
}

a,
a:hover {
    text-decoration: none
}

.main,
.wrapper {
    width: 100%
}

h1 {
    font-size: 60px;
    line-height: 70px
}

h1,
h3 {
    font-family: HaufeSans-Bold
}

h3 {
    font-size: 45px;
    line-height: 55px
}

h4 {
    font-size: 30px;
    line-height: 35px;
    font-family: HaufeSans-Bold
}

h5 {
    font-size: 20px;
    line-height: 25px
}

h6 {
    font-size: 17px;
    line-height: 23px
}

h6,
strong {
    font-family: HaufeSans-Bold
}

a{cursor:pointer;}

.header-container {
    max-width: 1480px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

header {
    background-color: #c00;
    padding: 20px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

header a {
    color: #fff;
    font-size: 18px;
    font-family: Quicksand, sans-serif
}

header h4 {
    font-family: DIN-Bold;
    color: #fff
}

header h4 span {
    font-family: DIN-Light
}

.header-container>div {
    display: flex;
    grid-gap: 50px;
    gap: 50px;
    align-items: center
}

.header-links {
    display: flex;
    grid-gap: 54px;
    gap: 54px;
    align-items: center
}

.header-title {
    display: flex
}

.header-title>div {
    width: 50%;
    display: flex
}

h1 span,
h3 span {
    color: #c00
}

.header-title h1 {
    max-width: 775px;
    margin-bottom: 45px
}

.header-title__list {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 29px;
    row-gap: 29px;
    max-width: 510px;
    justify-content: space-between;
    margin-bottom: 60px
}

.header-title__list li {
    display: flex;
    min-width: 235px
}

.header-title .header-title__list li p {
    position: relative
}

.header-title__list li div {
    min-width: 63px
}

.link-btn {
    background-color: #909d02;
    color: #fff;
    padding: 22px 19px;
    border-radius: 15px;
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 280px;
    text-align: center;
    overflow: hidden;
    transition: all .4s
}

.main-btn {
    min-width: 280px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.main-btn p {
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 25px
}

.main-btn>* {
    transition: all .4s;
    position: relative
}

.main-btn:hover p {
    transform: translateX(-25px)
}

.main-btn p:after {
    content: "";
    width: 40px;
    height: 20px;
    background: url(../img/right_arrow.svg) 0 0/cover no-repeat;
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(322deg) brightness(102%) contrast(101%);
    transition: all .4s;
    opacity: 0
}

.main-btn:hover p:after {
    opacity: 1
}

.header-title .link-btn {
    margin-bottom: 10px
}

.header-title__inf {
    align-items: center;
    padding: 40px 0
}

.header-title__inf>div {
    margin-left: 10%
}

.header-title__inf>div>span {
    font-family: Haufe-Lt
}

.header-title__inf .header-title__list span {
    font-family: Quicksand, sans-serif;
    position: absolute;
    bottom: -8px;
    transform: translateY(100%);
    left: 0;
    font-size: 17px
}

.header-title__img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover
}

.recomended {
    padding: 24px 0;
    background-color: #000
}

.recomended-container {
    max-width: 1120px;
    text-align: center
}

.recomended-container h6 {
    color: #fff;
    margin-bottom: 25px
}

.recomended__logo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    gap: 20px
}

.recomended__logo-wrapper img {
    max-height: 100px
}

.recomended__logo-wrapper div {
    height: 92px;
    width: 1px;
    background-color: #fff
}

.products-card {
    padding: 90px 20px 80px
}

.products-card div {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 80px;
    gap: 80px;
    flex-wrap: wrap
}

.products-card div img {
    cursor: pointer
}

.products-card h3 {
    max-width: 1050px;
    margin: 0 auto 60px;
    text-align: center
}

.logo-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.logo-slider .slick-track {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    gap: 20px
}

.logo-slider strong {
    text-align: center
}

.logo-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 40px;
    gap: 40px
}

.products-wrapper__block {
    padding: 100px 20px 80px;
    display: flex;
    align-items: center;
    grid-gap: 75px;
    gap: 75px
}

.products-wrapper__block .instruction-list strong {
    display: inline-block
}

.products-wrapper__block div {
    max-width: 480px
}

.products-wrapper__block .instruction-list {
    margin-bottom: 0
}

.products-wrapper__block div p {
    max-width: 405px
}

.products-wrapper__block div h3 {
    margin-bottom: 40px
}

.products-wrapper__block div:first-child {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.instruction-block {
    display: flex;
    min-height: 810px
}

.instruction-block>div {
    width: 50%
}

.instruction-block:nth-child(3) .instruction>div {
    max-width: 570px
}

.instruction-block:nth-child(4) .instruction-list {
    max-width: 325px
}

.instruction-block:nth-child(odd) .instruction-image {
    background-color: #c00
}

.instruction-block:nth-child(2n) {
    flex-direction: row-reverse
}

.instruction-block:nth-child(2n) .instruction-image {
    background-color: #ccc
}

.instruction-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px
}

.instruction-image img {
    max-width: 800px;
    max-height: 670px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.instruction {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    background: #f9f9f9
}

.instruction>div {
    max-width: 420px
}

.instruction-block:nth-child(2n) .instruction>div {
    margin-left: 19.5%
}

.instruction-block:nth-child(odd) .instruction>div {
    margin-left: 34%
}

.instruction-list {
    margin: 28px 0 50px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
    max-width: 360px
}

.instruction-list li {
    padding-left: 25px;
    position: relative
}

.instruction-list li:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(../img/instruction-check.svg)
}

.instruction-list li strong {
    display: block
}

.instruction h3 {
    margin-bottom: 40px
}

.instruction-blocks1 .instruction-block .instruction p {
    max-width: 370px
}

.instruction-blocks1 .instruction-block:nth-child(2) .instruction p {
    max-width: 293px
}

.instruction-blocks1 .instruction-block:nth-child(3) .instruction p {
    max-width: 288px
}

.instruction-blocks1 .instruction-block:nth-child(4) .instruction p {
    max-width: 270px
}

.instruction-blocks1 .instruction-block:nth-child(5) .instruction p {
    max-width: 312px
}

.instruction-blocks1 .instruction-block:nth-child(6) .instruction p {
    max-width: 313px
}

.instruction-blocks1 .instruction-block:nth-child(7) .instruction p {
    max-width: 403px
}

.instruction-blocks1 .instruction-block:nth-child(9) .instruction p {
    max-width: 274px
}

.yellow-price-block {
    background-color: #edf2dd;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
    outline: 1px solid #c00;
    outline-offset: -5px;
    transform: translate(-50%, 25%);
    font-family: Haufe-Lt
}

.instruction-image__wrapper {
    position: relative
}

.yellow-price-block h4,
.yellow-price-block strong {
    color: #c00
}

.yellow-price-block h4 {
    font-family: Haufe-Bold
}

.yellow-price-block h5 {
    margin-bottom: 24px
}

.yellow-price-block h4 span {
    font-size: 14px;
    color: #000;
    font-family: Haufe-Lt
}

.yellow-price-block>span {
    font-size: 14px;
    color: rgba(0, 0, 0, .5)
}

.advantages-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.advantages {
    padding: 70px 0
}

.advantages h3 {
    text-align: center;
    margin-bottom: 40px
}

.advantages-container {
    display: flex;
    justify-content: space-between;
    max-width: 1330px;
    flex-wrap: wrap;
    grid-gap: 20px;
    gap: 20px
}

.advantages-container img {
    margin-bottom: 23px
}

.advantages-container strong {
    margin-bottom: 16px
}

.security {
    background-color: #909d02;
    padding: 70px 20px 80px;
    color: #fff;
    text-align: center
}

.security h3 {
    max-width: 450px;
    margin: 0 auto 21px
}

.security>p {
    max-width: 580px;
    margin: 0 auto 47px
}

.security-container {
    margin: 0 auto;
    display: flex;
    grid-gap: 15px;
    gap: 15px;
    justify-content: center
}

.security-item {
    min-height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-color: hsla(0, 0%, 100%, .2);
    padding-bottom: 57px;
    max-width: 530px;
    width: 100%;
    text-align: center;
    color: #fff
}

.security-item p {
    margin-top: 18px
}

.security-item strong {
    margin-top: 25px
}

.tuv {
    padding: 70px 0 50px
}

.tuv h3 {
    max-width: 585px;
    text-align: center;
    margin: 0 auto 40px
}

.tuv-container {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    justify-content: center
}

.tuv-container__item {
    max-width: 376px;
    width: 100%;
    padding: 20px 20px 24px 40px;
    border: 1px solid #dfdfe5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.tuv-container__item>div {
    position: relative;
    display: flex
}

.tuv-container__item .info-logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 15px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(688%) hue-rotate(175deg) brightness(93%) contrast(99%)
}

.tuv-container__item p {
    min-height: 185px;
    margin-top: 28px
}

.tuv-container__item:first-child strong {
    margin-top: 10px
}

.tuv-container__item:last-child strong {
    margin-top: 27px
}

.instruction-blocks2 .instruction-block {
    flex-direction: row-reverse
}

.instruction-blocks2 .instruction-image {
    justify-content: flex-end
}

.instruction-blocks2 img {
    max-width: 480px;
    width: 100%;
    margin-right: 10%
}

.instruction-blocks2 .instruction-block:nth-child(odd) .instruction>div {
    margin-left: 10%
}

.instruction-blocks2 .instruction {
    background-color: #dfdfe5
}

.instruction-blocks2 h4 {
    margin-bottom: 25px;
    max-width: 420px
}

.instruction-blocks2 h3 {
    margin-bottom: 45px;
    max-width: 690px
}

.instruction-blocks2 .instruction>div {
    max-width: 100%
}

.instruction-blocks2 .instruction-text {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px
}

.instruction-blocks2 .instruction-text p:first-child {
    max-width: 380px
}

.instruction-blocks2 .instruction-text p:nth-child(2) {
    max-width: 330px
}

.instruction-blocks2 .instruction-text p:nth-child(3) {
    max-width: 370px
}

.instruction-blocks2 .instruction-text p:nth-child(4) {
    max-width: 335px
}

.instruction-blocks2 a {
    font-family: Quicksand, sans-serif;
    color: inherit
}

.press-container {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    justify-content: center
}

.press-item {
    border-radius: 10px;
    border: 1px solid #c00;
    padding: 124px 15px 24px 45px;
    max-width: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-height: 470px
}

.press-item strong:nth-child(2) {
    margin-bottom: 20px;
    position: relative
}

.press-item strong:nth-child(2):after {
    content: "";
    width: 48px;
    height: 35px;
    background-image: url(../img/kovichki.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: 0
}

.press-item strong:last-child {
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    flex-direction: column-reverse;
    grid-gap: 20px;
    gap: 20px;
    justify-content: flex-start;
    color: #c00
}

.press-item strong:last-child:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #fd9656
}

.press-item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #fae5e5;
    max-height: 115px
}

.press {
    padding: 60px 0 90px;
    background: #fae5e5
}

.press h3 {
    margin-bottom: 115px;
    text-align: center
}

.press-item:first-child p {
    max-width: 350px
}

.reviews {
    padding: 60px 0
}

.reviews-container {
    display: flex;
    max-width: 1300px
}

.reviews-container>div {
    width: 50%
}

.reviews__block__item {
    max-width: 340px;
    padding: 20px 10px 20px 25px;
    border-radius: 10px;
    border: 1px solid #dfdfe5
}

.stars-wrapper {
    display: flex;
    grid-gap: 3px;
    gap: 3px
}

.reviews__block__item .stars-wrapper {
    margin-bottom: 17px
}

.reviews__block__item>p {
    margin-bottom: 27px
}

.reviews__block__item div:last-child {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    gap: 15px
}

.hidden-reviews,
.reviews__list {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    gap: 15px;
    align-items: flex-end
}

.reviews__list select {
    width: 100%;
    max-width: 220px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 1rem center;
    background-size: 1em
}

.review {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #dfdfe5;
    border-radius: 10px;
    width: 100%
}

.review .stars-wrapper img {
    width: 17px
}

.review p {
    margin-top: 14px
}

.review span {
    font-size: 14px;
    color: #ccc
}

.reviews__block h3 {
    margin-bottom: 22px;
    padding-top: 65px
}

.reviews__block>p {
    font-size: 20px;
    margin-bottom: 40px
}

.show-more {
    color: #909d02;
    text-decoration: underline;
    align-self: flex-start;
    display: flex;
    grid-gap: 15px;
    gap: 15px
}

.show-more:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(45%) sepia(100%) saturate(1067%) hue-rotate(37deg) brightness(98%) contrast(98%);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain
}

.hidden-reviews {
    display: none
}

.hidden-reviews.active {
    display: flex
}

.try {
    background: #edf2dd;
    padding: 70px 0
}

.try__img-wrapper {
    position: relative
}

.try-container {
    display: flex;
    justify-content: center;
    grid-gap: 130px;
    gap: 130px;
    align-items: center
}

.try-content h3 {
    margin-bottom: 55px
}

.try-content h3 span {
    color: #909d02
}

.try-content {
    max-width: 570px
}

.try-content>strong {
    margin-bottom: 30px;
    display: block
}

.try-content .instruction-list {
    margin: 0
}

.comparing {
    padding: 85px 0 60px
}

.comparing h3 {
    text-align: center;
    margin-bottom: 56px
}

.comparing-container {
    max-width: 1300px
}

.comparing__product {
    padding: 80px 20px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    width: 50%
}

.comparing__product__image-wrapper {
    position: relative
}

.prozent {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    transform: translate(25%, -25%)
}

.comparing__product:hover {
    box-shadow: 0 0 20px rgba(144, 157, 2, .25098)
}

.comparing .link-btn:hover {
    background-color: #b7c800
}

.comparing__products {
    display: flex;
    grid-gap: 30px;
    gap: 30px;
    justify-content: center
}

.comparing__product .instruction-list {
    grid-gap: 9px;
    gap: 9px;
    margin: 0
}

.comparing__product img {
    margin-bottom: 67px
}

.comparing__product>h4 {
    margin-bottom: 16px
}

.comparing__product strong:nth-child(3) {
    margin-bottom: 33px;
    text-align: center;
    max-width: 390px
}

.comparing__product strong:nth-child(4) {
    margin-bottom: 22px
}

.comparing__product div:not(.comparing__product__image-wrapper) {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 6px;
    flex-grow: 1;
    margin-top: 80px
}

.comparing__product div h4 {
    font-family: Haufe-Bold
}

.comparing__product span {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    display: block;
    margin-bottom: 30px
}

.comparing__product .link-btn {
    margin-bottom: 30px
}

.comparing__product .instruction-list:nth-child(5),
.comparing__product strong:nth-child(6) {
    margin-bottom: 20px
}

.comparing__product:nth-child(2) .instruction-list:not(:last-child) {
    max-width: 250px;
    width: 100%
}

.accordion-wrapper {
    display: flex;
    flex-direction: column
}

.accordion {
    cursor: pointer
}

.accordion-wrapper .accordion {
    padding: 22px 20px 22px 70px;
    border: 1px solid #909d02;
    border-radius: 10px;
    text-align: left;
    position: relative;
    transition: all .3s ease-out;
    font-family: HaufeSans-Bold;
    font-size: 15px
}

.accordion-wrapper .accordion.active {
    border-radius: 10px 10px 0 0;
    background: #909d02;
    color: #fff
}

.accordion-wrapper .accordion:after {
    content: "";
    width: 17px;
    height: 10px;
    background-image: url(../img/acc-arrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    background-size: contain;
    background-repeat: no-repeat
}

.accordion-wrapper .accordion.active:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(7478%) hue-rotate(173deg) brightness(107%) contrast(104%);
    transform: translateY(-50%) rotate(180deg)
}

.comparing hr {
    margin: 60px 0 50px
}

.panel {
    max-height: 0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    transition: max-height .3s ease-out;
    border: 0;
    border-top: 0;
    padding: 0
}

.panel.active {
    border: 1px solid #909d02
}

.panel>div {
    padding: 11px 20px 11px 70px;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between
}

.panel>div>p {
    width: 50%;
    font-family: HaufeSans-Bold
}

.panel>div:nth-child(2n) {
    background: #fff
}

.panel-data {
    text-align: center;
    margin: 0 0 0 auto
}

.panel-data,
.panel-data>* {
    width: 50%;
    display: flex;
    justify-content: center
}

.panel-data>* {
    align-self: center
}

.comparing__accordion {
    grid-gap: 11px;
    gap: 11px;
    width: 100%
}

.comparing__accordion,
.comparing__accordion-wrapper,
.comparing__product-name {
    display: flex;
    flex-direction: column
}

.comparing__product-name {
    max-width: 306px;
    width: 25%;
    border-radius: 10px 10px 0 0;
    background: #edf2dd;
    padding: 20px;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    align-self: flex-end
}

.comparing__accordion-header>h4 {
    flex-grow: 1;
    margin-bottom: 20px;
    font-family: Quicksand, sans-serif;
    font-weight: 700
}

.comparing__accordion-footer,
.comparing__accordion-header {
    display: flex;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.comparing__accordion-footer {
    justify-content: flex-end
}

.comparing__accordion-footer .comparing__product-name {
    border-radius: 0 0 10px 10px
}

.comparing__accordion-footer .comparing__product-name div {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 10px
}

.comparing__accordion-footer .comparing__product-name div h4 {
    line-height: 26px;
    font-family: Haufe-Bold
}

.comparing__accordion-footer .comparing__product-name span {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 20px;
    font-family: Haufe-Lt
}

.comparing .link-btn {
    grid-gap: 25px;
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.comparing .link-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/download-logo.svg) 0 0/contain no-repeat;
    display: inline-block;
    flex-shrink: 0
}

.faq {
    padding: 50px 0;
    background: #ccc
}

.faq-container {
    max-width: 1300px;
    display: flex;
    justify-content: space-between
}

.faq-container h3 {
    max-width: 530px
}

.faq__accordion {
    max-width: 715px;
    width: 100%;
    grid-gap: 5px;
    gap: 5px;
    display: flex;
    flex-direction: column
}

.faq__accordion .accordion {
    background: #fff;
    padding-right: 50px;
    padding-left: 30px;
    border: none
}

.faq__accordion .accordion strong {
    max-width: 520px;
    display: block
}

.faq__accordion .panel {
    background: #fff;
    border: none
}

.faq__accordion .panel>div {
    padding: 20px 20px 20px 30px;
    display: block
}

.faq__accordion .panel>div p {
    width: 100%;
    font-family: Haufe-Xlt
}

.faq__accordion .panel ul {
    list-style-type: disc
}

.faq__accordion .accordion:after {
    left: auto;
    right: 30px
}

footer {
    padding: 25px 20px 20px;
    background: #000
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    grid-gap: 16px;
    gap: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid hsla(0, 0%, 100%, .206);
    padding-bottom: 25px;
    margin-bottom: 20px
}

.logo-wrapper img {
    height: 72px
}

.logo-tems {
    max-width: 166px;
    width: 100%;
    min-height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262626;
    border-radius: 10px
}

.footer-links-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    flex-wrap: wrap;
    grid-gap: 20px;
    gap: 20px
}

.footer-links-wrapper a {
    color: #fff
}

.font14 {
    font-size: 14px
}

.img-anchor {
    position: relative;
    left: -80px;
}

@media (max-width:1445px) {
    .yellow-price-block {
        transform: translate(-25%, 25%)
    }
}

@media screen and (max-width:1280px) {
    h1 {
        font-size: 40px;
        line-height: 44px
    }

    .instruction {
        justify-content: center
    }

    .instruction-block:nth-child(2n) .instruction>div,
    .instruction-block:nth-child(odd) .instruction>div {
        margin-left: 0
    }

    .press-item br {
        display: none
    }

    .try-container {
        grid-gap: 40px;
        gap: 40px
    }
}

@media (max-width:1280px) {
    .products-wrapper__block {
        flex-direction: column
    }
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 35px;
        line-height: 38px
    }

    h3 {
        font-size: 36px;
        line-height: 44px
    }

    .header-title__inf {
        padding: 30px 0 30px 20px
    }

    .header-title__inf>div {
        margin-left: 0
    }

    .products-wrapper__block div h3 {
        margin-bottom: 20px
    }

    .instruction-blocks2 .instruction-image {
        justify-content: center
    }

    .instruction-blocks2 img {
        margin-right: 0
    }

    .instruction-blocks2 .instruction-block:nth-child(odd) .instruction>div {
        margin-left: 0
    }

    .press-item {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .try-container {
        flex-direction: column
    }

    .try-container>img {
        max-width: 300px;
        width: 100%
    }

    .comparing__product-name {
        width: 40%
    }
}

@media (max-width:1024px) {
    .header-title__inf .header-title__list span {
        bottom: 0
    }

    .products-card {
        padding: 60px 20px
    }

    .products-card div img:not(.prozent) {
        max-width: 300px;
        width: 100%
    }

    .products-wrapper__block {
        grid-gap: 20px;
        gap: 20px;
        padding: 60px 20px;
        padding: 40px 20px
    }

    .products-wrapper__block div:first-child img {
        max-width: 700px;
        width: 100%
    }

    .instruction-block {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .yellow-price-block {
        padding: 10px;
        transform: translate(-12%, 25%)
    }

    .yellow-price-block h5 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 20px
    }

    .yellow-price-block h4 {
        font-size: 25px;
        line-height: 25px
    }

    .press-container {
        flex-wrap: wrap;
        grid-gap: 70px 20px;
        gap: 70px 20px
    }

    .reviews-container {
        flex-direction: column;
        grid-gap: 20px;
        gap: 20px
    }

    .reviews-container>div {
        width: 100%
    }

    .reviews__block h3 {
        padding-top: 0
    }

    .comparing__product {
        padding: 40px 20px
    }

    .comparing__product img {
        margin-bottom: 30px
    }

    .comparing__product div:not(.comparing__product__image-wrapper) {
        margin-top: 40px
    }

    .panel>div {
        padding-left: 20px
    }

    .panel-data {
        width: 80%
    }

    .comparing__accordion-header>h4 {
        width: 100%
    }

    .comparing__accordion-header {
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .faq-container {
        flex-direction: column;
        grid-gap: 20px;
        gap: 20px;
        align-items: center
    }

    .faq-container h3 {
        text-align: center
    }
}

@media (max-width:768px) {
    .header-container>div {
        flex-wrap: wrap
    }

    .header-container>div,
    .header-links {
        grid-gap: 20px;
        gap: 20px
    }

    .header-title {
        flex-direction: column
    }

    .header-title>div {
        width: 100%
    }

    .header-title h1 {
        max-width: 500px
    }

    .recomended__logo-wrapper {
        justify-content: center
    }

    .recomended__logo-wrapper div {
        display: none
    }

    .products-card {
        padding: 40px 20px
    }

    .products-card div {
        grid-gap: 40px;
        gap: 40px
    }

    .instruction-block {
        flex-direction: column !important;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .instruction-block>div {
        width: 100%
    }

    .yellow-price-block {
        transform: translate(0)
    }

    .advantages-card {
        min-width: 200px
    }

    .advantages {
        padding: 40px 0
    }

    .advantages-container {
        justify-content: space-between
    }

    .security {
        padding: 40px 20px
    }

    .security-container {
        flex-direction: column;
        align-items: center
    }

    .security-item {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 30px 20px
    }

    .tuv {
        padding: 40px 0
    }

    .instruction-blocks2 .instruction-image img {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: 100%
    }

    .comparing,
    .press,
    .reviews {
        padding: 40px 0
    }

    .comparing__product {
        width: 100%
    }

    .comparing__products {
        flex-direction: column;
        grid-gap: 20px;
        gap: 20px
    }

    .comparing__accordion-footer,
    .comparing__accordion-header {
        grid-column-gap: 1%;
        -moz-column-gap: 1%;
        column-gap: 1%
    }
}

@media screen and (max-width:768px) {
    .tuv-container {
        flex-direction: column;
        align-items: center
    }

    .comparing__product-name {
        width: 49%
    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 12px;
        line-height: 16px
    }

    h1 {
        font-size: 30px;
        line-height: 34px
    }

    h3 {
        font-size: 28px;
        line-height: 33px
    }

    h4 {
        font-size: 22px;
        line-height: 28px
    }

    .comparing__product-name {
        padding: 15px 5px
    }
}

@media (max-width:480px) {

    .header-container>div,
    .header-links {
        grid-gap: 10px;
        gap: 10px
    }

    .header-title h1 {
        margin-bottom: 30px
    }

    .header-title__list {
        grid-gap: 20px;
        gap: 20px;
        margin-bottom: 30px
    }

    .link-btn {
        font-size: 15px
    }

    .header-title__inf .header-title__list span {
        position: static;
        font-size: 13px
    }

    .products-card h3 {
        margin: 0 auto 30px
    }

    .instruction-list {
        margin-bottom: 30px
    }

    .tuv-container__item {
        padding: 20px
    }

    .press-item {
        padding: 124px 15px 20px
    }

    .panel {
        font-size: 11px
    }

    .panel>div {
        padding: 20px 10px
    }

    .comparing__accordion-footer .comparing__product-name div h4 {
        line-height: 20px
    }

    .footer-links-wrapper {
        flex-direction: column
    }
}

@media screen and (max-width:390px) {
    h1 {
        font-size: 23px;
        line-height: 26px
    }

    h3 {
        font-size: 24px;
        line-height: 28px
    }
}

@media (max-width:390px) {
    .instruction h3 {
        margin-bottom: 30px
    }
}

@media (max-width:320px) {
    .prozent {
        max-width: 70px
    }
}