@charset "UTF-8";

:root {
  --color-primary: #258692;
  --color-secondary: #18cbcf;
  --bg-color: #fff;
  --bgmain-color: #f2f2f2;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0px;
  font-family: "Helvetica", Tahoma, Arial, sans-serif;
  line-height: normal;
  font-size: 14px;
  min-height: 100%;
  height: 100%;
  font-weight: 400;
  min-width: 1100px;
  color: #000;
  background: var(--bgmain-color);
}

.spectral,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0px;
}

p {
  margin: 0;
  padding: 0px;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

#wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  border-radius: 0px;
  border: none;
  color: #000;
  outline: none;
  resize: none;
  font-family: "Helvetica", Tahoma, Arial, sans-serif !important;
}

a,
a:active,
a:hover,
a:visited {
  color: #000;
  text-decoration: none;
}

.clear {
  clear: both;
}

.wrapw {
  max-width: 1592px;
  position: relative;
  margin: 0px auto;
}

.info-content p {
  font-size: 16px;
  margin-bottom: 12px;
}

.info-title {
  margin-bottom: 14px;
  letter-spacing: -1.2px;
  font-size: 30px;
  line-height: 1.2;
}
.info-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.wrap {
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

#top {
  height: 48px;
  background: var(--color-primary);
  margin-bottom: 30px;
}

#logo {
  width: 250px;
  height: auto;
  display: block;
}

#menu {
  position: absolute;
  left: 0px;
  top: 13px;
  display: flex;
  gap: 25px;
}

#menu span {
  color: #fff;
  padding-bottom: 2px;
  display: block;
  border-bottom: 1px solid transparent;
}

#menu a.active span {
  border-bottom: 1px solid #fff;
}

.butn {
  margin: 0px auto;
  cursor: pointer;
  display: block;
  padding: 15px 40px 30px 40px;
  width: calc(100% / 3 - 28px);
  background: linear-gradient(
    0deg,
    #5850dc -21.94%,
    #7872e3 48.16%,
    #5850dc 122.75%
  );
  color: #fff;
  outline: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.full .prod.prod_4,
.full .prod.prod_8,
.full .prod.prod_0 {
  margin-right: 0px;
}

#maincenter .prod.prod_3,
#maincenter .prod.prod_6,
#maincenter .prod.prod_9,
#maincenter .prod.prod_0 {
  margin-right: 0px;
}

.prod {
  width: calc((100% - 105px) / 4);
  margin-right: 35px;
  margin-bottom: 70px;
  float: left;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

#maincenter .prod {
  width: calc((100% - 70px) / 3);
}

.product_cart.butt {
  width: 60%;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  height: 51px;
  justify-content: center;
  align-items: center;
}

.incart {
  background: var(--color-secondary) !important;
}

.wtitle {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 20px;
}

.aftertitle {
  height: 40px;
}

.aftertitle_t {
  height: 26px;
}

.photo {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
  display: block;
  background-size: cover !important;
}

.prod .product_brand_block {
  min-height: 40px;
}

.prod .product_tabs {
  min-height: 80px;
  margin: 0;
}

.p_code {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
}

.p_image {
  position: relative;
  display: block;
}

.nophoto > span {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_image img {
  max-width: 50%;
  max-height: 50%;
  display: block;
  margin: 0px auto;
}

.p_price.cwdisc {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}
.list_p_price_retail b {
  font-weight: 400;
  margin-left: 15px;
  font-size: 16px;
  text-decoration: line-through;
}

.bgpink {
  background: var(--color-secondary) !important;
}

.p_price.cwdisc > span {
  font-weight: 400;
  padding-bottom: 9px;
  font-size: 14px;
  text-decoration: line-through;
}

.p_price {
  padding-bottom: 4px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

#mainflex {
  justify-content: space-between;
  display: flex;
}

#mainleft {
  width: calc((100% - 105px - 20px) / 4);
}

#maincenter {
  width: calc(100% - (100% - 105px) / 4 - 35px);
}

.p_image > i {
  padding-top: calc(100% / 470 * 360);
  display: block;
  background: #fff;
}

.p_title {
  min-height: 60px;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.p_title a {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

#langs {
  transform: translateY(-20px);
  display: flex;
  gap: 10px;
  height: 26px;
}

#langs span {
  width: 1px;
  background: var(--color-primary);
}

#langs a {
  padding-top: 4px;
}

#langs a.nonactive {
  opacity: 0.44;
  transition: all 0.3s;
}

#toplogin {
  position: relative;
  cursor: pointer;
  z-index: 12;
}

#toplogin path {
  transition: all 0.3s;
}

#toplogin:hover path,
#toplogin.logged path {
  stroke: var(--color-primary);
}

#lmenu_wrap {
  display: none;
  position: absolute;
  right: -25px;
  top: 100%;
  padding-top: 12px;
}

#toplogin svg {
  width: 27px;
  height: 27px;
}

#topright {
  display: flex;
  justify-content: space-between;
  max-width: 460px;
  width: 100%;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-icon {
  width: 28px;
  height: 29px;
  display: block;
}

.icon-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.icon-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);

  background: #222;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 6px;

  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  white-space: nowrap;
  z-index: 999;
}

.icon-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

#zv {
  cursor: pointer;
  background: var(--color-secondary);
  border-radius: 100px;
  padding: 4px 22px;
  color: #fff;
}

.top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#topleft {
  display: flex;
  gap: 40px;
}

#contact_holder {
  display: flex;
  align-items: self-end;
  gap: 40px;
  height: 72px;
}

#contact_actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#messengers {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

#messengers img {
  width: 24px;
  height: 24px;
  display: block;
}

#topcart.active span {
  border-bottom: 1px solid;
}

#topcart {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

#topcart span {
  margin-top: 10px;
}

#phones {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  font-size: 20px;
  gap: 6px;
}

#phones p {
  margin: 0;
  line-height: 1.2;
}

#search_form input {
  font-size: 14px;
  width: 100%;
  padding-right: 31px;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: left;
  background: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#search_form input::placeholder {
  color: #fff;
}

#search_form {
  position: absolute;
  right: 0px;
  top: 11px;
  z-index: 13;
  width: 460px;
  max-width: 40%;
}

#search_form svg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
}

.breadcrumbs > svg {
  margin-right: 10px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}

.breadcrumbs img {
  margin-right: 8px;
}

.breadcrumbs span {
  color: #000;
}

.breadcrumbs .arrow {
  margin-left: 6px;
  margin-right: 6px;
}

.product_pack_title {
  font-size: 14px;
  margin-bottom: 6px;
}

.product_tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: flex-start;
}

.product_tab {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
}

.product_tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.product_tab.no_click {
  pointer-events: none;
}

.but {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

.butt {
  cursor: pointer;
  background: var(--color-primary);
  border-radius: 100px;
  padding: 15px 32px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.beforetitle {
  height: 40px;
}

.p_wrap {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
#rasp {
  clear: both;
  height: 400px;
}

#footer {
  height: 400px;
  position: relative;
  background: var(--color-primary);
  margin-top: -400px;
}

#footer img {
  filter: brightness(0) invert(1);
}

.footer-logo {
  width: 200px;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#footer_lc {
  right: 0px;
  position: absolute;
  bottom: 40px;
  left: 0px;
  color: #fff;
  max-width: 400px;
}

#footer_phone,
#footer_phonea,
#footer_phoneb,
#footer_email,
#footer_instagram,
#footer_telegram {
  position: relative;
  padding-left: 35px;
}

#footer_phone img,
#footer_phonea img,
#footer_phoneb img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#footer_zv {
  padding-top: 20px;
}

#footer_email img {
  position: absolute;
  left: 0px;
  top: 3px;
}

#footer_instagram img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#footer_telegram img {
  position: absolute;
  left: 0px;
  top: 0px;
}

#footer_r {
  width: 252px;
}

#footer_la {
  padding-top: 10px;
  padding-bottom: 15px !important;
}

.footer_item {
  color: #fff !important;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.footer_item span {
  position: relative;
}

.footer_item span:after {
  height: 2px;
  display: block;
  content: "";
  left: 0px;
  width: 0px;
  bottom: -5px;
  background: var(--color-secondary);
  transition: all 0.3s;
  position: absolute;
}

.footer_t {
  font-size: 20px;
  padding-bottom: 20px;
  letter-spacing: -0.8px;
}

#footera {
  justify-content: space-between;
  padding-top: 70px;
  display: flex;
  color: #fff;
}

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

#ob .butt {
  width: 300px;
  margin: 0px auto;
}

#ob .butt.active2 {
  background: var(--color-secondary) !important;
}

#ob {
  position: relative;
  width: 550px;
  margin: 0px auto;
}

#ob > div {
  text-align: center;
}

.aftertitletext {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 45px;
}

#ob2 {
  padding-bottom: 38px;
  justify-content: space-between;
  display: flex;
}

.form_error input {
  padding: 19px 20px 19px 20px !important;
  border-bottom: 3px solid red !important;
}

.i_form_wrap input,
.i_form_wrap textarea {
  background: var(--bgmain-color);
  border-bottom: 1px solid var(--color-primary);
  padding: 19px 20px 21px 20px;
  width: 100%;
  font-size: 14px;
}

.i_form_wrap textarea {
  height: 100px;
}

#ob2 .i_form_wrap {
  position: relative;
  width: 263px;
}

#ob3 {
  padding-bottom: 40px;
}

.form7 {
  font-weight: 600;
  white-space: nowrap;
  font-size: 16px;
  left: 0px;
  position: absolute;
  bottom: -42px;
  right: 0px;
}

#ob_after {
  height: 100px;
}

.menu-icon-parent {
  width: 40px;
  height: 40px;
  object-fit: contain;
  vertical-align: middle;
}

.topca > a .menu-icon-parent {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.topg .menu-icon-parent {
  width: 40px;
  height: 40px;
}

.topg_child {
  margin-left: 45px;
  font-size: 14px;
  position: relative;
  top: -15px;
}

.topd .topg_child a {
  margin-bottom: 6px;
}

#topc {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1792px;
  margin: 0px auto 40px;
}

#topc > div {
  margin: 0;
  position: relative;
  font-size: 14px;
}
#topc a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topca {
  display: inline-block;
  margin: 0 6px;
}

.topca > a {
  display: flex;
  align-items: center;
  padding: 6px 22px;
  border-radius: 50px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  text-transform: uppercase;
}

.topca > a:hover {
  background: var(--color-secondary);
  color: #fff;
}

.topca.active > a {
  background: var(--color-secondary);
  color: #fff;
}

.prod_tops {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  z-index: 1;
}

.prod_tops > span > span {
  height: 30px;
  font-size: 13px;
  padding-top: 6px;
  padding-left: 14px;
  padding-right: 14px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: inline-block;
  color: #fff;
}

.prod_hit > span {
  background: #daa520;
}

.prod_action > span {
  background: #ff6f61;
}

.prod_new > span {
  background: #9acd32;
}

.center {
  text-align: center;
}

.tofav {
  display: block;
}

.fav {
  cursor: pointer;
}

.fav_parent {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.fav_parent #favi {
  right: -10px;
}

#favtop {
  position: relative;
  top: 0px;
  height: 27px;
  display: flex;
}

#favtop span {
  position: absolute;
  right: -11px;
  z-index: 1;
  top: -6px;
  background: var(--color-primary);
  border-radius: 100%;
  color: #fff;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cat > div > a {
  padding: 16px 60px 21px 25px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.3s;
}

.subc > div > a {
  padding: 12px 20px 14px 50px;
  border-bottom: 3px solid var(--bgmain-color);
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.3;
}

.cat.active > div > a {
  background: var(--color-primary);
  color: #fff;
}

.cat.active > div > a .menu-icon-parent {
  filter: brightness(0) invert(1);
}

.subcd.active > a {
  font-weight: bold;
}

#mcats {
  padding-top: 1px;
  background: #fff;
}

.catparent > div > span {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  cursor: pointer;
  z-index: 1;
}

.catparent > div {
  position: relative;
}

.catparent > div > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catparent > div > span svg {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s;
}

.catparent > div > span path {
  fill: var(--color-primary);
}

.subc {
  display: none;
}

.active .subc {
  display: block;
}

.catparent.active > div > span path {
  fill: #fff;
}

.catparent.active > div > span svg {
  margin-top: -7px;
  transform: rotate(180deg);
}

.subc3 a {
  display: block;
  padding: 10px 20px 10px 70px;
  font-size: 14px;
  border-bottom: 3px solid var(--bgmain-color);
  transition: all 0.25s ease;
}

.subc3 a:hover {
  background: #f8f9fa;
  color: #333;
}

.subc3.active a {
  background: #f0f7ff;
  color: var(--color-primary);
  font-weight: bold;
}

.topd {
  display: none;
}

#afterpage {
  clear: both;
  height: 100px;
}

.blocktop {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 16px;
}

.prod_av2,
.prod_av3 {
  opacity: 0.6;
  transition: all 0.3s;
}
.prod_av2:hover,
.prod_av3:hover {
  opacity: 1;
}

.prod_av2 .photo,
.prod_av3 .photo {
  filter: grayscale(100%);
  transition: all 0.3s;
}
.prod_av2:hover .photo,
.prod_av3:hover .photo {
  filter: grayscale(0%);
}

.list_p_price_retail span,
.list_p_price_opt span {
  position: relative;
  width: 93px;
  font-size: 20px;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}

.list_p_price_retail {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.list_p_price_opt {
  margin-bottom: 25px;
  font-size: 20px;
}

.list_p_price_opt span {
  top: 3px;
}

#viewed {
  border-top: 1px solid #dcdcdc;
  padding-top: 80px;
  padding-bottom: 50px;
  background: var(--bgmain-color);
}
.bd_mainpage #viewed {
  background: var(--bgmain-color);
}

.bd_404 #mpx {
  background: var(--bg-color);
}

.wtitle_wrap {
  position: relative;
}
.wtitle_more {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc((100% - 105px) / 4);
}
.wtitle_more a,
#footer_zv span {
  padding: 15px 32px;
  display: block;
  width: 100%;
  color: #fff;
}
