.breadcrumbs {
    padding-top: 3%;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}

p {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

:root {
    --link: #0061b7;
    --border: #e9ecf0;
    --button-type-one: #e9ecf0;
    --button-type-one-hover: #fff;
    --placeholder: #7a7a7a;
    --button-type-two-bg: #f8991d;
    --button-type-two-text: #ffffff;
    --button-type-three-bg: #2e6aac;
    --button-type-three-text: #ffffff;
    --filter-active: #eaf4fb;
    --footer: #e9ecf0;
    --green: #219653;
    --red: #ff4843;
    --coupon-one: #fff8f0;
    --coupon-two: #eaf4fb;
    --coupon-three: #f5f7f9;
    --coupon-logo: #fff;
}

body {
    font-family: 'Arial';
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    height: 100%;
}

body a,
body button,
body label,
body p {
    background-color: transparent;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body svg,
body path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body img {
    -o-object-fit: cover;
    object-fit: cover;
}

body.block {
    overflow: hidden;
}
h1 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin: 0 0 25px;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 26px;
        margin: 0 0 16px;
    }
}
@media screen and (max-width: 575px) {
    h1 {
        font-size: 22px;
    }
}
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shops-letter {
    grid-column: 1/-1;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
}

.grid-176 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
}

.container {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container-flex--full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.search-result {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 20px 100px rgba(114, 114, 114, 0.08);
}

.search-result.open {
    display: block;
    z-index: 99;
}

.search-result-item {
    padding: 20px 22px 19px;
}

.main-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    @media (max-width: 991px) {
        position: relative;
        padding-top: 77px;
    }
}
.toolbar-adv,
.main-sidebar-top,
.main-sidebar-bottom {
    grid-auto-rows: auto;
}

.toolbar-adv,
.main-sidebar-top,
.main-sidebar-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 10;
    grid-column-start: 10;
    grid-column-end: 13;
    margin-left: 30px;
}

.main-view {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 10;
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 10;
}

.button-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.first-section {
    margin-top: 40px;
}

.title-type-one {
    font-size: 22px;
    line-height: 25px;
}

.first-section h1 {
    font-weight: bold;
    font-size: 44px;
    line-height: 51px;
}

.title-type-three {
    font-size: 22px;
    line-height: 25px;
    margin-top: 100px;
    margin-bottom: 30px;
}

.button-type-one {
    background-color: var(--button-type-one);
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
}

.button-type-one:hover {
    background-color: var(--link);
    color: var(--button-type-one-hover);
}

.button-type-one:hover path {
    fill: var(--button-type-one-hover);
}

.button-type-two {
    color: var(--button-type-two-text);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.button-type-two::after,
.button-type-two:before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button-type-two::after {
    position: absolute;
    right: 0;
    top: 0;
}

.button-type-two::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.coupon--one:hover .button-type-two::after {
    right: 2px;
    top: 2px;
}

.button-type-two--active {
    background-color: var(--button-type-two-bg);
}

.button-type-two--pasive {
    background-color: var(--placeholder);
}

.button-type-three {
    background-color: var(--button-type-three-bg);
    color: var(--button-type-three-text);
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    height: 40px;
    border-radius: 30px;
}

.button-type-three:hover {
    background-color: var(--link);
}

.codes-grid {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.card-cod {
    margin: 0 15px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid var(--border);
}

.card-cod__content {
    padding: 20px 20px 15px;
}

.card-cod__logo {
    width: 100%;
    height: 90px;
    border: 1px solid var(--border);
    padding: 1px 20px;
}

@media (max-width: 700px) {
    .card-cod {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
    .card-cod__logo {
        height: 60px;
    }
    .shops-letter {
        font-size: 18px;
    }
}

.card-cod__logo-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.shops-item-img {
    max-width: 180px;
    max-height: 50px;
    margin: 0 auto;
}

.coupon .coupon__content .shops-item-img {
    font-size: 12px;
    line-height: normal;
    max-width: 100%;
    margin: 0;
}

.card-cod__date {
    margin-top: 10px;
    color: var(--placeholder);
    width: 100%;
    text-align: right;
    line-height: 16px;
}

.card-cod__date-bold {
    font-weight: bold;
}

.card-cod__title {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.card-cod__title:hover {
    color: var(--link);
}

.card-cod__footer {
    padding: 25px 10px 20px;
    border-top: 2px dashed var(--border);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-cod__button {
    height: 35px;
    padding: 0 32px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
}

.card-cod__button::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.063 13.045c-6-5.707-5-12.733-5-12.733l9.5 8.782 9.5 9.66s-8 0-14-5.709z' fill='%23FBC57E'/%3E%3C/svg%3E");;
}

.card-cod__button::before {
    border: 10px solid transparent;
    border-top: 10px solid var(--border);
    border-right: 10px solid var(--border);
}

.card-cod__button:hover::before {
    border: 12px solid transparent;
    border-top: 12px solid var(--border);
    border-right: 12px solid var(--border);
}

.default-section {
    margin-top: 60px;
}

.companys-filters {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.companys-filters__element {
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--link);
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.companys-filters__element--active,
.companys-filters__element:hover {
    background-color: var(--filter-active);
    color: #000000;
}

.companys-filters__element--active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
}

.advertising-text {
    font-weight: bold;
    margin: 32px 0;
}

.modal-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    overflow: auto;
    padding: 70px 20px;
}

.modal-overlay--active {
    opacity: 1;
    visibility: visible;
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: auto auto;
    background-color: #fff;
    padding: 50px 40px 40px;
    max-width: 630px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal--active .modal__content {
    opacity: 1;
}

.modal--active .modal__close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.modal__close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        transform 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 30px;
    height: 30px;
}

.modal__close:hover .modal__close-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal__close-icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__content {
    text-align: center;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: 100%;
}

.modal__content-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

.modal__content-info {
    font-size: 15px;
    line-height: 17px;
}

.modal__content-info ol,
.modal__content-info ul {
    list-style-position: inside;
}

.modal__content-info p,
.modal__content-info ul,
.modal__content-info ol {
    margin-top: 12px;
}

.modal__content-subtitle {
    font-size: 14px;
    line-height: 16px;
    color: var(--placeholder);
}

.modal__content-subtitle--website {
    margin-top: 30px;
}

.modal__content-subtitle--question {
    margin-right: 20px;
}

.modal__content-promocode {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__content-promocode-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
    border-radius: 30px 0 0 30px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    height: 40px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 5px 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__content-promocode-line--copy {
    opacity: 0.5;
    pointer-events: none;
    background-color: #000;
}

.modal__content-promocode-line--copy .modal__content-promocode-line-text {
    color: #fff;
}

.modal__content-promocode-line-inner {
    margin: auto 0;
}

.modal__content-promocode-line-text {
    line-height: 16px;
}

.modal__content-promocode-button {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    padding: 0 15px;
    color: var(--button-type-two-text);
    background-color: var(--button-type-two-bg);
    border-radius: 0 30px 30px 0;
}

.modal__content-promocode-button:hover {
    background-color: var(--link);
}

.modal__content-link {
    border: 2px solid var(--bg-button-sticker);
    margin-top: 30px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__content-link:hover {
    color: #fff;
}

.modal__content-question {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border);
}

.modal__content-question-button {
    margin-right: 20px;
}

.modal__content-question-button--yes:hover .modal__content-subtitle,
.modal__content-question-button--yes.active .modal__content-subtitle {
    color: var(--green);
}

.modal__content-question-button--yes:hover
    .modal__content-question-button-icon
    path,
.modal__content-question-button--yes.active
    .modal__content-question-button-icon
    path {
    fill: var(--green);
}

.modal__content-question-button--no:hover .modal__content-subtitle,
.modal__content-question-button--no.active .modal__content-subtitle {
    color: var(--red);
}

.modal__content-question-button--no:hover
    .modal__content-question-button-icon
    path,
.modal__content-question-button--no.active
    .modal__content-question-button-icon
    path {
    fill: var(--red);
}

.modal__content-question-button--yes.disabled:hover
    .modal__content-question-button-icon
    path,
.modal__content-question-button--no.disabled:hover
    .modal__content-question-button-icon
    path {
    fill: #7a7a7a;
}

.modal__content-question-button--yes.disabled:hover .modal__content-subtitle,
.modal__content-question-button--no.disabled:hover .modal__content-subtitle {
    color: #7a7a7a;
}

.modal__content-question-button-icon {
    margin-right: 5px;
}

.modal__content-question-button-icon path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__content-footer {
    position: relative;
    margin-top: 30px;
    padding-top: 40px;
}

.modal__content-footer::after {
    width: calc(100% + 80px);
    left: -40px;
    bottom: -40px;
    height: calc(100% + 40px);
    position: absolute;
    content: '';
    z-index: -1;
    background: var(--filter-active);
}

.modal__content-text {
    font-size: 15px;
    margin-right: 20px;
    text-align: left;
}

.modal__content-text-bold {
    font-weight: bold;
}

.modal__content-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes menu {
    from {
        left: 100vw;
    }

    to {
        left: 0;
    }
}

@keyframes menu {
    from {
        left: 100vw;
    }

    to {
        left: 0;
    }
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    30% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    40% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    50% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    65% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    30% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    40% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }

    50% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    65% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.header {
    padding: 20px 0;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: auto;
    margin-right: 48px;
}

.header__anchor {
    margin-right: 30px;
    line-height: 16px;
    white-space: nowrap;
}

.header__anchor:hover {
    color: var(--link);
}

.header__burger {
    display: none;
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__search-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 470px;
    flex: 0 1 470px;
    position: relative;
    height: 36px;
    margin-right: 20px;
}

.search-line__icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-line__input {
    border: 1px solid var(--border);
    width: 100%;
    height: 100%;
    padding: 0 10px 0 38px;
    font-size: 14px;
    line-height: 16px;
}

.search-line__input::-webkit-input-placeholder {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--placeholder);
}

.search-line__input::-moz-placeholder {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--placeholder);
}

.search-line__input:-ms-input-placeholder {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--placeholder);
}

.search-line__input::-ms-input-placeholder {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--placeholder);
}

.search-line__input::placeholder {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--placeholder);
}

.social-list__item a {
    display: flex;
    border-radius: 50%;
    width: 50px;
    min-width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.social-list__item a {
    margin-right: 10px;
}
.social-list__item a:hover {
    border-radius: 40%;
}

.social-list__item:nth-child(1) a {
    background-color: #5d81a7;
}

.social-list__item:nth-child(2) a {
    background-color: #ef8220;
}

.social-list__item:nth-child(3) a {
    background-color: #3b5995;
}

.social-list__item:nth-child(4) a {
    background-color: #52aceb;
}

.social-list__item:nth-child(5) a {
    background-color: #d34939;
}

.social-list__item:nth-child(6) a {
    background-color: #261190;
}

.codes__grid {
    margin-top: 30px;
}

.companys__grid {
    margin-top: 30px;
}

.companys__element {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 6) - 30px);
    padding: 10px;
    text-align: center;
}

.companys__element:hover .companys__element-img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.companys__element:hover .companys__element-link {
    color: #000000;
}

.companys__element-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 104px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.companys__element-link {
    margin-top: 10px;
    display: inline-block;
    color: var(--link);
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.company-face__header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tabs-container {
    display: grid;
    row-gap: 12px;
}

.filter-plug-text {
    order: 1;
    font-weight: 700;
}

.company-face__tabs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.company-face__coupon:not(:last-child) {
    margin-bottom: 20px;
}

.company-face__title {
    margin-bottom: 30px;
    margin-top: 100px;
    font-size: 22px;
    line-height: 25px;
}

.company-face__table {
    max-width: 870px;
    width: 100%;
}

.company-face__table-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.company-face__table-line:not(:last-child) {
    border-bottom: 1px solid var(--border);
    padding-bottom: 7px;
}

.company-face__table-line--head {
    padding-bottom: 15px;
    margin-top: 0;
    border: none !important;
}

.company-face__table-line--head .company-face__table-type,
.company-face__table-line--head .company-face__table-text,
.company-face__table-line--head .company-face__table-date {
    font-size: 17px;
    line-height: 20px;
}

.company-face__table-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 22px;
    font-weight: 600;
    line-height: 21px;
}

.company-face__table-type--promocode {
    color: var(--button-type-two-bg);
}

.company-face__table-type--stock {
    color: var(--link);
}

.company-face__table-text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 47px;
    line-height: 21px;
}

.company-face__table-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    font-size: 13px;
    line-height: 21px;
    white-space: nowrap;
}
.company-face__text ul,
.company-face__text ol,
.company-face__text p {
    margin: 0 0 16px;
}

.company-face__text a {
    color: var(--link);
}
.company-face__text iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
}
.company-face__text {
    font-size: 15px;
    margin-top: 100px;
}

.company-face__text img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

.company-face__text h2 {
    font-size: 26px;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.company-face__text h3 {
    font-size: 22px;
    line-height: 150%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.company-face__text ol li,
.company-face__text ul li {
    margin-left: 32px;
}

.company-face__text ul li {
    list-style: disc;
}

.company-face__text ol li + li,
.company-face__text ul li + li {
    margin-top: 12px;
}

@media (max-width: 1200px) {
    .toolbar-adv,
    .main-sidebar-bottom,
    .main-sidebar-top {
        margin-left: 20px;
    }
    .company-face__text h2 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .company-face__text h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .company-face__text ol li,
    .company-face__text ul li {
        margin-left: 24px;
    }
}
@media (max-width: 500px) {
    .company-face__text h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .company-face__text h3 {
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 12px;
    }
    .company-face__text ol li,
    .company-face__text ul li {
        margin-left: 16px;
        font-size: 14px;
    }
}

.company-face__grid .card-cod {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
}

.toolbar__logo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toolbar__logo-img {
    width: 100%;
}

.toolbar__stars {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toolbar__star {
    margin-right: 10px;
}

.toolbar__amount {
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.toolbar__text p {
    line-height: 130%;
}
.toolbar__text-title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
}

.toolbar__text-title--down {
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.toolbar__text {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.toolbar__text-link {
    color: var(--link);
}

.toolbar__text-link:hover {
    color: var(--button-type-two-bg);
}

.toolbar__link {
    width: 100%;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    margin-top: 20px;
}

.toolbar__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -10px;
}

.toolbar__tag {
    margin-right: 10px;
    line-height: 2;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-transition: color 0.3s, background 0.3s, -webkit-transform 0s;
    transition: color 0.3s, background 0.3s, -webkit-transform 0s;
    -o-transition: transform 0s, color 0.3s, background 0.3s;
    transition: transform 0s, color 0.3s, background 0.3s;
    transition: transform 0s, color 0.3s, background 0.3s, -webkit-transform 0s;
    border: 1px solid var(--border);
    color: var(--link);
}

.toolbar__tag:hover {
    color: #fff;
    background-color: var(--link);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.toolbar__more {
    font-size: 13px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    margin-top: 10px;
}

.toolbar__more--visible {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.statistic-tr {
    margin-left: 4px;
    font-size: 14px;
    line-height: 22px;
    border-top: 18px solid transparent;
}
.statistic-tr td span {
    margin-right: 6px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.statistic-td {
    padding-left: 5px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.tab {
    padding: 0 15px;
    height: 40px;
    margin-right: 15px;
}

.tab:hover .tab__text {
    color: #000;
}

.tab__text {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: var(--link);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    text-transform: capitalize;
}

.tab__text:not(:last-child) {
    margin-right: 10px;
}

.tab--active {
    background: var(--filter-active);
    pointer-events: none;
    color: #000000;
}

.tab--active .tab__text {
    color: #000000;
}

.coupon {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid var(--border);
}

.coupon--one .coupon__body {
    background-color: var(--coupon-one);
}

.coupon--one .coupon__information-subtitle {
    color: var(--button-type-two-bg);
}

.coupon--one .coupon__logo {
    color: var(--button-type-two-bg);
}

.coupon--one .coupon__mobile-link {
    background-color: var(--button-type-two-bg);
}

.coupon--one .coupon__link::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='21' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M5.062 14.5c-6-6.5-5-14.5-5-14.5l9.5 10 9.5 11s-8 0-14-6.5z' fill='%23FBC57E'/%3E%3C/svg%3E");
}
.promokode-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.coupon--one .coupon__link::before {
    border: 10px solid transparent;
    border-top: 10px solid var(--border);
    border-right: 10px solid var(--border);
}

.coupon--one:hover .coupon__link::before {
    border: 12px solid transparent;
    border-top: 12px solid var(--border);
    border-right: 12px solid var(--border);
}

.coupon--two .coupon__body {
    background-color: var(--coupon-two);
}

.coupon--two .coupon__information-subtitle {
    color: var(--link);
}

.coupon--two .coupon__logo {
    color: var(--link);
}

.coupon--two .coupon__mobile-link {
    background-color: var(--link);
}

.coupon--three .coupon__body {
    background-color: var(--coupon-three);
}

.coupon--three .coupon__information-subtitle {
    color: var(--placeholder);
}

.coupon--three .coupon__logo {
    color: var(--placeholder);
}

.coupon--three .coupon__mobile-link {
    background-color: var(--placeholder);
}

.coupon--three .coupon__link::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.062 14.5c-6-6.5-5-14.5-5-14.5l9.5 10 9.5 11s-8 0-14-6.5z' fill='%23B9B9B9'/%3E%3C/svg%3E");
}

.coupon--three .coupon__link::before {
    border: 11px solid transparent;
    border-top: 11px solid var(--border);
    border-right: 11px solid var(--border);
}

.coupon--three .coupon__link:hover::after {
    top: 0;
    right: 0;
}

.coupon__content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.coupon__logo {
    width: 120px;
    min-width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    min-height: 114px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--coupon-logo);
    margin-right: 20px;
    padding: 10px;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}

.coupon__logo a {
    font-size: 12px;
    line-height: 1.2;
}

.coupon__logo-icon {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.coupon__information {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.coupon__information-subtitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.coupon__information-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    cursor: pointer;
}

.coupon__information-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.coupon__information-check {
    color: var(--green);
    margin-right: 20px;
    font-size: 12px;
    line-height: 14px;
}

.coupon__information-amount {
    color: var(--placeholder);
    font-size: 12px;
    line-height: 14px;
}

.coupon__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    min-width: 200px;
    border-left: 2px dashed var(--border);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coupon__mobile-link {
    width: 40px;
    min-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.coupon__link {
    width: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    margin-top: 30px;
}

.coupon__date {
    margin-top: 20px;
    color: var(--placeholder);
}

.coupon__date--mobile {
    display: none;
}

.coupon__date-bold {
    font-weight: bold;
}

.coupon__footer {
    position: relative;
    z-index: 100;
    padding: 7px 20px 5px;
}

/* .coupon__footer--open .coupon__footer-text,
.coupon__footer--open .coupon__footer p {
  margin-bottom: 5px;
} */

.coupon__footer--open .coupon__footer-more-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.coupon__footer table {
    display: block;
}
.coupon__footer ul,
.coupon__footer ol,
.coupon__footer p,
.coupon__footer table,
.coupon__footer-text {
    height: 0;
    overflow: hidden;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    word-break: break-word;
}

.coupon__footer-more:hover .coupon__footer-more-text {
    margin-right: 3px;
}

.coupon__footer-more-text {
    color: var(--link);
    margin-right: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.coupon--hidden {
    display: none;
}
.site-error {
    min-height: 100vh;
    min-height: calc(100vh - 230px - 87px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
}
.site-error .container {
    text-align: center;
}
.site-error__number {
    font-size: 206px;
    font-weight: 600;
    line-height: normal;
}
.site-error__text {
    font-size: 20px;
}
.site-error__anchor {
    margin-top: 40px;
    font-size: 18px;
    display: inline-block;
    color: #337ab7;
}

.main-sidebar-top .content-to-hide {
    line-height: 130%;
}

.show-more .show-more--btn {
    cursor: pointer;
}

.show-more .content-to-hide {
    transition: max-height 0.4s ease;
    overflow: hidden;
    padding: 1px;
}

.show-more .content-to-hide p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.show-more:not(.active) > div:nth-child(1).content-to-hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
@media (max-width: 1250px) {
    .company-face__table {
        max-width: calc(100vw - 40px - 270px - 30px - 30px);
    }
}

@media (max-width: 1200px) {
    .company-face__text {
        margin-top: 60px;
    }
    .first-section {
        margin-top: 30px;
    }

    .title-type-one {
        font-size: 20px;
        line-height: 23px;
    }

    .first-section h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .title-type-three {
        font-size: 20px;
        line-height: 24px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .codes-grid {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -20px;
    }

    .card-cod {
        margin: 0 10px 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
    }

    .card-cod__content {
        padding: 15px;
    }

    .card-cod__logo {
        height: 70px;
    }

    .card-cod__title {
        font-size: 16px;
        line-height: 18px;
    }

    .card-cod__footer {
        padding: 20px 10px;
    }

    .default-section {
        margin-top: 40px;
    }

    .companys-filters {
        margin-top: 20px;
    }

    .companys-filters__element {
        height: 30px;
        margin-right: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .modal__content-title {
        font-size: 20px;
        line-height: 24px;
    }

    .modal__content-info {
        font-size: 14px;
        line-height: 16px;
        margin-top: 30px;
    }

    .modal__content-subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .modal__content-subtitle--website {
        margin-top: 20px;
    }

    .modal__content-question {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal__content-footer {
        margin-top: 20px;
        padding-top: 30px;
    }

    .header {
        padding: 15px 0;
    }

    .header__logo {
        margin-right: 30px;
    }

    .header__logo-img {
        height: 35px;
        width: auto;
    }

    .header__anchor {
        margin-right: 15px;
    }

    .codes__grid {
        margin-top: 20px;
    }

    .company-face__header {
        margin: 25px 0 20px;
    }

    .company-face__coupon:not(:last-child) {
        margin-bottom: 15px;
    }

    .company-face__table {
        max-width: calc(100vw - 40px - 230px - 20px);
        margin-top: 20px;
    }

    .company-face__text {
        font-size: 14px;
    }

    .company-face__grid .card-cod {
        margin: 0 10px 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px);
    }

    .toolbar__text {
        margin-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
    }

    .toolbar__text-link {
        font-size: 14px;
    }

    .toolbar__link {
        height: 30px;
        margin-top: 15px;
    }

    .toolbar__tags {
        margin-top: 20px;
        margin-right: -5px;
    }

    .toolbar__tag {
        margin-right: 5px;
        margin-bottom: 5px;
        height: 30px;
    }

    .statistic-td {
        padding-left: 4px;
    }

    .tab {
        margin-right: 10px;
        height: 35px;
    }

    .coupon__content {
        padding: 15px;
    }

    .coupon__logo {
        width: 100px;
        min-width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        min-height: 80px;
        font-size: 24px;
        line-height: 28px;
    }

    .coupon__information-subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .coupon__information-title {
        font-size: 19px;
        line-height: 21px;
    }

    .coupon__information-footer {
        margin-top: 10px;
    }

    .coupon__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        min-width: 80px;
    }

    .coupon__mobile-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .coupon__link {
        display: none;
    }

    .coupon__date {
        text-align: left;
        margin-top: 10px;
    }

    .coupon__date--mobile {
        display: block;
    }

    .coupon__date--desktop {
        display: none;
    }

    .coupon__footer {
        padding: 7px 15px 5px;
    }

    .coupon__footer-text {
        font-size: 12px;
        line-height: 14px;
    }

    .coupon__footer-more-text {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 991px) {
    .more-text-shop {
        margin-left: auto;
        margin-right: 0;
        display: block;
        margin-top: 10px;
        font-size: 13px;
    }
    .main-sidebar-bottom {
        margin-top: 24px;
    }
    .grid-row-1 {
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 0;
        grid-row-end: 1;
    }
    .grid-row-2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 0;
        grid-row-end: 2;
    }
    .main-sidebar-top {
        grid-column-start: 1;
        -ms-grid-column-span: 4;
        grid-column-end: 5;
        margin-left: 0;
    }
    .toolbar-adv,
    .main-sidebar-bottom {
        grid-column-start: 1;
        -ms-grid-column-span: 12;
        grid-column-end: 13;
        margin-left: 0;
    }
    .main-view {
        display: block;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 12;
        grid-column-end: 13;
        -ms-grid-row: 2;
        grid-row-start: 2;
        grid-row-end: 2;
        padding-left: 0;
    }
    .companys-filters__element {
        min-width: 58px;
        flex-shrink: 0;
        margin-right: 0;
    }
    .toolbar__text {
        line-height: 120%;
        margin-top: 0;
    }

    .first-section h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .toolbar__logo {
        height: auto;
        margin-right: 20px;
        margin-bottom: auto;
    }

    .card-cod {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px);
    }

    .companys-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-line {
        margin-right: 0;
    }

    .companys__element-img {
        max-height: 80px;
    }

    .shop-wrapper {
        display: block;
    }

    .company-face__header {
        margin: 20px 0 20px;
    }

    .company-face__tabs {
        margin-top: 10px;
    }

    .company-face__table {
        max-width: none;
    }

    .toolbar__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .toolbar__top-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .toolbar__stars {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
    }

    .toolbar__amount {
        font-size: 16px;
        line-height: 20px;
    }

    .toolbar__text-title {
        margin-top: 10px;
    }

    .toolbar__text {
        margin-top: 10px;
        padding-bottom: 0;
        border: none;
    }

    .toolbar__link {
        margin-top: 10px;
    }

    .toolbar__tags {
        margin-top: 10px;
    }

    .statistic-td {
        padding-left: 3px;
    }
}
@media (max-width: 768px) {
    .advertising-text {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .card-cod {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }

    .card-cod__logo {
        height: 60px;
    }

    .card-cod__date {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px;
    }

    .card-cod__title {
        font-size: 14px;
        line-height: 16px;
    }

    .card-cod__footer {
        padding: 15px 10px;
    }

    .card-cod__button {
        font-size: 14px;
        line-height: 16px;
        height: 30px;
        padding: 0 20px;
    }

    .modal-overlay {
        padding: 50px 0 0;
    }

    .modal {
        margin: auto auto 0;
        padding: 30px 20px;
    }

    .modal__close {
        top: 5px;
        right: 5px;
    }

    .modal__content-footer::after {
        width: calc(100% + 40px);
        left: -20px;
        bottom: -30px;
        height: calc(100% + 30px);
    }

    .header {
        padding-bottom: 0;
    }

    .header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 36px;
        margin-left: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 36px;
        flex: 0 1 36px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__search {
        position: relative;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 15px;
        overflow: hidden;
        height: 0;
    }

    .header__search--open {
        height: 51px;
        overflow: visible;
    }

    .search-line {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .company-face__table-line--head {
        padding-bottom: 10px;
    }

    .company-face__table-line--head .company-face__table-type,
    .company-face__table-line--head .company-face__table-text,
    .company-face__table-line--head .company-face__table-date {
        font-size: 15px;
        line-height: 18px;
    }

    .company-face__table-type {
        margin-right: 10px;
        font-size: 14px;
        line-height: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
        flex: 0 0 105px;
    }

    .company-face__table-text {
        margin-right: 20px;
    }

    .company-face__grid .card-cod {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }

    .toolbar__logo {
        margin-right: 10px;
    }

    .toolbar__text,
    .toolbar__text-link {
        font-size: 13px;
    }

    .toolbar__link {
        margin-top: 5px;
    }

    .toolbar__tag {
        padding: 0 5px;
        height: 25px;
    }

    .statistic-td {
        padding-left: 3px;
    }

    .coupon__content {
        padding: 10px 0 10px 10px;
    }

    .coupon__logo {
        width: 75px;
        min-width: 75px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        justify-content: center;
        min-height: 70px;
        margin-right: 10px;
        font-size: 20px;
        line-height: 23px;
    }

    .coupon__logo img {
        max-width: calc(100% - 16px);
    }

    .coupon__information-title {
        margin-top: 5px;
    }

    .coupon__information-footer {
        display: none;
    }

    .coupon__right {
        border: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        min-width: 60px;
    }

    .coupon__date {
        margin-top: 5px;
    }

    .coupon__footer {
        padding: 5px 10px;
    }
}

@media (max-width: 500px) {
    .shops-item-img {
        max-width: 100px;
    }
    .site-error {
        min-height: 100vh;
        min-height: calc(100vh - 66px - 201px);
    }
    .site-error__number {
        font-size: 106px;
        font-weight: 600;
    }
    .site-error__text {
        font-size: 16px;
    }
    .site-error__anchor {
        margin-top: 20px;
        font-size: 14px;
    }
    .company-face__text {
        margin-top: 40px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .first-section {
        margin-top: 20px;
    }

    .title-type-one {
        font-size: 18px;
        line-height: 20px;
    }

    .first-section h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .title-type-three {
        font-size: 18px;
        line-height: 22px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .button-type-three {
        font-size: 14px;
        line-height: 16px;
    }

    .codes-grid {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -15px;
    }

    .card-cod {
        margin: 0 5px 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }

    .card-cod__content {
        padding: 10px;
    }

    .default-section {
        margin-top: 30px;
    }

    .companys-filters {
        margin-top: 15px;
    }

    .modal__content-title {
        font-size: 18px;
        line-height: 22px;
    }

    .modal__content-info {
        margin-top: 20px;
        font-size: 12px;
        line-height: 14px;
    }

    .modal__content-subtitle {
        font-size: 10px;
        line-height: 12px;
    }

    .modal__content-subtitle--website {
        margin-top: 10px;
    }

    .modal__content-subtitle--question {
        margin-right: 10px;
    }

    .modal__content-promocode-line {
        height: 40px;
        padding: 5px 5px 5px 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .modal__content-promocode-button {
        font-size: 14px;
        line-height: 16px;
    }

    .modal__content-link {
        margin-top: 20px;
    }

    .modal__content-question-button {
        margin-right: 10px;
    }

    .modal__content-question-button-icon {
        margin-right: 4px;
    }

    .modal__content-footer {
        display: block;
    }

    .modal__content-footer {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal__content-text {
        font-size: 14px;
        line-height: 16px;
        margin-right: 0;
        text-align: center;
    }

    .modal__content-button {
        width: 100%;
        margin-top: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__anchor {
        display: block;
        margin-right: 0;
        font-size: 12px;
        line-height: 14px;
    }

    .header__anchor:not(:first-child) {
        margin-top: 5px;
    }

    .search-line__icon {
        display: none;
    }

    .search-line__input {
        padding: 0 10px;
    }

    .social-list__item a {
        width: 40px;
        min-width: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px;
    }

    .codes__grid {
        margin-top: 15px;
    }

    .companys__grid {
        margin-top: 15px;
    }

    .companys__element-img {
        max-height: 60px;
    }

    .company-face__header {
        margin: 15px 0 10px;
    }

    .company-face__header-text {
        display: none;
    }

    .company-face__tabs {
        margin-top: 0;
    }

    .company-face__table {
        margin-top: 15px;
    }

    .company-face__table-line {
        margin-top: 5px;
    }

    .company-face__table-line--head .company-face__table-type,
    .company-face__table-line--head .company-face__table-text,
    .company-face__table-line--head .company-face__table-date {
        font-size: 13px;
        line-height: 15px;
    }

    .company-face__table-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        font-size: 12px;
        line-height: 16px;
    }

    .company-face__table-text {
        font-size: 12px;
        line-height: 16px;
    }

    .company-face__table-date {
        white-space: normal;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .company-face__table-date {
        font-size: 12px;
        line-height: 19px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px;
    }

    .company-face__text {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .company-face__grid .card-cod {
        margin: 0 5px 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }

    .toolbar__top {
        margin-top: 10px;
    }

    .toolbar__logo {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .toolbar__stars {
        display: none;
    }

    .toolbar__text-link {
        font-size: 12px;
        line-height: 120%;
    }

    .toolbar__link {
        display: none;
        margin-top: 10px;
    }

    .statistic-td {
        padding-left: 2px;
    }

    .tab {
        padding: 0 10px;
        height: 30px;
        margin-right: 5px;
    }

    .coupon__information-subtitle {
        font-size: 10px;
        line-height: 11px;
    }

    .coupon__information-title {
        font-size: 15px;
        line-height: 17px;
    }

    .coupon__date {
        font-size: 12px;
        line-height: 14px;
    }

    .coupon__footer-text {
        font-size: 10px;
        line-height: 12px;
    }

    .coupon__footer-more-text {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 370px) {
    .codes-grid {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .codes-grid:last-child {
        margin-bottom: 0;
    }

    .coupon__logo {
        width: 50px;
        min-width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        min-height: 50px;
    }

    .coupon__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        min-width: 50px;
    }

    .coupon__mobile-link {
        width: 30px;
        min-width: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px;
    }
}

.banner.for-desktop {
    display: none;
}

.banner.for-mobile {
    display: block;
    text-align: center;
}

@media (min-width: 768px) {
    .banner.for-desktop {
        display: block;
    }

    .banner.for-mobile {
        display: none;
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media screen and (min-width: 575px) {
    .d-mb-none {
        display: none !important;
    }
    .d-mb-block {
        display: block !important;
    }
    .d-mb-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-mb-inline {
        display: inline !important;
    }
    .d-mb-inline-block {
        display: inline-block !important;
    }
}
@media screen and (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
}
@media screen and (min-width: 991px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1280px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

@media screen and (min-width: 575px) {
    .align-items-mb-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-mb-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-mb-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
}
@media screen and (min-width: 768px) {
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
}
@media screen and (min-width: 991px) {
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
}
@media screen and (min-width: 1280px) {
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

@media screen and (min-width: 575px) {
    .justify-content-mb-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-mb-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-mb-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-mb-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-mb-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
@media screen and (min-width: 768px) {
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
@media screen and (min-width: 991px) {
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
@media screen and (min-width: 1280px) {
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

@media screen and (min-width: 575px) {
    .flex-mb-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-mb-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-mb-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}
@media screen and (min-width: 768px) {
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}
@media screen and (min-width: 991px) {
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}
@media screen and (min-width: 1280px) {
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}

form button[type='submit'] {
    background-color: var(--button-type-two-bg);
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 18px;
}

.assessment-fotpusk .assessment-stars-fotpusk {
    margin-bottom: 12px;
    margin-top: 24px;
}
.assessment-fotpusk .assessment-star-fotpusk {
    background: transparent;
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    margin-bottom: 0;
}
.assessment-fotpusk .assessment-star-fotpusk svg {
    display: block;
    width: 23px;
    height: 23px;
}

.assessment-fotpusk .fotpusk-star-icon {
    width: 100%;
    height: 100%;
}

.assessment-fotpusk .assessment-star-fotpusk svg {
    fill: #f3d3ae;
    stroke: #f3d3ae;
}

.assessment-fotpusk .assessment-star-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    display: none;
}
.assessment-fotpusk .assessment-star-dark svg {
    fill: var(--button-type-two-bg);
    stroke: var(--button-type-two-bg);
}

.assessment-fotpusk .assessment-star-fotpusk.hover .assessment-star-dark {
    opacity: 0.5;
    transform: scale(1.1);
    display: block;
}

.assessment-fotpusk .assessment-star-fotpusk.active .assessment-star-dark {
    transform: scale(1.1);
    display: block;
    opacity: 1;
}
.assessment-fotpusk .assessment-star-fotpusk.active-user .assessment-star-dark {
    width: 100% !important;
}

.toolbar__top .show-more .content-to-hide {
    margin-top: 4px;
}

.fotpusk-total span,
.fotpusk-average span {
    font-weight: bold;
}

.pc-pnt-bnnr {
    margin-top: 24px;
}
.pc-pnt-bnnr img {
    max-width: 100%;
}
@media screen and (max-width: 991px) {
    .pc-pnt-bnnr {
        margin-top: 16px;
        margin-bottom: 16px;
        text-align: center;
    }
    .pc-pnt-bnnr a {
        text-align: center;
    }
    .toolbar__top .show-more .content-to-hide {
        margin-top: 0;
    }
}
.page-content {
    padding: 40px 0;
}
.page-content p {
    font-size: 16px;
    line-height: 130%;
}
.page-content h1 {
    text-align: center;
}
.page-content p + p {
    margin-top: 8px;
}
form#contactForm {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
}
form .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
form .form-group .control-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
form .form-group input,
form .form-group textarea {
    border: 1px solid #b1b1b1;
    min-height: 40px;
    font-size: 16px;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    outline: none;
    background: #fff;
    resize: none;
}
form .form-group + .form-group {
    margin-top: 16px;
}
.field-contactform-personaldate label {
    display: flex;
    align-items: center;
}
.field-contactform-personaldate input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    min-height: auto;
    padding: 0;
}
.form-group button {
    border: none;
    height: 48px;
    font-size: 16px;
    background-color: #1086f9;
    color: #fff;
    cursor: pointer;
}
.coupon-adv {
    position: relative;

    .coupon__mobile-link::after,
    .coupon__link:after {
        position: absolute;
        inset: 0;
        z-index: 1;
        content: '';
    }
}
.toolbar__icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}
.toolbar__top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.adv-count {
    color: var(--button-type-two-bg);
}
.adv-content {
    margin: 12px 0;
    padding: 12px;
    border: 1px dashed var(--button-type-two-bg);
}
.adv-total {
    font-weight: 700;
    display: block;
}
.adw-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background-color: var(--button-type-two-bg);
    animation: move 2s infinite;
    width: 100%;
}

@keyframes move {
    0% {
        -webkit-transform: translate(-10px);
        -moz-transform: translate(-10px);
        transform: translate(-10px);
    }

    5% {
        -webkit-transform: translate(10px);
        -moz-transform: translate(10px);
        transform: translate(10px);
    }

    10% {
        -webkit-transform: translate(-10px);
        -moz-transform: translate(-10px);
        transform: translate(-10px);
    }

    20% {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

    to {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
}

.swiper-element {
    max-width: 100vw;

    swiper-container {
        --swiper-navigation-color: var(--link);
        --swiper-navigation-size: 18px;
        --swiper-navigation-sides-offset: -10px;
    }

    swiper-slide {
    }

    swiper-container::part(button-prev),
    swiper-container::part(button-next) {
        padding: 11px 14px;
        transform: translateY(-40%);
    }
}

.swiper-element__content {
    p {
        margin: 0;
    }
}

.swiper-element__text-slide {
    position: relative;
    padding: 0 32px;
    text-align: center;
}

.swiper-element__image {
    display: flex;
    align-items: center;
    max-height: 400px;
    overflow: hidden;
}

.swiper-element__image img {
    width: 100%;
    height: auto;
}

.swiper-element__image,
.swiper-element__content {
    flex: 1;
}

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

.swiper-element__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    padding: 0 32px;
    z-index: 1;
}

.swiper-element__footer {
    display: flex;
    column-gap: 16px;
    border-radius: 8px;
    padding: 0 32px;
    overflow: hidden;
    background-color: var(--color-grey-30);
}

.app-link {
    padding: 0 32px;
    max-width: max-content;
}

.app-icon {
    display: block;
    margin-bottom: 12px;
}
.main-sidebar-top {
    -ms-grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 1;

    /* @media (max-width: 991px) {
      -ms-grid-row: 4;
      grid-row-start: 4;
      grid-row-end: 4;
  } */
}
.main-sidebar-top.grid-row-2 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    @media (max-width: 991px) {
        grid-column-start: 5;
        -ms-grid-column-span: 7;
        grid-column-end: 12;
        grid-row: 1;
    }
}
.toolbar-adv {
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    margin-left: 30px;
    margin-bottom: 30px;
    @media (max-width: 991px) {
        -ms-grid-row: 3;
        grid-row-start: 3;
        grid-row-end: 3;
        margin: 12px 0;
    }
}
.main-sidebar-bottom {
    /* @media (max-width: 991px) {
      -ms-grid-row: 5;
      grid-row-start: 5;
      grid-row-end: 5;
  } */
}
.retailer-overview {
    @media (max-width: 991px) {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
}

.desktop-only {
    @media (max-width: 991px) {
        display: none;
    }
}
.page-footer__social {
    flex: 1;
}
.company-face__text {
    --grid-w: 174px;

    .grid {
        margin: 16px 0;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
    }

    .grid-1 {
        margin: 16px 0;
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .grid-2 {
        margin: 16px 0;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        @media (width < 768px) {
            grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
        }
    }

    .grid-3 {
        margin: 16px 0;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(3, 1fr);
        @media (width < 768px) {
            grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
        }
    }

    .grid-4 {
        margin: 16px 0;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(4, 1fr);
        @media (width < 768px) {
            grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
        }
    }

    .grid-5 {
        margin: 16px 0;
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(5, 1fr);
        @media (width < 768px) {
            grid-template-columns: repeat(auto-fit, minmax(var(--grid-w), 1fr));
        }
    }
    .grid-slider {
        width: 100%;
        overflow: hidden;
        max-width: 500px;

        @media (width < 768px) {
            max-width: 100%;
        }

        swiper-container {
            overflow: hidden;
            width: 100%;
            height: 100%;
            --swiper-theme-color: #ff1b4c;
            --swiper-navigation-size: 18px;
        }

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

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

        swiper-container::part(button-prev),
        swiper-container::part(button-next) {
            background-color: #fff;
            padding: 8px 12px;
            border-radius: 50%;
        }
    }
}
.slider {
    position: relative;
    margin-bottom: 32px;

    --swiper-theme-color: var(--button-type-two-bg);
    --swiper-navigation-size: 18px;
}

.slider .swiper-button-next {
    right: -30px;

    @media (max-width: 768px) {
        right: 0;
    }
}

.slider .swiper-button-prev {
    left: -30px;
    transform: rotate(180deg);

    @media (max-width: 768px) {
        left: 0;
    }
}

.slider swiper-slide {
    height: auto;
}

.swiper-button-next:disabled,
.swiper-button-prev:disabled {
    opacity: 0.5;
    cursor: initial;
}

.swiper-button-next:disabled:hover,
.swiper-button-prev:disabled:hover {
    opacity: 0.5;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    background-color: var(--button-type-two-bg);
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.swiper-button-next:hover,
.swiper-button-prev:focus {
    opacity: 0.8;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 30px;
    height: 15px;
    fill: #fff;
}

.product-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 8px;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;

    &:hover {
        transform: scale(1.02);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
}

.product-card__cover {
    display: grid;
    place-items: center;
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
    
    img {
        max-width: 100%;
        max-height: 200px;
        object-fit: contain;
    }
}

.product-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.product-card__tag {
    position: absolute;
    top: 12px;
    right: 12px;
    padding-inline: 6px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    background-color: var(--button-type-two-bg);
}

.product-card__title {
    font-weight: 700;
    margin-top: auto;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.product-card__old {
    opacity: 0.5;
    text-decoration: line-through;
}

.shops-item-link {
    margin-top: 12px;
}

.faq-block {
    position: relative;
    font-size: 1rem;

    @media (width < 768px) {
        font-size: 4.375vw;
    }
}

.faq-block[open] {
    p {
        opacity: 1;
    }

    summary {
        margin-bottom: 10px;
    }
}

.faq-block[open]::before {
    content: '-';
}

.faq-block::before {
    display: inline-block;
    content: '+';

    position: absolute;
    top: 1.45rem;
    left: 1.25rem;
    width: 1rem;
    height: 1rem;

    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 0.7;
    font-weight: 400;
    border-radius: 0.25rem;
    background-color: var(--button-type-two-bg);
    transition: background-color 0.3s ease;
    pointer-events: none;
}

.faq-block summary,
.faq-block p {
    padding: 1.2rem;
    padding-left: 3.125rem;
}

.faq-block[open] p {
    opacity: 1;
}

.faq-block p {
    padding-top: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.faq-block summary {
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    transition: margin 150ms ease-out;
    user-select: none;

    @media (width < 768px) {
        font-size: 4.375vw;
    }
}

.faq-block summary::marker {
    content: none;
}

.faq-block summary::-webkit-details-marker {
    display: none;
}

.slider-footer {
    margin-top: 24px;
}

.slider-footer-link {
    margin-top: 12px;
    padding: 0 24px;
    align-self: flex-start;
}

.video-embed {
    position: relative;
    width: 100%;
    max-width: 800px;
    background: #d9d9d9;
    transition: background 0.3s;
}

.video-embed:hover {
    background: #c4c4c4;
}

.video-embed::before {
    content: '';
    display: block;
    padding-top: 56.25%; /* 16:9 пропорция (9/16 = 0.5625) */
}

.video-embed iframe {
    display: block;
}

.video-embed:has(iframe)::before {
    content: none;
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-icon {
    font-size: clamp(32px, 6vw, 64px);
    line-height: 1;
}

.video-embed .loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000;
    }
    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002;
    }
    66% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #0002;
    }
    100% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #000;
    }
}
.page-author {
    text-align: center;
    max-width: 880px;
    padding: 20px 0;
    margin: 0 auto;
}

.page-author__avatar {
    margin: 0 auto 16px;
}

.page-author__social {
    justify-content: center;
}

.page-author__row {
    margin-bottom: 16px;
}

.text-center {
    text-align: center;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;

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

.user-card {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.user-card__link {
    justify-content: center;
}

.shop-toolbar__avatar {
    margin: 12px 0;
}

.shop-toolbar__subtitle {
    font-weight: 700;
}

.text-hidden {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-hidden-7 {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.link {
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: var(--link);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    text-transform: capitalize;
}
.user-card__link {
    margin-top: 12px;
}

.link:hover,
.link:focus {
    color: black;
}