.btn,
body {
  font-size: 16px;
  line-height: 1.5;
}

.btn,
select {
  -webkit-appearance: none;
}

.btn,
.fx-gocup,
[onclick^="go"] {
  cursor: pointer;
}

.maincontent ul li,
input[type="file"] {
  margin-bottom: 15px;
}

.box-search-down,
.checking,
.maincontent blockquote,
.select-list,
body {
  position: relative;
}

#toTop,
.add-btn-more-text:hover,
.btn,
.btn:hover,
.category-list .item .link,
.maincontent a:hover,
a,
a:hover {
  text-decoration: none;
}

:root {
  --color-main: #f66b00;
}

.news-list .item.item-index,
html {
  height: 100%;
}

body {
  font-family: 'Manrope', sans-serif;
  letter-spacing: -0.3px;
  font-weight: 400;
  color: #202020;
  background-color: #f4f4f4;
  font-display: swap;
  overflow-anchor: none;
  overflow-x: hidden;
}

.fancybox-active {
  height: inherit;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  margin-right: var(--scrollbar-width, 0px) !important;
}

.categorys-mob.mse2-more-test .js-mse2-more-li .s-icon:empty,
.close-btn,
.compensator,
.header-mobil,
.hidden,
.medium-bar .mbfooter,
.shop-one-info .infoblok .rating.rating-hide,
.vpiska-item {
  display: none;
}

.btn,
.svg-icon {
  display: inline-block;
}

a {
  color: #3a3e3e;
}

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

.social-box {
  width: 100%;
  text-align: left;
}

.overflowscreen,
svg:not(:root) {
  overflow: hidden;
}

.svg-icon {
  vertical-align: middle;
  fill-rule: evenodd;
  width: 20px;
  height: 20px;
  fill: inherit;
}

.box-search-down .btn-search .svg-icon,
.svg-icon.mini {
  width: 16px;
  height: 16px;
}

.btn {
  border: none;
  outline: 0;
  text-align: center;
  font-weight: 500;
  padding: 10px 20px;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border 0.2s, outline 0.2s;
  background: 0 0;
  border-radius: 10px;
  min-width: 150px;
}

.add-btn-more-text,
.maincontent a,
.maincontent u {
  text-decoration: underline;
}

.mtitle,
.stitle {
  line-height: 1.25;
  text-align: left;
  margin-top: 0;
  font-weight: 500;
}

.box-search-down .btn-search,
.menu-main li .link .s-icon {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.btn-main {
  color: #fff;
  background: #f66b00;
}

.btn-main:hover {
  color: #fff;
  background: #feb049;
}

.btn-main:active {
  background: #e78300;
}

.btn-second-v1 {
  border: 1px solid #202020;
  outline: transparent solid 2px;
  color: #202020;
  background: 0 0;
}

.btn-second-v1:hover {
  border-color: #6d6d6d;
  outline: #6d6d6d solid 2px;
  color: #6d6d6d;
  background: 0 0;
}

.btn-second-v1:active {
  background: #e78300;
  border: 3px solid transparent;
}

.btn-white {
  background: #fff;
}

.btn-white:hover {
  color: #fff;
  background: #ff5722;
}

.btn-grey-v2 {
  color: #828282;
  background: #eee;
  border: 1px solid #9d9d9d;
}

.btn-grey-v2:hover {
  color: #fff;
  background: #828282;
}

#toTop:hover .svg-icon,
.btn-grey-v2:hover .svg-icon {
  fill: #fff;
}

.btn-bigger {
  padding: 12px 25px 11px;
  text-transform: uppercase;
}

.btn-weed {
  width: 100%;
  min-width: inherit;
}

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

.mtitle {
  font-size: 24px;
}

.stitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.descrip {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  max-width: 66%;
  margin: 5px auto 30px;
}

.checking,
.maincontent ul li:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

h1 {
  font-weight: 500;
}

body .jGrowl {
  z-index: 99999;
}

.alert,
body .alert {
  color: #222;
  font-size: 18px;
}

.alert.green,
body .alert.af-message-success {
  background-color: #aef1ae !important;
}

.alert.red,
body .alert.af-message-error {
  background-color: #ffafaf !important;
}

.alert.yellow,
body .alert.af-message-info {
  background-color: #fff47f !important;
}

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
  font-family: Manrope, Arial, Gilroy, sans-serif;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  color: #333;
  border: 1px solid #cdcdcd;
  outline: 0;
  border-radius: 9px;
}

input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:hover,
select:hover,
textarea:hover {
  border: 1px solid #bbb;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #f66b00;
}

select {
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select-down.svg) right 20px center no-repeat #fff;
}

select option {
  padding: 10px;
  border-color: #7c7c7c;
}

.icheckbox input[type="checkbox"],
.icheckbox input[type="radio"] {
  position: absolute;
  visibility: hidden;
  top: 0;
}

.checking {
  background: #fff;
  width: 16px;
  height: 16px;
  border: 0 solid #cdcdcd;
}

.boxlabel,
ul.breadcrumbs li {
  display: inline-block;
}

input:checked+.boxlabel .checking:after {
  content: "";
  display: block;
  background: url(../img/checkbox.svg) no-repeat #fff;
  width: 13px;
  height: 10px;
  margin: 2px 0 0 1px;
}

input.checked+.boxlabel .checking:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  background: red;
  border-radius: 2px;
}

input.error+.boxlabel {
  color: red;
  padding: 3px 5px;
  border: 2px dashed red;
  border-radius: 4px;
  margin: -3px 0;
}

.select-list {
  font-size: 14px;
  color: #6d6d6d;
}

.select-list .sort_info {
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 9px;
  padding: 0 40px 0 24px;
  cursor: pointer;
  height: 53px;
  line-height: 52px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  color: #333;
  flex-wrap: wrap;
  display: flex;
}

.pagination li,
.select-list .sort_info span {
  margin-right: 15px;
}

.select-list .sort_info:after {
  background: url("../img/select-down.svg") no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  margin-top: -3px;
}

.select-list .sort_info:active:after {
  margin-top: -2px;
}

.pagination .control .svg-pagi-rt,
.select-list .sort_info.open:after {
  transform: rotate(180deg);
}

.select-list .sort_info.open {
  border-radius: 8px 8px 0 0;
  box-shadow: 4px 0 20px rgba(103, 103, 103, 0.25);
}

.select-list .popup-listing {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 0;
  border: 1px solid #cdcdcd;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  cursor: context-menu;
  box-shadow: 4px 10px 21px rgba(103, 103, 103, 0.25);
}

.popup-listing .filter_body .label-item {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px 24px;
}

.popup-listing .filter_body .label-item:last-child {
  border-bottom: none;
}

.popup-listing .filter_body {
  margin-left: 0;
  display: flex;
  flex-direction: column;
}

.forma .label,
.header-top .logotype,
.header-top .logotype img,
.select-list .sort_info.open+.popup-listing,
.shops-list .item .img-logo img,
.telegram-banner .image img {
  display: block;
}

.personal-field {
  padding: 15px 0;
}

.personal-field .link {
  float: right;
  font-style: italic;
}

.forma .label {
  font-size: 16px;
  padding: 28px 1px 10px;
  font-weight: 500;
  color: #111;
}

.maincontent {
  font-size: 16px;
  line-height: 1.5;
  color: #202020;
}

.maincontent .imag {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.buklet-list .item img,
.maincontent .imag img,
.splide__slide img {
  border-radius: 10px;
}

.maincontent h2 {
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 10px;
  margin-top: 20px;
}

.maincontent h3,
.maincontent h4 {
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 700;
  color: #202020;
}

.maincontent h3 {
  font-size: 16px;
}

.maincontent h4 {
  font-size: 14px;
}

.maincontent p {
  margin-bottom: 12px;
}

.maincontent:after {
  content: "";
  display: block;
  clear: both;
}

.maincontent b,
.maincontent strong {
  font-weight: 700;
}

.maincontent em,
.maincontent i {
  font-style: italic;
}

.maincontent .justifyfull {
  text-align: justify;
}

.maincontent .justifyleft,
.modalform .modal-title.left {
  text-align: left;
}

.maincontent .justifyright {
  text-align: right;
}

.maincontent ol,
.maincontent ul {
  margin: 15px 0;
}

.maincontent ul li {
  list-style: none;
}

.maincontent ul li:before {
  content: "";
  background: url(../img/ul-li-check-orange.svg) no-repeat;
  width: 27px;
  height: 28px;
  flex: 0 0 auto;
}

.maincontent ol li {
  list-style: decimal inside;
  margin-bottom: 3px;
}

body .maincontent ul li::marker {
  text-align-last: start !important;
}

hr {
  border: 0;
  border-top: 1px solid #ebebeb;
  margin: 5px 0 15px;
}

.maincontent hr {
  border-color: #ebebeb;
  margin: 10px 0 20px;
}

.maincontent table {
  width: 100%;
  border: 1px solid #333;
}

.maincontent table td,
.maincontent table th {
  border: 1px solid #333;
  padding: 5px 10px;
  width: 25%;
}

.maincontent a {
  color: #202020;
}

.maincontent .image {
  float: left;
  margin: 0 15px 10px 0;
}

.maincontent blockquote {
  min-height: 158px;
  background-color: rgba(111, 207, 151, 0.3);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  line-height: 1.5;
  font-size: 18px;
  padding: 10px 20px 10px 95px;
  margin-bottom: 10px;
}

.maincontent blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -18px;
  background-color: #088047;
  background-image: url("../img/iconsvg-vosklik.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.maincontent blockquote ul {
  width: 100%;
}

.maincontent.shop-text {
  color: #6d6d6d;
  font-weight: 500;
}

.maincontent.shop-text a {
  color: #6d6d6d;
}

@media screen and (max-width: 1200px) {
  .maincontent .imag {
    max-width: 50%;
  }
}

.wrapp {
  margin: 0 65px;
}

.header-top {
  background: #fff;
  padding: 20px 0;
}

.header-top .logo img {
  max-width: 182px;
}

.box-search-down {
  margin-right: 25px;
}

.box-search-down .input {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 14px 20px;
}

.box-search-down .btn-search {
  border: none;
  background: 0 0;
  padding: 3px 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.box-search-down .btn-search:hover {
  background: #feb049;
  fill: #fff;
}

.mainbox {
  padding-top: 40px;
  padding-bottom: 60px;
}

.shop-one-info .infoblok .rating-total,
.sidebar-left,
.slider {
  margin-bottom: 20px;
}

.sidebar-left .sbtitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 10px;
}

.sidebar-left .sbbody.style-ads {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.medium-bar {
  margin: 20px 0 0;
}

.menu-main li .link,
.social-main li .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 500;
  color: #202020;
}

.footer .social-main li .link .svg-icon,
.menu-main li .link .svg-icon {
  width: 21px;
  height: 21px;
}

.menu-main li .link .s-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 44px;
  height: 44px;
  background: #fff;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  fill: #6d6d6d;
  transition: 0.2s;
}

.menu-main li.active .link {
  border: 1px solid #ccc;
}

.footer .social-main li .link:hover .s-icon,
.menu-main li .link:hover .s-icon,
.modal-socialy .social-main li .link:hover .s-icon,
.social-main li .link:active .s-icon {
  background-color: #feb049;
  fill: #ffffff;
}

.menu-main li .link:active .s-icon,
.social-main li .link:hover .s-icon {
  background-color: #e78300;
  fill: #ffffff;
}

.social-main li .link .s-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #f66b00;
  fill: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.splide__arrows .splide__arrow {
  width: 44px;
  height: 44px;
  background: #f4f4f4;
  box-shadow: 0 0 8.8px rgba(0, 0, 0, 0.1);
  border-radius: 8.8px;
  fill: var(--color-main);
}

.splide__arrow svg {
  fill: inherit;
  width: 8px;
  height: 14px;
}

.pagination li a:hover,
.splide__arrows .splide__arrow:hover {
  border: 1px solid #6d6d6d;
}

.splide__arrows .splide__arrow:active {
  background: #e78300;
  fill: #fff;
}

.splide__pagination {
  bottom: 15px;
}

.splide__pagination__page {
  background: #cdcdcd;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  margin: 3px 6px;
}

.splide__pagination__page.is-active {
  background: var(--color-main);
  transform: scale(1);
}

.cupons-list .item,
.shops-list .item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 9px;
}

:root {
  --height-slider: 470px;
}

.main_slider {
  position: relative;
  text-align: center;
}

.listovki-list .item.reklama,
.main_slider .slider-box {
  border-radius: 10px;
  overflow: hidden;
}

.panelka {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-top: 10px;
  display: flex;
}

.panelka .data {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.footer .menu-footer li:last-child,
.footer .social-main li:last-child,
.pagination li:last-child,
.panelka .data:last-child {
  margin-right: 0;
}

.panelka .svg-icon {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.panelka .svg-icon.icon-time,
.shop-head .icon-time {
  height: 16px;
  width: 15px;
  margin-bottom: 0;
  flex: 1 0 auto;
}

.shop-one-info .infoblok .panelka {
  gap: 5px;
}

.shop-one-info .infoblok .panelka .data {
  align-items: normal;
  line-height: 1.3;
}

.cupons-list .itm,
.frq-area-list,
.info-list .list li,
.listovki-list .itm,
.news-list .itm,
.shops-list .itm {
  margin-top: 20px;
}

.shops-list .item {
  position: relative;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

.cupons-list .item:hover,
.listovki-list .item:hover,
.shops-list .item:hover {
  border: 1px solid var(--color-main);
}

.shops-list .item .img-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 5px;
  height: 125px;
}

.shops-list .item .panelka,
.votedform .rating .rating-stars .svg-icon.on {
  fill: var(--color-main);
}

a.alink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

a.alink:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  -webkit-clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  max-width: 1px !important;
  max-height: 1px !important;
}

.buklet-list,
.listovki-list,
.promo-btn,
.telegram-banner {
  position: relative;
}

.cupons-list {
  align-items: end;
}

.cupons-list .item {
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

.cupons-list .item .img-logo picture,
.cupons-list-v2 .item .img-logo picture {
  display: block;
  width: 100%;
}

.cupons-list .item .img-logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cupons-list .item .img-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.cupons-list .item .title,
.listovki-list .item .title {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 10px;
}

.cupons-list .item .panelka {
  display: flex;
  fill: transparent;
  font-size: 14px;
  font-weight: 400;
}

.cupons-list .item.reklama {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.cupons-list .item.reklama img {
  display: block;
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 1039px) {
  .sidebar-left .sbtitle {
    font-size: 18px;
  }

  .cupons-list .item .title {
    font-size: 16px;
  }
}

.cupons-list-v2 .itm {
  width: calc(50% - 5px);
  content-visibility: auto;
  contain-intrinsic-size: auto 220px;
}

/* СкидкаБот: 2 колонки на десктопе, 1 на мобиле (внутри .cupons-list-v2) */
.cupons-list-v2 .itm-cuponbot {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.cupons-list-v2 .itm-cuponbot .skidka-bot {
  margin: 0;
}

.cupons-list-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

#mse2_results.is-mfilter-loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.cupons-list-v2 .item {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #0000001a;
  letter-spacing: 0;
  outline: transparent solid 1px;
  -webkit-transition: outline 0.2s;
  -moz-transition: outline 0.2s;
  -ms-transition: outline 0.2s;
  -o-transition: outline 0.2s;
  transition: outline 0.2s;
}

.footer,
.footer .social-main li .link .s-icon,
.frq-area-list .item-box,
.info-list,
.listovki-list .item,
.news-list .item,
.telegram-banner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cupons-list-v2 .item:hover {
  outline: 1px solid var(--color-main);
  outline-offset: -1px;
}

.cupon-list .item.is-promo-loading,
.cupons-list-v2 .item.is-promo-loading {
  opacity: 0.85;
  pointer-events: none;
}

.cupons-list-v2 .item .img-logo {
  flex: 0 0 auto;
  width: 180px;
  padding: 10px;
  border-radius: 9px;
}

.cupons-list-v2 .item .img-logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cupons-list-v2 .item .info-text {
  flex: 1 1 auto;
  padding: 10px 10px 10px 2px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7px;
}

.cupons-list-v2 .item .info-text .vid {
  margin-top: auto;
}

.cupons-list-v2 .item .info-text .vid .panelka {
  display: flex;
  margin-top: 0;
  font-size: 14px;
  color: #c4c4c4;
}

.cupons-list-v2 .item .info-text .vid .panelka .svg-icon {
  margin-right: 5px;
  fill: transparent;
  stroke: #c4c4c4;
}

.cupons-list-v2 .item .info-text .vid .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #e06d1c;
}

.cupons-list-v2 .item .info-text .title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
}

.cupons-list-v2 .item .inf-promo {
  padding: 10px 15px;
  border-left: 2px dashed #e0e0e0;
  align-items: center;
  display: none;
}

.cupons-list-v2 .item .inf-promo.akciya .btn {
  width: 236px;
}

.cupons-list-v2 .item .inf-bottom {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

.cupons-list-v2 .item .inf-bottom .promo-btn-sale {
  font-size: 14px;
  min-width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-btn {
  width: 100%;
  min-width: 236px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.promo-btn .promo-cupon {
  height: 33.5px;
  border-radius: 10px;
  padding: 6px 10px;
  background-color: #e06d1c14;
  border: 2px dashed #e06d1cb5;
  color: #222;
  text-align: center;
  margin-left: auto;
}

.frq-area .mtitle,
.modalform .btn-area,
.promo-btn .open~.promo-cupon {
  text-align: center;
}

.promo-btn .promo-btn-hiden {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  text-align: center;
  background-color: #f66b00;
  color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-soc,
.listovki-list .item {
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
}

.promo-btn .promo-btn-hiden:hover {
  background-color: #e78300;
}

.promo-btn.small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  min-width: 145px;
}

.cupons-list-v2 .item .inf-bottom.show-pc {
  display: flex;
  gap: 10px;
}

.img-precent-sale {
  display: flex;
  height: 160px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 61px;
  font-weight: 500;
  border: 2px dashed #9d9c9c;
  border-radius: 9px;
}

.cupons-list-v2 .item .promo-btn-sale {
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 6px 10px;
  background-color: #e06d1c14;
  color: #f66b00;
  align-content: center;
}

.cupons-list-v2 .item .promo-btn-sale .through {
  text-decoration: line-through;
}

.cupons-list-v2 .item .promo-btn-sale.bg-org-col-wth {
  background-color: #f66b00;
  color: #fff;
  font-weight: 700;
}

.cupons-list-v2 .item .promo-btn-sale.bg-grey-col-blck {
  background-color: #f3f3f3;
  color: #111;
}

@media screen and (max-width: 1100px) {
  .cupons-list-v2 .item .info-text .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .cupons-list-v2 .itm {
    width: auto;
  }

  .cupons-list-v2 .item .promo-btn-sale.bg-org-col-wth {
    padding: 7px 12px 6px;
  }

  .cupons-list-v2 {
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: column;
  }

  .cupons-list-v2 .item .info-text {
    padding: 10px 15px 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px;
  }

  .cupons-list-v2 .item .info-text .title {
    font-size: 18px;
    font-weight: 500;
  }

  .promo-btn.small .promo-btn-hiden {
    right: 0;
    width: auto;
    height: 100%;
    text-align: center;
    padding: 7px 12px 6px;
  }

  .promo-btn.small .promo-cupon {
    padding: 6px;
    font-weight: 700;
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .promo-btn.small .open~.promo-cupon {
    text-align: center;
  }

  .cupons-list-v2 .item .inf-promo {
    display: none;
  }

  .cupons-list-v2 .item .info-text .vid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  body.compensate-for-scrollbar {
    margin-right: 0 !important;
  }

  .header-top .logotype {
    margin-bottom: 15px;
  }

  .mainbox {
    padding-top: 20px;
  }

  .cupons-list-v2 .item .info-text .title {
    font-size: 15px;
    line-height: 1.25;
  }

  .cupons-list-v2 .item .promo-btn-sale.bg-grey-col-blck {
    color: #929292;
    font-weight: 400;
  }
}

@media screen and (max-width: 480px) {
  .cupons-list-v2 .item .img-logo {
    width: 37.944%;
    max-width: 160px;
  }

  .cupons-list-v2 .item .inf-bottom .promo-btn-sale,
  .cupons-list-v2 .item .info-text .vid .name,
  .cupons-list-v2 .item .info-text .vid .panelka,
  .promo-btn.small {
    font-size: clamp(12px, calc((14 / 430) * 100vw), 14px);
  }

  .cupons-list-v2 .item .info-text .title {
    overflow: hidden;
    font-size: clamp(13px, calc((17 / 430) * 100vw), 17px);
    margin-bottom: 5px;
  }

  .img-precent-sale {
    aspect-ratio: 1;
    height: 100%;
    font-size: 40px;
  }

  .cupons-list-v2 .item .inf-bottom {
    width: 100%;
  }

  .cupons-list-v2 .item .inf-bottom .promo-btn-sale.bg-org-col-wth,
  .promo-btn.small {
    width: 70%;
  }

  .cupons-list-v2 .item .inf-bottom .promo-btn-sale {
    width: 55px;
  }

  .cupons-list-v2 .item .promo-btn-sale.bg-org-col-wth {
    font-weight: 700;
  }
}

@media screen and (max-width: 390px) {
  .cupons-list-v2 .item .img-logo {
    min-width: 30vw;
    flex: 1;
  }
}

.listovki-list .item {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: border 0.2s;
  padding: 9px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.listovki-list .item .img-shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 2px 5px;
  height: 54px;
  margin-bottom: 10px;
}

.listovki-list .item .img-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 330px;
  flex: 1 1 auto;
}

.listovki-list .item .img-logo img {
  display: block;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.listovki-list .item .panelka {
  display: flex;
  fill: transparent;
}

.listovki-list .item.reklama img {
  display: block;
  border-radius: 10px;
}

.telegram-banner {
  background: #fff;
  padding: 40px 20px;
  overflow: hidden;
  border-radius: 10px;
}

.telegram-banner .image {
  width: 290px;
  position: absolute;
  right: 20px;
  top: 6px;
}

.telegram-banner .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  position: relative;
}

.telegram-banner .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #6d6d6d;
  max-width: 395px;
  margin-top: 10px;
  position: relative;
}

.telegram-banner .btn-area {
  position: relative;
  width: fit-content;
  margin-top: 22px;
}

.btn-soc {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px 10px 10px;
  background: #27a6e5;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  transition: border 0.2s;
}

.btn-soc .s-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 8.8px;
  margin-right: 15px;
}

.btn-soc .s-icon .svg-icon {
  fill: #27a6e5;
  width: 22px;
  height: 22px;
}

.btn-soc:hover {
  background: #56bdf0;
}

.btn-soc:hover .s-icon .svg-icon {
  fill: #56bdf0;
}

.btn-soc:active {
  background: #2283b4;
}

.btn-soc:active .s-icon .svg-icon {
  fill: #2283b4;
}

.news-list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  outline: transparent solid 1px;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: outline 0.2s;
  height: 100%;
}

.news-list .item:hover {
  outline: #f66b00 solid 1px;
}

.news-list .item .image img {
  display: block;
  border-radius: 10px 10px 0 0;
}

.news-list .item.item-short .image img {
  border-radius: 10px 0 0 10px;
}

.news-list .item .text {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}

.news-list .item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
}

.news-list .item .desc {
  font-weight: 400;
  font-size: 14px;
  color: #6d6d6d;
  margin-top: 14px;
  margin-bottom: 5px;
}

.news-list .item.item-short {
  flex-direction: row;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-bottom: 20px;
  height: auto;
}

.news-list .item.item-short:last-child {
  margin-bottom: 0;
}

.news-list .item.item-short .image {
  flex: 0 0 auto;
}

.news-list .item.item-short .text {
  padding: 10px 10px 10px 20px;
}

.news-list .item.item-short .desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 5px;
  margin-bottom: 0;
}

.mini-text {
  font-weight: 300;
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 20px;
}

.info-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.info-list .image {
  flex: 0 0 auto;
  max-width: 360px;
  width: 43%;
}

.info-list .image+.desc {
  margin-left: 20px;
}

.info-list .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.info-list .list li:first-child {
  margin-top: 10px;
}

.info-list .list .svg-icon {
  width: 27px;
  height: 28px;
  margin-right: 5px;
}

.info-list .list .name {
  font-weight: 500;
  font-size: 18px;
}

.footer,
.info-list .list .text {
  font-weight: 300;
  font-size: 12px;
}

.info-list .list .text {
  line-height: 1.25;
  color: #787b82;
  margin-top: 5px;
}

.footer {
  background: #fff;
  padding: 50px 0;
  line-height: 16px;
  color: #6d6d6d;
}

.footer .text-prisoed {
  font-weight: 500;
  font-size: 18px;
  color: #202020;
}

.footer .menu-footer {
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .menu-footer li {
  margin-right: 20px;
}

.footer .soc-desc {
  max-width: 350px;
  margin-top: 45px;
}

.footer .social-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer .social-main li .link,
.modal-socialy .social-main li .link {
  padding: 0;
}

.footer .social-main li .link .s-icon {
  background: #fff;
  margin-right: 0;
  fill: #6d6d6d;
  width: 50px;
  height: 50px;
}

.footer .cosial-main li .link:active .s-icon,
.modal-socialy .cosial-main li .link:active .s-icon {
  background-color: #f66b00;
  fill: #ffffff;
}

.footer .social-main li {
  margin-right: 10px;
}

.copyright a {
  color: inherit;
}

.copyright a.avision,
.copyright a:hover {
  border-bottom: 1px solid #b9b9b9;
}

.copyright a.avision:hover {
  color: #000;
  border-bottom: 1px solid #464646;
}

.category-list {
  position: relative;
  margin-top: 20px;
  padding: 0 0 10px 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.category-list .item {
  margin-top: 10px;
  margin-right: 10px;
}

.category-list .item .link {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  background: #f4f4f4;
  padding: 5px 10px 5px 5px;
  border-radius: 9px;
  width: max-content;
  border: none;
  color: #202020;
}

.category-list .item .link.link-btn {
  height: 34px;
  padding: 5px 16px;
  color: #fff;
  background-color: #f66b00;
  gap: 5px;
  flex-wrap: nowrap;
  justify-content: center;
}

.category-list .item:not(.active) .link:hover {
  outline: #6d6d6d solid 1px;
  outline-offset: -1px;
}

.category-list .item:not(.active) .link:active {
  background: #e78300;
  outline-color: #e78300;
  color: #fff;
}

.category-list .item .link .s-icon,
.categorys-mob .btn-more .link .s-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #202020;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.category-list .item .link .s-icon img {
  filter: brightness(1);
  filter: brightness(0);
  opacity: 0.5;
}

.category-list .item .link .s-icon img.mse2-cat-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.category-list .item.js-mse2-all-btn .link .s-icon img {
  width: 17px;
  height: 17px;
  max-width: 17px;
  max-height: 17px;
  object-fit: contain;
  display: block;
}

.category-list .item .link .text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
}

#toTop:hover,
.category-list .item.active .link,
.categorys-mob .btn-more .link:active {
  background: var(--color-main);
}

.category-list .item.active .link .s-icon img {
  opacity: 1;
}

.category-list .item.active .link .text {
  color: #fff;
}

.categorys-mob {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.categorys-mob.mse2-more-test {
  overflow: visible;
}

.categorys-mob.mse2-more-test #mse2_filters_content {
  overflow: hidden;
  transition: max-height 0.3s;
  border-radius: 10px;
}

.categorys-mob.mse2-more-test:not(.is-expanded) #mse2_filters_content {
  max-height: 158px;
}

.categorys-mob.mse2-more-test.mse2-more-initial-sync #mse2_filters_content {
  transition: none;
}

.categorys-mob.mse2-filters-static .category-list,
.categorys-mob.mse2-more-test .category-list {
  flex-wrap: wrap;
  margin-right: 0 !important;
}

.categorys-mob.mse2-filters-static ul.category-list>li.item,
.categorys-mob.mse2-more-test ul.category-list>li.item {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.categorys-mob.mse2-more-test ul.category-list>li.item.js-mse2-collapsed-hide,
.mse2_pagination {
  display: none !important;
}

.categorys-mob.mse2-more-test .js-mse2-more-li .link .text,
.votedform .rating .rating-stars .svg-icon:first-child {
  margin-left: 0;
}

.categorys-mob .category-list {
  width: auto;
  flex-wrap: nowrap;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0 !important;
}

.categorys-mob .category-list .item {
  flex: 0 0 auto;
  width: max-content;
}

.categorys-mob.open .category-list {
  flex-wrap: wrap;
}

.categorys-mob.open .category-list .item1-stamp {
  position: absolute;
  top: 0;
  left: 10px;
}

.categorys-mob .btn-more {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
}

.categorys-mob .btn-more .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f4f4f4;
  border-radius: 9px;
  padding: 5px;
}

.categorys-mob .btn-more .link .svg-icon {
  width: 8px;
  height: 14px;
  transform: rotate(90deg);
  fill: #6d6d6d;
}

.categorys-mob.open .btn-more .link .svg-icon {
  transform: rotate(270deg);
}

ul.breadcrumbs {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

ul.breadcrumbs li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin: 0 7px;
  vertical-align: middle;
  background: url(../img/icon-arr-crumbs.svg) 0 0/100% auto no-repeat;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 28px;
  right: 16px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 8.8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: 0.3s linear;
  z-index: 101;
}

#toTop .svg-icon {
  transform: rotate(-90deg);
  fill: var(--color-main);
  position: relative;
  top: 8px;
  width: 8px;
  height: 14px;
}

.shop-one-info {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  color: #555;
}

.shop-one-info .image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 5px;
  height: 172px;
  max-width: 270px;
  width: 33%;
}

.shop-one-info .infoblok {
  max-width: 145px;
  margin-left: 20px;
  font-size: 16px;
}

.shop-one-info .infoblok .rating {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.rating .rating-stars {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  min-width: 7.9rem;
}

.rating .rating-stars .svg-icon.grey,
.votedform .rating .rating-stars .svg-icon.check~.svg-icon {
  fill: #6d6d6d;
}

.rating .rating-stars .svg-icon {
  fill: var(--color-main);
  margin-left: 5px;
  width: 16px;
}

.rating .rating-one-stars .svg-icon {
  margin-left: 3px;
}

.shop-one-info .infoblok .panelka {
  flex-direction: column;
  fill: transparent;
  align-items: flex-start;
}

.shop-one-info .infoblok .panelka .data {
  margin-right: 0;
  margin-bottom: 12px;
}

.shop-one-info .textblok {
  margin-left: 16px;
  width: 46%;
}

.shop-one-info .textblok .name {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 14px;
  color: #202020;
}

.shop-one-info .textblok .desc {
  margin-bottom: 14px;
}

.shop-one-info .textblok .desc p+p {
  margin-top: 9px;
}

.shop-one-info .textblok .more {
  color: #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}

.shop-one-info .textblok .more:hover {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1201px) {
  .shop-one-info .image {
    width: 29%;
  }

  .shop-one-info .textblok {
    width: 45%;
  }

  .shop-one-info .textblok .desc {
    font-size: 14px;
  }

  .shop-one-info .infoblok,
  .shop-one-info .infoblok .panelka {
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {

  .box-search-down,
  .footer .menu-footer li:last-child {
    margin-right: 0;
  }

  .menu-main li .link .s-icon,
  .social-main li .link .s-icon {
    margin-right: 13px;
  }

  .menu-main li .link,
  .social-main li .link {
    font-size: 16px;
  }

  .telegram-banner .desc,
  .telegram-banner .title {
    width: 50%;
  }

  .news-list .item.item-index .image,
  .news-list .item.item-index .image img {
    width: 100%;
  }

  .info-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .info-list .image {
    width: 100%;
    max-width: inherit;
    height: 168px;
    background: #f6f6f6;
    text-align: center;
    border-radius: 10px;
  }

  .info-list .title {
    display: none;
  }

  .footer .menu-footer {
    font-size: 14px;
  }

  .footer .menu-footer li {
    margin-right: 5px;
  }

  .shop-one-info .image {
    width: 270px;
  }

  .shop-one-info .textblok {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }

  .shop-one-info .textblok .desc.showhide {
    margin-bottom: 0;
    margin-top: 0;
  }

  .shop-one-info .textblok .desc {
    font-size: 15px;
    margin-top: 20px;
  }

  .shop-one-info .infoblok {
    max-width: inherit;
  }

  .shop-one-info .infoblok .rating-totals {
    position: relative;
    margin-left: 20px;
  }

  .shop-one-info .add-btn-more-text {
    color: #f66b00;
    font-size: 14px;
  }

  .shop-one-info .infoblok .rating-totals:before {
    content: "";
    display: block;
    position: absolute;
    height: 65%;
    left: -10px;
    top: 3px;
    border-left: 1px solid #d0d0d0;
  }
}

@media screen and (max-width: 575px) {
  .inner-page .maincontent {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .maincontent .imag {
    float: none;
    margin-left: 0;
    max-width: 380px;
    width: auto;
  }

  .maincontent.shop-text {
    font-size: 15px;
  }

  .maincontent.shop-text .link {
    font-size: 16px;
    color: var(--color-main);
  }

  .maincontent.shop-text .link:hover {
    text-decoration: none;
  }

  .shop-one-info .infoblok .panelka .data,
  .shop-one-info .infoblok .rating {
    margin-bottom: 0;
  }

  .shop-one-info .infoblok .panelka {
    margin-top: 4px;
  }

  .shop-one-info {
    padding: 10px;
  }

  .shop-one-info .image {
    width: 47%;
    height: auto;
    max-width: 47%;
  }

  .shop-one-info .infoblok {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 40%;
  }

  .shop-one-info .textblok {
    width: auto;
    margin-left: 0;
    margin-top: 15px;
  }

  .rating .rating-stars {
    min-width: initial;
  }
}

@media screen and (max-width: 440px) {
  .shop-one-info .image {
    width: 164px;
    height: 73px;
  }

  .shop-one-info .textblok .name {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 374px) {
  .shop-one-info .image {
    width: auto;
    height: 73px;
  }
}

.minidesc {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
}

.frq-area-list .item-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.frq-area-list .item-box .title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  min-height: 45px;
  font-weight: 500;
  color: #202020;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  padding-right: 50px;
}

.frq-area-list .item-box .title:after {
  content: "";
  background: url("../img/icon-plus.svg") center center/25px 25px no-repeat #f66b00;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  padding: 5px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.frq-area-list .item-box .title.open:after {
  background-image: url("../img/icon-minus.svg");
}

.frq-area-list .item-box .otvet .bodyh {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #cdcdcd;
  color: #6d6d6d;
}

.frq-area-list .item-box .otvet .bodyh p+p {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .frq-area-list .item-box .title {
    font-size: 20px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0;
}

.pagination .control {
  fill: transparent;
  stroke: #202020;
}

.pagination .control.disable .page-link {
  fill: transparent;
  stroke: #cdcdcd;
  cursor: inherit;
  border: 1px solid transparent !important;
}

.pagination li .page-link {
  min-width: 44px;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #202020;
  background: #fff;
}

.pagination li.active a {
  background-color: var(--color-main);
  color: #fff;
}

@media screen and (max-width: 359px) {
  .cupons-list-v2 .item .info-text {
    padding-right: 8px;
  }

  .cupons-list-v2 .item .promo-btn-sale {
    padding: 4px;
  }

  .cupons-list-v2 .item .inf-bottom.show-pc {
    gap: 5px;
  }

  .promo-btn.small {
    width: 65%;
  }

  .promo-btn.small .promo-btn-hiden {
    padding: 6px 3px;
    font-size: 11px;
  }

  .shop-one-info .infoblok {
    margin-left: 10px;
    max-width: inherit;
  }

  .listovki-list.mob-version .item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.modalform {
  border-radius: 10px;
  max-width: 770px;
  width: 100%;
  padding: 73px 40px 40px;
}

.modalform.form {
  padding-top: 48px;
}

.modalform .modal-title {
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
}

.modalform .modal-title.left+.modal-desc {
  margin-top: 15px;
}

.modalform .image img {
  display: block;
  border-radius: 9px;
  margin: 0 auto;
}

.modalform .modal-content img {
  max-width: 560px;
}

.modalform .modal-content {
  margin-top: 15px;
  font-weight: 500;
  color: #6d6d6d;
  text-align: center;
}

.modalform .modal-content,
.modalform .modal-content * {
  font-size: 18px !important;
}

.modalform .modal-ps {
  color: #6d6d6d;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 500;
}

.modalform .modal-desc {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}

.modalform .modal-desc b {
  color: #f66b00;
  font-weight: 500;
}

.modalform .modal-telo .podpis {
  font-size: 18px;
  font-weight: 500;
  color: #6d6d6d;
}

.modalform .modal-telo .podpis.podpis-top {
  color: #333;
  margin-bottom: 15px;
}

.modalform .modal-telo {
  margin-top: 30px;
  border-radius: 10px;
  background: #f4f4f4;
  text-align: center;
  padding: 40px;
}

.cupones .modal-date,
.cupones .modal-telo div+.btn,
.modal-socialy,
.modalform .modal-only-btn,
.modalform .modal-time {
  margin-top: 30px;
}

.modal-socialy .social-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-socialy .social-main li {
  margin-right: 30px;
  min-width: 230px;
}

.modal-socialy .social-main li .link .s-icon {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  fill: #6d6d6d;
  width: 50px;
  height: 50px;
}

.fancybox-slide--html .modalform .fancybox-close-small {
  padding: 0;
  right: 30px;
  top: 30px;
}

.fancybox-slide--html .modalform .fancybox-close-small svg,
.fancybox-slide--html .modalform .fancybox-close-small svg path {
  width: 44px;
  height: 44px;
  fill: #f66b00;
}

@media screen and (max-width: 574px) {

  .modalform .modal-content,
  .modalform .modal-content * {
    font-size: 16px !important;
  }

  .modalform .modal-content img {
    max-width: 100%;
  }
}

.cupones .modal-kupon,
.cupones .modal-kupon .prom {
  font-size: 24px;
  line-height: 20px;
  color: #f66b00;
  text-align: center;
  font-weight: 500;
}

.cupones .modal-kupon {
  border-bottom: 1px solid #cdcdcd;
  margin: 20px auto 0;
  max-width: 400px;
  width: fit-content;
}

.cupones .modal-kupon .prom {
  background: 0 0;
  outline: 0;
  border: 0;
  width: 100%;
}

.cupones .modal-telo .btn {
  padding-left: 32px;
  padding-right: 32px;
}

.cupones .timeend {
  font-size: 16px;
  font-weight: 500;
  color: #f66b00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.cupones .exticon {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cupones .exvg-clock {
  background-image: url("../img/clock.svg");
}

.votedform.modalform .modal-telo {
  padding: 20px;
}

.votedform .rating-stars {
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 13px;
  margin-left: 0;
}

.votedform .rating .rating-stars .svg-icon {
  cursor: pointer;
  margin-left: 8px;
  fill: #6d6d6d;
}

.voices-msg {
  text-align: center;
  font-size: 18px;
  color: var(--color-main);
  font-weight: 500;
}

.voices-msg.msg-error {
  color: red;
}

.showhide {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.add-btn-more-text {
  cursor: pointer;
  color: #6d6d6d;
}

@media screen and (max-width: 767px) {
  .listovki-list .item .img-shop {
    aspect-ratio: 1.132353;
    height: auto;
  }

  .news-list .item .image {
    width: 100%;
  }

  .news-list .item .image img {
    height: 168px;
    object-fit: cover;
    width: 100%;
  }

  .news-list .item .text {
    padding: 13px 10px;
  }

  .news-list .item .desc {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer {
    padding: 20px 0;
  }

  .footer .menu-footer {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .footer .soc-desc {
    margin-top: 25px;
  }

  .footer .copyright,
  .info-list .list li:first-child,
  .stitle {
    margin-top: 20px;
  }

  .category-list .item .link .s-icon,
  .categorys-mob .btn-more .link .s-icon {
    width: 24px;
    height: 24px;
  }

  .category-list .item .link .text,
  .mini-text {
    font-size: 14px;
  }

  .categorys-mob {
    height: 54px;
  }

  .categorys-mob.open {
    height: auto;
  }

  ul.breadcrumbs {
    margin-bottom: 14px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 5px;
  }

  .header-mobil,
  .navig-list .box-search-down {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .compensator,
  .header-top,
  .medium-bar .boxtitle .btn,
  .mob_main_slider .slider-img img {
    display: none;
  }

  .header-mobil,
  .medium-bar .mbfooter,
  .mfix .compensator,
  .navig-list .box-search-down.focus,
  .vpiska-item {
    display: block;
  }

  .mfix .header-mobil {
    position: fixed;
  }

  .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-mobil {
    top: 0;
    z-index: 90;
    padding: 10px 0;
  }

  .navig-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .navig-list .logotype {
    height: 34px;
    margin-right: auto;
    margin-left: 18px;
  }

  .navig-list .btn-menu {
    padding-right: 5px;
    padding-left: 2px;
  }

  .navig-list .btn-menu .svg-icon {
    width: 24px;
  }

  .navig-list .search-mini {
    padding-right: 1px;
  }

  .navig-list .search-mini .svg-icon {
    fill: var(--color-main);
    width: 18px;
    height: 18px;
  }

  .navig-list .box-search-down .input {
    height: 44px;
    padding-right: 56px;
  }

  .navig-list .box-search-down {
    display: none;
    position: absolute;
    top: 54px;
    right: 0;
    padding: 10px 16px;
    z-index: 99;
  }

  .mob-version.cupons-list,
  .mob-version.news-list {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .navig-list .box-search-down .btn-search {
    padding: 3px 14px;
    position: absolute;
    right: 16px;
    top: 10px;
    bottom: 10px;
  }

  .menu-main .vpiska-item .link .s-icon .svg-icon {
    width: 18px;
    height: 18px;
  }

  .menu-main .vpiska-item .link .s-icon {
    background: var(--color-main);
    fill: #fff;
  }

  .menu-main .vpiska-item .link:active .s-icon {
    background: #e78300;
    fill: #fff;
  }

  .mobile-wrap-menu .close-btn {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-wrap-menu .close-btn .svg-icon {
    width: 11px;
    height: 11px;
  }

  .mobile-wrap-menu .sidebar-left {
    max-width: 280px;
  }

  .mobile-wrap-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -105%;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 45px 15px 30px;
    overflow-y: scroll;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -webkit-transition: left 0.2s ease-in-out;
    transition: left 0.3s ease-in-out;
  }

  .mobile-wrap-menu.open {
    left: 0;
  }

  .mtitle {
    margin-bottom: 0;
    font-size: 20px;
  }

  .stitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .medium-bar .boxtitle {
    margin: 20px 0 0;
  }

  .mbfooter.alone-btn .btn,
  .medium-bar .mbfooter .btn {
    width: 100%;
    margin-top: 20px;
  }

  .mob-version.cupons-list {
    margin: 15px -16px 0 -6px;
  }

  .mob-version.cupons-list .item {
    width: 330px;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-left: 5px;
  }

  .mob-version.cupons-list .item.reklama {
    height: inherit;
  }

  .mob-version.cupons-list .item.reklama img {
    width: auto;
  }

  .telegram-banner {
    text-align: center;
    padding: 15px 23px 20px;
  }

  .telegram-banner .image {
    max-width: 202px;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  .telegram-banner .title {
    width: auto;
    font-size: 18px;
    margin-top: 30px;
  }

  .telegram-banner .desc {
    margin-top: 15px;
    width: auto;
    max-width: inherit;
    font-size: 12px;
  }

  .telegram-banner .btn-area {
    margin: 20px auto 0;
  }

  .listovki-list.mob-version .panelka .svg-icon {
    height: 16px;
    width: 19px;
  }

  .mob-version.news-list {
    margin: 15px -10px 0;
  }

  .mob-version.news-list .item {
    width: 340px;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-left: 10px;
    height: auto;
  }

  .info-list {
    padding: 10px;
  }

  .info-list .image+.desc {
    margin-left: 0;
  }

  .info-list .list .text {
    margin-top: 10px;
  }

  .mob_main_slider {
    position: relative;
    margin-right: -15px;
    margin-left: -10px;
    display: flex;
  }

  .mob_main_slider .splide__pagination {
    bottom: -30px;
  }

  .mob_main_slider>.slider-box {
    flex: 0 0 120px;
  }

  .mob_main_slider .slider-img .kp-title {
    font-size: 12px;
    font-weight: 700;
    color: #202020;
    text-align: left;
    padding: 9px 10px;
    line-height: 1.25;
  }

  .mob_main_slider .slider-img {
    width: 120px;
    height: 155px;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px;
  }
}

.shop-head {
  background: #f5f5f7;
}

.shop-head-info,
.shop-head-logo {
  background: #fff;
  border-radius: 12px;
  display: flex;
}

.shop-head-row {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.shop-head-logo {
  flex: 0 0 280px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.shop-head-logo-img {
  max-width: 100%;
  height: auto;
}

.shop-head-info {
  flex: 1 1 auto;
  padding: 16px 20px;
  flex-direction: column;
  gap: 8px;
}

.shop-head-title-desktop {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.shop-head-title-mobile {
  display: none;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.shop-head-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #555;
}

.shop-head-stars {
  margin: 0 4px;
}

.shop-head-rating-count {
  min-width: 6rem;
}

.shop-head .icon-birka path,
.shop-head .icon-birka use,
.shop-head .icon-time path,
.shop-head .icon-time use {
  fill: transparent;
  stroke: transparent;
}

.shop-head .svg-icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.shop-head-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  font-size: 14px;
}

.shop-head-meta .item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555;
}

.medium-bar-new {
  margin: 40px 0;
}

@media (max-width: 575px) {
  .shop-head-row {
    background: #fff;
    border-radius: 12px;
    padding: 0.7rem;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .cupons-list-v2 {
    margin-top: 20px;
  }

  .rating-stars {
    border-right: 1px solid #d0d0d0;
    padding-right: 0.5rem;
  }

  .rating-one-stars .svg-icon:not(:first-child) {
    display: none;
  }

  .shop-head-logo {
    flex: 0 0 180px;
    width: 100%;
    height: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
  }

  .shop-head-rating {
    font-size: 14px;
    color: #202020;
  }
}

@media (max-width: 480px) {

  .shop-head-info,
  .shop-head-logo {
    background: 0 0;
    padding: 0;
  }

  .shop-head-title-mobile {
    display: block;
  }

  .shop-head-title-desktop {
    display: none;
  }

  .shop-head-logo {
    flex: 0 1 auto;
  }
}

.title-mb20 {
  margin-bottom: 20px !important;
}

.shop-head-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6d6d6d;
  margin-top: 12px;
}

.mse2_all_results {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .frq-area-list .item-box {
    padding: 10px 11px;
  }

  .frq-area-list .item-box .title {
    font-size: 16px;
    min-height: 35px;
  }

  .frq-area-list .item-box .otvet .bodyh {
    font-size: 14px;
  }

  .frq-area-list .item-box .title:after {
    background-size: auto;
    width: 35px;
    height: 35px;
  }

  .modalform {
    padding: 50px 20px 20px;
  }

  .modalform .modal-title {
    margin-top: 20px;
    font-size: 24px;
  }

  .modal-socialy,
  .modalform .modal-date,
  .modalform .modal-desc,
  .modalform .modal-telo {
    margin-top: 20px;
  }

  .modalform .modal-telo {
    padding: 20px 12px;
  }

  .cupones .modal-kupon {
    max-width: 205px;
    width: auto;
  }

  .modalform .modal-telo .podpis {
    font-size: 16px;
  }

  .modalform .modal-ps {
    font-size: 12px;
    margin-top: 20px;
  }

  .modal-socialy .social-main li .link .s-icon {
    display: none;
  }

  .modal-socialy .social-main li .link .text {
    color: #f66b00;
  }

  .modal-socialy .social-main li .link:active .text {
    color: #777;
  }

  .modal-socialy .social-main {
    justify-content: space-between;
  }

  .modal-socialy .social-main li {
    min-width: inherit;
    margin-right: 0;
  }

  .fancybox-slide--html .modalform .fancybox-close-small {
    right: 10px;
    top: 15px;
  }

  .cupones .timeend {
    font-size: 12px;
  }

  .shop-head-description {
    margin-top: 5px;
    grid-area: 2/1/3/3;
  }

  .mse2_all_results {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .btn-all-results {
    width: 100%;
    padding: 18px 0;
  }
}

/* Safari iOS: .visually-hidden внутри растянутых ссылок (a.alink) */
a.alink>.visually-hidden,
.social-main .link>.visually-hidden {
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
  color: transparent !important;
}

.skidka-bot {
  background: linear-gradient(139deg, #9a049b 0%, #eb0462 100%);
  padding: 30px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 5px 0 !important;
}

@media screen and (max-width: 992px) {
  .skidka-bot {
    margin: 10px 0 !important;
    background: linear-gradient(90deg, #9a049b 0%, #eb0462 100%);
  }
}

.skidka-bot:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/tpl2/img/bgasset.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .skidka-bot:before {
    background-image: url("/tpl2/img/bgassetsmobx4.png");
  }
}

.skidka-bot__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .skidka-bot__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
  }
}

.skidka-bot__info {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.skidka-bot__info-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 992px) {
  .skidka-bot__info-body {
    gap: 10px;
  }
}

.skidka-bot__info-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.skidka-bot__info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.skidka-bot__info-title {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0.1px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .skidka-bot__info-title {
    font-size: 35px;
  }
}

.skidka-bot__info-desc {
  font-family: "Gilroy", sans-serif;
  line-height: 150%;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .skidka-bot__info-desc {
    max-width: 220px;
  }
}

.skidka-bot__btn {
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .skidka-bot__btn {
    padding: 10px 20px 10px 10px;
    gap: 15px;
  }
}

.skidka-bot__btn-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skidka-bot__btn-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.skidka-bot__btn-text {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #202020;
  letter-spacing: 0.1px;
}

.inspector {
  border-radius: 30px;
  padding: 5px 10px 5px 5px;
  background-color: #f4f4f4;
}

.inspector__container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inspector__photo {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}

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

.inspector__name {
  font-family: "Gilroy", sans-serif;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #6d6d6d !important;
}

@media screen and (max-width: 992px) {
  .inspector__name {
    gap: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
  }
}