@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat';
    overscroll-behavior: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 1280px;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1220px) {
    .container {
        width: 1000px;
    }
}

@media screen and (max-width: 1060px) {
    .container {
        width: 720px;
    }
}

@media screen and (max-width: 760px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

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

.currency-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.currency-switcher-icon {
    margin-top: 2px;
    margin-left: 14px;
}

.currency-switcher-label {
    margin-left: 15px;
}

.currency-switcher-symbol {
    font-size: 22px;
    font-weight: 500;
}

.language-switcher {
    margin-bottom: 17px;
}

.language-switcher__list {
    display: flex;
}

.language-switcher__item {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
    border: 1px solid #E2E2E2;
}

.language-switcher__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu {
    background-color: #000;
}

@media screen and (max-width: 1060px) {
    .menu__burger {
        display: block;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: auto;
        margin-bottom: auto;
    }

    .menu__burger span {
        background-color: #fff;
        display: block;
        width: 30px;
        height: 2px;
    }
}

@media screen and (max-width: 1060px) {
    .menu .container {
        display: flex;
    }
}

.menu__list {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1060px) {
    .menu__list {
        display: none;
    }
}

.menu__item a {
    padding-left: 10px;
    padding-right: 10px;
    height: 38px;
    line-height: 38px;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all 300ms;
}

@media screen and (max-width: 1220px) {
    .menu__item a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 13px;
    }
}

.menu__item a:hover {
    opacity: 0.8;
}

.menu .container {
    position: relative;
}

.menu__switcher {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    height: 38px;
    font-size: 13px;
}

@media screen and (max-width: 1060px) {
    .menu__switcher {
        position: relative;
        margin-left: auto;
    }
}

.menu__switcher-title {
    margin-right: 15px;
}

.switcher input[type=checkbox] {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
}

.switcher label {
    cursor: pointer;
    text-indent: -9999px;
    width: 32px;
    height: 13px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switcher label:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 1px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.switcher input:checked + label {
    background: #202D38;
}

.switcher input:checked + label:after {
    left: calc(100% + 2px);
    background-color: #2482D9;
    transform: translateX(-100%);
}

.hero img {
    max-width: 100%;
    height: 17vw;
    width: 100%;
    object-fit: cover;
    object-position: 50% 58% !important;
    cursor: pointer;
}

.js-slider {
    padding-bottom: 30px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #6F6F6F;
}

.plati_review.good {
    padding: 15px;
    background-color: rgba(209, 255, 212, 0.52);
    margin-bottom: 10px;
    border-radius: 10px;
}

.plati_review.bad {
    padding: 15px;
    background-color: rgba(255, 110, 110, 0.45);
    margin-bottom: 10px;
    border-radius: 10px;
}

.plati_review .review_content {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.plati_review .review_date {
    font-weight: 700;
    margin-bottom: 10px;
}

.plati_review .to-product {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.plati_review .to-product a {
    color: #000;
    text-decoration: underline;
}

.plati_review .seller_answer {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.plati_review .seller_answer:before {
    content: 'Ответ продавца: ';
    font-weight: 700;
}

.header {
    padding-top: 20px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
}

.header__logo a {
    width: 227px;
    height: 60px;
    background-image: url(../img/logo-x2.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    display: block;
}

@media screen and (max-width: 1220px) {
    .header__logo a {
        width: 150px;
        height: 50px;
    }
}

@media screen and (max-width: 760px) {
    .header__logo a {
        width: 100px;
        height: 40px;
    }
}

.header__right {
    margin-left: auto;
}

@media screen and (max-width: 760px) {
    .header__right {
        display: none;
    }
}

.header__menu {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

@media screen and (max-width: 1060px) {
    .header__menu {
        display: none;
    }
}

.header__menu-item {
    margin-left: 4px;
    white-space: nowrap;
    margin-right: 4px;
}

.header__menu-item.active a {
    color: #fff;
}

.header__menu-item.active a:before {
    top: 0;
}

.header__menu-item.active a:hover {
    color: #000;
}

.header__menu-item.active a:hover:before {
    transform: translateY(-100%);
}

.header__menu-item a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px;
    border-radius: 50px;
    letter-spacing: -0.65px;
    display: block;
    border: 2px solid #000;
    position: relative;
    transition: all 300ms;
    overflow: hidden;
}

@media screen and (max-width: 1220px) {
    .header__menu-item a {
        font-size: 14px;
        padding: 8px;
    }
}

.header__menu-item a:before {
    content: '';
    display: block;
    left: 0;
    top: 150%;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: -1;
    transition: all 300ms;
}

.header__menu-item a:hover {
    color: #fff;
}

.header__menu-item a:hover:before {
    top: 0;
}

.header__search {
    width: 399px;
    margin-left: 26px;
    display: flex;
}

@media screen and (max-width: 1300px) {
    .header__search {
        width: 300px;
    }
}

@media screen and (max-width: 1220px) {
    .header__search {
        width: 220px;
    }
}

@media screen and (max-width: 1060px) {
    .header__search {
        width: 325px;
    }
}

@media screen and (max-width: 760px) {
    .header__search {
        width: calc(100% - 130px);
    }
}

.header__search-field {
    width: calc(100% - 36px);
}

.header__search-field input {
    width: 100%;
    height: 36px;
    border: none;
    padding-bottom: 10px;
    outline: none;
    font-family: 'Montserrat';
    border-bottom: 2px solid #BEBEBE;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 300ms;
}

@media screen and (max-width: 1220px) {
    .header__search-field input {
        font-size: 15px;
        padding-bottom: 6px;
    }
}

@media screen and (max-width: 760px) {
    .header__search-field input {
        height: 21px;
    }
}

.header__search-field input:focus {
    border-color: #000 !important;
}

.header__search-field input::placeholder {
    color: #575757;
}

.header__search-button {
    width: 21px;
    height: 21px;
    background-image: url(../img/search.svg);
    margin-right: 15px;
    margin-top: 2px;
}

@media screen and (max-width: 760px) {
    .header__search-button {
        width: 14px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.main__products {
    padding-top: 48px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, #F6F6F6 77.05%, rgba(246, 246, 246, 0) 100%);
}

.main__products-list {
    width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1220px) {
    .main__products-list {
        width: 100%;
    }
}

@media screen and (max-width: 1060px) {
    .main__products-list {
        flex-direction: column;
    }
}

.main__products-row {
    display: flex;
    flex-wrap: wrap;
    width: 670px;
    justify-content: space-between;
}

@media screen and (max-width: 1220px) {
    .main__products-row {
        width: 670px;
    }
}

@media screen and (max-width: 1060px) {
    .main__products-row {
        width: 100%;
    }
}

.card {
    display: block;
    margin-bottom: 20px;
}

.card:empty {
    box-shadow: none !important;
    height: 0;
    margin: 0;
}

.card:hover .card__image img {
    transform: scale(1.1);
}

.card--large {
    width: 410px;
}

@media screen and (max-width: 1220px) {
    .card--large {
        width: 300px;
    }
}

.card--large .card__image {
    height: 452px;
}

@media screen and (max-width: 1220px) {
    .card--large .card__image {
        height: 320px;
    }
}

@media screen and (max-width: 1060px) {
    .card--large {
        width: 100%;
    }

    .card--large .card__image {
        height: 452px;
    }

    .card--large .card__image img {
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 760px) {
    .card--large .card__image {
        height: 59vw;
    }

    .card--large .card__image img {
        height: 100%;
        object-fit: cover;
    }
}

.card--mini {
    width: 202px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1220px) {
    .card--mini {
        width: 230px;
    }
}

@media screen and (max-width: 760px) {
    .card--mini {
        width: 100%;
    }
}

.card--mini .card__image {
    height: 113px;
}

@media screen and (max-width: 760px) {
    .card--mini .card__image {
        height: 50vw;
    }
}

.card--mini .card__title {
    font-size: 15px;
    line-height: 18px;
    padding-top: 3px;
}

.card--mini .card__price {
    border: none;
    display: flex;
    line-height: 20px;
    margin-top: 4px;
    padding: 0;
    font-size: 15px;
    align-items: center;
}

.card--mini .card__price span {
    font-size: 10px;
}

.card--mini .card__price:hover {
    background: none;
    border: none;
    color: #000;
}

.card--mini .card__content {
    padding-bottom: 5px;
}

.card--mini .card__category {
    font-size: 10px;
    letter-spacing: 0px;
    padding-top: 2px;
}

.card--mini .card__sale {
    font-size: 12px;
    line-height: 16px;
}

.card--default {
    width: 325px;
}

@media screen and (max-width: 1060px) {
    .card--default {
        width: 48%;
    }
}

.card--default .card__image {
    height: 181px;
}

@media screen and (max-width: 1220px) {
    .card--default .card__image {
        height: 114px;
    }
}

@media screen and (max-width: 760px) {
    .card--default .card__image {
        height: 25vw;
    }

    .card--default .card__image img {
        height: 100%;
        object-fit: cover;
    }
}

.card--default .card__title {
    font-size: 20px;
    line-height: 25px;
    padding-top: 8px;
}

@media screen and (max-width: 760px) {
    .card--default .card__title {
        font-size: 15px;
    }
}

.card--default .card__price {
    border: none;
    display: flex;
    line-height: 20px;
    padding: 0;
    align-items: center;
}

.card--default .card__price:hover {
    background: none;
    border: none;
    color: #000;
}

.card--default .card__content {
    padding-bottom: 11px;
}

.card--default .card__category {
    font-size: 14px;
    letter-spacing: -0.7px;
}

@media screen and (max-width: 760px) {
    .card--default .card__category {
        font-size: 11px;
        letter-spacing: 0px;
    }
}

.card--default .card__sale {
    font-size: 15px;
    line-height: 20px;
}

.card__content {
    background-color: #fff;
    border: 1.5px solid #000000;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.card__title {
    text-align: center;
    font-size: 25px;
    line-height: 30.48px;
    font-weight: bold;
    padding-top: 12px;
    color: #000;
}

.card__category {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-top: 7px;
}

.card__price {
    margin-top: 20px;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: all 300ms;
    border: 2px solid #000000;
    cursor: pointer;
}

.card__price span {
    color: #515151;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 10px;
}

.card__price:hover {
    background-color: #000;
    color: #fff;
}

.card__sale {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #DB0000;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    z-index: 10;
    padding: 8px 10px;
    border-bottom-left-radius: 10px;
}

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

.card__image img {
    display: block;
    transition: all 300ms;
    width: 100%;
}

.statistics {
    background: linear-gradient(91deg, #62BBFF 0%, #338ED4 100%);
    width: 1021px;
    margin: auto;
    margin-top: 20px;
    color: #fff;
}

@media screen and (max-width: 1220px) {
    .statistics {
        width: 100%;
    }
}

.statistics__list {
    display: flex;
    align-items: center;
    padding: 25px 41px;
    text-align: center;
    justify-content: space-between;
}

@media screen and (max-width: 1060px) {
    .statistics__list {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 760px) {
    .statistics__list {
        padding: 10px 15px;
    }
}

.statistics__item {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

@media screen and (max-width: 1220px) {
    .statistics__item {
        font-size: 18px;
    }
}

@media screen and (max-width: 1060px) {
    .statistics__item {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 760px) {
    .statistics__item {
        font-size: 14px;
    }
}

.statistics__item-number {
    font-size: 50px;
    line-height: 60.95px;
    font-weight: 700;
    padding-bottom: 4px;
}

@media screen and (max-width: 1220px) {
    .statistics__item-number {
        font-size: 40px;
    }
}

@media screen and (max-width: 760px) {
    .statistics__item-number {
        font-size: 30px;
    }
}

.catalog {
    padding-top: 28px;
    margin-top: 15px;
    padding-bottom: 30px;
}

.catalog--shadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding-top: 30px;
}

.catalog--dark {
    background-color: #161616;
}

.catalog--dark .tabs__item a {
    color: #C6C6C6;
}

.catalog--dark .tabs__item.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.catalog--dark .catalog__button a {
    color: #fff;
    border-color: #fff;
}

.catalog--dark .catalog__button a:hover {
    background-color: #fff;
    color: #000;
}

.catalog__tabs {
    margin-bottom: 50px;
}

.catalog__cards {
    width: 1092px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1220px) {
    .catalog__cards {
        width: 100%;
    }
}

.catalog__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
}

.catalog__button a {
    padding: 10px 12px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    border: 2px solid #000;
    transition: all 300ms;
}

.catalog__button a:hover {
    background-color: #000;
    color: #fff;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #747474;
}

@media screen and (max-width: 1220px) {
    .tabs {
        width: 100%;
    }
}

@media screen and (max-width: 1060px) {
    .tabs {
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .tabs::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .tabs {
        width: calc(100% + 20px);
    }
}

.tabs__item {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 6px;
}

@media screen and (max-width: 1060px) {
    .tabs__item {
        white-space: nowrap;
    }
}

@media screen and (max-width: 760px) {
    .tabs__item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.tabs__item a {
    font-size: 18px;
    font-weight: 600;
    color: #5A5A5A;
    transition: all 300ms;
}

@media screen and (max-width: 1220px) {
    .tabs__item a {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .tabs__item a {
        font-size: 14px;
    }
}

.tabs__item a:hover {
    opacity: 0.8;
}

.tabs__item.active a {
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
}

.reviews {
    padding-top: 30px;
    padding-bottom: 30px;
}

.reviews__title {
    text-align: center;
    font-size: 41px;
    font-weight: 600;
}

.reviews__blocks {
    margin: auto;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    width: 1090px;
}

@media screen and (max-width: 1220px) {
    .reviews__blocks {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .reviews__blocks {
        flex-direction: column;
    }
}

.reviews__block {
    width: 507px;
}

@media screen and (max-width: 1220px) {
    .reviews__block {
        width: 47%;
    }
}

@media screen and (max-width: 760px) {
    .reviews__block {
        width: 100%;
        margin-bottom: 20px;
    }
}

.reviews__block-frame {
    background-color: #D9D9D9;
    height: 545px;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    overflow-y: auto;
}

@media screen and (max-width: 760px) {
    .reviews__block-frame {
        height: 200px;
    }
}

.reviews__block-text {
    font-size: 15px;
    font-weight: 500;
    color: #4F4F4F;
    text-align: center;
    padding-top: 18px;
    line-height: 20px;
}

.reviews__block-text strong {
    color: #000;
}

.footer {
    background-color: #161616;
    padding-top: 30px;
    padding-bottom: 33px;
}

.footer__copyright {
    text-align: center;
}

.footer__copyright-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.footer__copyright-text {
    font-size: 13px;
    font-weight: 400;
    max-width: 680px;
    margin: auto;
    color: #A8A8A8;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 14px;
    margin-bottom: 45px;
}

.footer__payments-title {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.footer__payments-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1060px) {
    .footer__payments-list {
        flex-wrap: wrap;
    }
}

.footer__payments-item {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 1060px) {
    .footer__payments-item {
        margin-bottom: 20px;
    }
}

.footer__payments-item img {
    height: auto;
    max-height: 40px;
    max-width: 100px;
}

@media screen and (max-width: 760px) {
    .footer__payments-item img {
        max-height: 30px;
        max-width: 70px;
    }
}

.footer__menu {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 1060px) {
    .footer__menu {
        flex-wrap: wrap;
    }
}

.footer__menu-item {
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 1300px) {
    .footer__menu-item {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1060px) {
    .footer__menu-item {
        margin-bottom: 10px;
    }
}

.footer__menu-item a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: all 300ms;
}

@media screen and (max-width: 1220px) {
    .footer__menu-item a {
        font-size: 14px;
    }
}

.footer__menu-item a:hover {
    opacity: 0.9;
}

.product__image {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
}

@media screen and (max-width: 760px) {
    .product__image {
        height: 40vw;
    }
}

.product__image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.product__card {
    width: 1092px;
    background-color: #000;
    margin: auto;
    margin-top: -250px;
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 20px 36px 40px 40px;
}

@media screen and (max-width: 760px) {
    .product__card-poster {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.product__card-poster img {
    width: 263px;
    height: 363px;
    object-fit: cover;
}

@media screen and (max-width: 1220px) {
    .product__card {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .product__card {
        margin-top: -30vw;
    }
}

@media screen and (max-width: 760px) {
    .product__card {
        padding: 10px;
        margin-left: -20px;
        width: calc(100% + 40px);
        background: linear-gradient(173deg, #020024 0%, rgba(255, 255, 255, 0) 0%, black 40%);
    }
}

.product__card-row {
    margin-top: 23px;
    display: flex;
}

@media screen and (max-width: 760px) {
    .product__card-row {
        flex-direction: column;
    }
}

.product__card-info {
    padding-left: 30px;
    padding-top: 34px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .product__card-info {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }
}

.product__card-info-line {
    margin-bottom: 19px;
}

.product__card-info span {
    color: #A6A6A6;
}

.product__card-info-price {
    margin-left: auto;
}

@media screen and (max-width: 760px) {
    .product__card-info-price {
        margin-left: 0;
        margin-top: 60px;
        padding-bottom: 20px;
    }
}

.product__card-info-bottom {
    display: flex;
    margin-top: auto;
    padding-top: 45px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 760px) {
    .product__card-info-bottom {
        flex-direction: column;
    }
}

.product__card-info-seller {
    padding-top: 14px;
    font-size: 13px;
}

@media screen and (max-width: 760px) {
    .product__card-info-seller {
        justify-content: center;
        display: flex;
        align-items: center;
        padding-top: 0;
    }
}

.product__card-info-seller-available {
    color: #11D500;
    padding-left: 18px;
    margin-top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.23077L4.5 8L11 1' stroke='%2311D500' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media screen and (max-width: 760px) {
    .product__card-info-seller-available {
        margin-top: 0;
        margin-left: 20px;
    }
}

.product__card-info-button a {
    display: inline-block;
    padding: 11px 11px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 27px;
    transition: all 300ms;
}

.product__card-info-button a:hover {
    background-color: #fff;
    color: #000;
}

.product__card-info-price {
    display: flex;
    align-items: center;
}

.product__card-info-price-before {
    margin-right: 9px;
    color: #777777;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}

.product__card-info-price-after {
    position: relative;
    margin-right: 17px;
    font-size: 25px;
    font-weight: 600;
}

.product__card-info-price-sale {
    position: absolute;
    top: -43px;
    background-color: #DF0000;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    padding-left: 12px;
    padding-right: 12px;
}

.product__title {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1220px) {
    .product__title {
        line-height: 1.2;
    }
}

@media screen and (max-width: 760px) {
    .product__title {
        font-size: 18px;
        text-align: center;
    }
}

.product__socials-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}

.product__socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.product__socials-item {
    margin-left: 20px;
    margin-right: 20px;
}

.product__tabs {
    margin-top: 39px;
    justify-content: space-between;
}

.product__warning {
    width: 1130px;
    margin: auto;
    margin-top: 50px;
    background-color: #DA0000;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21.94px;
}

@media screen and (max-width: 1220px) {
    .product__warning {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .product__warning {
        font-size: 14px;
    }
}

.product__reviews-title {
    font-size: 41px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 760px) {
    .product__reviews-title {
        font-size: 25px;
    }
}

.product__reviews-list {
    margin-top: 30px;
}

.product__reviews-item {
    width: 100%;
    height: 183px;
    background-color: #D9D9D9;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 1103px;
}

@media screen and (max-width: 1220px) {
    .product__reviews-item {
        width: 100%;
    }
}

.product__text {
    width: 1090px;
    margin: auto;
    margin-top: 30px;
}

@media screen and (max-width: 1220px) {
    .product__text {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .product__text {
        font-size: 14px;
    }
}

.product__text h2 {
    font-size: 18px;
    line-height: 21.94px;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 760px) {
    .product__text h2 {
        font-size: 16px;
    }
}

.product__text hr {
    margin-top: 50px;
    margin-bottom: 47px;
}

.product__text ul {
    margin-left: 23px;
    margin-bottom: 30px;
}

.product__text ul li {
    list-style-type: disc;
    font-size: 19px;
    line-height: 28.5px;
    font-weight: 500;
}

@media screen and (max-width: 760px) {
    .product__text ul li {
        font-size: 14px;
        line-height: 22px;
    }
}

.product__text ul li::marker {
    font-size: 0.6em;
}

.products {
    display: flex;
    padding-top: 55px;
}

@media screen and (max-width: 1060px) {
    .products {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (max-width: 760px) {
    .products {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1060px) {
    .products__teasers {
        display: none;
    }
}

.products__teasers-item {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
}

.products__teasers-item img {
    width: 100%;
    height: 171px;
    object-fit: cover;
    display: block;
}

.products__teasers-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}

.products__teasers-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products__actions {
    width: 108px;
    min-width: 108px;
}

@media screen and (max-width: 1220px) {
    .products__actions {
        width: 70px;
        min-width: 70px;
    }
}

@media screen and (max-width: 1060px) {
    .products__actions {
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.products__burger {
    cursor: pointer;
}

@media screen and (max-width: 1060px) {
    .products__burger {
        display: none;
    }
}

.products__burger span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-color: #000;
    margin-bottom: 7px;
}

.products__select {
    display: none;
}

@media screen and (max-width: 1060px) {
    .products__select {
        display: block;
        height: 31px;
        width: 100%;
        border: 1px solid #ECECEC;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        line-height: 31px;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 9L0.870835 0.75L12.1292 0.750001L6.5 9Z' fill='black'/%3E%3C/svg%3E%0A");
        background-position: 98% 50%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 760px) {
    .products__select {
        font-size: 14px;
    }
}

@media screen and (max-width: 1060px) {
    .products__list {
        width: 100%;
    }
}

.products__item {
    display: flex;
    width: 847px;
    min-width: 847px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
    .products__item {
        width: 730px;
        min-width: 730px;
    }
}

@media screen and (max-width: 1220px) {
    .products__item {
        width: 600px;
        min-width: 600px;
    }
}

@media screen and (max-width: 1060px) {
    .products__item {
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .products__item {
        flex-direction: column;
    }
}

.products__item-sale {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #DB0000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    z-index: 10;
    padding: 5px 6px;
    border-bottom-left-radius: 10px;
}

.products__item-price {
    display: inline-flex;
    padding: 8px 8px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: all 300ms;
    border: 2px solid #000000;
    cursor: pointer;
}

.products__item-price:hover {
    background-color: #000;
    color: #fff;
}

.products__item-content {
    margin-left: 15px;
    display: flex;
    align-items: center;
    width: calc(100% - 215px);
}

@media screen and (max-width: 760px) {
    .products__item-content {
        width: 100%;
        margin-left: 0;
    }
}

.products__item-price {
    margin-left: auto;
}

.products__item-title {
    font-size: 25px;
    line-height: 30.48px;
    font-weight: 600;
    padding-top: 17px;
    color: #000;
}

@media screen and (max-width: 760px) {
    .products__item-title {
        font-size: 18px;
    }
}

.products__item-category {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-top: 5px;
}

@media screen and (max-width: 760px) {
    .products__item-category {
        font-size: 13px;
    }
}

.products__item-type {
    margin-top: 16px;
}

.products__item-image {
    width: 200px;
    height: 111px;
    position: relative;
}

@media screen and (max-width: 760px) {
    .products__item-image {
        width: 100%;
        height: 50vw;
    }
}

.products__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products__teasers {
    width: 305px;
    margin-left: auto;
    min-width: 305px;
}

.products__teasers img {
    max-width: 100%;
    height: auto;
}

.page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page--cashback img {
    display: block;
}

.page__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page__text {
    font-size: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 1220px) {
    .page__text {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .page__text {
        font-size: 14px;
    }
}

.page__text a {
    color: #271fa7;
}

.page__text img {
    max-width: 100%;
    height: auto !important;
}

.page__text b {
    font-weight: bold;
}

.page__text strong {
    font-weight: bold;
}

.page__text iframe {
    max-width: 100%;
}

.page__text p {
    margin-bottom: 20px;
}

.page__text h2 {
    font-size: 20px;
    line-height: 28.94px;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 760px) {
    .page__text h2 {
        font-size: 16px;
    }
}

.page__text h3 {
    font-size: 18px;
    line-height: 24.94px;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 760px) {
    .page__text h3 {
        font-size: 16px;
    }
}

.page__text h4 {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 760px) {
    .page__text h4 {
        font-size: 16px;
    }
}

.page__text hr {
    margin-top: 50px;
    margin-bottom: 47px;
}

.page__text ul {
    margin-left: 23px;
    margin-bottom: 30px;
}

.page__text ul li {
    list-style-type: disc;
    font-size: 19px;
    line-height: 33.5px;
    font-weight: 500;
}

@media screen and (max-width: 760px) {
    .page__text ul li {
        font-size: 14px;
        line-height: 22px;
    }
}

.page__text ul li::marker {
    font-size: 0.6em;
}

.page__text ol {
    margin-left: 23px;
    margin-bottom: 30px;
}

.page__text ol li {
    list-style-type: decimal;
    font-size: 19px;
    line-height: 33.5px;
    font-weight: 500;
}

@media screen and (max-width: 760px) {
    .page__text ol li {
        font-size: 14px;
        line-height: 22px;
    }
}

.page__text ol li::marker {
    font-size: 0.6em;
}

.band {
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}

@media (min-width: 30em) {
    .band {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 60em) {
    .band {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card-blog {
    background: white;
    text-decoration: none;
    color: #444;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    transition: all .1s ease-in;
}

.card-blog:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.card-blog article {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-blog h1 {
    font-size: 20px;
    margin: 0;
    color: #333;
}

.card-blog p {
    flex: 1;
    line-height: 1.4;
}

.card-blog span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
    position: relative;
    overflow: hidden;
}

.card-blog .thumb {
    max-width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 60em) {
    .item-1 {
        grid-column: 1 / span 2;
    }

    .item-1 h1 {
        font-size: 24px;
    }
}

.dark-theme {
    background-color: #232323;
}

.dark-theme .header__logo a {
    background-image: url(../img/logo-light.png);
}

.dark-theme .header__search-field input {
    background-color: #232323;
    border-color: #767676;
    color: #fff;
}

.dark-theme .header__search-field input:focus {
    border-color: #fff !important;
}

.dark-theme .header__search-field input:placeholder {
    color: #A3A3A3;
}
