/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Mrs White";
  src: url("MrsWhite.eot");
  src: local("Mrs White"), local("MrsWhite"), url("../fonts/MrsWhite.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("icomoon.eot");
  src: local("icomoon"), url("../fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("EuclidCircularB-Light");
  src: local("EuclidCircularB-Light"), url("../fonts/EuclidCircularB-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.button {
  background: #a71117;
  padding: 0 30px;
  height: 50px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
}
.button:hover {
  opacity: 0.9;
}
.button:active {
  opacity: 0.8;
}

html,
body {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
}

html {
  min-height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Mrs White", sans-serif;
  color: #000;
  background: #fff;
}

input.placeholder,
textarea.placeholder {
  color: #aaa6a5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa6a5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa6a5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa6a5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa6a5;
}

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

.site-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  width: 100%;
}

.app {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

nav {
  flex: none;
}

main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content {
  max-width: 1210px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.main_top {
  margin-top: 90px;
}

.section__bottom {
  padding-bottom: 80px;
}
@media screen and (max-width: 375px) {
  .section__bottom {
    padding-bottom: 25px;
  }
}
.section__top {
  padding-top: 60px;
}
.section__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .section__title {
    font-size: 32px;
    line-height: 1.1;
  }
}
.section__title_small {
  margin-bottom: 20px;
  font-size: 33px;
}
@media screen and (max-width: 1024px) {
  .section__title_small {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .section__title_small {
    font-size: 20px;
  }
}
.section__title_mini {
  margin: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
}
@media screen and (max-width: 550px) {
  .section__title_mini {
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  .section__title_mini {
    font-size: 16px;
  }
}
.section__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
  grid-gap: 30px;
}
@media screen and (max-width: 600px) {
  .section__wrap {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
.section__row {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 1150px) {
  .section__row {
    flex-direction: column;
  }
}
.section__clmn {
  margin: 0 15px;
  flex: 1 1 50%;
}
.section__clmn .product {
  margin-bottom: 20px;
}
.section__clmn .product:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1150px) {
  .section__clmn {
    flex: 1 1 auto;
    margin-bottom: 20px;
  }
  .section__clmn:last-child {
    margin-bottom: 0;
  }
}
.section__text {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .section__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .section__text {
    font-size: 16px;
  }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: fixed !important;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: scale(0);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0);
}

.mCSB_dragger_bar {
  background-color: rgba(169, 169, 169, 0.75) !important;
}

.footer {
  min-height: 100px;
  background: url(../static/images/footer-bg.png) top center repeat-x;
  background-size: 100% auto;
  padding-top: 52px;
}
@media screen and (max-width: 1150px) {
  .footer {
    background-size: cover;
  }
}
.footer .content {
  max-width: 1145px;
  padding: 0 15px;
}
.footer__row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__nav {
  margin-top: -12px;
  display: flex;
}
.footer__nav_ref {
  color: #f37042 !important;
}
.footer__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
@media screen and (max-width: 600px) {
  .footer__nav ul {
    flex-direction: column;
    margin-top: 20px;
  }
}
.footer__nav ul li {
  padding: 0;
  margin: 0;
}
.footer__nav ul li a {
  display: flex;
  align-items: center;
  padding: 15px 13px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 22px;
  transition: all 0.3s ease;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.footer__nav ul li a:hover {
  color: #9cc;
}
.footer__nav-catalog {
  position: relative;
}
.footer__nav-catalog:before {
  display: flex;
  align-items: center;
  content: url(../static/images/arrow.png);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
}
.footer__tel {
  color: #9cc;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .footer__tel {
    margin-top: 20px;
    text-align: center;
  }
}
.footer__bottom {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .footer__bottom {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}
.footer__bottom .inst {
  cursor: pointer;
  width: 64px;
}
.footer__bottom .inst svg {
  fill: currentColor;
}
.footer__bottom .inst:before {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer__bottom .inst {
    width: 43px;
  }
}
.footer__bottom .vk:before {
  content: "\e980";
}
.footer__bottom .fc:before {
  content: "\e97d";
}
.footer__bottom .od:before {
  content: "\e97e";
}
.footer__social {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #f3a8bc;
  transition: all 0.2s ease;
}
.footer__social:hover {
  color: #9cc;
}
.footer__social:before {
  content: "";
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  font-size: 58px;
  flex: none;
}
@media screen and (max-width: 600px) {
  .footer__social:before {
    font-size: 40px;
  }
}
.footer__up {
  display: flex;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  top: 20px;
  margin: 0 30px;
}
@media screen and (max-width: 900px) {
  .footer__up {
    order: 2;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    bottom: 0;
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #666;
  font-size: 18px;
}
.footer__copyright-wrap {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .footer__copyright-wrap {
    margin-right: 0;
  }
}
.footer__copyright img {
  margin-right: 5px;
}
.footer__copyright span {
  white-space: nowrap;
}
.footer__policy {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px dashed #666;
  transition: all 0.3s ease;
}
.footer__policy:hover {
  color: #9cc;
  border-bottom: 1px dashed #9cc;
}
.footer__right {
  display: flex;
}
@media screen and (max-width: 600px) {
  .footer__right {
    flex-direction: column;
    align-items: center;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 130px;
  background: url(../static/images/top-nav.png) bottom center repeat-x;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 1150px) {
  .header {
    min-height: 100px;
    background-size: cover;
  }
}
.header .content {
  max-width: 1145px;
  padding: 0 15px;
}
.header__wrap {
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .header__wrap {
    justify-content: flex-end;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .header__right {
    align-items: center;
  }
}
.header__logo {
  padding-right: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 1150px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header__row {
  position: relative;
  padding-top: 15px;
  display: flex;
  z-index: 100;
}
@media screen and (max-width: 1150px) {
  .header__row {
    justify-content: space-between;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.header__nav ul li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header__nav ul li a {
  padding: 21px 13px 15px;
  text-transform: uppercase;
  font-size: 22px;
  transition: all 0.3s ease;
  line-height: 20px;
  color: #666;
  text-decoration: none;
}
.header__nav ul li a:hover {
  color: #9cc;
}
.header__nav_ref {
  color: #f37042 !important;
}
.header__nav-catalog {
  position: relative;
}
.header__nav-catalog:before {
  content: url(../static/images/arrow.png);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.header__nav_girlfiend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 32px;
  transition: 0.3s;
  background: #f37042;
  border-radius: 10px;
  color: #fff !important;
}
.header__nav_girlfiend:hover {
  background: #f15e2a;
}
.header__login {
  margin: 0 13px;
  margin-top: 5px;
  position: relative;
  min-width: 150px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1150px) {
  .header__login {
    display: none;
  }
}
.header__login:before {
  content: "\e95e";
  font-family: icomoon;
  line-height: 1;
  position: absolute;
  color: #e8bbcb;
  left: 0;
  top: 0;
  font-size: 40px;
  z-index: -1;
}
.header__login span {
  position: relative;
  color: #fff;
  line-height: 1;
  left: -9px;
}
.header__login span:before {
  content: "\e96b";
  font-family: icomoon;
  text-transform: none;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  top: 3px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.header__contacts a {
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  .header__contacts {
    display: none;
  }
}
.header__basket {
  margin-top: 5px;
  position: relative;
  width: 49px;
  height: 41px;
  padding: 0;
  z-index: 50;
  color: #98d5d7;
  flex: none;
  cursor: pointer;
}
.header__basket:before {
  content: "\e957";
  font-family: icomoon;
  line-height: 1;
  position: absolute;
  color: #98d5d7;
  left: 0;
  top: 0;
  font-size: 41px;
}
.header__basket.active:before {
  content: "\e958";
}
.header__basket.active span {
  display: flex;
}
.header__basket span {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #98d5d7;
  font-size: 10px;
  top: 7px;
  right: 8px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
}
.header__basket-wrap {
  display: flex;
  align-items: center;
  width: 50px;
  position: relative;
  margin-right: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1150px) {
  .header__basket-wrap {
    display: none;
  }
}
.header__basket-wrap:hover .header__basket-window {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: all;
}
.header__basket-window {
  width: 310px;
  position: absolute;
  z-index: 15;
  top: 100%;
  left: 50%;
  margin-left: -155px;
  background-color: #fff;
  border-radius: 12px;
  border: 3px solid #9cc;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2), 0 10px 15px -9px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -10px, 0) scale(0.9);
  transform-origin: 50% 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.header__basket-window:after, .header__basket-window:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header__basket-window:before {
  border-color: rgba(153, 204, 204, 0);
  border-bottom-color: #9cc;
  border-width: 12px;
  margin-left: -12px;
}
.header__basket-window:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.header__basket-window:hover {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: all;
}
.header__basket-item {
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 20px;
  border-bottom: 2px solid #eee;
}
.header__basket-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 95px;
}
.header__basket-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__basket-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 12px;
  color: #5b5b5c;
}
.header__basket-name {
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}
.header__basket-name:first-line {
  font-size: 20px;
}
.header__basket-desc {
  white-space: nowrap;
  margin-bottom: 2px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.1;
}
.header__basket-desc img {
  margin-left: 2px;
  height: 9px;
}
.header__basket-link {
  position: relative;
  display: inline-block;
  padding: 2px 15px;
  width: 100px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  border-radius: 10px;
  user-select: none;
  white-space: nowrap;
  background-color: #f3a8bc;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__basket-link:hover {
  color: #666;
}
.header__basket-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  padding-bottom: 25px;
  text-align: center;
}
.header__basket-total-desc {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
}
.header__basket-total-desc img {
  margin-left: 2px;
  height: 9px;
}
.header__basket-total-desc.grey {
  color: #666;
}
.header__basket-total-desc.orange {
  color: #f37042;
}
.header__basket-total_bottom {
  margin-bottom: 10px;
}
.header__basket-total-sum {
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
}
.header__basket-remove {
  max-width: 12px;
  font-size: 12px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  color: #666;
  flex: none;
  position: absolute;
  right: 10px;
  top: 13px;
}
.header__basket-remove img {
  max-width: 100% !important;
}
.header__basket-remove:hover {
  filter: contrast(20%);
}
.header__basket-counter {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.header__link {
  color: #98d5d7;
  font-size: 26px;
}
.header__time {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.header-mobile__burger {
  display: none;
  width: 30px;
  height: 30px;
  align-items: center;
  cursor: pointer;
  user-select: none;
  margin-left: 10px;
}
@media screen and (max-width: 1150px) {
  .header-mobile__burger {
    display: flex;
  }
}
.header-mobile__burger span {
  background-color: #666;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.header-mobile__burger span:before, .header-mobile__burger span:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #666;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
.header-mobile__burger span:before {
  margin-top: -8px;
}
.header-mobile__burger span:after {
  margin-top: 8px;
}
.header-mobile__burger.active span {
  height: 0;
}
.header-mobile__burger.active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  background-color: #666;
}
.header-mobile__burger.active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  background-color: #666;
}
@media screen and (max-width: 768px) {
  .header-mobile__burger.active span:before, .header-mobile__burger.active span:after {
    background-color: #666;
  }
}
.header-mobile__call {
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  display: none;
}
.header-mobile__call img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1150px) {
  .header-mobile__call {
    display: flex;
  }
}
.header-mobile__time {
  margin-top: 10px;
  display: none;
  justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 1150px) {
  .header-mobile__time {
    display: flex;
  }
}
.header-mobile__window {
  position: absolute;
  top: 115px;
  width: 100%;
  background: #fff;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding: 0 20px;
  pointer-events: none;
}
.header-mobile__window.active {
  padding: 20px;
  max-height: 500px;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  pointer-events: all;
}
.header-mobile__window .header__nav {
  display: flex;
  background: #fff;
}
.header-mobile__window .header__nav ul {
  flex-direction: column;
}
.header-mobile__basket {
  margin-right: 10px;
  display: none;
}
@media screen and (max-width: 1150px) {
  .header-mobile__basket {
    display: flex;
  }
}

.home {
  height: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1150px) {
  .home {
    margin-top: 0;
  }
}

.product {
  position: relative;
  min-height: 314px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1210px) {
  .product {
    min-height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .product {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product {
    flex-direction: column;
    padding: 20px;
  }
}
.product__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  flex: 1 1 180px;
  max-width: 180px;
}
@media screen and (max-width: 500px) {
  .product__left {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.product__right {
  flex: 1 1 auto;
}
@media screen and (max-width: 500px) {
  .product__right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product__subheader_div {
  color: #666;
  font-size: 18px;
}
.product__img {
  min-width: 180px;
  max-width: 180px;
}
.product__img img {
  width: 100%;
  height: 100%;
  max-height: 215px;
  object-fit: contain;
}
.product__img span {
  position: relative;
  margin-top: 30px;
  color: #9cc;
  font-size: 20px;
  line-height: 0.8;
  border-bottom: 1px dashed #9cc;
}
.product__img span:after {
  content: url(../static/images/about-this-product.png);
  position: absolute;
  top: 3px;
  right: -15px;
}
@media screen and (max-width: 500px) {
  .product__img {
    max-width: 230px;
  }
  .product__img img {
    max-height: 230px;
  }
}
.product__name {
  display: block;
  font-size: 26px;
  line-height: 1.3;
  color: #666;
}
.product__name:first-line {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .product__name {
    font-size: 18px;
    line-height: 1.1;
  }
  .product__name:first-line {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .product__name {
    text-align: center;
  }
}
.product__stars {
  display: flex;
  align-items: center;
}
.product__stars-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.product__stars-wrap span {
  margin-top: 2px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  color: #9cc;
}
.product__stars svg {
  width: 12px;
  height: 12px;
  fill: #cccccc;
}
.product__stars.active svg {
  fill: #ecbb33;
}
.product__quantity {
  margin-top: 15px;
  font-size: 20px;
  color: #666;
}
.product__price {
  display: flex;
  align-items: center;
  font-size: 29px;
  margin-right: 5px;
  line-height: 1.2;
  color: #666;
}
@media screen and (max-width: 600px) {
  .product__price {
    font-size: 22px;
  }
}
.product__price-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .product__price-wrap {
    margin-top: 10px;
  }
}
.product__price-clmn {
  display: flex;
  align-items: center;
}
.product__price-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .product__price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product__price_old {
  display: flex;
  align-items: center;
  color: #aaa6a5;
  font-weight: 500;
  position: relative;
  padding: 0 0.2em;
  line-height: 1.2;
}
.product__price_old:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  background-color: #aaa6a5;
}
.product__price_old img {
  margin-left: 10px;
  height: 16px;
  margin-top: -3px;
}
@media screen and (max-width: 600px) {
  .product__price_old {
    font-size: 30px;
  }
  .product__price_old img {
    margin-left: 5px;
  }
}
.product__price_new {
  padding-right: 5px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-top: 3px;
  position: relative;
  background: #f37042;
  font-size: 22px;
  height: 30px;
  color: #fff;
  user-select: none;
  cursor: pointer;
}
.product__price_new:before, .product__price_new:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: -15px;
  display: inline-block;
  border-style: solid;
  border-width: 15px;
  border-color: #f37042 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.product__price_new:after {
  transform: skew(20deg);
}
.product__price_new:before {
  transform: rotate(180deg) skew(-20deg);
}
.product__price_new img {
  margin-left: 10px;
  height: 16px;
  margin-top: -3px;
}
@media screen and (max-width: 600px) {
  .product__price_new {
    font-size: 22px;
  }
  .product__price_new img {
    margin-left: 5px;
    height: 14px;
  }
}
.product .product__buy {
  margin: 0 -15px;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .product .product__buy {
    justify-content: center;
  }
}
.product .product__buy .product__delivery {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 600px) {
  .product .product__buy .product__delivery {
    margin: 8px !important;
  }
}
.product .product__buy .product__btn {
  height: 44px;
  white-space: nowrap;
  width: 100%;
  max-width: 175px;
  margin: 5px 15px !important;
}
@media screen and (max-width: 500px) {
  .product .product__buy .product__btn {
    min-width: 170px;
  }
}
@media screen and (max-width: 340px) {
  .product .product__buy .product__btn {
    min-width: 150px;
  }
}
.product .product__buy .product__counter {
  height: 44px;
  margin: 5px 15px !important;
}
.product .product__buy .product__counter-clmn {
  width: 40px;
  height: 100%;
}
.product .product__buy .product__counter input {
  border-left: none;
  min-width: 40px;
}
.product .product__buy .product__counter button {
  width: 100%;
  margin-top: 0;
  padding-top: 3px;
  height: 50%;
}
.product .product__buy .product__counter button:nth-child(1) {
  border-bottom: 2px solid #e5e4e4;
}
@media screen and (max-width: 600px) {
  .product .product__buy .product__counter button {
    flex: 1 1 40px;
    max-width: 40px;
    min-width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .product .product__buy .product__counter {
    margin: 0;
    margin-bottom: 20px;
    height: 44px;
  }
}
@media screen and (max-width: 500px) {
  .product .product__buy .product__info-window {
    margin-top: 10px;
    right: 0;
    left: inherit;
  }
  .product .product__buy .product__info-window:after {
    left: inherit;
    right: 20px;
  }
}
.product .product__price-row {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .product .product__price-row {
    justify-content: center;
  }
}
.product .product__price-wrap {
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .product .product__desc {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .product .product__name {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .product .product__stars_desktop {
    display: none;
  }
}
.product .product__stars_mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .product .product__stars_mobile {
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.product__buy {
  display: flex;
  margin: 0 -8px;
}
.product__buy .product__info-window {
  min-width: 300px;
  text-align: left;
  left: calc(100% + 15px);
  top: 50%;
  margin-top: -30px;
  bottom: inherit;
  margin-left: 0;
  min-height: 60px;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(108, 106, 107, 0.3);
  border: none;
  color: #ff5a16;
}
.product__buy .product__info-window:after {
  top: 25px;
  transform: rotate(90deg);
  left: -6px;
}
@media screen and (max-width: 800px) {
  .product__buy .product__info-window {
    min-width: 160px;
    top: 100%;
    margin-top: 20px;
    left: 0;
  }
  .product__buy .product__info-window:after {
    margin-left: 0;
    left: 10px;
    top: -12px;
    transform: rotate(180deg);
  }
}
.product__btn {
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  padding-top: 3px;
  height: 32px;
  font-size: 20px !important;
  color: #fff;
  transition: 0.3s;
  background-color: #abd5d6;
  border-radius: 10px;
  width: fit-content;
}
.product__btn.active {
  background: #f3a8bc;
}
@media screen and (max-width: 600px) {
  .product__btn {
    height: 37px;
    max-width: 150px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.product__delivery {
  margin: 0 8px;
  width: 31px;
  height: 31px;
  background-image: url(../static/images/percent.svg) no-repeat;
  cursor: pointer;
  flex: none;
}
@media screen and (max-width: 500px) {
  .product__delivery {
    margin-left: 0;
  }
}
.product__delivery-desc {
  font-size: 21px;
  line-height: 1.4;
  color: #ff5a16;
}
.product__delivery-row {
  display: flex;
}
.product__delivery_mobile {
  margin: 0;
  display: none;
  color: #ff5a16;
}
@media screen and (max-width: 600px) {
  .product__delivery_mobile {
    display: block;
  }
}
.product__counter {
  margin: 0 8px;
  display: flex;
  align-items: center;
  border: 2px solid #e5e4e4;
  height: 32px;
  color: #9cc;
  border-radius: 10px;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .product__counter {
    height: 37px;
  }
}
.product__counter button {
  padding: 0 7px;
  margin-top: 2px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 27px;
  line-height: 14px;
  outline: none;
  color: #aaa5a5;
  background: transparent;
  transition: all 0.3s ease;
  flex: none;
}
.product__counter button:hover {
  color: #666;
}
.product__counter input {
  padding: 0 5px;
  min-width: 30px;
  height: 100%;
  border: none;
  display: flex;
  padding-top: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  outline: none;
  color: #5b5b5b;
  background: transparent;
  border-left: 2px solid #e5e4e4;
  border-right: 2px solid #e5e4e4;
  width: 35px;
}
.product__size {
  margin: 0 -8px;
}
.product__size .product__info-window {
  text-align: left;
  left: calc(100% + 15px);
  top: calc(-100% + 20px);
  bottom: inherit;
  margin-left: 0;
  min-height: 60px;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(108, 106, 107, 0.3);
  border: none;
}
.product__size .product__info-window:after {
  top: 25px;
  transform: rotate(90deg);
  left: -6px;
}
.product__size ul {
  display: flex;
}
.product__size ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
  font-size: 26px;
  padding: 0.5px;
  border: 1px dashed #9cc;
  border-radius: 6px;
  width: 31px;
  height: 31px;
  color: #9cc;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.product__size ul li.active {
  background-color: #9cc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}
.product__size ul li.disabled {
  border-color: #9d9d9d;
  color: #9d9d9d;
  cursor: default;
}
.product__size ul li.disabled.active {
  background-color: #bababa !important;
  color: #fff;
}
.product__size-info {
  position: relative;
  font-size: 20px;
  margin: 0;
  margin-left: 7px;
  margin-top: 1px;
  padding: 0;
  min-width: auto;
  border: none !important;
}
.product__size-info:after {
  content: "\e97a";
  font-family: icomoon;
  text-transform: none;
  line-height: 1;
  position: relative;
  font-size: 23px;
}
.product__info {
  position: relative;
}
@media screen and (max-width: 600px) {
  .product__info {
    display: flex;
  }
}
.product__info:hover .product__info-window {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0, 0, 0) scale(1);
}
@media screen and (max-width: 600px) {
  .product__info .product__price {
    margin-top: 0;
  }
}
.product__info-window {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 140px;
  border-radius: 15px;
  background-color: #fff;
  color: #5b5b5b;
  line-height: 10px 15px;
  text-align: center;
  box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.21);
  border: 1px solid #ddd;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: calc(100% + 15px);
  z-index: 15;
  transform: scale(0.95) translate3d(0, 8px, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 15px;
  font-size: 18px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.product__info-window:after {
  content: "";
  width: 27px;
  height: 15px;
  background: url(../static/images/arrow-white.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% - 2px);
  top: calc(100% - 2px);
  margin-left: -13.5px;
}
.product__info-window p {
  margin: 0;
  margin-bottom: 10px;
}
.product__info-window p:last-child {
  margin-bottom: 0;
}
.product__desc {
  margin-right: 10px;
  font-size: 22px;
  color: #666;
}
.product__desc img {
  width: 12px;
  height: 12px;
}
.product__top {
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .product__top {
    margin-top: 5px;
  }
}
.product__top_small {
  margin-top: 5px;
}

.basket {
  padding: 0 20px;
  position: relative;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .basket {
    padding-right: 25px;
  }
}
.basket .product__size {
  margin: 0 -5px;
}
.basket .product__size li {
  width: 28px;
  height: 28px;
  margin: 0 5px;
}
.basket .product__counter {
  margin: 0;
}
.basket__title {
  display: flex;
  padding: 20px 0 15px;
  font-size: 24px;
  color: #ccc;
  border-bottom: 2px solid #e5e5e5;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .basket__title {
    display: none;
  }
}
.basket__row {
  position: relative;
  padding: 20px 0;
  display: flex;
  border-bottom: 2px solid #e5e5e5;
}
.basket__right {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1000px) {
  .basket__right {
    flex-direction: column;
  }
}
.basket__left {
  flex: 1 1 180px;
  max-width: 180px;
  margin-right: 15px;
}
.basket__clmn {
  flex: 1 1 120px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .basket__clmn {
    margin-top: 10px;
  }
}
.basket__clmn:nth-child(1) {
  flex: 1 1 240px;
}
@media screen and (max-width: 1000px) {
  .basket__clmn:nth-child(1) {
    flex-direction: column;
    margin-top: 0;
    margin-right: 20px;
  }
}
.basket__clmn:nth-child(1) .basket__desc {
  font-size: 23px;
  margin-bottom: 10px;
}
.basket__clmn:nth-child(1) .basket__desc:first-line {
  font-size: 26px;
}
.basket__clmn:nth-child(2) {
  flex: 1 1 160px;
}
.basket__clmn:nth-child(3) {
  flex: 1 1 170px;
}
.basket__clmn:nth-child(4) {
  flex: 1 1 130px;
}
.basket__clmn:nth-child(5) {
  flex: 1 1 85px;
}
.basket__clmn:nth-child(6) {
  flex: 1 1 75px;
  max-width: 75px;
  min-width: 75px;
}
.basket__clmn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .basket__clmn {
    flex: 1 1 auto !important;
    display: flex;
  }
}
.basket__img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 180px;
}
.basket__img img {
  height: 100%;
  max-height: 140px;
  object-fit: contain;
}
.basket__img span {
  position: relative;
  margin-top: 30px;
  color: #9cc;
  font-size: 20px;
  line-height: 0.8;
  border-bottom: 1px dashed #9cc;
}
.basket__img span:after {
  content: url(../static/images/about-this-product.png);
  position: absolute;
  top: -2px;
  right: -15px;
}
@media screen and (max-width: 600px) {
  .basket__img {
    max-width: 100px;
  }
  .basket__img img {
    max-height: 100px;
  }
  .basket__img span {
    margin-top: 20px;
    font-size: 18px;
  }
}
.basket__desc {
  font-size: 24px;
  line-height: 35px;
  color: #666;
}
@media screen and (max-width: 600px) {
  .basket__desc {
    font-size: 20px;
    line-height: 1.1;
  }
}
.basket__desc_blue {
  color: #99cccc;
}
.basket__desc_orange {
  color: #F37146;
}
.basket__desc_grey {
  color: #ccc;
}
.basket__desc_bold {
  font-weight: 700;
}
.basket__desc_mobile {
  margin-right: 5px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .basket__desc_mobile {
    display: flex;
  }
}
.basket__price {
  display: flex;
  align-items: center;
}
.basket__price img {
  margin-top: -5px;
  margin-left: 10px;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 600px) {
  .basket__price img {
    height: 12px;
    margin-top: -2px;
    margin-left: 5px;
  }
}
.basket__delete {
  position: relative;
  cursor: pointer;
}
.basket__delete:before {
  content: "";
  display: block;
  width: 54px;
  height: 41px;
  background: url(../static/icons/remove.svg) no-repeat center;
}
@media screen and (max-width: 1000px) {
  .basket__delete {
    position: absolute;
    right: -20px;
    top: 10px;
  }
  .basket__delete:before {
    width: 30px;
  }
}
.basket__total {
  padding: 15px 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  color: #666;
}
.basket__total .basket__clmn {
  flex: 1 1 200px;
  max-width: 100%;
}
.basket__total_old {
  position: relative;
  width: fit-content;
}
.basket__total_old:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-5deg) translateY(-50%);
  -ms-transform: rotate(-5deg) translateY(-50%);
  transform: rotate(-5deg) translateY(-50%);
  display: block;
}

.checkout-form__row {
  display: flex;
}
.checkout-form__basket {
  margin-left: 20px;
  height: fit-content;
  flex: 1 1 310px;
}
@media screen and (max-width: 760px) {
  .checkout-form__basket {
    display: none;
  }
}
.checkout-form__box {
  background: #fff;
}
.checkout-form__box:nth-child(1) {
  flex: 1 1 820px;
}
.checkout-form__box:last-child {
  margin-bottom: 0;
}
.checkout-form__title {
  margin: 0;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
  text-align: left;
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .checkout-form__title {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }
}
.checkout-form__desc {
  margin-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
}
@media screen and (max-width: 768px) {
  .checkout-form__desc img {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__desc img {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .checkout-form__desc {
    font-size: 18px;
  }
}
.checkout-form__desc_orange {
  color: #F37146;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .checkout-form__desc_orange {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__desc_orange {
    font-size: 12px;
  }
}
.checkout-form__desc_red {
  color: #a94442;
}
.checkout-form__inner {
  padding: 30px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .checkout-form__inner {
    padding: 20px 0 30px 0;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__inner {
    padding: 18px 0 15px 0;
  }
}
.checkout-form__floating-label {
  display: block;
  position: absolute;
  pointer-events: none;
  left: 19px;
  top: 29px;
  transition: 0.2s ease all;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #9C9C9C;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .checkout-form__floating-label {
    font-size: 14px;
    line-height: 18px;
    top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__floating-label {
    font-size: 12px;
    line-height: 15px;
    left: 14px;
    top: 18px;
  }
}
.checkout-form__validated-icon {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(../static/icons/validated.svg) no-repeat center;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .checkout-form__validated-icon {
    bottom: 15px;
    background-size: 21px;
    right: 13px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__validated-icon {
    bottom: 10px;
    background-size: 17px;
    right: 12px;
  }
}
.checkout-form__form-group {
  position: relative;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.checkout-form__form-group select,
.checkout-form__form-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  padding: 0px 18px 0;
  width: 100%;
  max-width: 792px;
  height: 70px;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #4A4A4A;
  background: #FFFFFF;
  border: 1px solid #E5E4E4;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .checkout-form__form-group select,
.checkout-form__form-group input {
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    max-width: 708px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__form-group select,
.checkout-form__form-group input {
    height: 50px;
    font-size: 14px;
    line-height: 18px;
    max-width: 345px;
  }
}
.checkout-form__form-group .street {
  bottom: 45px;
}
@media screen and (max-width: 768px) {
  .checkout-form__form-group .street {
    bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__form-group .street {
    bottom: 37px;
  }
}
.checkout-form__form-group .city {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .checkout-form__form-group .city {
    bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__form-group .city {
    bottom: 10px;
  }
}
.checkout-form__form-group.has-error .checkout-form__error {
  display: flex;
}
.checkout-form__form-group.has-error .checkout-form__validated-icon {
  display: none;
}
.checkout-form__form-group.has-error input {
  border-color: #F37146;
}
.checkout-form__form-group label span {
  font-size: 20px;
  display: block;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.checkout-form__input-row {
  margin: 0 -15px;
}
@media screen and (max-width: 920px) {
  .checkout-form__input-row {
    flex-direction: column;
  }
}
.checkout-form__input-row_sb {
  justify-content: space-between;
}
.checkout-form__input-row .checkout-form__form-group {
  margin: 10px 15px;
  max-width: 792px;
  flex: 1 1 792px;
}
@media screen and (max-width: 920px) {
  .checkout-form__input-row .checkout-form__form-group {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .checkout-form__input-row .checkout-form__form-group {
    max-width: 708px;
    flex: 1 1 708px;
    margin: 10px 30px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__input-row .checkout-form__form-group {
    max-width: 345px;
    flex: 1 1 345px;
    margin: 10px 15px;
  }
}
.checkout-form__btn {
  margin: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  background: #98D5D7;
  border-radius: 5px;
  width: 235px;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
@media screen and (max-width: 768px) {
  .checkout-form__btn {
    width: 215px;
    height: 42px;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 30px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__btn {
    width: 203px;
    height: 42px;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 15px;
  }
}
.checkout-form__btn span {
  position: relative;
  z-index: 10;
  color: #fff;
}
.checkout-form__btn-row {
  display: flex;
  justify-content: start;
}
.checkout-form__btn-order {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  background: #F4A9BD;
  border-radius: 5px;
  width: 792px;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}
.checkout-form__btn-order span {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .checkout-form__btn-order {
    width: 706px;
    height: 90px;
    font-size: 24px;
    line-height: 30px;
    margin: 35px 15px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__btn-order {
    width: 345px;
    height: 59px;
    font-size: 18px;
    line-height: 23px;
    margin: 25px 0;
  }
}
@media screen and (max-width: 360px) {
  .checkout-form__btn-order {
    width: 330px;
    margin: 25px 0;
  }
}
.checkout-form__error {
  display: none;
  margin: 15px 0;
  color: #F37146;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .checkout-form__error {
    font-size: 14px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__error {
    font-size: 12px;
    margin: 5px 0;
  }
}
.checkout-form__payment {
  padding: 20px;
}
.checkout-form__payment-title {
  margin: 0;
  font-weight: 400;
  color: #9cc;
  font-size: 20px;
}
.checkout-form__payment-radio {
  border: 1px solid #E5E4E4;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 8px 15px 8px 0;
  font-weight: 400;
  color: #666;
  max-width: 391px;
}
@media screen and (max-width: 768px) {
  .checkout-form__payment-radio {
    margin: 8px 15px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__payment-radio {
    margin: 8px 15px 8px 0;
    width: 100%;
  }
}
.checkout-form__payment-radio label {
  color: #4A4A4A;
  margin: 18px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.checkout-form__payment-radio label input, .checkout-form__payment-radio label span {
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .checkout-form__payment-radio label {
    margin: 10px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__payment-radio label {
    margin: 10px;
  }
}
.checkout-form__payment-radio label input {
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 0;
  display: none;
}
.checkout-form__payment-radio label input:checked ~ {
  background: red;
}
.checkout-form__payment-radio label input:checked ~ .checkout-form__payment-radio-icon:before {
  display: block;
}
.checkout-form__payment-radio label p {
  color: #4A4A4A;
  font-size: 14px;
  max-width: 300px;
  margin: 0;
  margin-left: 8px;
  user-select: none;
  white-space: nowrap;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .checkout-form__payment-radio label p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__payment-radio label p {
    font-size: 14px;
  }
}
.checkout-form__payment-radio label p a {
  color: #666;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.checkout-form__payment-radio label p a:hover {
  color: #99cccc;
}
.checkout-form__payment-radio div {
  margin: -5px 15px 0 15px;
  padding-bottom: 10px;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .checkout-form__payment-radio div {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__payment-radio div {
    font-size: 10px;
    line-height: 15px;
  }
}
.checkout-form__payment-radio div div {
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-form__payment-radio div div a {
  color: #4A4A4A;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .checkout-form__payment-radio div div a {
    font-size: 12px;
    line-height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__payment-radio div div a {
    font-size: 10px;
    line-height: 15px;
  }
}
.checkout-form__payment-radio-icon {
  display: block;
  position: relative;
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05), inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  border: 1.5px solid #7CBCBE;
  border-radius: 50%;
}
.checkout-form__payment-radio-icon:before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  left: -0.5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 20px;
  display: none;
  background: #98D5D7;
  background-size: 20px;
  border-radius: 50%;
}
.checkout-form__checkbox-circle {
  width: 100%;
  padding: 5px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .checkout-form__checkbox-circle {
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__checkbox-circle {
    padding: 5px 0 5px 0;
  }
}
.checkout-form__checkbox-circle label {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #4A4A4A;
  cursor: pointer;
}
.checkout-form__checkbox-circle label input {
  display: none;
}
.checkout-form__checkbox-circle label input:checked ~ {
  background: red;
}
.checkout-form__checkbox-circle label input:checked ~ .checkout-form__checkbox-circle-icon:before {
  display: block;
}
.checkout-form__checkbox-circle label p {
  color: #666;
  font-size: 14px;
  max-width: 300px;
  margin: 0;
  margin-left: 8px;
  user-select: none;
  white-space: nowrap;
}
.checkout-form__checkbox-circle label p a {
  color: #666;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.checkout-form__checkbox-circle label p a:hover {
  color: #99cccc;
}
.checkout-form__checkbox-circle-icon {
  display: block;
  position: relative;
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05), inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  border: 1.5px solid #7CBCBE;
  border-radius: 50%;
}
.checkout-form__checkbox-circle-icon:before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  left: -0.5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 20px;
  display: none;
  background: #98D5D7;
  background-size: 20px;
  border-radius: 50%;
}
.checkout-form__checkbox {
  margin-top: 10px;
}
.checkout-form__checkbox label {
  font-size: 12px;
  display: flex;
  line-height: 1.167;
  color: #9d9d9d;
  cursor: pointer;
}
.checkout-form__checkbox label input {
  display: none;
}
.checkout-form__checkbox label input:checked ~ {
  background: red;
}
.checkout-form__checkbox label input:checked ~ .checkout-form__checkbox-icon:before {
  display: block;
}
.checkout-form__checkbox label p {
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  max-width: 300px;
  margin: 0;
  margin-left: 8px;
  user-select: none;
  white-space: nowrap;
}
.checkout-form__checkbox label p a {
  color: #666;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.checkout-form__checkbox label p a:hover {
  color: #99cccc;
}
.checkout-form__checkbox-icon {
  position: relative;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05), inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  background-image: linear-gradient(to bottom, #f6f7f9, #cacaca);
  border: 1px solid #9a9a9a;
  border-radius: 2px;
}
.checkout-form__checkbox-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateZ(0);
  text-align: center;
  font-size: 20px;
  display: none;
  background: url(../static/images/checkbox.png) no-repeat center;
  background-size: 8px;
}
.checkout-form__date {
  -webkit-appearance: none;
  text-align: left;
  padding-left: 10px;
  padding-right: 25px;
  cursor: pointer;
  background: url(../static/images/calendar.png) right 20px top 22px no-repeat !important;
  margin-left: 0;
  width: 100%;
  border-radius: 10px !important;
  border-color: #3c763d;
}
@media screen and (max-width: 768px) {
  .checkout-form__date {
    background: url(../static/images/calendar.png) right 20px top 17px no-repeat !important;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__date {
    background: url(../static/images/calendar.png) right 17px top 13px no-repeat !important;
  }
}
.checkout-form__date::placeholder {
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
.checkout-form__period {
  position: relative;
  -webkit-appearance: none;
}
.checkout-form__period select {
  cursor: pointer;
  appearance: none;
}
.checkout-form__period select option {
  cursor: pointer;
}
.checkout-form__period:before {
  position: absolute;
  content: "\e90c";
  font-family: icomoon;
  color: #999;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  right: 20px;
  top: 25px;
  font-size: 20px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .checkout-form__period:before {
    top: 18px;
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .checkout-form__period:before {
    top: 14px;
    right: 18px;
  }
}
.checkout-form__check {
  display: none;
  padding: 10px;
  margin: -10px;
}
.checkout-form__check img {
  margin-left: 15px;
}
@media screen and (max-width: 375px) {
  .checkout-form__check img {
    margin-left: 7px;
  }
}
.checkout-form__check.active {
  display: block;
}
.checkout-form__check-btn {
  margin-bottom: 10px;
  width: fit-content;
  border-bottom: 1px dashed #a71117;
  cursor: pointer;
  transition: all 0.3s ease;
}
.checkout-form__check-btn:hover {
  color: #f37047;
  border-bottom: 1px dashed #f37047;
}

.delivery-period__window {
  overflow: hidden;
  min-height: 0px;
  position: absolute;
  transform: translate3d(0px, -164px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
  border: 2px solid #9cc;
  padding: 0;
  margin: 0;
  box-shadow: none;
  position: absolute;
  border-radius: 10px;
  width: 100%;
  top: 50px;
  max-height: 200px !important;
  overflow-y: auto !important;
  max-width: 100px;
}
.product-modal {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 100px;
  border-radius: 10px;
  padding: 20px 30px;
  background: #fff;
}
@media screen and (max-width: 1130px) {
  .product-modal {
    max-width: 730px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 750px) {
  .product-modal {
    padding: 40px 10px;
  }
}
.product-modal__text-row {
  display: flex;
  align-items: center;
}
.product-modal__text_mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .product-modal__text_mobile {
    display: flex;
  }
}
.product-modal__text_desk {
  display: block;
}
@media screen and (max-width: 600px) {
  .product-modal__text_desk {
    display: none;
  }
}
.product-modal__top {
  margin: 0 -20px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .product-modal__top {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.product-modal__inner {
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .product-modal__inner {
    align-items: center;
  }
}
.product-modal__slider {
  max-width: 580px;
  width: 580px;
}
@media screen and (max-width: 1130px) {
  .product-modal__slider {
    flex: 1 1 320px;
    width: 320px;
  }
}
@media screen and (max-width: 750px) {
  .product-modal__slider {
    flex: 1 1 auto;
    width: auto;
    min-width: 100%;
  }
}
.product-modal__slider-wrap {
  margin: 0 20px;
}
@media screen and (max-width: 750px) {
  .product-modal__slider-wrap {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}
.product-modal__slider-wrap .slick-prev {
  left: 0;
  width: 15px;
  height: 30px;
  position: absolute;
  z-index: 10;
  right: auto;
  color: transparent;
}
.product-modal__slider-wrap .slick-prev:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  background-image: url(../static/images/slick-prev-2.png);
  opacity: 1;
  filter: none;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.product-modal__slider-wrap .slick-next {
  right: 0;
  width: 15px;
  height: 30px;
  position: absolute;
  z-index: 10;
  color: transparent;
}
.product-modal__slider-wrap .slick-next:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  background-image: url(../static/images/slick-next-2.png);
  opacity: 1;
  filter: none;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.product-modal__slide {
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none;
}
.product-modal__slide img {
  max-height: 400px;
}
@media screen and (max-width: 600px) {
  .product-modal__slide img {
    max-height: 260px;
  }
}
.product-modal__wrap {
  margin: 0 20px;
  flex: 1 1 480px;
}
@media screen and (max-width: 750px) {
  .product-modal__wrap {
    flex: 1 1 auto;
  }
}
.product-modal .product__name {
  font-size: 28px;
}
.product-modal .product__name:first-line {
  font-size: 42px;
}
@media screen and (max-width: 1130px) {
  .product-modal .product__name {
    font-size: 23px;
  }
  .product-modal .product__name:first-line {
    font-size: 32px;
  }
}
.product-modal .product__delivery {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .product-modal .product__delivery-row {
    display: none;
  }
}
.product-modal .product__buy {
  align-items: center;
}
.product-modal .product__counter {
  margin-bottom: 0;
}
.product-modal .product__btn {
  margin-bottom: 0;
}
.product-modal .product__price-row {
  flex-direction: row !important;
  align-items: center;
}
.product-modal__tabs {
  display: flex;
  margin: 0 -2px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .product-modal__tabs {
    flex-wrap: wrap;
  }
}
.product-modal__tab {
  padding: 5px;
  margin: 0 2px;
  flex: 1 1 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #9cc;
  text-align: center;
  background-color: #f5f6f6;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  cursor: pointer;
}
@media screen and (max-width: 1130px) {
  .product-modal__tab {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .product-modal__tab {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .product-modal__tab {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product-modal__tab {
    flex: 1 1 180px;
    height: 45px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 400px) {
  .product-modal__tab {
    flex: 1 1 120px;
  }
}
.product-modal__tab:hover, .product-modal__tab.active {
  background: #fff;
  border-top: 2px solid #9cc;
  color: #5b5b5b;
}
.product-modal__tab .product__stars {
  margin-top: -2px;
  margin-right: 10px;
}
@media screen and (max-width: 1130px) {
  .product-modal__tab .product__stars {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.product-modal__review {
  padding-right: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .product-modal__review {
    margin-bottom: 20px;
    padding-right: 0;
    justify-content: center;
  }
}
.product-modal__review-img {
  width: 65px;
  height: 65px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.product-modal__review-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-modal__review-name {
  padding-left: 18px;
  font-size: 24px;
  text-transform: uppercase;
  color: #f3a8bc;
}
.product-modal__window {
  margin-top: 30px;
}
.product-modal__box {
  display: none;
}
.product-modal__box.active {
  display: block;
}
.product-modal__inner {
  display: flex;
}
@media screen and (max-width: 600px) {
  .product-modal__inner {
    flex-direction: column;
  }
}
.product-modal__info {
  width: 100%;
}
.product-modal__info p {
  font-size: 21px;
  color: #666;
  text-transform: uppercase;
}
.product-modal__title {
  font-size: 30px;
  padding-bottom: 15px;
}
.product-modal__title_blue {
  color: #99cccc;
}
.product-modal__certificates {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.product-modal__certificates img {
  margin: 15px;
  width: 8%;
  min-width: 75px;
}
.product-modal__feedback {
  text-transform: uppercase;
  color: #666;
  padding: 10px 0;
  border-bottom: 2px solid #f2f2f2;
}
.product-modal__feedback-wrap {
  max-height: 300px;
  position: relative;
  z-index: 10;
}
.product-modal__feedback-name {
  font-size: 21px;
}
.product-modal__feedback-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 4px;
  margin-bottom: 5px;
}
.product-modal__feedback-date {
  font-size: 16px;
  color: #aaa6a6;
}

.stock {
  width: 100%;
  position: fixed;
  top: 75px;
  background: #fff;
  z-index: 100;
  padding-bottom: 10px;
  box-shadow: 0 10px 16px 3px rgba(0, 0, 0, 0.01);
}
@media screen and (max-width: 1020px) {
  .stock {
    top: 60px;
  }
}
.stock__info {
  margin-top: 60px;
}
.stock__info .section__title {
  margin-bottom: 0 !important;
  color: #f3a8bc;
  text-align: center;
}
.stock__info .section__title_small {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.stock__img {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.stock__row {
  display: flex;
}
.stock__row .section__title {
  margin-bottom: 0;
}
.stock__quantity {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  padding-top: 2px;
  border-radius: 50%;
  background: #99cccc;
  flex: none;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .stock__quantity {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .stock__quantity {
    width: 25px;
    height: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
