@charset "UTF-8";

:root {
  --main-gutter: 142px;
  --second-gutter: 120px;
}

@media screen and (max-width: 991px) {
  :root {
    --main-gutter: 120px;
    --second-gutter: 100px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --main-gutter: 100px;
    --second-gutter: 80px;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --main-gutter: 80px;
    --second-gutter: 50px;
  }
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-LightItalic.eot");
  src: local("Calibri Light Italic"), local("Calibri-LightItalic"), url("../fonts/Calibri-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-LightItalic.woff2") format("woff2"), url("../fonts/Calibri-LightItalic.woff") format("woff"), url("../fonts/Calibri-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Italic.eot");
  src: local("Calibri Italic"), local("Calibri-Italic"), url("../fonts/Calibri-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Italic.woff2") format("woff2"), url("../fonts/Calibri-Italic.woff") format("woff"), url("../fonts/Calibri-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Light.eot");
  src: local("Calibri Light"), local("Calibri-Light"), url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Light.woff2") format("woff2"), url("../fonts/Calibri-Light.woff") format("woff"), url("../fonts/Calibri-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-Bold.eot");
  src: local("Calibri Bold"), local("Calibri-Bold"), url("../fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Bold.woff2") format("woff2"), url("../fonts/Calibri-Bold.woff") format("woff"), url("../fonts/Calibri-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.eot");
  src: local("Calibri"), url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri.woff2") format("woff2"), url("../fonts/Calibri.woff") format("woff"), url("../fonts/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri-BoldItalic.eot");
  src: local("Calibri Bold Italic"), local("Calibri-BoldItalic"), url("../fonts/Calibri-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-BoldItalic.woff2") format("woff2"), url("../fonts/Calibri-BoldItalic.woff") format("woff"), url("../fonts/Calibri-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

h1,
.title-text-big {
  font-size: 4.8rem;
  line-height: 1.1;
}

h2,
.title-text-medium {
  font-size: 3.6rem;
}

h3,
.title-text-regular {
  font-size: 3.2rem;
}

h4,
.title-text-small {
  font-size: 2.4rem;
}

h5,
h6,
.title-text-light {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

@media screen and (max-width: 1199px) {

  h1,
  .title-text-big {
    font-size: 4.6rem;
    line-height: 1.1;
  }

  h2,
  .title-text-medium {
    font-size: 3.5rem;
  }

  h3,
  .title-text-regular {
    font-size: 3rem;
  }

  h4,
  .title-text-small {
    font-size: 2.3rem;
  }

  h5,
  h6,
  .title-text-light {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 991px) {

  h1,
  .title-text-big {
    font-size: 4.2rem;
    line-height: 1.1;
  }

  h2,
  .title-text-medium {
    font-size: 3.4rem;
  }

  h3,
  .title-text-regular {
    font-size: 2.8rem;
  }

  h4,
  .title-text-small {
    font-size: 2.2rem;
  }

  h5,
  h6,
  .title-text-light {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {

  h1,
  .title-text-big {
    font-size: 4rem;
    line-height: 1.1;
  }

  h2,
  .title-text-medium {
    font-size: 3.2rem;
  }

  h3,
  .title-text-regular {
    font-size: 2.6rem;
  }

  h4,
  .title-text-small {
    font-size: 2rem;
  }

  h5,
  h6,
  .title-text-light {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 575px) {

  h1,
  .title-text-big {
    font-size: 3.8rem;
    line-height: 1.1;
  }

  h2,
  .title-text-medium {
    font-size: 3rem;
  }

  h3,
  .title-text-regular {
    font-size: 2.4rem;
  }

  h4,
  .title-text-small {
    font-size: 1.8rem;
  }

  h5,
  h6,
  .title-text-light {
    font-size: 1.7rem;
  }
}

.body-text-large {
  font-size: 2.8rem;
}

.body-text-bigger {
  font-size: 2.2rem;
}

.body-text-big {
  font-size: 2rem;
}

.body-text-medium {
  font-size: 1.9rem;
}

.body-text-regular {
  font-size: 1.7rem;
}

.body-text-small {
  font-size: 1.6rem;
}

.body-text-smaller {
  font-size: 1.4rem;
}

.body-text-light {
  font-size: 1.3rem;
}

.body-text-lighter {
  font-size: 1.2rem;
}

@media screen and (max-width: 1199px) {
  .body-text-large {
    font-size: 2.6rem;
  }

  .body-text-bigger {
    font-size: 2.1rem;
  }

  .body-text-big,
  .body-text-medium {
    font-size: 1.9rem;
  }

  .body-text-regular {
    font-size: 1.6rem;
  }

  .body-text-small {
    font-size: 1.5rem;
  }

  .body-text-lighter {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  .body-text-large {
    font-size: 2.4rem;
  }

  .body-text-bigger {
    font-size: 2rem;
  }

  .body-text-big,
  .body-text-medium {
    font-size: 1.8rem;
  }

  .body-text-small {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .body-text-large {
    font-size: 2.2rem;
  }

  .body-text-bigger {
    font-size: 1.9rem;
  }

  .body-text-big,
  .body-text-medium {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 575px) {
  .body-text-large {
    font-size: 2rem;
  }

  .body-text-bigger {
    font-size: 1.8rem;
  }

  .body-text-big,
  .body-text-medium {
    font-size: 1.7rem;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Calibri", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #1e1e1e;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100vw;
  overflow-x: hidden;
}

body .footer {
  margin-top: auto;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus,
select,
select:active,
select:focus,
button,
button:active,
button:focus {
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  display: block;
}

a,
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

button {
  cursor: pointer;
}

html.lock {
  overflow: hidden;
}

html.lock body {
  overflow: hidden;
}

figure {
  margin: 0;
}

.container {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  max-width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
}

main {
  padding-top: 186px;
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 91px;
  }
}

@media screen and (max-width: 575px) {
  main {
    padding-top: 86px;
  }
}

.header-shrinked+main {
  padding-top: 51.4px;
}

@media screen and (max-width: 991px) {
  .header-shrinked+main {
    padding-top: 54px;
  }
}

@media screen and (max-width: 575px) {
  .header-shrinked+main {
    padding-top: 44px;
  }
}

.page-layout {
  margin-top: 64px;
  margin-bottom: var(--second-gutter);
}

@media screen and (max-width: 575px) {
  .page-layout {
    margin-top: 30px;
  }
}

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

p {
  margin: 0;
}

@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 3px;
  padding: 3px 10px;
  height: 18px;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 84%;
  color: #000000;
}

.label.label-green {
  background-color: rgba(77, 180, 94, 0.2);
}

.label.label-red {
  background-color: rgba(255, 0, 0, 0.11);
}

.label.label-grey {
  background-color: rgba(136, 136, 136, 0.2);
}

.label.label-blue {
  background-color: rgba(79, 117, 164, 0.2);
  position:relative;
}
.label.label-blue.ispillow {
  background-color: rgba(0, 158, 76, 0.1);
}

.label .label-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #4f75a4;
  border-radius: 50%;
  background-color: #EDF1F6;
}

.label .label-dot.half {
  background: linear-gradient(90deg, #4f75a4 0px, #4f75a4 4px, #EDF1F6 4px, #EDF1F6 10px);
}

.label .label-dot.full {
  background-color: #4f75a4;
}
.label.ispillow  .label-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #4fa477;
  border-radius: 50%;
  background-color: #EDF1F6;
}

.label.ispillow  .label-dot.half {
  background: linear-gradient(90deg, #4fa477 0px, #4fa477 4px, #EDF1F6 4px, #EDF1F6 10px);
}

.label.ispillow  .label-dot.full {
  background-color: #4fa477;
}

.label.label-blue .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #4f75a4;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.label.label-blue .tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #4f75a4;
}

.label.ispillow  .tooltip {
  background: #4fa477;
}
.label.ispillow  .tooltip::after {
  border-top-color: #4fa477;
}


/* Desktop — hover и focus */
@media (hover: hover) and (pointer: fine) {
    .label.label-blue:hover .tooltip,
    .label.label-blue:focus .tooltip {
        opacity: 1;
        visibility: visible;
    }
}

/* Mobile — active */
.label.label-blue.active .tooltip {
    opacity: 1;
    visibility: visible;
}

.form label {
  display: block;
}

.form input,
.form textarea {
  width: 100%;
  padding: 15px 8px;
  border: 1.5px solid rgba(95, 96, 96, 0.4);
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 100%;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.4);
}

.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.4);
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.4);
}

.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.4);
}

.form input::placeholder,
.form textarea::placeholder {
  color: rgba(30, 30, 30, 0.4);
}

.form input:focus,
.form textarea:focus {
  border-color: #4f75a4;
}

.form input:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  color: #1e1e1e;
}

.form input:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  color: #1e1e1e;
}

.form input:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  color: #1e1e1e;
}

.form input:focus::-ms-input-placeholder,
.form textarea:focus::-ms-input-placeholder {
  color: #1e1e1e;
}

.form input:focus::placeholder,
.form textarea:focus::placeholder {
  color: #1e1e1e;
}

.form input+.error-message,
.form textarea+.error-message {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 4px;
  color: #df2020;
}

.form input.error,
.form textarea.error {
  border-color: #df2020;
}

.form input.error+.error-message,
.form textarea.error+.error-message {
  display: block;
  visibility: visible;
  opacity: 1;
}

.form input.success,
.form textarea.success {
  border-color: #29af72;
}

.form textarea {
  height: 138px;
  overflow: auto;
  resize: none;
}

.toggle-switch label {
  display: inline-block;
}

.toggle-switch .decorative {
  position: relative;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background-color: rgba(30, 30, 30, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-switch .decorative::after {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50px;
}

.toggle-switch input {
  display: none;
}

.toggle-switch input:checked+.decorative {
  background-color: #4f75a4;
}

.toggle-switch input:checked+.decorative::after {
  left: 28px;
}

.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 7px;
  cursor: pointer;
}

.checkbox .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: center no-repeat #eff1f3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.checkbox .custom-checkbox.custom-radio {
  border-color: #4f75a4;
  background-color: #ffffff;
}

@media (hover) {
  .checkbox .custom-checkbox:hover {
    border-color: #4f75a4;
    background-color: #ffffff;
  }
}

.checkbox input {
  display: none;
}

.checkbox input:checked+.custom-checkbox,
.checkbox input:checked+.custom-checkbox.custom-radio {
  border-color: #4f75a4;
  background: center no-repeat url(..//img/icons/check-white.svg) #4f75a4;
}

.checkbox input.error+.custom-checkbox {
  border-color: #df2020;
}

.input-with-measure {
  position: relative;
}

.input-with-measure input {
  height: 36px;
  width: 55px;
  border-radius: 0;
}

.input-with-measure .measure {
  position: absolute;
  right: 10px;
  font-size: 1.6rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feedback-form {
  padding: 56px 98px;
  border: 1px solid #4f75a4;
  border-radius: 10px;
}

.feedback-form.sticky {
  position: sticky;
  top: 65px;
}

.feedback-form .input-block {
  margin-bottom: 16px;
}

.feedback-form .input-block:last-of-type {
  margin-bottom: 0;
}

.feedback-form .form-message {
  display: none;
  margin-top: 15px;
  text-align: center;
}

.feedback-form .form-message.active {
  display: block;
}

.feedback-form .form-message span.success {
  color: #29af72;
}

.feedback-form .form-message span.error {
  color: #df2020;
}

.feedback-form .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  width: 100%;
  margin-top: 32px;
}

@media (hover) {
  .feedback-form .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.feedback-form .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .feedback-form .submit-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.feedback-form .submit-button:not([disabled]):focus,
.feedback-form .submit-button:not([disabled]):active {
  background-color: #4f75a4;
}

.feedback-form .submit-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.search-form .input-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search-form .input-block input {
  width: 100%;
  padding: 13px 150px 13px 50px;
  border: 0;
  border-radius: 100px;
  background: left 16px center/24px no-repeat url(../img/icons/search.svg) #f5f5f5;
}

.search-form .input-block input.error::-webkit-input-placeholder {
  color: #df2020;
}

.search-form .input-block input.error::-moz-placeholder {
  color: #df2020;
}

.search-form .input-block input.error:-ms-input-placeholder {
  color: #df2020;
}

.search-form .input-block input.error::-ms-input-placeholder {
  color: #df2020;
}

.search-form .input-block input.error::placeholder {
  color: #df2020;
}

.search-form .search-submit {
  position: absolute;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  right: 4px;
  padding: 11px 38px;
}

@media (hover) {
  .search-form .search-submit:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.search-form .search-submit:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .search-form .search-submit:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.search-form .search-submit:not([disabled]):focus,
.search-form .search-submit:not([disabled]):active {
  background-color: #4f75a4;
}

.search-form .search-submit[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.search-form .search-reset {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: center/cover no-repeat url(../img/icons/close.svg) #ffffff;
}

@media screen and (max-width: 575px) {
  .search-form {
    margin-bottom: 30px;
  }

  .search-form .input-block input {
    padding: 13px 35px 13px 20px;
    background-image: none;
  }

  .search-form .search-submit {
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: center/24px no-repeat url(../img/icons/search.svg) #f5f5f5;
    text-indent: 100px;
    overflow: hidden;
  }

  .search-form .search-submit:active,
  .search-form .search-submit:focus {
    background-color: #f5f5f5;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .search-form .search-submit:hover {
    background-color: #f5f5f5;
  }
}

.options-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.options-row:not(:last-child) {
  margin-bottom: 15px;
}

.options-row .title {
  padding-top: 10px;
}

.options-row .options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 6px;
}

.options-row .options-list .option-item input {
  display: none;
}

.options-row .options-list .option-item .custom-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  min-width: 34px;
  height: 36px;
  border: 1px solid rgba(95, 96, 96, 0.3);
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.options-row .options-list .option-item input:checked+.custom-radio {
  border-color: #4f75a4;
  background-color: #4f75a4;
  color: #ffffff;
}

.options-row .options-list .option-item input.error+.custom-radio {
  border-color: #df2020;
}

.options-row .options-list .option-item input:disabled+.custom-radio {
  color: #888888;
}

.options-row .options-list .option-item input:disabled+.custom-radio:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  border-bottom: 3px solid #bbb;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quantity .quantity-action {
  width: 24px;
  height: 24px;
  border: none;
  background: center no-repeat;
  cursor: pointer;
}

.quantity .quantity-action.disabled,
.quantity .quantity-action[disabled] {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.quantity .quantity-field {
  padding: 6px 10px;
  border: 1px solid rgba(95, 96, 96, 0.3);
}

.quantity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
}

.quantity-item .quantity {
  grid-gap: 13px;
}

.quantity-item .quantity .quantity-action {
  background-color: #ffffff;
}

.quantity-item .quantity .quantity-action.quantity-sub {
  background-image: url(../img/icons/remove.svg);
}

.quantity-item .quantity .quantity-action.quantity-add {
  background-image: url(../img/icons/add.svg);
}

.quantity-item .quantity .quantity-field {
  padding: 6px 10px;
  border: 1px solid rgba(95, 96, 96, 0.3);
}

.quantity-item .quantity-note {
  color: rgba(95, 96, 96, 0.7);
}

.product-quantity {
  width: 100%;
  min-width: 140px;
  padding: 7px 0;
  border-radius: 100px;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  overflow: hidden;
}

.product-quantity .quantity {
  grid-gap: 5px;
  height: 100%;
}

.product-quantity .quantity .quantity-action {
  background-color: transparent;
}

.product-quantity .quantity .quantity-action.quantity-sub {
  background-image: url(../img/icons/remove-white.svg);
}

.product-quantity .quantity .quantity-action.quantity-add {
  background-image: url(../img/icons/add-white.svg);
}

.product-quantity .quantity .input-with-measure input {
  height: initial;
  padding: 0 8px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  background: none;
  font-size: 1.3rem;
  line-height: 100%;
  color: #ffffff;
}

.product-quantity .quantity .input-with-measure .measure {
  font-size: 1.3rem;
}

.product-quantity.hidden {
  display: none;
}

@media (hover) {
  .product-quantity:hover {
    background-color: #4f75a4;
  }
}

@media screen and (max-width: 767px) {
  .product-quantity {
    min-width: 120px;
  }
}

.product {
  width: 100%;
  height: 100%;
  padding: 16px 16px 40px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.product .product-promo {
  position: relative;
}

.product .product-brand {
  position: absolute;
  overflow: hidden;
}

.product .product-brand img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.product .product-actions {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.product .product-actions .product-action {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  cursor: pointer;
}

.product .product-actions .product-action svg {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.product .product-actions .product-action:last-child {
  margin-bottom: 0;
}

@media (hover) {
  .product .product-actions .product-action:hover svg {
    opacity: 1;
  }
}

.product .product-actions .product-action.active svg {
  opacity: 1;
}

.product .product-icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.product .product-icon.hidden {
  display: none;
}

.product .product-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (hover) {
  .product .product-icon:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.product .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 26px;
  margin-bottom: 15px;
}

.product .product-price .current-price {
  font-size: 2.2rem;
  line-height: 120%;
}

.product .product-price .previous-price {
  font-size: 1.6rem;
  line-height: 125%;
  text-decoration: line-through;
  color: #bcbcbc;
}

.product .product-code {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 10px;
  text-transform: uppercase;
  color: #888888;
}

.product .product-title {
  font-size: 1.6rem;
  line-height: 150%;
}

@media (hover) {
  .product .product-title a:hover {
    color: #4f75a4;
  }
}

.product .short-description {
  margin-top: 15px;
  font-size: 1.4rem;
}

.product .product-features-block {
  margin-top: 24px;
}

.product .product-features-block .features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 5px;
  margin-bottom: 9px;
  color: #000000;
}

.product .product-features-block .features-item:last-child {
  margin-bottom: 0;
}

.product .product-features-block .features-item .name {
  opacity: 0.6;
}

.product .product-features-block .features-item .value {
  text-align: right;
}

.product .product-features-block .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  margin-top: 28px;
}

.product .product-features-block .buttons>button {
  width: 100%;
}

.product .product-features-block .buttons .one-click-order {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  padding: 12px;
  font-size: 13px;
}

@media (hover) {
  .product .product-features-block .buttons .one-click-order:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.product .product-features-block .buttons .one-click-order:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.product .product-features-block .buttons .add-to-cart {
  position: relative;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  padding: 12px;
  font-size: 13px;
  -webkit-transition: color 0.2s 0.2s;
  transition: color 0.2s 0.2s;
  /*
  &.hidden {
      display: none;
  }
  */
}

@media (hover) {
  .product .product-features-block .buttons .add-to-cart:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.product .product-features-block .buttons .add-to-cart:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .product .product-features-block .buttons .add-to-cart:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.product .product-features-block .buttons .add-to-cart:not([disabled]):focus,
.product .product-features-block .buttons .add-to-cart:not([disabled]):active {
  background-color: #4f75a4;
}

.product .product-features-block .buttons .add-to-cart[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.product .product-features-block .buttons .add-to-cart .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
  opacity: 0;
  pointer-events: none;
}

.product .product-features-block .buttons .add-to-cart.loading {
  color: transparent !important;
  -webkit-transition: color 0.2s 0s;
  transition: color 0.2s 0s;
}

.product .product-features-block .buttons .add-to-cart.loading .spinner {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.product .product-features-block .buttons .add-to-cart.loading .fas {
  color: white;
}

.product .product-features-block .buttons .add-to-cart.active {
  background-color: rgba(41, 175, 114, 0.8);
}

@media (hover) {
  .product .product-features-block .buttons .add-to-cart.active:hover {
    background-color: #29af72;
  }
}

.product .product-features-block .buttons .add-to-cart.active:focus,
.product .product-features-block .buttons .add-to-cart.active:active {
  background-color: #29af72;
}

@media (hover) {
  .product:hover {
    border-color: rgba(105, 119, 135, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .product .product-features-block .buttons {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .product {
    max-width: 300px;
    margin: 0 auto;
  }

  .product .product-promo {
    height: 180px;
  }
}

.product.product-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  max-width: 483px;
  padding: 24px;
}

.product.product-small .product-promo {
  width: 119px;
  height: 119px;
  max-height: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}

.product.product-small .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product.product-small .product-brand {
  top: 5px;
  left: 4px;
  height: 6px;
}

.product.product-small .product-title {
  margin-bottom: 5px;
}

.product.product-small .product-code {
  margin-bottom: 0;
}

.product.product-small .product-price {
  grid-gap: 17px;
  margin-top: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .product.product-small {
    display: block;
    padding: 15px;
  }

  .product.product-small .product-promo {
    width: 180px;
    height: 162px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
}

.product.product-big .product-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 237px;
}

.product.product-big .product-brand {
  top: 12px;
  left: 10px;
  height: 17px;
}

.product.product-big .product-price {
  margin-top: 42px;
}

.product.product-big .product-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
  margin-bottom: 24px;
}

.product.product-big .product-labels+.product-price {
  margin-top: 0;
}

.product.product-big .product-actions {
  top: 8px;
  right: 8px;
}

.product.product-extended {
  height: initial;
  min-height: 100%;
  padding-bottom: 23px;
  background-color: #ffffff;
}

@media (hover) {
  .product.product-extended:hover .product-actions {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 575px) {
  .product.product-extended .product-actions {
    visibility: visible;
    opacity: 1;
  }
}

.product.product-has-gallery .product-gallery {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (hover) {
  .product.product-has-gallery .product-gallery:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.product.product-has-gallery .product-gallery .product-gallery-photos {
  height: 100%;
}

.product.product-has-gallery .product-gallery .product-gallery-photo {
  display: none;
  height: 100%;
  width: 100%;
}

.product.product-has-gallery .product-gallery .product-gallery-photo:first-child {
  display: block;
}

.product.product-has-gallery .product-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product.product-has-gallery .product-gallery .product-gallery-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.product.product-has-gallery .product-gallery .product-gallery-link {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.feedback-card {
  padding: 24px;
  border-radius: 10px;
  background-color: #eff1f3;
}

.feedback-card .item {
  position: relative;
}

.feedback-card .item .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.feedback-card .item .author {
  font-size: 20px;
  line-height: 24px;
}

.feedback-card .item .date {
  white-space: nowrap;
  color: rgba(30, 30, 30, 0.2);
}

.feedback-card .item.reply {
  padding-left: 8px;
  margin-top: 48px;
}

.feedback-card .item.reply .author {
  font-weight: 600;
}

.feedback-card .item.reply:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #4f75a4;
}

@media screen and (max-width: 575px) {
  .feedback-card .item.reply {
    margin-top: 30px;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 22px 22px;
  min-height: 425px;
}

.news-item .image-block {
  display: block;
  height: 224px;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-item .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-item h4 {
  margin-bottom: 8px;
}

@media (hover) {
  .news-item a:hover h4 {
    color: #4f75a4;
  }
}

.news-item .more-button {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .news-item .more-button:hover {
    color: #4f75a4;
    text-decoration: none;
  }
}

.pick-up-block .pick-up-header {
  padding: 10px 20px;
  border-style: solid;
  border-color: rgba(202, 214, 228, 0.8);
  border-width: 1px 1px 0 1px;
  border-radius: 10px 10px 0 0;
  background-color: #CAD6E4;
}

.pick-up-block .pick-up-header h4 {
  margin-bottom: 0;
}

.pick-up-block .pick-up-inner {
  border-style: solid;
  border-color: rgba(202, 214, 228, 0.8);
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.pick-up-block .pick-up-content {
  padding: 32px 20px;
}

.pick-up-block .pick-up-content .content-item {
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 10px;
  margin-bottom: 24px;
}

.pick-up-block .pick-up-content .content-item .icon svg {
  width: 100%;
  opacity: 0.7;
}

.pick-up-block .pick-up-content .content-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}

.pick-up-block .pick-up-content .content-item:first-child {
  cursor: pointer;
}

@media (hover) {
  .pick-up-block .pick-up-content .content-item:first-child:hover .icon svg {
    opacity: 1;
  }

  .pick-up-block .pick-up-content .content-item:first-child a:hover {
    color: #4f75a4;
  }
}

.pick-up-block .pick-up-content .content-item:last-child {
  margin-bottom: 0;
}

.modal {
  z-index: 9999;
}

.modal .modal-dialog {
  max-width: 474px;
}

.modal .modal-content {
  padding: 64px 50px;
  border: 0;
  border-radius: 10px;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 0;
  border: 0;
}

.modal .modal-header {
  margin-bottom: 16px;
}

.modal .modal-header h4 {
  margin-bottom: 0;
}

.modal .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: center/cover no-repeat url(../img/icons/close.svg) transparent;
}

.modal .modal-title {
  line-height: initial;
}

.modal .modal-footer {
  margin-top: 24px;
}

.modal .modal-footer>* {
  margin: 0;
}

@media screen and (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 100%;
  }

  .modal .modal-content {
    padding: 35px 15px;
  }

  .modal .btn-close {
    top: 15px;
    right: 15px;
  }
}

.callback-modal .form-block {
  margin-top: 32px;
}

.callback-modal .input-block {
  margin-bottom: 16px;
}

.callback-modal .input-block:last-child {
  margin-bottom: 0;
}

.callback-modal .modal-footer {
  display: block;
  margin-top: 32px;
}

.callback-modal .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
}

@media (hover) {
  .callback-modal .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.callback-modal .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .callback-modal .submit-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.callback-modal .submit-button:not([disabled]):focus,
.callback-modal .submit-button:not([disabled]):active {
  background-color: #4f75a4;
}

.callback-modal .submit-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.callback-modal .form-policy {
  margin-top: 4px;
  text-align: center;
  color: rgba(30, 30, 30, 0.4);
}

@media screen and (max-width: 575px) {
  .callback-modal .form-block {
    margin-top: 20px;
  }

  .callback-modal .modal-footer {
    margin-top: 20px;
  }
}

.location-modal .modal-content {
  padding: 40px 0;
}

.location-modal .modal-header {
  padding: 0 20px;
  margin-bottom: 32px;
}

.location-modal .modal-title {
  width: 100%;
  text-align: center;
}

.location-modal .location-list {
  overflow: auto;
}

.location-modal .location-list .location-item {
  padding: 16px 20px;
  cursor: pointer;
}

@media (hover) {
  .location-modal .location-list .location-item:hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.auth-modal .modal-header {
  display: block;
  margin-bottom: 32px;
}

.auth-modal .modal-header .modal-title#authModalLabel {
  text-align: center;
}

.auth-modal .modal-header .title-message {
  margin-top: 16px;
}

.auth-modal .timer {
  display: none;
  margin-top: 4px;
  text-align: center;
  opacity: 0.4;
}

.auth-modal .timer.shown {
  display: block;
}

.auth-modal a {
  cursor: pointer;
  color: rgba(79, 117, 164, 0.8);
}

@media (hover) {
  .auth-modal a:hover {
    color: #4f75a4;
  }
}

.auth-modal .auth-message {
  margin-bottom: 8px;
}

.auth-modal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.auth-modal .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  width: 100%;
}

@media (hover) {
  .auth-modal .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.auth-modal .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .auth-modal .submit-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.auth-modal .submit-button:not([disabled]):focus,
.auth-modal .submit-button:not([disabled]):active {
  background-color: #4f75a4;
}

.auth-modal .submit-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.auth-modal .decline-button {
  padding: 8px;
  margin-top: 16px;
}

.auth-modal .form-policy {
  margin-top: 4px;
  color: rgba(30, 30, 30, 0.4);
  text-align: center;
}

.auth-modal .auth-tooltip {
  margin-top: 16px;
  text-align: center;
}

.auth-modal .auth-tooltip span {
  display: block;
}

.auth-modal .auth-tooltip .title {
  color: #4f75a4;
  cursor: pointer;
}

.auth-modal .auth-tooltip .text {
  display: none;
  margin-top: 6px;
}

.auth-modal .auth-tooltip .text.shown {
  display: block;
}

.delivery-modal .modal-dialog {
  max-width: 626px;
}

.delivery-modal .pick-up-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px 40px;
}

.delivery-modal .pick-up-content .content-item {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .delivery-modal .modal-dialog {
    max-width: 100%;
  }
}

.schedule-modal .modal-dialog {
  max-width: 626px;
}

.schedule-modal .schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 12px;
}

.schedule-modal .schedule-wrapper .schedule-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.schedule-modal .schedule-wrapper .schedule-icon svg {
  width: 100%;
  opacity: 0.7;
}

.schedule-modal .schedule-wrapper .schedule-list {
  width: 100%;
}

.schedule-modal .schedule-wrapper .schedule-list p {
  margin-bottom: 10px;
}

.schedule-modal .schedule-wrapper .schedule-list p:last-child {
  margin-bottom: 0;
}

.schedule-modal .schedule-wrapper .schedule-day {
  display: grid;
  grid-template-columns: 102px auto;
  grid-gap: 16px;
  margin-bottom: 10px;
}

.schedule-modal .schedule-wrapper .schedule-day:last-child {
  margin-bottom: 0;
}

.schedule-modal .schedule-wrapper .schedule-day.schedule-day-off {
  color: #df2020;
}

.schedule-modal .schedule-wrapper .schedule-day.schedule-day-off .schedule-value {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .schedule-modal .modal-dialog {
    max-width: 100%;
  }

  .schedule-modal .pick-up-block .pick-up-content {
    padding: 15px;
  }

  .schedule-modal .schedule-wrapper {
    grid-gap: 10px;
  }

  .schedule-modal .schedule-wrapper .schedule-day {
    grid-gap: 5px;
  }
}

.map-modal .modal-dialog {
  max-width: 1061px;
}

.map-modal .map-modal-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 38px;
}

.map-modal .map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px;
}

.map-modal .map-item .map-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.map-modal .map-item .map-icon svg {
  width: 100%;
  opacity: 0.7;
}

.map-modal .map-text {
  padding-left: 34px;
}

.map-modal .map-modal-block {
  min-height: 316px;
}

@media screen and (max-width: 1199px) {
  .map-modal .map-modal-wrapper {
    grid-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .map-modal .map-modal-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .map-modal .modal-dialog {
    max-width: 100%;
  }

  .map-modal .pick-up-block .pick-up-content {
    padding: 15px;
  }

  .map-modal .map-modal-block {
    min-height: initial;
    height: 200px;
  }

  .map-modal .map-text {
    padding-left: 0;
  }
}

.one-click-modal .modal-dialog {
  max-width: 800px;
}

.one-click-modal .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.one-click-modal .order-container {
  margin-bottom: 64px;
}

.one-click-modal .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px;
}

.one-click-modal .order .product-small {
  max-width: 381px;
  grid-gap: 10px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.one-click-modal .order .product-small .product-promo {
  width: 103px;
}

.one-click-modal .order .product-small .product-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .one-click-modal .order .product-small .product-title:hover {
    text-decoration: none;
  }
}

@media (hover) {
  .one-click-modal .order .product-small:hover {
    border-color: #ffffff;
  }
}

.one-click-modal .order .order-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.one-click-modal .order .order-block .title {
  margin-bottom: 11px;
  color: rgba(95, 96, 96, 0.7);
}

.one-click-modal .order .order-block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 6px;
}

.one-click-modal .order .order-block .price .previous {
  position: relative;
  padding: 0 7px;
  color: rgba(95, 96, 96, 0.5);
}

.one-click-modal .order .order-block .price .previous:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: rgba(95, 96, 96, 0.5);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.one-click-modal .wrapper {
  display: grid;
  grid-template-columns: auto 302px;
  grid-gap: 24px;
}

.one-click-modal .input-block {
  margin-bottom: 16px;
}

.one-click-modal .input-block:last-child {
  margin-bottom: 0;
}

.one-click-modal .input-block textarea {
  height: 99px;
}

.one-click-modal .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  width: 100%;
  margin-top: 32px;
}

@media (hover) {
  .one-click-modal .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.one-click-modal .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .one-click-modal .submit-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.one-click-modal .submit-button:not([disabled]):focus,
.one-click-modal .submit-button:not([disabled]):active {
  background-color: #4f75a4;
}

.one-click-modal .submit-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.one-click-modal .form-policy {
  margin-top: 6px;
  color: rgba(30, 30, 30, 0.4);
}

.one-click-modal .auth-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.one-click-modal .auth-block .auth-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 10px;
}

.one-click-modal .auth-block .auth-message a {
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

@media (hover) {
  .one-click-modal .auth-block .auth-message a:hover {
    color: #4f75a4;
    text-decoration: none;
  }
}

.one-click-modal .auth-block .auth-message .tippy-tooltip {
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/notify.svg) no-repeat left center/24px;
  cursor: help;
}

.one-click-modal .benefits {
  padding: 40px 24px;
  border-radius: 10px;
  background-color: rgba(79, 117, 164, 0.15);
}

.one-click-modal .benefits .benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 34px;
  margin-bottom: 30px;
}

.one-click-modal .benefits .benefits-item:last-child {
  margin-bottom: 0;
}

.one-click-modal .benefits .benefits-item .icon {
  width: 69px;
  height: 69px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.one-click-modal .benefits .benefits-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.one-click-modal .benefits .benefits-item .content {
  color: #5f6060;
}

.one-click-modal .benefits .benefits-item .content .text {
  margin-top: 6px;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .one-click-modal .modal-dialog {
    max-width: 550px;
  }

  .one-click-modal .wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .one-click-modal .order-container {
    margin-bottom: 30px;
  }

  .one-click-modal .order .product-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-click-modal .order .product-small .product-promo {
    width: 250px;
    height: initial;
    max-height: initial;
  }
}

.tag-modal .modal-dialog {
  max-width: 800px;
}

.tag-modal .modal-dialog .tag-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 20px;
  margin-bottom: 32px;
}

.tag-modal .modal-dialog .tag-top .tag-name {
  max-width: 300px;
}

.tag-modal .modal-dialog .tag-top .tag-logo {
  min-width: 170px;
  width: 170px;
}

.tag-modal .modal-dialog .tag-top .tag-logo img {
  width: 100%;
}

.tag-modal .modal-dialog .tag-description {
  margin-bottom: 16px;
  font-size: 1.7rem;
}

.tag-modal .modal-dialog .tag-learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag-modal .modal-dialog .tag-learn-more-link {
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .tag-modal .modal-dialog .tag-learn-more-link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .tag-modal .modal-dialog {
    max-width: 570px;
  }

  .tag-modal .modal-dialog .tag-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tag-modal .modal-dialog .tag-name {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .tag-modal .modal-dialog {
    max-width: 100%;
  }
}

.success-modal .modal-dialog {
  max-width: 350px;
}

.success-modal .modal-content {
  padding-left: 60px;
  padding-right: 60px;
}

.success-modal .success-modal-title {
  margin-bottom: 1.33em;
  text-align: center;
}

.success-modal .success-modal-description {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .success-modal .modal-dialog {
    max-width: 100%;
  }
}

.cart-modal .modal-dialog {
  max-width: 481px;
}

.cart-modal .product-small {
  grid-gap: 10px;
  padding: 0;
}

.cart-modal .product-small .product-promo {
  width: 103px;
}

.cart-modal .product-small .product-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .cart-modal .product-small .product-title:hover {
    text-decoration: none;
  }
}

@media (hover) {
  .cart-modal .product-small:hover {
    border-color: #ffffff;
  }
}

.cart-modal .modal-row {
  display: grid;
  grid-template-columns: 103px auto;
  grid-gap: 10px;
  margin-top: 30px;
}

.cart-modal .options-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-modal .order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: 2;
}

.cart-modal .order-block .title {
  margin-bottom: 10px;
  color: rgba(95, 96, 96, 0.7);
  text-align: center;
}

.cart-modal .order-block .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 6px;
}

.cart-modal .order-block .price .previous {
  position: relative;
  padding: 0 7px;
  color: rgba(95, 96, 96, 0.5);
}

.cart-modal .order-block .price .previous.hidden {
  display: none;
}

.cart-modal .order-block .price .previous:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: rgba(95, 96, 96, 0.5);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.cart-modal .order-block .price .current.hidden {
  display: none;
}

.cart-modal .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  grid-column: 2;
}

@media (hover) {
  .cart-modal .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.cart-modal .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .cart-modal .submit-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.cart-modal .submit-button:not([disabled]):focus,
.cart-modal .submit-button:not([disabled]):active {
  background-color: #4f75a4;
}

.cart-modal .submit-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

@media screen and (max-width: 575px) {
  .cart-modal .modal-dialog {
    max-width: 100%;
  }

  .cart-modal .modal-row {
    display: block;
  }

  .cart-modal .submit-button {
    width: 100%;
  }
}

.go-to-cart {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

.go-to-cart.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
}

.go-to-cart .to-modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 570px;
  max-width: calc(100% - 20px);
  padding: 20px;
  margin: 0px auto;
  border-radius: 10px;
  background-color: #ffffff;
}

.go-to-cart .to-modal .to-header {
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.go-to-cart .to-modal .to-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.go-to-cart .to-modal .to-controls .to-close {
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 10px;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .go-to-cart .to-modal .to-controls .to-close:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.go-to-cart .to-modal .to-controls .to-close:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.go-to-cart .to-modal .to-controls .to-cart {
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 10px;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
}

@media (hover) {
  .go-to-cart .to-modal .to-controls .to-cart:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.go-to-cart .to-modal .to-controls .to-cart:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .go-to-cart .to-modal .to-controls .to-cart:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.go-to-cart .to-modal .to-controls .to-cart:not([disabled]):focus,
.go-to-cart .to-modal .to-controls .to-cart:not([disabled]):active {
  background-color: #4f75a4;
}

.go-to-cart .to-modal .to-controls .to-cart[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.go-to-cart .to-modal .to-messages {
  padding: 15px 0;
  width: 100%;
}

.go-to-cart .notification-content{
  border-radius: 10px;
  padding: 12px 20px;
  margin-top: 20px;
}

.benefits-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  flex: 1 0 45%;
  justify-content: center;
}
.benefit-item.discount {
  justify-content: flex-end;
  padding-right: 30px;
}
.benefit-item.delivery {
  justify-content: flex-start;
  padding-left: 30px;
}

.benefit-icon {
  width: 18px;
  height: 18px;
  color: #6B8FBF;
  flex-shrink: 0;
}

.benefit-text {
  font-size: 1.7rem;
  font-weight: 600;
  color: #334155;
}

.benefit-divider {
  width: 1px;
  height: 24px;
  background: #CBD5E1;
  margin: 0 8px;
}

.notification-hint {
  text-align: center;
  margin-top: 12px;
  font-size: 1.7rem;
  color: #64748B;
}

.notification-hint .highlight {
  color: #1E293B;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .go-to-cart .to-modal .to-header {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .go-to-cart .to-modal .to-controls .to-close,
  .go-to-cart .to-modal .to-controls .to-cart {
    margin: 6px;
    padding: 13px 32px;
  }
}

.cookie-modal {
  position: fixed;
  z-index: 999999;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: calc(100% - 60px);
  border: 2px solid #4f75a4;
  background-color: #ffffff;
}

.cookie-modal.active {
  visibility: visible;
  opacity: 1;
}

.cookie-modal .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  padding: 24px;
}

.cookie-modal .cookie-content a {
  color: #4f75a4;
}

@media (hover) {
  .cookie-modal .cookie-content a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.cookie-modal .cookie-accept {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}

@media (hover) {
  .cookie-modal .cookie-accept:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.cookie-modal .cookie-accept:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .cookie-modal .cookie-accept:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.cookie-modal .cookie-accept:not([disabled]):focus,
.cookie-modal .cookie-accept:not([disabled]):active {
  background-color: #4f75a4;
}

.cookie-modal .cookie-accept[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

@media screen and (max-width: 575px) {
  .cookie-modal {
    bottom: 15px;
    right: 15px;
    left: 15px;
    max-width: 100%;
  }

  .cookie-modal .modal-wrapper {
    grid-gap: 16px;
    padding: 16px;
  }

  .cookie-modal .cookie-accept {
    padding: 12px 24px;
  }
}

.need-auth-modal .modal-title {
  width: 100%;
  text-align: center;
}

.need-auth-modal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  margin-top: 16px;
}

.need-auth-modal .login-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 318px;
  text-align: center;
}

@media (hover) {
  .need-auth-modal .login-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.need-auth-modal .login-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .need-auth-modal .login-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.need-auth-modal .login-button:not([disabled]):focus,
.need-auth-modal .login-button:not([disabled]):active {
  background-color: #4f75a4;
}

.need-auth-modal .login-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.need-auth-modal .register-button {
  padding: 8px;
  border: 0;
  background: none;
  cursor: pointer;
  color: rgba(79, 117, 164, 0.8);
}

@media (hover) {
  .need-auth-modal .register-button:hover {
    color: #4f75a4;
  }
}

.tippy-box[data-theme~=classic] {
  max-width: 420px !important;
  padding: 16px;
  font-size: 18px;
  color: #1e1e1e;
  border: 1px solid rgba(79, 117, 164, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 1px 4px rgba(79, 117, 164, 0.2));
  filter: drop-shadow(0px 1px 4px rgba(79, 117, 164, 0.2));
}

.tippy-box[data-theme~=classic] a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .tippy-box[data-theme~=classic] a:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

.tippy-box[data-theme~=classic] .tippy-arrow {
  display: none;
}

.tippy-box[data-theme~=classic] .tippy-content {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .tippy-box[data-theme~=classic] {
    padding: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .tippy-box[data-theme~=classic] {
    font-size: 14px;
  }
}

.notifyjs-corner {
  z-index: 9999 !important;
}

.notifyjs-bootstrap-tooltip.notifyjs-bootstrap-base {
  padding: 30px 60px;
  border: 2px solid #4f75a4;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  white-space: initial;
  color: #1e1e1e;
  -webkit-filter: drop-shadow(0px 8px 16px rgba(30, 30, 30, 0.12));
  filter: drop-shadow(0px 8px 16px rgba(30, 30, 30, 0.12));
}

@media screen and (max-width: 1199px) {
  .notifyjs-bootstrap-tooltip.notifyjs-bootstrap-base {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 991px) {
  .notifyjs-bootstrap-tooltip.notifyjs-bootstrap-base {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .notifyjs-bootstrap-tooltip.notifyjs-bootstrap-base {
    padding: 30px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .notifyjs-bootstrap-tooltip.notifyjs-bootstrap-base {
    padding: 15px;
    font-size: 1.8rem;
  }
}

.backdrop {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.backdrop.active {
  display: block;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

.breadcrumbs a,
.breadcrumbs span {
  position: relative;
}

.breadcrumbs a {
  color: rgba(30, 30, 30, 0.6);
}

.breadcrumbs a:not(:first-child) {
  padding-left: 16px;
}

.breadcrumbs a:not(:first-child)::before {
  position: absolute;
  content: "•";
  left: 4px;
}

@media (hover) {
  .breadcrumbs a:hover {
    color: #4f75a4;
  }
}

.breadcrumbs span {
  padding-left: 16px;
  color: #4f75a4;
}

.breadcrumbs span::before {
  position: absolute;
  content: "•";
  left: 4px;
}

* .owl-nav button.owl-prev,
* .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 64px;
  height: 64px;
  border: 1px solid #4f75a4;
  border-radius: 50%;
  background: center/22px 9px no-repeat;
}

@media (hover) {

  * .owl-nav button.owl-prev:hover,
  * .owl-nav button.owl-next:hover,
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(79, 117, 164, 0.1);
  }
}

* .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/icons/slider-prev-blue.svg);
}

* .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
  margin-left: 16px;
  background-image: url(../img/icons/slider-next-blue.svg);
}

@media screen and (max-width: 575px) {

  * .owl-nav button.owl-prev,
  * .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
  }
}

* .owl-dots,
.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 32px;
  width: 100%;
}

* .owl-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.3;
}

* .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

@media (hover) {

  * .owl-dots .owl-dot:hover,
  .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
  }
}

.no-owl-nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-owl-nav .owl-nav {
  display: none;
}

.section-slider {
  margin-bottom: var(--second-gutter);
}

.cart-layout .section-slider {
  margin-top: 40px;
}

.section-slider .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.section-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-slider .owl-item {
  padding: 0 2px;
}

.section-slider .owl-nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recently-viewed .product.product-small .product-promo {
  width: 103px;
}

@media screen and (max-width: 1199px) {
  .recently-viewed .product.product-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recently-viewed .product.product-small .product-promo {
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 575px) {
  .recently-viewed .product.product-small .product-promo {
    width: 180px;
    height: 162px;
  }
}

.brands .brands-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 56px;
}

.brands .brands-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brands .brands-slider .owl-item {
  padding: 0 2px;
}

.brands .brands-slider * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.brands .brand {
  position: relative;
  height: 100%;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.brands .brand .image-block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 51px;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.brands .brand .image-block .brand-icon {
  height: 100%;
  max-height: 65px;
}

.brands .brand .image-block .brand-logo {
  height: 100%;
  max-height: 38px;
}

.brands .brand img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.brands .brand svg {
  max-height: 100%;
}

.brands .brand .hover-block {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 19px 0;
  background-color: #ffffff;
}

.brands .brand .hover-block .brand-logo {
  height: 22px;
  margin-bottom: 11px;
}

.brands .brand .hover-block p {
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 120%;
}

.brands .brand .hover-block .more-button {
  font-size: 1.6rem;
  line-height: 140%;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  color: #29af72;
}

@media (hover) {
  .brands .brand .hover-block .more-button:hover {
    text-decoration: none;
  }
}

@media (hover) {
  .brands .brand:hover {
    border-right-color: rgba(30, 30, 30, 0.3);
    border-left-color: rgba(30, 30, 30, 0.3);
  }

  .brands .brand:hover .image-block {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .brands .brand:hover .hover-block {
    visibility: visible;
    opacity: 1;
  }
}

.brands .brand.hover {
  border-right-color: rgba(30, 30, 30, 0.3);
  border-left-color: rgba(30, 30, 30, 0.3);
}

.brands .brand.hover .image-block {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.brands .brand.hover .hover-block {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .brands .brands-owl-nav {
    margin-bottom: 20px;
  }

  .brands .brand {
    margin: 0 auto;
  }
}

.values {
  margin-bottom: var(--second-gutter);
}

.values .values-wrapper {
  display: grid;
  grid-template-columns: 654px auto;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  grid-gap: 36px 68px;
}

.values .desc-block h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #4f75a4;
}

.values .content-block .values-list {
  padding-right: 28px;
}

.values .content-block .values-item {
  padding: 32px 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  color: #4f75a4;
}

.values .content-block .values-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.values .image-block {
  grid-row: 1/3;
  overflow: hidden;
}

.values .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .values .values-wrapper {
    grid-gap: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .values .values-wrapper {
    grid-template-columns: 50% auto;
  }

  .values .content-block {
    grid-row: 2;
    grid-column: 1/3;
  }

  .values .content-block .values-list {
    padding-right: 0;
    text-align: center;
  }

  .values .image-block {
    grid-row: 1;
    max-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .values .values-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .values .image-block {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .values .values-wrapper {
    grid-gap: 20px;
  }

  .values .desc-block h2 {
    margin-bottom: 20px;
  }

  .values .content-block .values-list {
    text-align: left;
  }

  .values .content-block .values-item {
    padding: 15px 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 16px;
}

.pagination .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  width: 27px;
  border-radius: 4px;
}

.pagination .control svg {
  width: 100%;
  height: 100%;
}

@media (hover) {
  .pagination .control:hover {
    background-color: rgba(79, 117, 164, 0.8);
  }

  .pagination .control:hover * {
    stroke: #ffffff;
  }
}

.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 8px;
}

.pagination .pagination-list .pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  min-width: 27px;
  font-size: 2rem;
  line-height: 2.7rem;
  border-radius: 4px;
}

.pagination .pagination-list .pagination-link.active {
  color: #ffffff;
  background-color: rgba(79, 117, 164, 0.8);
}

@media (hover) {
  .pagination .pagination-list .pagination-link:hover {
    color: #ffffff;
    background-color: rgba(79, 117, 164, 0.8);
  }
}

.pagination .pagination-list .separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  font-size: 2rem;
}

@media screen and (max-width: 575px) {
  .pagination .control {
    height: 24px;
    width: 24px;
  }

  .pagination .pagination-list .pagination-link {
    height: 24px;
    min-width: 24px;
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .pagination .pagination-list .separator {
    height: 24px;
    font-size: 1.7rem;
  }
}

.header-container {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #ffffff;
}

.header-container .authorize-button {
  padding: 0;
  border: none;
  background: none;
}

.header-container .top-menu {
  width: 100%;
  padding: 11px 0;
  background-color: #eff1f3;
}

.header-container .top-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-container .top-menu .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  border: 0;
  background: 0;
  color: #1e1e1e;
  pointer-events: none;
}

.header-container .top-menu .location svg {
  fill: #1e1e1e;
  -webkit-transition: none;
  transition: none;
}

.header-container .top-menu .location svg path {
  -webkit-transition: none;
  transition: none;
}

.header-container .top-menu .location[data-bs-toggle=modal] {
  pointer-events: all;
}

@media (hover) {
  .header-container .top-menu .location[data-bs-toggle=modal]:hover svg {
    fill: #4f75a4;
  }
}

.header-container .top-menu .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 17px;
}

.header-container .top-menu .account .account-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
}

.header-container .top-menu .account .account-name svg {
  fill: #1e1e1e;
  -webkit-transition: none;
  transition: none;
}

.header-container .top-menu .account .account-name svg path {
  -webkit-transition: none;
  transition: none;
}

@media (hover) {
  .header-container .top-menu .account .account-name:hover svg {
    fill: #4f75a4;
  }
}

.header-container .top-menu .account .account-name::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -8px;
  background-color: #1e1e1e;
}

@media screen and (max-width: 575px) {
  .header-container .top-menu .top-info {
    display: none;
  }

  .header-container .top-menu .account {
    grid-gap: 10px;
    font-size: 16px;
  }

  .header-container .top-menu .account .account-name svg {
    width: 20px;
    height: 20px;
  }

  .header-container .top-menu .account .account-name span {
    display: none;
  }

  .header-container .top-menu .account .account-name::after {
    right: -5px;
  }
}

.header-container .header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-container .header .logo a {
  display: block;
}

.header-container .header .logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-container .header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
}

.header-container .header .actions .action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.header-container .header .actions .action svg {
  max-width: 100%;
  fill-opacity: 0.7;
  -webkit-transition: none;
  transition: none;
}

.header-container .header .actions .action svg path {
  -webkit-transition: none;
  transition: none;
}

@media (hover) {
  .header-container .header .actions .action:hover svg {
    fill-opacity: 1;
  }
}

.header-container .header .actions .action .action-counter {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #4f75a4;
  font-size: 1.4rem;
  line-height: 80%;
  color: #ffffff;
}

.header-container .header .header-search .header-search-button {
  display: none;
  width: 24px;
  height: 24px;
  border: 0;
  background: 0;
}

.header-container .header .header-search .header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 20px;
}

.header-container .header .header-search .header-search-form .input-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 347px;
}

@media screen and (max-width: 1439px) {
  .header-container .header .header-search .header-search-form .input-block {
    width: 300px;
  }
}

@media screen and (max-width: 1199px) {
  .header-container .header .header-search .header-search-form .input-block {
    width: 250px;
  }
}

.header-container .header .header-search .header-search-form input {
  width: 100%;
  padding: 13px 16px;
  padding-left: 50px;
  border: 0;
  border-radius: 100px;
  background: left 16px center/24px no-repeat url(../img/icons/search.svg) #f5f5f5;
}

.header-container .header .header-search .header-search-form input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.3);
}

.header-container .header .header-search .header-search-form input::-moz-placeholder {
  color: rgba(30, 30, 30, 0.3);
}

.header-container .header .header-search .header-search-form input:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.3);
}

.header-container .header .header-search .header-search-form input::-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.3);
}

.header-container .header .header-search .header-search-form input::placeholder {
  color: rgba(30, 30, 30, 0.3);
}

.header-container .header .header-search .header-search-form .header-search-submit {
  display: none;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  position: absolute;
  right: 4px;
  padding: 11px 38px;
}

@media (hover) {
  .header-container .header .header-search .header-search-form .header-search-submit:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.header-container .header .header-search .header-search-form .header-search-submit:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .header-container .header .header-search .header-search-form .header-search-submit:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.header-container .header .header-search .header-search-form .header-search-submit:not([disabled]):focus,
.header-container .header .header-search .header-search-form .header-search-submit:not([disabled]):active {
  background-color: #4f75a4;
}

.header-container .header .header-search .header-search-form .header-search-submit[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.header-container .header .header-search .header-search-form .header-search-submit[disabled] {
  background-color: rgba(79, 117, 164, 0.8) !important;
}

.header-container .header .header-search .header-search-form .header-search-submit .spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.header-container .header .header-search .header-search-form .header-search-submit.loading {
  color: transparent !important;
}

.header-container .header .header-search .header-search-form .header-search-submit.loading .spinner {
  display: block;
}

.header-container .header .header-search .header-search-form .header-search-submit.loading .fas {
  color: #ffffff;
}

.header-container .header .header-search .header-search-form .header-search-close {
  display: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: center/cover no-repeat url(../img/icons/close.svg) #ffffff;
}

@media (max-width: 575px) {
  .header-container .header .header-search .header-search-form .header-search-submit {
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: center/24px no-repeat url(../img/icons/search.svg) #f5f5f5;
    text-indent: 100px;
    overflow: hidden;
  }
}

@media (max-width: 575px) and (hover) {
  .header-container .header .header-search .header-search-form .header-search-submit:hover {
    background-color: #f5f5f5;
  }
}

@media (max-width: 575px) {

  .header-container .header .header-search .header-search-form .header-search-submit:active,
  .header-container .header .header-search .header-search-form .header-search-submit:focus {
    background-color: #f5f5f5;
  }
}

.header-container .header .header-search .header-search-results {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0 0;
  background-color: #ffffff;
  overflow-y: auto;
}

.header-container .header .header-search .header-search-results .search-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 15px;
}

.header-container .header .header-search .header-search-results .search-results .search-results-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 36px;
}

.header-container .header .header-search .header-search-results .search-results .search-results-block:nth-child(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-container .header .header-search .header-search-results .search-results .search-results-block:nth-child(n+3) {
  border-top: 1px solid rgba(30, 30, 30, 0.2);
}

@media screen and (max-width: 1199px) {
  .header-container .header .header-search .header-search-results .search-results .search-results-block {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-container .header .header-search .header-search-results .search-results {
    display: block;
  }

  .header-container .header .header-search .header-search-results .search-results .search-results-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-container .header .header-search .header-search-results .search-results .search-results-block:nth-child(even) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-container .header .header-search .header-search-results .search-results .search-results-block:nth-child(n+2) {
    border-top: 1px solid rgba(30, 30, 30, 0.2);
  }
}

.header-container .header .header-search .header-search-results .more-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 24px 24px;
  width: 100%;
  padding: 18px 15px;
  background-color: #4f75a4;
  color: #ffffff;
}

.header-container .header .header-search .header-search-results .more-results .results-counter {
  color: #eff1f3;
}

@media (hover) {
  .header-container .header .header-search .header-search-results .more-results:hover {
    background-color: #4f75a4;
  }
}

@media (hover) {
  .header-container .header .header-search .header-search-results .product:hover {
    border-color: #ffffff;
  }
}

.header-container .header .header-desktop .header-top {
  padding: 23px 0 25px;
}

.header-container .header .header-desktop .header-top .logo {
  max-width: 220px;
  margin-right: 15px;
}

.header-container .header .header-desktop .header-top .logo a .logo-icon-block {
  height: 30px;
}

.header-container .header .header-desktop .header-top .logo a .logo-slogan-block {
  height: 14px;
  margin-top: 8px;
}

.header-container .header .header-desktop .header-top .header-nav {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-container .header .header-desktop .header-top .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 28px;
}

@media (hover) {
  .header-container .header .header-desktop .header-top .contacts a:hover {
    color: #4f75a4;
  }
}

.header-container .header .header-desktop .header-top .contacts .callback {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  padding: 12px 25px;
  font-size: 1.5rem;
  line-height: 140%;
  color: #4f75a4;
}

@media (hover) {
  .header-container .header .header-desktop .header-top .contacts .callback:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.header-container .header .header-desktop .header-top .contacts .callback:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media screen and (max-width: 1199px) {
  .header-container .header .header-desktop .header-top .contacts a {
    display: none;
  }
}

.header-container .header .header-desktop .header-top .actions .action {
  width: 47px;
  height: 47px;
}

.header-container .header .header-desktop .header-top .actions .action .action-counter {
  top: -5px;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 1.4rem;
  line-height: 80%;
}

.header-container .header .header-desktop .header-top .actions .action .cart-price,
.header-container .header .header-desktop .header-top .actions .action .action-counter {
  display: none;
}

.header-container .header .header-desktop .header-top .actions .action.cart-active {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 15px;
  width: 156px;
  padding-left: 17px;
  border-radius: 20px;
}

.header-container .header .header-desktop .header-top .actions .action.cart-active .cart-price {
  display: block;
}

.header-container .header .header-desktop .header-top .actions .action.cart-active .action-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header .header-desktop .header-top .actions .action.action-active .action-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header .header-desktop .header-bottom {
  visibility: visible;
  opacity: 1;
  border-top: 1px solid #eff1f3;
}

.header-container .header .header-desktop .menu-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 90;
  display: none;
  border-top: 1px solid #eff1f3;
  -webkit-transition: none;
  transition: none;
}

.header-container .header .header-desktop .menu-container>* {
  -webkit-transition: none;
  transition: none;
}

.header-container .header .header-desktop .menu-container .menu-block {
  padding: 32px 0 64px;
  background-color: #ffffff;
}

.header-container .header .header-desktop .menu-container .menu-block .menu-list {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 54px;
  -moz-column-gap: 54px;
  column-gap: 54px;
}

.header-container .header .header-desktop .menu-container .menu-block .menu-list .menu-item {
  padding-bottom: 32px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.header-container .header .header-desktop .menu-container .menu-block .menu-list .menu-item>a {
  font-weight: 700;
}

.header-container .header .header-desktop .menu-container .menu-block .menu-list .submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  margin-top: 12px;
}

@media (hover) {
  .header-container .header .header-desktop .menu-container .menu-block .menu-list a:hover {
    color: #4f75a4;
  }
}

.header-container .header .header-desktop .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container .header .header-desktop .header-nav-list>li {
  padding-right: 40px;
  cursor: pointer;
}

.header-container .header .header-desktop .header-nav-list>li>a {
  position: relative;
  display: block;
  padding: 14px 0;
}

@media (hover) {
  .header-container .header .header-desktop .header-nav-list>li:hover .menu-container {
    display: block;
  }
}

@media (hover) {
  .header-container .header .header-desktop .header-nav-list>li.has-menu:hover>a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(79, 117, 164, 0.3);
  }
}

@media (hover) {
  .header-container .header .header-desktop .header-nav-list a:hover {
    color: #4f75a4;
  }
}

.header-container .header .header-mobile {
  display: none;
}

.header-container .header .header-mobile .main-row {
  padding: 7px 0;
}

.header-container .header .header-mobile .open-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  border: 0;
  background-color: transparent;
}

.header-container .header .header-mobile .open-menu::before,
.header-container .header .header-mobile .open-menu::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(79, 117, 164, 0.7);
}

.header-container .header .header-mobile .open-menu::before {
  top: 0;
}

.header-container .header .header-mobile .open-menu::after {
  top: 22px;
}

.header-container .header .header-mobile .open-menu span {
  width: 100%;
  height: 2px;
  background-color: rgba(79, 117, 164, 0.7);
}

@media (hover) {

  .header-container .header .header-mobile .open-menu:hover::before,
  .header-container .header .header-mobile .open-menu:hover::after,
  .header-container .header .header-mobile .open-menu:hover span {
    background-color: #4f75a4;
  }
}

.header-container .header .header-mobile .logo {
  margin-left: 0;
  margin-right: auto;
}

.header-container .header .header-mobile .logo a {
  height: 24px;
}

.header-container .header .header-mobile .header-search {
  margin-right: 16px;
}

.header-container .header .header-mobile .header-search .header-search-form {
  display: none;
}

.header-container .header .header-mobile .header-search .header-search-button {
  display: block;
}

.header-container .header .header-mobile .actions .action {
  width: 40px;
  height: 40px;
}

.header-container .header .header-mobile .actions .action .action-counter {
  top: -5px;
  right: -10px;
  display: none;
  width: 20px;
  height: 20px;
  font-size: 1.4rem;
  line-height: 80%;
}

.header-container .header .header-mobile .actions .action.cart-active {
  margin-right: 10px;
}

.header-container .header .header-mobile .actions .action.cart-active .action-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header .header-mobile .actions .action.action-active .action-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header .header-mobile .mobile-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.header-container .header .header-mobile .mobile-menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.header-container .header .header-mobile .mobile-menu .menu-inner {
  position: relative;
  z-index: 100;
  width: 80%;
  height: 100vh;
  padding: 20px 0;
  background-color: #ffffff;
  overflow: auto;
}

.header-container .header .header-mobile .mobile-menu .menu-header {
  padding: 0 20px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eff1f3;
}

.header-container .header .header-mobile .mobile-menu .menu-header .logo {
  display: block;
  margin: 0 auto;
}

.header-container .header .header-mobile .mobile-menu .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
}

.header-container .header .header-mobile .mobile-menu .close-menu svg {
  fill: #1e1e1e;
}

@media (hover) {
  .header-container .header .header-mobile .mobile-menu .close-menu:hover svg {
    fill: rgba(79, 117, 164, 0.8);
  }
}

.header-container .header .header-mobile .mobile-menu .menu-content {
  padding: 0 20px;
}

.header-container .header .header-mobile .mobile-menu .menu-content .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 0;
  font-size: 1.7rem;
  line-height: 120%;
}

.header-container .header .header-mobile .mobile-menu .menu-content .menu-item a svg {
  stroke: #25282b;
}

@media (hover) {
  .header-container .header .header-mobile .mobile-menu .menu-content .menu-item a:hover {
    color: #4f75a4;
  }

  .header-container .header .header-mobile .mobile-menu .menu-content .menu-item a:hover svg {
    stroke: #4f75a4;
  }
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100vh;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px 0;
  background-color: #ffffff;
  overflow: auto;
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .submenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 20px;
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #eff1f3;
  background-color: transparent;
  color: inherit;
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .submenu-header .close-menu {
  position: static;
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .go-back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0;
  background-color: #ffffff;
  color: #1e1e1e;
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .go-back-button svg {
  position: absolute;
  left: 20px;
  stroke: #25282b;
}

@media (hover) {
  .header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .go-back-button:hover svg {
    stroke: #4f75a4;
  }
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .submenu-list {
  padding: 0 20px;
}

.header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu.v {
  display: block;
  visibility: visible;
  opacity: 1;
}

.header-container .header .header-mobile .mobile-menu .menu-content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 7px;
  margin-top: 20px;
}

.header-container .header .header-mobile .mobile-menu .menu-content .socials a {
  display: block;
  width: 28px;
  height: 28px;
}

.header-container .header .header-mobile .mobile-menu .menu-content .socials a circle {
  fill-opacity: 0.5;
}

@media (hover) {
  .header-container .header .header-mobile .mobile-menu .menu-content .socials a:hover circle {
    fill-opacity: 1;
  }
}

.header-container .header.search-process {
  /*
  .header-search-results {
      @include visible;
      transition: opacity 0.2s ease-in-out 1s,
          visibility 0.2s ease-in-out 1s;
  }
  */
}

.header-container .header.search-process .header-search-form .input-block {
  width: 100%;
  max-width: 655px;
}

@media screen and (max-width: 1439px) {
  .header-container .header.search-process .header-search-form .input-block {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .header-container .header.search-process .header-search-form .input-block {
    width: 100%;
  }
}

.header-container .header.search-process .header-search-form input {
  padding: 13px 150px 13px 50px;
}

@media screen and (max-width: 575px) {
  .header-container .header.search-process .header-search-form input {
    padding: 13px 35px 13px 20px;
    background-image: none;
  }
}

.header-container .header.search-process .header-search-form .header-search-submit {
  display: block;
}

.header-container .header.search-process .header-search-form .header-search-close {
  display: block;
}

.header-container .header.search-process .header-search-results.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s;
}

.header-container .header.search-process .header-desktop .header-top {
  padding: 24px 0;
}

.header-container .header.search-process .header-desktop .header-top .header-search {
  width: 100%;
}

.header-container .header.search-process .header-desktop .header-top .logo,
.header-container .header.search-process .header-desktop .header-top .contacts,
.header-container .header.search-process .header-desktop .header-top .actions {
  display: none;
}

.header-container .header.search-process .header-desktop .header-bottom {
  display: none;
}

.header-container .header.search-process .header-mobile .main-row {
  padding: 7px 0;
}

.header-container .header.search-process .header-mobile .header-search {
  width: 100%;
  margin-right: 0;
}

.header-container .header.search-process .header-mobile .header-search .header-search-button {
  display: none;
}

.header-container .header.search-process .header-mobile .header-search .header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header.search-process .header-mobile .open-menu,
.header-container .header.search-process .header-mobile .logo,
.header-container .header.search-process .header-mobile .actions {
  display: none;
}

@media (max-width: 991px) {
  .header-container .header .header-desktop {
    display: none;
  }

  .header-container .header .header-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-container .header .header-mobile .mobile-menu .menu-inner {
    width: 100%;
  }

  .header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .header-container .header .header-mobile .open-menu {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }

  .header-container .header .header-mobile .open-menu::after {
    top: 18px;
  }

  .header-container .header .header-mobile .logo {
    margin-right: 20px;
  }

  .header-container .header .header-mobile .header-search {
    margin-right: 10px;
    margin-left: auto;
  }

  .header-container .header .header-mobile .actions {
    grid-gap: 10px;
  }

  .header-container .header .header-mobile .actions .action {
    width: 30px;
    height: 30px;
  }

  .header-container .header .header-mobile .actions .action svg {
    width: 20px;
    height: 20px;
  }

  .header-container .header .header-mobile .actions .action.cart-active {
    margin-right: 8px;
  }

  .header-container .header .header-mobile .actions .action .action-counter {
    right: -7.5px;
    width: 15px;
    height: 15px;
    font-size: 1.2rem;
    line-height: 60%;
  }

  .header-container .header .header-mobile .mobile-menu .menu-header {
    padding: 0 15px 20px;
  }

  .header-container .header .header-mobile .mobile-menu .menu-header .close-menu {
    right: 15px;
  }

  .header-container .header .header-mobile .mobile-menu .menu-content {
    padding: 0 15px;
  }

  .header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .submenu-header {
    padding: 0 15px 20px;
  }

  .header-container .header .header-mobile .mobile-menu .menu-content .mobile-submenu .submenu-list {
    padding: 0 15px;
  }
}

.header-container.header-shrinked .top-menu {
  display: none;
}

.header-container.header-shrinked .header {
  -webkit-box-shadow: 1px 1px 1px #eff1f3;
  box-shadow: 1px 1px 1px #eff1f3;
}

.header-container.header-shrinked .header .header-desktop .header-top {
  padding: 0;
}

.header-container.header-shrinked .header .header-desktop .header-top .logo {
  margin-right: 64px;
}

.header-container.header-shrinked .header .header-desktop .header-top .logo a .logo-icon-block {
  height: 17px;
}

.header-container.header-shrinked .header .header-desktop .header-top .logo a .logo-slogan-block {
  display: none;
}

.header-container.header-shrinked .header .header-desktop .header-top .header-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  margin-left: 0;
  margin-right: auto;
}

.header-container.header-shrinked .header .header-desktop .header-top .header-search {
  margin-right: 24px;
}

.header-container.header-shrinked .header .header-desktop .header-top .header-search .header-search-button {
  display: block;
}

.header-container.header-shrinked .header .header-desktop .header-top .header-search .header-search-form {
  display: none;
}

.header-container.header-shrinked .header .header-desktop .header-top .contacts {
  display: none;
}

.header-container.header-shrinked .header .header-desktop .header-top .actions .action {
  width: 40px;
  height: 40px;
}

.header-container.header-shrinked .header .header-desktop .header-top .actions .action.cart-active {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  padding: 0;
  margin-right: 10px;
  border-radius: 50%;
}

.header-container.header-shrinked .header .header-desktop .header-top .actions .action.cart-active .cart-price {
  display: none;
}

.header-container.header-shrinked .header .header-desktop .header-top .actions .action.cart-active .action-counter {
  right: -10px;
}

.header-container.header-shrinked .header .header-desktop .header-top .actions .action.action-active .action-counter {
  right: -10px;
}

@media screen and (max-width: 1199px) {
  .header-container.header-shrinked .header .header-desktop .header-top .logo {
    max-width: 123px;
    margin-right: 24px;
  }

  .header-container.header-shrinked .header .header-desktop .header-top .header-nav-list>li {
    padding-right: 15px;
  }

  .header-container.header-shrinked .header .header-desktop .header-top .header-search {
    margin-right: 16px;
  }
}

.header-container.header-shrinked .header .header-desktop .header-bottom {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-container.header-shrinked .header .header-desktop .header-nav-list>li>a {
  padding-bottom: 17px;
}

.header-container.header-shrinked .header.search-process .header-desktop .header-top {
  padding: 24px 0;
}

.header-container.header-shrinked .header.search-process .header-desktop .header-top .header-nav {
  display: none;
}

.header-container.header-shrinked .header.search-process .header-desktop .header-top .header-search {
  margin-right: 0;
}

.header-container.header-shrinked .header.search-process .header-desktop .header-top .header-search .header-search-button {
  display: none;
}

.header-container.header-shrinked .header.search-process .header-desktop .header-top .header-search .header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  .header-container.header-shrinked .header.search-process .header-desktop .header-top .header-search {
    margin-right: 0;
  }
}

.footer {
  background-color: #eff1f3;
}

.footer .top-row {
  display: grid;
  grid-template-columns: 25.6% 25.6% 48.8%;
  padding: 42px 0 51px;
}

.footer .top-row .footer-section:nth-child(n+2) {
  padding-top: 13px;
}

.footer .top-row .footer-section h5 {
  font-weight: 700;
}

.footer .top-row .footer-section .logo {
  margin-bottom: 25px;
}

.footer .top-row .footer-section .logo a {
  display: block;
  max-width: 221px;
}

.footer .top-row .footer-section .logo a img {
  display: block;
  width: 100%;
}

.footer .top-row .footer-section .contacts {
  margin-bottom: 24px;
}

.footer .top-row .footer-section .contacts .phone-block a {
  display: block;
  margin-bottom: 12px;
}

@media (hover) {
  .footer .top-row .footer-section .contacts .phone-block a:hover {
    color: #4f75a4;
  }
}

.footer .top-row .footer-section .contacts .callback {
  border: 0;
  background: 0;
  font-size: 1.3rem;
  line-height: 120%;
  text-decoration: underline;
  color: #4db45e;
  text-underline-offset: 3px;
}

@media (hover) {
  .footer .top-row .footer-section .contacts .callback:hover {
    text-decoration: none;
  }
}

.footer .top-row .footer-section .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 7px;
}

.footer .top-row .footer-section .socials a {
  display: block;
  width: 28px;
  height: 28px;
}

.footer .top-row .footer-section .socials a circle {
  fill-opacity: 0.5;
}

@media (hover) {
  .footer .top-row .footer-section .socials a:hover circle {
    fill-opacity: 1;
  }
}

.footer .top-row .footer-section .address h5 {
  margin-bottom: 24px;
  color: #484849;
}

.footer .top-row .footer-section .address .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
}

.footer .top-row .footer-section .address .info-block {
  margin-bottom: 0;
}

.footer .top-row .footer-section .address .info-block a {
  border: 0;
  background: 0;
  font-size: 1.3rem;
  line-height: 120%;
  text-decoration: underline;
  color: #4db45e;
  text-underline-offset: 3px;
  margin-top: 8px;
}

@media (hover) {
  .footer .top-row .footer-section .address .info-block a:hover {
    text-decoration: none;
  }
}

.footer .top-row .footer-section .navigation .nav-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
}

.footer .top-row .footer-section .navigation .nav-list>li>a {
  display: block;
  margin-bottom: 16px;
  color: #484849;
}

@media (hover) {
  .footer .top-row .footer-section .navigation .nav-list>li>a:hover {
    color: #697787;
  }
}

.footer .top-row .footer-section .navigation .sub-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
}

@media (hover) {
  .footer .top-row .footer-section .navigation .sub-nav-list a:hover {
    color: #4f75a4;
  }
}

.footer .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 0;
}

.footer .bottom-row .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 26px;
}

.footer .bottom-row .payments-list .payments-item {
  height: 27px;
}

.footer .bottom-row .payments-list .payments-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (hover) {
  .footer .bottom-row .articmedia a:hover {
    color: #4f75a4;
  }
}

@media screen and (max-width: 1199px) {
  .footer .top-row {
    grid-template-columns: 23% 20% 51%;
    grid-gap: 3%;
  }
}

@media screen and (max-width: 991px) {
  .footer .top-row {
    grid-template-columns: 30% 65%;
    grid-gap: 5%;
  }

  .footer .top-row .footer-section .address .info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer .top-row .footer-section:first-child {
    grid-row: 1/3;
  }

  .footer .bottom-row .payments-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer .top-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
  }

  .footer .top-row .footer-section .address .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .top-row .footer-section:first-child {
    grid-row: 1;
  }

  .footer .top-row .footer-section:last-child {
    grid-row: 2;
    grid-column: 1/3;
  }

  .footer .bottom-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 20px;
  }

  .footer .bottom-row .payments {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer .bottom-row .payments-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .footer .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 10px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .footer .top-row .footer-section {
    text-align: center;
  }

  .footer .top-row .footer-section:last-child {
    display: none;
  }

  .footer .top-row .footer-section .logo a {
    max-width: 150px;
    margin: 0 auto;
  }

  .footer .bottom-row {
    grid-gap: 10px;
  }

  .footer .bottom-row .payments-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .bottom-row .copy-block,
  .footer .bottom-row .articmedia {
    width: 100%;
    text-align: center;
  }
}

.index-page .intro {
  margin-bottom: var(--main-gutter);
}

.index-page .intro .intro-item {
  position: relative;
  display: block;
  background: center/cover no-repeat #5f6060;
}

.index-page .intro .intro-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-60.19%, #131317), to(rgba(65, 66, 99, 0.09)));
  background: linear-gradient(180deg, #131317 -60.19%, rgba(65, 66, 99, 0.09) 100%);
  opacity: 0.6;
}

.index-page .intro .intro-item .intro-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 507px;
}

.index-page .intro .intro-item .intro-title {
  max-width: 597px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  -webkit-transform: translateY(-507px);
  transform: translateY(-507px);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 1s;
  transition: -webkit-transform 0.7s ease-in-out 1s;
  transition: transform 0.7s ease-in-out 1s;
  transition: transform 0.7s ease-in-out 1s, -webkit-transform 0.7s ease-in-out 1s;
}

.index-page .intro .owl-carousel .owl-nav {
  position: absolute;
  right: calc((100% - 1340px) / 2);
  top: calc(50% - 35px);
}

.index-page .intro .owl-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  border-color: #ffffff;
  background-size: 24.5px 10px;
}

.index-page .intro .owl-carousel .owl-nav button.owl-prev {
  display: none;
  background-image: url(../img/icons/slider-prev-white.svg);
}

.index-page .intro .owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/icons/slider-next-white.svg);
}

@media (hover) {
  .index-page .intro .owl-carousel .owl-nav button:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.index-page .intro .owl-carousel .owl-dots {
  position: absolute;
  bottom: 64px;
}

.index-page .intro .owl-carousel .owl-dots .owl-dot {
  background-color: #ffffff;
}

.index-page .intro .owl-carousel .owl-item.active .intro-item .intro-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1439px) {
  .index-page .intro .owl-carousel .owl-nav {
    right: calc((100% - 1170px) / 2);
  }
}

@media screen and (max-width: 1199px) {
  .index-page .intro .owl-carousel .owl-nav {
    right: calc((100% - 960px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .index-page .intro .owl-carousel .owl-nav {
    right: calc((100% - 720px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .index-page .intro .intro-item .intro-content {
    height: 450px;
  }

  .index-page .intro .intro-item .intro-title {
    max-width: calc(100% - 80px);
    -webkit-transform: translateY(-450px);
    transform: translateY(-450px);
  }

  .index-page .intro .owl-carousel .owl-nav {
    right: calc((100% - 540px) / 2);
  }
}

@media screen and (max-width: 575px) {
  .index-page .intro .owl-carousel .owl-nav {
    right: 15px;
  }

  .index-page .intro .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
  }
}

.index-page .index-section {
  border-top: 1px solid rgba(41, 175, 114, 0.5);
}

.index-page .index-section .section-title {
  margin-top: -21px;
}

.index-page .index-section .section-title h2 {
  display: inline-block;
  padding: 0 24px;
  margin-left: 90px;
  background-color: #ffffff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .index-page .index-section .section-title {
    margin-top: -19px;
  }

  .index-page .index-section .section-title h2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .index-page .index-section .section-title {
    margin-top: -17px;
  }
}

@media screen and (max-width: 575px) {
  .index-page .index-section .section-title {
    margin-top: -14px;
  }

  .index-page .index-section .section-title h2 {
    padding: 0 10px;
  }
}

.index-page .favorites {
  margin-bottom: var(--second-gutter);
}

.index-page .favorites .favorites-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.index-page .favorites .favorites-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.index-page .favorites .favorites-slider .owl-item {
  padding: 0 2px;
}

.index-page .products {
  margin-bottom: var(--main-gutter);
}

.index-page .products .products-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.index-page .products .products-block {
  position: relative;
  background: center/cover no-repeat;
}

.index-page .products .products-block * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index-page .products .products-block .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 235px;
  padding: 160px 15px 15px;
  overflow: hidden;
}

.index-page .products .products-block .content-block .products-title {
  padding: 16px 26px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  color: #5f6060;
}

.index-page .products .products-block .content-block .products-list .products-item {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.index-page .products .products-block .content-block .products-list .products-item a {
  text-transform: uppercase;
}

@media (hover) {
  .index-page .products .products-block .content-block .products-list .products-item a:hover {
    color: #4f75a4;
  }
}

.index-page .products .products-block .content-block .products-list .products-item:last-child {
  margin-bottom: 0;
}

@media (hover) {
  .index-page .products .products-block:hover .content-block {
    padding: 36px 15px;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .index-page .products .products-block:hover .content-block .products-title {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: 0;
    font-size: 32px;
    line-height: 120%;
  }
}

@media screen and (hover) and (max-width: 991px) {
  .index-page .products .products-block:hover .content-block .products-title {
    font-size: 30px;
  }
}

@media screen and (hover) and (max-width: 767px) {
  .index-page .products .products-block:hover .content-block .products-title {
    font-size: 24px;
  }
}

@media screen and (hover) and (max-width: 575px) {
  .index-page .products .products-block:hover .content-block .products-title {
    font-size: 22px;
  }
}

@media (hover) {
  .index-page .products .products-block:hover .content-block .products-list {
    margin-top: 16px;
  }

  .index-page .products .products-block:hover .content-block .products-list .products-item {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-bottom: 10px;
  }
}

.index-page .products .products-block.hover .content-block {
  padding: 36px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}

.index-page .products .products-block.hover .content-block .products-title {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: 0;
  font-size: 32px;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .index-page .products .products-block.hover .content-block .products-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index-page .products .products-block.hover .content-block .products-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .index-page .products .products-block.hover .content-block .products-title {
    font-size: 22px;
  }
}

.index-page .products .products-block.hover .content-block .products-list {
  margin-top: 16px;
}

.index-page .products .products-block.hover .content-block .products-list .products-item {
  display: block;
  visibility: visible;
  opacity: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .index-page .products .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .index-page .products .products-wrapper {
    grid-template-columns: 1fr;
  }
}

.index-page .recommend {
  padding-top: 80px;
  margin-bottom: var(--second-gutter);
}

.index-page .recommend .recommend-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.index-page .recommend .recommend-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index-page .recommend .recommend-block .recommend-icon {
  position: relative;
  height: 316px;
  overflow: hidden;
}

.index-page .recommend .recommend-block .recommend-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-page .recommend .recommend-block .recommend-icon .recommend-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  background-color: rgba(105, 105, 105, 0.6);
}

.index-page .recommend .recommend-block .recommend-icon .recommend-title h3 {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
}

.index-page .recommend .recommend-block .recommend-icon .hover-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.index-page .recommend .recommend-block .recommend-icon .hover-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.index-page .recommend .recommend-block .recommend-icon .hover-block a span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #ffffff;
}

.index-page .recommend .recommend-block.high-block .recommend-icon {
  height: 416px;
}

@media (hover) {
  .index-page .recommend .recommend-block:hover .recommend-title {
    background-color: rgba(60, 58, 58, 0.6);
  }

  .index-page .recommend .recommend-block:hover .hover-block {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.index-page .recommend .recommend-block.hover .recommend-title {
  background-color: rgba(60, 58, 58, 0.6);
}

.index-page .recommend .recommend-block.hover .hover-block {
  display: block;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .index-page .recommend .recommend-block .recommend-icon .recommend-title {
    padding: 20px;
  }

  .index-page .recommend .recommend-block .recommend-icon .recommend-title h3 br {
    display: none;
  }

  .index-page .recommend .recommend-block.high-block .recommend-icon {
    height: 316px;
  }
}

@media screen and (max-width: 991px) {
  .index-page .recommend .recommend-wrapper {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 575px) {
  .index-page .recommend {
    padding-top: 50px;
  }
}

.index-page .offers {
  margin-bottom: var(--main-gutter);
}

.index-page .offers .offers-wrapper {
  display: grid;
  grid-template-columns: 47% 53%;
}

.index-page .offers .column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eff1f3;
}

.index-page .offers .column-right {
  padding: 48px 0;
  border: 1px solid #eff1f3;
}

.index-page .offers .offers-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 482px;
  margin: 0 auto;
}

.index-page .offers .offers-promo h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #3a597e;
}

.index-page .offers .offers-promo .offers-text {
  margin-bottom: 44px;
  text-align: center;
}

.index-page .offers .offers-promo .more-offers {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .index-page .offers .offers-promo .more-offers:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.index-page .offers .offers-promo .more-offers:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.index-page .offers .offers-slider {
  max-width: 540px;
  margin: 0 auto;
}

.index-page .offers .offers-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.index-page .offers .offers-slider .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-page .offers .offers-slider .owl-item .product {
  width: 300px;
}

.index-page .offers .offers-slider .owl-nav {
  position: absolute;
  top: calc(50% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.index-page .offers .offers-slider .owl-dots {
  margin-top: 23px;
}

.index-page .offers .offers-slider .owl-dots .owl-dot {
  background-color: #4f75a4;
}

@media screen and (max-width: 991px) {
  .index-page .offers .offers-wrapper {
    display: block;
  }

  .index-page .offers .column-left {
    padding: 48px 0;
  }
}

@media screen and (max-width: 575px) {

  .index-page .offers .column-left,
  .index-page .offers .column-right {
    padding: 30px 0;
  }

  .index-page .offers .offers-slider .owl-item {
    padding: 0 50px;
  }

  .index-page .offers .offers-slider .owl-item .product {
    width: 100%;
    max-width: 300px;
  }

  .index-page .offers .offers-slider .owl-nav {
    top: calc(50% - 50px);
  }

  .index-page .offers .offers-slider .owl-dots {
    margin-top: 23px;
  }

  .index-page .offers .offers-slider .owl-dots .owl-dot {
    background-color: #4f75a4;
  }
}

.index-page .news {
  margin-bottom: var(--second-gutter);
}

.index-page .news .news-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.index-page .subscribe {
  position: relative;
  padding: 70px 0;
  margin-bottom: var(--second-gutter);
  background: center/cover no-repeat url(../img/index/subscribe-bg.jpg);
}

.index-page .subscribe::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 77%;
  background: linear-gradient(272.79deg, rgba(255, 255, 255, 0.6) 65.49%, rgba(255, 255, 255, 0) 94.69%);
}

.index-page .subscribe .subscribe-form {
  position: relative;
  z-index: 3;
  width: 50%;
  padding-left: 15px;
  margin-left: auto;
  margin-right: 0;
}

.index-page .subscribe .subscribe-form h3 {
  margin-bottom: 20px;
  color: #3a597e;
}

.index-page .subscribe .subscribe-form .form-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 10px 10px;
  margin-bottom: 12px;
}

.index-page .subscribe .subscribe-form .form-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #4f75a4;
}

.index-page .subscribe .subscribe-form .input-block {
  width: 100%;
}

.index-page .subscribe .subscribe-form .input-block input {
  width: 100%;
  padding: 4px 0;
  border: 0;
  background-color: transparent;
  font-size: 1.8rem;
  line-height: 140%;
  color: #3a597e;
}

.index-page .subscribe .subscribe-form .input-block input::-webkit-input-placeholder {
  color: rgba(58, 89, 126, 0.8);
}

.index-page .subscribe .subscribe-form .input-block input::-moz-placeholder {
  color: rgba(58, 89, 126, 0.8);
}

.index-page .subscribe .subscribe-form .input-block input:-ms-input-placeholder {
  color: rgba(58, 89, 126, 0.8);
}

.index-page .subscribe .subscribe-form .input-block input::-ms-input-placeholder {
  color: rgba(58, 89, 126, 0.8);
}

.index-page .subscribe .subscribe-form .input-block input::placeholder {
  color: rgba(58, 89, 126, 0.8);
}

.index-page .subscribe .subscribe-form .input-block input.error {
  color: #df2020;
}

.index-page .subscribe .subscribe-form .input-block input.error::-webkit-input-placeholder {
  color: #df2020;
}

.index-page .subscribe .subscribe-form .input-block input.error::-moz-placeholder {
  color: #df2020;
}

.index-page .subscribe .subscribe-form .input-block input.error:-ms-input-placeholder {
  color: #df2020;
}

.index-page .subscribe .subscribe-form .input-block input.error::-ms-input-placeholder {
  color: #df2020;
}

.index-page .subscribe .subscribe-form .input-block input.error::placeholder {
  color: #df2020;
}

.index-page .subscribe .subscribe-form .input-block input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.index-page .subscribe .subscribe-form .subscribe-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .index-page .subscribe .subscribe-form .subscribe-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.index-page .subscribe .subscribe-form .subscribe-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.index-page .subscribe .subscribe-form .subscribe-desc {
  font-size: 1.4rem;
  line-height: 140%;
  color: #3a597e;
}

@media screen and (max-width: 1199px) {
  .index-page .subscribe .subscribe-form {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .index-page .subscribe::after {
    width: 95%;
  }

  .index-page .subscribe .subscribe-form {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .index-page .subscribe::after {
    width: 100%;
    background: linear-gradient(272.79deg, rgba(255, 255, 255, 0.6) 65.49%, rgba(255, 255, 255, 0.4) 94.69%);
  }

  .index-page .subscribe .subscribe-form {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .index-page .subscribe {
    padding: 40px 0;
  }

  .index-page .subscribe .subscribe-form h3 {
    text-align: center;
  }

  .index-page .subscribe .subscribe-form .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .index-page .subscribe .subscribe-form .form-block::after {
    top: 35px;
    bottom: initial;
    width: 100%;
  }

  .index-page .subscribe .subscribe-form .subscribe-desc {
    display: block;
    text-align: center;
  }
}

.index-page .brands {
  margin-bottom: var(--second-gutter);
}

.catalog-page .intro {
  height: 160px;
}

.catalog-page .intro img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .catalog-page .intro {
    height: 300px;
  }
}

.catalog-page .page-layout {
  margin-top: 32px;
}

.catalog-page .catalog-wrapper {
  display: grid;
  grid-template-columns: 314px calc(100% - 389px);
  grid-template-rows: auto 1fr;
  grid-gap: 40px 75px;
}

.catalog-page .sidebar {
  grid-row: 1/3;
}

.catalog-page .sidebar .filter-mobile-toggle {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  display: none;
  padding: 13px 36px;
  margin: 0 auto;
}

@media (hover) {
  .catalog-page .sidebar .filter-mobile-toggle:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.catalog-page .sidebar .filter-mobile-toggle:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.catalog-page .sidebar .filter-form {
  position: sticky;
  top: 51px;
  border: 2px solid #eff1f3;
  border-radius: 10px;
  overflow: hidden;
}

.catalog-page .sidebar .filter-form .filter .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 16px 18px 20px;
  cursor: pointer;
}

.catalog-page .sidebar .filter-form .filter .filter-header .action {
  width: 24px;
  height: 24px;
}

.catalog-page .sidebar .filter-form .filter .filter-header .action svg {
  width: 100%;
  height: 100%;
  stroke: #1e1e1e;
}

@media (hover) {
  .catalog-page .sidebar .filter-form .filter .filter-header:hover {
    background-color: rgba(239, 241, 243, 0.6);
  }

  .catalog-page .sidebar .filter-form .filter .filter-header:hover .action svg {
    stroke: #4f75a4;
  }
}

.catalog-page .sidebar .filter-form .filter .filter-inner {
  display: none;
  padding: 24px;
}

.catalog-page .sidebar .filter-form .filter .filter-list .input-block {
  margin-bottom: 8px;
}

.catalog-page .sidebar .filter-form .filter .filter-list .input-block:last-child {
  margin-bottom: 0;
}

.catalog-page .sidebar .filter-form .filter.active .filter-header {
  background-color: rgba(239, 241, 243, 0.6);
}

.catalog-page .sidebar .filter-form .filter.active .filter-header .action {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-page .sidebar .filter-form .filter.active .filter-header .action svg {
  stroke: #4f75a4;
}

.catalog-page .sidebar .filter-form .filter.active .filter-inner {
  display: block;
}

.catalog-page .sidebar .filter-form .filter .filter-range .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.catalog-page .sidebar .filter-form .filter .filter-range .input-wrapper input {
  padding: 5px 10px;
  font-size: 1.7rem;
  border-radius: 0;
  background-color: rgba(239, 241, 243, 0.3);
}

.catalog-page .sidebar .filter-form .filter .filter-range .separator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: no-repeat url(../img/icons/dash.svg);
}

.catalog-page .sidebar .filter-form .filter .filter-range .input-block {
  width: 100%;
  margin-top: 6px;
  position: relative;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-line {
  top: 9px;
  height: 2px;
  border-radius: 2px;
  background: #eff1f3;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-bar {
  top: 9px;
  height: 2px;
  background-color: #4f75a4;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-handle {
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #4f75a4;
  border: 5px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-handle i:first-child {
  display: none !important;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-single,
.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-min,
.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-max {
  display: none !important;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-from,
.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-to {
  top: 19px;
  background-color: transparent;
  font-size: 1.3rem;
  color: #1e1e1e;
  visibility: visible !important;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-from:before,
.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-to:before {
  display: none !important;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-from {
  left: -6.06214% !important;
}

.catalog-page .sidebar .filter-form .filter .filter-range .irs--flat .irs-to {
  left: 85.6885% !important;
}

.catalog-page .sidebar .filter-form .buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  padding: 24px;
}

.catalog-page .sidebar .filter-form .buttons-block .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .catalog-page .sidebar .filter-form .buttons-block .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.catalog-page .sidebar .filter-form .buttons-block .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.catalog-page .sidebar .filter-form .buttons-block .reset-button {
  border: 0;
  background-color: #ffffff;
  color: #1e1e1e;
}

@media (hover) {
  .catalog-page .sidebar .filter-form .buttons-block .reset-button:hover {
    color: #4f75a4;
  }
}

.catalog-page .tags {
  grid-column: 2;
  max-width: 100%;
  padding: 24px;
  border: 2px solid #eff1f3;
  border-radius: 10px;
}

.catalog-page .tags h4 {
  margin-bottom: 16px;
}

.catalog-page .tags .tags-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 68px;
  margin-top: 24px;
}

.catalog-page .tags .body-text-regular a {
  color: #4f75a4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .catalog-page .tags .body-text-regular a:hover {
    text-decoration: none;
  }
}

.catalog-page .tags .tags-owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-page .tags .tags-owl-nav button.owl-prev,
.catalog-page .tags .tags-owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background-size: 14px 7px;
}

.catalog-page .tags .tag {
  display: block;
  padding: 5px;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border: 2px solid #eff1f3;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}

.catalog-page .tags .tag img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (hover) {
  .catalog-page .tags .tag:hover {
    border-color: #4f75a4;
  }
}

.catalog-page .main {
  grid-column: 2;
}

.catalog-page .main .catalog-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 18px;
  margin-bottom: 40px;
  border: 2px solid #eff1f3;
  border-radius: 10px;
}

.catalog-page .main .catalog-menu .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 56px;
}

.catalog-page .main .catalog-menu .sort .sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 24px;
}

.catalog-page .main .catalog-menu .sort .sorting-item {
  padding: 5px 0;
  border: 0;
  border-bottom: 1px dashed #1e1e1e;
  color: #1e1e1e;
  background: #ffffff no-repeat right center/20px;
}

@media (hover) {
  .catalog-page .main .catalog-menu .sort .sorting-item:hover {
    border-color: #4f75a4;
    color: #4f75a4;
  }
}

.catalog-page .main .catalog-menu .sort .sorting-item.active {
  padding-right: 24px;
  border-color: #4f75a4;
  color: #4f75a4;
}

.catalog-page .main .catalog-menu .sort .sorting-item.active.filter-item {
  background-image: url(../img/icons/close.svg);
}

.catalog-page .main .catalog-menu .sort .sorting-item.active.range-item.sorting-up {
  background-image: url(../img/icons/arrow-up-blue.svg);
}

.catalog-page .main .catalog-menu .sort .sorting-item.active.range-item.sorting-down {
  background-image: url(../img/icons/arrow-down-blue.svg);
}

.catalog-page .main .catalog-menu .count {
  color: rgba(30, 30, 30, 0.4);
}

.catalog-page .main .catalog {
  margin-bottom: 32px;
}

.catalog-page .main .catalog .catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 40px 24px;
  margin-bottom: 64px;
}

.catalog-page .main .catalog .catalog-item {
  position: relative;
  width: 100%;
}

.catalog-page .main .catalog .product.product-extended .product-features-block {
  display: none;
}

@media (hover) {
  .catalog-page .main .catalog .product.product-extended:hover {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
  }

  .catalog-page .main .catalog .product.product-extended:hover .product-features-block {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .catalog-page .main .catalog .product.product-extended .product-features-block {
    display: block;
  }

  .catalog-page .main .catalog .product.product-extended .product-features-block .features-list {
    display: none;
  }
}

.catalog-page .main .catalog .buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-page .main .catalog .buttons-block .more-button {
  position: relative;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .catalog-page .main .catalog .buttons-block .more-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.catalog-page .main .catalog .buttons-block .more-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.catalog-page .main .catalog .buttons-block .more-button .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
  pointer-events: none;
}

.catalog-page .main .catalog .buttons-block .more-button.hidden {
  display: none;
}

.catalog-page .main .catalog .buttons-block .more-button.loading {
  color: transparent;
}

.catalog-page .main .catalog .buttons-block .more-button.loading .spinner {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.catalog-page .main .catalog .buttons-block .more-button.loading .fas {
  font-size: 20px;
  color: rgba(79, 117, 164, 0.8);
}

@media screen and (max-width: 1439px) {
  .catalog-page .catalog-wrapper {
    grid-template-columns: 260px calc(100% - 280px);
    grid-gap: 20px;
  }

  .catalog-page .main .catalog .catalog-list {
    grid-column-gap: 3px;
  }
}

@media screen and (max-width: 1199px) {
  .catalog-page .main .catalog .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .catalog-page .catalog-wrapper {
    grid-template-columns: 100%;
    grid-template-rows: unset;
  }

  .catalog-page .sidebar {
    grid-row: initial;
  }

  .catalog-page .sidebar .filter-form {
    position: static;
  }

  .catalog-page .tags {
    grid-column: initial;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .catalog-page .main {
    grid-column: initial;
  }
}

@media screen and (max-width: 767px) {
  .catalog-page .main .catalog-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog-page .main .catalog-menu .sort {
    grid-gap: 10px;
  }

  .catalog-page .main .catalog-menu .sort .sorting-list {
    grid-gap: 10px 20px;
  }
}

@media screen and (max-width: 575px) {
  .catalog-page .page-layout {
    margin-top: 30px;
  }

  .catalog-page .sidebar .filter-mobile-toggle {
    display: block;
  }

  .catalog-page .sidebar .filter-form {
    display: none;
    margin-top: 30px;
  }

  .catalog-page .sidebar .filter-form.active {
    display: block;
  }

  .catalog-page .main .catalog-menu {
    margin-bottom: 30px;
    grid-column-gap: 20px;
  }

  .catalog-page .main .catalog-menu .sort .title {
    display: none;
  }

  .catalog-page .main .catalog-menu .sort .sorting-item {
    padding: 0;
  }

  .catalog-page .main .catalog {
    margin-bottom: 20px;
  }

  .catalog-page .main .catalog .catalog-list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 30px;
  }
}

.search-page .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  margin-bottom: 40px;
}

.search-page .title-block .search-count {
  color: rgba(30, 30, 30, 0.4);
}

.search-page .search-results {
  margin-bottom: 32px;
}

.search-page .search-results .results-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 47px;
  margin-bottom: 64px;
}

.search-page .search-results .product.product-extended .product-features-block {
  display: none;
}

@media (hover) {
  .search-page .search-results .product.product-extended:hover {
    position: absolute;
    z-index: 9;
  }

  .search-page .search-results .product.product-extended:hover .product-features-block {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .search-page .search-results .product.product-extended .product-features-block {
    display: block;
  }
}

.search-page .search-results .results-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-page .search-results .buttons-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-page .search-results .buttons-block .more-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .search-page .search-results .buttons-block .more-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.search-page .search-results .buttons-block .more-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.search-page .search-results .buttons-block .more-button.hidden {
  display: none;
}

.search-page .search-results .buttons-block .more-button .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
  pointer-events: none;
}

.search-page .search-results .buttons-block .more-button.loading {
  color: transparent;
}

.search-page .search-results .buttons-block .more-button.loading .spinner {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.search-page .search-results .buttons-block .more-button.loading .fas {
  font-size: 20px;
  color: rgba(79, 117, 164, 0.8);
}

.search-page .results-empty {
  display: none;
}

.search-page .results-empty.active {
  display: block;
}

.search-page .recently-viewed {
  margin-top: 60px;
}

.search-page .search-empty {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .search-page .search-results .results-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .search-page .search-results .results-list {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .search-page .search-results .results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .search-page .search-results .results-list {
    grid-gap: 20px 5px;
  }
}

@media screen and (max-width: 575px) {
  .search-page .search-results .results-list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .search-page .search-results .product.product-extended .product-features-block {
    display: block;
  }

  .search-page .search-results .product.product-extended .product-features-block .features-list {
    display: none;
  }
}

.goods-page .page-layout {
  margin-top: 80px;
}

.goods-page .goods-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: var(--second-gutter);
}

.goods-page .goods-card .img-block {
  position: relative;
  max-width: 655px;
  padding-left: 114px;
}

.goods-page .goods-card .img-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.goods-page .goods-card .img-block .main-img-block {
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border: 1px solid #ffffff;
}

@media (hover) {
  .goods-page .goods-card .img-block .main-img-block:hover {
    border-color: rgba(105, 119, 135, 0.15);
  }
}

.goods-page .goods-card .img-block .goods-labels {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 9;
}

.goods-page .goods-card .img-block .main-img {
  display: block;
  cursor: url(../img/icons/magnifire.png), -webkit-zoom-in;
  cursor: url(../img/icons/magnifire.png), zoom-in;
  max-height: 800px;
}

.goods-page .goods-card .img-block .main-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.goods-page .goods-card .img-block .thumbs-block {
  position: absolute;
  top: 284px;
  left: -284px;
  width: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.goods-page .goods-card .img-block .thumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0 72px;
}

.goods-page .goods-card .img-block .thumbs img {
  -o-object-fit: contain;
  object-fit: contain;
}

.goods-page .goods-card .img-block .thumbs .thumbs-custom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
}

.goods-page .goods-card .img-block .thumbs .thumbs-custom-nav.disabled,
.goods-page .goods-card .img-block .thumbs .thumbs-custom-nav button.disabled {
  visibility: hidden;
  opacity: 0;
}

.goods-page .goods-card .img-block .thumbs .owl-item {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 84px;
}

.goods-page .goods-card .img-block .thumbs .thumb {
  display: block;
  height: 100%;
}

.goods-page .goods-card .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 13px;
  margin-bottom: 52px;
}

.goods-page .goods-card .tag-list a {
  width: 60px;
  height: 60px;
  padding: 3px;
  border: 2px solid #eff1f3;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.goods-page .goods-card .tag-list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (hover) {
  .goods-page .goods-card .tag-list a:hover {
    border-color: #4f75a4;
  }
}

.goods-page .goods-card .goods-title {
  margin-bottom: 8px;
}

.goods-page .goods-card .goods-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}

.goods-page .goods-card .goods-row .code {
  margin-bottom: 5px;
  color: rgba(30, 30, 30, 0.3);
}

.goods-page .goods-card .goods-row .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
}

.goods-page .goods-card .goods-row .actions a svg {
  fill-opacity: 0.7;
  -webkit-transition: none;
  transition: none;
}

@media (hover) {
  .goods-page .goods-card .goods-row .actions a:hover svg {
    fill-opacity: 1;
  }
}

.goods-page .goods-card .goods-row .actions a.active svg {
  fill-opacity: 1;
}

.goods-page .goods-card .goods-summary {
  margin-bottom: 28px;
}

.goods-page .goods-card .goods-summary .goods-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  text-align: justify;
}

.goods-page .goods-card .goods-summary .goods-description.cropped {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.goods-page .goods-card .goods-summary .more-summary {
  border: 0;
  background: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #1e1e1e;
}

@media (hover) {
  .goods-page .goods-card .goods-summary .more-summary:hover {
    color: #4f75a4;
    text-decoration: none;
  }
}

.goods-page .goods-card .money-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}

.goods-page .goods-card .money-row .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
}

.goods-page .goods-card .money-row .price .previous-price {
  color: rgba(30, 30, 30, 0.3);
  text-decoration: line-through;
}

.goods-page .goods-card .money-row .bonuses {
  color: rgba(30, 30, 30, 0.7);
  cursor: help;
}

.goods-page .goods-card .options-block {
  margin-bottom: 15px;
}

.goods-page .goods-card .options-row+.options-row {
  margin-top: 15px;
}

.goods-page .goods-card .options-row .title {
  font-size: 16px;
}

.goods-page .goods-card .sizes-row {
  grid-gap: 40px;
  margin-bottom: 28px;
}

.goods-page .goods-card .sizes-row .title {
  font-size: 16px;
}

.goods-page .goods-card .sizes-row .sizes-list {
  grid-gap: 8px;
}

.goods-page .goods-card .sizes-row .sizes-list .size-item .custom-radio {
  height: 44px;
  border-color: rgba(79, 117, 164, 0.7);
  color: rgba(79, 117, 164, 0.7);
}

.goods-page .goods-card .sizes-row .sizes-list .size-item input:checked+.custom-radio {
  border-color: #4f75a4;
  background-color: #4f75a4;
  color: #ffffff;
}

.goods-page .goods-card .buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 30px;
}

.goods-page .goods-card .buttons-row .add-button {
  width: 100%;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  /*
  &.hidden {
      display: none;
  }
  */
}

@media (hover) {
  .goods-page .goods-card .buttons-row .add-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.goods-page .goods-card .buttons-row .add-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .goods-page .goods-card .buttons-row .add-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.goods-page .goods-card .buttons-row .add-button:not([disabled]):focus,
.goods-page .goods-card .buttons-row .add-button:not([disabled]):active {
  background-color: #4f75a4;
}

.goods-page .goods-card .buttons-row .add-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.goods-page .goods-card .buttons-row .add-button.active {
  background-color: rgba(41, 175, 114, 0.8);
}

@media (hover) {
  .goods-page .goods-card .buttons-row .add-button.active:hover {
    background-color: #29af72;
  }
}

.goods-page .goods-card .buttons-row .add-button.active:focus,
.goods-page .goods-card .buttons-row .add-button.active:active {
  background-color: #29af72;
}

.goods-page .goods-card .buttons-row .product-quantity {
  padding: 13px 0;
}

.goods-page .goods-card .buttons-row .product-quantity .quantity {
  grid-gap: 20px;
}

.goods-page .goods-card .buttons-row .one-click-order {
  width: 100%;
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .goods-page .goods-card .buttons-row .one-click-order:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.goods-page .goods-card .buttons-row .one-click-order:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.goods-page .goods-card .buttons-row .no-product {
  width: 100%;
}

.goods-page .goods-card .delivery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 40px;
  padding: 10px;
  background-color: rgba(79, 117, 164, 0.1);
}

.goods-page .goods-card .delivery-row .delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}

.goods-page .goods-card .delivery-row .delivery-item a {
  position: relative;
  cursor: pointer;
}

.goods-page .goods-card .delivery-row .delivery-item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #1e1e1e;
  visibility: visible;
  opacity: 1;
}

@media (hover) {
  .goods-page .goods-card .delivery-row .delivery-item a:hover:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.goods-page .goods-table .table-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 54px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eff1f3;
}

.goods-page .goods-table .table-nav-list * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.goods-page .goods-table .table-nav-list .table-nav-item {
  position: relative;
  cursor: pointer;
}

.goods-page .goods-table .table-nav-list .table-nav-item span {
  margin-left: 12px;
  color: rgba(30, 30, 30, 0.2);
}

.goods-page .goods-table .table-nav-list .table-nav-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 2px;
  background-color: #1e1e1e;
}

@media (hover) {
  .goods-page .goods-table .table-nav-list .table-nav-item:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    height: 2px;
    background-color: #1e1e1e;
  }
}

.goods-page .goods-table .goods-info-block {
  display: none;
}

.goods-page .goods-table .goods-info-block.v {
  display: block;
}

.goods-page .goods-table .goods-info-block h4 {
  margin-bottom: 24px;
}

.goods-page .goods-table .goods-info-block .info-wrapper {
  display: grid;
  grid-template-columns: 51% auto;
  grid-gap: 84px;
}

.goods-page .goods-table .goods-info-block .info-wrapper .buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goods-page .goods-table .goods-info-block .info-wrapper .more-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  margin-top: 40px;
}

@media (hover) {
  .goods-page .goods-table .goods-info-block .info-wrapper .more-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.goods-page .goods-table .goods-info-block .info-wrapper .more-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.goods-page .goods-table .goods-info-block.goods-about .info-wrapper {
  grid-template-columns: auto 51%;
}

.goods-page .goods-table .goods-info-block.goods-reviews h4 {
  margin-bottom: 40px;
}

.goods-page .goods-table .features .item {
  display: grid;
  grid-template-columns: 45% auto;
  padding: 16px 0;
  border-top: 1px solid #eff1f3;
}

.goods-page .goods-table .features .item:last-child {
  border-bottom: 1px solid #eff1f3;
}

.goods-page .goods-table .features .item .title {
  color: rgba(30, 30, 30, 0.5);
}

@media (hover) {
  .goods-page .goods-table .features .item a:hover {
    color: #4f75a4;
  }
}

.goods-page .goods-table .comments-list .feedback-card {
  margin-bottom: 24px;
}

.goods-page .goods-table .comments-list .feedback-card:last-child {
  margin-bottom: 0;
}

.goods-page .goods-table .faq-list .feedback-card {
  margin-bottom: 40px;
}

.goods-page .goods-table .faq-list .feedback-card:last-child {
  margin-bottom: 0;
}

.goods-page .goods-table .feedback-form .title {
  margin-bottom: 32px;
}

.goods-page .goods-table .reviews-list .review {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 30px;
  margin-bottom: 40px;
}

.goods-page .goods-table .reviews-list .review:last-child {
  margin-bottom: 0;
}

.goods-page .goods-table .reviews-list .review .video {
  background-color: #eff1f3;
}

.goods-page .goods-table .reviews-list .review .video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.goods-page .goods-table .reviews-list .review iframe {
  max-width: 100%;
}

.goods-page .goods-table .reviews-list .review .content h4 {
  margin-bottom: 32px;
}

.goods-page .goods-table .reviews-list .review .content p {
  margin-bottom: 16px;
  text-align: justify;
}

.goods-page .goods-table .reviews-list .review .content p:last-child {
  margin-bottom: 0;
}

.goods-page .goods-table .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.goods-page .goods-table .articles h4 {
  margin-bottom: 8px;
}

.goods-page .related-products,
.goods-page .recently-viewed {
  position: relative;
  z-index: 2;
}

.goods-page .similar-products .slide-item,
.goods-page .related-products .slide-item {
  position: relative;
}

.goods-page .similar-products .product.product-extended .product-features-block,
.goods-page .related-products .product.product-extended .product-features-block {
  display: none;
}

@media (hover) {

  .goods-page .similar-products .product.product-extended:hover,
  .goods-page .related-products .product.product-extended:hover {
    position: absolute;
    z-index: 9;
  }

  .goods-page .similar-products .product.product-extended:hover .product-features-block,
  .goods-page .related-products .product.product-extended:hover .product-features-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .goods-page .similar-products .product.product-extended .product-features-block .buttons,
  .goods-page .related-products .product.product-extended .product-features-block .buttons {
    grid-gap: 5px;
  }
}

@media screen and (max-width: 575px) {

  .goods-page .similar-products .product.product-extended .product-features-block,
  .goods-page .related-products .product.product-extended .product-features-block {
    display: block;
  }

  .goods-page .similar-products .product.product-extended .product-features-block .features-list,
  .goods-page .related-products .product.product-extended .product-features-block .features-list {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .goods-page .goods-card .img-block .main-img-block {
    min-height: 570px;
  }

  .goods-page .goods-card .img-block .thumbs-block {
    top: 242px;
    left: -242px;
  }

  .goods-page .goods-table .goods-info-block .info-wrapper {
    grid-gap: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .goods-page .goods-card .img-block {
    max-width: 450px;
    padding-left: 0;
  }

  .goods-page .goods-card .img-block .main-img-block {
    min-height: initial;
    margin-bottom: 30px;
  }

  .goods-page .goods-card .img-block .main-img {
    max-height: 500px;
    height: 100%;
  }

  .goods-page .goods-card .img-block .thumbs-block {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .goods-page .goods-card .img-block .thumbs .owl-item {
    -webkit-transform: none;
    transform: none;
  }

  .goods-page .goods-table .table-nav-list {
    grid-gap: 35px;
  }

  .goods-page .goods-table .goods-info-block.goods-about .info-wrapper {
    grid-template-columns: 55% auto;
  }

  .goods-page .goods-table .feedback-form {
    padding: 40px;
  }

  .goods-page .goods-table .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .goods-page .goods-card {
    display: block;
  }

  .goods-page .goods-card .img-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .goods-page .goods-card .img-block .main-img-block {
    height: 300px;
  }

  .goods-page .goods-table .goods-info-block .info-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .goods-page .goods-table .goods-info-block.goods-about .info-wrapper {
    grid-template-columns: 1fr;
  }

  .goods-page .goods-table .feedback-form {
    max-width: 570px;
    margin: 0 auto;
  }

  .goods-page .goods-table .reviews-list .review {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .goods-page .goods-table .table-nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: initial;
  }

  .goods-page .goods-table .table-nav-list .table-nav-item span {
    margin-left: 5px;
  }

  .goods-page .goods-table .goods-info-block .info-wrapper {
    grid-gap: 60px;
  }

  .goods-page .goods-table .articles {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .goods-page .page-layout {
    margin-top: 30px;
  }

  .goods-page .goods-card .img-block .main-img-block {
    height: 250px;
  }

  .goods-page .goods-card .img-block .goods-labels {
    top: 15px;
    right: 15px;
  }

  .goods-page .goods-card .img-block .thumbs {
    padding: 0 52px;
  }

  .goods-page .goods-card .tag-list {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .goods-page .goods-card .tag-list::-webkit-scrollbar {
    display: none;
  }

  .goods-page .goods-card .goods-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 10px;
  }

  .goods-page .goods-card .goods-row .actions {
    width: 100%;
  }

  .goods-page .goods-card .money-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10px 20px;
  }

  .goods-page .goods-card .sizes-row {
    grid-gap: 20px;
  }

  .goods-page .goods-card .buttons-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .goods-page .goods-card .delivery-row {
    display: block;
  }

  .goods-page .goods-card .delivery-row .delivery-item {
    margin-bottom: 20px;
  }

  .goods-page .goods-card .delivery-row .delivery-item:last-child {
    margin-bottom: 0;
  }

  .goods-page .goods-table .table-nav-list {
    display: block;
    padding-bottom: 0;
    border: 2px solid #eff1f3;
    border-radius: 10px;
  }

  .goods-page .goods-table .table-nav-list .table-nav-item {
    padding: 0.95rem 20px;
  }

  .goods-page .goods-table .table-nav-list .table-nav-item.active {
    background-color: rgba(239, 241, 243, 0.6);
  }

  .goods-page .goods-table .table-nav-list .table-nav-item.active::after {
    display: none;
  }

  .benefits-block {
    flex-flow: column;
    gap: 10px;
  }

  .benefit-divider {
    display: none;
  }
  .benefit-item {
    align-items: center!important;
    padding: 0 12px!important;
  }

  .notification-hint {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .goods-page .goods-table .table-nav-list .table-nav-item:hover {
    background-color: rgba(239, 241, 243, 0.6);
  }

  .goods-page .goods-table .table-nav-list .table-nav-item:hover::after {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .goods-page .goods-table .feedback-form {
    padding: 20px;
  }

  .goods-page .goods-table .reviews-list .review {
    grid-gap: 20px;
    margin-bottom: 30px;
  }

  .goods-page .goods-table .reviews-list .review .img {
    height: 150px;
  }

  .goods-page .goods-table .reviews-list .review .content h4 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .goods-page .goods-table .reviews-list .review .content p {
    margin-bottom: 15px;
  }
}

.compare-page .compare-nav .compare-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 54px;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eff1f3;
}

.compare-page .compare-nav .compare-nav-list .compare-nav-item {
  position: relative;
  cursor: pointer;
}

.compare-page .compare-nav .compare-nav-list .compare-nav-item span {
  margin-left: 12px;
  color: rgba(30, 30, 30, 0.2);
}

.compare-page .compare-nav .compare-nav-list .compare-nav-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 2px;
  background-color: #1e1e1e;
}

@media (hover) {
  .compare-page .compare-nav .compare-nav-list .compare-nav-item:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    height: 2px;
    background-color: #1e1e1e;
  }
}

.compare-page .compare-products {
  margin-bottom: 32px;
}

.compare-page .compare-products .compare-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.compare-page .compare-products .compare-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.compare-page .compare-products .compare-slider .owl-item {
  padding: 0 2px;
}

.compare-page .compare-options {
  position: relative;
}

.compare-page .compare-options .compare-options-slider .owl-nav {
  display: none !important;
}

.compare-page .compare-options .compare-options-slider .compare-options-item {
  padding: 53px 15px 20px;
  border: 1px solid #ffffff;
}

.compare-page .compare-options .compare-options-slider .compare-options-footer {
  padding-top: 32px;
}

.compare-page .compare-options .compare-options-slider .remove-compare {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  width: 100%;
}

@media (hover) {
  .compare-page .compare-options .compare-options-slider .remove-compare:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.compare-page .compare-options .compare-options-slider .remove-compare:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .compare-page .compare-options .compare-options-slider .remove-compare:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.compare-page .compare-options .compare-options-slider .remove-compare:not([disabled]):focus,
.compare-page .compare-options .compare-options-slider .remove-compare:not([disabled]):active {
  background-color: #4f75a4;
}

.compare-page .compare-options .compare-options-slider .remove-compare[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.compare-page .compare-options .compare-options-title-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8;
}

.compare-page .compare-options .compare-options-title-list.hidden {
  visibility: hidden;
}

.compare-page .compare-options .compare-options-title-list .compare-options-title-item {
  padding: 20px 15px 53px;
  color: rgba(30, 30, 30, 0.5);
  border-top: 1px solid #E9E9E9;
}

.compare-page .compare-empty {
  display: none;
}

.compare-page .compare-empty.active {
  display: block;
}

@media screen and (max-width: 1199px) {
  .compare-page .compare-nav .compare-nav-list {
    grid-gap: 35px;
  }
}

@media screen and (max-width: 767px) {
  .compare-page .compare-nav .compare-nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: initial;
  }

  .compare-page .compare-nav .compare-nav-list .compare-nav-item span {
    margin-left: 5px;
  }

  .compare-page .compare-options .compare-options-slider .compare-options-item {
    padding-left: 0;
    padding-right: 0;
  }

  .compare-page .compare-options .compare-options-title-list .compare-options-title-item {
    padding-left: 0;
    padding-right: 0;
  }

  .compare-page .product .product-features-block .buttons {
    grid-column-gap: 5px;
  }
}

@media screen and (max-width: 575px) {
  .compare-page .compare-nav .compare-nav-list {
    display: block;
    padding-bottom: 0;
    border: 2px solid #eff1f3;
    border-radius: 10px;
  }

  .compare-page .compare-nav .compare-nav-list .compare-nav-item {
    padding: 0.95rem 20px;
  }

  .compare-page .compare-nav .compare-nav-list .compare-nav-item.active {
    background-color: rgba(239, 241, 243, 0.6);
  }

  .compare-page .compare-nav .compare-nav-list .compare-nav-item.active::after {
    display: none;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .compare-page .compare-nav .compare-nav-list .compare-nav-item:hover {
    background-color: rgba(239, 241, 243, 0.6);
  }

  .compare-page .compare-nav .compare-nav-list .compare-nav-item:hover::after {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .compare-page .compare-options .compare-options-slider .compare-options-block {
    max-width: 300px;
    margin: 0 auto;
  }

  .compare-page .compare-options .compare-options-title-list {
    max-width: 300px;
    margin: 0 auto;
  }
}

.account-page h1 {
  margin-bottom: 40px;
}

.account-page .account-wrapper {
  display: grid;
  grid-template-columns: 315px 1fr;
  grid-gap: 30px;
}

.account-page .sidebar-menu {
  border: 2px solid #eff1f3;
  border-radius: 10px;
}

.account-page .sidebar-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.95rem 20px;
}

@media (hover) {
  .account-page .sidebar-menu a:hover {
    background-color: rgba(239, 241, 243, 0.6);
  }
}

.account-page .sidebar-menu a.active {
  background-color: rgba(239, 241, 243, 0.6);
}

.account-page .sidebar-nav {
  position: sticky;
  top: 60px;
}

.account-page .note {
  padding: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  border-radius: 5px;
  background-color: rgba(79, 117, 164, 0.2);
}

@media screen and (max-width: 991px) {
  .account-page .account-wrapper {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 575px) {
  .account-page .sidebar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .account-page .sidebar-menu li {
    width: 100%;
  }

  .account-page .sidebar-menu li:last-child {
    display: none;
  }

  .account-page .sidebar-menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.95rem;
    text-align: center;
  }
}

.account-user-page .user-form .user-form-block {
  margin-bottom: 32px;
}

.account-user-page .user-form .user-form-block:last-of-type {
  margin-bottom: 0;
}

.account-user-page .user-form .grid {
  display: grid;
  grid-gap: 32px 53px;
}

.account-user-page .user-form .grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.account-user-page .user-form .grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.account-user-page .user-form .form-section {
  margin-bottom: var(--second-gutter);
}

.account-user-page .user-form .form-section.user-data h3 {
  margin-bottom: 40px;
}

.account-user-page .user-form .form-section.notifications h3 {
  margin-bottom: 64px;
}

.account-user-page .user-form .form-section.user-data {
  padding-right: 200px;
}

.account-user-page .user-form .form-section.bonuses .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-gap: 0 17px;
  margin-bottom: 44px;
}

.account-user-page .user-form .form-section.bonuses .bonuses-value {
  font-weight: 300;
}

.account-user-page .user-form .form-section.notifications .notifications-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 120px;
}

.account-user-page .user-form .form-section.notifications .column-title {
  margin-bottom: 24px;
}

.account-user-page .user-form .form-section.notifications .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 250px;
}

.account-user-page .user-form .form-section.notifications .item:last-child {
  margin-bottom: 0;
}

.account-user-page .user-form .submit-block .submit-btn {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  width: 375px;
}

@media (hover) {
  .account-user-page .user-form .submit-block .submit-btn:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.account-user-page .user-form .submit-block .submit-btn:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .account-user-page .user-form .submit-block .submit-btn:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.account-user-page .user-form .submit-block .submit-btn:not([disabled]):focus,
.account-user-page .user-form .submit-block .submit-btn:not([disabled]):active {
  background-color: #4f75a4;
}

.account-user-page .user-form .submit-block .submit-btn[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

@media screen and (max-width: 1199px) {
  .account-user-page .user-form .form-section.user-data {
    padding-right: 0;
  }

  .account-user-page .user-form .grid {
    grid-gap: 32px;
  }

  .account-user-page .user-form .form-section.notifications .notifications-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .account-user-page .user-form .form-section.notifications .column {
    width: 100%;
  }

  .account-user-page .user-form .form-section.notifications .item {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .account-user-page .user-form .submit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .account-user-page .user-form .grid.grid-2 {
    grid-template-columns: 100%;
  }

  .account-user-page .user-form .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.account-orders-page .page-title {
  margin-bottom: 40px;
}

.account-orders-page .note {
  margin-bottom: 64px;
}

.account-orders-page .orders .orders-list {
  margin-bottom: 40px;
}

.account-orders-page .orders .orders-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 16px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.account-orders-page .orders .orders-nav .orders-nav-button {
  padding: 6px;
  color: #1e1e1e;
  text-align: center;
  min-width: 160px;
  border-radius: 25px;
  border: 1px solid rgba(79, 117, 164, 0.5);
  background-color: #ffffff;
}

@media (hover) {
  .account-orders-page .orders .orders-nav .orders-nav-button:hover {
    color: #ffffff;
    border-color: rgba(79, 117, 164, 0.5);
    background-color: #4f75a4;
  }
}

.account-orders-page .orders .orders-nav .orders-nav-button.active {
  color: #ffffff;
  border-color: rgba(79, 117, 164, 0.5);
  background-color: #4f75a4;
}

.account-orders-page .orders .order {
  margin-bottom: 32px;
  border: 1px solid #eff1f3;
  border-radius: 10px;
  overflow: hidden;
}

.account-orders-page .orders .order:last-child {
  margin-bottom: 0;
}

.account-orders-page .orders .order.order-expanded .expand-order {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.account-orders-page .orders .order.order-expanded .expand-order * {
  stroke: #4f75a4;
}

.account-orders-page .orders .order.initially-expanded .order-content {
  display: block;
}

.account-orders-page .orders .order .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 23px 28px 15px;
  background-color: #eff1f3;
  cursor: pointer;
}

.account-orders-page .orders .order .order-header .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (hover) {
  .account-orders-page .orders .order .order-header:hover .order-name {
    text-decoration: none;
    color: #4f75a4;
  }
}

.account-orders-page .orders .order .expand-order {
  border: none;
  background: none;
}

.account-orders-page .orders .order .order-name {
  margin-left: 24px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-orders-page .orders .order .order-date {
  margin-left: 16px;
  color: rgba(30, 30, 30, 0.7);
}

.account-orders-page .orders .order .order-status {
  width: 160px;
  color: #eff1f3;
  text-align: center;
  border-radius: 10px;
}

.account-orders-page .orders .order .order-status.status_completed {
  background-color: rgba(41, 175, 114, 0.5);
}

.account-orders-page .orders .order .order-status.status_cancelled {
  background-color: rgba(223, 32, 32, 0.5);
}

.account-orders-page .orders .order .order-total {
  margin-left: 24px;
}

.account-orders-page .orders .order .order-content {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.account-orders-page .orders .order .order-footer {
  padding: 0 23px 32px 15px;
}

.account-orders-page .orders .order .order-footer .order-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 34px;
  border-top: 1px solid rgba(95, 96, 96, 0.4);
}

.account-orders-page .orders .order .order-footer .order-info .info-item:not(:last-child) {
  margin-bottom: 32px;
}

.account-orders-page .orders .order .order-footer .order-info .item-title {
  margin-bottom: 8px;
  font-size: 2rem;
}

.account-orders-page .orders .order .order-footer .order-info .item-content {
  font-size: 1.2rem;
}

.account-orders-page .orders .order .order-footer .order-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 40px;
}

.account-orders-page .orders .order .order-footer .order-payment .item {
  margin-bottom: 8px;
}

.account-orders-page .orders .order .order-footer .order-payment .item:last-child {
  margin-bottom: 0;
}

.account-orders-page .orders .order .order-footer .order-payment .item-big-text {
  font-size: 2rem;
  line-height: 2.4rem;
}

.account-orders-page .orders .order .order-footer .order-payment .item-small-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.account-orders-page .orders .table-wrapper {
  overflow-x: auto;
}

.account-orders-page .orders .order-products-table {
  min-width: 700px;
}

.account-orders-page .orders .order-products-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-orders-page .orders .order-products-table .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account-orders-page .orders .order-products-table .table-cell.cell-product {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 46.5%;
}

.account-orders-page .orders .order-products-table .table-cell.cell-size {
  width: 18.5%;
}

.account-orders-page .orders .order-products-table .table-cell.cell-quantity {
  width: 22%;
}

.account-orders-page .orders .order-products-table .table-cell.cell-price {
  width: 13%;
}

.account-orders-page .orders .order-products-table .table-head .table-row {
  padding-left: 15px;
  padding-right: 23px;
  background-color: #f8f8f8;
}

.account-orders-page .orders .order-products-table .table-head .table-cell {
  padding: 15px 0;
  font-size: 2rem;
  color: rgba(30, 30, 30, 0.7);
}

.account-orders-page .orders .order-products-table .table-body {
  padding-left: 15px;
  padding-right: 23px;
}

.account-orders-page .orders .order-products-table .table-body .table-row:not(:last-child) {
  border-bottom: 1px solid #eff1f3;
}

.account-orders-page .orders .order-products-table .table-body .table-cell {
  padding: 24px 0;
  font-size: 1.6rem;
}

.account-orders-page .orders .order-products-table .table-body .cell-product {
  grid-gap: 0 40px;
}

.account-orders-page .orders .order-products-table .table-body .cell-product .img-container {
  position: relative;
  width: 103px;
  min-width: 103px;
  height: 91px;
}

.account-orders-page .orders .order-products-table .table-body .cell-product .img-container .product-brand {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 22px;
}

.account-orders-page .orders .order-products-table .table-body .cell-product .img-container .product-photo {
  width: 100%;
}

.account-orders-page .orders .order-products-table .table-body .cell-product .product-name {
  max-width: 235px;
}

.account-orders-page .orders .order-products-table .table-body .cell-product .product-name a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .account-orders-page .orders .order-products-table .table-body .cell-product .product-name a:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

@media screen and (max-width: 1199px) {
  .account-orders-page .account-layout {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .account-orders-page .orders .orders-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .account-orders-page .orders .order .order-header {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 30px;
  }

  .account-orders-page .orders .order .order-header .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 10px;
  }

  .account-orders-page .orders .order .expand-order {
    position: absolute;
    left: 15px;
  }

  .account-orders-page .orders .order .order-name,
  .account-orders-page .orders .order .order-date,
  .account-orders-page .orders .order .order-total {
    margin-left: 0;
  }

  .account-orders-page .orders .order .order-footer .order-footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .account-orders-page .orders .order .order-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10px;
    padding-left: 55px;
  }

  .account-orders-page .orders .order .order-header .expand-order {
    top: 32px;
  }

  .account-orders-page .orders .order .order-name {
    font-size: 1.6rem;
  }

  .account-orders-page .orders .order .order-date {
    font-size: 1.3rem;
  }

  .account-orders-page .orders .order .order-status {
    width: 90px;
    font-size: 1.3rem;
  }

  .account-orders-page .orders .order .order-total {
    font-size: 1.6rem;
  }
}

.cart-page h3 {
  margin-bottom: 40px;
}

.cart-page .cart-layout.hide {
  display: none;
}

.cart-page .empty-cart-layout.hide {
  display: none;
}

.cart-page .cart__wrapper {
  display: grid;
  grid-template-columns: calc(100% - 342px) 312px;
  grid-gap: 30px;
}

.cart-page .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}

.cart-page .cart-table {
  min-width: 828px;
  border: 1px solid #eff1f3;
  border-radius: 10px;
}

.cart-page .cart-table .table-head {
  padding: 0 16px;
  background-color: #eff1f3;
}

.cart-page .cart-table .table-head .table-cell {
  text-align: center;
}

.cart-page .cart-table .table-head .table-cell:first-child {
  text-align: left;
}

.cart-page .cart-table .title-mobile {
  display: none;
  font-weight: 600;
  text-align: center;
}

.cart-page .cart-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-page .cart-table .table-body {
  padding: 0 16px;
}

.cart-page .cart-table .table-body .table-row {
  border-bottom: 1px solid #eff1f3;
}

.cart-page .cart-table .table-body .table-row .hide {
  display: none;
}

.cart-page .cart-table .table-body .table-row:last-child {
  border-bottom: 0;
}

.cart-page .cart-table .table-cell {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-page .cart-table .table-cell.cell-product {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.cart-page .cart-table .table-cell.cell-product .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 40px;
}

.cart-page .cart-table .table-cell.cell-product .product-item .img-container {
  position: relative;
  width: 103px;
  min-width: 103px;
  height: 91px;
}

.cart-page .cart-table .table-cell.cell-product .product-item .img-container .product-brand {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 22px;
}

.cart-page .cart-table .table-cell.cell-product .product-item .img-container .product-photo {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cart-page .cart-table .table-cell.cell-product .product-item .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.cart-page .cart-table .table-cell.cell-product .product-item .product-info {
  max-width: 235px;
}

.cart-page .cart-table .table-cell.cell-product .product-item .product-info .product-name a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .cart-page .cart-table .table-cell.cell-product .product-item .product-info .product-name a:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

.cart-page .cart-table .table-cell.cell-product .product-item .product-info .product-code {
  margin-top: 5px;
  color: #bcbcbc;
  text-transform: uppercase;
}

.cart-page .cart-table .table-cell.cell-size {
  width: 15%;
}

.cart-page .cart-table .table-cell.cell-size .size-item {
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 19px;
  border: 1px solid rgba(95, 96, 96, 0.3);
}

.cart-page .cart-table .table-cell.cell-quantity {
  width: 15%;
}

.cart-page .cart-table .table-cell.cell-quantity .quantity {
  grid-gap: 16px;
}

.cart-page .cart-table .table-cell.cell-quantity .quantity input {
  padding: 15px 8px;
  border: 1px solid rgba(95, 96, 96, 0.3);
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 100%;
}

.cart-page .cart-table .table-cell.cell-price {
  width: 15%;
}

.cart-page .cart-table .table-cell.cell-price .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
}

.cart-page .cart-table .table-cell.cell-price .price-item .previous {
  position: relative;
  padding: 0 7px;
  color: rgba(95, 96, 96, 0.5);
}

.cart-page .cart-table .table-cell.cell-price .price-item .previous:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: rgba(95, 96, 96, 0.5);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.cart-page .cart-table .table-cell.cell-action {
  width: 5%;
}

.cart-page .cart-table .table-cell.cell-action .cart-remove-button.display-button {
  width: 24px;
  height: 24px;
  border: 0;
  background: center no-repeat url(../img/icons/close.svg) #ffffff;
  opacity: 0.8;
}

@media (hover) {
  .cart-page .cart-table .table-cell.cell-action .cart-remove-button.display-button:hover {
    opacity: 1;
  }
}

.cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  display: none;
}

@media (hover) {
  .cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button:not([disabled]):focus,
.cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button:not([disabled]):active {
  background-color: #4f75a4;
}

.cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.cart-page .gift-block {
  margin-bottom: 80px;
}

.cart-page .gift-block.hide {
  display: none;
}

.cart-page .gift-block h4 {
  margin-bottom: 24px;
}

.cart-page .gift-block .cart-table .table-body {
  background-color: #f8f8f8;
}

.cart-page .gift-block .cart-table .table-cell.cell-product {
  margin-right: auto;
}

.cart-page .gift-block .cart-table .table-cell.cell-size .size-item {
  margin-bottom: 0;
}

.cart-page .delivery {
  margin-bottom: 40px;
}

.cart-page .delivery.hide {
  display: none;
}

.cart-page .discounts .hidden {
  display: none;
}

.cart-page .discounts .note {
  margin-bottom: 22px;
  color: #4f75a4;
}

.cart-page .discounts .discounts-scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-page .discounts .discounts-scale .discounts-scale-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
}

.cart-page .discounts .discounts-scale .discounts-scale-item .decorative-text {
  font-size: 36px;
  line-height: 24px;
  color: rgba(30, 30, 30, 0.3);
  background-color: #ffffff;
}

.cart-page .discounts .discounts-scale .discounts-scale-item .discounts-required {
  font-size: 18px;
  line-height: 24px;
}

.cart-page .discounts .discounts-scale .discounts-scale-item:after {
  position: absolute;
  top: 10px;
  left: 100%;
  content: "";
  width: 170px;
  height: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

.cart-page .discounts .discounts-scale .discounts-scale-item.current:after {
  border-color: #1e1e1e;
}

.cart-page .discounts .discounts-scale .discounts-scale-item.current:last-child {
  -o-border-image: linear-gradient(to right, #1e1e1e, rgba(0, 0, 0, 0.3));
  border-image: -webkit-gradient(linear, left top, right top, from(#1e1e1e), to(rgba(0, 0, 0, 0.3)));
  border-image: linear-gradient(to right, #1e1e1e, rgba(0, 0, 0, 0.3));
  border-image-slice: 1;
}

.cart-page .discounts .discounts-scale .discounts-scale-item.current .decorative-text {
  color: #1e1e1e;
}

.cart-page .discounts .discounts-scale .discounts-scale-item:last-child:after {
  display: none;
}

.cart-page .sidebar .hide {
  display: none !important;
}

.cart-page .sidebar .cart-details {
  padding: 32px 24px 24px;
  border: 2px solid #eff1f3;
  border-radius: 10px;
}

.cart-page .sidebar .cart-details .title {
  margin-bottom: 19px;
}

.cart-page .sidebar .cart-details .cart-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-page .sidebar .cart-details .cart-detail-item.bold {
  font-weight: 700;
}

.cart-page .sidebar .cart-details .cart-detail-item:last-child {
  margin-bottom: 0;
}

.cart-page .sidebar .cart-details .cart-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgba(95, 96, 96, 0.3);
  font-weight: 700;
}

.cart-page .sidebar .cart-details .actions {
  margin-top: 40px;
}

.cart-page .sidebar .cart-details .actions a {
  display: block;
}

.cart-page .sidebar .cart-details .actions a.order-link {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
}

@media (hover) {
  .cart-page .sidebar .cart-details .actions a.order-link:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.cart-page .sidebar .cart-details .actions a.order-link:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .cart-page .sidebar .cart-details .actions a.order-link:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.cart-page .sidebar .cart-details .actions a.order-link:not([disabled]):focus,
.cart-page .sidebar .cart-details .actions a.order-link:not([disabled]):active {
  background-color: #4f75a4;
}

.cart-page .sidebar .cart-details .actions a.order-link[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.cart-page .sidebar .cart-details .actions a.go-back-link {
  padding: 0 0.95rem;
  margin-top: 16px;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .cart-page .sidebar .cart-details .actions a.go-back-link:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

.cart-page .sidebar .cart-details .bonuses-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-page .sidebar .cart-details .bonuses-row .bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 16px;
  margin-top: 40px;
  border: 2px solid #eff1f3;
  cursor: help;
}

.cart-page .sidebar .cart-details .bonuses-row .bonuses svg {
  opacity: 0.5;
}

@media (hover) {
  .cart-page .sidebar .cart-details .bonuses-row .bonuses:hover svg {
    opacity: 1;
  }
}

@media screen and (max-width: 1439px) {
  .cart-page .cart-table .table-cell.cell-product {
    width: 41%;
  }

  .cart-page .cart-table .table-cell.cell-size,
  .cart-page .cart-table .table-cell.cell-quantity,
  .cart-page .cart-table .table-cell.cell-price {
    width: 18%;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item:after {
    width: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .cart-page .cart__wrapper {
    display: block;
  }

  .cart-page .sidebar {
    margin-top: 30px;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item:after {
    width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .cart-page .discounts .discounts-scale .discounts-scale-item:after {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .cart-page .discounts .discounts-scale .discounts-scale-item .decorative-text {
    font-size: 30px;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item .discounts-required {
    font-size: 16px;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item:after {
    width: 100px;
  }
}

@media screen and (max-width: 575px) {
  .cart-page .sidebar .cart-details .bonuses-row .bonuses {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-page .cart-table {
    min-width: initial;
    border: 0;
    border-radius: 0;
  }

  .cart-page .cart-table .table-head {
    display: none;
  }

  .cart-page .cart-table .title-mobile {
    display: block;
  }

  .cart-page .cart-table .table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 16px;
    margin-bottom: 30px;
    border: 1px solid #eff1f3;
    border-radius: 10px;
  }

  .cart-page .cart-table .table-row:last-child {
    margin-bottom: 0;
  }

  .cart-page .cart-table .table-body {
    padding: 0;
  }

  .cart-page .cart-table .table-body .table-row:last-child {
    border: 1px solid #eff1f3;
  }

  .cart-page .cart-table .table-cell {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 5px;
    padding: 16px 0;
    border-bottom: 1px solid #eff1f3;
  }

  .cart-page .cart-table .table-cell:last-child {
    border-bottom: 0;
  }

  .cart-page .cart-table .table-cell.cell-product {
    width: 50%;
  }

  .cart-page .cart-table .table-cell.cell-product .product-item {
    grid-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-page .cart-table .table-cell.cell-size {
    width: 50%;
  }

  .cart-page .cart-table .table-cell.cell-size .size-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .cart-page .cart-table .table-cell.cell-quantity {
    width: 50%;
  }

  .cart-page .cart-table .table-cell.cell-price {
    width: 50%;
  }

  .cart-page .cart-table .table-cell.cell-action {
    width: 100%;
  }

  .cart-page .cart-table .table-cell.cell-action .cart-remove-button.display-button {
    display: none;
  }

  .cart-page .cart-table .table-cell.cell-action .cart-remove-button.mobile-button {
    display: block;
    width: 100%;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item .decorative-text {
    font-size: 18px;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item .discounts-required {
    font-size: 12px;
  }

  .cart-page .discounts .discounts-scale .discounts-scale-item:after {
    width: 18.1818181818vw;
  }
}

.order-page h3 {
  margin-bottom: 40px;
}

.order-page .order-layout.hide {
  display: none;
}

.order-page .order {
  margin-bottom: 40px;
}

.order-page .order .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 16px;
  padding: 23px 35px 23px 15px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eff1f3;
  border-radius: 10px 10px 0 0;
  background-color: #eff1f3;
}

.order-page .order .order-header .order-number {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-page .order .order-header .order-date {
  color: rgba(30, 30, 30, 0.7);
  margin-right: auto;
}

.order-page .order .order-header .order-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
}

.order-page .order .order-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 35px 24px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eff1f3;
  border-radius: 0 0 10px 10px;
}

.order-page .order .order-body .products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  max-width: 27%;
  margin-right: auto;
}

.order-page .order .order-body .products-list.expanded {
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-page .order .order-body .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-page .order .order-body .product-item .image-block {
  height: 91px;
  border: 1px solid #BFBFBF;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}

.order-page .order .order-body .product-item .image-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.order-page .order .order-body .product-item a {
  display: block;
  width: 100%;
}

@media (hover) {
  .order-page .order .order-body .product-item a:hover .image-block {
    border-color: rgba(79, 117, 164, 0.8);
  }
}

.order-page .order .order-body .product-item.hidden {
  display: none;
}

.order-page .order .order-body .order-more-button {
  border: 0;
  background-color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #1e1e1e;
}

@media (hover) {
  .order-page .order .order-body .order-more-button:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

.order-page .order .order-body .bonuses-block {
  width: 23%;
  margin-right: 61px;
}

.order-page .order .order-body .bonuses-block .title {
  margin-bottom: 8px;
}

.order-page .order .order-body .bonuses-block p {
  margin-bottom: 24px;
}

.order-page .order .order-body .bonuses-list .bonuses-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.order-page .order .order-body .bonuses-list .bonuses-item .input-block {
  width: 65px;
}

.order-page .order .order-body .bonuses-list .bonuses-item .input-block input {
  width: 100%;
  padding: 3px;
  border: 1px solid #5f6060;
  border-radius: 5px;
}

.order-page .order .order-body .bonuses-list .bonuses-item:last-child {
  margin-bottom: 0;
}

.order-page .order .order-body .order-details {
  width: 22%;
}

.order-page .order .order-body .order-details .order-details-block {
  margin-bottom: 20px;
}

.order-page .order .order-body .order-details .order-details-block.bold {
  font-weight: 700;
}

.order-page .order .order-body .order-details .order-details-block:last-child {
  margin-bottom: 0;
}

.order-page .order .order-body .order-details .order-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-page .order .order-body .order-details .order-details-row:last-child {
  margin-bottom: 0;
}

.order-page .order-form .order-wrapper {
  display: grid;
  grid-template-columns: 60% auto;
  grid-gap: 7%;
  margin-bottom: 40px;
}

.order-page .order-form .order-wrapper:last-child {
  margin-bottom: 0;
}

.order-page .order-form h4 {
  margin-bottom: 32px;
}

.order-page .order-form .options-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 32px;
}

.order-page .order-form .options-list .options-item {
  padding: 24px 16px;
  background-color: rgba(79, 117, 164, 0.1);
}

.order-page .order-form .options-list .options-item label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 16px;
  height: 72px;
}

.order-page .order-form .options-list .options-item .note {
  display: block;
  margin-top: 8px;
  color: rgba(30, 30, 30, 0.6);
}

.order-page .order-form .options-list .options-item .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 7px;
  margin-top: 8px;
}

.order-page .order-form .options-list .options-item .payments .payments-item {
  height: 19px;
}

.order-page .order-form .options-list .options-item .payments .payments-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.order-page .order-form .options-list .options-item.hidden {
  display: none;
}

.order-page .order-form .payment-message {
  margin-bottom: 40px;
  color: #df2020;
}

.order-page .order-form .payment-message.hidden {
  display: none;
}

.order-page .order-form .form-block {
  margin-bottom: 40px;
}

.order-page .order-form .form-block:last-child {
  margin-bottom: 0;
}

.order-page .order-form .form-block.hidden {
  display: none;
}

.order-page .order-form .form-block .order-row {
  margin-bottom: 20px;
}

.order-page .order-form .form-block .order-row:last-child {
  margin-bottom: 0;
}

.order-page .order-form .form-block .order-row.grid {
  display: grid;
  grid-gap: 20px 52px;
}

.order-page .order-form .form-block .order-row.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.order-page .order-form .form-block .order-row.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.order-page .order-form .form-block .order-row.hidden {
  display: none;
}

.order-page .order-form .form-block .order-row .input-block.hidden {
  display: none;
}

.order-page .order-form .form-block .order-row textarea {
  height: 99px;
}

.order-page .order-form .form-block .fast-registration span {
  position: relative;
  cursor: help;
}

.order-page .order-form .form-block .fast-registration span .help-icon {
  position: absolute;
  top: -7px;
  left: 100%;
}

.order-page .order-form .form-block .fast-registration span .help-icon svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

@media (hover) {
  .order-page .order-form .form-block .fast-registration span:hover svg {
    opacity: 1;
  }
}

.order-page .order-form .pick-up-row.hidden {
  display: none;
}

.order-page .order-form .pick-up-block {
  margin-bottom: 32px;
}

.order-page .order-form .pick-up-block .pick-up-inner {
  display: grid;
  grid-template-columns: auto 46%;
}

.order-page .order-form .pick-up-block .pick-up-map {
  background-color: #eff1f3;
}

.order-page .order-form .qr-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}

.order-page .order-form .qr-block .qr {
  padding: 16px;
  border: 1px solid #eff1f3;
  border-radius: 10px;
  text-align: center;
}

.order-page .order-form .qr-block.hidden {
  display: none;
}

.order-page .order-form .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-page .order-form .form-buttons .go-back-button {
  font-size: 1.7rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .order-page .order-form .form-buttons .go-back-button:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

.order-page .order-form .form-buttons .submit-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
  padding: 16.5px 72px;
}

@media (hover) {
  .order-page .order-form .form-buttons .submit-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.order-page .order-form .form-buttons .submit-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .order-page .order-form .form-buttons .submit-button:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.order-page .order-form .form-buttons .submit-button:not([disabled]):focus,
.order-page .order-form .form-buttons .submit-button:not([disabled]):active {
  background-color: #4f75a4;
}

.order-page .order-form .form-buttons .submit-button[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.order-page .order-form .order-info {
  color: rgba(30, 30, 30, 0.7);
}

.order-page .order-form .order-info .info-title {
  margin-bottom: 15px;
}

.order-page .order-form .order-info .info-text {
  padding-left: 20px;
  list-style-type: decimal;
  list-style-position: outside;
}

@media screen and (max-width: 1199px) {
  .order-page .order .order-body .products-list {
    max-width: 40%;
  }

  .order-page .order .order-body .bonuses-block {
    width: 30%;
    margin-right: 40px;
  }

  .order-page .order-form .order-wrapper {
    grid-template-columns: 65% auto;
  }

  .order-page .order-form .form-block .order-row.grid {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .order-page .order .order-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 40px;
  }

  .order-page .order .order-body .bonuses-block {
    width: 50%;
    margin-right: 0;
  }

  .order-page .order .order-body .order-details {
    width: 100%;
  }

  .order-page .order-form .order-wrapper {
    display: block;
  }

  .order-page .order-form .order-wrapper .column {
    margin-bottom: 40px;
  }

  .order-page .order-form .order-wrapper .column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .order-page .order .order-header .order-price {
    grid-gap: 10px;
  }

  .order-page .order .order-body .products-list {
    grid-template-columns: repeat(5, 1fr);
    max-width: 100%;
  }

  .order-page .order .order-body .products-list.expanded {
    max-width: 100%;
  }

  .order-page .order .order-body .bonuses-block {
    width: 100%;
  }

  .order-page .order-form .options-list .options-item label {
    height: 55px;
  }

  .order-page .order-form .pick-up-block .pick-up-inner {
    grid-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .order-page h3 {
    margin-bottom: 20px;
  }

  .order-page .order .order-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-page .order .order-body .products-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .order-page .order-form h4 {
    margin-bottom: 20px;
  }

  .order-page .order-form .options-list {
    grid-template-columns: 1fr;
  }

  .order-page .order-form .options-list .options-item {
    padding: 16px;
  }

  .order-page .order-form .options-list .options-item label {
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
  }

  .order-page .order-form .options-list .options-item .note {
    margin-top: 4px;
  }

  .order-page .order-form .options-list .options-item .payments {
    grid-gap: 4px;
    margin-top: 4px;
  }

  .order-page .order-form .options-list .options-item .payments .payments-item {
    height: 15px;
  }

  .order-page .order-form .pick-up-block .pick-up-inner {
    grid-template-columns: 1fr;
  }

  .order-page .order-form .pick-up-block .pick-up-content {
    padding: 16px;
  }

  .order-page .order-form .pick-up-block .pick-up-map {
    height: 200px;
  }

  .order-page .order-form .form-block {
    margin-bottom: 30px;
  }

  .order-page .order-form .form-block .order-row.grid.grid-2 {
    grid-template-columns: 1fr;
  }

  .order-page .order-form .form-block .order-row.grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-page .order-form .form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-gap: 20px;
  }

  .order-page .order-form .form-buttons .go-back-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .order-page .order-form .qr-block {
    grid-template-columns: 1fr;
  }
}

.order-success-page .order-message {
  padding: 24px;
  margin-bottom: 40px;
  background-color: rgba(79, 117, 164, 0.1);
}

.order-success-page .order-message p {
  margin-bottom: 16px;
}

.order-success-page .order-message p:last-child {
  margin-bottom: 0;
}

.order-success-page .order-message a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .order-success-page .order-message a:hover {
    color: #4f75a4;
  }
}

.order-success-page .order-message .qr-code {
  max-width: 300px;
  overflow: hidden;
}

.order-success-page .order-message .qr-code img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.order-success-page .buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 32px;
}

.order-success-page .buttons-block a {
  width: 216px;
}

.order-success-page .buttons-block a.main-link {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  border: 0;
  background-color: rgba(79, 117, 164, 0.8);
  color: #ffffff;
}

@media (hover) {
  .order-success-page .buttons-block a.main-link:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.order-success-page .buttons-block a.main-link:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media (hover) {
  .order-success-page .buttons-block a.main-link:not([disabled]):hover {
    background-color: #4f75a4;
  }
}

.order-success-page .buttons-block a.main-link:not([disabled]):focus,
.order-success-page .buttons-block a.main-link:not([disabled]):active {
  background-color: #4f75a4;
}

.order-success-page .buttons-block a.main-link[disabled] {
  background-color: rgba(79, 117, 164, 0.5);
}

.order-success-page .buttons-block a.account-link {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .order-success-page .buttons-block a.account-link:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.order-success-page .buttons-block a.account-link:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

@media screen and (max-width: 767px) {
  .order-success-page .buttons-block a {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .order-success-page .order-message {
    margin-bottom: 30px;
  }

  .order-success-page .buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
  }
}

.news-section-page h3 {
  margin-bottom: 40px;
}

.news-section-page .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.news-section-page .pagination {
  margin-top: 64px;
}

@media screen and (max-width: 1199px) {
  .news-section-page .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .news-section-page .news-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .news-section-page h3 {
    margin-bottom: 20px;
  }

  .news-section-page .news-list {
    grid-gap: 20px;
  }

  .news-section-page .news-item {
    min-height: initial;
  }

  .news-section-page .pagination {
    margin-top: 30px;
  }
}

.news-page .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}

.news-page .news-gallery {
  margin-bottom: 60px;
}

.news-page .news-gallery .news-gallery-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.news-page .news-gallery .news-gallery-slider .owl-item {
  padding: 0 2px;
}

.news-page .news-gallery .news-gallery-item {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}

.news-page .news-gallery .news-gallery-item .image-block {
  position: relative;
  height: 100%;
}

.news-page .news-gallery .news-gallery-item .brand {
  position: absolute;
  top: 32px;
  left: 32px;
  height: 39px;
}

.news-page .news-gallery .news-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-page img {
  max-width: 100%;
}

.news-page .news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.news-page .news-article .news-block {
  max-width: 884px;
  margin-bottom: 80px;
}

.news-page .news-article .news-block:last-child {
  margin-bottom: 0;
}

.news-page .news-article .news-block p {
  margin-bottom: 24px;
}

.news-page .news-article .news-block p:last-child {
  margin-bottom: 0;
}

.news-page .news-article .news-block a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .news-page .news-article .news-block a:hover {
    color: #4f75a4;
    text-decoration: none;
  }
}

.news-page .news-article .news-banner {
  max-width: 1172px;
  margin-bottom: 80px;
}

.news-page .news-article .news-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-page .news-article h2 {
  text-transform: capitalize;
  margin-bottom: 40px;
}

.news-page .news-article h3 {
  margin-bottom: 40px;
}

.news-page .news-article ul {
  padding-left: 10px;
  margin-bottom: 24px;
  list-style-type: disc;
  list-style-position: inside;
}

.news-page .news-article .news-date {
  color: rgba(30, 30, 30, 0.2);
}

.news-page .buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-page .buttons-block .news-link {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}

@media (hover) {
  .news-page .buttons-block .news-link:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.news-page .buttons-block .news-link:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.news-page .other-news {
  margin-bottom: var(--second-gutter);
}

.news-page .other-news .title-row {
  padding-left: 76px;
  margin-bottom: 16px;
}

.news-page .other-news .news-owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .news-page .title-block h3 {
    max-width: 400px;
  }

  .news-page .other-news .title-row {
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .news-page .news-gallery {
    margin-bottom: 30px;
  }

  .news-page .news-gallery .news-gallery-owl-nav {
    margin-bottom: 10px;
  }

  .news-page .news-gallery .news-gallery-item {
    height: 300px;
  }

  .news-page .news-gallery .news-gallery-item .brand {
    top: 15px;
    left: 15px;
    height: 20px;
  }

  .news-page .news-article {
    margin-bottom: 40px;
  }

  .news-page .news-article .news-block {
    margin-bottom: 40px;
  }

  .news-page .news-article .news-block p {
    margin-bottom: 15px;
  }

  .news-page .news-article .news-banner {
    margin-bottom: 30px;
  }

  .news-page .news-article h2,
  .news-page .news-article h3 {
    margin-bottom: 20px;
  }

  .news-page .news-article ul {
    margin-bottom: 15px;
    list-style-position: outside;
  }
}

.info-page .breadcrumbs {
  position: absolute;
  width: 100%;
}

.info-page .page-header {
  padding: 92px 0 64px;
  background-color: rgba(79, 117, 164, 0.1);
}

.info-page .page-header h3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .info-page .page-header {
    padding: 80px 0 30px;
  }

  .info-page .page-header h3 {
    margin-bottom: 15px;
  }
}

.comments-page h4 {
  margin-bottom: 24px;
}

.comments-page .comments-wrapper {
  display: grid;
  grid-template-columns: 51% auto;
  grid-gap: 84px;
}

.comments-page .comments-list {
  margin-bottom: 40px;
}

.comments-page .feedback-card {
  margin-bottom: 24px;
}

.comments-page .feedback-card:last-child {
  margin-bottom: 0;
}

.comments-page .feedback-form p {
  margin-bottom: 32px;
}

@media screen and (max-width: 1439px) {
  .comments-page .comments-wrapper {
    grid-gap: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .comments-page .feedback-form {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .comments-page .comments-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }

  .comments-page .feedback-form {
    position: static;
    max-width: 570px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .comments-page .feedback-form {
    padding: 20px;
  }
}

.faq-page h4 {
  margin-bottom: 35px;
}

.faq-page .feedback-card {
  margin-bottom: 40px;
}

.faq-page .feedback-card:last-child {
  margin-bottom: 0;
}

.faq-page .pagination {
  margin-top: 64px;
}

.faq-page .form-layout {
  padding: 115px 0;
  margin-top: var(--second-gutter);
  margin-bottom: var(--second-gutter);
}

.faq-page .form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgba(79, 117, 164, 0.1);
}

.faq-page .message-block {
  padding: 90px 15px 58px;
}

.faq-page .form-block {
  padding-right: 15px;
  margin: -115px 0;
}

.faq-page .feedback-form {
  grid-column: 2;
  max-width: 571px;
  padding: 56px 95px;
  background-color: #ffffff;
}

.faq-page .feedback-form h4 {
  margin-bottom: 16px;
}

.faq-page .feedback-form p {
  margin-bottom: 32px;
}

.faq-page .form-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 457px;
  margin: 0 auto;
}

.faq-page .form-left h3 {
  margin-bottom: 24px;
  text-align: center;
}

.faq-page .form-left .form-left-subtitle {
  margin-bottom: 40px;
}

.faq-page .form-left p {
  text-align: center;
}

.faq-page .form-left .faq-nav-list {
  font-size: 1.8rem;
  line-height: 120%;
  list-style-type: disc;
}

.faq-page .form-left .faq-nav-list li {
  margin-bottom: 16px;
}

.faq-page .form-left .faq-nav-list li:last-child {
  margin-bottom: 0;
}

.faq-page .form-left .faq-nav-list li a {
  color: #1e1e1e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .faq-page .form-left .faq-nav-list li a:hover {
    color: #4f75a4;
    text-decoration: none;
  }
}

@media screen and (max-width: 1199px) {
  .faq-page .feedback-form {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .faq-page .form-layout {
    padding: 0;
  }

  .faq-page .form-wrapper {
    display: block;
    background-color: #ffffff;
  }

  .faq-page .message-block {
    padding: 50px 15px;
    background-color: rgba(79, 117, 164, 0.1);
  }

  .faq-page .form-block {
    padding: 0 15px;
    margin: 40px 0 0;
  }

  .faq-page .feedback-form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .faq-page h4 {
    margin-bottom: 20px;
  }

  .faq-page .pagination {
    margin-top: 40px;
  }

  .faq-page .feedback-form {
    padding: 20px;
  }
}

@media (hover) {
  .contacts-page a:hover {
    color: #4f75a4;
  }
}

.contacts-page .main-block {
  margin-bottom: 162px;
}

.contacts-page .contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 84px;
}

.contacts-page .contacts h3 {
  margin-bottom: 32px;
}

.contacts-page .contacts .contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  margin-bottom: 24px;
}

.contacts-page .contacts .contacts-block:last-child {
  margin-bottom: 0;
}

.contacts-page .contacts .contacts-block.socials {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contacts-page .contacts .contacts-block.socials a {
  display: block;
  width: 28px;
  height: 28px;
}

.contacts-page .contacts .contacts-block.socials a circle {
  fill-opacity: 0.5;
}

@media (hover) {
  .contacts-page .contacts .contacts-block.socials a:hover circle {
    fill-opacity: 1;
  }
}

.contacts-page .contacts .map-button {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .contacts-page .contacts .map-button:hover {
    text-decoration: none;
  }
}

.contacts-page .feedback-form h4 {
  margin-bottom: 32px;
}

.contacts-page .map-block {
  height: 700px;
  margin-bottom: var(--second-gutter);
  background-color: #eff1f3;
}

.contacts-page .info-block {
  margin-bottom: 64px;
}

.contacts-page .info-block:last-child {
  margin-bottom: 0;
}

.contacts-page .info-block h3 {
  margin-bottom: 24px;
}

.contacts-page .info-block .route {
  max-width: 900px;
}

.contacts-page .info-block .props p {
  margin-bottom: 15px;
}

.contacts-page .info-block .props p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .contacts-page .contacts-wrapper {
    grid-gap: 50px;
  }

  .contacts-page .feedback-form {
    padding: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contacts-page .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-page .map-block {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-page .main-block {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 575px) {
  .contacts-page .main-block {
    margin-bottom: 50px;
  }

  .contacts-page .feedback-form {
    padding: 20px;
  }

  .contacts-page .map-block {
    height: 200px;
  }

  .contacts-page .info-block {
    margin-bottom: 30px;
  }
}

.about-page .page-layout {
  margin-top: var(--second-gutter);
}

.about-page .certificates {
  margin-bottom: var(--second-gutter);
}

.about-page .certificates h2 {
  margin-bottom: 64px;
  text-transform: uppercase;
  text-align: center;
  color: #4f75a4;
}

.about-page .certificates .certificates-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px;
}

.about-page .certificates .certificates-list .certificates-item {
  display: block;
  max-width: 291px;
  height: 412px;
  border: 3px solid #eff1f3;
  overflow: hidden;
}

.about-page .certificates .certificates-list .certificates-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-page .comments {
  margin-bottom: var(--second-gutter);
}

.about-page .comments .container {
  position: relative;
}

.about-page .comments h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #4f75a4;
}

.about-page .comments .feedback-card {
  border-radius: 0;
}

.about-page .comments .comments-owl-nav {
  position: absolute;
  top: 3px;
  right: 0;
}

.about-page .contacts-section {
  padding: 60px 0;
  margin-bottom: 78px;
  background-color: rgba(79, 117, 164, 0.1);
}

.about-page .contacts-section .contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 84px;
  padding: 0 84px;
}

.about-page .contacts-section .title-block {
  padding-top: 16px;
}

.about-page .contacts-section .title-block h3 {
  margin-bottom: 24px;
}

.about-page .contacts-section .title-block p {
  max-width: 457px;
}

.about-page .contacts-section .content-block {
  max-width: 408px;
}

.about-page .contacts-section .content-block .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 10px;
  margin-bottom: 24px;
}

.about-page .contacts-section .content-block .content-item:last-child {
  margin-bottom: 0;
}

.about-page .contacts-section .content-block .content-item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.about-page .contacts-section .content-block .content-item .icon svg {
  width: 100%;
  opacity: 0.7;
}

.about-page .contacts-section .content-block .content-item .text span {
  display: block;
  margin-bottom: 4px;
}

.about-page .contacts-section .content-block .content-item .text span:last-child {
  margin-bottom: 0;
}

.about-page .contacts-section .content-block .content-item .text a {
  display: block;
  margin-bottom: 10px;
}

.about-page .contacts-section .content-block .content-item .text a:last-child {
  margin-bottom: 0;
}

.about-page .contacts-section .content-block .content-item .text a.more-button {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .about-page .contacts-section .content-block .content-item:hover .icon svg {
    opacity: 1;
  }

  .about-page .contacts-section .content-block .content-item .text a:hover {
    color: #4f75a4;
  }

  .about-page .contacts-section .content-block .content-item .text a.more-button:hover {
    text-decoration: none;
  }
}

.about-page .brands {
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .about-page .certificates .certificates-list {
    grid-gap: 30px;
  }

  .about-page .certificates .certificates-list .certificates-item {
    height: 300px;
  }

  .about-page .contacts-section {
    padding: 60px 0;
  }

  .about-page .contacts-section .contacts-wrapper {
    grid-gap: 40px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-page .certificates .certificates-list {
    grid-gap: 20px;
  }

  .about-page .comments .comments-owl-nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 16px;
  }

  .about-page .contacts-section .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-page .contacts-section .title-block {
    padding-top: 0;
  }

  .about-page .contacts-section .title-block p {
    max-width: initial;
  }

  .about-page .contacts-section .content-block {
    max-width: initial;
  }
}

@media screen and (max-width: 575px) {
  .about-page .certificates h2 {
    margin-bottom: 20px;
  }

  .about-page .comments h2 {
    margin-bottom: 20px;
  }

  .about-page .contacts-section {
    margin-bottom: 30px;
  }
}

.error-page .search-links-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 40px;
}

.error-page .search-links-results a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (hover) {
  .error-page .search-links-results a:hover {
    text-decoration: none;
    color: #4f75a4;
  }
}

@media screen and (max-width: 575px) {
  .error-page .search-links-results {
    grid-gap: 20px;
  }
}

.content-page .content-page-layout .content-section {
  margin-bottom: var(--second-gutter);
}

.content-page .content-page-layout .content-section:last-child {
  margin-bottom: 0;
}

.content-page .content-page-layout h3 {
  margin-bottom: 64px;
}

.content-page .content-page-layout h4,
.content-page .content-page-layout h5 {
  margin-bottom: 24px;
}

.content-page .content-page-layout p {
  margin-bottom: 24px;
  font-size: 2rem;
  word-break: break-word;
}

.content-page .content-page-layout p:last-child {
  margin-bottom: 0 !important;
}

.content-page .content-page-layout ul {
  margin-bottom: 24px;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 2rem;
}

.content-page .content-page-layout ul:last-child {
  margin-bottom: 0 !important;
}

.content-page .content-page-layout ul li {
  margin-bottom: 8px;
}

.content-page .content-page-layout ul li:last-child {
  margin-bottom: 0;
}

.content-page .content-page-layout td {
  padding: 5px;
}

@media screen and (max-width: 1199px) {
  .content-page .content-page-layout h3 {
    margin-bottom: 40px;
  }

  .content-page .content-page-layout p,
  .content-page .content-page-layout ul {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 991px) {

  .content-page .content-page-layout p,
  .content-page .content-page-layout ul {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {

  .content-page .content-page-layout p,
  .content-page .content-page-layout ul {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 575px) {
  .content-page .content-page-layout h3 {
    margin-bottom: 20px;
  }

  .content-page .content-page-layout p,
  .content-page .content-page-layout ul {
    font-size: 1.7rem;
  }

  .content-page .content-page-layout ul {
    padding-left: 15px;
    list-style-position: outside;
  }

  .content-page .content-page-layout h4,
  .content-page .content-page-layout h5,
  .content-page .content-page-layout p,
  .content-page .content-page-layout ul {
    margin-bottom: 16px;
  }
}

.sales-page .sales-section {
  margin-bottom: var(--second-gutter);
}

.sales-page .sales-section:last-child {
  margin-bottom: 0;
}

.sales-page .sales-section h3 {
  margin-bottom: 32px;
}

.sales-page .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  margin-bottom: 40px;
}

.sales-page .title-block h3 {
  margin-bottom: 0 !important;
}

.sales-page .title-block .sales-count {
  color: rgba(30, 30, 30, 0.4);
}

.sales-page .sales-results {
  margin-bottom: 32px;
}

.sales-page .sales-results .results-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 47px;
  margin-bottom: 64px;
}

.sales-page .sales-results .product.product-extended .product-features-block {
  display: none;
}

@media (hover) {
  .sales-page .sales-results .product.product-extended:hover {
    position: absolute;
    z-index: 9;
  }

  .sales-page .sales-results .product.product-extended:hover .product-features-block {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .sales-page .sales-results .product.product-extended .product-features-block {
    display: block;
  }
}

.sales-page .sales-results .results-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sales-page .sales-results .buttons-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sales-page .sales-results .buttons-block .more-button {
  padding: 16.5px 32px;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 100%;
  color: inherit;
  text-align: center;
}

@media (hover) {
  .sales-page .sales-results .buttons-block .more-button:not([disabled]):hover {
    background-color: rgba(79, 117, 164, 0.15);
  }
}

.sales-page .sales-results .buttons-block .more-button:not([disabled]):active {
  background-color: rgba(79, 117, 164, 0.15);
}

.sales-page .sales-results .buttons-block .more-button.hidden {
  display: none;
}

.sales-page .sales-results .buttons-block .more-button .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
  pointer-events: none;
}

.sales-page .sales-results .buttons-block .more-button.loading {
  color: transparent;
}

.sales-page .sales-results .buttons-block .more-button.loading .spinner {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}

.sales-page .sales-results .buttons-block .more-button.loading .fas {
  font-size: 20px;
  color: rgba(79, 117, 164, 0.8);
}

.sales-page .results-empty {
  display: none;
}

.sales-page .results-empty.active {
  display: block;
}

.sales-page .recently-viewed {
  margin-top: 60px;
}

.sales-page .sales-empty {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .sales-page .sales-results .results-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .sales-page .sales-section h3 {
    margin-bottom: 24px;
  }

  .sales-page .sales-results .results-list {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .sales-page .sales-results .results-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .sales-page .sales-results .results-list {
    grid-gap: 20px 5px;
  }
}

@media screen and (max-width: 575px) {
  .sales-page .sales-section h3 {
    margin-bottom: 16px;
  }

  .sales-page .sales-results .results-list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .sales-page .sales-results .product.product-extended .product-features-block {
    display: block;
  }

  .sales-page .sales-results .product.product-extended .product-features-block .features-list {
    display: none;
  }
}

.gallery-page .gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 16px;
}

.gallery-page .gallery-list__item {
  width: 100%;
  height: 170px;
}

.gallery-page .gallery-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gallery-page .pagination {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .gallery-page .gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .gallery-page .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .gallery-page .gallery-list {
    grid-template-columns: 100%;
  }

  .gallery-page .gallery-list__item {
    height: 250px;
  }
}

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

.exists-message {
  margin-top: 5px;
  color: #df2020;
}

.exists-message:not(.hide)+.exists-message {
  margin-top: 0px;
}

.exists-message.hide {
  display: none;
}

.order-errors.hide {
  display: none;
  margin-top: 15px;
}

.order-errors .error-message {
  text-align: left;
  color: #df2020;
  font-size: 16px;
  margin-top: 5px;
}


form select {
  width: 100%;
  padding: 15px 8px;
  border: 1.5px solid rgba(95, 96, 96, 0.4);
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

form select:focus {
  border-radius: 5px;
}

form select.error {
  border-color: #df2020;
}

.cart-modal .options-list .option-item input:disabled+.custom-radio {
    color: #888888;
}

.cart-modal .options-list .option-item input:disabled+.custom-radio:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    margin-top: -3px;
    border-bottom: 3px solid #bbb;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.grecaptcha-badge {
	display: none !important;
}

li.has-menu.openmenu > .menu-container {
	display: block !important;
}

@media (max-width: 990px) {
	
	body:not(.index-page) main .intro {
		display: none;
	}


	
}


@media (max-width: 1024px) {
	

    .catalog-page .main .catalog .product.product-extended .product-features-block .features-list {
        display: block;
    }
	
	.catalog-page .main .catalog .product.product-extended .product-features-block {
		display: block;
	}
	
	.product {
		max-width: 100%;
	}
	
	.body-text-light {
		font-size: 1.6rem;
	}
	
	.product .product-features-block {
		
		margin-top: 10px;
		
	}
	
	.product .product-features-block .buttons {
		margin-top: 20px;
	}
	
	.product .product-features-block .buttons>button.add-to-cart,
	.product .product-features-block .buttons>button.fast-order-not-available {
		width: 95%;
		margin-left: auto;
	}
	
	.product .product-features-block .buttons>button.one-click-order {
		width: 95%;
	}
	
}

.seoTagBlock a {
  background: #ffffff;
  border: 1px solid #4f75a4;
  border-radius: 100px;
  padding: 5px 25px 5px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none !important;
  }
  
.btn-tag{
    text-decoration: none;
    color: #4f75a4;
}

.seoTagBlock a:hover{
  background-color: rgba(79, 117, 164, 0.15);
}