/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: raleway-example;
    src: url(../fonts/RalewayRegular.woff) format('woff');
}
@font-face {
    font-family: raleway-example;
    src: url(../fonts/RalewayBold.woff) format('woff');
    font-weight: 700;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    width: 100%;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    opacity: 1;
    opacity-min-height: 100vh;
    opacity-scroll-behavior: smooth;
    opacity-text-rendering: optimizeSpeed;
    opacity-line-height: 1.5;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
    font-weight: 400;
}
button,
input,
select,
textarea {
    font: inherit;
}
input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
button {
    cursor: pointer;
}
body {
    font-family: Rubik, sans-serif;
    background: url(../img/bg.svg);
    background-size: cover;
}
section {
    color: #fff;
    position: relative;
}
/* section::after {
  content: "";
  position: absolute;
  background: url(../img/123.gif) no-repeat;
  width: 100%;
  height: 40%;
  top: -98px;
  left: 30%;
} */
.container {
    width: 1200px;
    margin: 0 auto;
}
.header__logo-title {
    font-size: 30px;
    font-weight: 700;
}
.header {
    height: 90px;
}
.header__content {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.header__logo-img {
    margin-right: 10px;
}
.header__logo-text {
    font-size: 20px;
    font-weight: 700;
}
.header__logo-text p {
    font-weight: 400;
    font-size: 17px;
}
.header__button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50px;
    background-size: cover;
    color: #1c1c1c;
    text-transform: uppercase;
    padding: 15px 45px;
}
.welcome {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.welcome__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.welcome__block {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
.welcome__block--left h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.welcome__block--left h2 {
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
}
.welcome__block video {
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.welcome__price {
    -webkit-animation: welcome-price 2s 1;
    animation: welcome-price 2s 1;
    margin: 20px 0;
}
.welcome__price--old span {
    color: grey;
    font-size: 28px;
    /* text-decoration: line-through; */
    /* -webkit-text-decoration-color: red; */
    /* text-decoration-color: red; */
}
.welcome__price--new span {
    color: #fff;
    font-size: 36px;
    margin-left: 30px;
    font-weight: 700;
}
.welcome__description {
    margin-top: 20px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.welcome__description p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
}
.welcome__description p img {
    width: 30px;
    margin-right: 10px;
}
.about {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.about__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    flex-direction: column;
}
.about__img {
    width: 100%;
    text-align: center;
}
.about__block {
    width: 47%;
}
.about__block h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 20px;
}
.about__block p {
    font-size: 20px;
    margin: 20px;
}
.catalog {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.catalog__content {
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.catalog__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.catalog__wrap--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog__wrap--item-img {
    width: 360px;
    height: 350px;
}
.catalog__wrap--item .card-1 {
    background: url(../img/card_1.png) center no-repeat;
}
.catalog__wrap--item .card-2 {
    background: url(../img/card_2.png) center no-repeat;
}
.catalog__wrap--item .card-3 {
    background: url(../img/card_3.png) center no-repeat;
    background-size: contain;
}
.catalog__wrap--item-title {
    margin-top: 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}
.catalog__wrap--item-bust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    width: 260px;
}
.catalog__wrap--item-bust img {
    width: 100%;
}
.catalog__wrap--item-price {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.catalog__wrap--item-price-old {
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
    margin-right: 20px;
    font-size: 18px;
}
.catalog__wrap--item-price-new {
    font-size: 25px;
}
.form {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.form__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #02090f;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.form__content h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.form__input {
    width: 300px;
    height: 60px;
    margin: 5px;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 22px;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}
.form__button {
    text-decoration: none;
    width: 340px;
    height: 87px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/button.svg) no-repeat;
    background-size: cover;
    color: #1c1c1c;
    text-transform: uppercase;
    border: none;
    outline: 0;
    margin: 0 auto;
}
.form__checkbox {
    font-size: 14px;
    margin: 5px;
    color: grey;
}
.form__checkbox a {
    color: grey;
}
.hidden {
    display: none;
}
@-webkit-keyframes welcome-h1 {
    0% {
        color: #fff;
        margin-top: -50px;
    }
}
@keyframes welcome-h1 {
    0% {
        color: #fff;
        margin-top: -50px;
    }
}
@-webkit-keyframes welcome-price {
    0% {
        color: #fff;
        margin-left: 50px;
    }
}
@keyframes welcome-price {
    0% {
        color: #fff;
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }
    .header {
        height: 70px;
    }

    .header__logo-text p {
        font-size: 12px;
    }
    .catalog__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .catalog__wrap--item {
        margin-bottom: 25px;
    }
    .catalog__wrap--item-img {
        width: 100%;
    }
    .catalog__wrap--item-title {
        font-size: 20px;
    }
    .header__logo-title {
        font-size: 21px;
    }
    .header__logo-subtitle {
        font-size: 9px;
    }
    section {
        position: relative;
    }
    /* section::after {
    content: "";
    position: absolute;
    background: url(../img/123.gif) no-repeat;
    background-size: contain;
    width: 100%;
    height: 40%;
    top: -39px;
    left: 0;
  } */
}
@media only screen and (max-width: 992px) {
    .welcome {
        height: 100%;
    }
    .welcome__content {
        max-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .welcome__block {
        width: 100%;
    }
    .welcome__block img {
        width: 100%;
    }
    .welcome__price {
        margin: 30px 0;
    }
    .welcome__arrow {
        display: none;
    }
    .about {
        height: 100%;
        padding: 30px 0;
    }
    .about__content {
        max-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__block {
        width: 100%;
        text-align: center;
    }
    .about__block h3 {
        margin-top: 15px;
        padding: 0 10px;
    }
    .about__price {
        margin: 30px 0;
    }
    .about__arrow {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .about__img {
        width: 100%;
    }
    .form form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 480px) {
    .welcome__block h1 {
        font-size: 25px;
    }
    .welcome__block h2 {
        font-size: 22px;
    }
    .welcome__price--old span {
        font-size: 20px;
    }
    .welcome__price--new span {
        font-size: 22px;
    }
}
@media only screen and (max-width: 320px) {
    .about__block h3 {
        font-size: 25px;
    }
    .form__input {
        width: 290px;
    }
    .form__button {
        width: 290px;
    }
    .form__checkbox {
        font-size: 13px;
    }
}

#marketing-footer-buttons > button {
    color: #fff;
}

#marketing-footer-kz p,
#marketing-footer-kz a {
    color: #fff;
}

.footer {
    padding: 15px;
    background-color: black;
    text-align: center;
}

.lb {
    font-size: 13px;
    line-height: 13px;
    margin-top: 15px;
    width: 100%;
    display: block;
    text-align: center;
}

.lb-i {
    -webkit-appearance: checkbox;
    display: inline-block;
    width: auto;
    height: auto;
}

.welcome__price--old {
    text-decoration: line-through;
}

.line {
    text-align: center;
    margin-top: 15px;
}

.about__block p img {
    width: 25px;
    height: auto;
    margin-right: 14px;
}

.about__block p {
    font-size: 19px;
    display: flex;
    align-items: flex-start;
}

.timer {
    padding-top: 15px;
}

.preim-item img {
    max-width: 200px;
    width: 100%;
    border-radius: 10px;
}

.preim {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    width: 100%;
}

.preim-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.btn {
    max-width: 480px;
    width: 100%;
    margin-top: 25px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet-active {
    background: #00ff00 !important;
}

.swiper-pagination-bullet {
    background: #00ff00 !important;
    width: 15px !important;
    height: 15px !important;
}

.block7 h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.wrap7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.options {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 20px;
}

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

.options__rating-numb {
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
}

.options__rating-star {
    height: 20px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FCA95D%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.205.554c.3-.738%201.35-.739%201.651-.002l1.8%204.398c.02.05.066.084.12.09l4.419.432c.76.074%201.08%201.004.526%201.527l-3.373%203.182a.145.145%200%200%200-.042.135l.966%204.613c.16.764-.678%201.347-1.344.934l-3.808-2.362a.146.146%200%200%200-.152-.001l-3.85%202.33c-.666.404-1.494-.179-1.334-.939l.962-4.595a.146.146%200%200%200-.043-.136L2.285%206.992c-.563-.522-.242-1.461.523-1.533l4.49-.422c.054-.005.1-.04.12-.09L9.206.554Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: repeat-x;
    width: 92px;
}

.options__rating-size {
    font-size: 14px;
    line-height: 20px;
    color: #868695;
    margin-left: 15px;
}

.info-button {
    margin-top: 12px;
    background-color: #f6f6f9;
    padding: 7px 32px 9px 12px;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: lowercase;
    text-align: left;
    color: #242424;
    position: relative;
    border-radius: 8px;
    width: 100%;
    font-family: inherit;
    border: none;
    padding-left: 40px;
    padding-top: 13px;
    text-decoration: none;
}

.info-button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 12px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%23A9A8B0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M12.932%201.568a1.134%201.134%200%200%201%201.604.013l4.04%204.04c.447.446.452%201.165.013%201.604L7.364%2018.45a1%201%200%200%201-1.414%200l-4.142-4.141a1.135%201.135%200%200%201-.012-1.604L12.931%201.568ZM5.242%209.258l1.414%201.414M3.121%2011.379%205.242%2013.5M7.365%207.136l2.122%202.122M11.607%202.894l2.122%202.121M9.486%205.015%2010.9%206.429%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}

.info-button::after {
    content: '';
    display: block;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #a9a8b0;
    border-bottom: 2px solid #a9a8b0;
    position: absolute;
    top: calc(50% - 4px);
    transform-origin: 5px 5px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cg%20stroke%3D%22%23A9A8B0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M12.932%201.568a1.134%201.134%200%200%201%201.604.013l4.04%204.04c.447.446.452%201.165.013%201.604L7.364%2018.45a1%201%200%200%201-1.414%200l-4.142-4.141a1.135%201.135%200%200%201-.012-1.604L12.931%201.568ZM5.242%209.258l1.414%201.414M3.121%2011.379%205.242%2013.5M7.365%207.136l2.122%202.122M11.607%202.894l2.122%202.121M9.486%205.015%2010.9%206.429%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
}

@media only screen and (max-width: 1255px) {
    .wrap7 {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1255px) {
    .rev {
        margin: 0 auto 20px;
        width: 460px;
    }
}

.rev {
    -webkit-box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
    box-shadow: 0 5px 10px 2px rgb(34 60 80 / 20%);
    width: 320px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 38px 28px 38px 35px;
    position: relative;
    background-color: #fff;
    color: #000;
}

.rev-img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}

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

@media only screen and (max-width: 1255px) {
    .rev-img img {
        margin-right: 0;
        margin-bottom: 10px;
        width: 250px;
    }
}

@media only screen and (max-width: 1255px) {
    .rev p {
        font-size: 18px;
        line-height: 25px;
    }

    .wrap7 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.rev p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
}

.rev h3 {
    font-weight: 700;
}

.rev-b {
    text-align: center;
    line-height: 53px;
}
