.wMax100 {
  max-width: 100%;
}
img {
  max-width: 100%;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
._tac {
  text-align: center;
}
._tar {
  text-align: right;
}
.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.-ale {
  align-items: flex-end;
}
.flx.-dc {
  flex-direction: column;
}
.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 .col-2 {
  width: 49.5%;
}
.row .col-3 {
  width: 32.5%;
}
.row .col-4 {
  width: 24.5%;
}
.row .col-2-3 {
  width: 66.3%;
}
.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%;
}
@media screen and (max-width: 1019px) {
  .row .col-2,
  .row .col-2-3,
  .row .col-3 {
    width: 100%;
    margin-top: 1vmax;
    margin-bottom: 1vmax;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt-sec {
  margin-top: 60px;
}
@media screen and (max-width: 1019px) {
  .mt-sec {
    margin-top: 40px;
  }
}
.ic {
  position: relative;
}
.ic img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCjwA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZT1ejwA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-Medium.woff2') format('woff2'), url('fonts/NotoSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-Bold.woff2') format('woff2'), url('fonts/NotoSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-Light.woff2') format('woff2'), url('fonts/NotoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-Regular.woff2') format('woff2'), url('fonts/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans';
  src: url('fonts/NotoSans-SemiBold.woff2') format('woff2'), url('fonts/NotoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('fonts/NotoSerif-SemiBold.woff2') format('woff2'), url('fonts/NotoSerif-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('fonts/NotoSerif-Medium.woff2') format('woff2'), url('fonts/NotoSerif-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.font2 {
  font-family: 'Noto Serif', serif;
}
.green {
  color: #8FC055;
}
.blue {
  color: #0E5283;
}
.grey {
  color: #827C82;
}
.fs14 {
  font-size: 0.88rem;
}
.fs18 {
  font-size: 1.125rem;
}
.fw300 {
  font-weight: 300;
}
.dash {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 5px;
}
.btn {
  padding: 0.5vmax 1vmax;
  height: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn.-empty {
  border: #8FC055 2px solid;
}
.btn.-empty:hover {
  border: #619A1D 2px solid;
}
.btn.-full {
  background: #8FC055;
  border: #8FC055 2px solid;
  color: #fff;
}
.btn.-full:hover {
  background: #619A1D;
  border: #619A1D 2px solid;
}
.btn.-out {
  border: #d3d3d3 2px solid;
}
.btn.-out:hover {
  border: #619A1D 2px solid;
}
.btn.-outg {
  border: #8FC055 2px solid;
}
.btn.-outg:hover {
  border: #619A1D 2px solid;
}
a.btn {
  text-decoration: none !important;
}
.link {
  color: #0E5283;
  font-weight: 300;
  text-decoration: underline;
}
.hdr-srch-wrp {
  position: absolute;
  top: calc(100% + 1px);
  z-index: 100;
  width: 100%;
  background: #fff;
  padding: 2vmax 0;
}
.hdr-srch-wrp .-close svg {
  fill: #d3d3d3;
  width: 24px;
  height: 24px;
}
.hdr-srch-wrp .-close:hover {
  cursor: pointer;
}
.hdr-srch-wrp .-close:hover svg {
  fill: #302E30;
}
.hdr-srch-wrp .-s {
  display: flex;
  margin-top: 2vmax;
  padding-bottom: 0.5vh;
  border-bottom: #d3d3d3 1px solid;
}
.hdr-srch-wrp .-s input {
  border: none;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 300;
  min-width: 10%;
}
.hdr-srch-wrp .-s button {
  border: none;
  background: transparent;
}
.hdr-srch-wrp .-s button:hover svg {
  fill: #619A1D;
}
.hdr-search-custom {
  display: none;
}
.footer-contact-info {
  font-weight: 300;
}
.footer-contact-info div {
  font-family: 'Noto Serif', serif;
  font-size: 1.13rem;
  font-weight: 500;
}
.footer-contact-info p {
  margin: 1vh 0;
  padding: 0;
}
.footer-contact-info a[href^=mailto] {
  font-size: 16px;
  color: #0E5283;
  text-decoration: underline;
}
.soc-links > a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.soc-links > a svg {
  fill: #302E30;
}
.soc-links > a:hover {
  background: #619A1D;
}
.soc-links > a:hover svg {
  fill: #fff;
}
footer {
  background: #F1F0F0;
  padding: 3vw 0;
  font-weight: 300;
  font-size: 1.13rem;
  margin-top: 5vmax;
}
footer .soc-links {
  justify-content: flex-start;
}
footer .soc-links a {
  margin-right: 1vw;
}
.ftr-copy {
  font-size: 0.88rem;
}
.ftr-menu-wrp {
  justify-content: center;
  -ms-flex-pack: center;
}
.ftr-menu {
  margin: 0 1vw;
}
.ftr-menu li {
  margin-bottom: 0.5vh;
}
.section .hdr {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  margin-bottom: 2vmax;
}
.section .hdr > *:first-child {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: 'Noto Serif', serif;
  margin: 0;
  padding: 0;
}
.section .ftr-mobi {
  display: none;
}
.indx-mid-bnrs .frame {
  border: #d3d3d3 1px solid;
  padding: 1vmax;
  transition: all 200ms;
  display: block;
  height: 100%;
}
.indx-mid-bnrs .frame img {
  width: 100%;
  height: auto;
}
.indx-mid-bnrs .frame:hover {
  opacity: 0.8;
  border: #619A1D 1px solid;
}
.about-us {
  border: #d3d3d3 1px solid;
  padding: 1vmax;
  transition: all 200ms;
}
.about-us .im {
  width: 60%;
}
.about-us .im img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.about-us .t {
  width: 36%;
  font-weight: 300;
}
.about-us .t .-h {
  font-family: 'Noto Serif', serif;
  font-size: 1.5rem;
}
.about-us .t .strong {
  font-weight: 500;
}
.about-us .t a {
  color: #0E5283;
  text-decoration: underline;
}
@media screen and (min-width: 1020px) {
  .hdr-menu-wrap {
    display: none;
  }
  .main-menu-sub-wrp {
    position: absolute;
    top: calc(100%);
    border-top: #d3d3d3 1px solid;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 1.5vmax 0;
    display: none;
    opacity: 0;
    transition: all 500ms;
    border-bottom: #d3d3d3 1px solid;
  }
  .main-menu > li {
    position: relative;
  }
  .main-menu > li:hover > .main-menu-sub-wrp {
    display: block;
    opacity: 1;
  }
  .main-menu-sub {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: flex-start;
  }
  .main-menu-sub .-hdr {
    color: #619A1D;
    text-transform: uppercase;
    padding-bottom: 0.5vmax;
    border-bottom: #619A1D 1px solid;
    font-size: 0.88rem;
    font-weight: 500;
  }
  .main-menu-sub .-hdr-arr {
    display: none;
  }
  .main-menu-sub .-menu {
    display: flex;
    margin-top: 0.5vmax;
  }
  .main-menu-sub .-menu .-half {
    width: 50%;
  }
  .mms-item {
    padding: 0.3vmax 0;
  }
  .mms-item a {
    font-weight: 300;
  }
  .mms-box {
    width: 50%;
  }
  .mms-banner {
    width: 40%;
  }
  .mms-banner .frame {
    display: inline-block;
    border: #d3d3d3 1px solid;
    padding: 1vmax;
    transition: all 200ms;
  }
  .mms-banner .frame img {
    max-width: 100%;
    height: auto;
  }
  .mms-banner .frame:hover {
    opacity: 0.8;
    border: #619A1D 1px solid;
  }
  .hdr-menu-mobi-cross,
  .hdr-menu-mobi-top-links,
  .hdr-menu-mobi-topmenu,
  .main-menu-lvl1-item .-arr,
  .hdr-menu-mobi-contacts,
  .hdr-menu-mobi-soc,
  .hdr-menu-wrap-right {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .hdr-menu-wrap-right {
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
  }
  .hdr-menu-wrap {
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 100;
    width: 320px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    border: 0;
    padding-bottom: 10vh;
  }
  .hdr-menu-mobi-cross {
    position: fixed;
    left: 280px;
    top: 10px;
    z-index: 110;
  }
  .hdr-menu-mobi-cross svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
  .mms-banner {
    display: none;
  }
  .main-menu-sub-wrp {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 120;
    background: #fff;
    width: 320px;
    height: 100vh;
    overflow: auto;
  }
  .hdr-menu-mobi-top-links > a {
    padding: 0vh 3vw;
    font-size: 0.88rem;
    height: 50px;
  }
  .hdr-menu-mobi-top-links > a svg {
    margin-right: 4vw;
  }
  .hdr-menu-mobi-top-links .btn-enter {
    background: #0088B2;
    color: #fff;
  }
  .hdr-menu-mobi-top-links .btn-enter svg {
    fill: #fff;
  }
  .hdr-menu-mobi-top-links .btn-wish {
    background: #619A1D;
    color: #fff;
  }
  .hdr-menu-mobi-top-links .btn-wish svg {
    fill: #fff;
  }
  .hdr-menu-mobi-top-links .btn-geo {
    background: #d3d3d3;
  }
  .main-menu > li {
    width: 100%;
    margin: 0;
  }
  .main-menu > li:hover .main-menu-lvl1-item a {
    border-bottom: none;
  }
  /*
	.main-menu-lvl1-item {

		.-tit {
			.dBlock;
			.p(1.5vh 0);
			.tUp;
			.bb(transparent, 2px);
			.fs(.88rem);
		}
		.-arr {
			.p(1.5vh 0);
		}
	}*/
  .main-menu-lvl1-item {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    border-bottom: #d3d3d3 1px solid;
  }
  .main-menu-lvl1-item .-tit {
    flex: 1;
    display: block;
    padding: 1.5vh 0 1.5vh 3vw;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: transparent 2px solid;
  }
  .main-menu-lvl1-item .-arr {
    width: 15%;
    text-align: center;
    padding: 1.5vh 0;
  }
  .main-menu-lvl1-item:active {
    text-decoration: none;
    background: #F1F0F0;
  }
  .main-menu-sub .-hdr {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    background: #0088B2;
    padding: 0 3vw;
    min-height: 50px;
  }
  .main-menu-sub .-hdr span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }
  .main-menu-sub .-hdr-arr {
    fill: #fff;
  }
  .main-menu-sub .mms-item {
    padding: 2vh 3vw;
    font-weight: 300;
    border-bottom: #d3d3d3 1px solid;
  }
  .main-menu-sub .mms-item:active {
    text-decoration: none;
    background: #F1F0F0;
  }
  .hdr-menu-mobi-topmenu .tbar-menu {
    display: flex;
    flex-direction: column-reverse;
    padding: 3vh 0;
    border-bottom: #d3d3d3 1px solid;
  }
  .hdr-menu-mobi-topmenu .tbar-menu > li:after {
    display: none;
  }
  .hdr-menu-mobi-topmenu .tbar-menu > li a {
    padding: 0.5vh 3vw;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .hdr-menu-mobi-topmenu .tbar-menu > li a img {
    order: 2;
  }
  .hdr-menu-mobi-contacts {
    padding: 3vh 3vw;
    border-bottom: #d3d3d3 1px solid;
  }
  .hdr-menu-mobi-soc {
    padding: 3vh 3vw;
  }
  .hdr-menu-mobi-soc .soc-links {
    justify-content: center;
    -ms-flex-pack: center;
  }
  .hdr-menu-mobi-soc .soc-links > a {
    background: #F1F0F0;
    margin: 0 3vw;
  }
}
.slider-box {
  position: relative;
}
.slider-box > i {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  border-radius: 3px;
}
.slider-box > i.prev {
  left: 30px;
}
.slider-box > i.next {
  right: 30px;
  transform-origin: center 25%;
  transform: rotate(180deg);
}
.slider-box > i:hover {
  background: #619A1D;
  cursor: pointer;
}
.slider-box > i:hover svg {
  fill: #fff;
}
.slider-box.arrows-aside > i.prev {
  left: 0;
}
.slider-box.arrows-aside > i.next {
  right: 0;
}
.slider-box.arrows-outside > i.prev {
  left: -1vmax;
}
.slider-box.arrows-outside > i.next {
  right: -1vmax;
}
.slider-box.arrows-grey > i {
  background: #F1F0F0;
}
.slider-box.arrows-grey > i:hover {
  background: #619A1D;
  cursor: pointer;
}
.slider-box.arrows-grey > i:hover svg {
  fill: #fff;
}
.big-slider-wrp {
  max-width: 1690px;
  margin: 0 auto;
}
.big-slider > i {
  background: #0088B2;
}
.big-slider > i svg {
  fill: #fff;
}
.big-slider .digits {
  font-family: 'Noto Serif', serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  z-index: 50;
  top: 20px;
  right: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.big-slider .digits .cur {
  font-weight: 700;
  font-size: 1.5rem;
}
.big-slider .digits .slash {
  margin: 0 2px;
  padding-top: 2px;
}
.big-slider .digits .ttl {
  padding-top: 2px;
}
.big-slider .slider .slide {
  position: relative;
}
.big-slider .slider .slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.big-slider .slider .slide picture {
  width: 100%;
  height: auto;
}
.big-slider .slider .slide img {
  width: 100%;
  height: auto;
}
.big-slider .owl-dots {
  position: relative;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 10px;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}
.big-slider .owl-dots .owl-dot {
  transition: all 200ms;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0088B2;
  opacity: 0.5;
  margin: 0 5px;
}
.big-slider .owl-dots .owl-dot.active {
  opacity: 1;
  border-radius: 3px;
  width: 30px;
}
.big-slider .owl-dots .owl-dot:hover {
  opacity: 1;
}
.bss-info-pup,
.adv-pup-info {
  position: absolute;
  z-index: 51;
  top: 45px;
  left: 15px;
  padding: 0 10px;
  display: none;
}
.bss-info-pup .cont,
.adv-pup-info .cont {
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  margin: 0 -10px 15px -10px;
}
.bss-info-pup .cont:before,
.adv-pup-info .cont:before {
  content: "";
  position: absolute;
  left: 12%;
  top: -12px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}
.bss-info-pup .cont > div,
.adv-pup-info .cont > div,
.bss-info-pup .cont > a,
.adv-pup-info .cont > a {
  white-space: nowrap;
  color: #8FC055;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 15px 0;
  text-decoration: none;
}
.bss-info-pup .cont > div:hover,
.adv-pup-info .cont > div:hover,
.bss-info-pup .cont > a:hover,
.adv-pup-info .cont > a:hover {
  color: #619A1D;
  cursor: pointer;
}
.bss-info-pup .cont > div div,
.adv-pup-info .cont > div div {
  display: none;
  color: #302E30;
  margin-bottom: 5px;
}
.bss-info-pup p,
.adv-pup-info p {
  opacity: 0;
  background: #4d4d4d;
  height: 28px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 8px !important;
  margin: 0 !important;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}
.bss-info-pup p svg,
.adv-pup-info p svg {
  fill: none;
  stroke: #8FC055;
  margin-right: 5px;
}
.bss-info {
  position: absolute;
  left: 15px;
  top: 15px;
}
.bss-info .b {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #cccccc;
  opacity: 0.65;
  font-size: 9px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.bss-info .b span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: #cccccc 1px solid;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 8px;
}
.bss-info .inf {
  display: none;
}
.adv-pup-info {
  display: block;
  left: 10px;
  top: 10px;
  padding: 0;
}
.adv-pup-info .inf {
  padding: 15px 0 0 10px;
}
.brands-slider {
  padding: 0 2vw;
}
.brands-slider.slider-box i.prev {
  left: 0;
}
.brands-slider.slider-box i.next {
  right: 0;
}
@media screen and (min-width: 1020px) {
  .big-slider-wrp {
    width: 90%;
  }
  .brands-slider {
    padding-left: calc(2vmax + 30px);
    padding-right: calc(2vmax + 30px);
  }
}
@media screen and (max-width: 1019px) {
  .brands-slider {
    padding: 0 35px;
  }
}
@media screen and (max-width: 560px) {
  .big-slider {
    height: 100vw;
    background: #ccc;
  }
  .big-slider > i {
    width: 30px;
    height: 30px;
  }
  .big-slider > i.prev {
    left: 10px;
  }
  .big-slider > i.next {
    right: 10px;
  }
  .big-slider .digits {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    right: 10px;
  }
  .big-slider .digits .cur {
    font-size: 1rem;
  }
}
:root {
  --starWidth: 26px;
}
.stars {
  background: url(../img/star-empty.svg);
  background-size: auto 100%;
  width: 130px;
  height: 20px;
  display: flex;
  position: relative;
}
.stars div {
  width: 0;
  height: 100%;
  background: url(../img/star-full.svg);
  background-size: auto 100%;
  position: absolute;
}
.stars.s1 div {
  width: 26px;
}
.stars.s2 div {
  width: 52px;
}
.stars.s3 div {
  width: 78px;
}
.stars.s4 div {
  width: 104px;
}
.stars.s5 div {
  width: 130px;
}
.stars i {
  display: block;
  width: 26px;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
}
.stars i:nth-child(2) {
  left: 26px;
}
.stars i:nth-child(3) {
  left: 52px;
}
.stars i:nth-child(4) {
  left: 78px;
}
.stars i:nth-child(5) {
  left: 104px;
}
.products-list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px 0 0 2px;
}
.pl-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
  border: #d3d3d3 1px solid;
  padding: 20px;
  width: calc(100% / 3);
  margin: -1px 0 0 -1px;
}
.pl-item > * {
  width: 100%;
}
.pl-item .-b {
  margin-top: 40px;
}
.intim-img {
  position: relative;
}
.intim-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.intim-img:after {
  content: "18+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #0088B2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: 'Noto Serif', serif;
  font-size: 22px;
  font-weight: 600;
}
.pli-top {
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 10;
}
.btn-2-wish {
  width: 20px;
  height: 17px;
  cursor: pointer;
}
.btn-2-wish i {
  display: block;
  width: 20px;
  height: 17px;
  background: url(../img/ico-heart.png) no-repeat;
}
.btn-2-wish.-in i {
  background-position: -20px 0;
}
.btn-2-wish:hover i {
  background-position: -20px 0;
  filter: grayscale(50%);
}
.btn-2-wish.-big {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.btn-2-wish.-big:hover {
  border-color: #CF1C1C;
}
.ribbon {
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
}
.ribbon.-sale {
  background: #CF1C1C;
}
.ribbon.-disc {
  background: #0088B2;
}
.ribbon.-new {
  background: #F0B034;
}
.ribbon.-today {
  background: #8FC055;
}
.pli-img {
  text-align: center;
  height: 200px;
  transition: all 200ms;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.pli-img img {
  max-width: 100%;
  max-height: 100%;
}
.pli-img:not(.intim-img):hover {
  opacity: 0.8;
}
.pli-ribbon-btm {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pli-brand {
  margin-top: 20px;
}
.pli-brand a {
  font-weight: 300;
  font-weight: 0.88rem;
  color: #827C82;
}
.pli-name {
  margin-top: 20px;
  font-weight: 400;
}
.pli-name a {
  hyphens: auto;
}
.pli-votes {
  font-size: 0.88rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.pli-votes .stars {
  margin-right: 0.5vw;
}
.pli-votes a {
  text-decoration: underline;
}
.pli-btm {
  margin-top: 20px;
  border-top: #d3d3d3 1px solid;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.pli-btm .-prc p {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
}
.pli-btm .-prc span {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 0.88rem;
  color: #827C82;
}
.to-cart {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  border: #d3d3d3 1px solid;
  border-radius: 50%;
  transition: all 200ms;
}
.to-cart div {
  display: inline-block;
  background: url(../img/tocart-set.png) left center no-repeat;
  width: 24px;
  height: 20px;
}
.to-cart:hover {
  border-color: #8FC055;
  cursor: pointer;
  background-color: #8FC055;
}
.to-cart:hover div {
  background-position: -24px 0;
}
.prods-slider > i {
  background: #F1F0F0;
}
.prods-slider > i.prev {
  visibility: hidden;
  left: -1vmax;
}
.prods-slider > i.next {
  right: -1vmax;
}
.prods-slider.infinity-scroll > i.prev {
  visibility: visible;
}
@media screen and (max-width: 1019px) {
  .prods-slider.only-desktop > i {
    display: none;
  }
}
.prods-slider-snoska {
  text-align: center;
  margin-top: 0.6em;
}
.prods-slider-snoska a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8rem;
}
.prods-slider-snoska a:hover {
  color: #302E30;
}
.prods-slider-snoska a:hover span {
  text-decoration: underline;
}
.prods-slider-snoska a:hover i {
  border-color: #302E30;
  color: #302E30;
  text-decoration: none;
}
.prods-slider-snoska span {
  color: #827C82;
}
.prods-slider-snoska i {
  font-style: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 100%;
  border: #F0B034 1px solid;
  color: #F0B034;
  margin-left: 5px;
}
.pl-spec-btn {
  background: #0088B2 url(../img/pl-spec-btn-bgr.png) center 320% no-repeat;
  background-size: 180% auto;
  color: #fff;
  transition: all 200ms;
}
.pl-spec-btn p {
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 0 2vmax 0;
  padding: 0;
  width: 80%;
}
.cat-side-menu .hdr {
  background: #0088B2;
  padding: 10px 20px;
  min-height: 50px;
}
.cat-side-menu .hdr .-ar {
  padding-right: 20px;
}
.cat-side-menu .hdr .-ar svg {
  fill: #fff;
}
.cat-side-menu .hdr .-t {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.cat-side-menu a:hover {
  text-decoration: none;
}
.cat-side-menu .csm-lvl1 {
  margin: 0;
  padding: 0;
  list-style: none;
  border: #d3d3d3 1px solid;
  border-bottom: 0;
}
.cat-side-menu .csm-lvl1 .tit {
  height: 50px;
  background: #F1F0F0;
  font-weight: 500;
  text-transform: uppercase;
  align-items: stretch;
}
.cat-side-menu .csm-lvl1 .tit a {
  flex: 1;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.cat-side-menu .csm-lvl1 .tit .-ar {
  width: 50px;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cat-side-menu .csm-lvl1 .tit .-ar svg {
  transition: all 200ms;
  transform-origin: center center;
}
.cat-side-menu .csm-lvl1 > li {
  border-bottom: #d3d3d3 1px solid;
}
.cat-side-menu .csm-lvl1 > li .csm-lvl2 {
  display: none;
  border: 0;
}
.cat-side-menu .csm-lvl1 > li.active .tit {
  background: #8FC055;
  color: #fff;
}
.cat-side-menu .csm-lvl1 > li.active .tit .-ar svg {
  fill: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.cat-side-menu .csm-lvl1 > li.active .csm-lvl2 {
  display: block;
}
.cat-side-menu .csm-lvl2 {
  margin: 0;
  padding: 0;
  list-style: none;
  border: #d3d3d3 1px solid;
  border-bottom: 0;
}
.cat-side-menu .csm-lvl2 > li {
  border-bottom: #d3d3d3 1px solid;
  transition: all 200ms;
}
.cat-side-menu .csm-lvl2 > li > a {
  display: block;
  padding: 10px 20px;
}
.cat-side-menu .csm-lvl2 > li:hover,
.cat-side-menu .csm-lvl2 > li.active {
  background: #F1F0F0;
}
.catalog-bnr-n-sort {
  flex-direction: column;
}
.catalog-top-banner {
  border: #d3d3d3 1px solid;
  padding: 1vmax;
  transition: all 200ms;
}
.catalog-top-banner a {
  transition: all 200ms;
}
.catalog-top-banner:hover {
  opacity: 0.8;
  border: #8FC055 1px solid;
}
.catalog-sorter .-ttl {
  font-size: 0.88rem;
  font-weight: 500;
}
.catalog-sorter .-ttl span {
  font-size: 1rem;
}
.catalog-sorter .-f {
  display: none;
}
.catalog-sorter .-sort select option[selected] {
  color: #F0B034;
}
.cat-filter-hdr {
  background: #0088B2;
  height: 50px;
  padding: 0 3vw;
  color: #fff;
  text-transform: uppercase;
}
.cat-filter-hdr svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.cat-filter .cf-item:last-child {
  border-bottom: #d3d3d3 1px solid;
}
.cf-wrp {
  border-left: #d3d3d3 1px solid;
  border-right: #d3d3d3 1px solid;
}
.cf-item .-h {
  padding: 0 20px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  background: #F1F0F0;
  border-top: #d3d3d3 1px solid;
}
.cf-item .-h svg {
  fill: #302E30;
  transform-origin: center center;
  transition: all 200ms;
}
.cf-item .-c {
  padding: 20px;
  display: none;
}
.cf-item .-c.-pv {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cf-item.-open .-h {
  border-bottom: #d3d3d3 1px solid;
}
.cf-item.-open .-h svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cf-item.-open .-c {
  display: block;
}
.cf-item .filter-prices {
  margin-bottom: 20px;
}
.filter-prices > div {
  width: 45%;
  height: 42px;
  border: #d3d3d3 1px solid;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.filter-prices > div span {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.88rem;
  color: #827C82;
}
.filter-prices i {
  width: 15px;
  height: 1px;
  background: #302E30;
}
.filter-prices input {
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 0;
  padding: 2px 0 0 30px;
  font-weight: 500;
  border: 0;
  background: transparent;
  z-index: 1;
}
.catf-btns {
  flex-direction: column;
}
.catf-btns .btn {
  width: 100%;
  margin-top: 15px;
}
.range-select {
  position: relative;
  height: 2px;
  background: #d3d3d3;
  border-radius: 1px;
  width: 100%;
}
.range-select i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #8FC055;
}
.range-select .knob {
  position: absolute;
  display: block;
  top: -5px;
  z-index: 10;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: #8FC055 4px solid;
  cursor: pointer;
}
.range-select .knob.min {
  left: -6px;
}
.range-select .knob.max {
  left: 98%;
}
.prod-art {
  font-size: 0.88rem;
}
.prod-art span {
  color: #827C82;
}
.prod-cont {
  margin-top: 20px;
}
.prod-info {
  width: 60%;
  padding-left: 30px;
  position: relative;
}
.prod-info .prod-props,
.prod-info .prod-dlvry,
.prod-info .prod-selects,
.prod-info .prod-2-cart {
  margin-top: 30px;
}
.prod-info .prod-tabs {
  margin-top: 40px;
}
.prod-images {
  display: flex;
  align-items: flex-start;
}
.prod-imgs {
  width: 40%;
  position: relative;
}
.prod-imgs .-rbns {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 50;
}
.prod-img-slider {
  overflow: hidden;
  max-height: 510px;
}
.prod-img-slider .slide {
  display: block;
  width: 100%;
  max-height: 510px;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.prod-img-slider .slide img {
  max-width: 100%;
  max-height: 100%;
}
.prod-img-thumbs .thumb {
  width: 50px;
  height: 50px;
  position: relative;
  border: transparent 2px solid;
  margin: 0 0 5px 0;
}
.prod-img-thumbs .thumb img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.prod-img-thumbs .thumb.active {
  border: #8FC055 2px solid;
}
.prod-img-thumbs .thumb:hover {
  opacity: 0.8;
}
.prod-info-top {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.88rem;
}
.prod-info-top .pli-votes {
  width: 100%;
  margin-top: 15px;
}
.pit-crumbs {
  display: flex;
  align-items: center;
  width: 70%;
}
.pit-crumbs > *:not(:last-child):after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 10px;
  background: #302E30;
}
.pit-crumbs a {
  color: #0E5283;
  text-decoration: underline;
}
.pit-art {
  width: 30%;
  text-align: right;
}
.pit-art span {
  color: #827C82;
}
.prod-delivery {
  margin-top: 30px;
  display: inline-block;
}
.prod-delivery li {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 5px 0;
  border: #fff 1px solid;
  border-radius: 3px;
  font-weight: 300;
}
.prod-delivery li.act {
  background: #f6f6f6;
  border-color: #8FC055;
  cursor: pointer;
}
.prod-delivery li svg,
.prod-delivery li img {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.prod-delivery li > div {
  color: #8FC055;
  margin-left: 5px;
  font-weight: 500;
}
.prod-delivery li p {
  font-size: 12px;
  font-weight: 400;
  color: #302E30;
  margin: 5px 0 0 0;
  padding: 0;
}
.prod-delivery li p a {
  color: #8FC055;
  text-decoration: underline;
}
.prod-buy {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.prod-buy .btn-2-wish svg {
  fill: #8FC055;
}
.prod-buy .btn-2-wish:hover svg {
  fill: #c73e7e;
}
.prod-buy.-out .btn-2-wish {
  display: none;
}
.prod-buy-no {
  order: 2;
  font-size: 1.25rem;
  font-weight: 300;
  color: #827C82;
}
.prod-price {
  display: flex;
  align-items: center;
  width: 40%;
}
.prod-price span {
  font-size: 2.25rem;
  font-weight: 700;
  white-space: nowrap;
}
.prod-price .ribbon {
  font-size: 0.88rem;
  height: 30px;
  margin: 0 15px;
}
.prod-price .-old {
  font-weight: 300;
  text-decoration: line-through;
  color: #827C82;
}
.prod-buy-kol-btn {
  display: flex;
  align-items: stretch;
  flex: 1;
}
.prod-buy-kol-btn .kolvo {
  width: 110px;
}
.prod-buy-kol-btn .btn {
  flex: 1;
  margin: 0 5px;
  height: 50px;
}
.questions {
  color: #fff;
  background: #0088B2 url(../img/pl-spec-btn-bgr.png) no-repeat;
  background-position: 100% 0%;
  margin-top: 3vmax;
}
.questions .t1 {
  font-family: 'Noto Serif', serif;
  font-size: 1.875rem;
}
.prods-slider:not(.only-desktop) .slider .pl-item {
  width: 165px;
}
.pup-age-confirm .popup-win {
  background: #fff url(../img/age-conf-bgr.jpg);
  background-size: cover;
}
.pup-age-confirm .popup-win .hdr,
.pup-age-confirm .popup-win .cont {
  background: #fff;
  padding-bottom: 0;
}
.pup-age-confirm .conf {
  padding: 0 40px 40px 40px;
}
.pup-age-confirm .conf .h {
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.pup-age-confirm .conf .t {
  max-width: 380px;
  text-align: center;
}
.pup-age-confirm .conf .btns .btn.-ok {
  flex: 6;
  margin-right: 20px;
}
.pup-age-confirm .conf .btns .btn.-no {
  flex: 1;
}
@media screen and (min-width: 1020px) {
  .products-list.-six .pl-item {
    padding: 20px 10px;
    width: 100%/6;
  }
  .products-list.-six.slider .pl-item {
    width: 211px;
    border: none;
    margin: 0;
  }
  .products-list.-six.slider .pli-top {
    padding: 20px 10px;
  }
  .products-list.-six.slider .owl-item {
    border: #d3d3d3 1px solid;
    margin-left: -1px;
  }
  .products-list.-four .pl-item {
    padding: 20px 10px;
    width: 25%;
  }
  .products-list.slider {
    border: 0;
  }
  .products-list.slider .owl-stage-outer {
    padding: 2px 0 0 2px;
  }
  .index-spec-products .pl-item:nth-last-child(2) {
    display: none;
  }
  .pl-spec-btn .btn {
    width: 100%;
  }
  .page-catalog .cat-filter {
    margin-top: 40px;
  }
  .cat-filter-hdr,
  .js-filter-submit,
  .prod-mobi-stars-art,
  .prod-info .prod-counts {
    display: none;
  }
  .prod-selects,
  .prod-2-cart {
    max-width: 400px;
  }
  .questions {
    padding: 30px 10%;
  }
}
@media screen and (max-width: 1019px) {
  .pl-item {
    width: 50%;
  }
  .to-cart {
    border-color: #8FC055;
    background-color: #8FC055;
  }
  .to-cart div {
    background-position: -24px 0;
  }
  .pli-top .-rbns > * {
    display: block;
    margin-bottom: 3px;
  }
  .pl-spec-btn {
    width: 100%;
    background: #0088B2 url(../img/pl-spec-btn-bgr.png) 110% -50% no-repeat;
    background-size: 60% auto;
  }
  .pl-spec-btn > div:last-child {
    margin-top: 5vh;
    text-align: center;
  }
  .pl-spec-btn .btn {
    width: 50%;
    padding: 1vmax 2vmax;
  }
  .page-catalog h1 {
    display: none;
  }
  .catalog-sorter .-ttl {
    display: none;
  }
  .catalog-sorter .-sort {
    width: 48%;
  }
  .catalog-sorter .-f {
    display: block;
    width: 48%;
  }
  .catalog-sorter .-f .btn {
    width: 100%;
  }
  .catalog-top-banner {
    order: 2;
    margin-top: 20px;
  }
  .page-catalog .cat-side-menu {
    display: none;
  }
  .page-catalog.page-sidebar .sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    display: block;
    background: #fff;
  }
  .cat-filter-wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .cat-filter {
    overflow-y: auto;
    flex: 1;
    padding-bottom: 100px;
  }
  .cf-item .-c.-pv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cf-item .filter-prices {
    margin-bottom: 40px;
  }
  .prod-imgs,
  .prod-info {
    width: 100%;
  }
  .prod-info {
    margin-top: 3vmax;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
  }
  .prod-price {
    order: 1;
    width: 78%;
  }
  .prod-price .-old {
    font-size: 0.88rem;
    order: 5;
  }
  .prod-price .-prc span {
    font-size: 1.875rem;
  }
  .prod-buy-kol-btn {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
  .prod-buy-kol-btn .btn {
    height: 50px;
    margin: 0 0 0 10px;
  }
  .prod-buy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prod-buy .btn-2-wish {
    order: 2;
  }
  .prod-2-cart {
    order: 40;
  }
  .prod-2-cart .btn {
    order: 2;
    margin: 0 0 0 15px;
  }
  .prod-tabs {
    order: 50;
  }
  .questions {
    padding: 3vw;
    background-position: 600% -20%;
  }
  .questions > * {
    width: 100%;
  }
  .questions .t2 {
    margin: 15px 0 30px 0;
  }
  .questions .b {
    text-align: center;
  }
  .questions .b .btn {
    width: 60%;
  }
}
.product-pvz-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.product-pvz-popup.act {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.product-pvz-popup .wrp {
  width: 80%;
  height: 530px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .stars {
    width: 100px;
    height: 15px;
  }
  .stars.s1 div {
    width: 20px;
  }
  .stars.s2 div {
    width: 40px;
  }
  .stars.s3 div {
    width: 60px;
  }
  .stars.s4 div {
    width: 80px;
  }
  .stars.s5 div {
    width: 100px;
  }
  .pl-item {
    padding: 10px;
  }
  .pli-top {
    padding: 10px;
  }
  .pup-age-confirm .conf {
    padding: 0 20px 20px 20px;
  }
  .prod-info-top {
    font-weight: 300;
  }
  .prod-info-top .pli-votes {
    order: 2;
    width: 60%;
  }
  .pit-crumbs {
    width: 100%;
    order: 1;
  }
  .pit-art {
    order: 3;
    flex: 1;
    margin-top: 15px;
  }
  .pit-crumbs > *:after {
    background: #827C82;
  }
  .prod-delivery {
    margin-top: 20px;
  }
  .prod-img-slider {
    max-height: 96vw;
  }
  .prod-img-slider .slide {
    max-height: 96vw;
  }
  .prod-buy.-out .btn-2-wish {
    display: flex;
  }
  .prod-buy-no {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .cart-delivery-cd-list.v2 .show-map {
    margin: 15px 0 0 0;
  }
  .cart-delivery-cd-list.v2 .show-map .js-cart-open-map {
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 350px) {
  .stars {
    width: 80px;
    height: 12px;
  }
  .stars.s1 div {
    width: 16px;
  }
  .stars.s2 div {
    width: 32px;
  }
  .stars.s3 div {
    width: 48px;
  }
  .stars.s4 div {
    width: 64px;
  }
  .stars.s5 div {
    width: 80px;
  }
  .pup-age-confirm .conf {
    padding: 0 10px 10px 10px;
  }
  .pup-age-confirm .conf .btns {
    flex-direction: column;
  }
  .pup-age-confirm .conf .btns .btn {
    width: 100%;
    flex: 1;
    margin: 5px 0;
  }
}
.ft-theme-cosmedel.ft-tabs > .ft-nav {
  border-top: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
}
.ft-theme-cosmedel.ft-tabs > .ft-nav > .ft-tab {
  text-decoration: none;
  padding: 1.5vh 0;
  margin-right: 15px;
  top: 1px;
  position: relative;
  z-index: 10;
  border-bottom: transparent 2px solid;
  color: #302E30;
}
.ft-theme-cosmedel.ft-tabs > .ft-nav > .ft-tab.active {
  font-weight: 500;
}
.ft-theme-cosmedel.ft-tabs > .ft-nav > .ft-tab.active,
.ft-theme-cosmedel.ft-tabs > .ft-nav > .ft-tab:hover {
  border-bottom: #8FC055 2px solid;
}
.ft-theme-cosmedel.ft-tabs > .ft-nav > .ft-tab.active:before,
.ft-theme-cosmedel.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-cosmedel.ft-tabs > .ft-contents {
  padding: 0;
}
.ft-theme-cosmedel.ft-accordion > .ft-contents > .ft-tab {
  margin-top: 5px;
  background: #F1F0F0;
  padding: 1.5vh 3vw;
  text-decoration: none;
  color: #302E30;
  font-family: 'Noto Serif', serif;
}
.ft-theme-cosmedel.ft-accordion > .ft-contents > .ft-content {
  background: #F1F0F0;
  padding: 0 3vw;
}
.ft-theme-cosmedel.ft-accordion > .ft-contents > .ft-tab-icon .ft-icon > svg {
  fill: #302E30;
  width: 10px;
  height: 6px;
}
.ft-theme-lk-tabs.ft-tabs > .ft-nav {
  display: flex;
}
.ft-theme-lk-tabs.ft-tabs > .ft-nav > .ft-tab {
  background: #F1F0F0;
  border-radius: 2px;
  flex: 1;
  margin: 0 1px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.ft-theme-lk-tabs.ft-tabs > .ft-nav > .ft-tab.active {
  background: #8FC055;
  color: #fff;
}
.reviews {
  margin-top: 3vmax;
}
.reviews .hdr-1 .t {
  font-family: 'Noto Serif', serif;
  font-size: 1.875rem;
  margin-right: 20px;
}
.reviews .hdr-2 {
  padding: 10px 20px;
  background: #F1F0F0;
  margin-top: 2vmax;
}
.reviews .hdr-2 .lft .select {
  margin-right: 20px;
}
.reviews .hdr-2 .lft .ttl {
  font-size: 0.88rem;
}
.reviews .hdr-2 .but {
  width: 15%;
}
.reviews .hdr-2 .but .btn {
  width: 100%;
}
.rl-item {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 2vmax 0;
  border-bottom: #d3d3d3 1px solid;
}
.rl-item .l {
  width: 25%;
}
.rl-item .r {
  flex: 1;
  padding-left: 10px;
}
.rl-date {
  color: #827C82;
  font-size: 0.88rem;
  margin-left: 10px;
}
.rl-name .-n {
  font-family: 'Noto Serif', serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.rl-props {
  margin-top: 2vmax;
}
.rl-props p {
  padding: 0;
  margin: 5px 0;
  font-size: 0.88rem;
}
.rli-info ._r {
  font-size: 0.88rem;
}
.rli-info ._r a {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  color: #0E5283;
}
.rli-txt {
  margin-top: 2vmax;
}
.rli-txt h6 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.rli-txt p {
  padding: 0;
  margin: 5px 0;
}
.rli-imgs {
  margin-top: 15px;
}
.rli-imgs a {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.rli-imgs a img {
  max-width: 100%;
  max-height: 100%;
}
.reviews-form .stars-box label {
  margin: 0 15px 0 0 !important;
}
.reviews-form .captcha > div {
  width: 33%;
}
.reviews-form .captcha > div img {
  height: 40px;
}
.reviews-form .captcha > div:first-child {
  margin-right: 15px;
}
@media screen and (min-width: 1020px) {
  .reviews .hdr-1 .but {
    display: none;
  }
  .rl-name .rl-date,
  .rl-name .-st {
    display: none;
  }
  .reviews-form {
    width: 620px;
  }
}
@media screen and (max-width: 1019px) {
  .reviews .hdr-1 {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .reviews .hdr-1 .t {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 10px;
  }
  .reviews .hdr-1 .pli-votes {
    width: 60%;
  }
  .reviews .hdr-1 .but {
    width: 40%;
    text-align: right;
  }
  .reviews .hdr-2 .lft {
    width: 100%;
  }
  .reviews .hdr-2 .lft .select {
    order: 2;
    margin-right: 0;
  }
  .reviews .hdr-2 .but {
    display: none;
  }
  .rl-item .l,
  .rl-item .r {
    width: 100%;
  }
  .rl-item .r {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .rl-name .-st {
    width: 100%;
    margin-top: 15px;
  }
  .rli-info {
    order: 10;
    margin-top: 20px;
  }
  .rli-info ._l {
    display: none;
  }
  .rli-info ._r {
    width: 100%;
  }
  .reviews-form .captcha > div {
    width: 100%;
  }
}
.popup-bgr {
  display: none;
  z-index: 61;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 61;
  width: 100vw;
  height: 100vh;
  max-height: -webkit-fill-available;
  background: rgba(0, 0, 0, 0.3);
}
.popup.active {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.popup-win {
  padding: 20px;
  background: #fff;
  min-width: 280px;
  max-height: 99vh;
  max-height: -webkit-fill-available;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.popup-win .hdr div {
  font-family: 'Noto Serif', serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding-right: 20px;
  flex: 1;
}
.popup-win .hdr svg:hover {
  fill: #8FC055;
  cursor: pointer;
}
.popup-win .cont {
  padding-top: 20px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.pup-product-add {
  max-width: 618px;
}
.pup-product-add .wrp {
  border: #d3d3d3 1px solid;
  padding: 20px;
}
.pup-product-add .im {
  width: 20%;
}
.pup-product-add .im img {
  max-width: 100%;
  max-height: 100%;
}
.pup-product-add .inf {
  flex: 1;
  padding-left: 20px;
}
.pup-product-add .inf > * {
  margin-bottom: 10px;
}
.pup-product-add .inf .-art {
  font-size: 0.88rem;
  color: #827C82;
}
.pup-product-add .inf .-nm {
  font-weight: 400;
}
.pup-product-add .inf .-kol {
  color: #827C82;
  font-size: 0.88rem;
}
.pup-product-add .inf .-prc {
  font-weight: 700;
  font-size: 1.5rem;
}
.pup-product-add .but {
  margin-top: 20px;
}
.pup-product-add .but .btn {
  width: 48%;
}
.region-select a {
  font-weight: 300;
  font-size: 0.88rem;
}
.rs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rs-list li {
  margin: 0.5vmax 0;
}
.rs-list li.-fl {
  font-family: 'Noto Serif', serif;
  font-size: 1.125rem;
  padding-bottom: 0.5vmax;
}
.rs-big-list .rs-list {
  width: 30%;
}
@media screen and (min-width: 1020px) {
  .popup .auth-form {
    width: 400px;
  }
  .region-select {
    width: 940px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1019px) {
  .popup-win .cont {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 600px) {
  .popup {
    padding: 5px;
  }
  .pup-product-add .im {
    width: 100%;
    margin-bottom: 20px;
  }
  .pup-product-add .im img {
    height: 200px;
  }
  .pup-product-add .inf {
    padding-left: 0;
  }
  .pup-product-add .but .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .rs-big-list .rs-list {
    width: 100%;
  }
}
.pup-geo {
  max-width: 800px;
}
.pg-city-list a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border: #d3d3d3 1px solid;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 5px 0;
  text-decoration: none;
}
.pg-city-list a:hover {
  border-color: #619A1D;
}
.pg-search {
  height: 50px;
  background: #f3f3f3;
  overflow: hidden;
  border-radius: 2px;
  margin: 20px 0;
  display: flex;
}
.pg-search input {
  flex: 1;
  height: 50px;
  padding: 13px 10px 13px 25px;
  background: transparent;
  border: 0;
}
.pg-search button {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 110px;
  height: 50px;
  background: #8FC055;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
}
.pg-search button:hover {
  background: #619A1D;
}
.pg-search-result-win {
  display: none;
}
.pg-search-result-win .h {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 600;
}
.pg-search-result-win .h span {
  color: #8FC055;
}
.pg-search-results {
  margin-top: 10px;
}
.pg-search-results li {
  font-size: 16px;
  font-weight: 500;
  color: #827C82;
  padding: 10px 0;
}
.pg-search-results li span {
  color: #302E30;
}
.pg-search-results li:not(:last-child) {
  border-bottom: #d3d3d3 1px solid;
}
.pg-search-results li:hover {
  cursor: pointer;
}
.pg-search-results li:hover span {
  color: #8FC055;
}
@media screen and (min-width: 1020px) {
}
.nl-item {
  border: #d3d3d3 1px solid;
  padding: 1vmax;
  transition: all 200ms;
  width: 32%;
  margin-bottom: 30px;
}
.nl-item > * {
  width: 100%;
}
.nl-item > div {
  position: relative;
}
.nl-item .im {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
}
.nl-item .im img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.nl-item .im:hover {
  opacity: 0.8;
}
.nl-item .n {
  display: block;
  font-family: 'Noto Serif', serif;
  font-size: 1.5rem;
  margin: 20px 0 15px 0;
  font-weight: 500;
}
.nl-item p {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.news-list-spec-btn {
  background: url(../img/nl-spec-btn-bgr.jpg) center bottom no-repeat;
  transition: all 200ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 40px;
}
.news-list-spec-btn .t {
  font-size: 1.125rem;
  font-weight: 400;
}
.news-list-spec-btn .t p {
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  font-size: 1.875rem;
  margin: 0 0 12px 0;
  padding: 0;
}
.news-list-spec-btn .btn {
  width: 100%;
}
.page-news-one .date {
  display: flex;
  align-items: center;
}
.page-news-one .date > span {
  color: #827C82;
  font-size: 0.88rem;
  height: 25px;
  display: flex;
  align-items: center;
}
.page-news-one .date .adv-wrap {
  margin-left: 20px;
  position: relative;
  height: 25px;
}
.page-news-one .date .adv-wrap .adv-pup-info {
  left: 0;
  top: 0;
}
.page-news-one article {
  margin-top: 3vmax;
}
.news-slider .nl-item {
  width: 410px;
}
@media screen and (min-width: 1020px) {
  .page-news-one {
    padding-right: 25%;
  }
  .nl-item .im {
    width: 100%;
  }
  .btn-news-show-more {
    width: 32%;
  }
}
@media screen and (max-width: 1019px) {
  .nl-item {
    width: 49%;
  }
  .btn-news-show-more {
    width: 100%;
  }
  .news-slider > i {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .nl-item {
    width: 100%;
  }
  .nl-item.news-list-spec-btn {
    display: none;
  }
  .news-slider > i {
    display: none;
  }
  .news-slider .nl-item:nth-child(-n+3) {
    display: none;
  }
}
.brands-srch input {
  border: 0;
  border-bottom: #d3d3d3 1px solid;
  flex: 1;
  font-size: 0.88rem;
  font-weight: 300;
  width: 170px;
}
.brands-srch button {
  border: none;
  background: transparent;
}
.brands-srch button svg {
  fill: #d3d3d3;
}
.brands-srch button:hover svg {
  fill: #619A1D;
}
.brands-list {
  margin-top: 2vmax;
}
.bl-item {
  width: 25%;
  padding-right: 10px;
  margin-bottom: 1.5vmax;
}
.bl-item h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.875rem;
  padding: 0;
  margin: 0 0 1vmax 0;
}
.bl-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl-list li {
  display: flex;
  align-items: center;
  margin: 0.5vmax 0;
}
.bl-list li .hrt {
  margin-right: 1vmax;
  padding-top: 3px;
}
.bl-list li svg {
  fill: #c2c0c0;
}
.bl-list li .ribbon {
  margin-left: 15px;
}
.bl-list li:hover {
  cursor: pointer;
}
.bl-list li:hover span {
  text-decoration: underline;
}
.bl-list li:hover svg {
  fill: #CF1C1C;
}
.bl-list li:hover .ribbon {
  text-decoration: none !important;
}
.brands-letters {
  display: none;
}
.brands-srch--header{
  display: none;
}
.brands-hidden{
  display: none!important;
  transition: visibility 0s, opacity 0.5s linear;
}
@media screen and (max-width: 1019px) {
  .page-brands {
    padding-right: 10vw !important;
  }
  .bl-item {
    width: 50%;
  }
  .brands-letters {
    position: fixed;
    right: 3vw;
    height: calc(100vh - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-flex-pack: center;
    overflow: scroll;
    bottom: 5px;
  }
  .brands-letters a {
    font-weight: 500;
    font-size: 0.88rem;
    margin: 3px 0;
    padding: 0;
    line-height: 100%;
    text-align: center;
  }
  .brands-letters a:first-child {
    margin-top: 10px;
  }
  .brands-letters a:last-child {
    margin-bottom: 10px;
  }
  .brands-letters::before {
    content: '';
    position: fixed;
    height: 14px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,0) 100%);
  }
  .brands-letters::after {
    content: '';
    position: fixed;
    bottom: 5px;
    height: 14px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,0) 100%);
  }

  .brands-srch--header{
    grid-column: 1/9;
    display: flex;
    transition: visibility 0s, opacity 0.5s linear;
  }
  .brands-srch--header button{
    position: absolute;
    right: 5px;
    margin-top: 5px;
  }
  .brands-srch--header form {
    width: 100%;
  }
  .brands-srch--header input {
    width: 100%;
    padding: 10px;
    border: none;
  }
}
@media screen and (max-width: 600px) {
  .bl-item {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .brands-letters a {
    margin: 0;
  }
}
input,
textarea {
  font-family: inherit;
  font-size: inherit;
}
.form-field {
  display: block;
  margin-bottom: 20px;
}
.form-field > label:first-of-type {
  font-size: 0.88rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  min-height: 20px;
}
.form-field > label:first-of-type span {
  color: #CF1C1C;
  font-size: 120%;
}
.form-field .inp {
  padding: 10px;
  width: 100%;
  height: 40px;
  border: #d3d3d3 1px solid;
  font-family: inherit;
  border-radius: 2px;
  -webkit-appearance: none;
}
.form-field textarea.inp {
  height: 80px;
  resize: none;
}
.form-field .-search {
  position: relative;
}
.form-field .-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  fill: #d3d3d3;
}
.form-field.flx {
  display: flex;
}
.tel-n-code {
  display: flex;
  height: 40px;
  border: #d3d3d3 1px solid;
  border-radius: 2px;
  overflow: hidden;
}
.tel-n-code div {
  width: 40px;
  height: 40px;
  border-right: #d3d3d3 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.tel-n-code input.inp {
  flex: 1;
  border: 0;
  border-radius: 0 2px 2px 0;
}
.ff-mrg {
  margin-bottom: 20px;
}
.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: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: #d3d3d3 1px solid;
  margin-right: 15px;
  border-radius: 2px;
  line-height: 10px;
  text-align: center;
  font-size: 20px;
}
.checkbox + label span {
  flex: 1;
}
.checkbox:hover + label:before {
  border: #8FC055 1px solid;
}
.checkbox:checked + label:before {
  border: #8FC055 1px solid;
  background: #8FC055;
}
.select {
  border: #d3d3d3 1px solid;
  font-family: inherit;
  border-radius: 2px;
  background: #fff;
  position: relative;
}
.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px 0 10px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  border: 0;
  border-radius: 2px;
  background: #fff;
}
.select:before {
  display: block;
  width: 6px;
  height: 4px;
  content: " ";
  background: url(../img/arrow-select.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5vmax;
  z-index: 10;
}
.select.disabled {
  opacity: 0.5;
}
.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: #d3d3d3 1px solid;
  margin-right: 15px;
}
.radio:hover + label:before {
  border: #d3d3d3 5px solid;
}
.radio:checked + label:before {
  border: #619A1D 5px solid;
}
.form-ftr {
  background: #F1F0F0;
  padding: 20px;
}
.form-ftr .policy-txt {
  font-size: 12px;
  font-weight: 300;
  color: #827C82;
}
.form-ftr .policy-txt a {
  text-decoration: underline;
}
.kolvo {
  display: flex;
  align-items: center;
  background: #eee;
  height: 50px;
  border-radius: 2px;
  width: 110px;
  overflow: hidden;
}
.kolvo button {
  font-style: normal;
  min-width: 30px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  color: #626362;
  font-weight: bold;
  border: 0;
  flex: 1;
  background: #eee;
  padding: 0;
}
.kolvo input {
  width: 100%;
  height: 44px;
  min-width: 25px;
  font-family: inherit;
  border: 0;
  border-radius: 2px;
  flex: 2;
  text-align: center;
}
.kolvo.-green {
  background: #8FC055;
}
.kolvo.-green button {
  background: #8FC055;
  color: #fff;
}
.auth-form button,
.register-form button {
  width: 100%;
}
.register-form .row > .form-field {
  width: 48%;
}
.register-form .row.captcha > * {
  width: 48%;
}
.smart-select * {
  cursor: default;
}
.smart-select.disabled {
  opacity: 0.5;
}
.smart-select.opened .smart-select-selected svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.smart-select.opened .smart-select-options-wrap {
  display: block;
}
.smart-select-selected {
  position: relative;
  padding: 0 15px 0 10px;
  width: 100%;
  height: 40px;
  font-family: inherit;
  border: #d3d3d3 1px solid;
  border-radius: 2px;
  background: #fff;
  display: flex;
  align-items: center;
}
.smart-select-selected svg {
  fill: #302E30;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5vmax;
  z-index: 10;
  transition: all 200ms;
  transform-origin: center center;
}
.smart-select-options-wrap {
  display: none;
  background: #f1f0f0;
  padding: 10px 10px 0 10px;
}
.smart-select-search input {
  height: 40px;
  border-radius: 2px;
  background: #fff;
  border: 0;
  padding: 10px;
  width: 100%;
}
.smart-select-options {
  height: 165px;
  margin-top: 5px;
}
.smart-select-options .mCSB_scrollTools {
  right: -5px;
}
.smart-select-options .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0088B2 !important;
}
.smart-select-options .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f1f0f0 !important;
}
.smart-select-options-item {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #302E30;
}
.smart-select-options-item.selected {
  color: #8FC055;
}
.smart-select-options-item:hover:not(.selected) {
  color: #827C82;
}
@media screen and (min-width: 1020px) {
  .form-ftr .btns {
    text-align: right;
  }
}
@media screen and (max-width: 1019px) {
  .register-form .row > .form-field {
    width: 100%;
  }
  .form-ftr .btns {
    text-align: center;
  }
}
.page-auth {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.page-registration {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.lk-side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: #d3d3d3 1px solid;
}
.lk-side-menu li {
  border-bottom: #d3d3d3 1px solid;
}
.lk-side-menu li a {
  display: block;
  padding: 0.5vmax 1vmax;
  text-decoration: none;
}
.lk-side-menu li.active {
  background: #F1F0F0;
}
.lk-profile .h1-sub {
  margin-top: -1.5vmax;
}
.lk-profile-form .col-2 {
  width: 48%;
}
.lk-profile-form .btn {
  min-width: 30%;
}
.js-mask-date {
  background: url(../img/ico-calendar.png) 98% 50% no-repeat;
}
.lkp-sex {
  height: 40px;
}
.lkp-sex > *:first-child {
  margin-right: 20px;
}
.lk-subscribe .form-field > label {
  display: flex;
  align-items: center;
}
.lk-subscribe .form-field > label:first-of-type span {
  font-size: 16px;
  color: #302E30;
}
.lk-policy {
  font-size: 14px;
  font-weight: 300;
  margin-top: -5px;
  line-height: 20px;
}
.lk-policy a {
  color: #619A1D;
  text-decoration: underline;
}
.lk-hs-selects > * {
  width: 30%;
}
.lk-hs-item {
  margin-top: 2vmax;
}
.lk-hs-item > * {
  padding: 15px 20px;
}
.lk-hs-item .js-lk-history-prods-hide {
  display: none;
}
.lk-hs-item .js-lk-history-prods-show {
  display: inline-flex;
}
.lk-hs-item.prods-showed .js-lk-history-prods-hide {
  display: inline-flex;
}
.lk-hs-item.prods-showed .js-lk-history-prods-show {
  display: none;
}
.lk-hs-item.prods-showed .lkhsi-prods-hdr h4 {
  display: block;
}
.lkhsi-hdr {
  border: #8FC055 1px solid;
}
.lkhsi-item {
  display: flex;
}
.lkhsi-item:not(:last-child) {
  margin: 0 0 1.5vh 0;
}
.lkhsi-item .info {
  width: 40%;
}
.lkhsi-item .info .-nm {
  display: flex;
  align-items: center;
}
.lkhsi-item .info .-nm span {
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  font-size: 1.25rem;
  margin-left: 15px;
}
/*.lkhsi-item .info .-nm i {*/
/*  display: inline-block;*/
/*  */
/*  padding: 0 10px;*/
/*  height: 26px;*/
/*  line-height: 26px;*/
/*  border: #0088B2 1px solid;*/
/*  border-radius: 13px;*/
/*  font-style: normal;*/
/*  font-size: 12px;*/
/*  font-weight: 600;*/
/*  color: #0088B2;*/
/*}*/
.lkhsi-item .info .-nm i.blue {
  background: #0088B2;
  color: #fff;
}

.lkhsi-item .info  > .lk-order-status {
  margin: 0;
}
.lkhsi-item .info .-id {
  margin: 0.5vmax 0;
  font-size: 16px;
  font-weight: 400;
  color: #827C82;
}
.lkhsi-item .info .-st {
  margin: 0.5vmax 0;
}
.lkhsi-item .info .-dt {
  font-weight: 500;
}
.lkhsi-item .info .-dt span {
  color: #619A1D;
}
.lkhsi-item .imgs {
  width: 58%;
  text-align: right;
}
.lkhsi-item .imgs > a {
  display: inline-block;
  margin: 0.5vmax;
  width: 70px;
  height: 70px;
  text-align: center;
}
.lkhsi-item .imgs > a img {
  max-width: 100%;
  max-height: 100%;
}
.lkhsi-adr {
  border-left: #d3d3d3 1px solid;
  border-right: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
  font-size: 0.88rem;
}
.lkhsi-adr .rw {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1vh 0;
}
.lkhsi-adr .rw .-t {
  font-weight: 500;
  width: 20%;
}
.lkhsi-adr .rw .-t span {
  color: #0E5283;
  text-decoration: underline;
  font-weight: 300;
  text-decoration-style: dashed;
  display: none;
}
.lkhsi-adr .rw .-v {
  width: 80%;
}
.lkhsi-adr .rw .-v ._map {
  width: 100%;
  height: 150px;
  background: #ccc;
  display: block;
}
.lkhsi-prods-wrp {
  padding: 0;
  display: none;
}
.lkhsi-prods-wrp .lkhsi-topay {
  display: flex;
  justify-content: flex-end;
  background: #F1F0F0;
  padding: 15px 20px;
  text-align: right;
  border: #d3d3d3 1px solid;
  border-top: 0;
}
.lkhsi-prods-hdr {
  background: #F1F0F0;
  border: #d3d3d3 1px solid;
  border-top: 0;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.lkhsi-prods-hdr .inf {
  display: flex;
}
.lkhsi-prods-hdr h4 {
  font-family: 'Noto Serif', serif;
  font-weight: 600;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  padding-right: 40px;
  display: none;
}
.lkhsi-prods-hdr .btn-wrp .btn {
  margin-left: 10px;
}
.lkhsi-topay .-prc {
  font-size: 0.88rem;
}
.lkhsi-topay .-prc p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
.lk-order-status {
  display: inline-flex;
  align-items: center;

  padding: 0 10px;
  text-align: center;

  height: 26px;
  border: #0088B2 1px solid;
  border-radius: 13px;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #0088B2;
  white-space: nowrap;
}
.lk-order-status.blue {
  background: #0088B2;
  color: #fff;
}
.lk-order-status.wb {
  background: #fff;
  color: #0088B2;
  border: 0;
}
.lk-order-status.invert {
  color: #fff;
  border-color: #fff;
}
.lk-order-status.process {
  background: #F1F0F0;
  color: #595959;
  border-color: #fff;
}
.lk-prods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lk-prods > li {
  display: flex;
  border: #d3d3d3 1px solid;
  border-top: 0;
  padding: 10px 15px;
  font-size: 14px;
}
.lk-prods > li .im {
  width: 10%;
}
.lk-prods > li .cnt {
  width: 90%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 25px;
}
.lk-prods > li.thead {
  background: #0088B2;
  color: #fff;
  border-color: #0088B2;
}
.lk-prods > li.thead .lk-order-status {
  margin-left: 15px;
}
.lk-prods > li.thead .col-n {
  width: 60%;
  justify-content: flex-start;
}
.lk-prods > li.thead > * {
  font-size: 0.88rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.lk-prods .col-n {
  flex: 1;
  font-size: 0.88rem;
}
.lk-prods .col-n > a {
  font-weight: 400;
}
.lk-prods .col-n p {
  margin: 5px 0 0 0;
  padding: 0;
  color: #827C82;
  font-weight: 300;
}
.lk-prods .col-n p span {
  color: #302E30;
}
.lk-prods .col-all {
  width: 100px;
  text-align: center;
}
.lk-prods .col-all .-tit {
  display: none;
}
.lk-prods .col-all b {
  font-size: 16px;
  font-weight: 500;
}
.lk-wl-brands {
  background: #F1F0F0;
  padding: 1.5vmax;
}
.lk-wl-brands h4 {
  font-family: 'Noto Serif', serif;
  font-size: 1.5rem;
  padding: 0 0 1vmax 0;
  margin: 0 0 1vmax 0;
  border-bottom: #d3d3d3 1px solid;
}
.lk-wl-brands .bl-list {
  width: 33%;
}
.lk-wl-brands .bl-list .hrt svg {
  fill: #CF1C1C;
}
.lk-wl-products {
  margin-top: 2vmax;
}
.lk-bonus {
  max-width: 510px;
  margin-top: 3vmax;
  padding: 20px;
  border: #8FC055 1px solid;
}
.lk-bonus .-h span {
  color: #827C82;
  font-size: 0.88rem;
}
.lk-bonus .-v {
  font-weight: 500;
  font-size: 1.875rem;
  margin: 0.5vmax 0 1.5vmax 0;
}
.lk-bonus .form-field {
  margin-bottom: 0;
}
.lk-hs-item-mobi-content {
  display: none;
}
.lk-hs-order-mobi-win .popup-win {
  width: 100%;
  padding: 15px;
}
.lk-hs-order-mobi-win .popup-win .cont {
  padding-bottom: 0;
  overflow: hidden;
}
.lk-hs-order-info {
  overflow-y: auto;
  height: 70vh;
}
.lk-hs-order-tabs .lk-hs-order-info {
  height: 60vh;
}
.lk-hs-item-mobi h4 {
  display: none;
}
.lk-hs-item-mobi .lk-prods {
  border-top: #d3d3d3 1px solid;
}
.lk-hs-item-mobi .lk-prods > li .cnt {
  padding-left: 15px;
  padding-top: 0;
  font-weight: 300;
}
.lk-hs-item-mobi .lk-prods > li .cnt h > * {
  margin-bottom: 5px;
}
.lk-hs-item-mobi .lk-prods > li .cnt .col-prc {
  margin-top: 0;
}
.lk-hs-item-mobi nav {
  margin-bottom: 30px;
  min-height: 36px;
}
.lhim-ttl {
  margin: 0;
  list-style: none;
  padding: 5px 15px;
  border: #8FC055 1px solid;
}
.lhim-ttl li {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 10px 0;
}
.lhim-ttl li div {
  font-size: 14px;
  font-weight: 300;
}
.lhim-ttl li div:first-child {
  white-space: nowrap;
  font-weight: 500;
}
.lhim-ttl li div:last-child {
  text-align: right;
}
.lhim-ttl li.-nm div:last-child {
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  font-size: 1.25rem;
}
.lhim-ttl li .-id {
  font-weight: 300;
}
.lhim-ttl .map {
  display: block;
}
.lhim-ttl .map ._map {
  height: 200px;
  margin-top: 10px;
  display: none;
}
.lhim-ttl .map-show {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.lhim-ttl .map-show a {
  color: #0E5283;
  font-weight: 300;
}
.lhim-sod {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.lhim-sod span {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1020px) {
  .lk-profile-form {
    max-width: 70%;
  }
  .lk-prods .col-prc .ribbon {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .lk-profile-form .col-2 {
    width: 100%;
  }
  .lk-profile-form .mobi-2 .col-2 {
    width: 48%;
  }
  .lk-profile-form .form-btns .btn {
    width: 100%;
  }
  .lk-profile-form .form-btns .btn:first-child {
    order: 2;
    margin-top: 20px;
  }
  .lk-hs-selects > * {
    width: 48%;
  }
  .lkhsi-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .lkhsi-item .info {
    width: 100%;
  }

  .lkhsi-item .imgs {
    width: 100%;
    margin-top: 0.5vmax;
    text-align: left;
  }
  .lkhsi-adr {
    display: none;
  }
  .lkhsi-adr .rw .-t {
    width: 100%;
  }
  .lkhsi-adr .rw .-t span {
    display: block;
  }
  .lkhsi-adr .rw .-v {
    width: 100%;
    margin-top: 0.5vmax;
  }
  .lk-wl-brands .bl-list {
    width: 100%;
  }
  .lk-prods > li .im {
    width: 25%;
  }
  .lk-prods > li .cnt {
    width: 75%;
    flex-direction: column;
    padding: 10px 10px 10px 0;
  }
  .lk-prods > li .cnt > * {
    width: 100%;
  }
  .lk-prods > li.thead {
    display: none;
  }
  .lk-prods .col-all {
    display: flex;
  }
  .lk-prods .col-all .-tit {
    display: block;
    margin-right: 10px;
    font-weight: 300;
    color: #827C82;
  }
  .lk-prods .col-prc {
    margin-top: 15px;
  }
  .lk-prods .col-prc .ribbon {
    display: inline-block;
    margin-left: 15px;
  }
  .lk-prods .col-disc {
    display: none;
  }
  .lk-subscribe.row .col-2 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .lkhsi-topay .-prc {
    font-size: 12px;
  }
  .lkhsi-topay .-prc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .lk-hs-item .btn-wrp .btn {
    font-size: 12px;
    height: 36px;
    padding: 0 5px;
  }
  .lk-hs-item .btn-wrp .btn:last-child {
    margin-left: 5px;
  }
  .lkhsi-hdr,
  .lkhsi-adr,
  .lkhsi-prods-hdr {
    padding: 15px;
  }
  .lkhsi-ftr {
    padding: 15px;
  }
  .lkhsi-ftr .-prc {
    font-size: 12px;
  }
  .lkhsi-ftr .-prc p {
    font-size: 14px;
  }
}
.cart-left {
  width: 65%;
}
.cart-list-hdr {
  font-weight: 500;
  padding: 20px;
  border: #d3d3d3 1px solid;
  border-bottom: 0;
  position: relative;
}
.cart-list-hdr p {
  margin: 5px 0 0 0;
  font-weight: 400;
}
.cart-list-hdr p b {
  color: #8FC055;
  font-weight: 500;
}
.cart-list-hdr.-gifts {
  margin-top: 10px;
}
.cart-list-hdr.-gifts .tit {
  display: flex;
  align-items: center;
}
.cart-list-hdr.-gifts .im,
.cart-list-hdr.-gifts span {
  display: none;
}
.cart-list-hdr .get-today {
  margin-top: 5px;
}
.cart-list-hdr .get-today .-zs {
  color: #8FC055;
  font-weight: 500;
}
.cart-list-hdr .get-today .-adr {
  font-weight: 400;
}
.cart-list-hdr.-free {
  background: #f4f9ee;
  border: #ddeccc 1px solid;
  border-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cart-list-hdr.-free .get-today {
  width: 100%;
}
.cart-list-hdr.-other-delivery {
  background: #fff;
  border: #d3d3d3 1px solid;
  border-bottom: 0;
  margin-top: 10px;
}
.cart-list-hdr.-wait {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.cart-list-hdr .wait p {
  font-size: 12px;
  font-weight: 300;
  color: #827C82;
  margin-right: 15px;
}
.cart-list-hdr.-wait .part_in_g, 
.cart-list-hdr.-wait.without_gifts .part_out_g
{
  display: none;
}
.cart-list-hdr.-wait.without_gifts .part_in_g
{
  display: flex;
}
.cart-list {
  border: #d3d3d3 1px solid;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-list > li {
  border-bottom: #d3d3d3 1px solid;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.cart-list .-rbns {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.cart-list .-im {
  width: 15%;
  height: 110px;
}
.cart-list .-im a {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
}
.cart-list .-im a img {
  max-width: 100%;
  max-height: 100%;
}
.cart-list .-nm {
  width: 50%;
  padding: 0 20px;
  font-weight: 400;
}
.cart-list .-prices {
  text-align: right;
  font-size: 0.75rem;
  color: #827C82;
  flex: 1;
}
.cart-list .-prices p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #302E30;
  margin: 0;
  padding: 0;
}
.cart-list .-prices p span {
  color: #827C82;
  font-size: 12px;
  font-weight: 300;
  margin-right: 10px;
  text-decoration: line-through;
}
.cart-list .-prices.-disc p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #0088B2;
}
.cart-list .delete {
  position: absolute;
  right: 10px;
  top: 20px;
  display: inline-block;
}
.cart-list .delete svg {
  fill: #626362;
}
.cart-list .delete:hover svg {
  fill: #302E30;
}
.cart-list.-green {
  border: #ddeccc 1px solid;
}
.cart-list.-green > li {
  border-bottom: #ddeccc 1px solid;
}
.cart-list.-green > li:last-child {
  border-bottom: 0;
}
.cart-list.disabled {
  position: relative;
}
.cart-list.disabled:after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: rgba(255, 255, 255, 0.8) url(../img/denied.svg) center center no-repeat;
}
.cart-list-gifts .qty {
  font-size: 18px;
  color: #626362;
  width: 17.5%;
}
.cart-list-gifts .free {
  font-size: 20px;
  font-weight: 500;
  color: #0088B2;
  width: 17.5%;
}
.cart-total-mobi {
  display: none;
}
.cart-aside {
  width: 33%;
  padding-bottom: 30px;
}
.cart-total {
	position: sticky;
	top: 22px;
  padding: 0 20px;
  border: #8FC055 1px solid;
  margin-bottom: 20px;
}
.cart-total > li {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}
.cart-total > li .t {
  font-weight: 700;
}
.cart-total > li .v {
  font-size: 1.125rem;
  font-weight: 500;
}
.cart-total > li .v a {
  color: #0E5283;
  font-size: 1rem;
  font-weight: 300;
}
.cart-total > li .v span {
  color: #0088B2;
}
.cart-total > li.delivery {
  border-top: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  padding: 15px 0;
}
.cart-total > li .delivery-cost {
  width: 100%;
  margin-top: 15px;
}
.cart-total > li .delivery-cost div {
  font-size: 14px;
}
.cart-total > li .delivery-cost span {
  font-size: 1.125rem;
  font-weight: 500;
}
.cart-total > li.pay {
  border-bottom: #dedede 1px solid;
  padding-bottom: 15px;
}
.cart-total > li.pay .fld {
  margin: 10px 0;
}
.cart-total > li.pay label {
  font-size: 14px;
  font-weight: 300;
}
.cart-total > li.pay label:before {
  margin-right: 8px;
}
.cart-total > li.itog {
  margin-top: 20px;
}
.cart-total > li.itog .t {
  font-size: 1.125rem;
}
.cart-total > li.itog .v {
  font-size: 1.5rem;
  font-weight: 700;
}
.cart-total > li.oform .btn {
  width: 100%;
}
.cart-total > li.oform p {
  font-size: 12px;
  color: #827C82;
}
.cart-total > li.oform p a {
  text-decoration: underline;
}
.cart-infos {
  margin-top: 20px;
  counter-reset: cinfItem;
  display: flex;
  flex-direction: column;
}
.cart-infos h4 {
  display: none;
}
.cart-delivery-cd-title {
  margin: 0 0 10px 0;
}
.cart-delivery-cd-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.cart-delivery-cd-list .cd-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: calc(50% - 10px);
  height: auto;
  position: relative;
  margin: 0 0 20px;
  padding: 15px 15px 15px 55px;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
.cart-delivery-cd-list .cd-item.selected .circle_radio,
.cart-delivery-cd-list .cd-item.selected {
  border-color: #99bf63;
}
.cart-delivery-cd-list .cd-item .circle_radio {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 2;
  margin: -8px 0 0;
  border-radius: 16px;
  border: 1px solid #d3d3d3;
}
.cart-delivery-cd-list .cd-item .circle_radio:before {
  content: '';
  display: none;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  border-radius: 10px;
  background: #99bf63;
}
.cart-delivery-cd-list .cd-item.selected .circle_radio:before {
  display: block;
}
.cart-delivery-cd-list .cd-item .e-title {
  font-weight: bold;
}
.cart-delivery-cd-list .cd-item .e-info {
  margin: 5px 0 0 0;
}
.cart-delivery-cd-list .cd-item .e-info .ii {
  margin: 5px 0 0 0;
  font-size: 10pt;
}
.cart-delivery-cd-list .cd-item .e-info .ii:first-child {
  margin-top: 0;
}
.cart-delivery-cd-list .cd-item .e-info .count {
  margin-left: 5px;
  padding: 1px 5px;
  font-size: 10.5pt;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  background: #3b86ae;
}
.cart-delivery-cd-list.v2 {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.cart-delivery-cd-list.v2 .cd-item.selected .e-title {
  color: #99bf63;
}
.cart-delivery-cd-list.v2 .cd-item {
  display: block;
  width: 100%;
  max-width: calc(100% - 180px);
  margin-bottom: 5px;
}
.cart-delivery-cd-list.v2 .show-map {
  position: relative;
}
.cart-delivery-cd-list.v2 .show-map .js-cart-open-map {
  position: absolute;
  bottom: 5px;
  right: 0;

  color: #0E5283;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline dashed;
  text-underline-offset: 5px;
}
.cinf-item {
  border: #f1f0f0 1px solid;
  font-weight: 400;
  margin-bottom: 30px;
}
.cinf-item .h {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 50px;
  background: #f1f0f0;
  font-family: 'Noto Serif', serif;
  font-size: 1.25rem;
  color: #525252;
  position: relative;
  overflow: hidden;
}
.cinf-item .h .ok {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #0088B2;
  padding: 10px 0 0 0;
  text-align: center;
}
.cinf-item .h .ok svg {
  fill: #f1f0f0;
  display: inline-block;
}
.cinf-item .h .edit {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.cinf-item .c {
  padding: 20px;
  background: #fff;
}
.cinf-item .-btns {
  display: none;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cinf-item.ok .h .ok {
  display: block;
}
.cinf-item.active .h {
  background: #0088B2;
  color: #f1f0f0;
}
.cinf-item.active .h:before {
  background: #f1f0f0;
  color: #0088B2;
}
.cinf-item.active .c {
  border: #0088B2 1px solid;
  border-top: 0;
  display: block;
}
.cart-promocode .form-field {
  margin-bottom: 0;
}
.cart-promocode input {
  flex: 1;
}
.cart-promocode .btn {
  width: 120px;
  height: 40px;
}
.cart-contacts textarea.inp {
  height: 125px;
}
.cart-contacts .col-2 {
  margin: 0;
}
.cart-delivery .col-2 {
  margin: 0;
}
.cart-payment .-btns {
  margin-top: 20px;
}
.cart-submit {
  width: 60%;
  border: #d3d3d3 2px solid;
  border-radius: 3px;
  color: #827C82;
}
.cart-submit:hover {
  border: #8FC055 2px solid;
  color: #8FC055;
}
.cart-opros-popup .popup-win {
  padding-left: 190px;
  background-image: url(../img/cart-opros-left.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.cart-opros {
  padding: 0 40px 50px 40px;
}
.cart-opros h3 {
  font-family: 'Noto Serif', serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.cart-opros a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  border: #8FC055 2px solid;
  padding: 15px 55px;
  margin: 5px 0;
  text-transform: uppercase;
  border-radius: 1px;
  text-align: center;
}
.cart-opros a:hover {
  background: #8FC055;
  text-decoration: none;
}
.cart-delivery-types {
  padding-bottom: 20px;
}
.cart-delivery-types > label {
  font-size: 0.88rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  text-align: left;
  min-height: 20px;
}
.cdt-buttons {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cdt-buttons a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 24.8%;
  background: #f0f0f0;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  margin: 1px 0;
}
.cdt-buttons a:hover {
  background: #dedede;
  text-decoration: none;
}
.cdt-buttons a.active {
  background: #8FC055;
  color: #fff;
}
.cdt-info {
  background: #f0f0f0;
  padding: 15px 20px;
  margin-top: 20px;
  position: relative;
}
.cdt-info.no-margin-top {
  margin-top: 0;
}
.cdt-info .delivery-change {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #0E5283;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline dashed;
  text-underline-offset: 5px;
}
.cdt-info .more {
  display: flex;
  color: #0E5283;
  font-size: 16px;
  font-weight: 300;
}
.cdt-info .more i {
  font-style: normal;
  display: none;
}
.cdt-info .more svg {
  margin-left: 10px;
  fill: none;
  stroke: #302E30;
  transition: all 200ms;
  transform-origin: center;
}
.cdt-info .more.active i {
  display: block;
}
.cdt-info .more.active span {
  display: none;
}
.cdt-info .more.active svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.cdt-info-item {
  margin: 10px 0;
  display: flex;
}
.cdt-info-item label {
  font-weight: 300;
  margin-right: 10px;
  white-space: nowrap;
}
.cdt-info-item div {
  font-weight: 700;
}
.cdt-info-more {
  display: none;
}
.cdt-info-more-txt {
  background: #f0f0f0;
  padding: 15px 20px;
  margin-top: 20px;
  display: none;
}
.cdt-info-more-txt p {
  font-size: 14px;
  font-weight: 300;
}
.cdt-tabs .ft-nav {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cdt-tabs .ft-nav .ft-tab {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  flex: 1 1 0;
  background: #f0f0f0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
}
.cdt-tabs .ft-nav .ft-tab:not(:last-child) {
  margin-right: 2px;
}
.cdt-tabs .ft-nav .ft-tab:hover {
  background: #dedede;
  text-decoration: none;
}
.cdt-tabs .ft-nav .ft-tab.active {
  background: #8FC055;
  color: #fff;
}
.cdt-tabs.ft-tabs > .ft-contents {
  margin-top: 20px;
}
.cart-total-pay-selected {
  display: none;
}
.cart-total-pay-select {
  display: block;
}
.cart-change-delivery-popup .popup-win {
  background: url(../img/cart-delivery-popup.jpg) no-repeat;
  background-size: cover;
}
.cart-change-delivery-popup .hdr {
  background: #fff;
  padding: 15px 15px 0 0;
}
.cart-change-delivery-popup .cont {
  background: #fff;
  padding: 20px 15px;
}
.clear-cart {
  margin: 10px 0 25px 0;
  text-align: right;
}
.clear-cart .btn
{
  height: 34px;
}
.ccdp-cont .t {
  font-family: 'Noto Serif', serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.ccdp-cont .cart-ok-order-prods {
  justify-content: center;
  -ms-flex-pack: center;
}
.ccdp-cont .cart-ok-order-prods > * {
  margin: 10px;
}
.ccdp-cont .btns {
  margin-top: 20px;
}
.ccdp-cont .btns .btn {
  width: 100px;
  margin: 0 5px;
}
.ccdp-cont .btns .btn.no {
  background: #fff;
  color: #302E30;
}
@media screen and (min-width: 1020px) {
  .cart-infos {
    width: 100%;
    margin-top: 30px;
  }
  .cart-promocode {
    order: 1;
  }
  .cart-contacts,
  .cart-delivery {
    order: 2;
  }
  .cart-contacts .c,
  .cart-delivery .c {
    padding-bottom: 0;
  }
  .cart-contacts .col-2,
  .cart-delivery .col-2 {
    width: 48.5%;
  }
  .cart-payment {
    display: none;
  }
  .cdt-info .more {
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
  .cdt-info .more:hover {
    text-decoration: none;
  }
  .cart-total .pay .v {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1019px) {
  .page-cart.section .hdr .-r {
    display: block;
  }
  .cart-left {
    width: 100%;
  }
  .cart-list {
    margin-bottom: 20px;
  }
  .cart-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
  .cart-list .-im {
    width: 30%;
    padding-bottom: 10px;
  }
  .cart-list .-nm {
    width: 70%;
  }
  .cart-list .kolvo {
    width: 30%;
    height: 30px;
    margin-top: 40px;
  }
  .cart-list .kolvo input {
    height: 26px;
  }
  .cart-list .kolvo button {
    height: 30px;
    font-size: 16px;
  }
  .cart-list .-prices {
    width: 70%;
    margin-top: 40px;
    text-align: left;
    padding-left: 1.5vmax;
  }
  .cart-list .-prices p {
    display: inline-flex;
    margin-right: 10px;
  }
  .cart-list .-prices.-disc p {
    justify-content: flex-start;
  }
  .cart-list .delete {
    top: 15px;
    right: 15px;
  }
  .cart-list-hdr {
    display: none;
  }
  .cart-list-hdr.-gifts {
    margin-top: 30px;
    display: flex;
    align-items: center;
    color: #4f4f4f;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-list-hdr.-gifts .im {
    display: inline-block;
    margin-right: 5px;
  }
  .cart-list-hdr.-gifts span {
    display: inline-block;
  }
  .cart-list-hdr.-free {
    display: flex;
  }
  .cart-list-gifts .qty {
    width: 30%;
    text-align: center;
    margin-top: 10px;
  }
  .cart-list-gifts .free {
    width: 70%;
    margin-top: 10px;
  }
  .cart-total-mobi {
    display: block;
    margin-top: 40px;
  }
  .cart-aside {
    display: none;
  }
  .cart-submit {
    width: 100%;
  }
  .cdt-buttons {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .cdt-buttons a {
    width: 49.7%;
  }
  .cart-infos h4 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Serif', serif;
    margin: 40px 0 20px 0;
    padding: 0;
  }
  .cinf-item {
    margin-bottom: 5px;
  }
  .cinf-item .-btns {
    display: flex;
  }
  .cinf-item .h {
    padding-left: 45px;
  }
  .cinf-item .h:before {
    counter-increment: cinfItem;
    content: counter(cinfItem);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #0088B2;
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    font-weight: 500;
    color: #F1F0F0;
    position: absolute;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .cinf-item .h .ok {
    right: unset;
    left: -40px;
    text-align: right;
    padding: 23px 10px 0 0;
  }
  .cinf-item .h .ok svg {
    fill: #8FC055;
    width: 30px;
    height: 30px;
  }
  .cinf-item .h .edit {
    display: block;
  }
  .cinf-item .c {
    display: none;
    padding: 10px 15px;
  }
  .cinf-item.cart-promocode .c {
    display: block;
  }
  .cinf-item.active .h .edit {
    display: none;
  }
  .cinf-item.active .c {
    display: block;
  }
  .cart-promocode .btn {
    width: 95px;
  }
  .cdt-info {
    font-size: 14px;
  }
  .cdt-info .delivery-change {
    top: unset;
    bottom: 15px;
  }
  .cdt-info .more {
    display: none;
  }
  .cdt-info .cdt-info-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cdt-info .cdt-info-item div {
    width: 100%;
    margin-top: 10px;
  }
  .cdt-info-more {
    display: flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #e7e7e7;
    color: #302E30;
    text-transform: uppercase;
    padding: 15px;
    margin-top: 20px;
  }
  .cdt-info-more i {
    font-style: normal;
    display: none;
  }
  .cdt-info-more svg {
    margin-left: 10px;
    fill: none;
    stroke: #302E30;
    transition: all 200ms;
    transform-origin: center;
  }
  .cdt-info-more.active i {
    display: block;
  }
  .cdt-info-more.active span {
    display: none;
  }
  .cdt-info-more.active svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .cdt-info-more-txt {
    margin-top: 0;
  }
  .cdt-info-more-txt p {
    font-size: 12px;
  }
  .cdt-info-more-txt .cdt-info-item {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .cdt-info-more-txt .cdt-info-item label {
    width: 50%;
  }
  .cdt-info-more-txt .cdt-info-item div {
    flex: 1;
    text-align: right;
  }
  .cart-total-pay-selected {
    display: block;
  }
  .cart-total-pay-select {
    display: none;
  }
  .cart-delivery-courier .col-3 {
    width: 32.5%;
  }
}
@media screen and (max-width: 600px) {
  .cart-opros-popup .popup-win {
    padding-left: 20px;
    background: #fff url(../img/cart-opros-btm.jpg) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .cart-opros {
    padding: 0 40px 0px 40px;
  }
  .cart-list-hdr.-gifts .wait p {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .cart-list-hdr.-wait {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .cart-list-hdr.-free {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .cart-list-hdr.-free .t,
  .cart-list-hdr.-free .-zs {
    width: 40%;
  }
  .cart-list-hdr.-free .rbn-wrp {
    text-align: left;
    flex: 1;
  }
  .cart-list-hdr.-free .ribbon {
    width: 100%;
  }
  .cart-list-hdr.-free .get-today {
    font-size: 12px;
  }
  .cart-list-hdr.-free .get-today .-adr {
    flex: 1;
  }
  .cart-list .-im {
    height: 80px;
  }
  .cart-list .-nm {
    font-size: 14px;
  }
  .cart-list-gifts {
    border: 0;
  }
  .cart-list-gifts .-im {
    width: 100%;
    height: 100px;
  }
  .cart-list-gifts .-nm {
    width: 100%;
    text-align: center;
  }
  .cart-list-gifts .qty,
  .cart-list-gifts .free {
    display: none;
  }
  .cart-list-gifts .cl-item {
    width: 120px;
    display: inline-flex;
    margin-right: 5px;
    padding: 5px;
    border: #d3d3d3 1px solid;
  }
  .cart-list-gifts .cl-item .-nm {
    width: 100%;
    font-size: 10px;
    padding: 0;
    hyphens: auto;
  }
  .cart-delivery-cd-list .cd-item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cart-delivery-cd-list .cd-item {
    margin-top: 0;
  }
  .cart-delivery-cd-list.v2 .cd-item {
    max-width: 100%;
  }
  .cart-delivery-cd-list.v2 .show-map {
    margin: 15px 0 0 0;
  }
  .cart-delivery-cd-list.v2 .show-map .js-cart-open-map {
    top: -3px;
    bottom: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 350px) {
  .cart-list .-qnp .-prices {
    width: 100%;
    flex: unset;
    margin-top: 10px;
  }
  .cart-list .-qnp .-prices p {
    width: 100%;
  }
}
.page-cart-ok {
  background: url(../img/cart-ok-bgr.jpg) center bottom no-repeat;
  min-height: 45vh;
  margin-bottom: -5vmax;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-cart-ok h1 {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
  text-align: center;
}
.page-cart-ok p {
  font-size: 18px;
  font-weight: 300;
  max-width: 830px;
  text-align: center;
}
.page-cart-ok > * {
  margin-bottom: 30px;
}
.page-cart-ok .btn {
  width: 184px;
  height: 50px;
}
.cart-ok-order {
  border: #d3d3d3 2px solid;
  border-radius: 3px;
  padding: 15px 30px;
  margin: 15px;
  max-width: 490px;
  background: #fff;
}
.cart-ok-order h2 {
  font-size: 18px;
  font-weight: 700;
}
.cart-ok-order.-green {
  border-color: #8FC055;
}
.cart-ok-order-item {
  margin: 10px 0;
  display: flex;
}
.cart-ok-order-item label {
  font-weight: 500;
  padding-right: 10px;
  white-space: nowrap;
}
.cart-ok-order-item > div {
  font-weight: 300;
  flex: 1;
}
.cart-ok-order-status {
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 8px;
  border: #8FC055 1px solid;
  color: #8FC055;
}
.cart-ok-order-status.-blue {
  border-color: #0088B2;
  color: #0088B2;
}
.cart-ok-order-prods > * {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 70px;
  height: 70px;
  margin: 0 10px 10px 0;
}
.cart-ok-order-prods > * img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1019px) {
  .page-cart-ok {
    background-size: 120% auto;
  }
  .cart-ok-order {
    padding: 3vw;
  }
  .cart-ok-order-item > div {
    text-align: right;
  }
}
.cart-map-wrp {
  position: fixed;
  z-index: 61;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -100000px;
  opacity: 0;
  padding: 5vh 2vw 5vh 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cart-map-close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 2px;
  background: #fff;
  z-index: 1;
}
.cart-map-close svg {
  width: 80%;
  height: 80%;
  fill: #626362;
}
.cart-map-container {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  position: relative;
}
.cart-map-container > .hdr,
.cart-map-container nav {
  display: none;
}
.cart-map-list {
  display: flex;
  flex-direction: column;
  position: relative;
  order: 1;
}
.cart-map {
  width: 100%;
  height: 100%;
  display: flex;
}
.cml-hdr,
.cmpi-hdr {
  font-family: 'Noto Serif', serif;
  font-size: 20px;
  font-weight: 600;
  color: #302E30;
  padding: 25px 15px 25px 0;
}
.cml-search {
  display: flex;
  padding-right: 30px;
}
.cml-search input {
  border: 0;
  background: #f3f3f3;
  padding: 0 15px;
  border-radius: 2px 0 0 2px;
  width: 70%;
}
.cml-search button {
  border: 0;
  width: 30%;
  height: 42px;
  background: #8FC055;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  letter-spacing: 1px;
}
.cml-list {
  margin-top: 50px;
  flex: 1;
  overflow: hidden;
}
.cml-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0088B2 !important;
}
.cml-list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff !important;
}
.cml-adr {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.cml-adr span {
  flex: 1;
  padding-right: 5px;
  font-weight: 600;
}
.cml-adr i {
  border: #0088B2 3px solid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cml-adr i img {
  width: 80%;
}
.cml-adr i.-grn {
  border-color: #8FC055;
}
.cml-list-item {
  border-top: #f3f3f3 1px solid;
  padding: 15px 0;
}
.cml-list-item .gr {
  color: #7C7C7C;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
}
.cml-list-item .gr p {
  margin: 0 0 5px 0;
}
.cml-list-item .ft {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cml-list-item .ft .btn {
  height: 42px;
  margin-right: 5px;
}
.cml-list-item .prc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}
.cml-list-item .prc span {
  font-size: 12px;
  font-weight: 300;
  line-height: 80%;
  color: #7C7C7C;
  margin-right: 5px;
}
.cml-list-item .prc b {
  font-size: 27px;
  font-weight: 500;
}
.cml-list-item .prc.free {
  font-size: 20px;
  font-weight: 500;
  color: #8FC055;
}
.cml-in-stock {
  color: #7C7C7C;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.cml-in-stock span {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 5px 8px;
  line-height: 12px;
  background: #0088B2;
  border-radius: 2px;
  margin-left: 5px;
}
.cart-map-map {
  display: flex;
  order: 2;
}
.cart-map-map > * {
  width: 100%;
  height: 100%;
  background: #ccc;
}
.map-pvz-marker {
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
}
.map-pvz-marker div {
  border: #0088B2 3px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.map-pvz-marker div img {
  width: 80%;
}
.map-pvz-marker span {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}
.map-pvz-marker.free {
  width: 150px;
  background: #fff;
  border: #8FC055 3px solid;
}
.map-pvz-marker.free div {
  border-color: #8FC055;
  margin: -2px;
}
.cart-map-pvz-info {
  position: absolute;
  left: -800px;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0 30px;
}
.cmpi-hdr {
  cursor: pointer;
}
.cmpi-hdr img {
  margin-right: 25px;
}
.cmpi-info {
  border-top: #f3f3f3 1px solid;
  padding: 30px 0;
}
.cmpi-info .cml-adr span {
  font-size: 20px;
  line-height: 27px;
}
.cmpi-info .cml-adr i {
  width: 53px;
  height: 53px;
}
.cmpi-info .prc {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #0088B2;
}
.cmpi-info .prc span {
  color: #8FC055;
}
.cmpi-info p {
  margin: 15px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.cmpi-info p b {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.cmpi-info p i {
  display: block;
  height: 5px;
}
.cmpi-info .btn {
  width: 100%;
  margin-top: 20px;
}
.cmpi-info .cml-in-stock {
  font-size: 14px;
  font-weight: 500;
  color: #302E30;
  flex-direction: column;
  align-items: flex-start;
}
.cmpi-info .cml-in-stock span {
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1020px) {
  .cart-map-list {
    width: 470px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0 15px 0 30px;
    z-index: 10;
  }
  .cart-map-mobi-tabs {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .cart-map-map {
    flex: 1;
  }
  .cart-map-close {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .cart-map-pvz-info {
    width: 470px;
  }
}
@media screen and (max-width: 1019px) {
  .cart-map-container {
    flex-direction: column;
    padding: 15px 20px;
  }
  .cart-map-container > .hdr {
    display: block;
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    font-weight: 600;
    color: #302E30;
    min-height: 32px;
    margin-bottom: 20px;
  }
  .cart-map-close {
    top: 15px;
    right: 20px;
  }
  .cml-hdr {
    display: none;
  }
  .cml-search {
    padding-right: 0;
    width: 100%;
  }
  .cart-map-mobi-tabs {
    overflow: hidden;
    height: calc(90vh - 52px);
  }
  .cart-map-mobi-tabs nav {
    display: block;
  }
  .cart-map {
    overflow: hidden;
    height: calc(90vh - 92px);
    max-height: 100%;
  }
  #cart-map {
    height: 100vh;
  }
  .cart-map-map {
    width: 100%;
    height: 100%;
  }
  .cart-map-list {
    overflow: hidden;
    max-height: 100%;
  }
  .cml-list {
    margin-top: 20px;
    height: calc(90vh - 92px - 52px);
    padding-bottom: 40px;
  }
  .cml-list .mCSB_inside > .mCSB_container {
    margin-right: 20px;
  }
  .cml-list-item .ft .btn {
    font-size: 12px;
  }
  .cml-list-item .prc b {
    font-size: 18px;
  }
  .cml-list-item .prc.free {
    font-size: 18px;
  }
  .cml-adr span {
    font-size: 14px;
  }
  .cmpi-hdr {
    font-size: 16px;
  }
}
.page-dni {
  max-width: 1000px;
}
.dni-top .img {
  border: #d3d3d3 1px solid;
  padding: 1vmax;
  transition: all 200ms;
  width: 30%;
}
.dni-top .t {
  width: 68%;
}
.dni-top .t p:first-of-type {
  margin-top: 0;
}
.dni-tbl {
  margin-top: 3vmax;
}
.dni-tbl > li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1vmax 0;
  border-bottom: #d3d3d3 1px solid;
}
.dni-tbl > li.hdr {
  color: #8FC055;
  border-bottom: #8FC055 1px solid;
  padding: 5px 0;
  font-size: 0.88rem;
  font-weight: 400;
}
.dni-tbl > li:not(.hdr) .col-d,
.dni-tbl > li:not(.hdr) .col-k {
  font-weight: 500;
}
.dni-tbl > li:before {
  display: none;
}
.dni-tbl .col-b {
  width: 50%;
}
.dni-tbl .col-b a {
  color: #0E5283;
  text-decoration: underline;
}
.dni-tbl .col-d {
  width: 25%;
}
.dni-tbl .col-k {
  width: 25%;
}
.dni-tbl .-t {
  display: none;
}
@media screen and (max-width: 1019px) {
  .dni-top .img {
    width: 100%;
    margin-bottom: 2vmax;
  }
  .dni-top .t {
    width: 100%;
  }
  .dni-tbl {
    border: #d3d3d3 1px solid;
    border-bottom: 0;
  }
  .dni-tbl > li {
    padding: 2vmax;
  }
  .dni-tbl .hdr {
    display: none;
  }
  .dni-tbl .-t {
    display: block;
    font-weight: 300;
    font-size: 0.88rem;
    margin-bottom: 5px;
  }
  .dni-tbl .col-b,
  .dni-tbl .col-d,
  .dni-tbl .col-k {
    width: 100%;
  }
  .dni-tbl .col-d {
    margin: 2vmax 0;
  }
}
#shops-map {
  flex: 1;
  overflow: hidden;
  padding-bottom: 2px;
}
.shops-map-addresses {
  overflow: hidden;
}
.sma-title {
  flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  height: 8vh;
  text-align: center;
}
.sma-title svg {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.sma-list {
  overflow: visible;
  position: relative;
}
.sma-list li {
  padding-right: 15px;
}
.sma-list li a {
  display: block;
  padding: 5px 15px;
  font-weight: 400;
}
.sma-list li:hover a {
  background: #F1F0F0;
  text-decoration: none;
}
.shops-info-list {
  margin-top: 2vmax;
}
.shops-info-list > li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.shops-info-list > li.sil-title {
  display: none;
}
.sil-info h3 {
  font-size: 1.25rem;
  margin: 0 0 0px 0;
}
.sil-info a {
  color: #0E5283;
}
.sil-itm {
  margin: 5px 0;
}
.sil-itm span {
  color: #827C82;
}
.sil-imgs > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.sil-imgs div {
  background-position: center center;
  background-size: cover;
}
.sli-btns {
  display: none;
}
.map-baloon {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #302E30;
}
.map-baloon p {
  margin: 0 0 10px 0;
  padding: 0;
}
.map-baloon .btns .btn:last-child {
  margin-left: 20px;
}
@media screen and (min-width: 1020px) {
  .sma-title,
  .shops-full-hdr {
    display: none;
  }
  .shops-map-wrp {
    border: #d3d3d3 1px solid;
    height: 560px;
  }
  .shops-map-addresses {
    width: 25%;
    padding: 20px 5px 20px 30px;
  }
  .sma-list {
    height: 520px;
  }
  .sma-list li a span {
    display: none;
  }
  .shops-info-list {
    border-bottom: #d3d3d3 1px solid;
  }
  .shops-info-list > li {
    padding: 2vmax;
    border: #d3d3d3 1px solid;
    border-bottom: 0;
  }
  .sil-imgs {
    width: 360px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: 0.5vmax;
    grid-auto-flow: column;
  }
  .sil-imgs div {
    border: #fff 2px solid;
  }
  .sil-imgs div.frst {
    grid-row: 1/4;
    grid-column: 2;
  }
  .sil-imgs div:hover {
    border: #8FC055 2px solid;
  }
}
@media screen and (max-width: 1019px) {
  #shops-map {
    width: 100vw;
    height: 94vh;
    background: #ccc;
  }
  .shops-map-addresses {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transition: all 200ms;
  }
  .shops-map-addresses .sma-list {
    height: 0;
    transition: all 200ms;
  }
  .shops-map-addresses.active .sma-title svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .sma-list li {
    padding: 0 20px;
  }
  .sma-list li a {
    border-top: #d3d3d3 1px solid;
    font-weight: 300;
    padding: 20px 0;
  }
  .sil-itm {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.88rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .sil-itm span {
    width: 100%;
    font-weight: 300;
  }
  .shops-info-list {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 55;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transition: all 200ms;
  }
  .shops-info-list li {
    display: none;
    transition: all 200ms;
    padding: 0 20px;
  }
  .shops-info-list.active .sil-title {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    height: 8vh;
    font-weight: 400;
  }
  .shops-info-list.active li.active {
    display: flex;
    flex-direction: column;
  }
  .shops-info-list.active li.active h3 {
    border-top: #d3d3d3 1px solid;
    padding-top: 20px;
  }
  .sil-imgs {
    width: 100%;
    margin-top: 2vmax;
  }
  .sil-imgs div {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 5px;
  }
  .sli-btns {
    display: block;
    padding: 10px 0;
  }
  .sli-btns .btn {
    width: 100%;
  }
}
.hdr-search-tip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.hdr-search-tip.active {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hst-boxes {
  display: none;
  width: 100%;
  padding: 0 10px 10px 10px;
}
.hst-boxes a {
  font-size: 13px;
  font-weight: 600;
  border: #8FC055 2px solid;
  padding: 3px 7px;
  color: #8FC055;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.hst-boxes a:hover {
  border: #619A1D 2px solid;
}
.hst-main {
  position: relative;
  padding: 0 0 0 20px;
}
.hst-main .clear {
  color: #aaa;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.hst-main .clear:hover {
  text-decoration: underline;
  cursor: pointer;
}
.hst-main h4 {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.hst-tips {
  margin: 10px 0 20px 0;
}
.hst-tips a {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 13px;
  margin: 10px 0;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}
.hst-tips a strong {
  font-weight: 700;
}
.hst-tips a svg {
  fill: #aaa;
}
.hst-tips a .-del {
  opacity: 0;
}
.hst-tips a .-del:hover svg {
  fill: #302E30;
}
.hst-tips a:hover {
  color: #0088B2;
}
.hst-tips a:hover .-del {
  opacity: 1;
}
.hst-tips.-h a {
  background-image: url(../img/srch-history-ico.svg);
}
.hst-tips.-of a {
  background-image: url(../img/srch-zoom-ico.svg);
}
.hst-tips.-cat a {
  background-image: url(../img/srch-cat-ico.svg);
}
.hst-tips.-brand a {
  background-image: url(../img/srch-brands-ico.svg);
}
@media screen and (min-width: 1020px) {
  .hdr-search-tip {
    height: 560px;
  }
  .hst-main {
    width: 23%;
    overflow-y: auto;
  }
  .hst-prods {
    width: 75%;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1019px) {
  .hst-prods {
    display: none;
  }
  .hst-boxes {
    display: block;
  }
  .hst-main {
    width: 100%;
    padding: 10px;
  }
  .hst-main .clear {
    right: 10px;
  }
}
.hdr-cat-menu-wrp {
  display: none;
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  background: #fff;
  z-index: 99;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hdr-cat-menu {
  display: flex;
  height: 525px;
}
.hdr-cat-menu .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.hcm-wrp {
  width: 35%;
}
.hcm-wrp ul {
  padding: 15px 0;
}
.hcm-wrp ul li {
  padding: 0 25px;
}
.hcm-wrp ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 0;
  border-bottom: #d3d3d3 1px solid;
  text-decoration: none;
}
.hcm-wrp ul li a span {
  flex: 1;
  padding-right: 15px;
}
.hcm-wrp ul li a svg {
  fill: #302E30;
}
.hcm-wrp ul li.hvr a {
  border-color: #fff;
}
.hcm-wrp ul li.active {
  background: #9DD061;
}
.hcm-wrp ul li.active a {
  color: #fff;
  border-color: #8FC055;
}
.hcm-wrp ul li.active a svg {
  fill: #fff;
}
.hcm-sub {
  flex: 1;
  padding: 15px 20px;
}
.hcm-sub .h {
  padding: 15px 0;
  font-size: 14px;
  color: #8FC055;
  border-bottom: #8FC055 1px solid;
}
.hcm-subs {
  position: relative;
}
.hcm-subs > div {
  position: absolute;
  display: none;
}
.hcm-subs > div.active {
  display: flex;
}
.hcm-subs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  overflow-y: auto;
}
.hcm-subs ul li {
  margin: 15px 0;
  padding-right: 10px;
}
.hcm-subs a {
  font-size: 14px;
  text-transform: none;
}
.hcm-subs a:hover {
  color: #9DD061;
  text-decoration: none;
}
.content {
  font-weight: 300;
}
.content h1 {
  font-family: 'Noto Serif', serif;
  font-size: 2.25rem;
  padding: 0;
  margin: 0 0 2vmax 0;
  font-weight: 600;
}
.content h2,
.content h3 {
  font-size: 1.25rem;
  margin: 0 0 2vmax 0;
  padding: 0;
  font-weight: 600;
}
.page-txt {
  font-weight: 300;
}
.page-txt a {
  text-decoration: underline;
  color: #0E5283;
}
.page-txt h2,
.page-txt h3 {
  margin: 0 0 2vmax 0;
}
.page-txt p,
.page-txt ul {
  margin-top: 2vmax;
  margin-bottom: 2vmax;
}
.page-txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-txt ul > li {
  margin: 0.5vmax 0;
}
.page-txt ul > li:before {
  content: "\2014";
  margin-right: 15px;
}
.page-txt ul.wide > li {
  margin: 1vmax 0;
}
.policy-tbl {
  margin: 2vmax 0;
  border-left: #d3d3d3 1px solid;
  border-top: #d3d3d3 1px solid;
}
.policy-tbl .row div {
  border-right: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
  padding: 2vmax;
}
.policy-tbl .row div:first-child {
  background: #F1F0F0;
}
.policy-tbl .row div:last-child {
  flex: 1;
}
.policy-tbl .row div strong {
  font-weight: 500;
}
.pagination {
  font-weight: 300;
  font-size: 0.88rem;
  color: #302E30;
}
.pagination > * {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-right: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
  border-top: #d3d3d3 1px solid;
  padding: 0 10px;
}
.pagination > *:first-child {
  border-left: #d3d3d3 1px solid;
}
.pagination > *.active {
  background: #302E30;
  color: #fff;
  font-weight: 700;
  border: #302E30 1px solid;
}
.header-back-mobi {
  width: 100%;
  min-height: 50px;
  border-bottom: #d3d3d3 1px solid;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
}
.header-back-mobi .-ar {
  width: 20%;
}
.header-back-mobi .-t {
  text-transform: uppercase;
  line-height: 100%;
}
.header-menu-mobi {
  border-bottom: #d3d3d3 1px solid;
}
.header-menu-mobi .lk-side-menu {
  width: 100%;
  background: #fff;
  display: none;
}
.header-menu-mobi .-hdr {
  width: 100%;
  height: 6vmax;
  text-transform: uppercase;
  font-size: 0.88rem;
}
.header-menu-mobi .-hdr .-ar {
  transition: all 200ms;
}
.header-menu-mobi .-hdr.open {
  background: #619A1D;
  color: #fff;
}
.header-menu-mobi .-hdr.open .-ar {
  transform-origin: center center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.header-menu-mobi .-hdr.open .-ar svg {
  fill: #fff;
}
.page-dostavka {
  max-width: 1000px;
}
.page-dostavka .prod-tabs {
  margin-top: 2vmax;
}
.page-dostavka .prod-tabs .-tab {
  padding-top: 1vmax;
}
.dostavka-city .h .-t {
  font-weight: 500;
  font-size: 1.25rem;
}
.dostavka-tbl {
  font-weight: 500;
}
.dostavka-tbl .col-adr a {
  text-decoration: underline;
  text-decoration-style: dashed;
  font-weight: 400;
}
.dostavka-tbl.-kur li > div {
  flex: 1;
}
@media screen and (min-width: 1020px) {
  .big-slider {
    min-height: 300px;
  }
}
