/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./src/css/compare.scss ***!
  \*********************************************************************************************************************************************************************************************************/

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
.button-word {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.button-word > * {
  pointer-events: none;
}

.button-word__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #976534;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.button-word__text--tag {
  font-weight: 400;
  color: #8C8C8C;
  margin-right: 2px;
}

.button-word__icon {
  transition: .3s;
}

.button-word__icon--active {
  transform: rotate(180deg);
  transition: .3s;
}

.button-word__separator {
  margin: 0 8px;
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.loader {
  position: absolute;
  margin: auto;
  width: 80px;
  height: 80px;
  display: none;
}

.loader svg {
  width: 100%;
}

.loader--active {
  display: inline-block;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary2-color) transparent transparent transparent;
}

.loader.loader--small {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader.loader--small div {
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 4px solid #fff;
  border-color: #FF6B00 transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: absolute;
  margin: auto;
  width: 80px;
  height: 80px;
  display: none;
}

.loader svg {
  width: 100%;
}

.loader--active {
  display: inline-block;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary2-color) transparent transparent transparent;
}

.loader.loader--small {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader.loader--small div {
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 4px solid #fff;
  border-color: #FF6B00 transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.burger--active .burger__content {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease-in-out;
}

.burger__content {
  position: fixed;
  margin: 0;
  padding-bottom: 128px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0 8px 16px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  z-index: 15;
  transition: opacity .3s ease-in-out;
}

.burger__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 24px;
  margin: 0;
  list-style-type: none;
}

.burger__item {
  padding-right: 27px;
}

.burger__btn {
  height: 64px;
  width: 64px;
  z-index: 15;
}

.burger__btn > * {
  pointer-events: none;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
p,
h3,
li {
  margin: 0;
}

.footer {
  background-color: var(--primary-container);
  width: 100%;
  min-width: 360px;
  margin-top: 40px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px;
}

.footer__col {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__col-contacts {
  gap: 40px;
}

.footer__col-location {
  gap: 0;
}

.footer__logo {
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__key {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}

.footer__value {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.footer__point {
  font-size: 16px;
  line-height: 24px;
}

.footer__point.second__point {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  margin-top: 4px;
}

.footer__city {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__value:hover {
  color: var(--primary3-color);
  transition: color .3s ease-in-out;
}

.footer__nav-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.footer__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  opacity: .8;
  transition: .3s ease-in-out;
}

.footer__item a {
  display: inline;
  color: var(--black-color);
  opacity: .8;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.footer__item a:hover {
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.footer__select-wrapper {
  display: flex;
}

.footer__policy {
  max-width: 200px;
}

.footer__social {
  display: flex;
  gap: 16px;
}

.footer__address {
  margin: 38px 0 26px;
}

.footer__address.address__select {
  position: relative;
}

.footer__address.address__select .first__point {
  display: flex;
}

.footer__address.address__select .first__point::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.876953 1.40479L6.06836 6.59521L11.2588 1.40479%27 stroke=%27%23141414%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
  position: relative;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  transition: transform .3s;
}

.footer__address.address__select a, .footer__address.address__select div {
  z-index: 3;
  position: relative;
}

.footer__address.address__select a {
  cursor: pointer;
}

.footer__address.address__select a:hover {
  opacity: 1;
}

.footer__address.address__select:hover .first__point::after {
  transform: rotate(180deg);
}

.footer__address.address__select:hover .second__point {
  opacity: 1;
  visibility: visible;
}

.footer__address.address__select:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer__address.address__select::after {
  content: '';
  background: #fff;
  width: calc(100% + 16px);
  height: calc(100% + 21px);
  left: -8px;
  top: -8px;
  position: absolute;
  border-radius: 8px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
  box-shadow: 0px 4px 12px 0px #00000040;
}

.footer__url {
  position: relative;
  display: flex;
}

.footer__messanger {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.footer__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.footer__messanger:hover {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.footer__messanger:hover ~ .footer__hover {
  opacity: 1;
}

.footer__bottom {
  background-color: var(--on-primary-color);
}

.footer__inner {
  max-width: 1360px;
  padding: 0 40px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__holder {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__link {
  display: flex;
}

.footer__content {
  display: flex;
  gap: 16px;
}

.footer__icon:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__checkout {
  background-color: var(--grey6-color);
}

.footer__wrap {
  background-color: var(--primary-container);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px 40px;
  margin: 32px 24px 8px;
}

.footer__copy,
.footer__toproi {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--on-background-color);
  opacity: .8;
}

.shop-regions-button .shop-regions__link {
  color: var(--primary2-color);
  border-bottom: none !important;
  display: flex;
  align-items: center;
}

.shop-regions-button .shop-regions__link::after {
  content: url("data: image/svg+xml, %3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27 %3E%3Cpath d=%27M7.01758 11.3979L12.209 16.5884L17.3994 11.3979%27 stroke=%27%235F5240%27 stroke-width=%271.5%27 /%3E%3C/svg%3E%0A");
  margin-left: 5px;
  margin-bottom: 3px;
  height: 24px;
  width: 24px;
}

body .shop-regions-window__wrapper {
  width: 825px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-family: 'Montserrat';
}

body .shop-regions-window__wrapper,
.shop-regions-ip-analyzer__wrapper {
  border-radius: 16px;
  padding: 40px;
}

body .shop-regions-window__search .shop-regions-window__sub-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #272727;
  margin-bottom: 16px;
}

body .shop-regions__button-close {
  color: #404040;
  top: 40px;
  right: 40px;
  font-size: 18px;
  text-align: center;
}

body .shop-regions-window-search {
  width: 100%;
  margin-bottom: 16px;
}

body .shop-regions-window-search .shop-regions-window-search__input {
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  border: 1px solid #C6BDB0;
}

body .shop-regions-window__regions {
  margin-top: 0;
  padding: 16px;
}

body .shop-regions-window__regions.js-search_result {
  padding: 0;
}

body .shop-regions-window .selected_region {
  font-weight: 600;
}

body .shop-regions-window__region {
  margin-bottom: 0;
}

body .shop-regions-window__region:not(:last-child) {
  margin-bottom: 8px;
}

body .shop-regions__link {
  color: #8C8C8C;
  text-decoration: none;
}

body .shop-regions__link:hover {
  color: var(--primary2-color);
}

body .without_regions .shop-regions-window__regions.search_result {
  margin-left: 0;
}

body .shop-regions__window .shop-regions-window_mobile .shop-regions__link {
  font-weight: 400;
}

body .shop-regions__window .shop-regions-window_mobile .selected_region .shop-regions__link {
  font-weight: 600;
}

.shop-regions-window__search .shop-regions-window__sub-subheader {
  display: none;
}

.shop-regions-window__regions_all .shop-regions-window__sub-header {
  display: none;
}

.shop-regions-window__regions_all {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .dekstop {
    display: none;
  }
  .install-modal {
    align-items: flex-end;
  }
  .install-modal__body {
    width: 100%;
    height: 90%;
    border-radius: 16px 16px 0 0;
    padding: 32px 16px 24px;
  }
  .install-modal__title {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
  .install-modal__close {
    position: absolute;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 24px 0px #00000040;
    border-radius: 50%;
    right: 16px;
    top: -23px;
    z-index: 10;
    cursor: pointer;
  }
  .install-modal__close svg {
    width: 100%;
    height: 100%;
  }
  .install-modal__close.install-modal__close--big {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: transparent;
    box-shadow: none;
    margin-left: 16px;
    margin-top: auto;
  }
  .install-modal__close.install-modal__close--big svg {
    width: 80px;
    height: 80px;
  }
  .install-modal__content {
    height: auto;
  }
  .install-modal__imagebox {
    height: auto;
  }
  .quiz__content {
    justify-content: center;
  }
  .quiz__close {
    right: 0px;
    top: -5px;
  }
  .quiz__btn {
    padding: 5px 10px;
  }
  .header_new .header__logobox {
    width: 100px;
    height: 37px;
  }
  .header__bonuses {
    padding: 11px 12px;
    border-radius: 48px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
    color: #434343;
    font-size: 12px;
    line-height: 18px;
    margin-right: 8px;
  }
  .breadcumbs__wrapper {
    margin: 8px 16px;
  }
  .title {
    padding: 24px 16px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .title__title {
    font-size: 24px;
    line-height: 32px;
  }
  .title__count {
    margin: 0;
  }
  .block__content {
    padding: 0 16px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 16px;
  }
  .block__title {
    font-size: 24px;
    line-height: 32px;
  }
  .butn__text {
    line-height: 24px;
  }
  .product-thumb {
    padding: 0 8px;
  }
  .product-thumb__label {
    display: none;
  }
  .product-thumb__header {
    padding: 8px 0 0;
  }
  .product-related .product-thumb__elements {
    margin-top: 16px;
  }
  .product-thumb__prices {
    margin-bottom: 0;
  }
  .product-thumb__prices .prices__price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 8px;
  }
  .product-thumb__prices .prices__old {
    font-size: 12px;
    line-height: 18px;
  }
  .product-thumb__buttons {
    margin-bottom: 0;
  }
  .category__content .product-thumb__buttons {
    margin-top: 8px;
  }
  .swiper-thumbs {
    padding: 16px 0;
  }
  .product-thumb__badge {
    top: 16px;
    left: 16px;
  }
  .product-thumb__reviews {
    gap: 8px;
    margin-top: 0;
  }
  .product-thumb__comment svg {
    transform: scale(0.75);
  }
  .product-thumb__comment span {
    font-size: 12px;
    line-height: 18px;
  }
  .product-thumb__stars svg {
    transform: scale(0.85);
  }
  @keyframes slide-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @keyframes slide-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 48px;
  }
  .empty__container {
    padding: 16px 0;
  }
  .swiper-thumbs {
    margin-left: 8px;
  }
  .footer {
    min-width: 360px;
    background-color: var(--on-primary-color);
  }
  .footer__container {
    display: none;
  }
  .footer__mobile {
    display: flex;
    min-width: 328px;
    justify-content: space-between;
    background-color: var(--primary-container);
    margin: 80px 16px 16px;
    margin-bottom: 120px;
    padding: 16px;
    border-radius: 8px;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--grey3-color);
    margin: 0 !important;
  }
  .footer__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary2-color);
  }
  .footer__link {
    align-self: flex-end;
  }
}

@media (max-width: 1024px) {
  .header__container {
    max-width: 100%;
  }
  .header__top .header__block .header__key {
    display: none;
  }
  .header_new .header__top .header__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__btn--text {
    display: none;
  }
  .header_new .header__bottom .menu__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: none;
  }
  .header__bonuses {
    font-size: 14px;
    line-height: 21px;
  }
  .menu-catalog {
    width: calc(100% - 40px);
  }
  .menu__bottom {
    -moz-columns: 3;
         columns: 3;
  }
  .price-text__number {
    font-size: 16px;
    line-height: 24px;
  }
  .block {
    margin-bottom: 0px;
  }
  .block__header {
    margin: 24px 0 8px;
  }
  .block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .butn {
    padding: 8px 16px 8px 12px;
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .butn--orange {
    border: 1px solid #FF6B00;
  }
  .butn--big {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .butn:hover {
    color: #FFF;
  }
  .butn--orange:hover {
    border-color: #FF6B00;
    color: white;
  }
  .butn:hover .butn__circle {
    opacity: 0;
  }
  .product-thumb {
    width: calc(100%/2 - 8px);
  }
  .product-thumb--2 {
    width: calc(100%/2 - 8px) !important;
    min-width: 160px;
  }
  .product-thumb--3 {
    width: calc(100%/2 - 8px) !important;
  }
  .product-thumb--4 {
    padding-top: 16px 16px 0 16px;
    width: calc(100%/3 - 16px);
  }
  .product-thumb__imgbox {
    width: 100%;
    height: 160px;
  }
  .product-thumb__price {
    font-size: 14px;
    line-height: 24px;
  }
  .product-thumb__title {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  .button {
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .swiper-buttons {
    margin-left: auto;
    margin-right: 16px;
    gap: 12px;
  }
  body .shop-regions-window__wrapper {
    width: 640px;
  }
}

@media (min-width: 1601px) {
  .header__container--mobile {
    margin: 16px auto;
  }
}

@media (max-width: 1200px) {
  .quiz__btn {
    font-size: 14px;
    line-height: 21px;
  }
  .header__middle .header__list .header__item:not(:last-of-type) {
    margin-right: 8px;
  }
  .header__bottom {
    padding: 8px 0;
  }
  .header__bottom .header__right {
    height: 37px;
  }
  .avatar__ph {
    color: #fff;
  }
  .header_new .header__top .header__item:not(:last-of-type) {
    margin-right: 24px;
  }
  .header_new .header__top .header__block .header__key {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__left {
    gap: 16px;
  }
  .header_new .header__middle .header__right {
    margin-left: 16px;
  }
  .header_new .header__middle #search {
    margin-right: 16px;
  }
  .header_new .catalog__btn {
    height: 48px;
  }
  .header_new .catalog__btn .catalog__text {
    display: none;
  }
  .header_new .catalog__icon {
    margin-right: 0;
  }
  .header_new .header__group:not(:last-of-type) {
    padding-right: 16px;
  }
  .header_new .header__group:last-of-type {
    padding-left: 16px;
  }
  .header_new .header__right .additional__menu {
    right: 24px;
  }
  .menu-categories .menu__column {
    gap: 8px;
  }
  .menu-categories .menu__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .menu__title {
    font-size: 14px;
    line-height: 21px;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .title__title {
    font-size: 24px;
  }
  .title__count {
    margin: 0 0 8px 17px;
  }
  .footer__container {
    padding: 80px 24px;
    margin: 0;
    gap: 30px;
  }
  .footer__col {
    max-width: 214px;
  }
  .footer__inner {
    padding: 0 24px;
    margin: 0;
  }
  .footer__checkout {
    background-color: var(--grey6-color);
  }
  .footer__wrap {
    background-color: var(--primary-container);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 16px 40px;
    margin: 32px 24px 8px;
  }
}

@media (max-width: 1291px) and (min-width: 1217px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 933px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header__logobox {
    height: 35px;
    width: 75px;
  }
}

@media (max-width: 1350px) {
  .product-thumb--4 {
    width: calc(100%/3 - 24px);
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header_new .header__top .header__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__bottom .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header__bonuses {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .header_new .header__logobox {
    height: 48px;
    width: 126px;
  }
}

@media (max-width: 1250px) and (min-width: 1025px) {
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: flex;
  }
}

@media (max-width: 1560px) {
  .menu-catalog {
    left: 24px;
  }
}

@media (max-width: 1300px) {
  .menu__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1217px) {
  .search {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .container__right {
    width: 50%;
  }
  .container__left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .container__sm {
    min-width: 320px;
    padding: 0 16px;
  }
}

@media (max-width: 1600px) {
  .breadcumbs__wrapper {
    margin: 24px 0px;
  }
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .title__title {
    font-size: 32px;
  }
  .title__count {
    margin: 0 0 5px 17px;
  }
  .block__content {
    max-width: 100%;
    padding: 0 24px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 24px;
  }
  .product-thumb__badge {
    top: 16px;
  }
}

@media screen and (max-width: 350px) {
  body {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 1400px) {
  .hidden {
    display: none;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    border-radius: 32px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .butn {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1023px) {
  .product-thumb {
    margin: 0 8px 8px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1023px) {
  .product-thumb:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .product-thumb:hover .product-thumb__compare {
    opacity: 1;
  }
  .product-thumb:hover .product-thumb__elements {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .product-thumb--5 {
    width: calc(100%/4 - 24px);
  }
}

@media (min-width: 1025px) {
  .product-thumb__label {
    font-size: 14px !important;
    line-height: 21px;
    min-height: 21px;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalProduct.vue?vue&type=style&index=0&id=883d5b72&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalProduct[data-v-883d5b72] {
  position: fixed;
  cursor: pointer;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 100px 0;
}
.modalProduct__content[data-v-883d5b72] {
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  background: white;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modalProduct__header[data-v-883d5b72] {
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.modalProduct__title[data-v-883d5b72] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  flex: 1;
  margin-right: 40px;
}
.modalProduct__imgbox[data-v-883d5b72] {
  width: 278px;
  height: 230px;
  margin: 0 auto 24px auto;
}
.modalProduct__img[data-v-883d5b72] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.modalProduct__name[data-v-883d5b72] {
  margin-bottom: 16px;
}
.modalProduct__grid[data-v-883d5b72] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.modalProduct__item[data-v-883d5b72] {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.modalProduct__item--first[data-v-883d5b72] {
  order: -1;
}
.modalProduct__item--active[data-v-883d5b72] {
  background: #EAE6E0;
  border-color: #EAE6E0;
  color: #706B62;
  font-weight: 600;
  pointer-events: none;
}
.modalProduct__item--disabled[data-v-883d5b72] {
  color: #BDBDBD;
  background: #F7F7F7;
  border-color: #F7F7F7;
  pointer-events: none;
}
.modalProduct__stock[data-v-883d5b72] {
  position: relative;
  margin-top: -16px;
}
.modalProduct__stock--orange[data-v-883d5b72] {
  color: #FF8F0C;
}
.modalProduct__stock--green[data-v-883d5b72] {
  color: #079D16;
}
.modalProduct__close[data-v-883d5b72] {
  cursor: pointer;
}
.modalProduct__close[data-v-883d5b72] > * {
  pointer-events: none;
}
.modalProduct__cart[data-v-883d5b72] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modalProduct__price[data-v-883d5b72] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.modalProduct__button[data-v-883d5b72] {
  flex: 1;
  margin-left: 24px;
}
.fadeTransition-enter-active[data-v-883d5b72], .fadeTransition-leave-active[data-v-883d5b72] {
  transition: .3s;
}
.fadeTransition-enter-from[data-v-883d5b72], .fadeTransition-leave-to[data-v-883d5b72] {
  opacity: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalProductMobile.vue?vue&type=style&index=0&id=5ccfdec9&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalProduct[data-v-5ccfdec9] {
  position: fixed;
  cursor: pointer;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.modalProduct__content[data-v-5ccfdec9] {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  padding: 32px 16px 24px 16px;
  border-radius: 16px 16px 0 0;
  background: white;
  cursor: default;
}
.modalProduct__title[data-v-5ccfdec9] {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
.modalProduct__imgbox[data-v-5ccfdec9] {
  width: 216px;
  height: 216px;
  margin: 0 auto 32px auto;
}
.modalProduct__img[data-v-5ccfdec9] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.modalProduct__name[data-v-5ccfdec9] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.modalProduct__grid[data-v-5ccfdec9] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.modalProduct__item[data-v-5ccfdec9] {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.modalProduct__item--first[data-v-5ccfdec9] {
  order: -1;
}
.modalProduct__item--active[data-v-5ccfdec9] {
  background: #EAE6E0;
  border-color: #EAE6E0;
  color: #706B62;
  font-weight: 600;
  pointer-events: none;
}
.modalProduct__item--disabled[data-v-5ccfdec9] {
  color: #BDBDBD;
  background: #F7F7F7;
  border-color: #F7F7F7;
  pointer-events: none;
}
.modalProduct__stock[data-v-5ccfdec9] {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-top: -16px;
}
.modalProduct__stock--orange[data-v-5ccfdec9] {
  color: #FF8F0C;
}
.modalProduct__stock--green[data-v-5ccfdec9] {
  color: #079D16;
}
.modalProduct__closeup[data-v-5ccfdec9] {
  position: absolute;
  right: 0;
  top: -50px;
}
.modalProduct__closedown[data-v-5ccfdec9] {
  display: block;
  margin: 40px auto;
}
.modalProduct__closeup[data-v-5ccfdec9] > * {
  pointer-events: none;
}
.modalProduct__closedown[data-v-5ccfdec9] > * {
  pointer-events: none;
}
.modalProduct__cart[data-v-5ccfdec9] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modalProduct__price[data-v-5ccfdec9] {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.modalProduct__button[data-v-5ccfdec9] {
  flex: 1;
  margin-left: 24px;
}

/* Animation */
.fade-enter-active[data-v-5ccfdec9] {
  transition: opacity 0.3s;
}
.fade-leave-active[data-v-5ccfdec9] {
  transition: opacity 0.3s;
}
.fade-enter-from[data-v-5ccfdec9], .fade-leave-to[data-v-5ccfdec9] {
  opacity: 0;
  /* Starting fully invisible */
}
.fade-enter-to[data-v-5ccfdec9], .fade-leave-from[data-v-5ccfdec9] {
  opacity: 1;
  /* Ending fully visible */
}
.slide-enter-active[data-v-5ccfdec9] {
  transition: transform 0.3s ease-out;
}
.slide-leave-active[data-v-5ccfdec9] {
  transition: transform 0.3s ease-in;
}
.slide-enter-from[data-v-5ccfdec9], .slide-leave-to[data-v-5ccfdec9] {
  transform: translateY(60%);
}
.slide-enter-to[data-v-5ccfdec9], .slide-leave-from[data-v-5ccfdec9] {
  transform: translateY(0);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/mobileSearchComponent.vue?vue&type=style&index=0&id=14569884&scoped=true&lang=scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-search[data-v-14569884] {
  z-index: 22;
}
.mobile-overlay[data-v-14569884] {
  z-index: 21;
}
.mobile-content[data-v-14569884],
.mobile-content__wrapper[data-v-14569884] {
  max-height: 100vh;
  height: 100%;
}
.mobile-content__wrapper[data-v-14569884] {
  min-height: 90vh;
  overflow-x: hidden;
}
.mobile-content__item[data-v-14569884] {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.mobile-content__imagebox[data-v-14569884] {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: auto 16px auto 0;
}
.mobile-content__imagebox img[data-v-14569884] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-content__title[data-v-14569884] {
  font-weight: 400;
  margin-bottom: 8px;
}
.mobile-content__title--accent[data-v-14569884] {
  font-weight: 600;
  color: var(--primary2-color);
}
.mobile-content__price[data-v-14569884] {
  font-weight: 600;
}
.mobile-content__input[data-v-14569884] {
  font-size: 16px;
  line-height: 24px;
  transform: scale(0.875);
  transform-origin: left;
  width: 114%;
}
.search__icon[data-v-14569884] {
  top: 45%;
  transform: scale(0.875) translateY(-50%);
  transform-origin: left;
  z-index: 1;
}

