@charset "UTF-8";
@import "../fonts/stylesheet.css";
/* =================================================================
  Basic
================================================================= */
html, body {
  min-width: 320px;
  min-height: 100%;
  height: auto;
  width: 100%;
}

body {
  font-family: "Gotham Pro", sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 100vh;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

html {
  position: relative;
}

* {
  outline: none !important;
}

p {
  margin: 0 0 15px 0;
}

ul,
ol {
  margin-bottom: 15px;
}
ul.simple,
ol.simple {
  list-style-type: none;
  padding: 0;
}

:not(.alert) ul:not([class]) {
  padding-left: 0;
}
:not(.alert) ul:not([class]) > li:not([class]) {
  list-style-type: none;
  max-width: 100%;
  margin-bottom: 10px;
}
:not(.alert) ul:not([class]) > li:not([class])::before {
  position: relative;
  display: inline-block;
  content: "●";
  padding-right: 0.5em;
  height: 100%;
  color: #c1121c;
}
:not(.alert) ul:not([class]) ul {
  margin-top: 10px;
  padding-left: 1em !important;
}

a {
  color: #c1121c;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #8b5e3b;
  text-decoration: underline;
}
a[href^=tel], a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}
.text-white a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.text-white a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

img {
  max-width: 100%;
}

textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 30px;
  height: auto;
}
textarea.form-control {
  min-height: 30px;
  height: auto;
  line-height: 1.2;
}
textarea.form-control.textarea-lg {
  height: 88px;
}

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  background-color: #f7f9ef;
}

@media (max-width: 575px) {
  .container {
    padding: 0 10px;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 767px) {
  .f-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .f-row > [class^=f-col],
  .f-row > [class*=" f-col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

input,
textarea {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.dark::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.darken::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.darkener::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.font-w {
  font-weight: 400 !important;
}

.font-w-medium {
  font-weight: 500 !important;
}

.font-w-semibold {
  font-weight: 600 !important;
}

.font-w-bold {
  font-weight: 700 !important;
}

.font-w-bolder {
  font-weight: 800 !important;
}

.font-w-black {
  font-weight: 900 !important;
}

.bg-clr-transparent {
  background-color: transparent !important;
}

.bg-clr-main {
  background-color: #c1121c !important;
}

.bg-clr-main-alt {
  background-color: #8b5e3b !important;
}

.bg-clr-main-alt-transparent {
  background-color: rgba(139, 94, 59, 0.4) !important;
}

.bg-clr-secondary {
  background: #eef0e7;
}
.bg-clr-secondary .title-1 {
  color: #474a50 !important;
}
.bg-clr-secondary .clr-text {
  color: rgba(0, 0, 0, 0.6) !important;
}

.bg-clr-secondary-alt {
  background-color: #ceb7a0 !important;
}

.bg-clr-grey {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-clr-grey-light {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-clr-grey-lighter {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-clr-white {
  background-color: #fff !important;
}

.text-clr {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-clr-white {
  color: rgba(255, 255, 255, 0.6) !important;
}

.text-clr-alt {
  color: rgba(0, 0, 0, 0.8) !important;
}

.text-main {
  color: #c1121c !important;
}

.text-secondary {
  color: #f2f0e6 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.clr-main {
  color: #c1121c !important;
}

.clr-main-alt {
  color: #8b5e3b !important;
}

.clr-text {
  color: rgba(0, 0, 0, 0.6) !important;
}

.clr-text-alt {
  color: rgba(0, 0, 0, 0.8) !important;
}

.clr-text-grey {
  color: rgba(0, 0, 0, 0.4) !important;
}

.clr-white {
  color: #fff !important;
}

.clr-black {
  color: #000 !important;
}

.clr-white-alt {
  color: rgba(255, 255, 255, 0.6) !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

@media (min-width: 992px) {
  .fz-lg-20 {
    font-size: 20px !important;
  }
}

.fz-22 {
  font-size: 22px !important;
}

#top {
  z-index: 1005;
  position: relative;
}

#bottom {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.content {
  position: relative;
}

.object-fit > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  overflow: hidden;
}

.breaker {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(0, 0, 0, 0.15);
}

/* =================================================================
  Links
================================================================= */
.link {
  transition: opacity 0.2s linear, color 0.2s linear, border 0.2s linear;
  text-decoration: none;
  cursor: pointer;
}
.link:hover, .link:focus {
  text-decoration: none;
}
.link .small-icon .si-img {
  position: relative;
  margin-right: 0.5em;
  background-size: 1em 1em;
  background-position: center;
  transition: opacity 0.2s linear;
}
.link .small-icon .si-img .sii-hover {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.link .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: center;
}
.link .small-icon .si-text + .si-img .sii-hover {
  background-position: center;
}

.link-a {
  color: #c1121c;
}
.link-a:hover {
  color: #8b5e3b;
}

.link-all {
  color: #c1121c;
  font-size: 14px;
  line-height: 1.3333333;
}
.link-all:hover {
  color: #8b5e3b;
}

.link-f {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.link-f:hover {
  color: #fff;
}
.link-f:hover::before {
  border-color: #fff;
}
.link-f::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.6);
  transition: border 0.2s linear;
}

.link-more.collapsed::before {
  content: "Читать далее...";
}
.link-more:not(.collapsed)::before {
  content: "Скрыть...";
}

.link-image {
  display: block;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.link-image:hover {
  opacity: 0.8;
}

.link-opacity {
  display: block;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.2s linear;
}
.link-opacity:hover {
  color: inherit;
  opacity: 1;
}

.link-title {
  color: inherit;
}
.link-title:hover {
  color: #8b5e3b;
}

.link-line {
  color: #c1121c;
  text-decoration: underline;
}
.link-line:hover {
  color: #8b5e3b;
  text-decoration: underline;
}

.link-line-alt {
  color: #8b5e3b;
  text-decoration: underline;
}
.link-line-alt:hover {
  color: #c1121c;
  text-decoration: underline;
}

.link-icon:hover .small-icon .si-img .sii-hover {
  opacity: 1;
}
.link-icon:hover .small-icon .si-text {
  color: #8b5e3b;
}
.link-icon .small-icon .si-img {
  position: relative;
  margin-right: 0.2em;
  background-size: 1em 1em;
  background-position: left center;
  transition: opacity 0.2s linear;
}
.link-icon .small-icon .si-img .sii-hover {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.link-icon .small-icon .si-text {
  color: #c1121c;
  transition: color 0.2s linear;
}
.link-icon .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}
.link-icon .small-icon .si-text + .si-img .sii-hover {
  background-position: right center;
}

a.small-icon {
  display: inline-flex;
}
a.small-icon .si-img {
  margin-right: 0.2em;
}
a.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.2em;
  background-position: right center;
}

.small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 0.5em;
  background-position: right center;
}

@media (min-width: 576px) {
  .justify-content-sm-stretch {
    justify-content: stretch !important;
  }
}

.border-dropdown-fix {
  padding-left: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

/* =================================================================
  Titles
================================================================= */
h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin: 0;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  line-height: 1.33333;
  color: rgba(0, 0, 0, 0.8);
}

h1,
.h1 {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

h2,
.h2 {
  margin-bottom: 15px;
  font-size: 22px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

.modal-title, .title-slide, .title-6, .title-5, .title-4, .title-3, .title-2, .title-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.333333;
  font-weight: 700;
  color: #474747;
  text-align: left;
}

.title-1 {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.title-2 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
}

.title-3 {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .title-3 {
    font-size: 18px;
  }
}

.title-4 {
  font-size: 16px;
}

.title-5 {
  font-size: 12px;
}

.title-6 {
  font-size: 20px;
}

.title-404 {
  font-size: 100px;
}
@media (max-width: 767px) {
  .title-404 {
    font-size: 70px;
  }
}

.title-slide {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

/* =================================================================
  Slick Slider Alternative + Height fix for slider + visibility fix
================================================================= */
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.slick-slider .slick-list .slick-track .slick-slide {
  backface-visibility: hidden;
  background: #f7f9ef;
}
.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-slide {
  float: none !important;
  height: auto;
}

.slick-slider-alt {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 992px) {
  .slick-slider-alt {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.slick-slider-alt.slider-vertical {
  margin: 0 0 -10px 0;
}
@media (min-width: 992px) {
  .slick-slider-alt.slider-vertical {
    margin: 0 0 -10px 0;
  }
}
.slick-slider-alt.slider-vertical .slick-list .slick-track {
  display: block;
}
.slick-slider-alt.slider-vertical .ss-item {
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  .slick-slider-alt.slider-vertical .ss-item {
    margin: 0 0 10px 0;
  }
}
.slick-slider-alt.slick-static .slick-list .slick-track {
  margin-left: 0;
  transform: none !important;
}
.slick-slider-alt .slick-list .slick-track {
  display: flex;
}
.slick-slider-alt .ss-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
@media (min-width: 992px) {
  .slick-slider-alt .ss-item {
    margin: 0 15px;
  }
}
.slick-slider-alt .ss-item img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
}

/* Visibility fix */
.slider-visibility {
  overflow: hidden;
}
.slider-visibility .ss-item:not(:first-of-type),
.slider-visibility .ss-slide:not(:first-of-type),
.slider-visibility .ms-slide:not(:first-of-type) {
  display: none !important;
}
.slider-visibility.slick-initialized .ss-item,
.slider-visibility.slick-initialized .ss-slide,
.slider-visibility.slick-initialized .ms-slide {
  display: flex !important;
}

/* Slick switches */
.slick-switches {
  display: flex;
}
.slick-switches .ss-switch {
  position: absolute;
  top: calc(50% - 25px);
  margin: auto 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 10;
}
@media (max-width: 575px) {
  .slick-switches .ss-switch {
    position: relative;
  }
}
.slick-switches .ss-switch svg {
  width: 7px !important;
  height: 12px !important;
}
.slick-switches .ss-switch svg path {
  fill: #c1121c !important;
  transition: all 0.2s linear;
}
.slick-switches .ss-switch.prev {
  left: -90px;
}
@media (max-width: 1300px) {
  .slick-switches .ss-switch.prev {
    left: -25px;
  }
}
@media (max-width: 575px) {
  .slick-switches .ss-switch.prev {
    left: auto;
  }
}
.slick-switches .ss-switch.next {
  right: -90px;
}
@media (max-width: 1300px) {
  .slick-switches .ss-switch.next {
    right: -25px;
  }
}
@media (max-width: 575px) {
  .slick-switches .ss-switch.next {
    right: auto;
  }
}
.slick-switches .ss-switch:hover {
  border-color: #c1121c;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.slick-switches .ss-switch:hover svg path {
  fill: #c1121c !important;
}

/* Slick dots */
.slick-switches {
  display: flex;
}
.slick-switches.dots {
  position: absolute;
  bottom: 53px;
  right: 100px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .slick-switches.dots {
    right: 60px;
  }
}
@media (max-width: 575px) {
  .slick-switches.dots {
    bottom: 22px;
    right: auto;
  }
}
.slick-switches .ss-dots {
  height: 32px;
  pointer-events: none;
}
.slick-switches .ss-dots .slick-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}
.slick-switches .ss-dots .slick-dots li {
  display: block;
  float: left;
  margin: 0;
  height: 32px;
  width: 32px;
}
.slick-switches .ss-dots .slick-dots li button {
  padding: 0;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
  pointer-events: auto;
}
.slick-switches .ss-dots .slick-dots li button::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/icons/dots.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transition: all 0.2s linear;
  opacity: 1;
}
.slick-switches .ss-dots .slick-dots li.slick-active button::before {
  background-image: url(../images/icons/dots-active.svg);
}

/* =================================================================
  Fancybox
================================================================= */
.fancybox-toolbar .fancybox-button {
  background: rgba(193, 18, 28, 0.6);
}

.fancybox-navigation .fancybox-button {
  background-color: rgba(193, 18, 28, 0.6);
}

.fancybox-thumbs__list a:before {
  border: 3px solid #c1121c;
}

.fancybox-custom .fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-custom .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

/* =================================================================
  Content with tables
================================================================= */
.content-with-tables .table table[border="1"] {
  margin-bottom: 0;
}

.content-with-tables table[border="1"] {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.content-with-tables table[border="1"] > thead > tr > th,
.content-with-tables table[border="1"] > tbody > tr > th,
.content-with-tables table[border="1"] > tfoot > tr > th,
.content-with-tables table[border="1"] > thead > tr > td,
.content-with-tables table[border="1"] > tbody > tr > td,
.content-with-tables table[border="1"] > tfoot > tr > td {
  height: auto !important;
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.content-with-tables table[border="1"] > thead > tr > th > p,
.content-with-tables table[border="1"] > tbody > tr > th > p,
.content-with-tables table[border="1"] > tfoot > tr > th > p,
.content-with-tables table[border="1"] > thead > tr > td > p,
.content-with-tables table[border="1"] > tbody > tr > td > p,
.content-with-tables table[border="1"] > tfoot > tr > td > p {
  margin-bottom: 0 !important;
}
.content-with-tables table[border="1"] > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.content-with-tables table[border="1"] > caption + thead > tr:first-child > th,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > th,
.content-with-tables table[border="1"] > thead:first-child > tr:first-child > th,
.content-with-tables table[border="1"] > caption + thead > tr:first-child > td,
.content-with-tables table[border="1"] > colgroup + thead > tr:first-child > td,
.content-with-tables table[border="1"] > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.content-with-tables table[border="1"] > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* =================================================================
  Custom check/radio boxes
================================================================= */
.no-labels .custom-checkbox.checkbox-card label {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}

.box-label {
  display: block;
  cursor: pointer;
  line-height: 1.33333;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.box-label .bl-type {
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.2s linear;
}

.bolder .box-label {
  font-weight: 700;
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.custom-checkbox input[type=checkbox] + label,
.custom-checkbox input[type=radio] + label {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-checkbox input[type=checkbox] + label:before,
.custom-checkbox input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background: #fff;
  text-align: center;
  transition: all 0.2s linear;
}
.custom-checkbox input[type=checkbox] + label:after,
.custom-checkbox input[type=radio] + label:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.2s linear;
}
.custom-checkbox input[type=checkbox] + label:hover:before,
.custom-checkbox input[type=radio] + label:hover:before {
  border-color: #c1121c;
}
.custom-checkbox input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  opacity: 0;
  border-bottom: 2px solid #c1121c;
  border-right: 2px solid #c1121c;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.custom-checkbox input[type=checkbox]:checked + label:before {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  content: "";
}
.custom-checkbox input[type=checkbox]:checked + label .bl-type {
  color: rgba(0, 0, 0, 0.8);
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  content: "";
  opacity: 1;
}
.custom-checkbox input[type=radio] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  opacity: 0;
  border-bottom: 2px solid #c1121c;
  border-right: 2px solid #c1121c;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.custom-checkbox input[type=radio]:checked + label:before {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  content: "";
}
.custom-checkbox input[type=radio]:checked + label .bl-type {
  color: rgba(0, 0, 0, 0.8);
}
.custom-checkbox input[type=radio]:checked + label:after {
  content: "";
  opacity: 1;
}
.custom-checkbox.radio-card input[type=radio] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  min-width: 40px;
  min-height: 30px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  transition: border 0.2s linear, background-color 0.2s linear;
}
.custom-checkbox.radio-card input[type=radio] + label::before, .custom-checkbox.radio-card input[type=radio] + label::after {
  display: none !important;
}
.custom-checkbox.radio-card input[type=radio] + label:hover {
  border-color: #c1121c;
}
.custom-checkbox.radio-card input[type=radio]:checked + label {
  border-color: #c1121c;
  background-color: #c1121c;
}
.custom-checkbox.radio-card input[type=radio]:checked + label .bl-type {
  color: #fff;
}
.custom-checkbox.radio-card input[type=radio]:disabled + label {
  position: relative;
  overflow: hidden;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.custom-checkbox.radio-card input[type=radio]:disabled + label::before {
  position: absolute;
  content: "";
  display: block !important;
  top: 0;
  right: 5px;
  width: 100%;
  height: 100%;
  border: none !important;
  background-color: transparent !important;
  background-image: url("../images/icons/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.custom-checkbox.radio-card input[type=radio]:disabled + label .bl-type {
  color: rgba(0, 0, 0, 0.15);
}

/* =================================================================
  Search
================================================================= */
.search {
  background-color: transparent;
}
.search form {
  float: none;
  border: none;
  box-shadow: none !important;
}
.search .input-group {
  float: none;
  border: none;
  box-shadow: none !important;
  position: relative;
  width: 100%;
}
.search .input-group .form-control {
  float: none;
  border: none;
  box-shadow: none !important;
  font-size: 14px;
  height: 42px;
  font-style: normal;
  line-height: normal;
  padding-right: 50px;
  padding-left: 20px;
  border-radius: 50px !important;
  background-color: #fff;
}
.search .input-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search .input-group .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search .input-group .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search .input-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08) !important;
  color: rgba(0, 0, 0, 0.6);
}
.search .input-group .input-group-addon {
  float: none;
  border: none;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: block;
  padding: 0;
  border-radius: 5px;
  width: 50px;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}
.search .s-btn {
  position: relative;
  z-index: 20;
  padding: 0 !important;
  min-height: 0 !important;
  width: 100%;
  height: 100%;
  border: 5px;
  border-left: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/icons/search_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  box-shadow: none !important;
  transition: all 0.2s linear;
  opacity: 0.8;
}
.search .s-btn:hover {
  opacity: 1;
}
.search.email-submit .input-group .input-group-addon {
  top: 0;
  right: 0;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search.email-submit .input-group .input-group-addon .s-btn {
  background-color: #c1121c;
  background-image: url("../images/icons/arrow-right-white.svg");
  opacity: 1;
  transition: background-color 0.2s linear;
}
.search.email-submit .input-group .input-group-addon .s-btn:hover {
  background-color: #8b5e3b;
}

/* =================================================================
  Socials
================================================================= */
.socials .s-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 12px 12px;
  background-color: #EEF0E7;
  transition: all 0.2s linear;
  background-image: var(--icon-url-alt);
}
.socials .s-item:hover {
  background-color: #c1121c;
  background-image: var(--icon-url);
}
@media (max-width: 767px) {
  .navbar .socials .s-item {
    width: 40px;
    height: 40px;
    background-size: 15px 15px;
  }
}
.contact-info .socials .s-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
}
.contact-info .socials .s-item svg {
  width: 12px;
  height: 12px;
}
.contact-info .socials .s-item svg path {
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .contact-info .socials .s-item {
    width: 40px;
    height: 40px;
  }
  .contact-info .socials .s-item svg {
    width: 15px;
    height: 15px;
  }
}
.contact-info .socials .s-item:hover {
  border-color: #c1121c;
  background-color: transparent;
}
.contact-info .socials .s-item:hover svg path {
  fill: #c1121c !important;
}

/*=================================================================
  Select2
================================================================= */
.select2-container .select2-selection--single {
  height: 44px;
  border: 2px solid rgba(68, 134, 244, 0.2);
  border-radius: 5px;
  transition: border-color 0.2s linear;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  color: #8b5e3b;
  padding-left: 20px;
  padding-right: 55px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 44px;
  width: 40px;
  border: none;
  transition: 0.2s linear;
}
.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  background-image: url(../images/icons/arrow-down.svg);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--focus .select2-selection--single {
  border-color: rgba(68, 134, 244, 0.3);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  border-color: rgba(68, 134, 244, 0.3);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: translateY(-50%) rotate(-180deg);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7.5px 6px;
  border-color: transparent transparent #c1121c transparent;
}

.select2-results__option {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 15px;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #8b5e3b;
  background-color: rgba(139, 94, 59, 0.05);
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: rgba(139, 94, 59, 0.7);
}

/* =================================================================
  Page header
================================================================= */
.page-header {
  z-index: 1005;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.page-header .hr__header {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header .hr__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header .hr__header::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  width: 1000px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-header .ph-bottom {
  background-color: #eef0e7;
}
.page-header .ph-logo {
  position: relative;
  z-index: 1;
  max-width: 165px !important;
}
@media (max-width: 991px) {
  .page-header .ph-logo {
    max-width: 105px !important;
  }
}
@media (max-width: 575px) {
  .page-header .ph-logo {
    max-width: 90px !important;
  }
}
.page-header .contacts .c-item {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-header .btn-contact {
    padding: 0;
    width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .page-header .btn-contact span {
    display: block;
    width: 38px;
    height: 38px;
    background-size: 18px 18px;
    padding: 0;
  }
}

.btn--services {
  padding: 8px 15px !important;
  min-height: 38px !important;
}
@media (max-width: 991px) {
  .btn--services {
    background-color: #e3edfe !important;
    font-size: 13px !important;
  }
}
@media (max-width: 575px) {
  .btn--services {
    min-height: 34px !important;
  }
}
.btn--services .si-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 10px 10px;
  margin-right: 10px;
}

/* =================================================================
  Contacts
================================================================= */
.contacts .c-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

/* =================================================================
  Shop controls
================================================================= */
.shop-controls .sc-item {
  padding: 8px 20px;
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none !important;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .shop-controls .sc-item {
    padding: 7px 15px;
  }
}
@media (max-width: 575px) {
  .shop-controls .sc-item {
    padding: 7px 10px;
  }
}
.shop-controls .sc-item:hover {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.shop-controls .sc-item .sci-icon {
  width: 24px;
  height: 24px;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .shop-controls .sc-item .sci-icon {
    width: 20px;
    height: 20px;
  }
}
.shop-controls .sc-item .sci-icon svg path {
  transition: all 0.2s linear;
  fill: #c1121c;
}
.shop-controls .sc-item:hover .sci-icon svg path {
  fill: #c1121c;
}
.shop-controls .sc-item .flex-img {
  position: relative;
}
.shop-controls .sc-item .sci-amount {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: 10px;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .shop-controls .sc-item .sci-amount {
    font-size: 14px;
  }
}
.shop-controls .sc-item .sci-amount.empty {
  opacity: 0.3;
}
.shop-controls .sc-item .sci-content {
  margin-top: 2px;
  margin-left: 7px;
}
.shop-controls .sc-item .sci-content .scic-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #c1121c;
}
.shop-controls .sc-item .sci-content .scic-value {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.shop-controls .sc-item.sc-item--login .sci-amount {
  font-size: 14px;
}
@media (max-width: 767px) {
  .shop-controls .sc-item.sc-item--login .sci-amount {
    display: none;
  }
}

/*=================================================================
  Main navbar / Catalog-navbar
================================================================= */
.catalog-navbar {
  display: block;
  margin: 0;
  padding: 30px;
  list-style: none;
  border: none;
}
.catalog-navbar li > a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-navbar > li {
  display: block;
}
.catalog-navbar > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.catalog-navbar > li > a {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  text-decoration: none !important;
  transition: color 0.2s linear, border-color 0.2s linear;
}
.catalog-navbar > li > a:hover {
  color: #c1121c;
}
.catalog-navbar > li.active > a, .catalog-navbar > li.active > a:hover {
  font-weight: 500;
  color: #c1121c;
}

/* =================================================================
  Main slider
================================================================= */
.main-slider {
  position: relative;
}
.main-slider .ms-slide {
  overflow: hidden;
}
.main-slider .ms-slide .min-height-fix {
  position: relative;
  min-height: 400px;
}
.main-slider .ms-slide .mss-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #343d4a;
}
.main-slider .ms-slide .mss-content {
  position: relative;
  width: 50%;
  margin: 50px 0 50px 100px;
  min-height: 300px;
  padding: 15px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .main-slider .ms-slide .mss-content {
    width: 70%;
    margin: 50px 0 50px 60px;
  }
}
@media (max-width: 767px) {
  .main-slider .ms-slide .mss-content {
    margin: 50px 20px;
    width: calc(100% - 40px);
  }
}
.main-slider .ms-slide .mss-content .mssc-title {
  width: 100%;
}
.main-slider .ms-slide .mss-content .mssc-text {
  width: 100%;
}
.main-slider .ms-slide .mss-content .mssc-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media (max-width: 575px) {
  .main-slider .ms-slide .mss-content .mssc-btn {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.main-slider .ms-slide .mss-content .mssc-btn > .btn {
  min-width: 200px;
}
@media (max-width: 575px) {
  .main-slider .ms-slide .mss-content .mssc-btn > .btn {
    width: 100%;
  }
}
.main-slider .ms-controls .slick-switches .ss-switch {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent !important;
}
.main-slider .ms-controls .slick-switches .ss-switch svg {
  width: 7px !important;
  height: 12px !important;
}
.main-slider .ms-controls .slick-switches .ss-switch svg path {
  fill: #fff !important;
  opacity: 0.5 !important;
}
.main-slider .ms-controls .slick-switches .ss-switch:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.main-slider .ms-controls .slick-switches .ss-switch:hover svg path {
  fill: #fff !important;
  opacity: 1 !important;
}
.main-slider .ms-controls .slick-switches .ss-switch.prev {
  left: 15px;
}
@media (max-width: 991px) {
  .main-slider .ms-controls .slick-switches .ss-switch.prev {
    left: 10px;
  }
}
.main-slider .ms-controls .slick-switches .ss-switch.next {
  right: 15px;
}
@media (max-width: 991px) {
  .main-slider .ms-controls .slick-switches .ss-switch.next {
    right: 10px;
  }
}
.main-slider__add {
  background: #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-slider__add__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-slider__add__img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 991px) {
  .main-slider__add__img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.main-slider__add .btn-default-alt {
  color: #fff !important;
}
.main-slider__add .btn-default-alt:hover {
  color: #fff !important;
}

/*=================================================================
  Categories
================================================================= */
.categories .c-block {
  padding: 1px;
}
.categories .c-item {
  position: relative;
  max-width: none !important;
  margin: -1px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px;
  background-color: #fff;
  min-height: 150px;
}
.categories .c-item:hover {
  z-index: 10;
}
.categories .c-item:hover::before {
  opacity: 1;
}
.categories .c-item::before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media (max-width: 1199px) {
  .categories .c-item {
    padding: 20px 15px;
    min-height: 140px;
  }
}
@media (max-width: 991px) {
  .categories .c-item {
    padding: 20px 10px;
    min-height: 140px;
  }
}
.categories .c-item .ci-img {
  position: relative;
  width: 110px;
  height: 110px;
}
@media (max-width: 1199px) {
  .categories .c-item .ci-img {
    width: 100px;
    height: 100px;
  }
}
.categories .c-item .ci-content {
  position: relative;
}
.categories .c-item .ci-content .cic-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.categories .c-item .ci-content .cic-item:hover {
  color: #c1121c;
}
.categories .c-item .ci-description {
  position: relative;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}

/*=================================================================
  Goods advantages
================================================================= */
.goods-advantages .ga-item .gai-img {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .goods-advantages .ga-item .gai-img {
    margin-right: 30px !important;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.goods-advantages .ga-item .gai-text {
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 576px) and (max-width: 767px) {
  .goods-advantages .ga-item .gai-text {
    font-size: 16px;
  }
}

/*=================================================================
  Goods
================================================================= */
.goods .g-tabs-header {
  margin: 0 -12.5px;
  display: flex;
  flex-wrap: wrap;
  float: none;
  border: none;
}
.goods .g-tabs-header > li {
  margin: 0 12.5px;
  display: block;
}
.goods .g-tabs-header > li > a {
  display: block;
  float: none;
  padding: 0;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: transparent;
  transition: color 0.2s linear, border-color 0.2s linear;
}
.goods .g-tabs-header > li > a:hover {
  color: #c1121c;
}
.goods .g-tabs-header > li.active > a {
  color: #c1121c;
  border-bottom-color: #c1121c !important;
}
.goods .g-item {
  position: relative;
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
}
@media (max-width: 575px) {
  .goods .g-item {
    padding: 10px;
  }
}
.goods .g-item:hover {
  border-color: transparent;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
}
.goods .g-item:hover .gi-preview {
  opacity: 1;
}
.goods .g-item .goods-control.gc-add {
  position: absolute;
  right: 15px;
}
@media (max-width: 575px) {
  .goods .g-item .goods-control.gc-add {
    right: 10px;
  }
}
.goods .g-item .goods-control.gc-fav {
  top: 15px;
}
@media (max-width: 575px) {
  .goods .g-item .goods-control.gc-fav {
    top: 10px;
  }
}
.goods .g-item .goods-control.gc-compare {
  top: 58px;
}
@media (max-width: 575px) {
  .goods .g-item .goods-control.gc-compare {
    top: 45px;
  }
}
.goods .g-item .gi-img {
  height: 200px;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .goods .g-item .gi-img {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.goods .g-item .gi-preview {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 150px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  .goods .g-item .gi-preview {
    display: none;
  }
}
.goods .g-item .gi-preview .gip-btn {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 575px) {
  .goods .g-item .gi-title {
    font-size: 14px;
  }
}
.goods .g-item .gi-price {
  min-height: 76px;
  font-weight: 700;
  font-size: 20px;
  color: #c1121c;
}
@media (max-width: 575px) {
  .goods .g-item .gi-price {
    min-height: 70px;
    font-size: 18px;
  }
}
.goods .g-item .gi-price .gip-old {
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575px) {
  .goods .g-item .gi-price .gip-old {
    font-size: 12px;
  }
}

/*=================================================================
  Product
================================================================= */
.product {
  position: relative;
  z-index: 1;
}
.product .product-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product .product-title {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .product .product-title [class*=title-] {
    margin: 0 190px;
  }
}
.product .product-title .see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 8px 12px;
  border-radius: 30px;
  line-height: 1;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .product .product-title .see-all {
    position: absolute;
    top: 3px;
    right: 0;
  }
}
.product .product-title .see-all:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.product .product-title .see-all__img {
  margin-left: 5px;
}
.product .product-title .see-all__img svg {
  width: 6px;
  height: 10px;
}
.product .product-title .see-all__img svg path {
  fill: #c1121c !important;
}
.product .p-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
  background: #f7f9ef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .product .p-item {
    padding: 10px;
  }
}
.product .p-item .pi-controls {
  position: absolute;
  display: block;
  top: 15px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .product .p-item .pi-controls {
    top: 10px;
  }
}
.product .p-item .pi-controls svg {
  width: 100% !important;
  height: 100% !important;
}
.product .p-item .pi-controls svg path {
  fill: #c1121c;
  transition: all 0.2s linear;
}
.product .p-item .pi-controls:hover {
  border-color: #c1121c;
}
.product .p-item .pi-controls.pi-like {
  background-size: 20px 20px;
  padding: 7px;
}
.product .p-item .pi-controls.pi-like svg {
  width: 20px;
  height: 20px;
}
.product .p-item .pi-controls.pi-like svg path {
  fill: #c1121c;
}
.product .p-item .pi-controls.pi-like svg .pi-like--active {
  display: none;
}
.product .p-item .pi-controls.pi-like.active {
  border-color: #c1121c;
}
.product .p-item .pi-controls.pi-like.active .pi-like--not-active {
  display: none;
}
.product .p-item .pi-controls.pi-like.active .pi-like--active {
  display: block;
}
.product .p-item .pi-controls.pi-preview {
  top: 56px;
  padding: 10px;
}
@media (max-width: 575px) {
  .product .p-item .pi-controls.pi-preview {
    top: 51px;
  }
}
.product .p-item .pi-controls.pi-preview svg {
  width: 15px;
  height: 15px;
}
.product .p-item .pi-controls.pi-preview:hover svg path {
  fill: #c1121c !important;
}
.product .p-item .pi-img {
  height: 160px;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .product .p-item .pi-img {
    height: 115px;
  }
}
@media (min-width: 576px) {
  .product .p-item .pi-content {
    padding: 0 25px 25px;
  }
}
.product .p-item .pi-content .pi-price--old {
  font-size: 12px;
  color: rgba(139, 94, 59, 0.8);
  text-decoration: line-through;
}
.product .p-item .pi-content .pi-price {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  line-height: 1.2;
}
.product .p-item .pi-content .pi-mass {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
}
.product .p-item .pi-btn {
  min-width: auto;
}
.product .p-item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.product.product--slider .slick-track {
  padding: 15px 0;
}
.product.product--slider .p-item {
  height: auto;
}
.product.bg-clr-secondary > .container {
  position: relative;
  z-index: 1;
}
/*=================================================================
  News
================================================================= */
.news .n-item {
  transition: box-shadow 0.2s linear;
}
.news .n-item:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
}
.news .n-item .ni-img {
  height: 180px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .news .n-item .ni-img {
    height: 140px;
  }
}
.news .n-item .ni-content {
  padding: 20px;
  border-top: none;
}
@media (max-width: 575px) {
  .news .n-item .ni-content {
    padding: 20px 10px;
  }
}
.news .n-item .ni-content .nic-date {
  font-size: 14px;
  line-height: 1.333333;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575px) {
  .news .n-item .ni-content .nic-date {
    font-size: 12px;
  }
}
.news .n-item .ni-content .nic-title {
  font-weight: 400;
}
@media (max-width: 575px) {
  .news .n-item .ni-content .nic-title {
    font-size: 14px;
  }
}

/*=================================================================
  Banner
================================================================= */
.banner {
  display: block;
}
@media (max-width: 575px) {
  .banner {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*=================================================================
  About
================================================================= */
.about .a-img {
  width: 100%;
  height: 225px;
}
@media (max-width: 767px) {
  .about .a-img {
    margin: 0 auto;
    width: 350px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .about .a-img {
    width: auto;
    height: 250px;
    margin: 0 -10px;
  }
}
.about .a-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

/*=================================================================
  Partners
================================================================= */
.partners .p-slider {
  position: relative;
}
.partners .p-slider .ps-item {
  height: 45px;
}
@media (max-width: 1199px) {
  .partners .p-slider .ps-item {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .partners .p-slider .ps-item {
    height: 35px;
  }
}
.partners .p-slider.with-controls {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 575px) {
  .partners .p-slider.with-controls {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.partners .p-slider .ps-controls .slick-switches .ss-switch {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.partners .p-slider .ps-controls .slick-switches .ss-switch.next {
  right: 0;
}
.partners .p-slider .ps-controls .slick-switches .ss-switch.prev {
  left: 0;
}

/*=================================================================
  Contact-info
================================================================= */
.contact-info {
  background-color: #3e3e3e;
}
.contact-info .ci-navbar.nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info .ci-navbar.nav > li {
  display: block;
  margin-bottom: 20px;
}
.contact-info .ci-navbar.nav > li > a {
  padding: 0 !important;
  background: transparent !important;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s linear;
  font-size: 15px;
}
@media (max-width: 575px) {
  .contact-info .ci-navbar.nav > li > a {
    font-size: 16px;
  }
}
.contact-info .ci-navbar.nav > li > a:hover {
  color: #c1121c;
}
.contact-info .ci-navbar.nav > li.active > a, .contact-info .ci-navbar.nav > li.active > a:hover {
  color: #c1121c;
  font-weight: 700;
}
.contact-info .ci-navbar.nav > li:last-of-type {
  margin-bottom: 0;
}
.contact-info .contacts .c-item {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-info .contacts .c-item {
    font-size: 16px;
  }
}
.contact-info .cc-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .contact-info .cc-text {
    font-size: 13px;
  }
}
.contact-info .ci__hr {
  width: 100%;
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info .ci-head {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.contact-info .ci-head::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  background-image: url(../images/icons/arrow-down-alt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s linear;
}
.contact-info .ci-head:not(.collapsed)::after {
  transform: rotate(-180deg);
}
@media (min-width: 576px) {
  .contact-info .ci-body {
    height: auto !important;
  }
}

/*=================================================================
  Goods recent
================================================================= */
.goods-recent .gr-item {
  padding: 15px;
  background: #f7f9ef;
  text-align: left;
  border: 2px solid transparent;
}
@media (max-width: 1199px) {
  .goods-recent .gr-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .goods-recent .gr-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .goods-recent .gr-item {
    padding: 20px 10px;
  }
}
.goods-recent .gr-item.link {
  transition: all 0.2s linear;
}
.goods-recent .gr-item.link:hover {
  border-color: #c1121c;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.15);
}
.goods-recent .gr-item.empty {
  background: #f7f7f7;
  opacity: 0.2;
}
.goods-recent .gr-item .gri-img {
  width: 90px;
  height: 70px;
}
@media (max-width: 1199px) {
  .goods-recent .gr-item .gri-img {
    width: 77px;
    height: 58px;
  }
}
@media (max-width: 991px) {
  .goods-recent .gr-item .gri-img {
    width: 90px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .goods-recent .gr-item .gri-img {
    width: 77px;
    height: 58px;
  }
}
@media (max-width: 575px) {
  .goods-recent .gr-item .gri-img {
    height: 90px;
    width: 100%;
  }
}
.goods-recent .gr-item .gri-content .gric-title {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.goods-recent .gr-item .gri-content .pi-price--old {
  font-size: 12px;
  color: rgba(139, 94, 59, 0.8);
  text-decoration: line-through;
}
.goods-recent .gr-item .gri-content .pi-price {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.goods-recent .gr-item .gri-content .pi-mass {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
}

/*=================================================================
  Scroll up button
================================================================= */
.scroll-btn-block {
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
}

#back-to-top {
  position: absolute;
  right: 100px;
  bottom: 51px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background-color: rgba(193, 18, 28, 0.6);
  background-image: url("../images/icons/arrow-up-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s linear, background 0.2s linear;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1349px) {
  #back-to-top {
    right: 15px;
  }
}
@media (max-width: 575px) {
  #back-to-top {
    right: 10px;
  }
}
#back-to-top.show {
  pointer-events: auto;
  opacity: 1 !important;
}
#back-to-top.show:hover {
  background-color: rgba(193, 18, 28, 0.8);
}

/*=================================================================
  Goods control
================================================================= */
.goods-control.gc-add:hover .gca-link {
  border-color: #c1121c;
}
.goods-control.gc-add:hover .gca-link > svg > path.stroke {
  fill: #c1121c;
}
.goods-control.gc-add:hover .gca-text {
  color: #c1121c;
}
.goods-control.gc-add.active .gca-link {
  border-color: #c1121c;
}
.goods-control.gc-add.active .gca-link > svg > path {
  fill: #c1121c;
}
.goods-control.gc-add .gca-link {
  padding: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: border 0.2s linear, background 0.2s linear;
}
@media (max-width: 575px) {
  .goods-control.gc-add .gca-link {
    padding: 8px;
    width: 30px;
    height: 30px;
  }
}
.goods-control.gc-add .gca-link > svg > path {
  transition: fill 0.2s linear;
}
.goods-control.gc-add .gca-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.2s linear;
}

/*=================================================================
  Cart
================================================================= */
.amount-counter {
  padding: 0;
  min-width: 100px;
  max-width: 250px !important;
  border-radius: 5px;
  border: none;
}
.amount-counter .ac-input {
  width: 45px;
  text-align: center;
  height: 40px;
  border-radius: 0;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
  border-right: none;
  background: #f7f9ef;
}
.amount-counter .ac-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.amount-counter .ac-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.amount-counter .ac-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.amount-counter .ac-control {
  padding: 0;
  min-height: 40px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #c1121c;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  color: #fff;
}
.amount-counter .ac-control.minus {
  background-image: url(../images/icons/minus.svg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.amount-counter .ac-control.plus {
  background-image: url(../images/icons/plus.svg);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.amount-counter .ac-control:hover {
  background-color: #c1121c;
}
.amount-counter .ac-control[disabled], .amount-counter .ac-control[disabled]:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.amount-counter .ac-unit {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 5px 10px;
}

.cart-table {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .cart-table {
    font-size: 14px;
  }
}
.cart-table .ct-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.cart-table .ct-item .cti-img__border {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-table .ct-item .cti-img {
  padding: 10px;
  width: 100%;
}
.cart-table .ct-item .cti-img > img {
  max-height: 150px !important;
}
@media (max-width: 575px) {
  .cart-table .ct-item .cti-img > img {
    max-height: 150px !important;
  }
}
.cart-table .ct-item .cti-content {
  padding: 30px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cart-table .ct-item .cti-content {
    padding: 15px;
    padding-left: 0;
  }
}
.cart-table .ct-item .cti-size .ctis-title {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.cart-table .ct-item .cti-attributes .ctia-item {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.cart-table .ct-item .cti-attributes .ctia-item .ctiai-value {
  color: rgba(0, 0, 0, 0.8);
}
.cart-table .ct-item .cti-old {
  text-decoration: line-through;
  opacity: 0.8;
}
.cart-table .ct-item .cti-delete, .cart-table .ct-item .cti-delete > button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.cart-table .ct-item .cti-delete__btn {
  color: rgba(0, 0, 0, 0.4);
  text-decoration-line: underline;
  transition: all 0.2s linear;
}
.cart-table .ct-item .cti-delete__btn:hover {
  color: #8b5e3b;
}
.cart-table .ct-sum .cts-value {
  font-weight: 700;
  font-size: 30px;
  color: #c1121c;
}
.cart-table .ct-sum .cts-value.cts-old {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.cart-table .amount-counter {
  min-width: 90px;
  max-width: 250px !important;
}
.cart-table .amount-counter .ac-control {
  min-height: 30px;
  height: 30px;
  width: 30px;
}
.cart-table .amount-counter .ac-input {
  min-width: 30px;
  width: 40px;
  height: 30px;
  padding: 5px;
}
.cart-table .amount-counter .ac-unit {
  padding-top: 2px !important;
  padding-bottom: 2px;
  height: 30px;
}

.cart-info {
  padding: 30px;
  line-height: 1.2;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .cart-info {
    padding: 20px;
  }
}
.cart-info.cart-info--border {
  border: 2px solid #8b5e3b;
  background-color: #fff;
  padding: 25px 30px;
}
@media (max-width: 991px) {
  .cart-info.cart-info--border {
    padding: 20px;
  }
}
.cart-info__value.clr-main-alt {
  opacity: 0.8;
}

/*=================================================================
  Order
================================================================= */
.order__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.order__item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .order__item {
    padding: 30px 0;
  }
}
.order__item__step {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #c1121c;
  border-radius: 50%;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .order__item__step {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .order__item__step {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.order__item__step::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 20px;
  height: 100%;
  background: linear-gradient(190.32deg, #ffffff 5.31%, rgba(255, 255, 255, 0) 95.89%);
  opacity: 0.5;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
}
.order__item__step::after {
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 10px;
  width: 20px;
  height: 100%;
  background: linear-gradient(190.32deg, #ffffff 5.31%, rgba(255, 255, 255, 0) 95.89%);
  opacity: 0.3;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
}
.order__item__content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .order__item__content {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .order__item__delivery__value {
    font-weight: 500;
  }
}
.order .unregistered .form-group:last-of-type {
  margin-bottom: 0;
}
.order__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .order__btn {
    min-width: 260px !important;
    width: auto;
  }
}

/*=================================================================
  Sign Up
================================================================= */
.signup {
  padding: 40px;
}
@media (max-width: 767px) {
  .signup {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .signup {
    padding: 30px 15px;
  }
}
.signup__bg {
  background: rgba(193, 18, 28, 0.1);
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.signup__img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px;
  background-size: 60px 60px;
  background-color: #c1121c;
  border-radius: 50%;
  overflow: hidden;
}
.signup__img::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -10px;
  width: 30px;
  height: 100%;
  background: linear-gradient(190.32deg, #ffffff 5.31%, rgba(255, 255, 255, 0) 95.89%);
  opacity: 0.5;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
}
.signup__img::after {
  content: "";
  position: absolute;
  left: calc(100% - 20px);
  top: 30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(190.32deg, #ffffff 5.31%, rgba(255, 255, 255, 0) 95.89%);
  opacity: 0.3;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .return-btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .submit-btn {
    width: 100%;
  }
}

/*=================================================================
  Login
================================================================= */
.password-input.visible .pi-btn {
  background-image: url("../images/icons/eye-open_1.svg");
}
.password-input .pi-btn {
  background-image: url("../images/icons/eye-close.svg");
  opacity: 1;
  transition: none;
}
.password-input .input-group {
  position: relative;
  width: 100%;
}
.password-input .input-group .input-group-addon {
  float: none;
  border: none;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: block;
  padding: 0;
  border-radius: 5px;
  width: 50px;
  height: 100%;
  background-color: transparent;
  overflow: hidden;
}
.password-input .input-group .input-group-addon .s-btn {
  position: relative;
  z-index: 20;
  padding: 0 !important;
  min-height: 0 !important;
  width: 100%;
  height: 100%;
  border: 5px;
  border-left: none;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
  box-shadow: none !important;
}

/*=================================================================
  Preview gallery
================================================================= */
.preview-gallery .p-slider {
  position: relative;
}
.preview-gallery .p-slider .slick-list {
  padding: 0 1px 0 0;
}
.preview-gallery .p-slider .ps-item {
  padding: 15px;
  height: 390px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .preview-gallery .p-slider .ps-item {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .preview-gallery .p-slider .ps-item {
    height: 290px;
  }
}
.preview-gallery .p-slider .ps-item .video-item {
  position: relative;
}
.preview-gallery .p-slider .ps-item .video-item:hover .vi-play .svg-icon {
  opacity: 1;
}
.preview-gallery .p-slider .ps-item .video-item .vi-play .svg-icon {
  width: 35%;
  height: 35%;
  fill: #fff;
  opacity: 0.8;
  transition: opacity 0.2s linear;
}
.preview-gallery .p-slider .ps-item > a {
  cursor: zoom-in;
}
.preview-gallery .p-slider-preview {
  position: relative;
}
.preview-gallery .p-slider-preview:not(.visible) {
  display: none;
}
.preview-gallery .p-slider-preview .slick-slider-alt {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .preview-gallery .p-slider-preview .slick-slider-alt {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
.preview-gallery .p-slider-preview .slick-slider-alt .ss-item {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .preview-gallery .p-slider-preview .slick-slider-alt .ss-item {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
.preview-gallery .p-slider-preview .ps-item {
  padding: 5px;
  position: relative;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s linear;
}
.preview-gallery .p-slider-preview .ps-item:hover {
  opacity: 0.5;
  border-color: #8b5e3b;
}
.preview-gallery .p-slider-preview .ps-item.video-item {
  position: relative;
}
.preview-gallery .p-slider-preview .ps-item.video-item .vi-play .svg-icon {
  width: 60%;
  height: 60%;
  fill: #fff;
  opacity: 0.8;
}
.preview-gallery .p-slider-preview .ps-item.slick-current {
  border-color: #8b5e3b;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.preview-gallery .p-slider-preview .ps-controls .slick-switches .ss-switch {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
}
.preview-gallery .p-slider-preview .ps-controls .slick-switches .ss-switch.prev {
  left: 0;
}
.preview-gallery .p-slider-preview .ps-controls .slick-switches .ss-switch.prev .svg-icon {
  left: 0;
  right: auto;
}
.preview-gallery .p-slider-preview .ps-controls .slick-switches .ss-switch.next {
  right: 0;
}
.preview-gallery .p-slider-preview .ps-controls .slick-switches .ss-switch.next .svg-icon {
  right: 0;
  left: auto;
}

/*=================================================================
  Preview gallery
================================================================= */
.goods-page__characteristics .characteristics__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-page__characteristics .characteristics__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.goods-page__characteristics .characteristics__item__value {
  line-height: 1.2;
}
.goods-page .gp-price--old {
  text-decoration: line-through;
}
.goods-page .gp-price {
  line-height: 1;
}
.goods-page .gp-mass {
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

/*=================================================================
  Gallery
================================================================= */
.gallery .g-item {
  height: 250px;
}
@media (max-width: 1199px) {
  .gallery .g-item {
    height: 215px;
  }
}
@media (max-width: 991px) {
  .gallery .g-item {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .gallery .g-item {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .gallery .g-item {
    height: 200px;
  }
}

/*=================================================================
  Actions
================================================================= */
.actions.white-bg .a-item:hover .ai-content .aic-title {
  color: #c1121c !important;
}
.actions.white-bg .a-item .ai-content .aic-date {
  color: rgba(0, 0, 0, 0.6);
}
.actions .a-block {
  padding: 50px 50px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .actions .a-block {
    padding: 40px 40px;
  }
}
@media (max-width: 991px) {
  .actions .a-block {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .actions .a-block {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .actions .a-block {
    padding: 30px 10px;
  }
}
.actions .a-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.actions .a-item:hover .ai-content .aic-title {
  color: rgba(255, 255, 255, 0.6) !important;
}
.actions .a-item:hover .ai-image {
  opacity: 0.8;
}
.actions .a-item .ai-image {
  width: 100%;
  height: 175px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s linear;
}
@media (max-width: 1199px) {
  .actions .a-item .ai-image {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .actions .a-item .ai-image {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .actions .a-item .ai-image {
    height: 160px;
  }
}
@media (max-width: 575px) {
  .actions .a-item .ai-image {
    height: 200px;
  }
}
.actions .a-item .ai-content .aic-title {
  transition: color 0.2s linear;
}
.actions .a-item .ai-content .aic-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/*=================================================================
  Profile page
================================================================= */
.profile-page .p-table .pt-head {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f2f0e6;
}
@media (max-width: 575px) {
  .profile-page .p-table .pt-head {
    padding: 20px;
  }
}
.profile-page .p-table .pt-body {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
@media (max-width: 575px) {
  .profile-page .p-table .pt-body {
    padding: 30px 20px;
  }
}
.profile-page .p-table .pt-item {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
}
.profile-page .p-table .pt-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.profile-page .p-table .pt-item__status {
  color: rgba(193, 18, 28, 0.9);
}
.profile-page .p-table .pt-item:not(.active) .pt-item__status {
  color: rgba(139, 94, 59, 0.5);
}
.profile-page .p-breaker {
  margin: 50px 0;
  border-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .profile-page .p-breaker {
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .profile-page .p-breaker {
    margin: 30px 0;
  }
}
.profile-page .p-info .pi-item .pii-name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.profile-page .p-info .pi-item .pii-value {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.profile-page .p-note {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1199px) {
  .profile-page .p-note {
    font-size: 14px;
  }
}

/*=================================================================
  Order-detail
================================================================= */
@media (min-width: 768px) {
  .order-detail .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .order-detail .modal-dialog {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .order-detail .modal-dialog {
    width: 1000px;
  }
}

/*=================================================================
  Page footer
================================================================= */
.page-footer {
  z-index: 1000;
  position: relative;
  background-color: #f7f9ef;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  overflow: hidden;
}
.page-footer .pf-item {
  max-width: none !important;
  text-align: left;
}
@media (max-width: 575px) {
  .page-footer .pf-item {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
.page-footer .pf-item:last-of-type {
  text-align: right;
}
@media (max-width: 575px) {
  .page-footer .pf-item:last-of-type {
    text-align: center;
  }
}

/* =================================================================
  Bootstrap
================================================================= */
/* Buttons */
.btn {
  position: relative;
  padding: 12.5px 40px;
  min-height: 40px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  border-width: 1.5px;
  border-radius: 100px;
  box-shadow: none;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  overflow: hidden;
}
.btn.btn-default, .btn.btn-default-alt, .btn.btn-primary, .btn.btn-secondary {
  min-width: 165px;
}
@media (max-width: 991px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn .small-icon .si-img {
  height: 1em;
  width: 1em;
  margin-right: 10px;
}
.btn .small-icon .si-text {
  line-height: 1;
}
.btn .small-icon .si-text + .si-img {
  margin-right: 0;
  margin-left: 10px;
}
.btn[disabled] {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:hover, .btn[disabled].hover, .btn[disabled]:active, .btn[disabled].active {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.btn-lg {
  padding: 16px 30px;
  min-height: 50px;
  border-radius: 100px;
  font-size: 16px;
}

.btn-sm {
  padding: 10px 20px;
  min-height: 34px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-default {
  color: #fff;
  background-color: #c1121c;
  min-height: 42px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid transparent !important;
}
.btn-default::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(190.37deg, #ffffff 8.17%, rgba(255, 255, 255, 0) 96.02%);
  opacity: 0.3;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
}
.btn-default::after {
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  bottom: 0;
  width: 15px;
  height: 100%;
  background: linear-gradient(190.37deg, rgba(255, 255, 255, 0) 7.11%, #ffffff 95.97%);
  opacity: 0.4;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
}
.btn-default:focus, .btn-default.focus {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: #c1121c !important;
  border-color: transparent !important;
}
.btn-default:hover, .btn-default.hover, .btn-default:active, .btn-default.active {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #c1121c !important;
  background-image: none;
}
.btn-default:hover::before, .btn-default.hover::before, .btn-default:active::before, .btn-default.active::before {
  left: calc(100% + 20px);
}
.btn-default:hover::after, .btn-default.hover::after, .btn-default:active::after, .btn-default.active::after {
  left: -30px;
}

.btn-default-alt {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-color: #c1121c;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08) !important;
}
.btn-default-alt::before {
  content: "";
  position: absolute;
  left: calc(50% - 35px);
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(190.37deg, #ffffff 8.17%, rgba(255, 255, 255, 0) 96.02%);
  opacity: 0.15;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
  display: none;
}
.btn-default-alt::after {
  content: "";
  position: absolute;
  left: calc(100% - 7.5px);
  bottom: 0px;
  width: 15px;
  height: 100%;
  background: linear-gradient(190.37deg, rgba(255, 255, 255, 0) 7.11%, #ffffff 95.97%);
  opacity: 0.2;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
  display: none;
}
.btn-default-alt:focus, .btn-default-alt.focus {
  color: rgba(0, 0, 0, 0.8) !important;
  background-color: rgba(193, 18, 28, 0.1) !important;
  border-color: #c1121c !important;
}
.btn-default-alt:hover, .btn-default-alt.hover, .btn-default-alt:active, .btn-default-alt.active {
  color: #fff !important;
  background-color: #c1121c !important;
  border-color: #c1121c !important;
}
.btn-default-alt:hover::before, .btn-default-alt.hover::before, .btn-default-alt:active::before, .btn-default-alt.active::before {
  left: calc(100% + 20px);
  opacity: 0.3;
}
.btn-default-alt:hover::after, .btn-default-alt.hover::after, .btn-default-alt:active::after, .btn-default-alt.active::after {
  left: -30px;
  opacity: 0.3;
}

.btn-primary {
  color: #fff;
  background-color: #8b5e3b;
  border-color: #8b5e3b;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff !important;
  background-color: #8b5e3b !important;
  border-color: #8b5e3b !important;
}
.btn-primary:hover, .btn-primary.hover, .btn-primary:active, .btn-primary.active {
  color: #fff !important;
  background-color: #c1121c !important;
  border-color: #c1121c !important;
}

.btn-secondary {
  color: #000;
  background-color: #f2f0e6;
  border-color: #f2f0e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #000 !important;
  background-color: #f2f0e6 !important;
  border-color: #f2f0e6 !important;
}
.btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active {
  color: #fff !important;
  background-color: #8b5e3b !important;
  border-color: #8b5e3b !important;
}

.btn-secondary-alt {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.15);
}
.btn-secondary-alt:focus, .btn-secondary-alt.focus {
  color: rgba(0, 0, 0, 0.6) !important;
  background-color: transparent !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-secondary-alt:hover, .btn-secondary-alt.hover, .btn-secondary-alt:active, .btn-secondary-alt.active {
  color: #c1121c !important;
  background-color: transparent !important;
  border-color: #c1121c !important;
}

/* Forms */
.control-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  border: 0;
  color: rgba(0, 0, 0, 0.5);
}

.help-block {
  font-size: 14px;
  margin: 10px 0 0;
}

.form-note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.form-link {
  font-size: 14px;
  color: #c1121c;
  text-decoration: underline;
}
.form-link:hover {
  color: #8b5e3b;
}

.form-control {
  padding: 7px 0;
  height: 30px;
  font-size: 15px;
  font-style: normal;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  line-height: 1.1;
  color: #000;
  box-shadow: none;
  transition: color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}
.form-control:focus {
  outline: 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control option:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: #c2c2c2;
}
.has-error .form-control {
  box-shadow: none;
  background-color: #fce5e5;
  border-color: #e31e24;
}

.form-group {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 30px;
  }
}

/* Modal */
.modal {
  line-height: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -5px;
  vertical-align: middle;
  font-weight: 300;
}
@media (min-width: 768px) {
  .modal {
    font-size: 16px;
    padding: 0 !important;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 450px;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
  background: #f7f9ef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.modal-note {
  font-style: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .modal-lg {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 945px;
  }
}

@media (min-width: 768px) {
  .modal-md {
    width: 555px;
  }
}

@media (min-width: 768px) {
  .modal-sm {
    width: 360px;
  }
}

.modal-title {
  position: relative;
  font-size: 20px !important;
  text-transform: none !important;
}
@media (min-width: 992px) {
  .modal-title {
    font-size: 24px !important;
  }
}

.modal-date {
  font-size: 14px;
  color: #c1121c;
}

.modal-header {
  padding: 50px 50px 30px;
  background: #f7f9ef;
  border-bottom: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  .modal-header {
    padding: 40px 40px 25px;
  }
}
@media (max-width: 575px) {
  .modal-header {
    padding: 30px 20px 25px;
  }
}
.modal-lg .modal-header {
  padding: 60px 60px 40px;
}
@media (max-width: 991px) {
  .modal-lg .modal-header {
    padding: 50px 40px 40px;
  }
}
@media (max-width: 575px) {
  .modal-lg .modal-header {
    padding: 30px 20px;
  }
}
.modal-header .close {
  z-index: 50;
  position: absolute;
  margin: 0;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  text-shadow: none;
  top: -0.5px;
  right: -0.5px;
  border-radius: 0;
  transition: all 0.2s linear;
  background-image: url("../images/icons/close_modal.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  opacity: 0.8;
  background-color: #c1121c;
  transition: opacity 0.2s linear;
}
.modal-header .close:hover {
  opacity: 1;
}

.modal-body {
  padding: 0px 50px 50px 50px;
  background: #f7f9ef;
}
@media (max-width: 991px) {
  .modal-body {
    padding: 0px 40px 40px 40px;
  }
}
@media (max-width: 575px) {
  .modal-body {
    padding: 0px 20px 30px 20px;
  }
}
.modal-lg .modal-body {
  padding: 0 60px 60px;
}
@media (max-width: 991px) {
  .modal-lg .modal-body {
    padding: 0 40px 50px;
  }
}
@media (max-width: 575px) {
  .modal-lg .modal-body {
    padding: 0 20px 30px;
  }
}
.modal-body .modal-submit .btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .modal-body .modal-submit .btn {
    width: auto;
    padding: 12.5px 40px;
  }
}

.modal-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .modal-text {
    font-size: 14px;
  }
}

/* Navbar */
.navbar {
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}
.navbar .navbar-collapse {
  padding: 0;
}
.navbar .navbar-toggle {
  float: none;
  display: block;
  height: 26px;
  width: 26px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-image: url("../images/icons/menu.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (max-width: 767px) {
  .navbar .navbar-toggle {
    display: block;
  }
}
.navbar .navbar-toggle:not(.collapsed) {
  background-image: url("../images/icons/close.svg");
  background-size: 18px 18px;
}
.navbar .navbar-nav {
  margin: 0 -10px;
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.navbar .navbar-nav::before, .navbar .navbar-nav::after {
  display: none;
}
.navbar .navbar-nav > li {
  margin: 0 10px;
  float: none;
}
.navbar .navbar-nav > li > a {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42857143 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  transition: all 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.navbar .navbar-nav > li > a:hover {
  color: #c1121c;
  background-color: transparent;
  background-color: transparent;
  color: #c1121c;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #c1121c;
  }
}
.navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover {
  color: #c1121c;
  background-color: transparent;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover {
    background-color: transparent;
    color: #c1121c;
  }
}
.navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li.open > a:hover {
  color: #c1121c;
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-l1 {
  position: relative;
}
.navbar .navbar-nav .dropdown-l1 > a {
  padding-right: 41px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-l1 > a {
    padding-right: 20px;
  }
}
.navbar .navbar-nav .dropdown-l1 > a:hover > .caret > svg > path {
  fill: #c1121c;
}
.navbar .navbar-nav .dropdown-l1 > a > .caret {
  cursor: pointer;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  padding: 20px 15px;
  width: 41px;
  height: 51px;
  border: none;
  margin: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-l1 > a > .caret {
    width: 20px;
    height: 60px;
    padding: 25px 0 25px 10px;
  }
}
.navbar .navbar-nav .dropdown-l1 > a > .caret > svg {
  transition: transform 0.2s linear;
}
.navbar .navbar-nav .dropdown-l1 > a > .caret > svg > path {
  transition: fill 0.2s linear;
}
.navbar .navbar-nav .dropdown-l1.open > a, .navbar .navbar-nav .dropdown-l1.open > a:hover {
  color: #c1121c;
  border-left-color: #c1121c;
}
.navbar .navbar-nav .dropdown-l1.open > a > .caret > svg, .navbar .navbar-nav .dropdown-l1.open > a:hover > .caret > svg {
  transform: rotate(180deg);
}
.navbar .navbar-nav .dropdown-l1.open > a > .caret > svg > path, .navbar .navbar-nav .dropdown-l1.open > a:hover > .caret > svg > path {
  fill: #c1121c;
}
.navbar .navbar-nav .dropdown-l1.open .dropdown-l1-menu {
  display: block !important;
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu {
  display: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  }
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu > li {
  display: block;
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 15px 15px 30px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  transition: color 0.2s linear;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu > li > a {
    background-color: #fff;
    white-space: nowrap;
  }
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu > li > a:hover {
  color: #c1121c;
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu > li.active > a, .navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu > li.active > a:hover {
  font-weight: 700;
  color: #c1121c;
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu:last-of-type > li:last-of-type > a {
  border-bottom: none;
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu:last-of-type > li:last-of-type.dropdown-l2 .dropdown-l2-menu > li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar .navbar-nav .dropdown-l1 .dropdown-l1-menu:last-of-type > li:last-of-type.dropdown-l2 .dropdown-l2-menu > li:last-of-type > a {
  border-bottom: none;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-l1.show-more > a > .caret {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
  }
  .navbar .navbar-nav .dropdown-l1.show-more > a > .caret > svg {
    transform: none !important;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l1-menu {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown-l1.show-more > a {
    display: none;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l1-menu {
    display: block !important;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l1-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    background-color: #fff;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l2 > a {
    padding-right: 41px !important;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l2 > a > .caret {
    padding: 20px 15px;
    width: 41px;
    height: 51px;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l2 > a > .caret > svg {
    transition: transform 0.2s linear;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l2 > a > .caret > svg > path {
    transition: fill 0.2s linear;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l2 .dropdown-l2-menu > li > a {
    padding: 15px 15px 15px 30px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l3 > a {
    padding-right: 38px !important;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l3 > a > .caret {
    right: 4px;
    padding: 19px 13px;
    width: 36px;
    height: 48px;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l3 > a > .caret > svg {
    transition: transform 0.2s linear;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l3 > a > .caret > svg > path {
    transition: fill 0.2s linear;
  }
  .navbar .navbar-nav .dropdown-l1.show-more .dropdown-l3 .dropdown-l3-menu > li > a {
    padding: 15px 15px 15px 40px;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.navbar .navbar-nav .dropdown-l2 {
  position: relative;
}
.navbar .navbar-nav .dropdown-l2 > a {
  padding-right: 38px !important;
}
.navbar .navbar-nav .dropdown-l2 > a:hover > .caret > svg > path {
  fill: #c1121c;
}
.navbar .navbar-nav .dropdown-l2 > a > .caret {
  cursor: pointer;
  right: 2px;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  padding: 19px 13px;
  width: 36px;
  height: 48px;
  border: none;
  margin: 0;
}
.navbar .navbar-nav .dropdown-l2 > a > .caret > svg {
  transition: transform 0.2s linear;
}
.navbar .navbar-nav .dropdown-l2 > a > .caret > svg > path {
  transition: fill 0.2s linear;
}
.navbar .navbar-nav .dropdown-l2.open > a, .navbar .navbar-nav .dropdown-l2.open > a:hover {
  color: #c1121c !important;
  border-left-color: #c1121c;
}
.navbar .navbar-nav .dropdown-l2.open > a > .caret > svg, .navbar .navbar-nav .dropdown-l2.open > a:hover > .caret > svg {
  transform: rotate(180deg);
}
.navbar .navbar-nav .dropdown-l2.open > a > .caret > svg > path, .navbar .navbar-nav .dropdown-l2.open > a:hover > .caret > svg > path {
  fill: #c1121c;
}
.navbar .navbar-nav .dropdown-l2.open .dropdown-l2-menu {
  display: block !important;
}
.navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu {
  display: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu > li {
  display: block;
}
.navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 15px 15px 40px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  transition: color 0.2s linear;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu > li > a {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu > li > a:hover {
  color: #c1121c;
}
.navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu > li.active > a, .navbar .navbar-nav .dropdown-l2 .dropdown-l2-menu > li.active > a:hover {
  font-weight: 700;
  color: #c1121c;
}
.navbar .navbar-nav .dropdown-l3 {
  position: relative;
}
.navbar .navbar-nav .dropdown-l3 > a {
  padding-right: 38px !important;
}
.navbar .navbar-nav .dropdown-l3 > a:hover > .caret > svg > path {
  fill: #c1121c;
}
.navbar .navbar-nav .dropdown-l3 > a > .caret {
  cursor: pointer;
  right: 2px;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  padding: 19px 13px;
  width: 36px;
  height: 48px;
  border: none;
  margin: 0;
  transition: transform 0.2s linear;
}
.navbar .navbar-nav .dropdown-l3 > a > .caret > svg > path {
  transition: fill 0.2s linear;
}
.navbar .navbar-nav .dropdown-l3.open > a, .navbar .navbar-nav .dropdown-l3.open > a:hover {
  color: #c1121c !important;
  border-left-color: #c1121c;
}
.navbar .navbar-nav .dropdown-l3.open > a > .caret, .navbar .navbar-nav .dropdown-l3.open > a:hover > .caret {
  transform: rotate(180deg);
}
.navbar .navbar-nav .dropdown-l3.open > a > .caret > svg > path, .navbar .navbar-nav .dropdown-l3.open > a:hover > .caret > svg > path {
  fill: #c1121c;
}
.navbar .navbar-nav .dropdown-l3.open .dropdown-l3-menu {
  display: block !important;
}
.navbar .navbar-nav .dropdown-l3 .dropdown-l3-menu {
  display: none !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar .navbar-nav .dropdown-l3 .dropdown-l3-menu > li {
  display: block;
}
.navbar .navbar-nav .dropdown-l3 .dropdown-l3-menu > li > a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 15px 15px 40px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
  transition: color 0.2s linear;
}
.navbar .navbar-nav .dropdown-l3 .dropdown-l3-menu > li > a:hover {
  color: #c1121c;
}
.navbar .navbar-nav .dropdown-l3 .dropdown-l3-menu > li.active > a, .navbar .navbar-nav .dropdown-l3 .dropdown-l3-menu > li.active > a:hover {
  font-weight: 700;
  color: #c1121c;
}
@media (max-width: 767px) {
  .navbar {
    position: static;
  }
  .navbar .navbar-block {
    position: relative;
    max-width: none !important;
    width: 100%;
    margin: 0 auto;
  }
  .navbar .navbar-block .nb__hr {
    position: relative;
    height: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  .navbar .navbar-block .nb__hr::before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    left: -500px;
    width: 500px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-block .nb__hr::after {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    right: -500px;
    width: 500px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-width: 720px !important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .navbar .navbar-collapse {
    max-width: 560px !important;
    width: calc(100% + 20px);
    padding: 0 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .navbar .navbar-collapse {
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse.collapse:not(.in) {
    display: none !important;
  }
  .navbar .navbar-nav {
    padding: 0;
    margin: 0;
    display: block;
    padding: 40px 0;
  }
  .navbar .navbar-nav > li {
    margin: 0;
  }
  .navbar .navbar-nav > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .navbar .navbar-nav > li > a {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
  }
  .navbar .navbar-nav > li > a:hover {
    color: #c1121c;
    background-color: transparent;
  }
  .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:hover {
    color: #c1121c;
    background-color: transparent;
    font-weight: 700;
  }
  .navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li.open > a:hover {
    color: #c1121c;
    background-color: transparent;
  }
}
@media (max-width: 575px) {
  .navbar .navbar-collapse {
    width: 100%;
  }
}

.dropdown-menu {
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 100%;
  max-width: 450px;
  border-radius: 0;
  background-color: #fff;
  border: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.dropdown-menu > li {
  display: block;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.2s linear, color 0.2s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(193, 18, 28, 0.2);
}
.dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover {
  color: #fff;
  background-color: rgba(193, 18, 28, 0.7);
}
@media (max-width: 767px) {
  .dropdown-menu {
    min-width: 0;
    max-width: none;
    padding-left: 30px;
    position: static;
    background-color: transparent;
  }
  .dropdown-menu > li > a {
    padding: 10px 0 !important;
    line-height: 1.42857143 !important;
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
    white-space: normal;
  }
  .dropdown-menu > li > a:hover {
    color: #c1121c;
    background-color: transparent;
  }
  .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover {
    color: #c1121c;
    background-color: transparent;
    font-weight: 700;
  }
}

/* Pagination */
.pagination-block {
  position: relative;
}

.pagination {
  margin: 0;
  max-width: 100%;
  margin: 0 -5px;
}
@media (max-width: 575px) {
  .pagination {
    width: 100%;
  }
}
.pagination > li {
  margin-right: 5px;
  margin-left: 5px;
}
.pagination > li:first-of-type > a,
.pagination > li:first-of-type span, .pagination > li:last-of-type > a,
.pagination > li:last-of-type span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.pagination > li:first-of-type > a svg,
.pagination > li:first-of-type span svg, .pagination > li:last-of-type > a svg,
.pagination > li:last-of-type span svg {
  width: 6px !important;
  height: 10px !important;
}
.pagination > li:first-of-type > a svg path,
.pagination > li:first-of-type span svg path, .pagination > li:last-of-type > a svg path,
.pagination > li:last-of-type span svg path {
  fill: #8b5e3b !important;
  transition: all 0.2s linear;
}
.pagination > li:first-of-type > a:hover, .pagination > li:first-of-type > a:focus,
.pagination > li:first-of-type span:hover,
.pagination > li:first-of-type span:focus, .pagination > li:last-of-type > a:hover, .pagination > li:last-of-type > a:focus,
.pagination > li:last-of-type span:hover,
.pagination > li:last-of-type span:focus {
  color: transparent;
  border-color: #c1121c;
  background-color: transparent;
}
.pagination > li:first-of-type > a:hover svg path, .pagination > li:first-of-type > a:focus svg path,
.pagination > li:first-of-type span:hover svg path,
.pagination > li:first-of-type span:focus svg path, .pagination > li:last-of-type > a:hover svg path, .pagination > li:last-of-type > a:focus svg path,
.pagination > li:last-of-type span:hover svg path,
.pagination > li:last-of-type span:focus svg path {
  fill: #c1121c !important;
}
.pagination > li:first-of-type > a > span,
.pagination > li:first-of-type span > span, .pagination > li:last-of-type > a > span,
.pagination > li:last-of-type span > span {
  display: none;
}
.pagination > li > a,
.pagination > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.4);
  transition: border 0.2s linear, color 0.2s linear, background 0.2s linear;
  background-color: #fff;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li span:hover,
.pagination > li span:focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-color: transparent;
}
.pagination > .disabled {
  cursor: not-allowed !important;
}
.pagination > .disabled > a,
.pagination > .disabled span {
  pointer-events: none !important;
}
.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus,
.pagination > .disabled span,
.pagination > .disabled span:hover,
.pagination > .disabled span:focus {
  opacity: 0.5 !important;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active span,
.pagination > .active span:hover,
.pagination > .active span:focus {
  color: #c1121c;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}

/* Breadcrumb */
.breadcrumb-block + div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.breadcrumb {
  padding: 0;
  margin-bottom: -1px;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb > li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 1px;
  font-weight: 500;
}
.breadcrumb > li > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  transition: all 0.2s linear;
}
.breadcrumb > li > a:hover {
  text-decoration: none;
  color: #c1121c;
}
.breadcrumb > li + li::before {
  padding: 0 10px 0 5px;
  color: rgba(0, 0, 0, 0.6);
  content: "/";
}

/* Alert-warning */
.alert-warning {
  background-color: rgba(193, 18, 28, 0.1);
  color: rgb(146.3507109005, 13.6492890995, 21.2322274882);
  border-color: #c1121c;
  border-radius: 0;
}

.alert-warning-alt {
  background-color: rgba(193, 18, 28, 0.8);
  color: #8b5e3b;
  border-color: #c1121c;
  border-radius: 0;
}
@media (min-width: 992px) {
  .alert-warning-alt {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.alert-warning-alt .flex-grow {
  color: #f7f9ef;
}

.alert__img {
  width: 45px;
  height: 30px;
}

/* =================================================================
  advantages
================================================================= */
.advantages__item__bg {
  position: relative;
  width: 120px;
  height: 120px;
}
.advantages__item__bg::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 30px;
  height: 100px;
  background: linear-gradient(190.32deg, #ffffff 5.31%, rgba(255, 255, 255, 0) 95.89%);
  opacity: 0.5;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
  display: none;
}
.advantages__item__bg::after {
  content: "";
  position: absolute;
  left: calc(100% - 35px);
  top: 42%;
  width: 30px;
  height: 100px;
  background: linear-gradient(190.32deg, #ffffff 5.31%, rgba(255, 255, 255, 0) 95.89%);
  opacity: 0.3;
  transform: skew(-32deg);
  z-index: 1;
  transition: all 0.2s linear;
  display: none;
}
.advantages__item__img {
  height: 120px;
  width: 120px;
  background-size: auto 56px;
  border-radius: 50%;
  border: 10px solid rgba(233, 30, 36, 0.1);
  position: relative;
}
.advantages__item__img__bg {
  background-image: url(../images/icon_bg.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* =================================================================
  contact form
================================================================= */
.block-map {
  position: relative;
  min-height: 495px;
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .block-map {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .block-map {
    min-height: 470px;
  }
}
@media (max-width: 767px) {
  .block-map {
    min-height: 250px;
    margin-left: 0;
  }
}
.block-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.15);
}
.block-map__title {
  position: absolute;
  top: 30px;
  left: -25px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .block-map__title {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

ymaps[class$=-balloon__layout],
ymaps[class*=-balloon_layout_normal] {
  overflow: visible !important;
  box-shadow: none !important;
}

[class$=-controls__control] {
  left: auto !important;
  right: 10px !important;
}

[class$=-balloon__content] {
  border: none;
  padding: 4px 0px !important;
  margin-left: 35px !important;
}

.map-marker {
  display: block;
  width: 35px;
  height: 35px;
  z-index: 21;
  position: relative;
  top: 0;
  left: 0;
}

.balloon-image {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-image: url(../images/icons/map-marker.svg);
}

.balloon-city {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.balloon-address {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.contact-form__block {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .contact-form__block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form__block {
    border-radius: 5px;
  }
}

/* =================================================================
  Sidebar
================================================================= */
.sidebar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .sidebar-toggle {
    min-width: auto !important;
  }
}
.sidebar-toggle .ct-icon {
  width: 14px;
  height: 8px;
  margin-right: 8px;
  background-image: url("../images/icons/menu-alt-white.svg");
}
.sidebar-toggle:hover .ct-icon {
  width: 14px;
  height: 8px;
  margin-right: 8px;
  background-image: url("../images/icons/menu-alt.svg");
}
.sidebar-toggle:active .ct-text, .sidebar-toggle:focus .ct-text {
  color: #fff !important;
}

.sidebar {
  min-width: 350px;
  max-width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -350px;
  z-index: 9999;
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sidebar {
    min-width: 250px;
    max-width: 250px;
    left: -250px;
  }
}
@media (max-width: 575px) {
  .sidebar {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    left: -100vw;
  }
}
.sidebar.active {
  left: 0;
  transition: all 0.2s linear 0.2s;
  box-shadow: 20px 0px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .sidebar.active {
    box-shadow: none;
  }
}
.sidebar__head {
  position: relative;
  z-index: 1;
  background-color: #f7f9ef;
}
.sidebar__logo {
  max-width: 50px !important;
}
@media (max-width: 991px) {
  .sidebar__logo {
    max-width: 115px !important;
  }
}
.sidebar__hr {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar__close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 28px;
  height: 28px;
  background-image: url(../images/icons/close.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (min-width: 1200px) {
  .sidebar__close:hover {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1199px) {
  .sidebar__close {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .sidebar__close {
    top: 35px;
    right: 20px;
    width: 34px;
    height: 34px;
    background-size: 12px 12px;
  }
}
@media (max-width: 767px) {
  .sidebar__close {
    right: 10px;
  }
}
.sidebar__content {
  height: calc(100vh - 111px);
  padding: 40px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f7f9ef;
}
@media (max-width: 991px) {
  .sidebar__content {
    height: calc(100vh - 102px);
    padding: 35px 25px;
  }
}
@media (max-width: 575px) {
  .sidebar__content {
    padding: 35px 8px;
  }
}
.sidebar__content__back {
  display: block;
  width: 100%;
  padding: 25px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .sidebar__content__back {
    display: none;
  }
}
.sidebar__content__back::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url(../images/icons/arrow-left-alt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 10px;
}
.sidebar__content.sidebar__content--first {
  position: relative;
  z-index: 1;
}
.sidebar__content.sidebar__content--second {
  position: fixed;
  top: 0;
  width: 350px;
  height: 100vh;
  min-height: 100vh;
  padding: 50px 30px;
  background-color: #f7f9ef;
  overflow-y: auto;
  transition: all 0.3s linear;
  z-index: -1;
  left: -350px;
}
@media (max-width: 991px) {
  .sidebar__content.sidebar__content--second {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .sidebar__content.sidebar__content--second {
    width: 250px;
    left: -250px;
  }
}
@media (max-width: 575px) {
  .sidebar__content.sidebar__content--second {
    position: relative;
    left: 0;
    width: 100vw;
    height: calc(100vh - 102px);
    min-height: auto;
    padding: 0;
    overflow-y: auto;
    display: none;
  }
}
.sidebar__content.sidebar__content--second.active {
  box-shadow: inset 20px 0px 40px rgba(0, 0, 0, 0.1), 20px 0px 40px rgba(0, 0, 0, 0.1);
  left: 350px;
}
@media (max-width: 767px) {
  .sidebar__content.sidebar__content--second.active {
    left: 250px;
  }
}
@media (max-width: 575px) {
  .sidebar__content.sidebar__content--second.active {
    display: block;
    left: 0;
    box-shadow: none;
  }
}
.sidebar__content.sidebar__content--second > .sidebar__list {
  display: none;
}
@media (max-width: 575px) {
  .sidebar__content.sidebar__content--second > .sidebar__list {
    padding: 35px 8px;
  }
}
.sidebar__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__list > li {
  width: 100%;
}
.sidebar__list > li:not(:last-of-type) {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .sidebar__list > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.sidebar__list > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #191919;
  font-size: 15px;
  transition: all 0.2s linear;
}
.sidebar__list > li > a:hover {
  color: #c1121c;
  text-decoration-color: #c1121c;
}
.sidebar__list > li > a .sidebar__img {
  width: 40px;
  height: 40px;
  margin-right: 25px;
}
.sidebar__list > li > a .sidebar__text::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  margin-left: 10px;
}
.sidebar__list > li.static > a > .sidebar__text::after {
  display: none;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1998;
  opacity: 0;
  transition: all 0.2s linear;
  cursor: pointer;
}
.sidebar-overlay.active {
  display: block;
  opacity: 1;
}

/* =================================================================
  Modals
================================================================= */
.order-submit .os-img {
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .order-submit .os-img {
    height: 120px;
  }
}

.product-preview__old-price {
  font-size: 16px;
  color: rgba(139, 94, 59, 0.8);
  text-decoration: line-through;
}
.product-preview__mass {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.product-preview .pi-controls {
  display: block;
  width: 40px;
  height: 40px;
  background: #f7f9ef;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  transition: all 0.2s linear;
  background-size: 22px 22px;
}
.product-preview .pi-controls svg {
  width: 22px;
  height: 22px;
}
.product-preview .pi-controls svg .pi-like--active {
  display: none;
}
.product-preview .pi-controls svg path {
  fill: #c1121c;
  transition: all 0.2s linear;
}
.product-preview .pi-controls.active {
  border-color: #c1121c;
}
.product-preview .pi-controls.active .pi-like--not-active {
  display: none;
}
.product-preview .pi-controls.active .pi-like--active {
  display: block;
}
.product-preview .pi-controls:hover {
  border-color: #c1121c;
}
.product-preview__other-price {
  padding: 10px 20px;
  height: 40px;
  line-height: 1;
  background: #f7f9ef;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .product-preview__other-price {
    padding: 11px 10px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .product-preview__other-price {
    padding: 12px 5px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-preview__other-price {
    font-size: 14px;
  }
}
.product-preview__img {
  height: 300px !important;
}
@media (max-width: 991px) {
  .product-preview__img {
    height: 230px !important;
  }
}
@media (max-width: 575px) {
  .product-preview__img {
    height: 280px !important;
  }
}
.product-preview__slider {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-preview__slider .slick-switches {
  position: absolute;
  bottom: 20px;
  margin: 0;
}
.product-preview__slider .slick-switches .ss-switch {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-width: 0.5px;
  transform: none;
}

/* =================================================================
  Subcategories, Sort
================================================================= */
.subcategories__item,
.sort__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  min-height: 40px;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  text-decoration: none !important;
  transition: all 0.2s linear;
}
.subcategories__item:hover,
.sort__item:hover {
  border-color: #c1121c;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.subcategories__item.active,
.sort__item.active {
  border-color: #c1121c;
  color: #c1121c;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.subcategories__item__img,
.sort__item__img {
  width: 26px;
  height: 26px;
}
.subcategories__item__text,
.sort__item__text {
  text-decoration: none !important;
}

.sort__item {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (max-width: 575px) {
  .sort__title {
    width: 100%;
  }
}

/* =================================================================
  filter
================================================================= */
.filter {
  padding: 15px;
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  .filter {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .filter {
    position: relative;
    padding: 0;
    background-color: transparent;
  }
}
.filter__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.filter__head__img {
  width: 14px;
  height: 11px;
  background-image: url(../images/icons/filter.svg);
}
.filter__head.btn-default::before {
  width: 50px;
  left: calc(50% - 105px);
}
.filter__head.btn-default::after {
  width: 35px;
  left: calc(100% - 25px);
}
.filter__head.btn-default:hover::before {
  left: calc(100% + 20px);
}
.filter__head.btn-default:hover::after {
  left: -40px;
}
.filter__head:not(.collapsed) .filter__head__img {
  background-image: url(../images/icons/close-black.svg);
}
@media (max-width: 767px) {
  .filter__content {
    padding: 10px 30px 30px;
    margin-bottom: 20px;
    background-color: #f2f0e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
}

/* =================================================================
  title__with-back
================================================================= */
.title__with-back {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .title__with-back {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .title__with-back [class*=title-] {
    margin: 0 190px;
  }
}
.title__with-back .see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 8px 12px;
  border-radius: 30px;
  line-height: 1;
  transition: all 0.2s linear;
}
@media (min-width: 768px) {
  .title__with-back .see-all {
    position: absolute;
    top: 3px;
    left: 0;
  }
}
.title__with-back .see-all:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.title__with-back .see-all__img {
  margin-right: 5px;
}
.title__with-back .see-all__img svg {
  width: 6px;
  height: 10px;
}
.title__with-back .see-all__img svg path {
  fill: #c1121c !important;
}

/*=================================================================
  Map block
================================================================= */
.map-block #map {
  height: 400px;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .map-block #map {
    height: 250px;
  }
}

.sticky-block .cart-info .bg-clr-secondary {
  background-color: #f5f5f5 !important;
}

#bottom .contact-info .socials .s-item {
  border-color: #f7f9ef;
  opacity: 0.5;
}

#bottom .contact-info .socials .s-item svg path {
  fill: #f7f9ef !important;
  opacity: 0.5;
}

#bottom .contact-info .socials .s-item:hover {
  border-color: #f7f9ef;
  opacity: 1;
}

#bottom .contact-info .socials .s-item:hover svg path {
  fill: #f7f9ef !important;
  opacity: 1;
}