@media screen and (max-width:576px) {
  .tablet.show:not(.phone) {
    display: none!important;
  }

  .desktop.show:not(.phone) {
    display: none!important;
  }
}

@media screen and (min-width:577px) and (max-width:992px) {
  .phone.show:not(.tablet) {
    display: none!important;
  }

  .desktop.show:not(.tablet) {
    display: none!important;
  }
}

@media screen and (min-width:993px) {
  .phone.show:not(.desktop) {
    display: none!important;
  }

  .tablet.show:not(.desktop) {
    display: none!important;
  }
}


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.body-overlay {
  overflow: hidden;
}

body.body-overlay:before {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #111;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
  transition: 0.3s;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

@media screen and (max-width:576px) {
  .wrapper {
    overflow-x: hidden;
  }
}

main.hero_main {
  padding: 0 0 64px 0;
}

.swiper-container {
  z-index: 0!important;
}

.section_title .section__title>div,
.section_title h3 {
  flex: 0 1 auto;
  font-weight: bold;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  margin: 0px;
}

@media screen and (max-width:768px) {
  .section_title h3,
  .section_title .section__title>div {
    font-weight: bold;
    font-size: 24px;
    line-height: 125%;
    color: #fff;
  }
}

@media screen and (max-width:576px) {
  .section_title h3,
  .section_title .section__title>div {
    font-size: 20px;
    line-height: 120%;
    flex: 0;
  }
}

.custom-content-typography .section__title>div,
.custom-content-typography h3 {
  margin: 0px 0px 16px 0px;
  font-size: 18px;
  line-height: 21.6px;
}

@media screen and (max-width:768px) {
  .custom-content-typography h3,
  .custom-content-typography .section__title>div {
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 14px 0px;
  }
}

.section__title {
  display: flex;
  align-items: center;
  padding: 64px 0px 16px 0px;
  color: #fff;
  text-transform: uppercase;
  column-gap: 8px;
}

@media screen and (min-width:992px) {
  .section__title {
    column-gap: 12px;
  }
}

.section__title .section_img {
  position: relative;
  width: 30px;
  height: 30px;
}

@media screen and (min-width:992px) {
  .section__title .section_img {
    position: relative;
    width: 40px;
    height: 40px;
  }
}

.section__title .section_img img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

@media screen and (min-width:768px) {
  .section__title {
    padding: 80px 0px 24px 0px;
  }
}

.section__title h3,
.section__title>div {
  margin: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 125%;
}

@media screen and (max-width:768px) {
  .section__title h3,
  .section__title>div {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width:576px) {
  .section__title h3,
  .section__title>div {
    font-size: 20px;
    line-height: 24px;
  }
}

.section__title span {
  font-size: 16px;
  color: #BDBDBD;
  display: block;
  margin-left: 16px;
}

.card-item__wrap .badge {
  display: flex;
  column-gap: 4px;
}

@media screen and (max-width:1200px) {
  .overlay.j-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000000d;
    z-index: 2;
  }
}

.my-precious .icon-like:before {
  color: #D71921;
}

.my-destiny .icon-compare:before {
  color: orange;
}

.container {
  margin: 0 auto;
}

.container.container-theme-test {
  max-width: 1440px;
  padding: 0px 80px;
}

@media screen and (max-width:1200px) {
  .container.container-theme-test {
    padding: 0px 40px;
  }
}

@media screen and (max-width:992px) {
  .container.container-theme-test {
    padding: 0px 32px;
  }
}

@media screen and (max-width:576px) {
  .container.container-theme-test {
    padding: 0px 16px;
  }
}

.container.container-theme-test.custom-container {
  padding: 0 0 0 80px;
}

@media screen and (max-width:1200px) {
  .container.container-theme-test.custom-container {
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width:992px) {
  .container.container-theme-test.custom-container {
    padding: 0 0 0 32px;
  }
}

@media screen and (max-width:576px) {
  .container.container-theme-test.custom-container {
    padding: 0 16px 0 16px;
  }
}

@media screen and (max-width:768px) {
  .container.container-theme-test.container-device-img {
    padding: 0;
  }
}



.search-dropdown {
  padding: 20px 0 0 0;
  width: 100%;
  max-height: 560px;
  display: flex;
  flex-direction: column;
}

.search-dropdown a {
  text-decoration: none;
}

.search-dropdown .search-dropdown__container {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  max-height: 560px;
}

@media screen and (max-width:1280px) {
  .search-dropdown .search-dropdown__container {
    padding-top: 50px;
  }
}

.search-dropdown .search-dropdown__container::-webkit-scrollbar {
  width: 5px;
}

.search-dropdown .search-dropdown__container::-webkit-scrollbar-track {
  background: #5E5E5E;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.search-dropdown .search-dropdown__container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ebebeb;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-list__title {
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  padding: 0 16px;
  margin: 0 0 4px 0;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c {
  padding: 8px 0;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c:not(:first-child) {
  border-top: 1px solid #D2D5D9;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li {
  padding: 6px 16px;
  display: flex;
  align-items: center;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li i {
  font-size: 28px;
  flex: 1;
  text-align: right;
}

@media screen and (min-width:992px) {
  .search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li:hover {
    background: linear-gradient(0deg,#2772F8 0d,#2772F8 0d),#FFFFFF;
  }

  .search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li:hover a {
    color: #171717;
  }

  .search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li:hover a span {
    color: #171717;
  }

  .search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li:hover .query_term {
    color: #2772F8;
  }
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li a i {
  font-size: 28px;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li a span {
  color: #fff;
  padding: 0px 0px 0px 5px;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-r-c li a .query_term {
  color: #A2D7F4;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-brands .items-response {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 0 0 0;
  padding: 0 16px;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-brands .items-response li {
  display: flex;
  height: 42px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #D2D5D9;
  background: #5E5E5E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  transition: 0.2s ease all;
}

.search-dropdown .search-dropdown__container .search-dropdown-list .items-brands .items-response li img {
  width: 60px;
  height: 34px;
  max-width: 100%;
}

@media screen and (min-width:992px) {
  .search-dropdown .search-dropdown__container .search-dropdown-list .items-brands .items-response li:hover {
    border: 1px solid #2772F8;
    color: #2772F8;
  }
}

.search-dropdown .search-dropdown__container .search-dropdown-list .ecs_search_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}



.search-dropdown .search-dropdown-footer {
  background: #fff;
  box-shadow: 0px -2px 4px rgba(0,0,0,0.05);
  border-radius: 0px 0px 6px 6px;
  padding: 16px 0px;
  flex: 0;
}

.search-dropdown .search-dropdown-footer .search-dropdon-footer-wrap {
  text-align: center;
}

.search-dropdown .search-dropdown-footer .search-dropdon-footer-wrap button {
  width: 252px;
  max-width: 100%;
  height: 52px;
}





.modal {
  border-radius: var(--border-radius-ModContProdBan,8px);
  border: 1px solid var(--Theme-color-Active-Primary,#005FC6);
  background: var(--Theme-color-AdditionalBG_100,#3A3A3A);
  width: 100%;
  height: 100%;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.1s;
  z-index: 2;
}

.modal .modal__content {
  padding: 16px 24px;
}

.modal .modal__content .phone {
  padding: 0!important;
}

.modal .modal__content .phone .phone__general {
  list-style-type: none!important;
}

.modal .modal__content .phone>li {
  list-style-type: none!important;
}

.modal .modal__content .phone>li .phone-general {
  margin: 0 0 12px 0;
}

.modal .modal__content .phone>li .phone__title {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #A2D7F4;
}

.modal .modal__content .phone>li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #fff;
}

.modal .modal__content .phone .operation-time-wrap {
  padding: 0;
  margin: 12px 0 0 0;
}

.modal .modal__content .social_block {
  position: relative;
  margin: 12px 0 0 0;
}

.modal .modal__content .social_block ul {
  border: none!important;
}

.modal .modal__content .social_block .social_title {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}

.modal .modal__content .social_block .social_title:first-child {
  display: block;
  width: 100%;
}

.modal .modal__content .social_block .info__description {
  margin: 4px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.modal .modal__content .social_block .info__description .info__social {
  transition: 0.2s ease all;
  margin-right: 15px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.modal .modal__content .social_block .info__description .info__social:hover {
  color: #fff;
}

.modal .modal__content .social_block .info__description .info__social i {
  font-size: 24px;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width:768px) {
  footer.footer-primitive .footer__row {
    flex-direction: column;
  }
}

footer .footer__wrap {
  padding: 0px;
}

footer .footer__wrap .footer_column-contacts {
  flex: auto;
}

footer .footer__wrap .footer_column-contacts .footer_column-contacts-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer__wrap .footer__row {
  display: flex;
}

@media screen and (max-width:768px) {
  footer .footer__wrap .footer__row {
    flex-direction: column;
  }
}

@media screen and (max-width:992px) {
  footer .footer__wrap .footer__row {
    flex-wrap: wrap;
  }
}

footer .footer__wrap .footer__row .footer__column.footer__column--about {
  flex: 0 1 auto;
  margin-right: 80px;
}

@media screen and (max-width:992px) {
  footer .footer__wrap .footer__row .footer__column.footer__column--about {
    margin-right: 30px;
    flex: auto;
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  footer .footer__wrap .footer__row .footer__column.footer__column--about {
    margin-right: 20px;
  }
}

@media screen and (max-width:576px) {
  footer .footer__wrap .footer__row .footer__column.footer__column--about {
    flex: 0 0 100%;
  }
}

.header .header__top .header__underblock ul footer .footer__wrap .footer__row .footer__column.footer__column--about .social_title,
footer .footer__wrap .footer__row .footer__column.footer__column--about .header .header__top .header__underblock ul .social_title,
footer .footer__wrap .footer__row .footer__column.footer__column--about .title {
  margin: 0 0 14px 0;
}

footer .footer__wrap .footer__row .footer__column {
  flex: 1 1 33.33333%;
  margin: 0px 0px 20px 0px;
}

@media screen and (max-width:768px) {
  footer .footer__wrap .footer__row .footer__column {
    padding-right: 10px;
  }

  footer .footer__wrap .footer__row .footer__column:last-child {
    padding-right: 0px;
  }
}

@media screen and (max-width:576px) {
  footer .footer__wrap .footer__row .footer__column {
    flex: 0 0 100%;
  }
}

footer .footer__wrap .footer__row .footer__column .footer-title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 115%;
  color: #fff;
  margin: 0 0 8px 0;
}

@media screen and (max-width:768px) {
  footer .footer__wrap .footer__row .footer__column .footer-title {
    margin: 0 0 4px 0;
  }
}

footer .footer__wrap .footer__row .footer__column .footer-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
}

footer .footer__wrap .footer__row .footer__column .footer-item a {
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
  color: #fff;
  transition: 0.2s ease all;
}

@media screen and (max-width:1200px) {
  footer .footer__wrap .footer__row .footer__column .footer-item a {
    font-size: 18px;
  }
}

footer .footer__wrap .footer__row .footer__column .footer-item a:hover {
  color: white;
}

footer .footer__content {
  position: relative;
}

footer .footer__content img {
  max-width: 216px;
  min-width: 216px;
  width: 100%;
  height: auto;
}

@media screen and (max-width:576px) {
  footer .footer__content img {
    max-width: 200px;
    min-width: 200px;
  }
}

footer .footer__content .copyright {
  font-size: 16px;
  line-height: 115%;
  max-width: 200px;
}

@media screen and (max-width:768px) {
  footer .footer__content .copyright {
    font-size: 14px;
  }
}

footer .footer__content .info--phones {
  margin-bottom: 24px;
}

footer .footer__content .info--phones .phone_info_text {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 115%;
  color: #fff;
}

footer .footer__content li {
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #fff;
  margin: 0px 0px 14px 0px;
}

footer .footer__content li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease all;
}

@media screen and (max-width:768px) {
  footer .footer__content li a {
    font-size: 14px;
  }
}

@media screen and (min-width:992px) {
  footer .footer__content li a:hover {
    color: white;
  }
}

footer .footer__content li a.active {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #2772F8;
}

@media screen and (min-width:992px) {
  footer .footer__content li a.active:hover {
    color: #8ab2fb;
  }
}

footer .footer__content li a.active .ecs-footer-img-box {
  position: relative;
  width: 12px;
  height: 12px;
}

footer .footer__content li a.active .ecs-footer-img-box img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

footer .footer__content li .info-box {
  display: flex;
  column-gap: 8px;
}

footer .footer__content li .info-box .info__description {
  margin: 0;
}

footer .footer__content li .info-box .icon-box svg {
  margin-top: -3px;
  width: 20px;
  height: 20px;
}

.header .header__top .header__underblock ul footer .footer__content .social_title,
footer .footer__content .header .header__top .header__underblock ul .social_title,
footer .footer__content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
  color: #fff;
}

@media screen and (max-width:768px) {
  footer .footer__content .title,
  footer .footer__content .header .header__top .header__underblock ul .social_title,
  .header .header__top .header__underblock ul footer .footer__content .social_title {
    font-size: 16px;
  }
}

footer .footer__content .title-hide-xs {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width:576px) {
  footer .footer__content .title-hide-xs {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width:576px) {
  footer .footer__content .title-hide-xs:after {
    display: block;
    content: "";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-family: "icomoon"!important;
    font-size: 12px;
    transform: rotate(90deg);
  }
}

footer .footer__content .phones .phones__link {
  display: block;
}

footer .footer__content .phones .phones__link a {
  text-decoration: none;
}

footer .footer__content .info .info__title {
  display: block;
  padding: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 115%;
}

footer .footer__content .info .info__description {
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  footer .footer__content .info .info__description {
    font-size: 14px;
  }
}

footer .footer__content .info .info__description a {
  text-decoration: none;
}

footer .footer__content .info--about {
  position: relative;
}

footer .footer__content .info--social {
  position: relative;
}

footer .footer__content .info--social .social_title {
  color: #fff;
  display: none;
}

footer .footer__content .info--social .social_title:first-child {
  display: block;
  width: 100%;
}

footer .footer__content .info--social .info__description {
  margin: 4px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

footer .footer__content .info--social .info__description .info__social {
  transition: 0.2s ease all;
  margin-right: 15px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

footer .footer__content .info--social .info__description .info__social:hover {
  color: #fff;
}

footer .footer__content .info--social .info__description .info__social i {
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2048E4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

footer .footer__content .info--phones .info__description a {
  font-weight: 600;
  font-size: clamp(16px,2.34375vw,18px);
  line-height: 115%;
  color: #fff;
}

footer .footer__content .op_wrap {
  display: flex;
  padding: 12px 0px;
  column-gap: 8px;
}

footer .footer__content .op_wrap .operation-time-wrap {
  margin: 0;
  padding: 0;
}

footer .footer_copyright {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media screen and (min-width:768px) {
  footer .footer_copyright {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }
}

footer .footer_copyright .a-item a {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

footer .footer_copyright .a-item a .created-by {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

footer .footer_copyright .a-item a .created-by .in_one_line {
  white-space: nowrap;
}

footer .footer_copyright .b-item .f-rights {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

footer .footer_copyright .c-item .footer_payments {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (min-width:768px) {
  footer .footer_copyright .c-item .footer_payments {
    transform: translateY(14px);
  }
}

footer .footer_copyright .c-item .footer_payments .footer_payments_img_box {
  position: relative;
  width: 60px;
  height: 60px;
}

footer .footer_copyright .c-item .footer_payments .footer_payments_img_box img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width:1280px) {
  .header-result .header-result__list-title-xs {
    padding: 18px 16px;
    color: #fff;
    background: #2772F8;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
    max-height: 58px;
    height: 58px;
    min-height: 58px;
  }

  .header-result .header-result__list-title-xs i {
    font-size: 30px;
  }

  .header-result .header-result__list-title-xs .title_box {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }

  .header-result .header-result__list-title-xs button {
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    position: relative;
  }

  .header-result .header-result__list-title-xs button i {
    font-size: 24px;
    color: #fff;
  }

  .header-result .header-result__list-title-xs span {
    font-size: 18px;
    line-height: 120%;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-right: 8px;
    overflow: hidden;
    font-weight: bold;
  }

  .header-result .header-result__list-title-xs span:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-family: "icomoon"!important;
  }
}

@media screen and (min-width:1280px) {
  .header-result .header-result__list-title-xs {
    display: none;
  }
}

.header-result .catalog_mega_menu_wrap {
  transition: 0.2s ease all;
  transform: translateX(-300%);
  position: absolute;
  width: auto;
  padding: 12px;
  display: flex;
  min-height: 425px;
  max-height: 425px;
  top: 0;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap {
    transform: none;
    display: none;
    padding: 0px;
    column-gap: 0;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap {
    flex-direction: column;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__banner {
  flex: 0 0 203px;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__banner {
    display: none;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__banner img {
  position: sticky;
  max-width: calc(100% - 30px);
  right: 0px;
  top: 0px;
  display: block;
  margin-left: auto;
  max-height: 448px;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__banner img {
    max-width: 100%;
    position: static;
    margin: 0 0 0 0;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items {
  flex: auto;
  height: 100%;
}

.header-result .catalog_mega_menu_wrap .header-result__items .categories_parent_title {
  font-size: 16px;
  line-height: 115%;
  color: #232222;
  font-weight: bold;
  padding: 12px 0px 20px 0px;
  width: 100%;
  display: none;
}

@media screen and (min-width:1200px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .categories_parent_title {
    display: block;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .categories_parent_title a {
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
  display: block;
  transition: 0.2s ease all;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .categories_parent_title a {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .categories_parent_title a:hover {
    color: white;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .categories_parent_title {
    padding: 0px 0px 0px 0px;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab_box {
  display: block;
}

@media screen and (min-width:1200px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab_box {
    display: none;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab {
  display: none;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%);
    transition: 0.2s ease all;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab.f-d-column {
  flex-direction: column;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab.active {
  display: flex;
  flex-wrap: wrap;
  transition: 0.2s ease all;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab.active {
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: 12;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: 0.2s ease all;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab--mm-child.active {
  display: flex;
  flex-wrap: wrap;
  transition: 0.2s ease all;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab--mm-child.active {
    position: absolute;
    top: 0px;
    background: #fff;
    z-index: 13;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: 0.2s ease all;
    display: block;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab--mm-child .category_elements {
  height: 100%;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab--mm-child .category_elements .category_item_box {
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 24px 0 0 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab.helper-xs-active {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100%);
    transition: 0.2s ease all;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab .category_elements li {
  list-style-type: none;
  padding: 0 16px;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab .category_elements li:not(:last-child) {
  margin: 0 0 20px 0;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab .category_elements li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__tab .category_elements li a.active {
  color: #2772F8;
}

.header-result .catalog_mega_menu_wrap .header-result__items a {
  text-decoration: none;
}

@media screen and (max-width:1428px) {
  .header-result .catalog_mega_menu_wrap .header-result__items {
    flex: auto;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-wrap {
  display: flex;
  position: relative;
  width: 100%;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-wrap {
    display: block;
    padding: 0px 0px 0px 0px;
    flex: 1;
    height: 100%;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list {
  flex: auto;
  height: 100%;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns {
    display: block;
    max-height: 568px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns::-webkit-scrollbar {
    width: 6px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns::-webkit-scrollbar-track {
    background: #DDE0EA80;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #6E7587;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns {
    display: block;
    padding: 0px;
    margin: 0px;
    height: 100%;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap {
  min-height: auto;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap {
    padding: 16px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap[data-menu-columns="3"] {
    column-count: 3;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap[data-menu-columns="3"] .column {
    max-width: 300px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap[data-menu-columns="4"] {
    column-count: 3;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap[data-menu-columns="4"] .column {
    max-width: 220px;
  }
}

@media screen and (min-width:1200px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap[data-menu-columns="4"] {
    column-count: 4;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap[data-menu-columns="4"] .column {
    max-width: 220px;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .header-result__columns .column_wrap {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    height: calc(100% - 50px);
    overflow-y: auto;
    padding: 24px 0 0 0;
    -webkit-overflow-scrolling: touch;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column {
  width: 100%;
  overflow: hidden;
  break-inside: avoid-column;
  position: relative;
  padding: 0;
  display: block;
  min-width: 200px;
  margin: 0 0 24px 0;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
  }
}

@media screen and (max-width:1200px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column {
    flex: 0 1 100%;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column:last-child {
  margin: 0px 0px 0px 0px;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column {
    max-width: 100%;
    white-space: normal;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content {
  overflow: hidden;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content {
    padding: 0px 16px 0px 16px;
  }
}

.header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title,
.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title,
.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title {
  line-height: 115%;
  padding: 0px 0px 12px 0px;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title {
    display: none;
  }
}

.header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a,
.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a,
.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a {
  text-decoration: none;
  color: #232222;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a:hover,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a:hover,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a:hover {
    color: white;
  }
}

.header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a.active,
.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a.active,
.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a.active {
  color: #2772F8;
}

@media screen and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a.active:hover,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a.active:hover,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a.active:hover {
    color: #8ab2fb;
  }
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a {
    font-size: 14px;
    color: #fff;
  }
}

@media screen and (min-width:1280px) and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a:hover,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a:hover,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a:hover {
    color: #cccccc;
  }
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a.active,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a.active,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a.active {
    color: #fff;
  }
}

@media screen and (min-width:1280px) and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .title a.active:hover,
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .header .header__top .header__underblock ul .social_title a.active:hover,
  .header .header__top .header__underblock ul .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .social_title a.active:hover {
    color: #cccccc;
  }
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs {
    display: none;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs a {
    display: block;
    position: relative;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs a i {
    color: #fff;
    font-size: 30px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs span.active {
    color: #2772F8;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs .sub_item_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs .sub_item_link span {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #fff;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs ~ ul .column__title-to-item-xs-deep {
  display: none;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs ~ ul {
    display: none;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .column___title-to-item-xs ~ ul .column__title-to-item-xs-deep {
    display: flex;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .header-result__items-list-dropdown .category_item_box {
    display: none;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .column___title-to-item-xs-slide-in ~ ul {
    display: flex!important;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9;
    overflow-y: auto;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .column___title-to-item-xs-slide-in ~ ul li {
    padding: 0px 16px 24px 16px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .column___title-to-item-xs-slide-in ~ ul li a {
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 140%;
  }
}

@media screen and (max-width:1280px) and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content .column___title-to-item-xs-slide-in ~ ul li a {
    font-size: 16px;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content ul li {
  padding: 0px 0px 8px 0px;
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  display: block;
  color: #fff;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content ul li a:hover {
    color: #cccccc;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content ul li a.active {
  color: #2772F8;
}

@media screen and (min-width:992px) {
  .header-result .catalog_mega_menu_wrap .header-result__items .header-result__items-list .column .column__content ul li a.active:hover {
    color: #8ab2fb;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__category {
  flex: 0 0 300px;
  height: 100%;
  background: #3A3A3A;
  box-shadow: none;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category {
    padding: 0;
    max-height: 568px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header-result .catalog_mega_menu_wrap .header-result__category::-webkit-scrollbar {
    width: 6px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__category::-webkit-scrollbar-track {
    background: #DDE0EA80;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__category::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #6E7587;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category {
    height: 100%;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category ul {
    height: calc(100% - 50px);
    overflow-y: auto;
    padding: 24px 0 0 0;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li {
  position: relative;
  padding: 13px 35px 13px 50px;
  line-height: 140%;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  color: #fff;
  letter-spacing: 0.02em;
  border-radius: 8px;
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li:not(:last-child) {
  margin: 0 0 18px 0;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category ul li {
    border-radius: 0;
    padding: 9px 50px 9px 50px;
  }

  .header-result .catalog_mega_menu_wrap .header-result__category ul li:not(:last-child) {
    margin: 0;
  }
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category ul li {
    padding: 0px 35px 0px 50px;
    margin: 0px 0px 24px 0px;
    font-weight: 600;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li.tab-button--no_img {
  padding: 9px 35px 9px 20px;
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li.active {
  background: #005FC6;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category ul li.active a {
    z-index: 9;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li.active i {
  color: #fff;
}

@media screen and (max-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category ul li.active {
    background: transparent;
    color: #2772F8;
  }

  .header-result .catalog_mega_menu_wrap .header-result__category ul li.active i {
    color: #2772F8;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li .tab-button__img {
  position: absolute;
  left: 14px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translate(0,-50%);
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li .tab-button__img img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap .header-result__category ul li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
}

.header-result .catalog_mega_menu_wrap .header-result__category ul li i {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 19px;
  transform: translate(0,-50%);
  width: 30px;
  height: 30px;
  display: block;
  font-size: 30px;
}

.header-result .catalog_mega_menu_wrap .all_items_box {
  padding: 0 16px;
}

.header-result .catalog_mega_menu_wrap .all_items_box a {
  font-weight: 600;
}

@media screen and (min-width:1280px) {
  .header-result .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns {
    background: #747474;
  }
}

@media screen and (max-width:1280px) {
  .header-result.header-result-open .catalog_mega_menu_wrap {
    display: block;
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    max-height: 100%;
    height: 100%;
    z-index: 10;
  }
}

@media screen and (min-width:1280px) {
  .header-result.header-result-open .catalog_mega_menu_wrap {
    transform: none;
    display: flex;
  }
}

@media screen and (max-width:1280px) {
  .header-result.header-result-open .catalog_mega_menu_wrap--wide {
    max-width: 100%;
    min-width: 100%;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__category .title_box {
    max-width: 90%;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__category ul {
    padding: 0;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__category ul li {
    margin: 0;
    padding: 16px 50px 16px 50px;
    font-weight: 500;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__category ul li.tab-button--no_img {
    padding: 16px 50px 16px 16px;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__list .title_box,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .title_box {
    max-width: 90%;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap {
    padding: 0;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs .header-result__items-list .header-result__columns .column_wrap a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs a {
    display: block;
    color: #2772F8;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column {
    padding: 12px 16px 12px 16px;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column .column__content {
    padding: 0;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column .column__content .column___title-to-item-xs {
    padding: 0;
    font-weight: 500;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column .column__content .column___title-to-item-xs a>span {
    font-weight: 500;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs .header-result__items-list .header-result__columns .column_wrap a a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs .header-result__tab--mm-child .category_elements a {
    display: block;
    color: #2772F8;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
  }
}

@media screen and (max-width:1280px) and (min-width:1280px) {
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs .header-result__items-list .header-result__columns .column_wrap a a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs a,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs .header-result__tab--mm-child .category_elements a {
    display: none;
  }
}

@media screen and (max-width:1280px) {
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs .column,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__items-list .header-result__columns .column_wrap .column__category_title-to-item-xs .header-result__tab--mm-child .category_elements a .column,
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .column__category_title-to-item-xs a .column {
    padding: 12px 16px 12px 16px;
  }
}

@media screen and (max-width:1280px) {
  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .category_item_box {
    padding: 0;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .category_item_box li {
    padding: 12px 16px 12px 16px;
    margin: 0;
  }

  .header-result.header-result-open .catalog_mega_menu_wrap--wide .header-result__items .header-result__tab--mm-child .category_elements .category_item_box li .column__title-to-item a {
    font-weight: 500;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot#iefix') format('embedded-opentype'),url('fonts/icomoon.ttf') format('truetype'),url('fonts/icomoon.woff') format('woff'),url('fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: 'icomoon'!important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-full:before {
  content: "\e900";
}

.icon-answer:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-arrow-top:before {
  content: "\e90b";
}

.icon-cart:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e918";
}

.icon-compare:before {
  content: "\e91c";
}

.icon-dot-fill:before {
  content: "\e923";
}

.icon-hamb:before {
  content: "\e930";
}

.icon-inform:before {
  content: "\e933";
}

.icon-like:before {
  content: "\e937";
}

.icon-phone:before {
  content: "\e940";
}

.icon-search:before {
  content: "\e943";
}

.icon-telegram-auth:before {
  content: "\e949";
}

.icon-viber-auth:before {
  content: "\e94e";
}

.content_blocks section:first-child {
  margin: 0 0 24px 0;
}

.content_blocks section:first-child .section__title {
  padding: 0px 0px 30px 0px;
}

.content_blocks section:first-child .grab-mail-section {
  margin: 0 0 24px 0;
}

.content_blocks section-default-margin {
  margin: 24px 0;
}

.content_blocks .section__title {
  margin: 64px 0px 0px 0px;
  padding: 0px 0px 16px 0px;
}

@media screen and (min-width:768px) {
  .content_blocks .section__title {
    margin: 80px 0px 0px 0px;
    padding: 0px 0px 24px 0px;
  }
}

.blog_box {
  display: flex;
  column-gap: 8px;
  flex-wrap: wrap;
}

@media screen and (min-width:992px) {
  .blog_box {
    flex-wrap: nowrap;
  }
}

.blog_box .blog_show_all {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #A2D7F4;
  margin: 10px 0 0 0;
  text-transform: initial;
  display: flex;
  align-items: center;
  transition: 0.2s ease all;
}

.blog_box .blog_show_all i {
  padding-left: 6px;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .blog_box .blog_show_all:hover {
    color: #fdfeff;
  }

  .blog_box .blog_show_all:hover i {
    transform: translateX(5px);
  }
}

@media screen and (max-width:1200px) {
  .blog_box .overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000000d;
    z-index: 2;
  }
}

@media screen and (min-width:1200px) {
  .blog_box .blog_sidebar {
    position: sticky;
    top: 5px;
  }
}

@media screen and (max-width:1200px) {
  .blog_box .blog_sidebar {
    padding: 16px 20px;
    position: fixed;
    background: #fff;
    z-index: 9;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 0px;
    left: 0px;
    width: 320px;
    border-radius: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width:1200px) {
  .blog_box .blog_sidebar.active {
    transform: translateX(0%)!important;
  }
}

@media screen and (min-width:1200px) {
  .blog_box .blog_sidebar .blog_sidebar_box {
    background: #3A3A3A;
    border-radius: 8px;
    padding: 20px;
    width: 332px;
  }
}

@media screen and (max-width:1200px) {
  .blog_box .blog_sidebar .blog_sidebar_box .space {
    height: 52px;
  }
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title {
  display: none;
}

@media screen and (min-width:1200px) {
  .blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    display: block;
    margin: 0 0 16px 0;
  }
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title-xs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2772F8;
  padding: 16px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 52px;
}

@media screen and (min-width:1200px) {
  .blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title-xs {
    display: none;
  }
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title-xs span {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title-xs span:nth-child(1) {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item_title-xs span:nth-child(1) i {
  font-size: 30px;
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item:not(:last-child) {
  margin: 0 0 16px 0;
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item a {
  color: #fff;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item a:hover {
    color: white;
  }
}

.blog_box .blog_sidebar .blog_sidebar_box .blog_sidebar_item .counter {
  color: #fff;
}

.blog_box .blog_content {
  width: 100%;
}

.blog_box .blog_content .blog_content_box {
  display: flex;
  flex-direction: column;
}

.blog_box .blog_content .blog_content_box .section__title {
  column-gap: 16px;
  display: flex;
  justify-content: space-between;
}

.blog_box .blog_content .blog_content_filter_box {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background: transparent;
  margin: 0 0 8px 0;
}

@media screen and (min-width:1200px) {
  .blog_box .blog_content .blog_content_filter_box {
    display: none;
    background: #3A3A3A;
    border-radius: 8px;
    padding: 10px 16px;
  }
}

.blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs {
  flex: 0 1 230px;
  height: 40px;
  cursor: pointer;
}

@media screen and (max-width:1200px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs {
    background: #2772F8;
    border-radius: 8px;
  }
}

@media screen and (min-width:1200px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs {
    display: none;
  }
}

@media screen and (max-width:576px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs {
    flex: 0 1 55px;
  }
}

.blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs .blog_content_filter-box {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0px 8px;
  column-gap: 12px;
}

@media screen and (max-width:576px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs .blog_content_filter-box {
    padding: 0px 8px;
  }
}

.blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs .blog_content_filter-box i {
  display: block;
  font-size: 30px;
  color: #fff;
}

.blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs .blog_content_filter-box span {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}

@media screen and (max-width:576px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter-xs .blog_content_filter-box span {
    display: none;
  }
}

.blog_box .blog_content .blog_content_filter_box .blog_content_filter {
  width: 100%;
  max-width: 100%;
  height: 40px;
}

@media screen and (min-width:1200px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter {
    width: 284px;
    max-width: 100%;
    height: 40px;
  }
}

.blog_box .blog_content .blog_content_filter_box .blog_content_filter .select {
  width: 100%;
  max-width: 100%;
  height: 40px;
}

@media screen and (min-width:1200px) {
  .blog_box .blog_content .blog_content_filter_box .blog_content_filter .select {
    width: 284px;
    max-width: 100%;
    height: 40px;
  }
}

.blog_box .blog_content .blog_content_article_box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article {
  background: #3A3A3A;
  border-radius: 8px;
  max-width: initial;
  width: 100%;
  position: relative;
}

@media screen and (min-width:576px) {
  .blog_box .blog_content .blog_content_article_box .blog_content_article {
    width: calc(100% / 2 - 6px);
  }
}

@media screen and (min-width:1200px) {
  .blog_box .blog_content .blog_content_article_box .blog_content_article {
    width: calc(100% / 3 - 6px);
  }
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_img_box {
  position: relative;
  width: 100%;
  height: 314px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_img_box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border-radius: 20px;
  background: #424242;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_badge.advice {
  background: #FA1D6D;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_badge.news {
  background: #1BB3D4;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_badge.review {
  background: #FA871D;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_badge.product {
  background: #5DB075;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_info_box {
  padding: 16px;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_title {
  margin: 0 0 12px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 115%;
  color: #fff;
  transition: 0.2s ease all;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_subtitle {
  font-size: 16px;
  line-height: 115%;
  color: #fff;
  margin: 0 0 18px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
}

.blog_box .blog_content .blog_content_article_box .blog_content_article .blog_content_article_date {
  font-size: 12px;
  line-height: 115%;
  color: #fff;
}

.blog_box .article_content {
  background: #3A3A3A;
  border-radius: 8px;
  width: calc(100% + 64px);
  margin: 0 -32px 64px -32px;
}

@media screen and (min-width:576px) {
  .blog_box .article_content {
    width: calc(100% + 64px);
    margin: 0 -32px 80px -32px;
  }
}

@media screen and (min-width:768px) {
  .blog_box .article_content {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width:1200px) {
  .blog_box .article_content[data-article-sidebar=false] {
    width: 100%;
  }

  .blog_box .article_content[data-article-sidebar=true] {
    width: calc(100% - 332px);
  }
}

.blog_box .article_content .article_content_box {
  padding: 24px 32px;
}

.blog_box .article_content .article_content_box .article_content_title {
  font-weight: bold;
  font-size: clamp(24px,4vw,40px);
  line-height: 125%;
  color: #fff;
  margin: 0 0 8px 0;
}

.blog_box .article_content .article_content_box .article_content_info {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0 0 16px 0;
}

.blog_box .article_content .article_content_box .article_content_info .article_content_info_date {
  font-size: 14px;
  line-height: 115%;
}

.blog_box .article_content .article_content_box .article_content_info .article_content_info_comment {
  display: flex;
  align-items: center;
}

.blog_box .article_content .article_content_box .article_content_info .article_content_info_comment a {
  font-size: 14px;
}

.blog_box .article_content .article_content_box .article_content_info .article_content_info_comment i {
  font-size: 20px;
  color: #fff;
}

.blog_box .article_content .article_content_box .article_content_badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border-radius: 20px;
  background: #424242;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 24px 0;
}

.blog_box .article_content .article_content_box .article_content_badge-advice {
  background: #FA1D6D;
}

.blog_box .article_content .article_content_box .article_content_badge-news {
  background: #1BB3D4;
}

.blog_box .article_content .article_content_box .article_content_badge-review {
  background: #FA871D;
}

.blog_box .article_content .article_content_box .article_content_badge-product {
  background: #5DB075;
}

.blog_box .article_content .article_content_box .article_content_footer .article_content_footer_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 26px;
}

@media screen and (min-width:576px) {
  .blog_box .article_content .article_content_box .article_content_footer .article_content_footer_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.blog_box .article_content .article_content_box .article_content_footer .article_content_footer_box .article_content_footer_share {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.blog_box .article_content .article_content_box .article_content_footer .article_content_footer_box .article_content_footer_share .social-share-link {
  display: flex;
  column-gap: 16px;
}

.blog_box .article_content .article_content_box .article_content_footer .article_content_footer_box .article_content_footer_author {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.blog_box .article_content .article_content_box .article_content_footer .article_content_footer_box .article_content_footer_author span {
  color: #2772F8;
}

.blog_box .article_sidebar {
  width: 100%;
}

@media screen and (min-width:992px) {
  .blog_box .article_sidebar {
    width: auto;
  }
}

.blog_box .article_sidebar .article_sidebar_box {
  width: 100%;
}

@media screen and (min-width:992px) {
  .blog_box .article_sidebar .article_sidebar_box {
    position: sticky;
    top: 5px;
    width: 332px;
  }
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_header {
  background: #3A3A3A;
  border-radius: 8px;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 8px 0;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item {
  background: #3A3A3A;
  border-radius: 8px;
  padding: 8px 16px;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item:not(:last-child) {
  margin: 0 0 8px 0;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row {
  display: flex;
  column-gap: 8px;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col:nth-child(2) {
  width: 100%;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_img {
  width: 96px;
  height: 96px;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_img img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_title {
  margin: 0 0 8px 0;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_title a {
  font-size: 14px;
  line-height: 115%;
  color: #fff;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_rating {
  margin: 0 0 18px 0;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action {
  display: block;
}

@media screen and (min-width:576px) and (max-width:992px) {
  .blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price {
  margin: 0 0 12px 0;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy .card-item__price-old {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy .price-row {
  display: flex;
  align-items: center;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy .price-row .card-item__price-common {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy .price-row .card-item__price-new {
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #98F3FA;
  white-space: nowrap;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy .price-row .card-item__price-discrount {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #4B9460;
  margin: 0px 0px 0px 15px;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_price .product_is_buy .price-row .card-item__price-not_avilable {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 10px 0;
}

.blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_button button {
  width: 100%;
  max-width: 100%;
  height: 40px;
}

@media screen and (min-width:576px) and (max-width:992px) {
  .blog_box .article_sidebar .article_sidebar_box .article_sidebar_item .row .col .article_sidebar_item_action .article_sidebar_item_button button {
    width: 140px;
    max-width: 100%;
    height: 40px;
  }
}

.swiper-blog .blog_content_article {
  background: #3A3A3A;
  border-radius: 8px;
  width: 100%;
  max-width: 412px;
  margin: 0px 0px 24px 0px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width:992px) {
  .swiper-blog .blog_content_article:hover {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  }
}

.swiper-blog .blog_content_article .blog_content_article_img_box {
  position: relative;
  width: 100%;
  height: 314px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}

.swiper-blog .blog_content_article .blog_content_article_img_box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.swiper-blog .blog_content_article .blog_content_article_badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  border-radius: 20px;
  background: #424242;
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  position: absolute;
  top: 16px;
  left: 16px;
}

.swiper-blog .blog_content_article .blog_content_article_badge.advice {
  background: #FA1D6D;
}

.swiper-blog .blog_content_article .blog_content_article_badge.news {
  background: #1BB3D4;
}

.swiper-blog .blog_content_article .blog_content_article_badge.review {
  background: #FA871D;
}

.swiper-blog .blog_content_article .blog_content_article_badge.product {
  background: #5DB075;
}

.swiper-blog .blog_content_article .blog_content_article_info_box {
  padding: 24px;
}

.swiper-blog .blog_content_article .blog_content_article_title {
  margin: 0 0 12px 0;
  position: relative;
  z-index: 9;
  font-size: clamp(16px,2.6041666667vw,20px);
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s ease all;
}

.swiper-blog .blog_content_article .blog_content_article_subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  margin: 0 0 18px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
  flex: 1;
}

.swiper-blog .blog_content_article .blog_content_article_date {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}

.seo_data_block .seo_data_box .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 16px 0;
}

.section-popular-brands-items .section__title {
  column-gap: 16px;
}

.section-popular-brands-items .section-popular-brands__wrap .section-popular_brand__items .section-popular_brands__item .background-item {
  display: flex;
  align-items: center;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #D2D5D9;
  background: #5E5E5E;
  padding: 32px;
  border-radius: 16px;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .section-popular-brands-items .section-popular-brands__wrap .section-popular_brand__items .section-popular_brands__item .background-item:hover {
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
  }
}

.section-popular-brands-items .section-popular-brands__wrap .section-popular_brand__items .section-popular_brands__item .background-item .img_box {
  margin: 0 auto;
  position: relative;
  height: clamp(92px,15.625vw,120px);
  width: clamp(92px,15.625vw,120px);
}

.section-popular-brands-items .section-popular-brands__wrap .section-popular_brand__items .section-popular_brands__item .background-item .img_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  transform: translate(-50%,-50%);
  max-width: 100%;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.disable-overlay {
  background-color: rgba(94,94,94,.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  top: 0;
  right: 0;
}

.fixed {
  position: fixed;
}

.page_overlay {
  background-color: rgba(0,0,0,0.5);
}

.disable-overlay.full-screen {
  position: fixed;
}

.disable-overlay .disable-overlay-content {
  text-align: center;
}

.disable-overlay .disable-overlay-spinner {
  text-align: center;
}

.disable-overlay .disable-overlay-spinner img {
  height: 5rem;
}

.disable-overlay .disable-overlay-close-button-block .btn-sm {
  padding: 0.25rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.2rem;
}

.tingle-modal * .modal-wrap .modal-wrap__actions .reg-btn,
.tingle-modal * .modal-wrap .modal-wrap__actions .reg-enter {
  width: 100%;
}

.tingle-modal * .modal-wrap .modal-wrap__actions .reg-enter {
  height: 22px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  border: none;
  color: #A2D7F4;
  margin: 24px 0 0 0;
}

.tingle-modal * .modal-wrap .modal-wrap__actions .reg-enter span {
  pointer-events: none;
}

@media screen and (max-width:576px) {
  .ecs-ckedit-box .wrapper {
    overflow-x: initial;
  }
}

.ecs-title-timer-box .section__title {
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

@media screen and (min-width:992px) {
  .ecs-title-timer-box .section__title {
    column-gap: 12px;
  }
}

.ecs-title-timer-box .section__title .section_img {
  position: relative;
  width: 30px;
  height: 30px;
}

@media screen and (min-width:992px) {
  .ecs-title-timer-box .section__title .section_img {
    position: relative;
    width: 40px;
    height: 40px;
  }
}

.ecs-title-timer-box .section__title .section_img img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.card-item {
  max-width: 308px;
  margin: 0px 0px 24px 0px;
  background: transparent;
}

@media screen and (max-width:576px) {
  .card-item {
    max-width: 294px;
  }
}

.card-item.out-of-stock-prod .card-item__wrap>div:not(.card_item_hidden_content) {
  opacity: 0.6;
}

.card-item.out-of-stock-prod .card-item__wrap .card_item_hidden_content .item_info {
  opacity: 0.6;
}

.card-item .card-item__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width:768px) {
  .card-item .card-item__wrap {
    margin-top: 8px;
  }
}

.card-item .card-item__wrap .card-item_header {
  background: #4A4A4A;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.card-item .card-item__wrap .top_elements_box {
  display: flex;
  justify-content: space-between;
}

.card-item .card-item__wrap .top_elements_box .checkmark {
  top: -10px;
  right: 0;
}

.card-item .card-item__wrap .card-item__badge {
  margin: 0 0 12px 0;
  height: 24px;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 12px;
  max-width: 250px;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  row-gap: 8px;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap {
  padding: 0px 2px;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-new,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-top,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-video,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-new,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-top,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-video,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-new,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-top,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-video,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-new,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-top,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-video {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-new-no-text,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-new-no-text,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-new-no-text,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-new-no-text {
  padding: 0;
  background: transparent!important;
  border-color: initial!important;
  color: transparent!important;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-new-is-text,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-new-is-text,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-new-is-text,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-new-is-text {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-video,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-video,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-video,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-video {
  border-radius: 100%;
  border: 1.2px solid #98F3FA;
  color: #98F3FA;
  background: transparent;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-video .img_box,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-video .img_box,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-video .img_box,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-video .img_box {
  display: flex;
  align-items: center;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-video .img_box img,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-video .img_box img,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-video .img_box img,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-video .img_box img {
  width: 100%;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-video i,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-video i,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-video i,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-video i {
  font-size: 24px;
}

.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-discount-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-new-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-top-wrap .badge-discount,
.card-item .card-item__wrap .card-item__badge .card-item__badge-wrap .badge-video-wrap .badge-discount {
  border-radius: 100%;
  border: 1.2px solid #fff;
  color: #fff;
  background: transparent;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-item .card-item__wrap .card-item__badge--after-title {
  margin: 0 0 12px 0;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap {
  height: 228px;
  z-index: 0;
  position: relative;
  transition: 0.2s ease all;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap:not(.has_alt_img) .swiper-navs {
  display: none;
}

@media screen and (min-width:992px) {
  .card-item .card-item__wrap .card-item__img .card-item__img-wrap.has_alt_img .swiper-navs {
    display: none;
  }
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap .swiper-navs-show {
  display: block!important;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap .back_img,
.card-item .card-item__wrap .card-item__img .card-item__img-wrap .front_img {
  height: 228px;
  width: 228px;
  max-width: 100%;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap .back_img .swiper-slide,
.card-item .card-item__wrap .card-item__img .card-item__img-wrap .front_img .swiper-slide {
  height: 228px;
  width: 228px;
  max-width: 100%;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap .back_img .front_img_item,
.card-item .card-item__wrap .card-item__img .card-item__img-wrap .front_img .front_img_item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s ease all;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap .back_img .front_img_item:not(.first_img),
.card-item .card-item__wrap .card-item__img .card-item__img-wrap .front_img .front_img_item:not(.first_img) {
  opacity: 0.001;
  visibility: hidden;
}

.card-item .card-item__wrap .card-item__img .card-item__img-wrap img {
  object-fit: contain;
  width: 100%!important;
  height: 100%;
  cursor: pointer;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .card-item .card-item__wrap .card-item__img .card-item__img-wrap.has_alt_img:hover .first_img:not(.no_hide) {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .card-item .card-item__wrap .card-item__img .card-item__img-wrap.has_alt_img:hover .front_img_item:not(.no_hide) {
    opacity: 1;
    visibility: visible;
  }
}

.card-item .card-item__wrap .card-item__params {
  width: 100%;
}

.card-item .card-item__wrap .card-item__name {
  padding: 12px 0;
  font-size: 16px;
  line-height: 115%;
  font-weight: 500;
  min-height: 50px;
}

.card-item .card-item__wrap .card-item__name a {
  color: #fff;
  transition: 0.2s ease all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-item .card-item__wrap .card-item__name a:hover {
  color: white;
}

.card-item .card-item__wrap .card-item__name.card-item-product-card a {
  pointer-events: none;
}

@media screen and (max-width:576px) {
  .card-item .card-item__wrap .card-item__name {
    font-size: 14px;
    line-height: 115%;
  }
}

.card-item .card-item__wrap .card-item__price {
  margin: 12px 0;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.card-item .card-item__wrap .card-item__price .card-item__price-old {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
}

.card-item .card-item__wrap .card-item__price .price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
}

.card-item .card-item__wrap .card-item__price .price-row .card-item__price-common {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}

.card-item .card-item__wrap .card-item__price .price-row .card-item__price-new {
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
  white-space: nowrap;
}

.card-item .card-item__wrap .card-item__price .price-row .card-item__price-discrount {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #4B9460;
}

.card-item .card-item__wrap .card-item__price .price-row .card-item__price-not_avilable {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 10px 0;
}

.card-item .card-item__wrap .card-item__price .product_is_buy--out .card-item__price-new {
  color: #fff;
}

.card-item .card-item__wrap .card-item__price .product_is_buy--out .card-item__price-discrount {
  color: #fff;
}

.card-item .card-item__wrap .card-item__price .product_is_buy--out .card-item__price-common {
  color: #fff;
}

.card-item .card-item__wrap .card-item__buy-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button {
  min-width: 132px;
  max-width: 100%;
  height: 40px;
  padding: 0px 20px;
  transition: 0.2s ease all;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button i {
  font-size: 30px;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button.disabled {
  background: #5E5E5E;
  color: #2772F8;
  font-size: 16px;
  border: none;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button.buy-now:not(.secondary):not(.informer_btn) {
  background: #171717;
  position: relative;
}

@media screen and (min-width:992px) {
  .card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button.buy-now:not(.secondary):not(.informer_btn):hover {
    background: #fff;
    color: #171717;
  }
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button.buy-now:not(.secondary):not(.informer_btn) i {
  font-size: 25px;
  margin-top: -15px;
  display: inline-block;
  transform: translateY(3px);
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-future {
  align-items: center;
  display: flex;
  row-gap: 8px;
  flex-direction: column;
  position: absolute;
  top: 16px;
  right: 12px;
  z-index: 1;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-future .add-filter button,
.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-future .add-wish button {
  position: relative;
  border: none;
  background: transparent;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-future .add-wish button i {
  font-size: 30px;
  color: #fff;
}

.card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-future .add-filter button i {
  font-size: 30px;
  color: #fff;
}

.card-item .card-item__params-wrap .swich-variables {
  display: flex;
  flex-direction: column;
  margin: 11px 0;
  flex-wrap: wrap;
  gap: 4px;
}

.card-item .card-item__params-wrap .swich-variables .switch_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  min-height: 22px;
  font-size: 14px;
  border-radius: 6px;
  min-width: 34px;
  position: relative;
  background: #fff;
  border: solid 1px #F0F0F0;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.card-item .card-item__params-wrap .swich-variables .switch_btn.active_item {
  border: solid 1px #2772F8;
  color: #fff;
}

.card-item .card-item__params-wrap .swich-variables .switch_btn:hover {
  border: solid 1px #2772F8;
  color: #fff;
}

.card-item .card-item__params-wrap .swich-variables .switch_btn.disabled {
  background: #5E5E5E;
  color: #BDBDBD;
}

.card-item .card-item__params-wrap .swich-variables .switch_btn.disabled.active_item {
  border: solid 1px #E00B0B;
}

.card-item .card-item__params-wrap .swich-variables .switch_btn.disabled:hover {
  border: solid 1px #E00B0B;
  color: #fff;
}

.card-item .card-item__params-wrap .swich-variables--multi .variables-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px 0;
  gap: 4px;
}

.card-item .card-item__params-wrap .swich-variables--multi .variables-box .switch-title {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  width: 100%;
  display: none;
}

.card-item .card-item__params-wrap .swich-variables--multi .variables-box .switch-title:first-child {
  display: block;
}

.card-item .switch-color-box {
  display: flex;
  margin: 0 0 8px 0;
  flex-wrap: wrap;
  row-gap: 10px;
}

.card-item .switch-color-box a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}

.card-item .switch-color-box .switch-items {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  list-style: none;
  border: 1px solid #D5D5D5;
  background: currentColor;
  transition: 0.2s ease all;
}

.card-item .switch-color-box .switch-items.active_item:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #2772F8;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.card-item .switch-color-box .switch-items:hover:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #2772F8;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.card-item .switch-color-box .switch-items.disabled {
  opacity: 0.5;
}

.card-item .switch-color-box .switch-items.disabled.active:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #E00B0B;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.card-item .switch-color-box .switch-items.disabled:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #E8E8E8;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.card-item .switch-color-box .switch-items.disabled:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #E8E8E8;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}

.card-item .switch-color-box .switch-items.disabled:hover:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #E00B0B;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.card-item .switch-color-box .switch-items.disabled.active {
  opacity: 0.5;
}

.card-item .switch-color-box .switch-items.disabled:hover {
  opacity: 1;
}

.card-item .switch-color-box--no-items {
  margin: 0;
}

.card-item--compare-slide .card-item__wrap {
  flex-direction: row;
  column-gap: 8px;
  align-items: flex-start;
  padding: 16px 24px;
}

@media screen and (max-width:1200px) {
  .card-item--compare-slide .card-item__wrap {
    padding: 16px 5px;
  }
}

@media screen and (max-width:992px) {
  .card-item--compare-slide .card-item__wrap {
    padding: 16px;
  }
}

.card-item--compare-slide .card-item__wrap .col:nth-child(2) {
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
}

@media screen and (max-width:992px) {
  .card-item--compare-slide .card-item__wrap .col:first-child {
    display: none;
  }
}

.card-item--compare-slide .card-item__wrap .card-item__img {
  position: relative;
  width: 66px;
  height: 66px;
}

.card-item--compare-slide .card-item__wrap .card-item__img img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.card-item--compare-slide .card-item__wrap .card-item__name {
  padding: 0;
  font-size: 14px;
  display: flex;
  column-gap: 8px;
  align-items: flex-start;
}

.card-item--compare-slide .card-item__wrap .card-item__price {
  margin: 0;
}

.card-item--compare-slide .card-item__wrap .card-item__price .product_is_buy .card-item__price-old {
  font-size: 11px;
}

.card-item--compare-slide .card-item__wrap .card-item__price .product_is_buy .price-row .card-item__price-common,
.card-item--compare-slide .card-item__wrap .card-item__price .product_is_buy .price-row .card-item__price-new {
  font-size: 16px;
}

.card-item.item-4 .card-item__wrap .card-item__buy-wrap {
  flex-wrap: wrap;
  row-gap: 8px;
}

.card-item.item-4 .card-item__wrap .card-item__buy-wrap .card-item__buy-now button {
  min-width: auto;
}

.card-item-compare-page .card-item__img {
  height: 260px;
}

.card-item-compare-page .card-item__name {
  min-height: 50px;
}

.card-item__wrap {
  padding: 4px;
  border: 1px solid transparent;
}

@media screen and (min-width:992px) {
  .card-item__wrap:hover {
    box-shadow: 0 0 0.5rem #2772F8,inset 0 0 0.4rem #2772F8;
    border-radius: 8px;
    border: 1px solid #fff;
  }

  .card-item__wrap:hover .card_item_hidden_content {
    overflow: visible;
  }
}

.card-item__wrap .card-item_top_header {
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-item__wrap .card-item_top_header .card-item__badge {
  margin: 0;
}

@media screen and (max-width:382px) {
  .card-item__wrap .card-item_top_header .card-item__badge .badge-new {
    font-size: 10px;
  }
}

.card-item__wrap .remove {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 3;
}

.card-item__wrap .remove button {
  background: transparent;
  border: 0;
}

.card-item__wrap .remove button i {
  font-size: 35px;
  color: #fff;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .card-item__wrap .remove button i:hover {
    color: white;
  }
}

.card-item .swiper-pagination-bullet-active {
  background: #2772F8!important;
}

.card-item .swiper-pagination-bullet {
  background: #E8E8E8;
}

.card-item .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 200px;
  text-align: center;
}

.card-item .swiper-wrapper img {
  max-width: 100%;
  width: auto!important;
}

@media screen and (min-width:576px) and (max-width:1200px) {
  .swiper-wrapper .swiper-slide .card-item {
    width: 96%;
    max-width: 96%;
  }
}

@media screen and (min-width:1366px) {
  .swiper-wrapper .swiper-slide .card-item {
    width: 308px;
  }
}

@media screen and (min-width:768px) {
  .slider .swiper-navs {
    z-index: 1;
    height: 0;
    top: 40%;
  }
}

@media screen and (min-width:992px) {
  .swiper-scroll .swiper-wrapper,
  .swiper-price .swiper-wrapper,
  .swiper-recent .swiper-wrapper {
    padding: 4px;
  }
}

.swipe-scroll {
  position: relative;
}

.swipe-scroll .swiper-slide {
  width: auto;
}

.swipe-scroll .swiper-slide img {
  max-width: 100%;
}

.swiper-scrollbar {
  height: 6px!important;
  border-radius: 6px!important;
  background: #979A9D!important;
}

.swiper-scrollbar.swiper-scrollbar-comp {
  height: 5px!important;
  position: relative;
  z-index: 2;
}

.swiper-scrollbar.swiper-scrollbar-comp .swiper-scrollbar-drag {
  height: 5px!important;
}

.swiper-scrollbar-drag {
  background: #fff!important;
  border-radius: 6px;
  height: 6px!important;
}

.swiper-navs {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 8;
  width: 100%;
  height: 96px;
}

@media screen and (max-width:768px) {
  .swiper-navs {
    display: none;
  }
}

.swiper-navs .swiper-button-next-base {
  width: 44px;
  height: 44px;
  background: #7A7A7A;
  border-radius: 100px;
  position: absolute;
  right: -20px;
  top: 0px;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .swiper-navs .swiper-button-next-base {
    display: none;
  }
}

.swiper-navs .swiper-button-next-base:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "icomoon"!important;
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  transform: translate(-50%,-50%) rotate(0deg);
  font-size: 35px;
}

.swiper-navs .swiper-button-prev-base {
  width: 44px;
  height: 44px;
  background: #7A7A7A;
  border-radius: 100px;
  position: absolute;
  left: -20px;
  top: 0px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .swiper-navs .swiper-button-prev-base {
    display: none;
  }
}

.swiper-navs .swiper-button-prev-base:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "icomoon"!important;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  color: #fff;
  font-size: 35px;
}

.swiper-navs .swiper-button-next-custom {
  width: 40px;
  height: 96px;
  background: #F0F0F0;
  border-radius: 4px;
  position: absolute;
  right: -20px;
  top: 0px;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .swiper-navs .swiper-button-next-custom {
    display: none;
  }
}

.swiper-navs .swiper-button-next-custom:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "icomoon"!important;
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  color: #2772F8;
  transform: translate(-50%,-50%) rotate(0deg);
  font-size: 35px;
}

.swiper-navs .swiper-button-prev-custom {
  width: 40px;
  height: 96px;
  background: #F0F0F0;
  border-radius: 4px;
  position: absolute;
  left: -20px;
  top: 0px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .swiper-navs .swiper-button-prev-custom {
    display: none;
  }
}

.swiper-navs .swiper-button-prev-custom:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "icomoon"!important;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  color: #2772F8;
  font-size: 35px;
}

.swiper-navs .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.scroll-items-section .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.scroll-items-section .slider .swiper-scrollbar {
  left: 0;
  width: 100%;
  position: relative;
  bottom: 0;
}

.swiper-button-next-mini-catalog-img.swiper-button-disabled,
.swiper-button-prev-mini-catalog-img.swiper-button-disabled {
  opacity: 0!important;
  visibility: hidden!important;
}

@media screen and (min-width:992px) {
  .front_img:hover .swiper-button-next-catalog-img,
  .front_img:hover .swiper-button-prev-catalog-img {
    opacity: 1;
    visibility: visible;
  }
}

.swiper-button-next-catalog-img.swiper-button-disabled,
.swiper-button-prev-catalog-img.swiper-button-disabled {
  opacity: 0!important;
  visibility: hidden!important;
}

@media screen and (min-width:992px) {
  [data-swiper-hover-parent]:hover .swiper-navs {
    top: calc(40% - 40px);
  }
}

.hero-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width:768px) {
  .hero-slide {
    background: transparent;
  }
}

.hero-slide.hero-slider-inc-all-elements .hero-content-slide__wrap.content_img-left {
  flex-direction: row-reverse;
}

@media screen and (max-width:576px) {
  .hero-slide.hero-slider-inc-all-elements .hero-content-slide__wrap.content_img-left {
    padding: 40px 0px 0px 0px;
    flex-direction: column;
  }
}

.hero-slide.hero-slider-inc-all-elements .hero-content-slide__wrap.content_img-center {
  flex-direction: column-reverse;
}

@media screen and (max-width:576px) {
  .hero-slide.hero-slider-inc-all-elements .hero-content-slide__wrap.content_img-center {
    padding: 0px 0px 40px 0px;
  }
}

.hero-slide.hero-slider-no-text {
  background: none;
}

.hero-slide.hero-slider-no-text .hero-content-slide .hero-content-slide__wrap {
  margin: 0;
  padding: 0;
}

.hero-slide.hero-slider-no-text .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap {
  max-width: 100%;
}

.hero-slide.hero-slider-no-text .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap img {
  width: 100%;
  padding: 0;
}

.hero-main-section {
  margin: 24px 0;
  min-height: 312px;
}

@media screen and (min-width:576px) {
  .hero-main-section {
    min-height: 370px;
  }
}

@media screen and (min-width:992px) {
  .hero-main-section {
    min-height: 620px;
  }
}

@media screen and (max-width:768px) {
  .hero-main-section {
    background: #fff;
  }
}

@media screen and (max-width:768px) {
  .hero-main-section.hero-main-section-no-bg {
    background: transparent;
  }
}

.hero-main-section .swiper-container {
  border-radius: 8px;
  position: relative;
}

@media screen and (max-width:768px) {
  .hero-main-section .swiper-container-no-border {
    border-radius: initial;
  }
}

.hero-main-section .swiper-navs-hero {
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1440px;
}

.hero-main-section .swiper-navs-hero .swiper-button-next-hero-banner {
  right: 20px;
}

@media screen and (min-width:992px) {
  .hero-main-section .swiper-navs-hero .swiper-button-next-hero-banner {
    right: 80px;
  }
}

.hero-main-section .swiper-navs-hero .swiper-button-prev-hero-banner {
  left: 20px;
}

@media screen and (min-width:992px) {
  .hero-main-section .swiper-navs-hero .swiper-button-prev-hero-banner {
    left: 80px;
  }
}

.hero-main-section .swiper-slide {
  width: 100%!important;
  height: 100%!important;
}

.hero-main-section .hero-content-slide {
  width: 100%;
}

.hero-main-section .hero-content-slide a {
  color: #fff;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap {
  display: flex;
  padding: 20px 0px;
  min-height: 620px;
  max-height: 620px;
  align-items: center;
}

@media screen and (min-width:769px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap {
    margin-bottom: 32px;
    padding: 40px 0px;
  }
}

@media screen and (max-width:992px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap {
    min-height: auto;
    max-height: inherit;
  }
}

@media screen and (max-width:576px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap {
    padding: 40px 0px 0px 0px;
    flex-direction: column;
  }
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text {
  flex: 1;
  text-align: left;
  padding: 0px 62px 0px 75px;
}

@media screen and (max-width:768px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text {
    padding: 0px 32px 0px 32px;
  }
}

@media screen and (max-width:576px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text {
    padding: 0px;
    text-align: center;
  }
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text a,
.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .title {
  font-size: 48px;
  line-height: 100%;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .title,
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text a,
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text a {
    font-size: 32px;
    line-height: 125%;
  }
}

@media screen and (max-width:576px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .title,
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text a,
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text a {
    font-size: 24px;
    line-height: 100%;
  }
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text-left {
  text-align: left;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text-center {
  text-align: center;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__text-right {
  text-align: right;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img {
  flex: 1;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap img {
  width: 100%;
  height: auto;
}

@media screen and (min-width:1828px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap img {
    object-fit: cover;
    height: auto;
  }
}

@media screen and (min-width:992px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap img {
    height: 620px;
    object-fit: cover;
  }
}

@media screen and (max-width:768px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap img {
    padding: 20px 0;
  }
}

@media screen and (max-width:576px) {
  .hero-main-section .hero-content-slide .hero-content-slide__wrap .hero-content-slide__img .hero-content-slide__img__wrap img {
    padding: 24px 0;
    width: 80%;
  }
}

.hero-main-section .swiper-pagination {
  padding-bottom: 12px;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.hero-main-section .swiper-pagination .swiper-pagination-bullet {
  margin: 0px 8px!important;
  width: 57px;
  height: 3px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s ease all;
  background: #979A9D;
  border: 2px solid #979A9D;
  border-radius: 2px;
}

.hero-main-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #fff;
  width: 57px;
  height: 3px;
}

.button {
  border-radius: 100px;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  color: #fff;
  border: none;
  transition: 0.2s ease all;
}

.button.primary {
  background: #2772F8;
}

@media screen and (min-width:992px) {
  .button.primary:hover {
    background: #0757e5;
  }
}

.button.secondary {
  background: #fff;
  color: #171717;
}

@media screen and (min-width:992px) {
  .button.secondary:hover {
    background: #f2f2f2;
  }
}

.button.transparent {
  background: transparent;
  color: #fff;
}

@media screen and (min-width:992px) {
  .button.transparent:hover {
    color: #e6e6e6;
  }
}

.button.wide {
  width: 100%;
}

.button.small {
  width: 118px;
  max-width: 100%;
}

@media screen and (max-width:576px) {
  .button.small {
    width: 100%;
  }
}

.button.average {
  width: 178px;
  max-width: 100%;
}

@media screen and (max-width:576px) {
  .button.average {
    width: 100%;
  }
}

.button.float {
  flex: 0 0 72px;
  border: none;
  border-radius: initial;
  text-transform: uppercase;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.button.informer_btn.state-unsub {
  background: #fff;
  color: #171717;
}

@media screen and (min-width:992px) {
  .button.informer_btn.state-unsub:hover {
    background: #0a0a0a;
    color: #fff;
  }
}

.button.informer_btn.state-sub {
  background: #171717;
  color: #fff;
}

@media screen and (min-width:992px) {
  .button.informer_btn.state-sub:hover {
    background: white;
    color: #171717;
  }
}

.button:disabled {
  background: #E8E8E8;
}

@media screen and (min-width:992px) {
  .button:disabled:hover {
    cursor: not-allowed;
    background: #E8E8E8;
  }
}

.link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  transition: 0.2s ease all;
  cursor: pointer;
  color: #BDBDBD;
}

.link.dotted {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.link.primary {
  color: #A2D7F4;
}

.link:hover {
  color: #d0ebf9;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column a,
.grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  max-width: calc(100% - 58px);
}

@media screen and (max-width:992px) {
  .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .title,
  .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column a,
  .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column a {
    max-width: 100%;
  }
}

@media screen and (max-width:576px) {
  .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .title,
  .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column a,
  .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .grab-mail-section .grab-mail-section-wrap .grab-mail-section__form-column a {
    font-size: 24px;
  }
}

.section-popular-items .section__title {
  column-gap: 16px;
}

.section-popular-items .popular_item_show_all {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2772F8;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  transition: 0.2s ease all;
}

.section-popular-items .popular_item_show_all i {
  padding-left: 6px;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .section-popular-items .popular_item_show_all:hover {
    color: #8ab2fb;
  }

  .section-popular-items .popular_item_show_all:hover i {
    transform: translateX(5px);
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items {
    gap: 8px;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item {
  flex: 1 0 300px;
  background: #343844;
  padding: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (max-width:992px) and (min-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item {
    flex: 1 0 200px;
  }
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item {
    flex: auto;
    width: calc(100% / 2 - 8px);
    padding: 16px;
  }
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item {
    padding: 8px;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item a {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  display: block;
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item .background-item {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item .background-item {
    width: 120px;
    height: 120px;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item .background-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  transform: translate(-50%,-50%);
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item .title-item {
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item .title-item {
    font-size: 14px;
    line-height: 115%;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1),
.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) {
  flex: 1 0 300px;
}

@media screen and (min-width:992px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1),
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) {
    flex: 1 0 600px;
  }
}

@media screen and (max-width:992px) and (min-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1),
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) {
    flex: 1 0 400px;
  }
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1),
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) {
    flex: auto;
    width: calc(100% / 2 - 8px);
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1) .background-item,
.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) .background-item {
  left: 0;
}

@media screen and (min-width:992px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1) .background-item,
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) .background-item {
    left: 10%;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item svg {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.2s ease all;
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item svg {
    height: 100%;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1) .background-item,
.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) .background-item {
  width: 100%;
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1) .background-item img,
.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) .background-item img {
  width: 390px;
  height: 100%;
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1) .background-item img,
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) .background-item img {
    width: 120px;
    height: auto;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(1) svg {
  left: 45%;
  top: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(3) svg {
    width: auto;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) svg {
  left: 30%;
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(5) svg {
    width: auto;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(4) svg {
  top: 5%;
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(4) svg {
    top: 0;
    left: 45%;
  }
}

.section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:nth-child(6) svg {
  left: 60%;
  top: 45%;
  transform: translate(-50%,-50%);
}

@media screen and (min-width:992px) {
  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:hover svg {
    filter: drop-shadow(0 0 2px #ff3300) drop-shadow(0 0 4px #ff3300) drop-shadow(0 0 8px #ff3300) drop-shadow(0 0 12px #ff3300);
  }

  .section-popular-items .section-popular-items__wrap .section-popular__items .section-popular__item:hover svg path {
    stroke: #fff;
  }
}

.section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
  padding: 0px 5px 0px 5px;
  text-align: center;
  margin: 0px 0px 42px 0px;
  width: 100%;
  max-width: 240px;
  min-width: 240px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width:1280px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 340px;
    min-width: 340px;
  }
}

@media screen and (max-width:1200px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 300px;
    min-width: 300px;
  }
}

@media screen and (max-width:992px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 250px;
    min-width: 250px;
  }
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 208px;
    min-width: 208px;
  }
}

@media screen and (max-width:665px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 180px;
    min-width: 180px;
  }
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 250px;
    min-width: 250px;
  }
}

@media screen and (max-width:490px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 185px;
    min-width: 185px;
  }
}

@media screen and (max-width:402px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 165px;
    min-width: 165px;
  }
}

@media screen and (max-width:354px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item {
    max-width: 134px;
    min-width: 134px;
  }
}

.section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  display: block;
}

.section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #E8E8E8;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width:1280px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 340px;
    height: 340px;
  }
}

@media screen and (max-width:1200px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width:992px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width:768px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 208px;
    height: 208px;
  }
}

@media screen and (max-width:665px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width:490px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 185px;
    height: 185px;
  }
}

@media screen and (max-width:402px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 165px;
    height: 165px;
  }
}

@media screen and (max-width:354px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item {
    width: 134px;
    height: 134px;
  }
}

.section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .background-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  transform: translate(-50%,-50%);
  max-width: 100%;
}

.section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .title-item {
  padding: 24px 0px 0px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

@media screen and (max-width:576px) {
  .section-popular-items .section-popular-items__wrap .swiper-scroll-category .section-popular__item .title-item {
    font-size: 14px;
    line-height: 115%;
  }
}

.section-popular-items .section-popular-items__wrap .swiper-navs {
  top: 20%;
}

.load_more_btn_box .button {
  width: 330px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #171717;
}

@media screen and (max-width:576px) {
  .load_more_btn_box .button {
    width: 100%;
  }
}

.load_more_btn_box .button i {
  display: block;
  font-size: 30px;
}

.load_more_btn_box .button:hover {
  color: #fff;
}

.load_more_btn_box .button:hover i {
  transition: 1s ease all;
  transform: rotate(360deg);
}

.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row span.title {
  width: 45%;
}

@media screen and (max-width:576px) {
  .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row span.title {
    width: 100%;
  }
}

.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row span.value {
  width: 55%;
}

@media screen and (max-width:576px) {
  .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row span.value {
    width: 100%;
  }
}

.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width:576px) {
  .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .title,
  .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row a,
  .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row a {
    font-size: 14px;
  }
}

.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row .value {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row.track_number .track_number_box .value {
  width: auto;
}

.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row.delivery_info .delivery-description .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row.delivery_info .delivery-description .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row.delivery_info .delivery-description .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row.delivery_info .delivery-description a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-checkout-finish-page-table .detail-checkout-finish-page-table-wrap .detail-checkout-finish-page-table-row.delivery_info .delivery-description a {
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 8px 0;
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

@media screen and (min-width:992px) {
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .likes_btn button:hover .count,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .dislikes_btn button:hover .count {
    color: #a2d7f4;
  }
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .dislikes_btn .count,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .likes_btn .count {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 115%;
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .is_like.dislikes_btn .count,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .is_like.dislikes_btn button i,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .likes_btn.is_like .count,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .likes_btn.is_like button i {
  color: #A2D7F4;
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .dislikes_btn.is_dislike .count,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__question .feedback-tab__question-wrap .action_box .dislikes_btn.is_dislike button i {
  color: #A2D7F4;
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feedback-tab .feedback-tab-wrap .feedback-tab__body .feedback-tab__body-wrap .feedback-tab__answer .feedback-tab__answer-wrap .info .date {
  font-size: 12px;
  color: #BDBDBD;
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .feautures-tab__table_item:not(:first-child) a {
  padding: 24px 0px 18px 0px;
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .ecs_popup_item__description .ecs_popup_item_title_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item_img_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item__description .ecs_popup_item_title_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .ecs_popup_item__description .ecs_popup_item_title_box a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item_img_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  padding: 0px 0px 18px 0px;
}

@media screen and (max-width:768px) {
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .title,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item__description .ecs_popup_item_title_box a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .ecs_popup_item__description .ecs_popup_item_title_box a a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .ecs_popup_item__description .ecs_popup_item_title_box a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .ecs_popup_item__description .ecs_popup_item_title_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a a,
  .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item_img_box a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a .ecs_popup_item_img_box a .detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table a {
    font-size: 16px;
    line-height: 20px;
  }
}

.detail-card-page-info .detail-card-page-info-wrap .column-content .feautures-tab .feautures-tab__table .row .value {
  flex: 0 0 50%;
  font-weight: 600;
  color: #fff;
}

.detail-card-page-info .detail-card-page-info-wrap .column-item.column-item-checkout .card-item__wrap {
  padding: 24px 20px;
}

.detail-card-page-info .tablet {
  width: 100%;
}

@media screen and (min-width:576px) {
  .detail-card-page-info .tablet {
    width: auto;
  }
}

.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}

@media screen and (min-width:576px) {
  .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap .title,
  .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap a,
  .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__params .detail-card-page-description__params-wrap a {
    font-size: 16px;
  }
}

.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__payment-delivery .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__payment-delivery .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__payment-delivery .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__payment-delivery a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__payment-delivery a {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}

.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-now {
  max-width: 366px;
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  margin: 0;
  border-radius: 100px;
}

@media screen and (max-width:992px) {
  .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-now {
    max-width: 100%;
  }
}

@media screen and (max-width:627px) {
  .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-now {
    margin: 0px 0px 8px 0px;
  }
}

.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-now.disabled {
  background: #5E5E5E;
  color: #2772F8;
  font-size: 16px;
}

.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-later .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-later .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-later .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-later a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .detail-card-page__wrap .detail-card-page__body .detail-card-page__wrap .detail-card-page-description .detail-card-page-description-wrap .detail-card-page-description__controls .detail-card-page-description__controls-wrap .buy-later a {
  color: #4B9460;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
}

.column-item.column-item-checkout .card-item {
  background: transparent;
  margin: 0 0 8px 0;
}

.column-item.column-item-checkout .card-item__wrap {
  background: #4A4A4A;
  border-radius: 8px;
}

.item-list .card-item__wrap .badge--md {
  display: flex;
}

@media screen and (min-width:768px) {
  .item-list .card-item__wrap .badge--md {
    display: none;
  }
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box a,
.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box a a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box a a,
.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-img-box .title a {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
}

.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-description .header,
.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-description .header a {
  font-size: 12px;
  line-height: 115%;
  color: #fff;
  max-width: calc(100% - 30px);
  margin-bottom: 12px;
  font-weight: 500;
}

@media screen and (min-width:768px) {
  .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-description .header,
  .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-description .header a {
    font-size: 14px;
  }
}

.radio-btn-field .radio-btn-label .count.count-free {
  color: #2772F8;
}

.radio-btn-label .count.count-free {
  color: #2772F8;
}

@media screen and (max-width:576px) {
  .card-item {
    max-width: 294px;
  }
}

@media screen and (max-width:768px) {
  .card-item .card-item__wrap {
    margin-top: 8px;
  }
}

@media screen and (min-width:992px) {
  .card-item .card-item__wrap .card-item__img .card-item__img-wrap.has_alt_img .swiper-navs {
    display: none;
  }
}

@media screen and (min-width:992px) {
  .card-item .card-item__wrap .card-item__img .card-item__img-wrap.has_alt_img:hover .first_img:not(.no_hide) {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .card-item .card-item__wrap .card-item__img .card-item__img-wrap.has_alt_img:hover .front_img_item:not(.no_hide) {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width:576px) {
  .card-item .card-item__wrap .card-item__name {
    font-size: 14px;
    line-height: 115%;
  }
}

@media screen and (min-width:992px) {
  .card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button.buy-now:not(.secondary):not(.informer_btn):hover {
    background: #fff;
    color: #171717;
  }
}

@media screen and (max-width:1200px) {
  .card-item--compare-slide .card-item__wrap {
    padding: 16px 5px;
  }
}

@media screen and (max-width:992px) {
  .card-item--compare-slide .card-item__wrap {
    padding: 16px;
  }
}

@media screen and (max-width:992px) {
  .card-item--compare-slide .card-item__wrap .col:first-child {
    display: none;
  }
}

@media screen and (min-width:992px) {
  .card-item__wrap:hover {
    box-shadow: 0 0 0.5rem #2772F8,inset 0 0 0.4rem #2772F8;
    border-radius: 8px;
    border: 1px solid #fff;
  }

  .card-item__wrap:hover .card_item_hidden_content {
    overflow: visible;
  }
}

@media screen and (max-width:382px) {
  .card-item__wrap .card-item_top_header .card-item__badge .badge-new {
    font-size: 10px;
  }
}

@media screen and (min-width:992px) {
  .card-item__wrap .remove button i:hover {
    color: white;
  }
}

@media screen and (min-width:576px) and (max-width:1200px) {
  .swiper-wrapper .swiper-slide .card-item {
    width: 96%;
    max-width: 96%;
  }
}

@media screen and (min-width:1366px) {
  .swiper-wrapper .swiper-slide .card-item {
    width: 308px;
  }
}

@media screen and (min-width:768px) {
  .slider .swiper-navs {
    z-index: 1;
    height: 0;
    top: 40%;
  }
}

@media screen and (min-width:1200px) {
  .catalog-items .catalog-items__wrap .overlay {
    width: 318px;
    padding-bottom: 34px;
  }
}

.catalog-items .catalog-items__wrap .selecting_filter_elements .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.catalog-items .catalog-items__wrap .selecting_filter_elements .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.catalog-items .catalog-items__wrap .selecting_filter_elements .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .catalog-items .catalog-items__wrap .selecting_filter_elements a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .catalog-items .catalog-items__wrap .selecting_filter_elements a {
  font-size: 14px;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px 0;
}

.catalog-items .catalog-items__wrap .selecting_filter_elements .title span,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .catalog-items .catalog-items__wrap .selecting_filter_elements a span,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .catalog-items .catalog-items__wrap .selecting_filter_elements a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-align: right;
  color: #fff;
}

@media screen and (max-width:1200px) {
  .catalog-items .catalog-items__wrap .overlay.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000000d;
    z-index: 2;
  }
}

@media screen and (max-width:1200px) {
  .catalog-items .catalog-items__wrap .filter-aside-box.active {
    transform: translateX(0%)!important;
  }
}

.catalog-items .catalog-items__wrap .catalog_item_categories ul li a.active {
  color: #A2D7F4;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .catalog-items .catalog-items__wrap .catalog_item_categories ul li a.active:hover {
    color: #fdfeff;
  }
}

.catalog-items .catalog-items__wrap .catalog_item_categories ul li a.active .counter {
  color: #A2D7F4;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__header .catalog-content__header-wrap .catalog-content__header__change-layout .catalog-content__header__change-layout-wrap .catalog-content__header__change-layout-buttons button.xs_switch.active {
  display: none;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__header .catalog-content__header-wrap .catalog-content__header__change-layout .catalog-content__header__change-layout-wrap .catalog-content__header__change-layout-buttons button.active i {
  color: #A2D7F4;
  font-size: 30px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item {
  margin: 0px 8px 8px 8px;
  position: relative;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row {
  display: flex;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row {
    flex-direction: column;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(1) {
  width: 20%;
  padding-right: 25px;
}

@media screen and (max-width:992px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(1) {
    width: 25%;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(2) {
  width: 50%;
  border-right: 1px solid #E8E8E8;
  margin-right: 20px;
  padding-right: 20px;
}

@media screen and (max-width:992px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(2) {
    width: 45%;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(2) {
    width: 100%;
    border: none;
    margin: 0 0 16px 0;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(3) {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(3) {
    width: 100%;
  }

  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .row .col:nth-child(3) .badge {
    display: none;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text>div,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text>div>div,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text>div,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text>div>div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text>div:not(:last-child),
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text>div>div:not(:last-child),
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text:not(:last-child),
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text>div:not(:last-child),
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text>div>div:not(:last-child) {
  margin-bottom: 8px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text>div.catalog_hover_item,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text>div>div.catalog_hover_item,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text.catalog_hover_item,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text>div.catalog_hover_item,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text>div>div.catalog_hover_item {
  justify-content: flex-start;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text .line {
  border-bottom: 1px solid #E8E8E8;
  flex: auto;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .characteristic_item_box .item_info .item_info_text .item_info_text_value,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .item_info .item_info_text .item_info_text_value,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text .item_info_text_title,
.characteristic_item_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text .item_info_text_value,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_info_box .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text .item_info_text_value {
  font-weight: 500;
  font-size: 12px;
  line-height: 115%;
  color: #fff;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .item_info .item_info_text .item_info_text_value {
  font-weight: 500;
  font-size: 12px;
  line-height: 115%;
  text-align: right;
  color: #fff;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__badge.card-item__badge--list {
    display: none;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__badge.sm-show {
  display: none;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__badge.sm-show {
    display: block;
    margin: 0 0 24px 0;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap {
  height: 228px;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap {
    height: 300px;
    max-width: 600px;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img {
  height: 178px;
  width: 178px;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img img {
    height: 228px;
  }
}

@media screen and (max-width:691px) and (min-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img img {
    width: 80%!important;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img {
    height: 300px;
    width: 100%;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img .swiper-slide {
  height: auto;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img .swiper-slide {
    height: 300px;
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img .swiper-slide {
    height: 256px;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item .card-item__img-wrap .front_img .swiper-scroll-list img {
  width: 80%!important;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-1 {
  width: calc(100% / 1 - 16px);
  max-width: initial;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-1 {
    width: calc(100% / 1 - 16px);
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-2 {
  width: calc(100% / 2 - 16px);
  max-width: initial;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-2 {
    width: calc(100% / 2 - 16px);
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-3 {
  width: calc(100% / 3 - 16px);
  max-width: initial;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-3 {
    width: calc(100% / 2 - 16px);
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-3 {
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 {
  width: calc(100% / 4 - 16px);
  max-width: initial;
}

@media screen and (max-width:992px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 {
    width: calc(100% / 3 - 16px);
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 {
    width: calc(100% / 2 - 16px);
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 {
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__badge {
  max-width: 150px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap {
  height: 147px;
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap {
    height: auto;
    max-width: 100%;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap .front_img {
  height: 147px;
  width: 147px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap .front_img img {
  height: 147px;
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap .front_img img {
    height: 228px;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap .front_img {
    height: 228px;
    width: 228px;
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-4 .card-item__img-wrap .front_img .swiper-slide {
    height: auto;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full {
  width: 100%;
  max-width: initial;
  background: #4A4A4A;
  padding: 24px;
  border-radius: 8px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full .card-item__buy-future {
  position: relative;
  top: 0;
  right: 0;
  flex-direction: row;
  column-gap: 8px;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full {
    width: calc(100% / 2 - 16px);
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full {
    margin: 0px 0px 8px 0px;
    width: 100%;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full .badge {
  margin: 0 0 14px 0;
  flex-direction: column;
  row-gap: 4px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full .col:nth-child(1) {
  width: 15%;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-full .col:nth-child(1) {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-list .col:nth-child(1) {
  width: 20%;
  padding: 0;
  margin-right: 25px;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-list .col:nth-child(1) {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-list .col:nth-child(2) {
  width: 50%;
  border-right: 1px solid #E8E8E8;
  margin-right: 20px;
  padding-right: 20px;
}

@media screen and (max-width:992px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-list .col:nth-child(2) {
    width: 45%;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-list .col:nth-child(2) {
    width: 100%;
    border: none;
    margin: 0 0 16px 0;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(2) {
  border: none;
  width: 30%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width:1310px) and (min-width:1200px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(2) {
    width: 35%;
  }
}

@media screen and (max-width:992px) and (min-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(2) {
    width: 35%;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(2) {
    width: 100%;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) {
  width: 50%;
  flex-direction: row;
  flex: 1;
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) {
    width: 100%;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width:1310px) and (min-width:1200px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media screen and (max-width:992px) and (min-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media screen and (max-width:992px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box {
    flex-wrap: wrap;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box .price-row {
  flex-direction: column;
  align-items: flex-start;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box .price-row .card-item__price-discrount {
  margin: 0;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box .card-item__buy-wrap {
  column-gap: 8px;
  align-items: center;
}

@media screen and (max-width:1310px) and (min-width:1200px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box .card-item__buy-wrap {
    width: 100%;
  }
}

@media screen and (max-width:992px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box .card-item__buy-wrap {
    width: 100%;
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .col:nth-child(3) .price-box .card-item__buy-wrap {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .card-item__img-wrap {
  height: 100px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .card-item__img-wrap .front_img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .card-item__img-wrap .front_img img {
  height: 100px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .card-item__badge {
  left: -10px;
  top: -10%;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item.item-table .card-item__rating {
  margin: 0;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item_header {
  padding: 20px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__buy-wrap {
  flex-wrap: wrap;
  row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__buy-wrap button.buy-now {
  min-width: 44px;
  max-width: 100%;
  height: 44px;
  padding: 8px;
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__img-wrap {
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__img-wrap .front_img img {
    height: 228px;
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__img-wrap .front_img img {
    height: 160px;
  }
}

@media screen and (max-width:768px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__img-wrap .front_img {
    height: 228px;
    width: 228px;
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__img-wrap .front_img {
    height: 160px;
    width: 228px -68;
  }
}

@media screen and (max-width:576px) {
  .catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__img-wrap .front_img .swiper-slide {
    height: auto;
  }
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .badge .badge-action-buy,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .badge .badge-action-out,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .badge .badge-action-pre,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .badge .code-badge,
.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .badge .includes-badge {
  font-size: 10px;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .catalog-content__body-wrap .card-item[data-product-display=card__xs] .card-item__rating {
  margin: 0;
}

.catalog-items .catalog-items__wrap .catalog-items__content .catalog-content__body .load_more_btn_box .button {
  column-gap: 4px;
}

.catalog-items .selecting_filter_elements_small_box .count,
.catalog-items .selecting_filter_elements_small_box .counter {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a,
.proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.proof-text-section__type--blocks .proof-text-section__item .title {
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0px 0px 8px 0px;
}

@media screen and (max-width:768px) {
  .proof-text-section__type--blocks .proof-text-section__item .title,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a {
    font-size: 20px;
  }
}

@media screen and (max-width:663px) {
  .proof-text-section__type--blocks .proof-text-section__item .title,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a {
    font-size: 18px;
  }
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a:before,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a:before,
.proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a:before,
.proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a:before,
.proof-text-section__type--blocks .proof-text-section__item .title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #2772F8;
  bottom: 0px;
  left: 0px;
  max-width: 320px;
}

@media screen and (max-width:663px) {
  .proof-text-section__type--blocks .proof-text-section__item .title:before,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a:before,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a:before,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a:before,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a:before {
    width: 90%;
  }
}

@media screen and (max-width:576px) {
  .proof-text-section__type--blocks .proof-text-section__item .title:before,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a:before,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a:before,
  .proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a:before,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a:before {
    width: 100%;
  }
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item a span,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item a span,
.proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a span,
.proof-text-section__type--blocks .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a span,
.proof-text-section__type--blocks .proof-text-section__item .title span {
  display: block;
  padding-bottom: 8px;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--blocks .proof-text-section__item--img a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--blocks .proof-text-section__item--img a,
.proof-text-section__type--blocks .proof-text-section__item--img .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.proof-text-section__type--blocks .proof-text-section__item--img .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.proof-text-section__type--blocks .proof-text-section__item--img .title {
  font-size: clamp(18px,1.5vw,21px);
  max-width: 100%;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--slider .proof-text-section__item a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--slider .proof-text-section__item a,
.proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.proof-text-section__type--slider .proof-text-section__item .title {
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 0 6px 0;
}

@media screen and (max-width:768px) {
  .proof-text-section__type--slider .proof-text-section__item .title,
  .proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--slider .proof-text-section__item a,
  .proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--slider .proof-text-section__item a {
    font-size: 20px;
  }
}

@media screen and (max-width:663px) {
  .proof-text-section__type--slider .proof-text-section__item .title,
  .proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--slider .proof-text-section__item a,
  .proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--slider .proof-text-section__item a {
    font-size: 18px;
  }
}

@media screen and (max-width:576px) {
  .proof-text-section__type--slider .proof-text-section__item .title,
  .proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .proof-text-section__type--slider .proof-text-section__item a,
  .proof-text-section__type--slider .proof-text-section__item .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .proof-text-section__type--slider .proof-text-section__item a {
    max-width: 216px;
    font-size: 18px;
  }
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switch-color .switch-color-title a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switch-color .switch-color-title a,
.switch-color .switch-color-title .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.switch-color .switch-color-title .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.switch-color .switch-color-title .title {
  display: none;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switch-color .switch-color-title a:first-child,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switch-color .switch-color-title a:first-child,
.switch-color .switch-color-title .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a:first-child,
.switch-color .switch-color-title .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a:first-child,
.switch-color .switch-color-title .title:first-child {
  display: block;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switch-color .switch-color-box a a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switch-color .switch-color-box a a,
.switch-color .switch-color-box .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
.switch-color .switch-color-box .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a,
.switch-color .switch-color-box a .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.switch-color .switch-color-box a .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.switch-color .switch-color-box a .title {
  display: none;
}

.switch-color .switch-color-box button.active:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #A2D7F4;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.switch-color .switch-color-box button.disabled.active:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #E00B0B;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.switch-color .switch-color-box button.disabled.active {
  opacity: 0.5;
}

.switch-color .switch-color-box button .tooltip {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 30px;
}

.switch-color .switch-color-box button .tooltip .tooltip_box {
  background: #747474;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #E8E8E8;
  padding: 6px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  bottom: 140%;
  max-width: 150px;
  min-width: 120px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  font-weight: 500;
  display: none;
}

.switch-color .switch-color-box button .tooltip .tooltip_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent #747474 #747474 transparent;
  transform: rotate(45deg) translate(-50%);
  bottom: -8px;
  left: 50%;
  border-radius: 6px 0px 0px 0px;
  z-index: 2;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.switch-color .switch-color-box button .tooltip .tooltip_box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #E8E8E8 #E8E8E8 transparent;
  -webkit-transform: rotate(45deg) translate(-50%);
  transform: rotate(45deg) translate(-50%);
  bottom: -10px;
  left: 50%;
  border-radius: 6px 0px 0px 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.switch-color .switch-color-box button .tooltip .tooltip_box .tooltip_item {
  max-height: 200px;
  overflow-y: auto;
}

.switch-color .switch-color-box button .tooltip .tooltip_box .tooltip_item::-webkit-scrollbar {
  width: 5px;
}

.switch-color .switch-color-box button .tooltip .tooltip_box .tooltip_item::-webkit-scrollbar-track {
  background: #5E5E5E;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.switch-color .switch-color-box button .tooltip .tooltip_box .tooltip_item::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ebebeb;
}

.switch-color .switch-color-box button .tooltip .tooltip_box .tooltip_item i {
  color: #fff;
}

@media screen and (min-width:992px) {
  .switch-color .switch-color-box button:hover .tooltip_box {
    display: block;
  }
}

.switch-color.switch-color__big button.active {
  opacity: 1;
}

.switch-color.switch-color__big button.active:after {
  width: 40px;
  height: 40px;
  border: 2px solid #A2D7F4;
}

.switch-color.switch-color__big button.disabled.active:after {
  width: 40px;
  height: 40px;
  border: 2px solid #E00B0B;
}

.switch-color.switch-color__with_img button.active {
  opacity: 1;
}

.switch-color.switch-color__with_img button.active:after {
  width: 70px;
  height: 70px;
  border: 2px solid #A2D7F4;
  border-radius: 8px;
}

.switch-color.switch-color__with_img button.disabled.active:after {
  width: 70px;
  height: 70px;
  border: 2px solid #E00B0B;
  border-radius: 8px;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switcher .switcher-val-box a a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switcher .switcher-val-box a a,
.switcher .switcher-val-box .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a a,
.switcher .switcher-val-box .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a,
.switcher .switcher-val-box a .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.switcher .switcher-val-box a .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.switcher .switcher-val-box a .title {
  display: none;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switcher .switcher-val-box a:first-child a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switcher .switcher-val-box a:first-child a,
.switcher .switcher-val-box .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a:first-child a,
.switcher .switcher-val-box .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a:first-child a,
.switcher .switcher-val-box a:first-child .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.switcher .switcher-val-box a:first-child .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.switcher .switcher-val-box a:first-child .title {
  margin: 0 0 12px 0;
}

.switcher .switcher-val-box.paws button.active {
  color: #fff;
}

.switcher .switcher-val-box button.active {
  color: #fff;
  background: #6388AC;
}

.switcher .switcher-val-box button .tooltip {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 30px;
  transition: 0.2s ease all;
}

.switcher .switcher-val-box button .tooltip .tooltip_box {
  background: #747474;
  border-radius: 6px;
  color: #fff;
  border: 1px solid #E8E8E8;
  padding: 6px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%);
  bottom: 140%;
  max-width: 150px;
  min-width: 100px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
  font-weight: 500;
  display: none;
}

.switcher .switcher-val-box button .tooltip .tooltip_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent #747474 #747474 transparent;
  transform: rotate(45deg) translate(-50%);
  bottom: -8px;
  left: 50%;
  border-radius: 6px 0px 0px 0px;
  z-index: 2;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.switcher .switcher-val-box button .tooltip .tooltip_box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #E8E8E8 #E8E8E8 transparent;
  -webkit-transform: rotate(45deg) translate(-50%);
  transform: rotate(45deg) translate(-50%);
  bottom: -10px;
  left: 50%;
  border-radius: 6px 0px 0px 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.08);
}

.switcher .switcher-val-box button .tooltip .tooltip_box .tooltip_item {
  max-height: 200px;
  overflow-y: auto;
}

.switcher .switcher-val-box button .tooltip .tooltip_box .tooltip_item::-webkit-scrollbar {
  width: 5px;
}

.switcher .switcher-val-box button .tooltip .tooltip_box .tooltip_item::-webkit-scrollbar-track {
  background: #5E5E5E;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.switcher .switcher-val-box button .tooltip .tooltip_box .tooltip_item::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ebebeb;
}

.switcher .switcher-val-box button .tooltip .tooltip_box .tooltip_item i {
  color: #fff;
}

@media screen and (min-width:992px) {
  .switcher .switcher-val-box button:hover .tooltip_box {
    display: block;
  }
}

.switcher.paws button.active {
  color: #fff;
}

.switcher.switcher-size-md button.active {
  color: #fff;
}

.switcher.switcher-size-md button.disabled.active {
  border: solid 2px #E00B0B;
  color: #fff;
}

.switcher.switcher-size-lg button.active {
  border: solid 2px #2772F8;
  color: #fff;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switch-title a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switch-title a,
.switch-title .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.switch-title .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.switch-title .title {
  display: none;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .switch-title a:first-child,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .switch-title a:first-child,
.switch-title .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a:first-child,
.switch-title .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a:first-child,
.switch-title .title:first-child {
  display: block;
}

.card-item__rating-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 8px;
}

.card-item__rating-wrap[data-size=xs] {
  column-gap: 5px;
}

.card-item__rating-wrap[data-size=xs] .card-item__rating-reviews a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

@media screen and (min-width:992px) {
  .card-item__rating-wrap[data-size=xs] .card-item__rating-reviews a:hover {
    color: #5892fa;
  }
}

.card-item__rating-wrap[data-size=xs] .card-item__rating-reviews a i {
  font-size: 24px;
}

.card-item__rating-wrap .empty_reviews_box {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.card-item__rating-wrap .empty_reviews_box a {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

.card-item__rating-wrap .empty_reviews_box i {
  font-size: 15px;
  color: #fff;
}

.card-item__rating-stars {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.card-item__rating-stars span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.card-item__rating-stars fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.card-item__rating-stars .rate-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-style: none;
  margin-left: -5px;
}

.card-item__rating-stars .rate-area[data-switch-size=lg] {
  margin: 0 0 24px 0;
}

.card-item__rating-stars .rate-area[data-switch-size=lg]:not(:checked)>label {
  cursor: pointer;
  font-size: 220%;
}

.card-item__rating-stars .rate-area[data-switch-size=md]:not(:checked)>label {
  font-size: 150%;
}

.card-item__rating-stars .rate-area label {
  pointer-events: none;
}

.card-item__rating-stars .rate-area[data-switch-mode=toggle] label {
  pointer-events: initial;
}

.card-item__rating-stars .rate-area[data-switch-mode=toggle]:not(:checked)>label:hover,
.card-item__rating-stars .rate-area[data-switch-mode=toggle]:not(:checked)>label:hover ~ label {
  color: #F3EE73;
}

.card-item__rating-stars .rate-area[data-switch-mode=toggle]>input:checked + label:hover,
.card-item__rating-stars .rate-area[data-switch-mode=toggle]>input:checked + label:hover ~ label,
.card-item__rating-stars .rate-area[data-switch-mode=toggle]>input:checked ~ label:hover,
.card-item__rating-stars .rate-area[data-switch-mode=toggle]>input:checked ~ label:hover ~ label,
.card-item__rating-stars .rate-area[data-switch-mode=toggle]>label:hover ~ input:checked ~ label {
  color: #F3EE73;
}

.card-item__rating-stars .rate-area:not(:checked)>input {
  position: absolute;
  opacity: 0;
  z-index: -9999;
  clip: rect(0,0,0,0);
}

.card-item__rating-stars .rate-area:not(:checked)>label {
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  font-size: 120%;
  color: lightgrey;
}

.card-item__rating-stars .rate-area:not(:checked)>label:before {
  content: "★";
}

.card-item__rating-stars .rate-area>input:checked ~ label {
  color: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars {
  display: flex;
  justify-content: center;
}

.card-item__rating-stars .rate-area .rating-stars .rating-star {
  width: 3rem;
  height: 3rem;
}

.card-item__rating-stars .rate-area .rating-stars .rating-star .outline {
  fill: transparent;
}

.card-item__rating-stars .rate-area .rating-stars .rating-star .full {
  fill: #AAAAAA;
}

.card-item__rating-stars .rate-area .rating-stars .rating-star .left-half {
  fill: transparent;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="1"] .rating-star--1 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2"] .rating-star--1 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3"] .rating-star--1 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4"] .rating-star--1 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="5"] .rating-star--1 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2"] .rating-star--2 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3"] .rating-star--2 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4"] .rating-star--2 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="5"] .rating-star--2 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3"] .rating-star--3 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4"] .rating-star--3 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="5"] .rating-star--3 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4"] .rating-star--4 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="5"] .rating-star--4 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="5"] .rating-star--5 .full {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="0.5"] .rating-star--1 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="1.5"] .rating-star--2 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2.5"] .rating-star--3 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3.5"] .rating-star--4 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4.5"] .rating-star--5 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="0.6"] .rating-star--1 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="1.6"] .rating-star--2 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2.6"] .rating-star--3 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3.6"] .rating-star--4 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4.6"] .rating-star--5 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="0.7"] .rating-star--1 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="1.7"] .rating-star--2 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2.7"] .rating-star--3 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3.7"] .rating-star--4 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4.7"] .rating-star--5 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="0.8"] .rating-star--1 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="1.8"] .rating-star--2 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2.8"] .rating-star--3 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3.8"] .rating-star--4 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4.8"] .rating-star--5 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="0.9"] .rating-star--1 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="1.9"] .rating-star--2 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="2.9"] .rating-star--3 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="3.9"] .rating-star--4 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area .rating-stars[data-stars-quantity^="4.9"] .rating-star--5 .left-half {
  fill: #F3EE73;
}

.card-item__rating-stars .rate-area[data-stars-size=md] .rating-star {
  width: 1.8rem;
  height: 1.4rem;
}

.card-item__rating-stars .rate-area[data-stars-size=xs] .rating-star {
  width: 1.3rem;
  height: 1.1rem;
}

.product-rating {
  margin: 0 0 12px 0;
}

.product-rating a {
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  color: #fff;
  display: flex;
  align-items: center;
}

.product-rating a i {
  font-size: 24px;
}

.product-rating .empty_reviews_box a {
  font-size: 14px;
}

.product-rating .empty_reviews_box i {
  font-size: 20px;
}

.star {
  position: relative;
  display: inline-block;
  min-height: 12px;
  vertical-align: middle;
  max-width: 80px;
}

.star .stars__secondary {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.star .vi {
  display: inline-block;
  transition: fill 0.3s,stroke 0.3s,stroke-width 0.3s;
}

.star .vi__stars {
  width: 100px;
  height: 20px;
  stroke: transparent;
  fill: #e0e0e0;
  display: block;
}

.star .vi__stars-md {
  width: 130px;
  height: 30px;
}

.star .vi__stars--secondary {
  fill: #F3EE73;
}

.select-styled.active:after,
.select-styled:active:after {
  transform: translate(0,-50%) rotate(90deg);
}

.checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description .title a,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a {
  font-weight: 500;
  font-size: clamp(14px,1.6vw,16px);
  line-height: 115%;
  color: #fff;
  margin-bottom: 8px;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description .title a:hover,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a:hover,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a:hover {
    color: white;
  }
}

@media screen and (max-width:1200px) {
  .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a {
    padding-right: 15px;
  }
}

@media screen and (max-width:576px) {
  .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .checkout-card-page__table .checkout-card-page__table-wrap .checkout-card-page__table-row .checkout-card-page__table-description a a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.column-item .column-item-wrap .card-item {
  width: 100%;
  max-width: 100%;
}

.column-item .column-item-wrap .card-item .card-item__wrap {
  border: none;
}

@media screen and (min-width:992px) {
  .column-item .column-item-wrap .card-item .card-item__wrap:hover {
    box-shadow: none;
    border: none;
  }
}

.column-item .card-pay-total .card-pay-total-row .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.column-item .card-pay-total .card-pay-total-row .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.column-item .card-pay-total .card-pay-total-row .title,
.column-item .card-pay-total .card-pay-total-row .total,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .column-item .card-pay-total .card-pay-total-row a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .column-item .card-pay-total .card-pay-total-row a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

.column-item .card-pay-total ul .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.column-item .card-pay-total ul .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.column-item .card-pay-total ul .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .column-item .card-pay-total ul a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .column-item .card-pay-total ul a {
  color: #fff;
  font-weight: 700;
  padding-bottom: 24px;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a,
.ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description .title a {
  font-weight: 500;
  font-size: clamp(14px,1.6vw,16px);
  line-height: 115%;
  color: #fff;
  margin-bottom: 8px;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description .title a:hover,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a:hover,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a:hover {
    color: white;
  }
}

@media screen and (max-width:1200px) {
  .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a {
    padding-right: 15px;
  }
}

@media screen and (max-width:576px) {
  .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs-products_count_out_stock-box .checkout-card-page__table-row .checkout-card-page__table-description a a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .notify-popup .notify-popup-wrap .helper-xs-wrap-img a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .notify-popup .notify-popup-wrap .helper-xs-wrap-img a,
.notify-popup .notify-popup-wrap .helper-xs-wrap-img .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.notify-popup .notify-popup-wrap .helper-xs-wrap-img .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.notify-popup .notify-popup-wrap .helper-xs-wrap-img .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 24px;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description a,
.notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 24px;
}

@media screen and (max-width:576px) {
  .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description .title,
  .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description a,
  .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
  .ecs-popup-container__buy_now .ecs_popup_item_img_box .title .notify-popup .notify-popup-wrap .notify-popup-body .notify-popup-body-wrap .notify-popup-body-description a {
    font-size: 16px;
    margin-top: 20px;
  }
}

.disable-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .ecs_popup_item_img_box a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title a {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #fff;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title,
.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .ecs_popup_item__description .ecs_popup_item_title_box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #fff;
}

.ecs-popup-container .ecs-popup-footer .ecs-popup-box .row .col .btn_box {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.ecs_popup_item .ecs_popup_item_box--big-cart .add-wish button {
  position: absolute;
  right: 10px;
  top: 40px;
  background: transparent;
  font-weight: 500;
  color: #fff;
  border: none;
  font-size: 30px;
}

@media screen and (min-width:576px) {
  .ecs_popup_item .ecs_popup_item_box--big-cart .add-wish button {
    right: 50px;
    top: 11px;
  }
}

.ecs_popup_item .ecs_popup_item_box .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-description .header a,
.ecs_popup_item .ecs_popup_item_box .wish-cart-dropdown-item-description .header,
.wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .ecs_popup_item .ecs_popup_item_box .wish-cart-dropdown-item-description .header a {
  font-size: 14px;
  line-height: 115%;
  color: #fff;
  max-width: 280px;
  margin-bottom: 12px;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .ecs_popup_item .ecs_popup_item_box .wish-cart-dropdown-item-description .header,
  .ecs_popup_item .ecs_popup_item_box .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .wish-cart-dropdown-item-description .header a,
  .wish-cart-dropdown-item .wish-cart-dropdown-item-wrap .ecs_popup_item .ecs_popup_item_box .wish-cart-dropdown-item-description .header a {
    font-size: 12px;
    max-width: 200px;
  }
}

.ecs-filter-categories-list-box .ecs-filter-categories-list-item.active {
  background: #6388AC;
  color: #fff;
}

.top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  color: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease all;
  z-index: 5;
}

@media screen and (min-width:992px) {
  .top-button:hover {
    background-color: #2772F8;
  }

  .top-button:hover i {
    color: #fff;
  }
}

.top-button i {
  font-size: 30px;
  transition: 0.2s ease all;
}

@media screen and (min-width:768px) {
  .top-button {
    bottom: 28px;
    right: 66px;
  }
}

.cross_product_box .swiper-slide {
  margin: 0px 8px 16px 8px;
  width: calc(100% / 4 - 16px);
  max-width: initial;
}

@media screen and (max-width:992px) {
  .cross_product_box .swiper-slide {
    width: calc(100% / 3 - 16px);
  }
}

@media screen and (max-width:768px) {
  .cross_product_box .swiper-slide {
    width: calc(100% / 2 - 16px);
    margin: 0px 8px 8px 8px;
  }
}

@media screen and (max-width:576px) {
  .cross_product_box .swiper-slide {
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}

.cross_product_box .swiper-slide .card-item {
  margin: 0 0 0 0;
}

@media screen and (max-width:768px) {
  .cross_product_box .swiper-slide .card-item {
    max-width: initial;
  }
}

.cross_product_box .swiper-slide .card-item .front_img {
  margin: 0 auto;
}

.cross_product_box .swiper-slide .card-item .card-item__buy-now button {
  min-width: auto;
}

.slider--cross_product .card-item .card-item__wrap .card-item__buy-wrap .card-item__buy-now button {
  min-width: auto;
}

:root {
  --button-height: 27;
  --height-to-scale: 33;
  --scale-ratio: calc(var(--height-to-scale) / var(--button-height));
  --button-height-px: 27px;
  --button-vertical-padding-px: 6px;
  --button-content-spacing-px: calc(var(--button-height-px) + var(--button-vertical-padding-px) * 2);
  --slide-step-1: calc(var(--button-height-px) * -1);
  --slide-step-2: calc(var(--button-height-px) * -2);
}

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

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .promo_code .title_box a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .promo_code .title_box a,
.promo_code .title_box .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.promo_code .title_box .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.promo_code .title_box .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
}

.promo_code .title_box .action_box button {
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  color: #fff;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .promo_code .title_box .action_box button:hover {
    color: #2772F8;
  }
}

.promo_code .title_box .action_box button:nth-child(3) {
  color: #E00B0B;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

@media screen and (min-width:992px) {
  .promo_code .title_box .action_box button:nth-child(3):hover {
    color: #fff;
  }
}

.oraculum .category_in_slider .background-item {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #E8E8E8;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width:1280px) {
  .oraculum .category_in_slider .background-item {
    width: 340px;
    height: 340px;
  }
}

@media screen and (max-width:1200px) {
  .oraculum .category_in_slider .background-item {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width:992px) {
  .oraculum .category_in_slider .background-item {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width:768px) {
  .oraculum .category_in_slider .background-item {
    width: 208px;
    height: 208px;
  }
}

@media screen and (max-width:665px) {
  .oraculum .category_in_slider .background-item {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width:576px) {
  .oraculum .category_in_slider .background-item {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width:490px) {
  .oraculum .category_in_slider .background-item {
    width: 185px;
    height: 185px;
  }
}

@media screen and (max-width:402px) {
  .oraculum .category_in_slider .background-item {
    width: 165px;
    height: 165px;
  }
}

@media screen and (max-width:354px) {
  .oraculum .category_in_slider .background-item {
    width: 134px;
    height: 134px;
  }
}

.oraculum .category_in_slider .background-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  transform: translate(-50%,-50%);
  max-width: 100%;
}

.oraculum .category_in_slider .title-item {
  padding: 24px 0px 0px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

@media screen and (max-width:576px) {
  .oraculum .category_in_slider .title-item {
    font-size: 14px;
    line-height: 115%;
  }
}

.price_section {
  margin: 80px 0;
}

.price_section .price_wrapper {
  padding: 32px 0;
  display: flex;
  align-items: center;
  column-gap: 36px;
}

@media screen and (max-width:992px) {
  .price_section .price_wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
}

.price_section .price_wrapper .price_slider {
  width: 100%;
  max-width: 970px;
}

@media screen and (max-width:1310px) {
  .price_section .price_wrapper .price_slider {
    max-width: 640px;
  }
}

@media screen and (max-width:992px) {
  .price_section .price_wrapper .price_slider {
    max-width: 100%;
  }
}

.price_section .price_wrapper .price_text_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: left;
  align-items: flex-start;
}

@media screen and (max-width:576px) {
  .price_section .price_wrapper .price_text_wrap {
    row-gap: 8px;
  }
}

.price_section .price_wrapper .price_text_wrap div {
  font-size: clamp(24px,5.2083333333vw,40px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: #fff;
}

.price_section .price_wrapper .price_text_wrap span {
  font-size: clamp(16px,2.34375vw,18px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.price_section .price_wrapper .price_text {
  width: 100%;
}

.ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title .video_section .row .col .text_wrap a,
.ecs-popup-container__buy_now .ecs_popup_item_img_box .title .video_section .row .col .text_wrap a,
.video_section .row .col .text_wrap .ecs-popup-container__buy_now .ecs_popup_item__description .ecs_popup_item_title_box .title a,
.video_section .row .col .text_wrap .ecs-popup-container__buy_now .ecs_popup_item_img_box .title a,
.video_section .row .col .text_wrap .title {
  font-size: clamp(24px,5.2083333333vw,40px);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}

.video_section .row .col .price_box .price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
}

.video_section .row .col .price_box .price-row .video_block__price-common {
  font-style: normal;
  font-weight: bold;
  font-size: clamp(18px,4.1666666667vw,32px);
  line-height: 125%;
  color: #fff;
}

.video_section .row .col .price_box .price-row .video_block__price-new {
  font-weight: bold;
  font-size: clamp(18px,4.1666666667vw,32px);
  line-height: 125%;
  color: #98F3FA;
  white-space: nowrap;
}

.video_section .row .col .price_box .price-row .video_block__price-old {
  text-decoration: line-through;
  font-size: clamp(14px,3.6458333333vw,28px);
  line-height: 115%;
  color: #fff;
}

.section-brand-items .section__title {
  column-gap: 16px;
}

.section-brand-items .popular_item_show_all {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2772F8;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  transition: 0.2s ease all;
}

.section-brand-items .popular_item_show_all i {
  padding-left: 6px;
  transition: 0.2s ease all;
}

@media screen and (min-width:992px) {
  .section-brand-items .popular_item_show_all:hover {
    color: #8ab2fb;
  }

  .section-brand-items .popular_item_show_all:hover i {
    transform: translateX(5px);
  }
}

.section-brand-items .section-brand-items__wrap .section-brand__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width:576px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items {
    gap: 8px;
  }
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item {
  width: calc(100% / 4 - 16px);
  height: 146px;
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.2s ease all;
}

@media screen and (max-width:576px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item {
    height: 100px;
  }
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item:after,
.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #5E5E5E;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s ease all;
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item:after {
  right: -1px;
  left: initial;
}

@media screen and (min-width:992px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item:hover {
    box-shadow: inset 10px 10px 10px #ff3300,0px 0px 10px 5px #ff3300,inset 2px 0px 30px 5px #ff3300;
  }

  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item:hover:before,
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item:hover:after {
    height: 0;
  }
}

@media screen and (max-width:1200px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item {
    flex: auto;
    width: calc(100% / 3 - 16px);
    padding: 16px;
  }
}

@media screen and (max-width:768px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item {
    flex: auto;
    width: calc(100% / 2 - 8px);
    padding: 8px;
  }
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item .background-item {
  position: relative;
  width: 200px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -10px;
}

@media screen and (max-width:768px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item .background-item {
    width: 120px;
  }
}

@media screen and (max-width:576px) {
  .section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item .background-item {
    height: 50px;
  }
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item .background-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  transform: translate(-50%,-50%);
  max-width: 100%;
}

.section-brand-items .section-brand-items__wrap .section-brand__items .section-brand__item .title-item {
  font-size: clamp(12px,2.34375vw,18px);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 8px 0;
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .swiper-wrapper {
  margin: 0 0 24px 0;
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item {
  width: 308px;
  height: 146px;
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  position: relative;
  transition: 0.2s ease all;
}

@media screen and (max-width:576px) {
  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item {
    height: 100px;
  }
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item:after,
.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #5E5E5E;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s ease all;
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item:after {
  right: -1px;
  left: initial;
}

@media screen and (min-width:992px) {
  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item:hover {
    box-shadow: inset 10px 10px 10px #2772F8,0px 0px 10px 5px #2772F8,inset 2px 0px 30px 5px #2772F8;
  }

  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item:hover:before,
  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item:hover:after {
    height: 0;
  }
}

@media screen and (max-width:768px) {
  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item {
    flex: auto;
    width: 200px;
    padding: 8px;
  }
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item .background-item {
  position: relative;
  width: 200px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item .background-item {
    width: 120px;
  }
}

@media screen and (max-width:576px) {
  .section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item .background-item {
    height: 50px;
  }
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item .background-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  transform: translate(-50%,-50%);
  max-width: 100%;
}

.section-brand-items .section-brand-items__wrap .swiper-scroll-brand .section-brand__item .title-item {
  font-size: clamp(12px,2.34375vw,18px);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0 0 8px 0;
}

.operation-time-wrap {
  padding: 12px 0px;
}

.operation-time-wrap--ident {
  padding: 12px 16px;
  display: block;
}

@media screen and (max-width:1280px) {
  .operation-time-wrap--ident {
    display: none;
  }
}

.operation-time-wrap .title-box {
  display: flex;
  column-gap: 8px;
}

.operation-time-wrap .title-box .operation-time-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.operation-time-wrap .operation-time {
  display: flex;
  column-gap: 8px;
}

.operation-time-wrap .operation-time.p-l {
  padding-left: 32px;
}

.operation-time-wrap .operation-time .weekdays,
.operation-time-wrap .operation-time .weekend {
  border-right: 1px solid #747474;
  padding-right: 8px;
}

.operation-time-wrap .operation-time .weekdays .weekdays_box,
.operation-time-wrap .operation-time .weekend .weekdays_box {
  display: flex;
  column-gap: 8px;
}

.operation-time-wrap .operation-time .weekdays .weekdays_box .weekdays_item,
.operation-time-wrap .operation-time .weekend .weekdays_box .weekdays_item {
  display: flex;
  flex-direction: column;
}

.operation-time-wrap .operation-time .weekdays .weekdays_box .weekdays_item i,
.operation-time-wrap .operation-time .weekend .weekdays_box .weekdays_item i {
  color: #DCDEDF;
  font-size: 28px;
  margin-left: -8px;
}

.operation-time-wrap .operation-time .weekdays .weekdays_box .weekdays_item .day-name,
.operation-time-wrap .operation-time .weekend .weekdays_box .weekdays_item .day-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 2px;
  padding-top: 5px;
}

.operation-time-wrap .operation-time .weekdays .weekdays_box .weekdays_item.active .day-name,
.operation-time-wrap .operation-time .weekdays .weekdays_box .weekdays_item.active i,
.operation-time-wrap .operation-time .weekend .weekdays_box .weekdays_item.active .day-name,
.operation-time-wrap .operation-time .weekend .weekdays_box .weekdays_item.active i {
  color: #A2D7F4;
}

.operation-time-wrap .operation-time .weekdays .text-time,
.operation-time-wrap .operation-time .weekend .text-time {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  white-space: nowrap;
}

.operation-time-wrap .operation-time .weekend {
  border-right: none;
}

/* ========================================== */
/* Конец Стилей Секции                       */
/* ========================================== */
