@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/SourceSansPro-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SourceSansPro-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Raleway-Bold.ttf) format("truetype");
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  overflow: visible;
}

body > .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

body > .container > .page-content {
  flex-grow: 1;
}

body {
  background: url("../img/bg-body.png");
  background-size: 100% 100%;
}

:root {
  --accent-color: #508B8C;
  --main-text-color: #101010;
  --main-transition: all 0.3s;
  --buttons-bg-focus: #C0FBFC;
  --buttons-bg-hover: #275455;
}

.bg-pink {
  background: #F5BFD2;
}

.bg-green {
  background: #A3CDCE;
}

.bg-yellow {
  background: #E5DB9C;
}

.bg-violet {
  background: #BEB4C5;
}

.bg-orange {
  background: #E6A57E;
}

.ml38 {
  margin-left: 38px;
}

.mt-10 {
  margin-top: 10px !important;
}

.button-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .button-row {
    margin-top: 48px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .button-row {
    margin-top: 40px;
  }
}

.button-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 36px;
  min-width: 210px;
  min-height: 48px;
  background: #970101;
  border-radius: 36px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  outline: 0;
  border: none;
}
.button-more:visited, .button-more:focus, .button-more:link {
  text-decoration: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  outline: 0;
  border: none;
}
.button-more:hover {
  text-decoration: none;
  background: #275455;
  color: #fff;
  transition: all 0.3s;
}
.button-more .loading {
  display: none;
}
.button-more .text {
  padding-left: 5px;
}

#products-button {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  #products-button {
    margin-bottom: 40px;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  #products-button {
    margin-bottom: 60px;
  }
}

.section-title__text {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #101010;
}
@media screen and (max-width: 992px) {
  .section-title__text {
    font-size: 24px;
  }
}

.section-indents__title {
  margin: 60px 0 30px 0;
}
@media (max-width: 576px) {
  .section-indents__title {
    margin: 30px 0 15px 0;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .section-indents__title {
    margin: 40px 0 20px 0;
  }
}
.section-indents__top {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 992px) {
  .section-indents__top {
    margin: 32px 0 0 0;
  }
}
.section-indents__noindent {
  margin: 0;
}
.section-indents__min {
  margin: 8px 0 20px 0;
}
.section-indents__bottom {
  margin: 10px 0 80px 0;
}
@media screen and (max-width: 576px) {
  .section-indents__bottom {
    margin: 10px 0 40px 0;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .section-indents__bottom {
    margin: 10px 0 60px 0;
  }
}

.back-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.back-link > a, .back-link > a:link, .back-link > a:visited, .back-link > a:focus {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.back-link > a:hover, .back-link > a:link:hover, .back-link > a:visited:hover, .back-link > a:focus:hover {
  text-decoration: none;
  color: #970101;
}
.back-link > a::before, .back-link > a:link::before, .back-link > a:visited::before, .back-link > a:focus::before {
  content: "";
  background: url("../img/back-link-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 16px;
  margin-right: 5px;
}

button.not-allowed, .disabled {
  pointer-events: auto;
  cursor: not-allowed !important;
  opacity: 0.7;
}
button.not-allowed:hover, .disabled:hover {
  opacity: 0.7;
  background-color: inherit;
}

.align-items-start {
  align-items: flex-start !important;
}

.pagination > li > a, .pagination > li > span {
  cursor: pointer;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  pointer-events: none;
  display: none;
}

header {
  z-index: 2;
  box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
  transition: all 0.3s;
  background: url("../img/bg.png") repeat-x;
}
header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  header .search-form__wrap {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header .search-form__wrap .search {
    min-width: 250px;
  }
}
@media screen and (min-width: 577px) and (max-width: 675px) {
  header .search-form__wrap .search {
    max-width: 250px;
    min-width: initial;
  }
}
@media screen and (min-width: 676px) and (max-width: 724px) {
  header .search-form__wrap .search {
    min-width: 350px;
  }
}
@media screen and (min-width: 725px) and (max-width: 991px) {
  header .search-form__wrap .search {
    min-width: 400px;
  }
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 80px;
  position: relative;
}
.main-header .main-logo {
  margin-right: 40px;
}

@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }
}

.header-menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 576px) {
  .header-menu ul {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .header-menu ul {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  margin-right: auto;
}
@media (max-width: 991px) {
  .menu-links {
    display: none;
  }
}

.menu-link, .menu-link:visited, .menu-link:focus, .menu-link:link {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-left: 30px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .menu-link, .menu-link:visited, .menu-link:focus, .menu-link:link {
    text-align: left;
    margin: 5px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu-link, .menu-link:visited, .menu-link:focus, .menu-link:link {
    text-align: right;
    margin: 5px 0;
  }
}

.menu-link:hover {
  color: #970101;
  text-decoration: none;
}

.header-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 374px) {
  .header-icon {
    width: 36px;
    height: 36px;
    margin: 0;
  }
}
@media screen and (min-width: 577px) {
  .header-icon__search {
    display: none;
  }
}
.header-icon__search_menuopened {
  display: none;
}

@media (any-hover: hover) {
  a.header-icon:hover {
    background: #CFCFCF;
  }
}
.hamburger {
  cursor: pointer;
  background-image: url("../img/hamburger.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.hamburger_left {
  /*lg large*/
  /*extra large */
}
@media (max-width: 576px) {
  .hamburger_left {
    display: block;
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .hamburger_left {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hamburger_left {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hamburger_left {
    display: none;
  }
}
.hamburger_right {
  /*lg large*/
  /*extra large */
}
@media (max-width: 576px) {
  .hamburger_right {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .hamburger_right {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hamburger_right {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hamburger_right {
    display: none;
  }
}

.hamburger.is-active {
  background-image: url("../img/hamburger-close.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  background-size: 26px;
}

.cart-block {
  position: relative;
}
.cart-block > .quantity {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #970101;
  border-radius: 50%;
  top: 0;
  right: 0;
}

.search-form__wrap {
  position: relative;
}
.search-form__wrap_mobile {
  display: none;
}
.search-form__wrap .button-search {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form__wrap .button-search_search {
  right: 15px;
}
.search-form__wrap .button-search_reset {
  right: 50px;
}
.search-form__wrap .button-search:hover {
  opacity: 0.7;
}
.search-form__wrap .search {
  min-width: 400px;
  width: 100%;
  min-height: 40px;
  border: 1px solid #970101;
  outline: none;
  padding: 0 80px 0 15px;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.search-form__wrap .search:active, .search-form__wrap .search:focus, .search-form__wrap .search:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .search-form__wrap_mobile {
    display: none;
    margin-bottom: 20px;
    position: relative;
  }
  .search-form__wrap_mobile .button-search {
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-form__wrap_mobile .button-search_search {
    right: 15px;
  }
  .search-form__wrap_mobile .button-search_reset {
    right: 50px;
  }
  .search-form__wrap_mobile .button-search:hover {
    opacity: 0.7;
  }
  .search-form__wrap_mobile .search {
    min-width: 1px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #970101;
    outline: none;
    padding: 0 80px 0 15px;
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    transition: all 0.3s;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
  }
  .search-form__wrap_mobile .search:active, .search-form__wrap_mobile .search:focus, .search-form__wrap_mobile .search:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}

.footer {
  padding: 40px 0;
  margin: 48px 0 0 0;
  background: url("../img/bg-footer.png");
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .footer {
    margin: 32px 0 0 0;
  }
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-logo {
  flex-basis: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer-logo {
    flex-basis: 17%;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    flex-basis: 25%;
    align-self: center;
  }
}
@media screen and (max-width: 400px) {
  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    margin: 0 auto;
  }
}
.footer-links {
  display: flex;
  flex-basis: 45%;
  gap: 10px;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .footer-links {
    flex-basis: 100%;
    margin: 30px 0;
    order: 2;
  }
}
@media screen and (min-width: 401px) and (max-width: 992px) {
  .footer-links {
    margin-top: 40px;
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .footer-links {
    flex-basis: 48%;
  }
}
.footer-links__title {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 5px 0 0 0;
  margin: 0;
}
@media (max-width: 576px) {
  .footer-links__title {
    font-size: 14px;
  }
}
.footer-links__col {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 350px) {
  .footer-links__col_centered {
    justify-self: center;
    padding-left: 16px;
  }
}
.footer-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links__list li {
  padding: 10px 0 0 0;
}
@media (max-width: 576px) {
  .footer-links__list li {
    padding: 5px 0 0 0;
  }
}
.footer-links__link, .footer-links__link:visited, .footer-links__link:link, .footer-links__link:focus {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
@media (max-width: 576px) {
  .footer-links__link, .footer-links__link:visited, .footer-links__link:link, .footer-links__link:focus {
    font-size: 14px;
  }
}
.footer-links__link:hover {
  color: #970101;
}
.footer-buttons {
  display: flex;
  flex-basis: 35%;
  justify-content: flex-end;
}
@media (max-width: 400px) {
  .footer-buttons {
    flex-basis: 100%;
    justify-content: space-between;
    order: 3;
  }
}
@media (min-width: 401px) and (max-width: 992px) {
  .footer-buttons {
    flex-basis: 60%;
    order: 2;
  }
}

.breadcrumbs {
  background-color: transparent;
}
.breadcrumbs.indents {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 576px) {
  .breadcrumbs.indents {
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .breadcrumbs.indents {
    margin: 32px 0 0 0;
  }
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .breadcrumbs .breadcrumb {
    display: none;
  }
}
.breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb li {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #970101;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb li {
    font-size: 14px;
  }
}
.breadcrumbs .breadcrumb > .active {
  color: #101010;
}
.breadcrumbs .breadcrumb > li + li:before {
  color: #101010;
}
.breadcrumbs .breadcrumb_mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .breadcrumbs .breadcrumb_mobile {
    display: block;
  }
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.modal .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  .modal .modal-content {
    padding: 15px;
  }
}
.modal .modal-header {
  padding: 0 0 39px 0;
  margin: 0;
  border: none;
}
.modal .modal-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #101010;
  padding: 0 40px 0 0;
}
@media (max-width: 576px) {
  .modal .modal-title {
    font-size: 20px;
    padding: 0 30px 0 0;
  }
}

.modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
  color: #101010;
  outline: 0;
  border: 0;
  text-shadow: none;
}

.modal .modal-header .close {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #101010;
  line-height: initial;
}
@media (max-width: 576px) {
  .modal .modal-header .close {
    font-size: 28px;
    line-height: 1;
  }
}

.modal .modal-body {
  padding: 0;
  margin: 0;
}

.modal .row-inputs {
  margin-bottom: 20px;
}

.modal label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}

.modal input {
  border-radius: 8px;
  border: 1px solid #D0D0D0;
}

.modal .row-check {
  margin: 40px 0 15px auto;
}

.modal input[type=checkbox] {
  display: none;
}

.modal .form-check-label {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
}
@media (max-width: 576px) {
  .modal .form-check-label {
    font-size: 14px;
  }
}

.modal .row-check label > span {
  flex-basis: 80%;
}

.modal .form-check-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D0D0D0;
  flex-shrink: 0;
}

input[type=checkbox]:checked + label:before {
  background: #970101;
  transition: all 0.3s;
}

.modal .check-personal__link {
  color: #970101;
  transition: all 0.3s;
}

.modal .button-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #970101;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  border-radius: 36px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  position: relative;
  padding: 0 24px;
  cursor: pointer;
  border: none;
  outline: none;
}

.modal .modal-form .button-submit::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background: url("/img/arrow-right-white.png");
  background-repeat: no-repeat;
}

.modal .modal-form .button-submit:hover {
  text-decoration: none;
  color: #fff;
  background: #275455;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}

#recall-modal .message {
  text-align: center;
  color: #101010;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #101010;
}

.modal .help-block-error {
  color: #FF0033;
}
.modal .field-agree.has-error label:before {
  border: 1px solid #FF0033;
}
.modal .field-agree.has-error span {
  color: #FF0033;
}
.modal .has-error {
  color: #FF0033;
}
.modal .has-error .control-label {
  color: #FF0033;
}
.modal .has-error input {
  border-color: #FF0033;
}

.mobile-menu {
  left: -100%;
  top: 84px;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  transition: all 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 1;
  overflow: -moz-hidden-unscrollable;
  margin: 0;
}
.mobile-menu .wrapper {
  padding: 0 24px 40px;
}
@media screen and (max-width: 577px) {
  .mobile-menu .wrapper {
    padding: 0 15px 40px;
  }
}
.mobile-menu .wrapper .search-form__wrap_mobmenu {
  display: none;
}
@media (max-width: 576px) {
  .mobile-menu .wrapper .search-form__wrap_mobmenu {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .mobile-menu .wrapper .search-form__wrap_mobmenu .button-search {
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu .wrapper .search-form__wrap_mobmenu .button-search_search {
    right: 15px;
  }
  .mobile-menu .wrapper .search-form__wrap_mobmenu .button-search_reset {
    right: 50px;
  }
  .mobile-menu .wrapper .search-form__wrap_mobmenu .button-search:hover {
    opacity: 0.7;
  }
  .mobile-menu .wrapper .search-form__wrap_mobmenu .search {
    min-width: 1px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #970101;
    outline: none;
    padding: 0 80px 0 15px;
    background-color: #fff;
    border-radius: 24px;
    position: relative;
    transition: all 0.3s;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
  }
  .mobile-menu .wrapper .search-form__wrap_mobmenu .search:active, .mobile-menu .wrapper .search-form__wrap_mobmenu .search:focus, .mobile-menu .wrapper .search-form__wrap_mobmenu .search:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}
.mobile-menu.opened {
  bottom: 0;
  left: 0;
  right: 0;
  visibility: visible;
}
.mobile-menu .mobile-links {
  transition: all 0.3s;
}
.mobile-menu .mobile-links .links-col {
  display: flex;
  flex-direction: column;
}
.mobile-menu .mobile-links .links-col h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24;
  color: #101010;
}
@media screen and (max-width: 577px) {
  .mobile-menu .mobile-links .links-col h3 {
    display: none;
  }
}
.mobile-menu .mobile-links .links-col .link, .mobile-menu .mobile-links .links-col .link:link, .mobile-menu .mobile-links .links-col .link:focus, .mobile-menu .mobile-links .links-col .link:visited {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 164;
  color: #101010;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 577px) {
  .mobile-menu .mobile-links .links-col .link, .mobile-menu .mobile-links .links-col .link:link, .mobile-menu .mobile-links .links-col .link:focus, .mobile-menu .mobile-links .links-col .link:visited {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 24;
    color: #101010;
  }
}
.mobile-menu .mobile-links .links-col .link.indents, .mobile-menu .mobile-links .links-col .link:link.indents, .mobile-menu .mobile-links .links-col .link:focus.indents, .mobile-menu .mobile-links .links-col .link:visited.indents {
  margin-top: 10px;
}
@media screen and (max-width: 577px) {
  .mobile-menu .mobile-links .links-col:not(:first-child) {
    display: none;
  }
}
.mobile-menu .mobile-links .links-col.indents {
  margin-top: 40px;
}
.mobile-menu .mobile-links.indents {
  margin: 0 15px;
}
.mobile-menu .slick-track {
  margin-left: 0;
}
.mobile-menu .catalog-item {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 1px solid #D0D0D0;
  min-height: 140px;
}
.mobile-menu .catalog-item__title {
  text-align: center;
}
.mobile-menu .mobile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #101010;
}
.mobile-menu .mobile-footer.indents {
  margin-top: 70px;
}
@media screen and (max-width: 577px) {
  .mobile-menu .mobile-footer .button-call {
    width: 180px;
    height: 35px;
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 374px) {
  .mobile-menu .mobile-footer .button-call {
    width: 155px;
    height: 35px;
    padding: 0 12px;
  }
}

.filter-slide-panel {
  max-width: 320px;
  position: fixed;
  background-color: white;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  top: 20%;
  width: 0;
  height: calc(100vh - 32px);
  overflow: hidden;
  right: 0;
  transition: all 0.3s;
}

.filter-slide-panel.visible {
  width: 100%;
  z-index: 20;
  overflow-y: auto;
}

.filter-slide-panel__close {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 0vh;
  height: 100vh;
  z-index: 0;
}

.filter-slide-panel.visible .filter-slide-panel__close {
  display: block;
}

.filter-slide-panel__body {
  position: relative;
  height: 100%;
  padding: 10px;
}

.filter-slide-panel__title {
  padding: 20px 20px 40px;
  text-align: center;
  position: relative;
}
.filter-slide-panel__title > span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
}

.filter-slide-panel__close-btn {
  position: absolute;
  right: 10px;
  top: 25px;
  background-color: transparent;
  border: none;
  outline: none;
}

.filter-slide-panel li {
  list-style: none;
}

.filter-block {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #101010;
}
.filter-block__inner {
  margin: 0 0 20px 0;
}
.filter-block__label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  display: block;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .filter-block__label {
    font-size: 16px;
  }
}
.filter-block__input {
  width: 100%;
  border: none;
  outline: none;
  height: 30px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 24px;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #101010;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.filter-block__check-item {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
}
.filter-block__check-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.filter-block__check-item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
}
.filter-block__check-item:hover input ~ .checkmark {
  border-color: #970101;
  opacity: 0.7;
}
.filter-block__check-item input:checked ~ .checkmark {
  background-color: #970101;
}
.filter-block__check-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-block__check-item input:checked ~ .checkmark:after {
  display: block;
}

.filters-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filters-buttons__button {
  min-width: 100px;
  margin: 0 10px 0 0;
  height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #101010;
  border-radius: 36px;
  border: none;
}
.filters-buttons__button:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.filters-buttons__button_send {
  background-color: #970101;
  color: #fff;
}

.actions-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.actions-block.indents {
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 992px) {
  .actions-block.indents {
    margin: 15px 0 30px 0;
  }
}
.actions-block .search-panel {
  flex: 0 0 80%;
  position: relative;
}
@media (max-width: 577px) {
  .actions-block .search-panel {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .actions-block .search-panel {
    flex-basis: 75%;
  }
}
.actions-block .search-panel input[type=search] {
  width: 100%;
  min-height: 40px;
  border: 1px solid #970101;
  outline: none;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
@media (max-width: 577px) {
  .actions-block .search-panel input[type=search] {
    min-width: 250px;
  }
}
.actions-block .search-panel input[type=search]:active, .actions-block .search-panel input[type=search]:focus, .actions-block .search-panel input[type=search]:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.actions-block .search-panel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
.actions-block .search-panel__btn_submit {
  right: 10px;
}
.actions-block .search-panel__btn_reset {
  right: 40px;
  margin: 5px 0 0 0;
}
.actions-block .buttons-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 20%;
  width: 100%;
  min-height: 40px;
}
@media screen and (max-width: 576px) {
  .actions-block .buttons-panel {
    flex-basis: 100%;
    margin: 13px 0 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .actions-block .buttons-panel {
    flex-basis: 25%;
  }
}
.actions-block .buttons-panel button {
  margin: 0 0 0 24px;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 576px) and (max-width: 624px) {
  .actions-block .buttons-panel button {
    margin: 0;
  }
}
@media screen and (min-width: 624px) and (max-width: 992px) {
  .actions-block .buttons-panel button {
    margin: 0 0 0 12px;
  }
}
.actions-block .buttons-panel button > svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .actions-block .buttons-panel button > svg {
    width: 20px;
    height: 20px;
  }
}
.actions-block .buttons-panel .catalog-view-mode button > svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .actions-block .buttons-panel .catalog-view-mode button > svg {
    width: 20px;
    height: 20px;
  }
}
.actions-block .buttons-panel .catalog-view-mode button:hover > svg {
  fill: #970101 !important;
}
.actions-block .buttons-panel .catalog-view-mode button > svg {
  fill: #808080 !important;
}
.actions-block .buttons-panel .catalog-view-mode button[disabled=disabled] > svg {
  fill: #970101 !important;
}

.recommended-slider {
  margin: 0 auto;
}
.recommended-slider .slide {
  margin: 20px 40px;
  padding: 10px;
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
  .recommended-slider .slide {
    margin: 15px 40px;
  }
}
@media screen and (max-width: 400px) {
  .recommended-slider .slide .products__item {
    margin: 0 auto;
    width: 220px;
  }
}
@media screen and (min-width: 401px) and (max-width: 577px) {
  .recommended-slider .slide .products__item {
    margin: 0 auto;
    width: 260px;
  }
}
.recommended-slider .slick-track {
  margin-left: 0 !important;
}
.recommended-slider .slider-inner {
  position: relative;
}
.recommended-slider .slider-inner .arrow {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.recommended-slider .slider-inner .arrow__button {
  width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
}
.recommended-slider .slider-inner .arrow__button_prev {
  background-image: url("../img/slider-arrow-left.png");
}
.recommended-slider .slider-inner .arrow__button_prev:hover {
  opacity: 0.7;
}
.recommended-slider .slider-inner .arrow__button_next {
  background-image: url("../img/slider-arrow-right.png");
}
.recommended-slider .slider-inner .arrow__button_next:hover {
  opacity: 0.7;
}
.recommended-slider .slider-inner .arrow_prev {
  left: 0;
}
.recommended-slider .slider-inner .arrow_next {
  right: 0;
}
.recommended-slider .products-order .product__cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
  flex-basis: 105px;
  height: 30px;
  background-color: #970101;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 5px 10px;
  border-radius: 36px;
  transition: all 0.3s;
}
.recommended-slider .products-order .product__cart.no-icon {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recommended-slider .products-order .product__cart.no-icon {
    height: 24px;
  }
}
.recommended-slider .products-order .product__cart.no-icon:hover, .recommended-slider .products-order .product__cart.no-icon:link, .recommended-slider .products-order .product__cart.no-icon:visited {
  text-decoration: none;
}
@media (hover) {
  .recommended-slider .products-order .product__cart:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}
.recommended-slider .products-order .product__cart:focus, .recommended-slider .products-order .product__cart:active {
  opacity: 0.7;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.recommended-slider .products-order .product__cart::before {
  content: "";
  background-image: url("../img/icon-cart-white.png");
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: cover;
}
.recommended-slider .products-order .product__cart.no-icon::before {
  display: none;
}
@media screen and (max-width: 650px) {
  .recommended-slider .products-order .product__cart {
    display: none;
  }
}
.recommended-slider .products-order .product__cart_mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  .recommended-slider .products-order .product__cart_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50px;
    background-color: #970101;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
    background-image: url("../img/icon-cart-white.png");
  }
}
@media (hover) {
  .recommended-slider .products-order .product__cart_mobile:hover {
    background-color: #275455;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}
.recommended-slider .products-order .product__cart_mobile:focus, .recommended-slider .products-order .product__cart_mobile:active {
  background-color: #275455;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.button-call, .button-call:visited, .button-call:link, .button-call:focus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 197px;
  height: 43px;
  background: #970101;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  border-radius: 24px;
  font-size: 16px;
  line-height: 19px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  padding: 0 24px;
}
@media (max-width: 576px) {
  .button-call, .button-call:visited, .button-call:link, .button-call:focus {
    font-size: 14px;
    padding: 0 20px;
    width: 180px;
    height: 37px;
  }
}

.button-call::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/phone.png");
  background-repeat: no-repeat;
}

.button-call:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.button-up {
  width: 44px;
  height: 44px;
  background: #970101;
  background-image: url("../img/arrow-up-white.png");
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  transition: var(--main-transition);
}
@media (max-width: 576px) {
  .button-up {
    font-size: 14px;
    width: 37px;
    height: 37px;
  }
}

.button-up:hover {
  background: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/arrow-up-black.png");
}

.cookie-notification {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 400px;
  height: auto;
  background-color: #ffffff;
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .cookie-notification {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.cookie-notification .cookie-content {
  position: relative;
  padding: 20px 30px;
}
.cookie-notification .cookie-content__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.cookie-notification .cookie-content__close:hover {
  opacity: 0.7;
}
.cookie-notification .cookie-content__text {
  padding-bottom: 20px;
}
.cookie-notification .cookie-content #buttonCookie {
  background-color: #970101 !important;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  border-color: #970101 !important;
}

#notificationModal .modal-dialog {
  margin: 150px auto !important;
}
#notificationModal .modal-dialog .notification__btn_green {
  background-color: #970101;
}

.advantages-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advatages-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(77.79deg, #000004 0%, #333333 100%);
  border-radius: 16px;
  padding: 18px 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 567px) {
  .advatages-item {
    width: 49%;
  }
}
@media screen and (min-width: 1280px) {
  .advatages-item {
    width: 24%;
  }
}
.advatages-item img {
  margin-bottom: 12px;
  min-height: 63px;
  object-fit: none;
}
.advatages-item__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.main-slider.indents {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 576px) {
  .main-slider.indents {
    margin: 12px 0 0 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .main-slider.indents {
    margin: 32px 0 0 0;
  }
}
.main-slider__container {
  width: 100%;
  position: relative;
}
.main-slider .slider-arrow__left {
  margin-left: 20px;
  background-image: url("../img/Left.png");
}
.main-slider .slider-arrow__left:hover {
  opacity: 0.7;
}
.main-slider .slider-arrow__right {
  margin-right: 20px;
  background-image: url("../img/Right.png");
}
.main-slider .slider-arrow__right:hover {
  opacity: 0.7;
}
.main-slider .slider-arrow__left, .main-slider .slider-arrow__right {
  display: none;
}
@media (hover) {
  .main-slider .slider-arrow__left, .main-slider .slider-arrow__right {
    display: block;
    cursor: pointer;
    pointer-events: all;
    background-size: contain;
    width: 44px;
    height: 44px;
    transition: all 0.3s;
  }
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-gap: 40px;
}
@media screen and (max-width: 576px) {
  .catalog-list {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    grid-gap: 20px;
  }
}
@media (min-width: 577px) and (max-width: 1199px) {
  .catalog-list {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    grid-gap: 20px;
  }
}
@media screen and (max-width: 374px) {
  .catalog-list {
    grid-template-columns: repeat(1, minmax(140px, 1fr));
  }
}
.catalog-list.list-view:not(.categories-noimage) {
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}
@media screen and (max-width: 576px) {
  .catalog-list.list-view:not(.categories-noimage) {
    grid-template-columns: repeat(1, minmax(140px, 1fr));
  }
}

.list-view:not(.categories-noimage) .catalog-item {
  flex-direction: row;
  justify-content: flex-start;
  min-height: auto;
}
@media screen and (max-width: 576px) {
  .list-view:not(.categories-noimage) .catalog-item {
    padding: 15px;
  }
}
.list-view:not(.categories-noimage) .catalog-item__image {
  width: 100px;
  height: 100px;
  margin: 0;
}
.list-view:not(.categories-noimage) .catalog-item__title {
  margin: 0 0 0 24px;
}

.catalog-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
  min-height: 200px;
  position: relative;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  padding: 20px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .catalog-item {
    flex-basis: 24%;
    padding-bottom: 16px;
    min-height: 160px;
  }
}
.catalog-item__image {
  height: 200px;
  width: 200px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .catalog-item__image {
    width: 120px;
    height: 120px;
  }
}
.catalog-item__title {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
  line-height: 18px;
  text-align: center;
  height: 36px;
  overflow: hidden;
  margin: 10px 0 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-item__title {
    font-size: 16px;
  }
}
.catalog-item:visited, .catalog-item:focus, .catalog-item:link {
  text-decoration: none;
}
.catalog-item:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}

.categories-noimage .catalog-item {
  min-height: auto;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  border-radius: 24px;
  width: 100%;
  padding: 0;
  border: none;
}
.categories-noimage .catalog-item__title {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  text-align: center;
  color: #101010;
  line-height: 100%;
  padding: 12px 20px;
  min-height: auto;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .categories-noimage .catalog-item__title {
    font-size: 12px;
  }
}
.categories-noimage .catalog-item:visited, .categories-noimage .catalog-item:focus, .categories-noimage .catalog-item:link {
  text-decoration: none !important;
}
.categories-noimage .catalog-item:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s;
}

.catalog-slider .catalog-item {
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .catalog-slider .catalog-item {
    margin: 0 auto;
  }
}
@media screen and (min-width: 401px) and (max-width: 577px) {
  .catalog-slider .catalog-item {
    margin: 0 auto;
    width: 260px;
  }
}
.catalog-slider .slide {
  margin: 20px 40px;
  padding: 10px;
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
  .catalog-slider .slide {
    margin: 15px 40px;
  }
}
.catalog-slider .slick-track {
  margin-left: 0 !important;
}
.catalog-slider .slider-inner {
  position: relative;
}
.catalog-slider .slider-inner .arrow {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.catalog-slider .slider-inner .arrow__button {
  width: 26px;
  height: 26px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalog-slider .slider-inner .arrow__button_prev {
  background-image: url("../img/slider-arrow-left.png");
}
.catalog-slider .slider-inner .arrow__button_prev:hover {
  opacity: 0.7;
}
.catalog-slider .slider-inner .arrow__button_next {
  background-image: url("../img/slider-arrow-right.png");
}
.catalog-slider .slider-inner .arrow__button_next:hover {
  opacity: 0.7;
}
.catalog-slider .slider-inner .arrow_prev {
  left: 0;
}
.catalog-slider .slider-inner .arrow_next {
  right: 0;
}
.catalog-slider.additional-purchase-items-slider .slide {
  margin: 5px;
}
.catalog-slider.additional-purchase-items-slider .products__item .products__card > a > img {
  height: 140px;
}
.catalog-slider.additional-purchase-items-slider .instant-order, .catalog-slider.additional-purchase-items-slider .quantity {
  display: none;
}
.catalog-slider.additional-purchase-items-slider .products-order__row {
  flex-direction: column;
}
.catalog-slider.additional-purchase-items-slider .products-order__row .product__cart {
  flex-basis: auto;
  width: 100%;
  justify-content: center;
}

.categories-description {
  margin-bottom: 30px;
}
.categories-description h1, .categories-description h2, .categories-description h3, .categories-description h4, .categories-description h5, .categories-description h6, .categories-description p, .categories-description ul, .categories-description ol, .categories-description li, .categories-description figure, .categories-description figcaption, .categories-description blockquote, .categories-description dl, .categories-description dd {
  margin: inherit;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  grid-gap: 40px;
}
@media screen and (max-width: 576px) {
  .products-list {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    grid-gap: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1199px) {
  .products-list {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    grid-gap: 20px;
  }
}
@media screen and (max-width: 374px) {
  .products-list {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
}
.products-list:not(:first-child) {
  margin-top: 40px;
}
.products-list.list-view {
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}

.list-view .products__item .products__card {
  padding: 24px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card {
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .list-view .products__item .products__card {
    justify-content: space-between;
  }
}
.list-view .products__item .products__card > a {
  flex-basis: 30%;
}
.list-view .products__item .products__card > a > img {
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card > a > img {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card > a {
    padding-top: 20px;
    flex-basis: 100%;
    margin: 0 auto;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .list-view .products__item .products__card > a {
    flex: 25% 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .list-view .products__item .products__card > a {
    flex: 30% 0 0;
  }
  .list-view .products__item .products__card > a > img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .list-view .products__item .products__card > a {
    flex: 140px 0 0;
  }
}
.list-view .products__item .products__card .products__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .list-view .products__item .products__card .products__info {
    flex: 75% 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .list-view .products__item .products__card .products__info {
    flex: 68% 0 0;
  }
}
.list-view .products__item .products__card .products__title {
  width: 100%;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card .products__title {
    text-align: center;
    margin: 12px 0 0 0;
  }
}
.list-view .products__item .products__card .products__title > span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 100%;
  height: auto;
}
.list-view .products__item .products__card .products__sku {
  position: static;
  width: 100%;
  text-align: left;
  margin: 12px 0 0 0;
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card .products__sku {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
  }
}
.list-view .products__item .products__card .products__description {
  display: block;
  margin: 20px 0 0 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .list-view .products__item .products__card .products__description {
    margin: 10px 0 0 0;
  }
  .list-view .products__item .products__card .products__description > span {
    font-size: 14px;
  }
}
.list-view .products__item .products__card .products-order {
  order: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .products-order {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card .products-order {
    justify-content: space-between;
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  .list-view .products__item .products__card .products-order {
    justify-content: space-between;
  }
}
.list-view .products__item .products__card .products-order.indents {
  padding: 0;
  margin: auto 0 0 0;
}
.list-view .products__item .products__card .products-order .instant-order {
  width: 100%;
  max-width: 224px;
  flex-basis: 50%;
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .products-order .instant-order {
    flex-basis: 100%;
    max-width: initial;
    height: 30px;
  }
}
.list-view .products__item .products__card .products-order .instant-order.indents {
  margin: 0 24px 0 0;
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .products-order .instant-order.indents {
    margin: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .list-view .products__item .products__card .products-order .instant-order.indents {
    margin: 0;
  }
}
.list-view .products__item .products__card .products-order__row {
  flex-basis: 35%;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .list-view .products__item .products__card .products-order__row {
    flex: 50% 0 0;
  }
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .products-order__row {
    flex-basis: 100%;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
}
.list-view .products__item .products__card .products-order__row .product__cart {
  flex-basis: 124px;
  justify-content: center;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .products-order__row .product__cart {
    display: flex;
  }
}
.list-view .products__item .products__card .products-order__row .product__cart_mobile {
  margin: 0 0 0 24px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card .products-order__row .product__cart_mobile {
    margin: 0 0 0 12px;
  }
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .products-order__row .product__cart_mobile {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .list-view .products__item .products__card .quantity {
    height: 30px;
  }
}
.list-view .products__item .products__card .products-price {
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .list-view .products__item .products__card .products-price {
    justify-content: center;
  }
}

.products__item {
  display: flex;
  flex-direction: column;
  flex-basis: 19%;
}
@media (max-width: 576px) {
  .products__item {
    flex-basis: 48%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .products__item {
    flex-basis: 24%;
  }
}
.products__item .products__card {
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #D0D0D0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 10px 0 10px;
}
@media screen and (max-width: 576px) {
  .products__item .products__card {
    padding: 20px 10px 0 10px;
  }
}
.products__item .products__card a {
  max-width: 100%;
}
.products__item .products__card a > img {
  border-radius: 4px;
  height: 200px;
  width: 200px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .products__item .products__card a > img {
    height: 120px;
    width: 120px;
  }
}
.products__item .products__card .products__title a, .products__item .products__card .products__title a:visited, .products__item .products__card .products__title a:link, .products__item .products__card .products__title a:focus, .products__item .products__card .products__title a:active, .products__item .products__card .products__description a, .products__item .products__card .products__description a:visited, .products__item .products__card .products__description a:link, .products__item .products__card .products__description a:focus, .products__item .products__card .products__description a:active, .products__item .products__card .products-price a, .products__item .products__card .products-price a:visited, .products__item .products__card .products-price a:link, .products__item .products__card .products-price a:focus, .products__item .products__card .products-price a:active {
  color: inherit;
  text-decoration: none;
}
.products__item .products__card .products__title a:hover, .products__item .products__card .products__title a:visited:hover, .products__item .products__card .products__title a:link:hover, .products__item .products__card .products__title a:focus:hover, .products__item .products__card .products__title a:active:hover, .products__item .products__card .products__description a:hover, .products__item .products__card .products__description a:visited:hover, .products__item .products__card .products__description a:link:hover, .products__item .products__card .products__description a:focus:hover, .products__item .products__card .products__description a:active:hover, .products__item .products__card .products-price a:hover, .products__item .products__card .products-price a:visited:hover, .products__item .products__card .products-price a:link:hover, .products__item .products__card .products-price a:focus:hover, .products__item .products__card .products-price a:active:hover {
  text-decoration: none;
  opacity: 0.7;
}
.products__item .products__card .products__info {
  width: 100%;
}

.products-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  position: absolute;
  transform: rotate(-10deg);
  transform-origin: left;
  top: 0;
  left: 0;
}
.products-badges .products-badge__discount {
  padding: 2px;
  background-color: #FF0033;
  border-radius: 12px;
  min-width: 65px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  .products-badges .products-badge__discount {
    padding: 2px 8px;
  }
}

.products-order {
  display: none;
  width: 100%;
}
.products-order.indents {
  padding: 10px 0 0 0;
}
.products-order__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products-order a.instant-order {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-order a.instant-order:hover {
  text-decoration: none;
}
.products-order .instant-order {
  border: none;
  outline: 0;
  width: 100%;
  border-radius: 36px;
  height: 30px;
  background-color: #F1F1F1;
  transition: all 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
@media screen and (max-width: 576px) {
  .products-order .instant-order {
    font-size: 14px;
    height: 24px;
  }
}
@media screen and (max-width: 374px) {
  .products-order .instant-order {
    font-size: 16px;
    height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .products-order .instant-order {
    font-size: 14px;
    height: 24px;
  }
}
.products-order .instant-order.indents {
  margin-bottom: 12px;
}
@media (hover) {
  .products-order .instant-order:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
}
.products-order .instant-order:focus, .products-order .instant-order:active {
  opacity: 0.7;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.products-order .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 0;
  background: #F1F1F1;
  border-radius: 16px;
  padding: 0 5px;
  height: 30px;
}
.products-order .quantity__decrease, .products-order .quantity__increase {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
@media screen and (max-width: 768px) {
  .products-order .quantity {
    height: 24px;
  }
}
@media screen and (max-width: 374px) {
  .products-order .quantity {
    height: 30px;
  }
}
.products-order .quantity button, .products-order .quantity button:focus, .products-order .quantity button:active {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 24px;
  color: #101010;
}
.products-order .quantity button:hover, .products-order .quantity button:focus:hover, .products-order .quantity button:active:hover {
  opacity: 0.7;
}
.products-order .quantity button.decrease, .products-order .quantity button:focus.decrease, .products-order .quantity button:active.decrease {
  padding-bottom: 4px;
}
.products-order .quantity button i, .products-order .quantity button:focus i, .products-order .quantity button:active i {
  font-size: 14px;
  color: #101010;
  font-weight: normal;
}
.products-order .quantity__input input[type=text] {
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.products-order .product__cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
  flex-basis: 105px;
  height: 30px;
  background-color: #970101;
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 36px;
  transition: all 0.3s;
}
.products-order .product__cart.no-icon {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .products-order .product__cart.no-icon {
    height: 24px;
  }
}
.products-order .product__cart.no-icon:hover, .products-order .product__cart.no-icon:link, .products-order .product__cart.no-icon:visited {
  text-decoration: none;
}
@media (hover) {
  .products-order .product__cart:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}
.products-order .product__cart:focus, .products-order .product__cart:active {
  opacity: 0.7;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.products-order .product__cart::before {
  content: "";
  background-image: url("../img/icon-cart-white.png");
  width: 14px;
  height: 14px;
  background-position: center center;
  background-size: cover;
}
.products-order .product__cart.no-icon::before {
  display: none;
}
@media screen and (min-width: 374px) and (max-width: 992px) {
  .products-order .product__cart {
    display: none;
  }
}
.products-order .product__cart_mobile {
  display: none;
}
@media screen and (min-width: 375px) and (max-width: 992px) {
  .products-order .product__cart_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 50px;
    background-color: #970101;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
    background-image: url("../img/icon-cart-white.png");
  }
}
@media (hover) {
  .products-order .product__cart_mobile:hover {
    background-color: #275455;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}
.products-order .product__cart_mobile:focus, .products-order .product__cart_mobile:active {
  background-color: #275455;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.products-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .products-price {
    height: 50px;
    padding: 6px 0;
  }
}
.products-price__actual {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  padding: 0 6px 0;
}
@media screen and (max-width: 768px) {
  .products-price__actual {
    font-size: 16px;
  }
}
.products-price__old {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  color: #808080;
  text-decoration: line-through;
  padding: 0 6px 0;
}
@media screen and (max-width: 768px) {
  .products-price__old {
    font-size: 12px;
  }
}
.products-price__request {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  padding: 0 12px 0 0;
}
.products-price__request:hover {
  color: #970101;
}

.products__title {
  margin-top: 10px;
  width: 100%;
  height: 46px;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
}
.products__title > span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #101010;
  line-height: 20px;
  height: 46px;
}

.products__sku {
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .products__sku {
    top: 0px;
  }
}
.products__sku > span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .products__sku > span {
    font-size: 12px;
  }
}

.products__description {
  display: none;
  padding: 7px 0;
  text-align: center;
}
.products__description > span {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}

.posts-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: none;
}
.posts-header .summary {
  margin-left: auto;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-column-gap: 40px;
}
@media screen and (max-width: 576px) {
  .posts-wrapper {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .posts-wrapper {
    grid-template-columns: repeat(2, minmax(45%, 1fr));
  }
}
.posts-item {
  margin-bottom: 40px;
  background: #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
}
.posts-image__img {
  width: 100%;
  height: 400px;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}
.posts-content {
  padding: 24px;
  overflow: hidden;
}
.posts-content__date {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.posts-content__title, .posts-content__title:visited, .posts-content__title:focus, .posts-content__title:link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  display: block;
}
.posts-content__title.indents, .posts-content__title:visited.indents, .posts-content__title:focus.indents, .posts-content__title:link.indents {
  margin: 16px 0 24px 0;
}
.posts-content__text {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}

.post-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: none;
}
.post-date {
  margin-left: auto;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.post-intro {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.post-intro.indents {
  margin-bottom: 80px;
}
.post-content {
  overflow: hidden;
}

.common-panel {
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.confirm-wrapper.indents {
  margin: 160px auto;
}
@media screen and (max-width: 576px) {
  .confirm-wrapper.indents {
    margin: 80px auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .confirm-wrapper.indents {
    margin: 120px auto;
  }
}

.button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  min-width: 180px;
  min-height: 48px;
  background: #970101;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  border-radius: 36px;
  padding: 0 24px;
  cursor: pointer;
  border: none;
  outline: none;
}
@media screen and (max-width: 576px) {
  .button-submit {
    width: 100%;
  }
  .button-submit.indents {
    margin-top: 24px;
  }
}
.button-submit:hover {
  text-decoration: none;
  color: #fff;
  background: #275455;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
}
.button-submit.full-width {
  width: 100%;
}
.button-submit.full-width.indents {
  margin: 32px 0 82px;
}
.button-submit.button-focus {
  background: #C0FBFC;
  color: #970101;
}
.button-submit.button-focus:link, .button-submit.button-focus:focus, .button-submit.button-focus:visited {
  text-decoration: none;
  color: #970101;
}
.button-submit:link, .button-submit:focus, .button-submit:visited {
  text-decoration: none;
  color: #fff;
}

.user-auth {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-auth .common-panel {
  width: 480px;
  padding: 40px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .user-auth .common-panel {
    width: 440px;
    width: 440px;
  }
}
@media screen and (max-width: 576px) {
  .user-auth .common-panel {
    min-width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.user-auth .common-panel.indents {
  margin: 80px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .user-auth .common-panel.indents {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .user-auth .common-panel.indents {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .user-auth .common-panel.indents {
    padding: 0;
    margin: 40px 0 0 0;
  }
}
.user-auth .common-panel__title {
  margin-bottom: 32px;
}
.user-auth .common-panel__title > h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #101010;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .user-auth .common-panel__title > h1 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .user-auth .common-panel__title > h1 {
    font-size: 32px;
  }
}
.user-auth .auth-form label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
}
@media screen and (max-width: 576px) {
  .user-auth .auth-form label {
    font-size: 14px;
  }
}
.user-auth .auth-form .help-block {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
}
@media screen and (max-width: 576px) {
  .user-auth .auth-form .help-block {
    font-size: 14px;
  }
}
.user-auth .auth-form .help-block-error {
  color: #FF0033;
}
@media screen and (max-width: 576px) {
  .user-auth .auth-form .help-block-error {
    font-size: 14px;
  }
}
.user-auth .auth-form .has-error {
  color: #FF0033;
}
@media screen and (max-width: 576px) {
  .user-auth .auth-form .has-error {
    font-size: 14px;
  }
}
.user-auth .auth-form .has-error .form-control {
  border-color: #FF0033;
}
.user-auth .auth-form .has-error label {
  color: #FF0033;
}
.user-auth .auth-form input {
  border-radius: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
@media screen and (max-width: 576px) {
  .user-auth .auth-form input {
    font-size: 14px;
  }
}
.user-auth .auth-form input[type=checkbox] {
  display: none;
}
.user-auth .auth-form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-auth .auth-form .form-row .form-group {
  margin: 0;
}
.user-auth .auth-form .form-row .form-group.field-profileform-addresses {
  margin-right: 15px;
}
.user-auth .auth-form .form-row.indents {
  margin: 32px 0 82px;
}
@media screen and (max-width: 576px) {
  .user-auth .auth-form .form-row {
    flex-direction: column;
  }
  .user-auth .auth-form .form-row.indents {
    margin: 32px 0;
  }
}
.user-auth .auth-form .form-check-label label {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
}
@media (max-width: 576px) {
  .user-auth .auth-form .form-check-label label {
    font-size: 14px;
  }
}
.user-auth .auth-form .form-check-label label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D0D0D0;
}
.user-auth .auth-form input[type=checkbox]:checked + label:before {
  background: #970101;
  transition: all 0.3s;
}
.user-auth .auth-form__link, .user-auth .auth-form__link:visited, .user-auth .auth-form__link:focus, .user-auth .auth-form__link:link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #970101;
}
@media (max-width: 576px) {
  .user-auth .auth-form__link, .user-auth .auth-form__link:visited, .user-auth .auth-form__link:focus, .user-auth .auth-form__link:link {
    font-size: 14px;
  }
}
.user-auth .auth-form__info-text {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
}
@media (max-width: 576px) {
  .user-auth .auth-form__info-text {
    font-size: 14px;
  }
}
.user-auth .auth-form__info-text_right {
  display: block;
  text-align: right;
  margin-bottom: -25px;
}
.user-auth .auth-form__info-text.indents {
  margin: 0;
}
@media (max-width: 576px) {
  .user-auth .auth-form__info-text.indents {
    margin-top: 32px;
  }
}
.user-auth .auth-form .reg-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.user-auth .auth-form .reg-password__icon {
  position: absolute;
  right: 15px;
}
.user-auth .register-buttons .button-submit {
  margin-bottom: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.user-auth .register-buttons a.button-submit:first-child {
  color: #fff;
}
.user-auth .register-buttons__bottom {
  display: block;
}
.user-auth .register-buttons__bottom.indents {
  margin-top: 80px;
}
@media (max-width: 576px) {
  .user-auth .register-buttons__bottom.indents {
    margin-top: 60px;
  }
}
.user-auth .register-buttons a, .user-auth .register-buttons a:link, .user-auth .register-buttons a:visited, .user-auth .register-buttons a:focus {
  text-decoration: none;
  color: #970101;
}
.user-auth .register-buttons span > a:hover {
  text-decoration: underline;
}
.user-auth .reg-results {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.user-auth .reg-results .button-submit {
  min-width: 234px;
}
.user-auth .reg-results.indents {
  margin-top: 60px;
}
@media screen and (max-width: 576px) {
  .user-auth .reg-results {
    flex-direction: column;
  }
  .user-auth .reg-results .button-submit {
    width: 100%;
  }
  .user-auth .reg-results .button-submit:first-child {
    margin-bottom: 40px;
  }
}

.user-profile .auth-form .button-submit.indents {
  margin: 32px 0 0 0;
}
.user-profile .auth-form a, .user-profile .auth-form a:link, .user-profile .auth-form a:visited, .user-profile .auth-form a:focus {
  color: #970101;
}
.user-profile .auth-form input[type=text] {
  background-color: #F1F1F1;
  background-image: url("../img/form-edit.png");
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.user-profile .auth-form .form-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.user-profile .auth-form .button-additional {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #970101;
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  margin-bottom: -25px;
}
@media screen and (max-width: 576px) {
  .user-profile .auth-form .button-additional {
    font-size: 14px;
  }
}
.user-profile .auth-form .button-additional:hover {
  text-decoration: underline;
}

.user-menu.indents {
  margin-bottom: 42px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .user-menu.indents {
    margin-bottom: 62px;
  }
}
.user-menu .user-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-menu .user-nav__logout {
  color: #970101;
  fill: #970101;
  text-decoration: none;
  transition: all 0.3s;
}
.user-menu .user-nav__item {
  margin-right: 42px;
}
@media screen and (max-width: 576px) {
  .user-menu .user-nav__item {
    margin-right: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .user-menu .user-nav__item {
    margin-right: 28px;
  }
}
.user-menu .user-nav__item:last-child {
  margin-right: 0;
  margin-left: auto;
  color: #970101;
}
.user-menu .user-nav__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
}
.user-menu .user-nav__item > a > span {
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .user-menu .user-nav__item > a > span {
    display: none;
  }
}
.user-menu .user-nav__item > a > i {
  font-size: 20px;
}
.user-menu .user-nav__item > a:visited, .user-menu .user-nav__item > a:link, .user-menu .user-nav__item > a:focus {
  text-decoration: none;
}
.user-menu .user-nav__item > a:hover, .user-menu .user-nav__item > a.active {
  color: #970101;
  fill: #970101;
  text-decoration: none;
  transition: all 0.3s;
}
.user-menu .user-nav__item > a.user-nav__logout {
  color: #970101;
  fill: #970101;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .user-menu .user-nav__item > a.user-nav__logout {
    font-size: 14px;
  }
}

.user-nocard .button-bonus {
  min-width: 345px;
}
@media screen and (max-width: 576px) {
  .user-nocard .button-bonus {
    min-width: 200px;
    width: 100%;
  }
}
.user-nocard .common-panel {
  width: 100%;
  max-width: 880px;
}
.user-nocard .common-panel .auth-form__info-text {
  color: #101010;
}

.user-orders .common-panel {
  max-width: 880px;
  margin: 0 auto;
}
.user-orders .common-panel.indents {
  padding: 40px;
}
@media screen and (max-width: 576px) {
  .user-orders .common-panel.indents {
    min-width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.user-orders .orders-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .user-orders .orders-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.user-orders .orders-menu__item {
  margin-right: 80px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .user-orders .orders-menu__item {
    margin-right: 80px;
  }
}
.user-orders .orders-menu__item_dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.user-orders .orders-menu__item_dropdown > button {
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 576px) {
  .user-orders .orders-menu__item_dropdown {
    display: block;
  }
}
.user-orders .orders-menu__item_dropdown.dropdown-closed {
  transform: rotate(180deg);
}
.user-orders .orders-menu__link, .user-orders .orders-menu__link:link, .user-orders .orders-menu__link:visited, .user-orders .orders-menu__link:focus {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .user-orders .orders-menu__link, .user-orders .orders-menu__link:link, .user-orders .orders-menu__link:visited, .user-orders .orders-menu__link:focus {
    font-size: 18px;
  }
  .user-orders .orders-menu__link:not(.active), .user-orders .orders-menu__link:link:not(.active), .user-orders .orders-menu__link:visited:not(.active), .user-orders .orders-menu__link:focus:not(.active) {
    display: none;
  }
}
.user-orders .orders-menu__link:hover, .user-orders .orders-menu__link.active, .user-orders .orders-menu__link:link:hover, .user-orders .orders-menu__link:link.active, .user-orders .orders-menu__link:visited:hover, .user-orders .orders-menu__link:visited.active, .user-orders .orders-menu__link:focus:hover, .user-orders .orders-menu__link:focus.active {
  text-decoration: none;
  color: #970101;
}
.user-orders .order {
  border-radius: 16px;
  transition: all 0.3s;
  background-color: #F1F1F1;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .user-orders .order {
    padding: 15px;
  }
}
.user-orders .order.indents {
  margin-top: 32px;
}
@media screen and (max-width: 576px) {
  .user-orders .order.indents {
    margin-top: 20px;
  }
}
.user-orders .order .product {
  margin-bottom: 32px;
}
.user-orders .order .product.indents:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product {
    margin-bottom: 20px;
  }
}
.user-orders .order .product-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.user-orders .order .product__image {
  flex-basis: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__image {
    flex-basis: 30%;
  }
}
.user-orders .order .product__image > img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__image > img {
    width: 90px;
    height: 90px;
  }
}
.user-orders .order .product__image.indents {
  margin-right: 32px;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__image.indents {
    margin-right: 12px;
  }
}
.user-orders .order .product-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-basis: 80%;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product-info {
    flex-basis: 70%;
  }
}
.user-orders .order .product__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  flex-basis: 100%;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__title {
    font-size: 16px;
  }
}
.user-orders .order .product__vendor, .user-orders .order .product__amount {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.user-orders .order .product__amount {
  margin-left: 12px;
}
.user-orders .order .product__price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.user-orders .order .product__price.indents {
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__price.indents {
    margin-top: 12px;
  }
}
.user-orders .order .product__price_actual {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__price_actual {
    font-size: 20px;
  }
}
.user-orders .order .product__price_old {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #808080;
  text-decoration: line-through;
  padding-left: 12px;
}
@media screen and (max-width: 576px) {
  .user-orders .order .product__price_old {
    padding-left: 8px;
  }
}
.user-orders .order-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .user-orders .order-info__item:not(:last-child) {
    padding: 0 16px 0 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .user-orders .order-info__item {
    flex-basis: 50%;
    padding: 0;
  }
  .user-orders .order-info__item:nth-child(2n) {
    text-align: right;
  }
}
@media screen and (max-width: 425px) {
  .user-orders .order-info__item {
    flex-basis: 100%;
    padding: 0;
  }
}
.user-orders .order-info__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
}
.user-orders .order-info__value {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.user-orders .order-empty {
  margin-top: 32px;
}
.user-orders .order-empty span {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.user-orders .order-empty span a, .user-orders .order-empty span a:link, .user-orders .order-empty span a:visited, .user-orders .order-empty span a:focus {
  color: #970101;
  text-decoration: underline;
}
.user-orders .order-empty span a:hover, .user-orders .order-empty span a:link:hover, .user-orders .order-empty span a:visited:hover, .user-orders .order-empty span a:focus:hover {
  opacity: 0.7;
}
.user-orders .order-repeat {
  padding: 32px 0 0 0;
}
.user-orders .order-repeat .button-submit {
  max-width: 200px;
}
@media screen and (max-width: 576px) {
  .user-orders .order-repeat .button-submit {
    max-width: 600px;
  }
}

.product-page.section-title {
  margin-bottom: 4px;
}
.product-vendor {
  padding-top: 0;
}
.product-vendor__code {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .product-vendor__code_intemplate {
    font-size: 12px;
  }
}
.product-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .product-info {
    flex-wrap: wrap;
  }
}
.product-info.indents {
  margin: 10px 0 0 0;
}
.product-info__col {
  flex-basis: 48%;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .product-info__col {
    flex-basis: 100%;
    flex-shrink: 1;
  }
}
.product-info__col.left {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 576px) {
  .product-info__col.left {
    padding: 10px 0 0 0;
  }
}
.product-info__col.right {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 576px) {
  .product-info__col.right {
    padding: 10px 0 0 0;
  }
}
.product-image {
  max-width: 100%;
}
.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .product-image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .product-image img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.product-slider {
  margin: 20px auto;
  position: relative;
}
.product-slider .slick-next {
  display: block;
  cursor: pointer;
  pointer-events: all;
  background-size: contain;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -30px;
  background-image: url("../img/slider-arrow-right.png");
}
.product-slider .slick-next:hover {
  opacity: 0.7;
}
.product-slider .slick-next:before {
  content: "";
}
.product-slider .slick-prev {
  display: block;
  cursor: pointer;
  pointer-events: all;
  background-size: contain;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: -30px;
  background-image: url("../img/slider-arrow-left.png");
  z-index: 1;
}
.product-slider .slick-prev:hover {
  opacity: 0.7;
}
.product-slider .slick-prev:before {
  content: "";
}
.product-slider .slick-track {
  margin-left: 0 !important;
}
.product-slider .slide {
  padding: 10px 0;
}
.product-slider__item {
  border: none;
  outline: none;
  padding: 10px;
}
.product-slider__item > a:focus, .product-slider__itema > :active {
  border: none;
  outline: none;
}
@media (hover) {
  .product-slider__item > a:hover {
    border: none;
    outline: none;
    opacity: 0.7;
  }
}
.product-slider__item a > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .product-slider__item a > img {
    width: 120px;
    height: 120px;
  }
}
.product-prices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .product-prices {
    margin: 20px 0 10px 0;
  }
}
.product-prices__actual {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #101010;
  line-height: 100%;
}
.product-prices__actual.indents {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 576px) {
  .product-prices__actual.indents {
    padding: 0 12px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .product-prices__actual {
    font-size: 20px;
  }
}
.product-prices__old {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #808080;
  line-height: 100%;
  text-decoration: line-through;
}
@media screen and (max-width: 576px) {
  .product-prices__old {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .product-prices__old {
    font-size: 16px;
  }
}
.product-prices__discount {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 2px 12px;
  background-color: #FF0033;
  border-radius: 12px;
  margin: 0 20px;
}
@media screen and (max-width: 576px) {
  .product-prices__discount {
    font-size: 12px;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .product-prices {
    font-size: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .product-prices {
    font-size: 12px;
  }
}
.product-prices__units {
  padding: 0 20px 0 0;
  align-self: flex-end;
}
@media screen and (max-width: 576px) {
  .product-prices__units {
    padding: 0 12px 0 0;
  }
}
.product-link.indents {
  padding: 0 0 10px 0;
}
.product-link > a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #970101;
}
.product-orderactions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.product-orderactions.indents {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .product-orderactions.indents {
    margin: 16px 0;
  }
}
.product-orderactions__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-orderactions__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 425px) {
  .product-orderactions__wrapper {
    flex-basis: 100%;
  }
}
.product-orderactions a.instant-order {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}
.product-orderactions a.instant-order:hover {
  text-decoration: none;
}
.product-orderactions .instant-order {
  min-width: 160px;
  border: none;
  outline: 0;
  width: 100%;
  border-radius: 36px;
  height: 36px;
  transition: all 0.3s;
  background-color: #F1F1F1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
.product-orderactions .instant-order.indents {
  margin: 0 16px 0 0;
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .product-orderactions .instant-order {
    max-width: none;
    font-size: 14px;
    min-width: 140px;
  }
  .product-orderactions .instant-order.indents {
    margin: 0 8px 0 0;
  }
}
@media screen and (max-width: 425px) {
  .product-orderactions .instant-order {
    font-size: 16px;
  }
  .product-orderactions .instant-order.indents {
    margin: 0 0 12px 0;
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .product-orderactions .instant-order {
    font-size: 14px;
  }
}
@media (hover) {
  .product-orderactions .instant-order:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
}
.product-orderactions .instant-order:focus, .product-orderactions .instant-order:active {
  opacity: 0.7;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.product-orderactions .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100px;
  border-radius: 24px;
  padding: 0 5px;
  height: 36px;
  width: 100%;
  background-color: #F1F1F1;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 576px) {
  .product-orderactions .quantity {
    margin: 0 8px 0 0;
  }
}
.product-orderactions .quantity button, .product-orderactions .quantity button:focus, .product-orderactions .quantity button:active {
  outline: none;
  border: none;
  background-color: transparent;
}
.product-orderactions .quantity button:hover, .product-orderactions .quantity button:focus:hover, .product-orderactions .quantity button:active:hover {
  opacity: 0.7;
}
.product-orderactions .quantity button i, .product-orderactions .quantity button:focus i, .product-orderactions .quantity button:active i {
  font-size: 16px;
  color: #101010;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .product-orderactions .quantity button i, .product-orderactions .quantity button:focus i, .product-orderactions .quantity button:active i {
    font-size: 14px;
  }
}
.product-orderactions .quantity__input input[type=text] {
  max-width: 32px;
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  .product-orderactions .quantity__input input[type=text] {
    font-size: 14px;
  }
}
.product-orderactions .decrease, .product-orderactions .increase {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.product-orderactions .product__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  min-width: 200px;
  height: 36px;
  background-color: #970101;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 5px 10px;
  border-radius: 36px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .product-orderactions .product__cart {
    font-size: 14px;
    min-width: 145px;
  }
}
@media screen and (max-width: 425px) {
  .product-orderactions .product__cart {
    font-size: 16px;
    min-width: 170px;
  }
}
@media (hover) {
  .product-orderactions .product__cart:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }
}
.product-orderactions .product__cart:focus, .product-orderactions .product__cart:active {
  opacity: 0.7;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.product-orderactions .product__cart.no-icon::before {
  display: none;
}
.product-params {
  width: 100%;
}
.product-params.indents {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .product-params.indents {
    margin: 24px 0;
  }
}
.product-params__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 100%;
}
.product-params__title.indents {
  margin: 0 0 24px 0;
}
.product-params .params-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.product-params .params-row.indents {
  margin: 0 0 10px 0;
}
.product-params .params-row__title {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  line-height: 100%;
  text-align: left;
}
.product-params .params-row__value {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
  line-height: 100%;
  text-align: right;
}
.product-template {
  border-radius: 12px;
  background-color: #F1F1F1;
  padding: 10px;
}
.product-template.indents {
  margin: 20px 0;
}
.product-template__toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  flex-grow: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  width: 100%;
  height: 30px;
  border: none;
  background-color: transparent;
  padding: 0 10px;
  transition: all 0.3s;
}
.product-template__toggler:hover, .product-template__toggler:active {
  opacity: 0.7;
}
.product-template__toggler::after {
  content: "";
  background-image: url("../img/chevron-up.png");
  width: 18px;
  height: 10px;
  transform: rotate(360deg);
  transition: all 0.3s;
}
.product-template__toggler:not(.opened)::after {
  content: "";
  background-image: url("../img/chevron-up.png");
  width: 18px;
  height: 10px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.product-template__items {
  transition: all 0.3s;
}
.product-template__items.indents {
  margin: 16px 0 0 0;
}
.product-template__items .template-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #fff;
  padding: 12px;
}
.product-template__items .template-item.indents {
  margin: 0 0 10px 0;
}
.product-template__items .template-item__image {
  flex: 30% 0 0;
}
@media screen and (max-width: 992px) {
  .product-template__items .template-item__image {
    flex: 40% 0 0;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .product-template__items .template-item__image {
    flex: 30% 0 0;
  }
}
.product-template__items .template-item__image:hover {
  opacity: 0.7;
}
.product-template__items .template-item__image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .product-template__items .template-item__image img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .product-template__items .template-item__image img {
    width: 120px;
    height: 120px;
  }
}
.product-template__items .template-item__info {
  flex: 70% 0 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 992px) {
  .product-template__items .template-item__info {
    flex: 60% 0 0;
  }
}
@media screen and (min-width: 425px) and (max-width: 576px) {
  .product-template__items .template-item__info {
    flex: 70% 0 0;
  }
}
.product-template__items .template-item__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #970101;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .product-template__items .template-item__title {
    font-size: 16px;
  }
}
.product-template__items .template-item__title:hover, .product-template__items .template-item__title:focus {
  opacity: 0.7;
}
.product-template__items .template-item__price {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #101010;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .product-template__items .template-item__price {
    font-size: 16px;
  }
}
.product-template__items .template-item .amount-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0 0;
}
.product-template__items .template-item .amount-block input[type=number] {
  max-width: 50px;
}
.product-template__items .template-item__amount {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #101010;
  line-height: 100%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .product-template__items .template-item__amount {
    font-size: 12px;
  }
}
.product-comment__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  font-style: normal;
  line-height: 20px;
}
.product-comment textarea {
  border-radius: 10px;
  border: 2px solid #808080;
  resize: vertical;
}
.product-description {
  width: 100%;
}
.product-description.indents {
  margin: 20px 0;
}
.product-description .nav-tabs {
  border: none;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}
.product-description .nav-tabs li {
  border: none;
  margin-bottom: -1px;
}
@media screen and (max-width: 576px) {
  .product-description .nav-tabs li {
    margin-bottom: 0;
    display: block;
    width: 100%;
  }
}
.product-description .nav-tabs li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .product-description .nav-tabs li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .product-description .nav-tabs li a {
    font-size: 18px;
  }
}
.product-description .nav-tabs li a:hover, .product-description .nav-tabs li a:focus, .product-description .nav-tabs li a:active {
  border: none;
  background-color: transparent;
  color: #970101;
  border-bottom: 1px solid #970101;
}
@media screen and (max-width: 576px) {
  .product-description .nav-tabs li a:hover, .product-description .nav-tabs li a:focus, .product-description .nav-tabs li a:active {
    border: none;
    display: block;
    border-left: 1px solid #F1F1F1;
  }
}
.product-description .nav-tabs li.active a {
  color: #970101;
  border: none;
  border-bottom: 1px solid #970101;
}
@media screen and (max-width: 576px) {
  .product-description .nav-tabs li.active a {
    border-bottom: none;
    margin-bottom: 0;
    display: block;
    border-left: 1px solid #970101;
  }
}

.order {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 992px) {
  .order {
    padding: 32px 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .order .section-indents__min {
    margin: 10px 0 0 0;
    padding: 0;
  }
}
.order .common-panel {
  max-width: 480px;
  padding: 40px;
  width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .order .common-panel {
    max-width: 440px;
  }
}
@media screen and (max-width: 576px) {
  .order .common-panel {
    min-width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.order .common-panel_delivery {
  max-width: 912px;
  width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .order .common-panel_delivery {
    max-width: 480px;
  }
}
.order-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.order-inner.indents {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 576px) {
  .order-inner.indents {
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .order-inner.indents {
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .order-inner.indents {
    flex-wrap: wrap;
  }
}
.order-mini {
  max-width: 480px;
  width: 100%;
}
.order-mini .mini-total {
  padding: 24px;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #101010;
}
@media screen and (max-width: 768px) {
  .order-mini .mini-total {
    max-width: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .order-mini .mini-total {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .order-mini .mini-total {
    border-top: 1px solid #101010;
    border-radius: 0;
    padding: 32px 0 0 0;
    font-size: 16px;
  }
}
.order-mini .mini-total__total {
  margin: 24px 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
}
.order-mini .mini-total__all > .value {
  font-weight: bold;
}
.order-mini .mini-total__discount {
  margin: 24px 0 0 0;
}
.order-mini .mini-total__discount > .value {
  font-weight: bold;
  color: #970101;
}
.order-mini .mini-cart {
  margin: 40px 0 0 0;
  padding: 24px;
  overflow-y: auto !important;
  max-height: none;
}
@media screen and (max-width: 768px) {
  .order-mini .mini-cart {
    max-width: 440px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .order-mini .mini-cart {
    border-top: 1px solid #101010;
    border-radius: 0;
    padding: 32px 0 0 0;
    overflow-y: visible !important;
  }
}
.order-mini .mini-cart__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
}
.order-mini .mini-cart__title > a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 24px;
}
.order-mini .mini-cart__title > a:visited, .order-mini .mini-cart__title > a:link, .order-mini .mini-cart__title > a:focus {
  text-decoration: none;
}
.order-mini .mini-cart__title > a:hover {
  opacity: 0.7;
}
.order-mini .mini-cart__title > i {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
}
.order-mini .mini-cart .mini-order {
  margin: 24px 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #101010;
  line-height: 1;
}
.order-mini .mini-cart .mini-order__vendor {
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 16px;
  color: #808080;
}
.order-mini .mini-cart .mini-order__title {
  margin: 8px 0;
  line-height: 24px;
}
.order-mini .mini-cart .mini-order__amount {
  margin: 8px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.order-mini .mini-cart .mini-order__image {
  margin: 0 auto 10px;
}
.order-content.indents {
  margin: 48px auto 0;
  padding: 40px;
}
@media screen and (max-width: 576px) {
  .order-content.indents {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .order-content.indents {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .order-content__title.section-indents__min {
    margin: 8px 0 32px 0;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .order-content__title .section-title__text {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #808080;
    line-height: 100%;
  }
}
.order-content .delivery-errors {
  margin: 20px 0 0 0;
  padding: 20px;
  background-color: rgba(231, 5, 5, 0.31);
  border-radius: 20px;
}
.order-content .delivery-cost .calculation .days {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  text-align: right;
  padding: 20px 0 0 0;
}
.order-content .c-box-title {
  padding: 0 0 12px 0;
}
.order-content .form-info {
  padding: 0;
  margin: 0;
}
.order-content .form-info.indents {
  margin: 34px 0 0 0;
}
.order-content .form-info__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  line-height: 100%;
}
.order-content .form-info__title.indents {
  padding: 32px 0 20px 0;
}
@media screen and (max-width: 576px) {
  .order-content .form-info__title.indents {
    padding: 0 0 20px 0;
  }
}
.order-content .form-info label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
}
@media screen and (max-width: 576px) {
  .order-content .form-info label {
    font-size: 14px;
  }
}
.order-content .form-info .help-block {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
}
@media screen and (max-width: 576px) {
  .order-content .form-info .help-block {
    font-size: 14px;
  }
}
.order-content .form-info .help-block-error {
  color: #FF0033;
}
@media screen and (max-width: 576px) {
  .order-content .form-info .help-block-error {
    font-size: 14px;
  }
}
.order-content .form-info .has-error {
  color: #FF0033;
}
@media screen and (max-width: 576px) {
  .order-content .form-info .has-error {
    font-size: 14px;
  }
}
.order-content .form-info .has-error .form-control {
  border-color: #FF0033;
}
.order-content .form-info .has-error label {
  color: #FF0033;
}
.order-content .form-info input {
  border-radius: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
@media screen and (max-width: 576px) {
  .order-content .form-info input {
    font-size: 14px;
  }
}
.order-content .form-info__link, .order-content .form-info__link:visited, .order-content .form-info__link:focus, .order-content .form-info__link:link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #970101;
}
@media (max-width: 576px) {
  .order-content .form-info__link, .order-content .form-info__link:visited, .order-content .form-info__link:focus, .order-content .form-info__link:link {
    font-size: 14px;
  }
}
.order-content .form-info .form-check-label label {
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
}
@media (max-width: 576px) {
  .order-content .form-info .form-check-label label {
    font-size: 14px;
  }
}
.order-content .form-info .form-check-label label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D0D0D0;
}
.order-content .form-info input[type=checkbox]:checked + label:before {
  background: #970101;
  transition: all 0.3s;
}
.order-content .form-info input[type=checkbox] {
  display: none;
}
.order-content .form-info .r-list .r-item.indents:not(:last-child) {
  margin: 0 0 12px 0;
}
.order-content .form-info .r-input {
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  flex-basis: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 12px 0 0;
}
.order-content .form-info .r-input.variant_amount {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
.order-content .form-info .r-input input[type=radio] {
  opacity: 0;
  display: none;
}
.order-content .form-info .r-input_mb10 {
  margin-bottom: 10px;
}
.order-content .form-info .r-input .checkmark {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  flex-grow: 0;
  flex-shrink: 0;
}
.order-content .form-info .r-input .ckeckmark-label {
  padding: 0 0 0 12px;
  line-height: 1;
}
.order-content .form-info .r-input .checkmark:after {
  content: "";
  display: none;
}
.order-content .form-info .r-input:hover input[type=radio] ~ .checkmark {
  border: 2px solid #508B8C;
}
.order-content .form-info .r-input:hover input[type=radio] ~ .checkmark_image {
  border: 2px solid #508B8C;
  border-radius: 50%;
  opacity: 0.7;
}
.order-content .form-info .r-input input[type=radio]:checked ~ .checkmark {
  border: 2px solid #508B8C;
}
.order-content .form-info .r-input input[type=radio]:checked ~ .checkmark_text {
  background-color: #508B8C;
}
.order-content .form-info .r-input input[type=radio]:checked ~ .checkmark_image {
  border: 2px solid #508B8C;
  border-radius: 50%;
}
.order-content .form-info .r-input input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.order-content .form-info .r-input.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.order-content .form-info .r-input .r-text {
  padding: 0 0 0 12px;
}
.order-content .form-info .r-input .r-text .r-item-title {
  font-size: 16px;
}
.order-content .form-info .r-input .r-text .r-item-desc {
  font-size: 12px;
  font-style: italic;
}
.order-content .form-info__comment {
  margin: 24px 0 0 0;
}
.order-content .action-buttons.indents {
  margin: 32px 0 0 0;
}
.order-content .action-buttons.indents_delivery {
  margin-top: auto;
}
.order-content .delivery-cost {
  padding: 20px;
  background-color: #F1F1F1;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .order-content .delivery-cost {
    padding: 15px;
  }
}
.order-content .delivery-cost.indents {
  margin: 48px 0 0 0;
}
@media screen and (max-width: 768px) {
  .order-content .delivery-cost.indents {
    margin: 32px 0 0 0;
  }
}
.order-content .delivery-cost-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
}
.order-content .delivery-cost .calculation ul {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  margin: 20px 0;
  list-style: disc;
  padding-inline-start: 40px;
}
.order-content .delivery-cost .calculation .cost {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  text-align: right;
  padding: 20px 0 0 0;
  border-top: 1px solid #D0D0D0;
}
.order-content .delivery-cost .calculation .cost > strong {
  font-weight: normal;
  color: #970101;
}
.order-content .delivery-cost .calculation .days {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.order-content .delivery-cost .calculation .days > strong {
  padding: 0 0 0 4px;
}
.order__subtitle {
  margin: 8px 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .order__subtitle {
    font-size: 14px;
  }
}
.order-wrapper {
  max-width: 1088px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .order-wrapper {
    margin: 32px auto 0;
  }
}
.order-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.order-row_delivery {
  align-items: stretch;
  margin: 34px 0 0 0;
}
@media screen and (max-width: 576px) {
  .order-row_delivery {
    margin: 34px 0 0 0;
  }
}
.order-col {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
}
@media screen and (max-width: 767px) {
  .order-col {
    flex-basis: 100%;
  }
  .order-col:not(:first-child) {
    margin: 40px 0 0 0;
  }
}
.order-col_left {
  max-width: 320px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .order-col_left {
    max-width: 300px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .order-col_left {
    max-width: 480px;
  }
}
@media screen and (max-width: 576px) {
  .order-col_left {
    margin: 34px 0 0 0;
    max-width: none;
    order: 2;
  }
}
.order-col_right {
  max-width: 480px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .order-col_right {
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .order-col_right {
    margin: 0 !important;
    max-width: none;
    order: 1;
  }
}
.order-box {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 24px;
}
.order-box_mt {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 576px) {
  .order-box {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.order-box__separator {
  display: none;
  background-color: #101010;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .order-box__separator {
    display: block;
    margin: 40px 0 0 0;
  }
}
.order-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 36px 0;
}
.order-box__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 100%;
}
.order-box__changelink {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #970101;
  line-height: 100%;
}
.order-box__changelink:hover, .order-box__changelink:active, .order-box__changelink:link, .order-box__changelink:visited, .order-box__changelink:focus {
  color: #970101;
}
@media screen and (max-width: 576px) {
  .order-box__changelink {
    font-size: 16px;
  }
}
.order-box__label {
  margin: 24px 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .order-box__label {
    font-size: 16px;
    line-height: 16px;
  }
}
.order-box__value {
  margin: 12px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  line-height: 24px;
}
@media screen and (max-width: 576px) {
  .order-box__value {
    font-size: 14px;
    line-height: 21px;
  }
}
.order-box__total .total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.order-box__total .total-row > span {
  margin: 24px 0 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #101010;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .order-box__total .total-row > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .order-box .action-buttons__total > button {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
.order-product {
  padding: 24px;
  margin: 24px 0 0 0;
  background-color: #F1F1F1;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .order-product {
    padding: 15px;
  }
}
.order-product__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .order-product__content {
    margin: 0 0 30px 0;
    flex-direction: column;
  }
}
.order-product__info {
  width: 100%;
}
.order-product__image {
  margin: 0 32px 0 0;
}
.order-product__image > a {
  display: block;
  max-width: 100px;
  width: 100px;
}
@media screen and (max-width: 576px) {
  .order-product__image {
    margin: 0 0 12px 0;
    width: 100%;
  }
  .order-product__image > a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.order-product__image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .order-product__image img {
    width: 100%;
    height: 175px;
  }
}
.order-product__image img:hover {
  opacity: 0.7;
}
.order-product__title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 100%;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 576px) {
  .order-product__title {
    font-size: 16px;
  }
}
.order-product__amount {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .order-product__amount {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .order-product__price {
    margin-bottom: 5px !important;
  }
}
.order-product__price_actual {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
}
.order-product__price_old {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  vertical-align: text-bottom;
}
.order-product .product-additional {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: center;
}
@media screen and (max-width: 576px) {
  .order-product .product-additional {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.order-product .product-additional__total {
  margin: 0 0 0 48px;
}
@media screen and (max-width: 576px) {
  .order-product .product-additional__total {
    margin: 0 0 0 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .order-product .product-additional__total {
    margin: 0 0 0 20px;
  }
}
.order-success .section-title.indents {
  margin: 8px 0 40px 0;
}
.order-success__message {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16;
  color: #101010;
  line-height: 24px;
}
.order #address-map {
  border-radius: 12px;
}
.order img.confirmation__map {
  margin: 0 auto;
}

.order-page.order-delivery-page .order-page-inner .order-page-content {
  max-width: 800px;
}
@media screen and (min-width: 800px) {
  .order-page.order-delivery-page .order-page-inner .order-page-content {
    width: 80%;
    max-width: 1200px;
  }
}
.order-page .order-page-inner {
  padding: 10px;
}
.order-page .order-page-inner .order-page-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
}
.order-page .order-page-inner .c-header {
  font-size: 1em;
  border-bottom: 1px solid #f7ba08;
  padding: 0 10px;
}
.order-page .order-page-inner .c-header .c-title {
  margin: 0;
  color: #666;
  font-size: 1.8em;
}
.order-page .order-page-inner .c-header .c-subtitle {
  color: #999;
  margin-top: 5px;
}
.order-page .order-page-inner .c-box {
  padding: 5px;
}
.order-page .order-page-inner .c-box .c-box-msg {
  text-align: center;
  color: #999;
}
.order-page .order-page-inner .c-box .c-box-title {
  color: #666;
  padding: 0 5px;
}
.order-page .order-page-inner .c-box .c-edit {
  float: right;
  margin-left: auto;
  font-size: 0.9em;
}
.order-page .order-page-inner .c-box .c-edit:hover {
  color: #666;
}
.order-page .order-page-inner .r-list {
  padding: 0 20px;
}
.order-page .order-page-inner .r-list .r-item {
  list-style: none;
  display: flex;
  cursor: pointer;
  padding: 8px;
}
.order-page .order-page-inner .r-list .r-item:hover {
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.order-page .order-page-inner .r-list .r-input {
  min-height: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-page .order-page-inner .r-list .r-input input {
  margin: 0;
}
.order-page .order-page-inner .r-list .r-text {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  overflow: hidden;
}
.order-page .order-page-inner .r-list .r-item-title {
  margin: 0;
  font-weight: bold;
  color: #333;
}
.order-page .order-page-inner .r-list .r-item-desc {
  margin-top: 5px;
  color: #777;
  font-size: 0.9em;
  margin-bottom: 0;
  font-style: italic;
}
.order-page .order-page-inner .c-footer {
  border-top: 1px solid #f7ba08;
  margin-top: 10px;
}
.order-page .order-page-inner .c-footer .validation-error {
  margin-top: 5px;
  color: red;
  text-align: center;
}
.order-page .order-page-inner .c-footer .action-buttons {
  margin-top: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-page .order-page-inner .c-footer .action-buttons .action-btn {
  border: 1px solid #ddd;
  padding: 0.3em 1em;
  background-color: #f0f0f0;
  color: #666;
}
.order-page .order-page-inner .c-footer .action-buttons .action-btn.primary {
  background-color: #337ceb;
  border: 1px solid #1c6de9;
  color: white;
}
.order-page .order-page-inner .c-footer .action-buttons .action-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.order-page .delivery-cost {
  max-width: 420px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px auto;
  border-radius: 3px;
}
.order-page .delivery-cost .delivery-cost-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}
.order-page .delivery-cost .explanation {
  margin-top: 10px;
}
.order-page .delivery-cost .cost {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  text-align: right;
}
.order-page .delivery-cost .cost strong {
  color: green;
}
.order-page .delivery-cost .no-calculated-msg {
  margin-top: 10px;
  text-align: center;
  color: #aaa;
}

.order-product-table th.price, .order-product-table th.amount, .order-product-table th.cost, .order-product-table th.discount, .order-product-table th.benefit, .order-product-table th.final-cost, .order-product-table td.price, .order-product-table td.amount, .order-product-table td.cost, .order-product-table td.discount, .order-product-table td.benefit, .order-product-table td.final-cost {
  display: none;
}
@media screen and (min-width: 768px) {
  .order-product-table th.price, .order-product-table th.amount, .order-product-table th.cost, .order-product-table th.discount, .order-product-table th.benefit, .order-product-table th.final-cost, .order-product-table td.price, .order-product-table td.amount, .order-product-table td.cost, .order-product-table td.discount, .order-product-table td.benefit, .order-product-table td.final-cost {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .order-product-table th.overview, .order-product-table td.overview {
    display: none;
  }
}
.order-product-table th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #aaa;
  font-weight: 100;
}
.order-product-table td.index {
  color: #aaa;
  font-size: 1.6em;
  vertical-align: middle;
}
.order-product-table td.image {
  padding: 0 10px;
  width: 60px;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .order-product-table td.image {
    width: 80px;
  }
}
.order-product-table td.image img {
  max-width: 100%;
}
.order-product-table td.title {
  color: #666;
  font-size: 0.9em;
}
.order-product-table td.overview {
  text-align: right;
}
.order-product-table td.overview dl {
  margin: 0;
}
.order-product-table td.overview dl dt {
  font-size: 0.8em;
  color: #aaa;
  font-weight: 100;
}
.order-product-table td.overview dl dd {
  font-size: 0.9em;
  color: #555;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .order-summary {
    margin-left: 50%;
  }
}

#address-map {
  min-height: 400px;
}

.order-full .common-panel {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .order-full .common-panel {
    margin: 0 auto 20px;
  }
}
.order-full .button-submit.full-width {
  max-width: 300px;
  margin: 0 auto 20px;
}
.order-full .order-col_left, .order-full .order-col_right {
  max-width: 100%;
}
.order-full .section-indents__min {
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .order-full .section-indents__min {
    margin: 28px 0 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .order-full .order-content__title .section-title__text {
    font-size: 22px;
    font-weight: bold;
    color: #101010;
    line-height: 100%;
  }
}
.order-full .field-orderfullform-paymenttypeid > label {
  display: none;
}

.cart .section-title.indents {
  margin: 8px 0 40px 0;
}
.cart-separator {
  width: 100%;
  height: 1px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin: 12px auto;
}

.cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  padding: 16px 36px;
  min-height: 48px;
  background-color: #970101;
  border-radius: 36px;
  margin-left: auto;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .cart-btn {
    max-width: 200px;
  }
}
.cart-btn_back {
  flex: 0 0 100%;
  max-width: 243px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 576px) {
  .cart-btn_back {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cart-btn:focus, .cart-btn:link, .cart-btn:visited, .cart-btn:active {
  text-decoration: none;
  color: #fff;
}
.cart-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #275455;
}
.cart-btn_save {
  min-height: 38px;
  max-width: 170px;
  background-color: #C0FBFC;
  border: 1px solid #508B8C;
  padding: 0 22px;
  color: #970101 !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .cart-btn_save {
    margin: 0 0 0 15px;
  }
}
.cart-btn_save:hover {
  color: #fff !important;
}
@media screen and (max-width: 425px) {
  .cart-btn__icon {
    display: none;
  }
}
.cart-btn_remove {
  min-height: 38px;
  max-width: 170px;
  background-color: #C0FBFC;
  border: none;
  padding: 0 36px;
  color: #970101 !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.cart-btn_instant {
  width: 100%;
  border: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  color: #101010;
}
.cart-btn_instant:hover {
  background-color: #275455;
  color: #fff;
}
.empty-cart-message {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  line-height: 24px;
  max-width: 360px;
}

.cart-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart-col {
  width: 100%;
  position: relative;
}
.cart-col_left {
  flex: 0 0 61%;
}
@media screen and (max-width: 1024px) {
  .cart-col_left {
    flex: 0 0 100%;
  }
}
.cart-col_right {
  flex: 0 0 37%;
}
@media screen and (max-width: 1024px) {
  .cart-col_right {
    flex: 0 0 100%;
    margin: 36px 0 0 0;
  }
}

.cart-panel {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 576px) {
  .cart-panel {
    padding: 16px;
  }
}

.cart-items .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cart-items .item:not(:last-child) {
  margin: 0 0 36px 0;
}
@media screen and (max-width: 576px) {
  .cart-items .item {
    flex-wrap: wrap;
  }
}
.cart-items .item-info {
  display: flex;
  width: 100%;
}
.cart-items .item .image-wrap {
  margin-right: 12px;
}
.cart-items .item .image-wrap .image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .cart-items .item .image-wrap .image {
    width: 100px;
    height: 100px;
  }
}
.cart-items .item .image-wrap .image:hover {
  opacity: 0.7;
}
.cart-items .item .text-block {
  flex-basis: 56%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .cart-items .item .text-block {
    width: auto;
  }
}
.cart-items .item .text-block .title-wrap {
  margin-bottom: 4px;
}
.cart-items .item .text-block .title-wrap .title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #101010;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .cart-items .item .text-block .title-wrap .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .cart-items .item .text-block .title-wrap .title {
    font-size: 14px;
  }
}
.cart-items .item .text-block .vendor-code-wrap {
  margin: 0 0 12px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #808080;
}
@media screen and (max-width: 992px) {
  .cart-items .item .text-block .vendor-code-wrap .vendor-code {
    font-size: 12px;
  }
}
.cart-items .item-separator {
  width: 100%;
  height: 1px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin: 12px auto;
}
.cart-items .item .buttons-block {
  text-align: right;
  height: auto;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.cart-items .item .buttons-block .remove-wrap .remove {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 92px;
  border: 0;
  background-color: transparent;
  transition: all 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
}
@media screen and (max-width: 992px) {
  .cart-items .item .buttons-block .remove-wrap .remove {
    font-size: 14px;
  }
}
.cart-items .item .buttons-block .remove-wrap .remove:hover {
  opacity: 0.7;
}
.cart-items .item .buttons-block .quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 128px;
  background-color: #F1F1F1;
  height: 36px;
  border-radius: 20px;
  padding: 8px;
}
@media screen and (max-width: 576px) {
  .cart-items .item .buttons-block .quantity-wrap {
    width: 102px;
    background-color: #F1F1F1;
    height: 28px;
    padding: 0 4px;
  }
}
.cart-items .item .buttons-block .quantity-wrap .decrease, .cart-items .item .buttons-block .quantity-wrap .increase {
  padding-left: 3px;
  padding-right: 3px;
}
.cart-items .item .buttons-block .quantity-wrap > input[type=text] {
  width: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  border: none;
  background-color: #F1F1F1;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 576px) {
  .cart-items .item .buttons-block .quantity-wrap > input[type=text] {
    font-size: 14px;
  }
}
.cart-items .item .buttons-block .quantity-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.cart-items .item .toggle-template-wrap {
  margin: 16px 0;
}
.cart-items .item .toggle-template-wrap > .toggle-template-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  width: 120px;
  height: 30px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 16px;
  background-color: transparent;
  padding: 0 10px;
  transition: all 0.3s;
}
.cart-items .item .toggle-template-wrap > .toggle-template-items:hover, .cart-items .item .toggle-template-wrap > .toggle-template-items:active {
  opacity: 0.7;
}
.cart-items .item .price-wrap {
  display: none;
}
.cart-items .item .total-price-wrap .total-price {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 1;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .cart-items .item .total-price-wrap .total-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .cart-items .item .total-price-wrap .total-price {
    font-size: 16px;
  }
}
.cart-items .item .total-price-wrap .total-price__text {
  display: none;
}
.cart-items .item .template-items {
  margin: 16px 0;
}
.cart-items .item .template-items .image {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .cart-items .item .template-items .image {
    width: 92px;
    height: 92px;
  }
}

.checkout-total-wrap {
  margin: 0 0 12px 0;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .checkout-total-wrap {
    width: 50%;
  }
}
.checkout-total-wrap .total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #101010;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .checkout-total-wrap .total-row {
    font-size: 14px;
  }
}
.checkout-total-wrap .total-row:not(:last-child) {
  margin: 0 0 12px 0;
}
.checkout-total-wrap .total-row__bold {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .checkout-total-wrap .total-row__bold {
    font-size: 16px;
  }
}

.promo-code-block .input-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .promo-code-block .input-block {
    justify-content: flex-start;
  }
}
.promo-code-block .input-block input[type=text] {
  min-height: 38px;
  border-radius: 20px;
  border: 1px solid #970101;
  flex: 0 0 70%;
  max-width: 320px;
}
@media screen and (max-width: 576px) {
  .promo-code-block .input-block input[type=text] {
    max-width: 160px;
  }
}
.promo-code-block .control-label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #101010;
  line-height: 100%;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 992px) {
  .promo-code-block .control-label {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .promo-code-block .control-label {
    font-size: 16px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  .page-buttons-wrap {
    position: absolute;
    top: 24px;
    right: 24px;
  }
}
.page-buttons-wrap .instant-order-block {
  margin: 0 0 15px 0;
}
.page-buttons-wrap .cart-btn {
  padding: 10px 20px;
}

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