img {
  max-width: 100%;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._tac {
  text-align: center;
}
._tar {
  text-align: right;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
}
.flx {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flx.-sa {
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.flx.-sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.flx.-c {
  justify-content: center;
}
.flx.-e {
  justify-content: flex-end;
}
.flx.-alc {
  align-items: center;
}
.flx.-nowp {
  flex-wrap: nowrap;
}
.flx-sb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flx-alc {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.flx-sb-alc {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.iflx {
  display: inline-flex;
}
.iflx.-sa {
  justify-content: space-around;
}
.iflx.-sb {
  justify-content: space-between;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.row.-fs {
  justify-content: flex-start;
}
.row.-fs > *:not(:last-child) {
  margin-right: 1%;
}
.row.collapsed .col-2 {
  width: 50%;
}
.row.collapsed .col-3 {
  width: 33.33%;
}
.row.collapsed .col-4 {
  width: 25%;
}
.row.collapsed .col-2-3 {
  width: 66.34%;
}
.col-2 {
  width: 49.5%;
}
.col-3 {
  width: 32.5%;
}
.col-4 {
  width: 24.5%;
}
.col-2-3 {
  width: 66.3%;
}
@media  screen and (max-width: 450px) {
  .col-2,
  .col-3,
  .col-2-3,
  .col-4 {
    width: 100%;
  }
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
img.imx,
.imx img {
  max-width: 100%;
  max-height: 100%;
}
html {
  box-sizing: border-box;
  moz-box-sizing: border-box;
  height: 100%;
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul li {
  list-style: none;
}
@font-face {
  font-family: 'MojitoWebRegular';
  src: url('fonts/Mojito_Regular.woff2') format('woff2'), url('fonts/Mojito_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-weight: 400;
  color: #626362;
  font-family: 'Raleway', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}
.mw {
  max-width: 1500px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #626362;
  text-decoration: none;
}
a:hover {
  color: #E53782;
}
b {
  font-weight: 600;
}
strong {
  font-weight: 700;
}
.font-18 {
  font-size: 1.125rem;
}
.font-14 {
  font-size: 0.875rem;
}
.clr-red {
  color: #E53782;
}
.a-und {
  text-decoration: underline;
}
input {
  outline: 0;
}
.plr,
.prl {
  padding-left: 12px;
  padding-right: 12px;
}
.kolvo {
  border: #8D8D8D 1px solid;
  width: 80px;
  height: 30px;
  display: flex;
  color: #8D8D8D;
}
.kolvo .fld {
  width: 20px;
}
.kolvo input {
  outline: 0;
  border: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  color: inherit;
  font-family: inherit;
}
.kolvo .-b {
  width: 30px;
  height: 100%;
  font-family: Arial;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  user-select: none;
  transition: all 200ms;
}
.kolvo .-b:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.kolvo.v2 {
  width: 110px;
  height: 50px;
  border: 0;
}
.kolvo.v2 .-b {
  background: #eee;
  font-size: 1.25rem;
  font-weight: 800;
}
.kolvo.v2 .-b:hover {
  background: #E1E1E1;
}
.kolvo.v2 input {
  border: #E1E1E1 1px solid;
  width: 50px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #E53782;
  border: #E53782 1px solid;
  color: #fff;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 500;
  min-width: 150px;
  height: 45px;
  padding: 0 15px;
  transition: all 200ms;
  user-select: none;
}
.btn.grey {
  background: #E6EAE9;
  border: #E6EAE9 1px solid;
}
.btn.empty {
  background: #fff;
  color: #E53782;
}
.btn:active {
  cursor: pointer;
  background: #fff;
  color: #E53782;
}
.btn:active.empty {
  background: #E53782;
  color: #fff;
}
@media  screen and (min-width: 1024px) {
  .btn:hover {
    cursor: pointer;
    background: #fff;
    color: #E53782;
  }
  .btn:hover.empty {
    background: #E53782;
    color: #fff;
  }
}
.btn.-bg {
  border: #D9D9D9 1px solid;
  color: #626362;
  background: #fff;
}
.font2 {
  font-family: 'MojitoWebRegular';
}
.search-field {
  display: flex;
  align-items: stretch;
  background: #fff;
  padding: 12px;
  border: #E1E1E1 1px solid;
}
.search-field input {
  font-size: 0.875rem;
  border: 0;
  flex: 1;
  background: #fff;
}
.search-field input::placeholder {
  color: #70706F;
}
.search-field button {
  border: 0;
  width: 24px;
  height: 24px;
  background: #fff;
}
.search-field svg {
  fill: #959595;
}
.crumbs {
  margin: 25px auto 80px auto;
  text-align: center;
}
.crumbs > * {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #E53782;
}
.crumbs > *:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #ccc;
}
.crumbs a {
  color: #70706F;
}
.lab-list {
  font-size: 2rem;
  font-weight: 500;
}
.lab-list li {
  margin-bottom: 15px;
}
.lab-commit-video {
  max-width: 1024px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.embed-responsive16x9 {
  padding-bottom: 56.25%;
  position: relative;
}
.embed-responsive16x9 > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.content h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}
.content h2 {
  font-weight: 600;
  font-size: 2rem;
}
.content hr {
  background: #DADBDA;
  max-width: 100%;
  height: 1px;
  border: 0;
}
.content .text-list {
  padding: 0 0 0 10px;
}
.content .text-list li:before {
  content: "\2022";
  margin-right: 10px;
}
.content .line-list {
  padding: 0 0 0 10px;
  margin: 0;
}
.content .line-list li:before {
  content: "\23AF";
  margin-right: 10px;
}
.policy-tbl {
  border-left: #E1E1E1 1px solid;
  border-top: #E1E1E1 1px solid;
}
.policy-tbl .row div {
  border-right: #E1E1E1 1px solid;
  border-bottom: #E1E1E1 1px solid;
  padding: 25px;
}
.policy-tbl .row div:first-child {
  text-transform: uppercase;
}
.policy-tbl .row div:last-child {
  flex: 1;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  margin: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  width: 50px;
  height: 50px;
}
.pagination a {
  border: #989898 1px solid;
  transition: all 200ms;
}
.pagination a:hover {
  border: #E53782 1px solid;
}
.pagination div {
  color: #fff;
  border: #E53782 1px solid;
  background: #E53782;
}
.zoom-img {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 520;
  background: #fff;
  width: 100vw;
  height: 100vh;
}
.zoom-img .close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 521;
  cursor: pointer;
}
.zoom-img .close svg {
  fill: #999;
}
.zoom-img .close:hover svg {
  fill: #E53782;
}
.zoom-img .imx {
  width: 100vw;
  height: 100vh;
  padding: 1vmax;
  overflow: hidden;
}
.inp {
  padding: 0 12px;
  width: 100%;
  height: 40px;
  border: #e1e1e1 1px solid;
  font-family: inherit;
  font-size: inherit;
  color: #70706F;
  -webkit-appearance: none;
}
.inp::placeholder {
  color: #70706F;
  font-size: 14px;
  text-transform: uppercase;
}
.inp:focus {
  box-shadow: 0px 0px 7px 0px #BC993E40;
}
.inp:focus + .msg {
  display: none;
}
.form-field {
  display: block;
  position: relative;
  margin-top: 30px;
}
.form-field .msg {
  position: absolute;
  bottom: 110%;
  font-size: 14px;
  font-weight: 300;
  color: #FF0000;
  display: none;
}
.form-field .inp-date {
  position: relative;
}
.form-field .inp-date:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../img/calendar.png);
}
.form-field textarea.inp {
  height: 80px;
  resize: none;
  padding-top: 12px;
  outline: 0;
}
.form-field .policy-apply {
  align-items: flex-start;
}
.form-field .policy-apply label {
  flex: 1;
}
.form-field .policy-apply label img {
  margin-top: 5px;
}
.form-field .policy-apply label > div {
  flex: 1;
}
.ff-mrg {
  margin-top: 30px;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  line-height: 100%;
}
.checkbox + label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: #E1E1E1 1px solid;
  margin-right: 10px;
  line-height: 10px;
  text-align: center;
  font-size: 20px;
}
.checkbox + label span {
  flex: 1;
}
.checkbox:checked + label:before {
  content: "";
  background: url(../img/galka.svg) center center no-repeat;
}
@media  screen and (min-width: 1024px) {
  .checkbox:hover + label {
    color: #E53782;
  }
  .checkbox:hover + label:before {
    border: #E53782 1px solid;
  }
}
.select {
  font-family: inherit;
  background: #fff;
  position: relative;
}
.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  padding: 0 32px 0 12px;
  width: 100%;
  height: 40px;
  border: #E1E1E1 1px solid;
  font-family: inherit;
  font-size: inherit;
  color: #70706F;
}
.select:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../img/arrow-down.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio + label {
  display: flex;
  align-items: center;
  user-select: none;
}
.radio + label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: #E1E1E1 1px solid;
  margin-right: 15px;
}
.radio:hover + label:before {
  border: #E1E1E1 5px solid;
}
.form-ftr {
  padding: 20px;
}
.form-ftr .policy-txt {
  font-size: 12px;
  font-weight: 300;
}
.form-ftr .policy-txt a {
  text-decoration: underline;
}
.policy-apply img {
  margin: 0 5px 0 15px;
  width: 16px;
  height: 11px;
}
.form-captcha .fld {
  max-width: 188px;
  margin-right: 20px;
}
.form-captcha .img {
  margin-top: 30px;
}
@media  screen and (min-width: 1530px) {
  .form-ftr .btns {
    text-align: right;
  }
}
@media  screen and (max-width: 1023px) {
}
header {
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.city-your-hdr {
  display: none;
}
.hdr-lng-wrp {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.hdr-lng-wrp .-list {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}
.hdr-lng-wrp .-list a {
  display: block;
  padding: 5px 0px;
  width: 100%;
  background: #fff;
}
.hdr-lng-wrp .-list:hover {
  display: block;
}
.hdr-lng-wrp .selected {
  cursor: pointer;
}
.hdr-lng-wrp .selected svg {
  margin: -2px 0 2px 5px;
  fill: #666;
}
.hdr-lng-wrp .selected:active + .-list {
  display: block;
}
.hdr-logo .slogan {
  text-transform: uppercase;
  font-weight: 600;
  color: #EB5F90;
  margin-top: 20px;
}
.hdr-logo.-mobi {
  display: none;
}
.hdr-right {
  padding-right: 14px;
}
.hdr-right > * {
  margin-left: 25px;
}
.hdr-search {
  position: relative;
}
.hdr-search > svg {
  fill: #706F6F;
  cursor: pointer;
}
.hdr-search .-field {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  width: 295px;
  padding: 20px;
  background: #E1E1E1;
}
.hdr-search .-field .search-field {
  box-shadow: 0px 0px 7px 0px #BC993E40;
}
.hdr-search .-field .search-field svg {
  fill: #70706F;
}
.hdr-search .-field.show {
  display: block;
}
.hdr-user {
  position: relative;
}
.hdr-user .-but {
  cursor: pointer;
}
.hdr-user .-but svg {
  fill: #706F6F;
}
.hdr-user .-but svg:last-child {
  margin-left: 5px;
}
.hdr-user .-but:active .-list {
  display: block;
}
.hdr-user .-list {
  display: none;
  position: absolute;
  top: 25px;
  left: -10px;
  background: #fff;
  padding: 13px 0;
}
.hdr-user .-list > * {
  display: block;
  padding: 7px 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
.hdr-cart {
  position: relative;
  cursor: pointer;
}
.hdr-cart svg {
  fill: #706F6F;
}
.hdr-cart .-total {
  position: absolute;
  top: -5px;
  right: -14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #E53782;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
.hdr-mobi-burger-wrp {
  display: none;
  fill: #222;
}
@media screen and (max-width: 1650px) {
}
@media  screen and (min-width: 1024px) {
  header {
    padding-top: 35px;
  }
  .hdr-wrp {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hdr-lng-wrp {
    width: 200px;
  }
  .hdr-logo {
    flex: 1;
  }
  .hdr-right {
    width: 200px;
    justify-content: flex-end;
  }
}
@media  screen and (max-width: 1023px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
  }
  header .hdr-logo {
    display: none;
  }
  .hdr-wrp {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: #E1E1E1 1px solid;
    align-items: center;
  }
  .city-your-hdr {
    display: block;
    position: relative;
    border-bottom: #E1E1E1 1px solid;
    padding: 0 15px 20px 15px;
  }
  .city-your-hdr .close {
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
    z-index: 10;
  }
  .city-your-hdr .city-your {
    padding: 0 0;
  }
  .city-your-hdr .city-your .-h {
    margin: 20px 0 20px 0;
  }
  .hdr-logo.-mobi {
    display: block;
    padding: 30px 20px;
  }
  .hdr-mobi-burger-wrp {
    display: block;
  }
  .hdr-right {
    padding-right: 0px;
  }
  .hdr-right > * {
    margin: 0 20px;
  }
  .hdr-lng-wrp .-list {
    top: 35px;
  }
  .hdr-user .-list {
    top: 35px;
  }
  .hdr-search .-field {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
  }
}
footer {
  background: #FBFCFC;
  padding: 45px 0 20px 0;
  margin-top: 100px;
}
.footer {
  max-width: 1500px;
}
.footer .-h {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer a {
  color: #626362;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .social {
  margin-top: 40px;
}
.ftr-menu {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}
.ftr-menu li {
  display: block;
  margin: 2.5px 0;
  color: #626362;
}
.ftr-menu li svg {
  fill: #A1B0B4;
}
.ftr-menu li.flx {
  display: flex;
  margin: 7.5px 0;
}
.ftr-menu li.flx svg {
  margin-right: 20px;
}
.social a {
  display: inline-block;
  margin-right: 15px;
}
.footer-btm {
  margin-top: 45px;
}
@media  screen and (min-width: 1024px) {
  .footer .-box {
    white-space: nowrap;
  }
}
@media  screen and (max-width: 450px) {
  .footer .-box {
    width: 100%;
    margin-bottom: 30px;
    flex: unset;
  }
}
.menu-logo,
.menu-mobi-top {
  display: none;
}
@media  screen and (min-width: 1024px) {
  .menu-wrap {
    margin-top: 40px;
    background: #fff;
  }
  .menu-wrap.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 80px;
    margin-top: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .menu-wrap.fixed .menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 15px;
  }
  .menu-wrap.fixed .menu .menu-logo {
    display: block;
    flex: 0.8;
    min-width: 150px;
  }
  .menu-wrap.fixed .menu .menu-logo a img {
    height: 66px;
    object-fit: contain;
  }
  .menu-wrap:not(.fixed) .menu {
    max-width: 1500px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .menu > li {
    position: relative;
    flex: 1;
    text-align: center;
  }
  .menu > li > a {
    color: #626362;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 20px 0;
  }
  .menu > li:hover > a {
    color: #E53782;
  }
  .menu > li:hover .menu-sub {
    display: block;
  }
  .menu > li.menu-logo a {
    padding: 0;
  }
  .menu-sub {
    position: absolute;
    display: none;
    left: 0;
    top: 99%;
    z-index: 10;
    padding: 25px 0;
    width: 100vw;
    background: #fff;
    border-top: #C5C5C5 1px solid;
    border-bottom: #C5C5C5 1px solid;
    text-align: left;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 6px 6px;
  }
  .menu-sub .ms-1 {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .menu-sub .ms-1 a {
    text-align: center;
    color: #626362;
    text-transform: uppercase;
    font-weight: 700;
    width: 24.5%;
  }
  .menu-sub .ms-1 a:hover {
    color: #E53782;
  }
  .menu-sub .ms-1 a:hover .im {
    opacity: 0.8;
  }
  .menu-sub .ms-1 .im {
    margin-bottom: 10px;
    transition: all 200ms;
  }
  .menu-sub .ms-1 .im img {
    max-width: 100%;
    max-height: 100%;
  }
  .menu-sub .ms-2 {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .menu-sub .ms-2 .col {
    width: 24%;
  }
  .menu-sub .ms-2 .col .imx {
    max-width: 100%;
    height: 100%;
  }
  .menu-sub .ms-2 .sep {
    padding: 0 30px;
  }
  .menu-sub .ms-2 .sep > div {
    width: 0px;
    height: 80%;
    border-right: #626362 1px solid;
  }
  .menu-sub .ms-2 .tit {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .menu-sub .ms-2 a {
    display: block;
    font-size: 0.875rem;
    margin: 10px 0;
  }
  .menu-sub .ms-2 a:hover {
    color: #E53782;
    text-decoration: underline;
  }
}
@media  screen and (min-width: 1024px) and (max-width: 1530px) {
  .menu-sub .ms-2 {
    padding: 0 20px;
  }
}
@media  screen and (max-width: 1023px) {
  .menu-wrap {
    position: fixed;
    right: -310px;
    top: 0;
    z-index: 510;
    width: 300px;
    height: 100vh;
    background: transparent;
    text-align: right;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .menu-mobi-top {
    display: flex;
    justify-content: flex-end;
  }
  .mmt-close {
    width: 60px;
    height: 60px;
    background: #E53782;
  }
  .mmt-close svg {
    fill: #fff;
  }
  .menu {
    overflow-y: auto;
    text-align: left;
    padding: 0 30px 100px 30px;
    font-weight: 500;
  }
  .menu a {
    display: block;
  }
  .menu > li > a {
    text-transform: uppercase;
    margin: 30px 0;
  }
  .menu > li:nth-child(2) > a {
    margin-top: 0;
  }
  .menu-sub {
    padding-left: 20px;
  }
  .menu-sub .ms-1 .im {
    display: none;
  }
  .menu-sub .ms-1 a {
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .menu-sub .ms-2 .tit {
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .menu-sub .ms-2 a {
    font-weight: 400;
    margin: 10px 0;
  }
  .menu-sub .ms-2 .imx {
    display: none;
  }
}
.cart-popup {
  max-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 510;
  background: #fff;
  border-left: #D9D9D9 1px solid;
  border-bottom: #D9D9D9 1px solid;
  display: none;
}
.cart-popup.show {
  display: flex;
}
.cart-popup .cart-list {
  margin-top: 40px;
}
.cpp-prods {
  padding: 40px 20px;
  width: 200px;
  height: auto;
  border-right: #D9D9D9 1px solid;
  overflow-y: auto;
}
.cpp-prods .-h {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}
.cpp-prods-list {
  height: auto;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cpp-prods-list > li {
  margin-top: 25px;
}
.cpp-prods-list > li .imx {
  display: block;
  width: 100%;
  height: 120px;
  text-align: center;
  margin-bottom: 15px;
}
.cpp-prods-list > li .nm {
  font-weight: 500;
  font-size: 0.75rem;
  display: block;
  padding: 0 10px;
  text-align: center;
}
.cpp-prods-list > li .ft {
  font-size: 0.75rem;
  border: #D9D9D9 1px solid;
  margin-top: 10px;
  padding: 5px 10px;
}
.cpp-prods-list > li .ft .add {
  font-weight: 500;
}
.cpp-prods-list > li .ft .prc {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
}
.cpp-cart {
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 40px 25px 0px 25px;
}
.cpp-cart .-h .close svg {
  fill: #626362;
}
.cpp-cart .-h .close:hover {
  cursor: pointer;
}
.cpp-cart .-h .close:hover svg {
  fill: #E53782;
}
.cpp-cart .-h .tit {
  font-weight: 600;
  font-size: 1.25rem;
}
.cpp-cart .cart-list {
  height: auto;
  max-height: 470px;
  overflow-y: auto;
  padding-right: 10px;
}
.cpp-cart .cpp-itog {
  max-height: 20px;
}
.cpp-cart .cpp-btns {
  min-height: 60px;
  padding-bottom: 30px;
}
.cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-list > li {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
  width: 100%;
}
.cart-list > li .imx {
  width: 20%;
  min-height: 130px;
  text-align: center;
}
.cart-list > li .inf {
  flex: 1;
  padding-left: 30px;
}
.cart-list > li .nm {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 15px;
}
.cart-list > li .vol-prc {
  margin: 10px 0;
}
.cart-list > li .vol {
  font-size: 0.875rem;
}
.cart-list > li .prc {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  flex: 1;
  text-align: right;
}
.cart-list > li .del {
  font-size: 0.875rem;
  margin-left: 25px;
  cursor: pointer;
}
.cpp-itog {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
}
.cpp-btns > * {
  width: 100%;
  margin: 10px 0;
}
.cart-page > h2 {
  color: #E53782;
  font-size: 3rem;
  font-weight: 400;
}
.cart-page > h2 span {
  font-family: 'MojitoWebRegular';
}
.cart-page .cart-list > li:not(:last-child) {
  border-bottom: #DADBDA 1px solid;
  padding-bottom: 20px;
}
.cart-page .lfo-itog {
  max-width: 100vw;
}
.cp-info h3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 600;
}
.cp-info > * {
  margin-bottom: 60px;
}
.cp-info button {
  width: 100%;
}
.cart-disc .bns {
  margin: 15px 0;
}
.cart-disc .bns b {
  color: #E53782;
}
.cart-disc .-list li {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cart-disc .-list li input {
  flex: 1;
  margin-right: 10px;
}
.cart-disc .-list li .btn {
  height: 40px;
}
.cart-delivery .cd-list {
  margin-top: 30px;
}
.cart-delivery .cd-list .cd-list-adr {
  padding: 15px;
}
.cd-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cd-list > li {
  border: #E1E1E1 1px solid;
  margin: 15px 0;
}
.cd-list > li:hover {
  border: #E53782 1px solid;
}
.cd-list > li.checked {
  border: #E53782 2px solid;
}
.cd-list .checkbox + label {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
.cd-list .checkbox + label span {
  text-transform: uppercase;
  font-weight: 700;
}
.cd-list .checkbox + label:before {
  position: absolute;
  top: -1px;
  right: -1px;
  margin-right: 0;
  width: 24px;
  height: 24px;
  border: 0;
}
.cd-list .checkbox + label:hover {
  color: #626362;
}
.cd-list .checkbox:checked + label:before {
  background: #E53782 url(../img/galka-white.svg) center center no-repeat;
}
.cd-list-adr {
  width: 100%;
}
.cd-list-adr .ad {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cd-list-adr p {
  font-size: 0.875rem;
  color: #70706F;
  margin: 5px 0;
}
.cd-list-adr .ft {
  margin-top: 15px;
}
.cd-list-adr .prc {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
}
.cd-list-adr a {
  color: #E53782;
  text-decoration: underline;
}
.cart-pay .cd-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cart-pay .cd-list > li label {
  height: 155px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cart-pay .cd-list > li label .imx {
  width: 100%;
}
.cart-pay .cd-list > li label span {
  flex: none;
}
.pvz-select {
  width: 1010px;
  display: flex;
  flex-direction: column;
  height: 85vh;
}
.pvz-select .pup-hdr {
  text-align: left;
  height: 60px;
  margin-bottom: 0;
}
.pvz-select #pvz-map {
  height: 40vh;
}
.pvz-select .cd-list {
  flex: 1;
  overflow-y: auto;
}
.pvz-select .btns {
  text-align: center;
  height: 45px;
}
.pvz-select .btns .btn {
  width: 345px;
  max-width: 100%;
}
@media  screen and (min-width: 1024px) {
  .cart-page .lfo-itog .box {
    padding-left: 20%;
    padding-right: 20%;
  }
  .cart-wrp > * {
    width: 45%;
  }
  .cp-info .lfo-itog {
    display: none;
  }
  .cart-popup {
    min-width: 550px;
  }
  .cpp-cart {
    width: 520px;
  }
  .cart-pay .cd-list > li {
    width: 48%;
  }
}
@media  screen and (max-width: 1023px) {
  .cart-popup {
    width: 100vw;
  }
  .cpp-prods {
    display: none;
  }
  .cpp-cart {
    width: 100vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    overflow-y: auto;
  }
  .cpp-cart > * {
    width: 100%;
  }
  .cpp-cart .-h .ico {
    display: none;
  }
  .cpp-cart .-h .close {
    order: 1;
  }
  .cpp-cart .cart-list {
    height: 60vh;
  }
  .cp-info {
    margin-top: 60px;
  }
  .cart-pay .cd-list > li {
    width: 100%;
  }
  .pvz-select {
    width: 100%;
    height: 98vh;
  }
  .pvz-select #pvz-map {
    max-width: 100%;
    height: 400px;
  }
  .pvz-select .cd-list {
    padding-left: 2px;
  }
}
.bs-item {
  display: block;
  width: 100%;
  min-height: 330px;
}
.bs-item img {
  width: 100%;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin: 0;
}
.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #D6D6D6;
  margin: 15px 7px 0 7px;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #869791;
}
@media screen and (max-width: 560px) {
  .bs-item {
    height: 100vw;
  }
}
.cat-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-item {
  width: 33%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 80px;
}
.cat-item > div > * {
  width: 100%;
}
.cat-item .imx {
  height: 400px;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
}
.cat-item .rib {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 4px 6px;
  background: #E53782;
  font-weight: 500;
  color: #fff;
}
.cat-item .nm {
  text-align: center;
  margin-top: 40px;
}
.cat-item .nm .n {
  font-size: 1.125rem;
  font-weight: 600;
}
.cat-item .nm .t {
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 10px;
}
.cat-item .prc {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.cat-item .rating {
  margin-top: 15px;
  text-align: center;
}
.cat-item .btns {
  text-align: center;
  margin-top: 15px;
}
.cat-item .btns .btn {
  padding: 0 30px;
}
.stars {
  background: url(../img/star-empty.png);
  background-size: auto 100%;
  width: 73px;
  height: 13px;
  display: inline-flex;
  position: relative;
}
.stars div {
  width: 0;
  height: 100%;
  background: url(../img/star-full.png);
  background-size: auto 100%;
  position: absolute;
}
.stars.s1 div {
  width: 15px;
}
.stars.s2 div {
  width: 30px;
}
.stars.s3 div {
  width: 45px;
}
.stars.s4 div {
  width: 60px;
}
.stars.s5 div {
  width: 75px;
}
.stars i {
  display: block;
  width: 15px;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
}
.stars i:nth-child(2) {
  left: 15px;
}
.stars i:nth-child(3) {
  left: 30px;
}
.stars i:nth-child(4) {
  left: 45px;
}
.stars i:nth-child(5) {
  left: 60px;
}
.catalog {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-start;
}
.catalog .sidebar {
  width: clamp(360px, 25%, 500px);
}
.catalog .cat-content {
  width: 70%;
}
.catalog .cat-list {
  margin-top: 60px;
}
.cat-filter .close,
.cat-filter .hdr {
  display: none;
}
.cat-filter .h {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cat-filter .box {
  margin-bottom: 30px;
}
.cat-filter .btns .btn {
  width: 48%;
}
.cf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cf-list > li {
  margin: 15px 0;
  padding: 0 0 0 20px;
}
.show-cat-filter {
  display: none;
}
@media  screen and (max-width: 1023px) {
  .catalog .sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 520;
  }
  .catalog .cat-content {
    width: 100%;
  }
  .catalog .cat-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .catalog .pagination {
    margin-top: 0;
  }
  .cat-filter {
    position: relative;
  }
  .cat-filter .hdr {
    padding: 40px 15px 0 15px;
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    height: 10vh;
  }
  .cat-filter .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
  }
  .cat-filter .close:hover svg {
    fill: #E53782;
  }
  .cat-filter .btns {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 60px;
    background: #fff;
    padding: 0 15px;
  }
  .cat-filter-wrp {
    overflow-x: hidden;
    overflow-y: auto;
    height: 90vh;
    padding: 0 15px 200px 15px;
  }
  .cat-sort {
    width: 100%;
  }
  .cat-sort > * {
    width: 48%;
  }
  .show-cat-filter {
    display: flex;
    height: 40px;
  }
  .show-cat-filter svg {
    fill: #fff;
    margin-right: 5px;
  }
}
.indx-tabs-wrp {
  padding-top: 85px;
}
.ft-theme-index.ft-tabs > .ft-nav {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab {
  font-size: 1.25rem;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 7px;
}
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab.active,
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab:hover {
  color: #E53782;
}
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab.active:before,
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: -1px;
  left: -1px;
  background-color: transparent;
}
.ft-theme-index.ft-tabs > .ft-contents {
  padding: 0;
}
.prod-slider-wrp {
  position: relative;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}
.prod-slider-wrp .arrow {
  position: absolute;
  top: 30%;
  z-index: 10;
  cursor: pointer;
}
.prod-slider-wrp .arrow svg {
  fill: #666;
}
.prod-slider-wrp .arrow.prev {
  left: 5px;
}
.prod-slider-wrp .arrow.next {
  right: 5px;
}
.prod-slider-wrp .arrow:hover svg {
  fill: #E53782;
}
.prod-slider {
  width: 100%;
  max-width: 1500px;
}
.prod-slider .cat-list {
  width: 100%;
}
.prod-slider .cat-item {
  margin-bottom: 0;
  width: 360px;
}
.indx-txt {
  margin-left: auto;
  margin-right: auto;
}
.indx-txt .t {
  width: 40%;
}
.indx-txt .t h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.indx-txt .t h3 {
  font-family: 'MojitoWebRegular';
  color: #E53782;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media  screen and (max-width: 450px) {
  .indx-txt .t h3 {
    font-size: 3rem;
  }
}
.indx-txt .t h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.indx-txt .t h5 {
  font-weight: 600;
  font-size: 1.25rem;
}
.indx-txt .t div {
  margin: 30px 0 50px 0;
  font-size: 1.25rem;
}
.indx-txt > .imx {
  width: 57%;
}
.indx-txt > .imx img {
  object-fit: contain;
}
.indx-txt.-anim.show .t,
.indx-txt.-anim.show .imx {
  transform: translateX(0px) !important;
  transition: all 1000ms;
  opacity: 1;
}
.indx-txt.lab-history {
  max-height: 100000px;
}
.indx-txt.w60 .t {
  width: 60%;
}
.indx-txt.w60 > .imx {
  width: 37%;
}
.subscribe {
  background: url(../img/subscribe-bgr.jpg) center center no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  max-width: 1226px;
  min-height: 250px;
  margin-top: 90px;
  flex-direction: column;
  padding: 15px 0;
}
.subscribe .-h {
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
}
.subscribe .-t {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.subscribe .frm input {
  width: 360px;
  height: 38px;
  border: #fff 2px solid;
  background: transparent;
}
.subscribe button {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #E53782;
  border: #fff 2px solid;
  background: #fff;
  font-family: inherit;
}
.index-2-bnrs {
  margin-top: 80px;
}
.index-2-bnrs div {
  margin: 15px;
  width: 100%;
  max-width: 45%;
  height: 460px;
  overflow: hidden;
  display: flex;
}
.index-2-bnrs div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media  screen and (min-width: 1024px) {
  .indx-txt {
    margin-top: 125px;
    max-height: 640px;
  }
  .indx-txt.-anim .t {
    opacity: 0;
    transition: all 200ms;
  }
  .indx-txt.-anim.t1 .t {
    transform: translateX(-100px);
  }
  .indx-txt.-anim.t1 .imx {
    transform: translateX(100px);
  }
  .indx-txt.-anim.t2 .t {
    transform: translateX(100px);
  }
  .indx-txt.-anim.t2 .imx {
    transform: translateX(-100px);
  }
  .indx-txt.-anim .imx {
    opacity: 0;
    transition: all 200ms;
  }
}
@media  screen and (max-width: 1023px) {
  .cat-item {
    width: 320px;
  }
  .cat-item .imx {
    height: 200px;
  }
  .indx-txt {
    margin-top: 80px;
    padding: 0 16px;
  }
  .subscribe {
    margin-right: 15px;
    margin-left: 15px;
  }
  .index-page .indx-txt h2 {
    font-size: 1.75rem;
  }
}
@media  screen and (max-width: 450px) {
  .ft-theme-index.ft-tabs > .ft-nav {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .ft-theme-index.ft-tabs > .ft-nav > .ft-tab {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
  }
  .cat-item {
    width: 48vw;
    margin: 0 1vw;
  }
  .cat-item .btns .btn {
    padding: 0 5px;
  }
  .indx-txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .indx-txt .t {
    width: 100% !important;
    order: 1 !important;
  }
  .indx-txt > .imx {
    order: 2 !important;
    width: 100% !important;
    margin-top: 50px;
  }
  .subscribe .-t {
    margin: 15px 0;
  }
  .subscribe .frm input {
    width: 90%;
    margin-bottom: 10px;
    text-align: center;
  }
  .subscribe .-f {
    display: none;
  }
  .index-2-bnrs div {
    margin: 15px 0;
    height: 100vw;
  }
  .index-2-bnrs div img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media  screen and (max-width: 330px) {
  .index-page .indx-txt h2 {
    font-size: 1.625rem;
  }
}
.insta-slider-wrp {
  margin-top: 120px;
}
.insta-slider-wrp .top {
  margin-bottom: 50px;
}
.insta-slider-wrp .top .-h {
  font-size: 1.125rem;
  position: relative;
}
.insta-slider-wrp .top .-h:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 100px;
  height: 0;
  border-top: #dadada 1px solid;
}
.insta-itm {
  width: 300px;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
@media  screen and (min-width: 1530px) {
  .insta-itm {
    width: 375px;
  }
}
@media  screen and (max-width: 450px) {
  .insta-slider-wrp .top .-h {
    display: inline-block;
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .insta-slider-wrp .top .btn {
    order: 2;
  }
  .insta-itm {
    width: 100vw;
  }
}
.popup-bgr {
  display: none;
  z-index: 520;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.close svg {
  fill: #626362;
}
.close:hover svg {
  fill: #E53782;
}
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 520;
  width: 100vw;
  height: 100vh;
  max-height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.2);
}
.popup.active {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.popup-win {
  background: #fff;
  min-width: 280px;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  overflow: hidden;
  position: relative;
}
.popup-win > .popup-close {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  z-index: 10;
}
.popup-win .cont {
  padding-top: 20px;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.pup-hdr {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.pup-hdr2 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.pup-pad {
  padding: 20px 15px;
}
.city-your {
  min-width: 300px;
}
.city-your .-h {
  font-size: 0.875rem;
  margin: -20px 0 20px 0;
}
.city-your .-h span {
  font-weight: 600;
}
.city-your .btn {
  width: 162px;
  white-space: nowrap;
}
.city-your .btn:first-of-type {
  margin-right: 5px;
}
@media screen and (max-width: 320px) {
  .city-your {
    min-width: 280px;
  }
  .city-your .btn {
    padding: 0;
    min-width: 130px;
    width: 130px;
    font-size: 1rem;
  }
}
.rs-list {
  display: inline-flex;
  margin: 15px 0;
}
.rs-list .-fl {
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  margin-right: 15px;
  background: #E53782;
  text-transform: uppercase;
}
.rs-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.rs-list ul li {
  line-height: 30px;
}
.rs-list.no-letter .-fl {
  background: #fff;
}
.rs-list-wrp .rs-list {
  width: 48%;
}
.auth-reg nav {
  width: 100%;
}
.auth-reg nav a {
  font-size: 0.875rem;
  font-weight: 600;
}
.auth-reg nav a.active {
  color: #E53782;
}
.auth-reg .-tabs > div {
  width: 100%;
}
.form-auth .forget {
  font-size: 0.875rem;
}
.pup-form-submit {
  text-align: center;
  margin-top: 70px;
}
.prod-postuplenie .pup-hdr {
  text-align: center;
}
.prod-postuplenie .imx {
  padding-top: 40px;
  height: 50vh;
}
.prod-postuplenie .pup-form-submit {
  margin-top: 30px;
}
.prod-responses .pup-hdr {
  text-align: center;
}
.prod-responses .-get-form {
  text-align: center;
}
.prod-responses-form .pup-hdr {
  text-align: center;
}
.prf-rating li {
  text-align: center;
}
.prf-rating li .-stars {
  width: 15px;
  height: 13px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/star-full.png);
  background-size: auto 100%;
}
.prf-rating li input {
  margin-left: 0px;
}
.prf-rating li.s2 .-stars {
  width: 30px;
}
.prf-rating li.s3 .-stars {
  width: 45px;
}
.prf-rating li.s4 .-stars {
  width: 60px;
}
.prf-rating li.s5 .-stars {
  width: 75px;
}
@media  screen and (min-width: 1024px) {
  .region-select {
    width: 720px;
    overflow: hidden;
  }
  .region-select .-box {
    height: 60vh;
    overflow-y: auto;
    margin-top: 25px;
  }
  .auth-reg,
  .prod-postuplenie,
  .prod-responses,
  .prod-responses-form {
    width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .pup-mrg {
    margin-left: 130px;
    margin-right: 130px;
  }
}
@media  screen and (max-width: 1023px) {
  .prf-rating li {
    width: 100%;
    margin: 10px 0;
    text-align: left;
    order: 5;
  }
  .prf-rating li label {
    display: inline-flex;
    align-items: center;
  }
  .prf-rating li label input {
    order: 1;
    margin-right: 20px;
  }
  .prf-rating li label div {
    order: 2;
  }
  .prf-rating li.s5 {
    order: 1;
  }
  .prf-rating li.s4 {
    order: 2;
  }
  .prf-rating li.s3 {
    order: 3;
  }
  .prf-rating li.s2 {
    order: 4;
  }
}
@media  screen and (max-width: 450px) {
  .popup-win {
    height: 100vh;
  }
  .popup-win .cont {
    height: 100vh;
  }
  .rs-list-wrp .rs-list {
    width: 100%;
  }
  .auth-reg {
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow-y: auto;
  }
}
.ingredients {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.ingredients .arrow {
  position: absolute;
  top: 60%;
  z-index: 10;
  cursor: pointer;
}
.ingredients .arrow svg {
  fill: #666;
}
.ingredients .arrow.prev {
  left: 5px;
}
.ingredients .arrow.next {
  right: 5px;
}
.ingredients .arrow:hover svg {
  fill: #E53782;
}
.ingredients-slider {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.ingr-itm {
  max-width: 490px;
}
.ingr-itm .imx {
  text-align: center;
}
.ingr-itm .imx img {
  width: 250px;
  height: 250px;
}
.ingr-itm .txt {
  background: #FAE5E5;
  padding: 0 15px 10px 15px;
  margin-top: 20px;
}
.ingr-itm .txt h3 {
  padding: 35px 0 50px 0;
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.ingr-itm .txt p {
  font-family: 'Courier New';
  font-size: 20px;
  margin: 0 0 40px 0;
  padding: 0;
}
@media  screen and (min-width: 1530px) {
  .ingr-itm.odd {
    padding-top: 40px;
  }
}
.derma-form {
  max-width: 750px;
}
.derma-responses {
  border-top: #eee 1px solid;
  margin-top: 80px;
  margin-bottom: 10px;
  max-width: 1010px;
}
.derma-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.derma-list > li {
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: #eee 1px solid;
}
.derma-list > li .nm {
  font-weight: 700;
  font-size: 0.875rem;
}
.derma-list > li .qt {
  font-weight: 600;
  font-size: 1.125rem;
  margin: 10px 0 15px 0;
}
.derma-list > li .resp {
  padding: 30px;
  background: #FAE5E5;
  margin-top: 25px;
}
.anketa-mw {
  max-width: 1270px;
}
.anketa-top {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 60px;
}
.anketa-etapy .h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: #E53782;
}
.anketa-etapy .box {
  max-width: 490px;
  margin: 30px 15px 0 15px;
  text-align: center;
}
.anketa-etapy .n {
  font-size: 2.25rem;
  font-weight: 500;
  color: #E53782;
  text-transform: uppercase;
}
.anketa-etapy .n .mobi {
  display: none;
}
.anketa-etapy .t {
  font-size: 1.125rem;
  margin-top: 15px;
}
.anketa-formula .h2 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: #E53782;
}
.anketa-formula .-list {
  margin-top: 60px;
}
.anketa-formula .-list .itm .g svg {
  fill: #E53782;
}
.anketa-formula .-list .itm .tbox .h {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.anketa-dlya {
  margin-top: 120px;
}
.anketa-dlya p {
  font-size: 1.5rem;
  font-weight: 500;
}
.anketa-dlya ul li {
  margin: 15px 0;
}
.anketa-dlya ul span {
  font-weight: 500;
}
#anketa-form {
  max-width: 750px;
}
#anketa-form .hdr {
  font-size: 2rem;
  text-align: center;
}
@media  screen and (min-width: 1024px) {
  .anketa-formula .-list .itm {
    text-align: center;
  }
  .anketa-formula .-list .itm .g svg {
    fill: #E53782;
  }
  .anketa-formula .-list .itm .tbox {
    margin-top: 30px;
  }
}
@media  screen and (max-width: 1023px) {
  .anketa-formula .-list {
    margin-top: 30px;
  }
  .anketa-formula .-list .itm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }
  .anketa-formula .-list .itm .g {
    width: 18px;
  }
  .anketa-formula .-list .itm .g svg {
    width: 18px;
    height: 18px;
  }
  .anketa-formula .-list .itm .tbox {
    flex: 1;
    padding-left: 10px;
  }
}
.gde-kupit {
  max-width: 1010px;
}
.gde-kupit h2 {
  color: #E53782;
  text-transform: uppercase;
}
.gde-kupit h2 span {
  font-family: 'MojitoWebRegular';
  font-size: 4.5rem;
  text-transform: none;
}
.gde-kupit-list {
  margin: 40px 0 0 0;
  padding: 0;
}
.gde-kupit-list > li {
  margin-bottom: 10px;
}
.gde-kupit-list > li .hdr {
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  min-height: 60px;
  cursor: pointer;
}
.gde-kupit-list > li .hdr:after {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/arrow-down.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transform-origin: center center;
  transition: all 200ms;
}
.gde-kupit-list > li .hdr.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.gde-kupit-list > li .wrp {
  display: none;
  padding: 30px 0;
}
.gde-adr-list {
  border: #E1E1E1 1px solid;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gde-adr-list li {
  border-bottom: #E1E1E1 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 1.125rem;
  padding: 25px 15px;
}
.gde-adr-list li .tel {
  font-weight: 600;
  padding-left: 10px;
}
.lk-page > h2 {
  font-family: 'MojitoWebRegular';
  color: #E53782;
  font-size: 6.25rem;
  line-height: 100%;
  margin: 0;
}
.lk-page > h3 {
  color: #E53782;
  font-size: 3rem;
  font-weight: 400;
}
.lk-page > h3 span {
  font-family: 'MojitoWebRegular';
}
.lk-page > h4 {
  font-size: 1.75rem;
  font-weight: 800;
}
.lk-page > p {
  margin-top: 50px;
  max-width: 740px;
}
.lk-page .profile-pass2 {
  display: none;
}
.lk-menu {
  margin-top: 70px;
}
.lk-menu a {
  background: #FEF6FC;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: 'MojitoWebRegular';
  color: #E53782;
  font-size: 3rem;
  transition: all 200ms;
}
.lk-menu a:hover {
  color: #fff;
  background: #E53782;
}
.lk-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.lk-address-box .btn {
  width: 300px;
}
.lk-address-box h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.lk-adr {
  margin-bottom: 15px;
}
.lk-adr h2 {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.lk-adr p {
  margin: 5px 0;
  padding: 0;
  font-size: 0.875rem;
}
.lk-adr .btn {
  margin-top: 25px;
}
.lk-bonus h3 {
  font-size: 1.125rem;
}
.lk-bonus h2 {
  font-size: 2.25rem;
  margin: 0 0 10px 0;
}
.lk-bonus span {
  font-size: 0.875rem;
}
.lk-orders {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lk-orders > li {
  margin-bottom: 40px;
}
.lk-orders > li .hdr {
  padding: 20px;
  background: #F2F2F2;
  position: relative;
  cursor: pointer;
}
.lk-orders > li .hdr .-num {
  font-size: 1.25rem;
  font-weight: 800;
}
.lk-orders > li .hdr .-num span {
  font-family: Arial;
  font-weight: 700;
}
.lk-orders > li .hdr .-dt {
  font-size: 1.125rem;
  margin: 20px 0;
}
.lk-orders > li .hdr .-sm {
  font-size: 1.125rem;
}
.lk-orders > li .hdr .-sm .prc {
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
}
.lk-orders > li .hdr:after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/arrow-down.svg);
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 20px;
  transform-origin: center center;
  transition: all 200ms;
}
.lk-orders > li .info {
  padding-top: 40px;
  display: none;
  transition: all 200ms;
}
.lk-orders > li.open .hdr:after,
.lk-orders > li.not-hidable .hdr:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.lk-orders > li.open .info,
.lk-orders > li.not-hidable .info {
  display: block;
}
.lk-orders > li.not-hidable .hdr:after {
  display: none;
}
.lko-prods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lko-prods > li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #DADBDA 1px solid;
}
.lko-prods > li .imx {
  width: clamp(80px, 130px, 10%);
  height: 130px;
  text-align: center;
}
.lko-prods > li .t {
  flex: 1;
  padding-left: clamp(5px, 5%, 40px);
}
.lko-prods > li .t .-n a {
  font-size: 1.125rem;
  font-weight: 700;
}
.lko-prods > li .t .-n a:hover {
  text-decoration: underline;
}
.lko-prods > li .t .-k {
  margin: 20px 0 10px 0;
  font-size: 0.875rem;
}
.lko-prods > li .t .prc {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
}
.lko-info {
  flex: 1;
}
.lko-info .lk-adr {
  margin-bottom: 30px;
}
.lko-info .dost,
.lko-info .opl {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 5px 0;
}
.lfo-itog {
  width: 100%;
  max-width: 360px;
}
.lfo-itog .box {
  padding: 15px;
  background: #F2F2F2;
}
.lfo-itog .box .-ln {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 10px 0;
  font-size: 1.125rem;
}
.lfo-itog .box .-ln .prc {
  font-family: Arial;
}
.lfo-itog .btns {
  margin-top: 20px;
}
.lfo-itog .btn {
  width: 100%;
  margin: 5px 0;
}
@media  screen and (min-width: 1024px) {
  .lk-menu a {
    width: 23%;
    height: 250px;
  }
  .lk-address-box .btn {
    width: 360px;
  }
  .lk-orders {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media  screen and (max-width: 1023px) {
  .lk-page > h2 {
    font-size: 3.75rem;
  }
  .lk-menu a {
    width: 100%;
    height: 100px;
    margin: 10px 0;
  }
  .lk-adr-dop {
    margin-top: 60px;
  }
}
@media  screen and (max-width: 450px) {
  .lk-address-box .btn {
    width: 100%;
  }
  .lfo-itog {
    margin-top: 40px;
  }
}
.prod-utp > li {
  width: 32%;
  position: relative;
  border: #E53782 1px solid;
  padding: 30px 5px 5px 50px;
}
.prod-utp > li .ico {
  position: absolute;
  background: #E53782;
  width: 46px;
  height: 46px;
  top: -1px;
  right: -1px;
}
.prod-utp > li .ico svg {
  fill: #fff;
}
.prod-utp > li .h {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #E53782;
}
.prod-utp > li p {
  font-size: 1.125rem;
}
.prod-utp > li.fill {
  background: #E53782;
}
.prod-utp > li.fill .ico {
  background: #eee;
}
.prod-utp > li.fill .ico svg {
  fill: #E53782;
}
.prod-utp > li.fill .h {
  color: #fff;
}
.prod-utp > li.fill p {
  color: #eee;
}
.prod-added {
  padding: 20px 25px;
  font-size: 1.125rem;
  font-weight: 500;
  background: #DFF0D8;
  opacity: 0;
}
.prod-img-wrp {
  max-height: 600px;
  display: flex;
}
.prod-img-wrp .prod-img-med {
  flex: 1;
  overflow: hidden;
}
.prod-img-thumbs {
  width: 100px;
  position: relative;
}
.prod-img-thumbs .thumb {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 5px;
  background: #fff;
}
.prod-img-thumbs .thumb.active {
  border: #eaeaea 1px solid;
}
.pit-arrow {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.5);
}
.pit-arrow svg {
  fill: #666;
  transform-origin: center;
}
.pit-arrow:hover svg {
  fill: #000;
}
.pit-images {
  flex: 1;
  order: 2;
}
.prod-img .slick-arrow {
  display: none;
}
.prod-img .img {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.prod-img .img img {
  max-height: 600px;
}
.prod-img-zoomed-init {
  top: 100vh;
  left: 0;
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.prod-img-zoomed {
  width: 98vw;
  height: 98vh;
  display: flex;
  flex-direction: column;
}
.prod-img-zoomed .prod-img-big-wrp {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
}
.prod-img-zoomed .prod-img-thumbs-wrp {
  height: 150px;
  background: #fff;
}
.prod-img-zoomed .prod-img-big .img {
  text-align: center;
}
.prod-img-zoomed .prod-img-big .img img {
  width: auto;
  max-height: 70vh;
  display: inline-block;
  margin: auto;
}
.prod-img-zoomed .prod-img-thumbs {
  width: 320px;
  height: 95px;
  margin: 20px auto;
}
.prod-img-zoomed .prod-img-thumbs .thumb img {
  max-height: 99%;
}
.prod-img-zoomed .pit-arrow {
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
}
.prod-img-zoomed .pit-prev {
  left: 0;
}
.prod-img-zoomed .pit-prev svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.prod-img-zoomed .pit-next {
  left: calc(100% - 20px);
}
.prod-img-zoomed .pit-next svg {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.prod-img-zoomed .prod-img-med {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.prod-info h1 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #E53782;
  margin: 0 0 15px 0;
}
.prod-info .-short {
  font-size: 1.125rem;
}
.prod-info .-short p {
  margin: 10px 0;
}
.prod-info .-vkp {
  margin-top: 50px;
}
.prod-info .-vkp .-vol {
  margin-right: 25px;
  font-family: Arial;
  font-size: 0.875rem;
}
.prod-info .btns {
  text-align: center;
  margin-top: 30px;
}
.prod-info .btns .btn {
  width: 490px;
}
.pi-prices .prices {
  display: flex;
}
.pi-prices .old {
  color: #9f9f9f;
  text-decoration: line-through;
  font-family: Arial;
  padding-right: 10px;
  flex: 1;
  text-align: right;
  white-space: nowrap;
}
.pi-prices .prc {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.pi-prices .disc {
  width: 100%;
  margin-top: 5px;
  color: #E53782;
  text-align: right;
}
.pi-rating {
  margin-top: 45px;
  text-align: center;
}
.pi-rating .wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
  width: 100%;
}
.pi-rating .wrp .stars {
  margin-right: 10px;
}
.pi-txt {
  margin-top: 30px;
}
.pi-txt .p {
  margin: 10px 0;
}
.prod-results {
  text-align: center;
  margin-top: 65px;
}
.prod-results h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #E53782;
  margin: 0 0 40px 0;
}
.prod-results div {
  margin: 20px 0;
  font-size: 1.125rem;
}
.prod-results div p {
  font-size: 2.25rem;
  font-weight: 500;
  color: #E53782;
  padding: 0;
  margin: 0 0 15px 0;
}
.prods-other {
  margin-top: 60px;
}
.prods-other h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #E53782;
  margin: 0 0 60px 0;
  text-align: center;
}
.prod-resp-list li {
  margin-bottom: 20px;
}
.prod-resp-list li > * {
  margin: 5px 0;
}
.prod-resp-list .nm {
  font-weight: 600;
}
.prod-resp-list .t2 p {
  margin: 0;
  padding: 0;
}
@media  screen and (min-width: 1024px) {
  .pit-arrow {
    left: 0;
    width: 100%;
    height: 40px;
  }
  .pit-prev {
    order: 1;
  }
  .pit-prev svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .pit-next {
    order: 3;
    bottom: 0;
  }
  .pit-next svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@media  screen and (max-width: 1023px) {
  .prod-utp li {
    padding: 60px 10px 15px 10px;
  }
  .prod-utp li .ico {
    width: 36px;
    height: 36px;
  }
  .prod-utp li .h {
    font-size: 0.8125rem;
    font-weight: 600;
  }
  .prod-utp li p {
    display: none;
  }
  .prod-info .btns .btn {
    width: 100%;
  }
  .prod-img-wrp {
    display: flex;
    flex-direction: column;
  }
  .prod-img-thumbs {
    position: relative;
    width: 100%;
    height: 95px;
    order: 2;
    margin-top: 20px;
  }
  .prod-img-thumbs .thumb img {
    max-height: 99%;
  }
  .pit-arrow {
    width: 20px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
  }
  .pit-prev {
    left: 0;
  }
  .pit-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .pit-next {
    right: 0;
  }
  .prod-img .img img {
    max-height: 96vw;
  }
}
@media  screen and (max-width: 450px) {
  .prod-utp li .h span {
    display: block;
  }
  .prod-info {
    margin-top: 50px;
  }
  .prod-info .-vkp .-vol {
    margin-right: 10px;
  }
  .prod-info .-vk {
    width: 50%;
  }
  .pi-prices {
    width: 50%;
    justify-content: flex-start;
    -ms-flex-pack: left;
    padding-left: 30px;
  }
  .pi-prices .old {
    order: 2;
    padding: 0 0 0 10px;
  }
  .pi-prices .disc {
    order: 3;
    text-align: left;
  }
}
@media  screen and (max-width: 330px) {
  .pi-prices {
    padding-left: 0px;
  }
}
.ft-theme-topicrem.ft-tabs > .ft-nav {
  border-top: #E53782 2px solid;
  border-bottom: #E53782 2px solid;
  display: flex;
}
.ft-theme-topicrem.ft-tabs > .ft-nav > .ft-tab {
  border-right: #E53782 2px solid;
  color: #E53782;
  height: 45px;
  text-align: center;
  flex: 1;
  font-weight: 500;
  transition: all 200ms;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  padding: 0 5px;
}
.ft-theme-topicrem.ft-tabs > .ft-nav > .ft-tab:first-child {
  border-left: #E53782 2px solid;
}
.ft-theme-topicrem.ft-tabs > .ft-nav > .ft-tab.active {
  background: #E53782;
  color: #fff;
}
.ft-theme-topicrem.ft-tabs > .ft-nav > .ft-tab:hover {
  background: #eb649e;
  color: #fff;
}
.ft-theme-topicrem .ft-content {
  padding: 20px 40px;
  border: #E53782 2px solid;
  border-top: 0;
}
.ft-theme-topicrem .ft-content p {
  margin: 20px 0;
}
.ft-theme-topicrem.ft-tabs > .ft-nav > .ft-tab.active:before,
.ft-theme-topicrem.ft-tabs > .ft-nav > .ft-tab:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: -1px;
  left: -1px;
  background-color: transparent;
}
.ft-theme-topicrem.ft-tabs > .ft-contents {
  padding: 0;
}
.ft-theme-topicrem.ft-accordion > .ft-contents > .ft-tab {
  border: #E53782 2px solid;
  color: #E53782;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
}
.ft-theme-topicrem.ft-accordion > .ft-contents .ft-tab-icon {
  padding-right: 0;
}
.ft-theme-topicrem.ft-accordion > .ft-contents .ft-tab-icon .ft-icon {
  position: static;
  width: 13px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
}
.ft-theme-topicrem.ft-accordion > .ft-contents .ft-tab-icon svg {
  fill: #E53782;
}
.ft-theme-topicrem.ft-accordion > .ft-contents .ft-tab-icon.active {
  background: #E53782;
  color: #fff;
}
.ft-theme-topicrem.ft-accordion > .ft-contents .ft-tab-icon.active svg {
  fill: #fff;
}
.delivery-pvz h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 600;
}
.ft-tabs-delivery.ft-tabs > .ft-nav > .ft-tab {
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  height: 40px;
  background: #F2F2F2;
  color: #70706F;
  margin: 0 10px 10px 0;
}
.ft-tabs-delivery.ft-tabs > .ft-nav > .ft-tab.active,
.ft-tabs-delivery.ft-tabs > .ft-nav > .ft-tab:hover {
  background: #E53782;
  color: #fff;
}
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab.active:before,
.ft-theme-index.ft-tabs > .ft-nav > .ft-tab:hover:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: -1px;
  left: -1px;
  background-color: transparent;
}
.dpvz-list {
  max-width: 915px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: #E1E1E1 1px solid;
}
.dpvz-list li {
  border: #E1E1E1 1px solid;
  border-bottom: 0;
  padding: 25px;
}
@media (min-width: 960px) and (-webkit-device-pixel-ratio: 1) {
  .index-2-bnrs div {
    max-width: 490px;
  }
}
@media (min-width: 960px) and (-webkit-device-pixel-ratio: 1.25) {
  html {
    font-size: 14px;
  }
  .btn {
    min-width: 120px;
    height: 36px;
  }
  .hdr-logo img {
    max-width: 204px;
  }
  .hdr-search > svg {
    max-width: 19.2px;
  }
  .hdr-search > svg {
    max-width: 19.2px;
  }
  .hdr-user .-but svg:first-child {
    max-width: 18.4px;
  }
  .hdr-user .-but svg:last-child {
    max-width: 10.8px;
  }
  .hdr-cart svg {
    max-width: 14.4px;
  }
  .hdr-cart .-total {
    width: 14.4px;
    height: 14.4px;
  }
  .cat-item .imx {
    height: 320px;
  }
  .cat-item .btns .btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px) and (-webkit-device-pixel-ratio: 1.5) {
  html {
    font-size: 12px;
  }
  .btn {
    min-width: 100px;
    height: 30px;
  }
  .hdr-logo img {
    max-width: 170px;
  }
  .hdr-search > svg {
    max-width: 16px;
  }
  .hdr-user .-but svg:first-child {
    max-width: 15.33333333px;
  }
  .hdr-user .-but svg:last-child {
    max-width: 9px;
  }
  .hdr-cart svg {
    max-width: 12px;
  }
  .hdr-cart .-total {
    width: 12px;
    height: 12px;
  }
  .cat-item .imx {
    height: 266.66666667px;
  }
  .cat-item .btns .btn {
    padding: 0 20px;
  }
}
@media  screen and (max-width: 1023px) {
  body {
    padding-top: 60px;
  }
  .mw {
    width: 100%;
  }
  .crumbs {
    padding: 0 15px;
  }
  .crumbs > * {
    font-size: 0.875rem;
  }
  .content h1._tac {
    text-align: left;
  }
}
@media  screen and (max-width: 450px) {
  .policy-tbl .row .col-3,
  .policy-tbl .row .col-2-3 {
    width: 100%;
  }
  .policy-tbl .row div {
    padding: 0 15px;
  }
  .policy-tbl .row div:first-child {
    border-bottom: none;
    padding-top: 15px;
  }
  .policy-tbl .row div:last-child {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
