@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* snippets */

/* /snippets */

/* common */

body {
  font-family: "core_rhino_45_regular", Helvetica, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: white;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 35px;
  }
}

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

a {
  text-decoration: none;
  color: white;
}

.icon-phone {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  fill: white;
}

/* header */

.header {
  display: flex;
  height: 64px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  justify-content: space-between;
  background: #2b2d2f;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 15em 2em 3em rgba(81, 203, 238, 0.13), 0 0 0 2px white, 0.3em 0.3em 1em #51cbee;
}

@media screen and (max-width: 1200px) {
  .header {
    height: 180px;
  }
}

.header .header-logo {
  height: 64px;
  width: 276px;
  background-image: url(/img/logo.svg);
  background-size: 154px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .header .header-logo {
    height: 176px;
    width: 455px;
    background-size: 232px;
    margin-left: 30px;
    height: 176px;
    width: 648px;
    background-size: 297px;
    margin-left: 47px;
  }
}

.header ul.header-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: end;
  margin-right: 60px;
}

.header ul.header-menu li {
  padding: 0 30px;
  text-shadow: 0 0 8px #ce3066;
}

.header ul.header-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

.header ul.header-menu li a:hover {
  color: #ce3066;
}

.header ul.header-menu li.cart {
  background-color: #c31b30;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 64px;
  padding-left: 15px;
}

.header ul.header-menu li.cart a {
  display: inline-block;
  color: white;
  font-weight: normal;
  font-size: 14px;
  font-family: sans-serif;
  letter-spacing: 1px;
}

.header ul.header-menu li.cart a svg.icon-bag {
  width: 26px;
  height: 26px;
  fill: white;
  margin-bottom: -5px;
}

@media screen and (max-width: 1200px) {
  .header ul.header-menu li.cart a svg.icon-bag {
    margin-top: 45px;
    width: 58px;
    height: 85px;
  }
}

.header .header-phone {
  display: flex;
  width: 240px;
  align-items: center;
}

.header .header-phone a:hover {
  color: #ee2b43;
}

/* main wrapper */

.main-wrapper {
  display: flex;
  flex-direction: row;
  top: 64px;
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fcfcfc;
  /* sidebar */
  /* page */
}

@media screen and (max-width: 1200px) {
  .main-wrapper {
    top: 180px;
  }
}

.main-wrapper .sidebar,
.main-wrapper .page {
  flex: 1 auto;
  overflow-y: scroll;
}

.main-wrapper .sidebar {
  width: 276px;
  left: 300px;
  background-color: #181a1b;
  color: white;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}

.main-wrapper .sidebar::-webkit-scrollbar {
  display: none;
}

.main-wrapper .sidebar ul li {
  height: 60px;
  border-bottom: 1px solid #2b2d2f;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar ul li {
    height: auto;
    padding-left: 20px;
  }
}

.main-wrapper .sidebar ul li.title {
  display: flex;
  flex-direction: row;
  height: 60px;
  padding-left: 32px;
  background-color: #24272d;
  text-transform: uppercase;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar ul li.title {
    font-size: 40px;
    height: 140px;
  }

  .main-wrapper .sidebar ul li.title.title-first {
    height: 180px;
  }

  .main-wrapper .sidebar ul li.title.title-first span {
    font-size: 30px;
  }
}

.main-wrapper .sidebar ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #ce3066;
  /* выделить один из пунктов меню красным цветом */
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar ul li a {
    font-size: 50px;
    line-height: 150px;
    font-weight: normal;
  }

  .main-wrapper .sidebar ul li a.has-nested-menu {
    display: none;
  }
}

.main-wrapper .sidebar ul li a.red {
  color: #ee2b43;
  text-shadow: 0 0 8px #51CBEE;
  font-weight: normal;
  color: rgba(5, 204, 192, 0.7);
}

.main-wrapper .sidebar ul li a.red:hover {
  color: rgba(5, 204, 192, 0.9);
}

.main-wrapper .sidebar ul li a:hover {
  color: rgba(206, 48, 102, 0.9);
}

.main-wrapper .sidebar ul li a img {
  width: 60px;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar ul li a img {
    width: 120px;
  }
}

.main-wrapper .sidebar ul li:hover ul {
  display: block;
}

.main-wrapper .sidebar ul li ul {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 207px !important;
  z-index: 999999;
  width: 230px;
  background-color: #181a1b;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .sidebar ul li ul {
    display: block;
    position: static;
    width: 100%;
    top: auto;
    left: auto !important;
  }
}

.main-wrapper .sidebar ul li ul li.title {
  margin-left: -13px;
}

.main-wrapper .page {
  width: 100%;
  background-color: black;
  color: white;
  /* products */
  /* /products */
  /* footer */
  /* /footer */
}

.main-wrapper .page .page-title {
  height: 53px;
  color: white;
  font-size: 32px;
  line-height: 53px;
  padding-left: 32px;
  color: white;
  font-size: 23px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #ff1493;
}

.main-wrapper .page .page-title.center {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .page-title {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.main-wrapper .page .page-desc {
  padding: 32px;
  color: #c0c0c0;
}

.main-wrapper .page .products {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
  padding-bottom: 32px;
  justify-content: space-around;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products {
    margin-bottom: 350px;
  }
}

.main-wrapper .page .products .product-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18%;
  min-width: 250px;
  padding: 10px;
  border: 1px solid #2b2d2f;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper {
    width: 44%;
  }
}

.main-wrapper .page .products .product-wrapper:hover {
  box-shadow: 0 0 8px #51CBEE;
}

.main-wrapper .page .products .product-wrapper .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 64px;
  /* отступ для absolut-но спозиционированного блока product-bottom  (прайс и кнопки +/-) + блок product-size 40 + 24 */
}

.main-wrapper .page .products .product-wrapper .product-content a {
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  text-shadow: 0 0 8px rgba(206, 48, 102, 0.5);
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper .product-content a {
    font-size: 40px;
  }
}

.main-wrapper .page .products .product-wrapper .product-content a:hover {
  color: white;
  text-shadow: 0 0 8px rgba(206, 48, 102, 0.9);
}

.main-wrapper .page .products .product-wrapper .product-content img {
  max-width: 100%;
  margin-bottom: 15px;
}

.main-wrapper .page .products .product-wrapper .product-content .product-item-desc {
  margin-top: 15px;
  color: #888;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper .product-content .product-item-desc {
    font-size: 25px;
  }
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-size {
  height: 24px;
  position: relative;
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-size .btn-size {
  float: left;
  padding: 0 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: black;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper .product-bottom .product-size .btn-size {
    font-size: 40px;
    padding: 0 10px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-size .btn-size.active {
  color: black;
  background-color: #e5e52d;
  border: 1px solid #e5e52d;
  color: white;
  background-color: rgba(99, 17, 49, 0.6);
  border: 1px solid rgba(99, 17, 49, 0.6);
  cursor: default;
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-size .product-weight {
  float: right;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper .product-bottom .product-size .product-weight {
    font-size: 30px;
    border: 1px solid white;
    padding: 18px;
    border-radius: 40px;
    /* position: absolute; */
    float: left;
    /* top: -103px; */
    margin-bottom: 28px;
  }
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-size:after {
  display: block;
  content: "";
  clear: both;
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-buy {
  margin-top: 10px;
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-buy .product-price-crossed-out,
.main-wrapper .page .products .product-wrapper .product-bottom .product-buy .product-price {
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: white;
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-buy .btn-buy {
  float: right;
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper .product-bottom .product-buy .btn-buy {
    display: block;
    width: 100%;
    border: 1px solid white;
    text-align: center;
  }
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-buy .btn-buy div {
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #05ccc0;
  text-shadow: 0 0 8px #51CBEE;
  font-weight: normal;
  color: rgba(5, 204, 192, 0.7);
}

@media screen and (max-width: 1200px) {
  .main-wrapper .page .products .product-wrapper .product-bottom .product-buy .btn-buy div {
    display: inline-block;
    font-size: 40px;
    line-height: 100px;
    margin-right: 10px;
  }
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-buy .btn-buy div:hover {
  color: rgba(5, 204, 192, 0.9);
}

.main-wrapper .page .products .product-wrapper .product-bottom .product-buy:after {
  display: block;
  content: "";
  clear: both;
}

.main-wrapper .page .footer {
  height: 132px;
  display: flex;
  justify-content: space-between;
  padding-right: 32px;
  background-color: #2b2d2f;
  padding-left: 32px;
  padding-top: 15px;
  margin-top: 32px;
  margin-bottom: 64px;
}

.main-wrapper .page .footer .footer-logo {
  width: 290px;
}

.main-wrapper .page .footer .footer-logo img {
  width: 182px;
}

.main-wrapper .page .footer .footer-col {
  margin-left: 40px;
  margin-top: 10px;
}

.main-wrapper .page .footer .footer-col .footer-col-title {
  color: #888;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.main-wrapper .page .footer .footer-col ul {
  margin-top: 15px;
}

.main-wrapper .page .footer .footer-col ul li {
  margin-bottom: 7px;
}

.main-wrapper .page .footer .footer-col ul li a {
  color: #c0c0c0;
  font-size: 13px;
  font-size: 16px;
  color: rgba(255, 20, 147, 0.4);
}

.main-wrapper .page .footer .footer-col ul li a:hover {
  font-weight: normal;
  text-shadow: 0 0 3px rgba(255, 20, 147, 0.4);
}

.main-wrapper .page .footer p {
  color: #888;
  font-size: 14px;
}

/* form */

.form .row.horizontal {
  display: flex;
  flex-direction: row;
}

.form .row.horizontal .control {
  margin-right: 32px;
}

.form label {
  display: block;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 8px;
  color: silver;
}

.form input,
.form textarea {
  outline: none;
}

.form input {
  height: 48px;
  padding: 0 14px;
  line-height: 48px;
  font-size: 16px;
  margin: 0;
  border: none;
  box-shadow: none;
}

@media screen and (max-width: 1200px) {
  .form input {
    height: 100px;
    line-height: 100px;
    font-size: 45px;
  }
}

.form input:hover {
  box-shadow: none;
}

.form textarea {
  width: 100%;
  padding: 14px;
}

.form button[type=submit] {
  outline: none;
  line-height: 48px;
  font-size: 18px;
  border-radius: 2px;
  padding: 0 45px;
  cursor: pointer;
  margin-top: 37px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(99, 17, 49, 0.5);
  border: 1px solid #631131;
}

.form button[type=submit]:hover {
  background-color: rgba(99, 17, 49, 0.8);
}

@media screen and (max-width: 1200px) {
  .form button[type=submit] {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 100px;
  }
}

.form button[type=submit].disabled {
  color: white;
  background-color: silver;
}

.form button[type=submit].disabled:hover {
  background-color: silver;
}

/* common */

.page-content {
  padding: 32px;
  color: silver;
}

.text-color-white {
  color: white;
}

.text-center {
  text-align: center;
}

/* icons */

.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-filter: drop-shadow(2px -1px 1px rgba(81, 203, 238, 0.4));
          filter: drop-shadow(2px -1px 1px rgba(81, 203, 238, 0.4));
}

/* form */

.d-flex-row {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.form {
  /*.row {
      width: 100%;
      margin-bottom: 15px;

      label {
          display: block;
          line-height: 24px;
          font-size: 16px;
          margin-bottom: 8px;
          color: silver;
      }
      input {
          width: 100%;
      }
  }*/
}

.form .row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 22px;
}

@media screen and (max-width: 1200px) {
  .form .row {
    margin-bottom: 40px;
  }
}

.form .row label {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 8px;
  color: silver;
}

@media screen and (max-width: 1200px) {
  .form .row label {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.form .row textarea {
  width: auto;
}

.form .row.row-checkbox {
  flex-direction: row;
}

.form .row.row-radio {
  flex-direction: row;
}

@media screen and (max-width: 1200px) {
  .form .row.row-radio {
    margin-bottom: 30px;
    border: 1px solid red;
  }
}

.form .label-radio {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .form .label-radio {
    font-size: 40px;
  }
}

.form .label-radio input {
  height: auto;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .form .label-radio input {
    width: 20px;
    height: 20px;
  }
}

/* contact page*/

.contact-page {
  display: flex;
  width: 100%;
  padding: 32px;
}

.contact-page .left-col {
  width: 600px;
}

.contact-page .right-col {
  width: 100%;
  padding-left: 32px;
  background-color: #2b2d2f;
}

.contact-page .right-col .contact-form h3.contact-form-title {
  color: #cccc28;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 16px 0 16px 0;
}

.contact-page .right-col .contact-form input {
  width: 260px;
}

.contact-page .right-col .contact-form .control.control-message {
  width: 580px;
  margin-top: 8px;
}

.contact-page .right-col .contact-form .contact-info {
  margin-top: 30px;
  line-height: 2em;
  color: silver;
}

/* promo page */

.promo .promo-card {
  width: 450px;
  height: 300px;
  border-radius: 2px;
  margin-bottom: 32px;
  display: flex;
  background-color: #2b2d2f;
  padding: 16px 0 16px 16px;
  position: relative;
}

.promo .promo-card .promo-title {
  font-size: 28px;
  color: #cccc28;
}

.promo .promo-card .promo-discount {
  line-height: 189px;
  text-align: center;
  width: 50%;
  transform: rotate(-45deg);
  color: white;
  font-weight: bold;
  font-size: 45px;
  position: absolute;
  top: -35px;
  left: -35px;
}

.promo .promo-card .promo-desc-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 14px;
  padding-top: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* freeroll steps */

.page-content.freeroll-page-content p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.page-title.freeroll-page-title {
  margin-top: 50px;
  text-align: center;
}

.freeroll-step-container {
  display: flex;
  justify-content: space-evenly;
}

.freeroll-step-container .option {
  position: relative;
  display: block;
  width: 350px;
  height: 350px;
  background-color: white;
}

.freeroll-step-container .option img {
  width: 100%;
}

.freeroll-step-container .option .option-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-top: 10px;
}

.freeroll-step-container .option .option-desc .option-desc-title {
  font-size: 28px;
  color: #cccc28;
}

.freeroll-step-container .option .option-desc .option-desc-text {
  color: lightgray;
  padding-top: 10px;
}

/* delivery page */

.page-content.delivery-page-content {
  max-width: 530px;
  color: silver;
}

.page-content.delivery-page-content h2 {
  font-weight: normal;
  color: white;
}

.product-tags {
  padding-left: 32px;
}

@media screen and (max-width: 1200px) {
  .product-tags {
    margin-top: 50px;
  }
}

.product-tags a {
  display: inline-block;
  border: 2px solid rgba(5, 204, 192, 0.7);
  box-shadow: 0 0 8px rgba(5, 204, 192, 0.8);
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 6px #ce3066;
  border-radius: 16px;
  padding: 8px;
  margin: 6px;
}

.product-tags a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .product-tags a {
    font-size: 30px;
    padding: 16px;
  }
}

/* load more button */

/* contact-form */

.error-container,
.min-order-sum {
  padding: 10px;
  background-color: #c31b303d;
  border: 1px solid #c31b30;
  margin-bottom: 14px;
}

.success-container {
  padding: 10px;
  background-color: #00851a33;
  border: 1px solid #008542;
  margin-bottom: 14px;
}

.warning-container {
  padding: 10px;
  background-color: #fdf7df3d;
  border: 1px solid #feec6f59;
  margin-bottom: 14px;
}

.info-container {
  padding: 10px;
  border: 1px solid #252525;
  background-color: #25252500;
  margin-bottom: 14px;
}

/*
.cart {
    display: none;
}

[data-size-code=mini] {
    display: none;
}

.btn-buy {
    display: none;
}

.freeroll-form  {
    display: none;
}
*/

.profile-btn {
  display: flex;
  color: #05ccc0;
  text-shadow: 0 0 8px #51CBEE;
}

.profile-btn svg {
  width: 14px;
  fill: #3F888F;
}

@media screen and (max-width: 1200px) {
  .profile-btn svg {
    width: 58px;
    height: 85px;
  }
}

.profile-btn:hover svg {
  fill: #ce3066;
}

.profile-btn div {
  margin-left: 5px;
}

.product-price-crossed-out,
.price-crossed-out {
  position: relative;
  text-decoration: none;
}

.product-price-crossed-out:before,
.price-crossed-out:before {
  content: "";
  border-bottom: 3px solid #c31b30;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(-12deg);
  left: 0;
}

.product-price-crossed-out:after,
.price-crossed-out:after {
  content: "";
  border-bottom: 3px solid #c31b30;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(12deg);
  left: 0;
}

.neon-link {
  color: rgba(5, 204, 192, 0.7);
  text-shadow: 0 0 3px rgba(5, 204, 192, 0.7);
}

/* дополнительные стили для этого примера */

.slider .slider {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.slider .slider__wrapper {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

.slider .slider__items {
  display: flex;
  transition: transform 0.5s ease;
}

.slider .transition-none {
  transition: none;
}

.slider .slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

.slider .slider__control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider .slider__control_show {
  display: flex;
}

.slider .slider__control:focus,
.slider .slider__control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.slider .slider__control_prev {
  left: 0;
}

.slider .slider__control_next {
  right: 0;
}

.slider .slider__control::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider .slider__control_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider .slider__control_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider .slider__indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0 15%;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider .slider__indicator {
  flex: 0 1 auto;
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  cursor: pointer;
}

.slider .slider__indicator_active {
  background-color: #fff;
}

.slider .slider__items {
  counter-reset: slide;
}

.slider .slider__item {
  counter-increment: slide;
}

.slider .slider__item > div::before {
  content: counter(slide);
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-style: italic;
  font-size: 32px;
  font-weight: bold;
}

.hamburger {
  position: relative;
  width: 150px;
  height: 75px;
  background-color: transparent;
  z-index: 999999;
  cursor: pointer;
  margin-top: 48px;
  margin-left: 45px;
}

.hamburger .line {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: white;
  transition: all ease 0.25s;
}

.hamburger .line:first-child {
  top: 0;
}

.hamburger .line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.hamburger .line:last-child {
  bottom: 0;
}

.hamburger.active {
  transition: all ease 0.25s;
}

.hamburger.active .line:first-child {
  transform: translateY(55px) rotate(-45deg);
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
  width: 0;
}

.hamburger.active .line:last-child {
  transform: translateY(-9px) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  .hamburger.active {
    position: absolute;
    right: 15px;
    top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .hamburger {
    display: block;
  }
}

.mbl {
  display: none;
}

@media screen and (max-width: 1200px) {
  .dsk {
    display: none;
  }

  .mbl {
    display: block;
  }

  .cart-total-amount.dsk {
    display: none;
  }

  li.cart span.cart-total-count {
    font-size: 56px;
    margin-left: 19px;
    float: right;
    margin-top: 61px;
  }

  .sign-in-wrapper .sign-in-popup {
    transform: scale(1.5);
  }

  .user-agreement div {
    font-size: 35px;
  }

  .user-agreement a.btn-agree {
    font-size: 60px;
    padding: 20px;
  }

  select {
    font-size: 40px !important;
    line-height: 100px !important;
    height: 100px !important;
  }
}

/* Total section - on the shopping cart page */

.cart-total-flex {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
  justify-content: space-between;
}

.cart-total-flex .cart-total-item-box {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.cart-total-flex .cart-total-item-box div {
  padding: 5px;
}

.cart-total-flex .cart-total-item-box .cart-item-box-header {
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .cart-total-flex {
    flex-direction: column;
    margin: 50px 0;
  }

  .cart-total-flex .cart-total-item-box {
    flex-direction: row;
    font-size: 25px;
  }

  .cart-total-flex .cart-total-item-box .cart-item-box-header {
    font-size: 40px;
  }
}


/*# sourceMappingURL=app-bundle.css.map*/