html {
  height: 100%;
}

body {
  min-height: 100%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  -webkit-overflow-scrolling: touch;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  transition: 0.3s;
  top: 0;
  left: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrapper.hamburged {
  left: -250px;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.22);
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.h1,
h1 {
  color: #233228;
  font-size: 31px;
  font-weight: 700;
}

.h2,
h2 {
  color: #233228;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.h3,
h3 {
  color: #233228;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
}

.container-fluid {
  max-width: 1230px;
}

.link-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.link {
  color: #005630;
  transition: 0.3s ease;
}
.link_dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted #005630;
}
.link_dotted:hover {
  text-decoration: none;
  color: #26a54a;
  border-color: #26a54a;
}
.link_with-caret {
  position: relative;
}
.link_with-caret i {
  position: absolute;
  right: -14px;
  top: 5px;
}
.link_no-decoration:hover {
  text-decoration: none;
}
.link:hover {
  color: #26a54a;
}

.wrapper-responsive {
  display: none;
}

.btn-blank {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.btn-light_sf {
  border-radius: 14px;
  background-color: #e5e1c5;
  color: #233228;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.btn-light_sf:hover {
  background-color: #ffe582;
}
.btn-light_gr-light {
  background: #00601d !important;
  color: #fafaf9;
}
.btn-light_gr-light:hover {
  background: #00982d !important;
  color: #fafaf9;
}
.btn-light_gr {
  background-color: #005630;
  color: #fafaf9;
}
.btn-light_gr:hover {
  background-color: #04bb5c;
  color: #fafaf9;
}
.btn-light_ye {
  background-color: #d5a137;
  color: #fafaf9;
}
.btn-light_ye:hover {
  background-color: #f8c768;
  color: #fafaf9;
}
.btn-light_gray {
  background-color: #9fa289;
}
.btn-light_gray:hover {
  background-color: #aeb196;
  color: #fafaf9;
}
.btn-light_danger {
  background: #ed5d30 !important;
}
.btn-light_danger:hover {
  background: #ff6232 !important;
  color: #fafaf9 !important;
}
.btn-light_tag {
  text-transform: none;
  font-size: 14px;
  margin: 0 8px 8px 0;
  padding-top: 8px;
}

.btn-green,
.service-crm-button-box button {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background-color: #005630;
  color: #fafaf9;
  font-size: 13px;
  font-weight: 600;
  padding: 0.438rem 1rem 0.5rem;
  line-height: 1;
}
.btn-green img,
.service-crm-button-box button img {
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.btn-green:hover,
.service-crm-button-box button:hover {
  background-color: #09c665;
  color: #fafaf9;
}

.btn_sf-md {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 30px 13px;
  border-radius: 20px;
}
.btn_sf-md-sm {
  color: #ffffff;
  padding: 9px 30px 11px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px;
}
.btn_sf-rounded-sku {
  border-radius: 19px;
}
.btn_sf-upper {
  text-transform: uppercase;
}
.btn_bigger {
  font-size: 14px;
  padding: 12px 34px 12px;
}

.link-like {
  transition: 0.2s;
  position: relative;
}
.link-like path {
  transition: 0.2s;
}
.link-like:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.link-like:hover path {
  fill: #1CBB5E;
}
.link-like:hover:after {
  display: none;
}

.text-box p {
  font-size: 16px;
  line-height: 1.7;
}
.text-box p:last-child {
  margin-bottom: 0;
}
.text-box a:not(.btn) {
  color: #005630;
  text-decoration: underline;
  transition: 0.25s;
}
.text-box a:not(.btn):hover {
  color: #26a54a;
}
.text-box ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 1rem 0 1.4rem 0;
  padding: 0;
  list-style: none;
}
.text-box ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 21px;
}
.text-box ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #005630;
  position: absolute;
  left: 0;
  top: 8px;
}
.text-box ul.marker-sm li {
  padding: 0 0 0 16px;
}
.text-box ul.marker-sm li:before {
  top: 9px;
  width: 7px;
  height: 7px;
}
.text-box video {
  max-width: 100%;
}
.text-box_ohra-ul ul li:before {
  background-color: #d2a244;
}
.text-box_2-colss {
  column-count: 2;
  column-gap: 60px;
}

.shops-map {
  width: 664px;
  height: 552px;
}

.btn-pages-list {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: 9999;
  opacity: 0.5;
}
.btn-pages-list:hover {
  opacity: 1;
}

.pagination_sf .page-item {
  padding: 0 13px;
  margin: 0 2px;
}
.pagination_sf .page-item .page-link {
  padding: 0;
  margin-left: 0;
  line-height: 1.25;
  background-color: transparent;
  border: none;
  color: #005630;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.pagination_sf .page-item .page-link.page-link_next {
  position: relative;
  top: 4px;
}
.pagination_sf .page-item .page-link.page-link_prev {
  position: relative;
  top: 4px;
}
.pagination_sf .page-item .page-link:hover {
  opacity: 0.8;
}
.pagination_sf .page-item.active {
  background-color: #f7c259;
  border-radius: 50%;
}
.pagination_sf .page-item.active .page-link {
  color: #152219 !important;
}

.production-arrow-left {
  background: url("../../img/layout/swiper-arrow-left.png");
  width: 48px;
  height: 63px;
  top: 130px;
}

.production-arrow-right {
  background: url("../../img/layout/swiper-arrow-right.png");
  width: 48px;
  height: 63px;
  top: 130px;
}

.gallery-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -37.5px;
  margin-right: -37.5px;
  margin-top: -37.5px;
}
.gallery-inline .preview {
  width: 350px;
  margin: 37.5px 37.5px 0 37.5px;
}
.gallery-inline .preview img {
  max-width: 350px;
  height: auto;
  width: 100%;
  object-fit: cover;
}

.mosaic {
  margin-left: -12px;
  margin-right: -12px;
}
.mosaic .preview-caption {
  position: absolute;
  padding: 3px 5px 8px 10px;
  left: 0;
  bottom: 0;
  background: rgba(234, 148, 64, 0.7);
  color: #fff;
  transition: 0.3s ease;
}
.mosaic .preview-wrapper {
  display: block;
  padding: 3px;
  box-shadow: 0 3px 13px rgba(1, 20, 7, 0.22) !important;
  background-color: #462f2f !important;
  background-image: linear-gradient(to top, #ea9440 0%, #ffd175 100%) !important;
}
.mosaic .preview-wrapper:hover .preview-caption {
  background: rgba(234, 148, 64, 0.9);
}
.mosaic img {
  padding: 3px !important;
  background: #f8bd64;
  box-shadow: 0 2px 5px rgba(164, 90, 19, 0.65), inset 0 0 0 #ffffff;
  background-image: linear-gradient(to top, #ea9440 0%, #ffd175 100%);
}

.download-link {
  display: inline-flex;
  align-items: center;
}
.download-link__img {
  margin-right: 16px;
}
.download-link__info {
  padding-top: 1px;
  display: flex;
  flex-direction: column;
}
.download-link__title {
  display: block;
  line-height: 1.2;
  color: #005630;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.download-link__size {
  display: block;
  color: #a1a6a3;
}
.download-link:hover {
  text-decoration: none;
}

.fs-28 {
  font-size: 28px !important;
}
.fs-28 p, .fs-28 ul {
  font-size: 28px !important;
}

.fs-24 {
  font-size: 24px !important;
}
.fs-24 p, .fs-24 ul {
  font-size: 24px !important;
}

.fs-20 {
  font-size: 20px !important;
}
.fs-20 p, .fs-20 ul {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}
.fs-18 p, .fs-18 ul {
  font-size: 18px;
}
.fs-18 ul li:before {
  top: 9px;
  width: 12px;
  height: 12px;
}

.fs-16 {
  font-size: 16px;
}
.fs-16 p, .fs-16 ul {
  font-size: 16px;
}
.fs-16 ul li:before {
  top: 8px;
  width: 11px;
  height: 11px;
}

.fs-15 {
  font-size: 15px;
}
.fs-15 p, .fs-15 ul {
  font-size: 15px;
}
.fs-15 ul li:before {
  top: 7px;
  width: 10px;
  height: 10px;
}

.fs-12 {
  font-size: 12px !important;
}
.fs-12 p, .fs-12 ul {
  font-size: 12px !important;
}

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

.lh1 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.container-crumbs {
  margin-bottom: 18px;
}
.container-crumbs .crumb {
  color: #005630;
  font-size: 14px;
  text-decoration: underline;
  transition: 0.25s;
  white-space: nowrap;
}
.container-crumbs .crumb:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cc9528;
  margin: 0 14px;
}
.container-crumbs .crumb:first-child:before {
  display: none;
}
.container-crumbs .crumb:hover {
  opacity: 0.8;
}

.bg-box-gray {
  background-color: #f1f2f1;
}

.mh-auto {
  min-height: auto !important;
}

.form-control_sm {
  height: calc(1.563rem + 2px) !important;
  padding: 0.275rem 0.75rem 0.3rem 0.75rem !important;
  font-size: 14px;
}

.sku__label {
  color: #233228;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.btn-sku {
  border-radius: 11px;
  background-color: #e4e6e3;
  color: #233228;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.5rem !important;
  margin-right: 0.1rem !important;
  margin-left: 0.1rem !important;
  transition: 0.1s;
}
.btn-sku.active {
  background-color: #cc9528;
  color: #ffffff;
}
.btn-sku.active:hover {
  background-color: #cc9528;
}
.btn-sku:hover {
  background-color: #e8eae7;
}
.btn-sku.focus, .btn-sku:focus {
  box-shadow: none;
}
.btn-sku_sm {
  padding: 0.188rem 0.75rem;
}
.btn-sku_pack {
  border-radius: 20px;
  font-size: 16px;
  background-color: #dadada;
  border: 2px solid #dadada;
  text-transform: none;
}
.btn-sku_pack.active {
  color: #233228;
  background-color: #dadada;
  border: 2px solid #e1a226;
}
.btn-sku_pack.active:hover {
  background-color: #e8eae7;
}
.btn-sku_lg {
  font-size: 16px;
}

.scale-1-1 {
  transform: scale(1.2);
}

.status-icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.status-success {
  background-color: #01a55c;
}

.status-danger {
  background-color: #ed5d30;
}

.status-warning {
  background-color: #d9a133;
}

.text-success {
  color: #005630 !important;
}

.text-danger {
  color: #ed5d30 !important;
}

.text-warning {
  color: #bd8c2c !important;
}

.text-gray {
  color: #777977 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-none {
  background: none !important;
}

.read-more-iconed {
  color: #525b54 !important;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.read-more-iconed:hover {
  color: #68736a !important;
}

.product__price {
  position: relative;
  margin-right: 6px;
}
.product__price__current {
  color: #e1a226;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.product__price__old {
  position: absolute;
  color: #a6a29a;
  font-size: 14px;
  line-height: 1.2;
  top: -11px;
  text-decoration: line-through;
}
.product__price__old:after {
  display: none;
  content: "";
  position: absolute;
  height: 1px;
  background: #a6a29a;
  top: 45%;
  left: -2px;
  right: -2px;
}

.fancybox-bg {
  background: url("../../img/layout/fancy-bg.png") !important;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.word-break {
  word-break: break-all;
}

.hidden {
  display: none !important;
}

.spinner {
  position: fixed !important;
  top: 50%;
  left: calc(50% - 50px);
  z-index: 99999999;
  display: none !important;
}
.spinner.show {
  display: inline-block !important;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #005630;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.mh-auto {
  min-height: auto !important;
}

@keyframes lds-ripple {
  0% {
    top: 50px;
    left: 50px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
.compare-link {
  background: #005630;
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  right: 16px;
  bottom: 40%;
  z-index: 999999;
  display: none;
}
.compare-link.active {
  display: block;
}
.compare-link:hover {
  background-color: #04bb5c;
}
.compare-link:after {
  content: attr(data-amount);
  position: absolute;
  box-shadow: 0 5px 5px rgba(1, 20, 7, 0.05);
  background-color: #ed5d30;
  top: -6px;
  right: -5px;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 4px 0 5px;
  border-radius: 20px;
  text-shadow: none !important;
  min-width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.pseudo-link {
  text-decoration: none;
}
.pseudo-link:hover {
  text-decoration: none;
}

.product-incart-btn {
  position: relative;
}
.product-incart-btn:after {
  content: attr(data-amount);
  position: absolute;
  box-shadow: 0 5px 5px rgba(1, 20, 7, 0.05);
  background-color: #ed5d30;
  top: -6px;
  right: -5px;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 4px 0 5px;
  border-radius: 20px;
  text-shadow: none !important;
  min-width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.simplebar-scrollbar:before {
  background: #005630;
}

.item__amount {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.op-5 {
  opacity: 0.8;
}

.w-110-px {
  width: 120px;
}

.z-index-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

#return-to-top {
  z-index: 111111;
  position: fixed;
  bottom: 20%;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
}

#sfCalendar {
  margin-bottom: 40px;
}

.sf-right {
  width: 310px;
}

.sf-calendar-wrapper {
  box-shadow: 0 15px 30px rgba(12, 60, 27, 0.04);
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.sf-calendar-wrapper .sf-calendar-nav {
  font-size: 18px;
  color: #233228;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.sf-calendar-wrapper .sf-calendar-nav span {
  text-transform: capitalize;
  font-weight: bold;
}
.sf-calendar-wrapper .sf-calendar-nav i {
  font-size: 20px;
  cursor: pointer;
}
.sf-calendar-wrapper .sf-calendar-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sf-calendar-wrapper .sf-calendar__day {
  width: 35px;
  height: 35px;
  background-color: #f7f5f5;
  border-radius: 50%;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #233228;
  font-size: 14px;
  line-height: 1;
  margin-right: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.sf-calendar-wrapper .sf-calendar__day_blank {
  background: #fff;
}
.sf-calendar-wrapper .sf-calendar__day.bg-purple {
  background: #e0d8d6;
}
.sf-calendar-wrapper .sf-calendar__day.border-purple {
  background: #ed5d30;
  color: #ffffff;
}
.sf-calendar-wrapper .sf-calendar__day:nth-child(7n) {
  margin-right: 0;
}
.sf-calendar-wrapper .sf-calendar__day:hover {
  transform: scale(1.15);
}

.sf-calendar-links {
  display: flex;
  flex-direction: column;
}
.sf-calendar-links .link {
  font-size: 14px;
  margin: 0 auto 10px 0;
  line-height: 1.2;
}

.news-column {
  max-width: 264px;
  margin-bottom: auto;
}
.news-column .news-item {
  position: relative;
  margin-bottom: 45px;
}
.news-column .news-item .preview {
  display: block;
}
.news-column .news-item .flat-title {
  font-size: 18px;
  color: #005630;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1.2;
  hyphens: auto;
}
.news-column .news-item .flat-preview {
  font-size: 14px;
  hyphens: auto;
}
.news-column .news-item .flat-preview p:last-child {
  margin-bottom: 0;
}

.sf-right {
  position: absolute;
  top: 328px;
  left: calc(50% + 630px);
}

.service-swiper .swiper-slide {
  width: auto;
}
.service-swiper img {
  height: 350px !important;
  width: auto !important;
}

.service-arrow-right,
.service-arrow-left {
  top: 55% !important;
}

.service-slide-caption {
  color: #233228;
  font-size: 14px;
  text-align: center;
  padding-top: 6px;
  font-style: italic;
}

.service-crm-button-box button {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  border-radius: 14px;
  transition: 0.3s ease;
  text-transform: uppercase;
  padding: 12px 34px 12px;
}

.opacity-50 {
  opacity: 0.5;
}

.text-bold {
  font-weight: bold;
}

.product-detail-title-subtitle {
  font-size: 18px;
  font-weight: normal;
  padding-top: 5px;
}

.admin-widget {
  position: fixed;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 900px) {
  .admin-widget {
    bottom: 100px;
  }
}

@media (max-width: 5890px) {
  .sf-right {
    position: relative;
    top: auto !important;
    left: auto;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    padding: 45px 15px 20px;
  }
  .sf-right #sfCalendar {
    max-width: 310px;
    min-width: 310px;
    margin-left: 50px;
  }
  .sf-right .news-column-read-more {
    position: absolute;
    bottom: 22px;
    left: 15px;
  }
  .sf-right .news-column {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
  }
  .sf-right .news-column .h2 {
    min-width: 100%;
  }
  .sf-right .news-column .news-item {
    min-width: 32%;
    max-width: 32%;
  }
  .sf-right .news-column .news-item .preview {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .sf-right .news-column .news-item {
    min-width: 31%;
    max-width: 31%;
  }
}
@media (max-width: 1024px) {
  .sf-right .news-column .news-item {
    min-width: 48%;
    max-width: 48%;
  }
  .sf-right .news-column .news-item:nth-child(4) {
    display: none;
  }
  .shop-section {
    overflow: hidden;
  }
  .text-box_2-cols {
    column-count: 1;
  }
}
@media (max-width: 840px) {
  .sf-right {
    flex-direction: column;
  }
  .sf-right .news-column .news-item {
    min-width: 31%;
    max-width: 31%;
  }
  .sf-right .news-column .news-item:nth-child(4) {
    display: block;
  }
  .sf-right .news-column-read-more {
    position: static;
    margin-bottom: 30px;
  }
  .sf-right #sfCalendar {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    display: flex;
    order: 2;
    margin-bottom: 0;
    margin-left: 0;
  }
  .sf-right #sfCalendar .sf-calendar-wrapper {
    max-width: 310px;
    min-width: 310px;
    margin-right: 30px;
  }
}
@media (max-width: 690px) {
  .sf-right .news-column .news-item .flat-title {
    font-size: 16px;
    font-weight: normal;
  }
  .sf-right .news-column .news-item .flat-preview {
    display: none;
  }
}
@media (max-width: 650px) {
  .service-swiper img {
    height: 250px !important;
  }
}
@media (max-width: 600px) {
  .sf-right #sfCalendar {
    flex-direction: column;
  }
}
@media (max-width: 1px) {
  .wrapper {
    display: none;
  }
  .wrapper-responsive {
    display: block;
  }
}
.mobile, .mobile-lg, .tablet, .notebook, .desktop {
  display: none;
}

@media (max-width: 540px) {
  .sf-right .news-column .news-item {
    min-width: 48%;
    max-width: 48%;
  }
  .sf-right .news-column .news-item:nth-child(4) {
    display: none;
  }
  .register-bottom {
    display: grid !important;
    justify-content: center !important;
    gap: 20px;
  }
  .register-bottom .btn.btn-light {
    order: -1;
  }
  .register-bottom > div {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .sf-right .news-column .news-item .flat-title {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .sf-right #sfCalendar .sf-calendar-wrapper {
    margin-right: 0;
    min-width: 100%;
  }
  .sf-right #sfCalendar .sf-calendar-wrapper .sf-calendar__day {
    margin-right: 2px;
    margin-bottom: 2px;
    width: 33px;
    height: 33px;
  }
}
@media (max-width: 400px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 400px) and (max-width: 695px) {
  .mobile-lg {
    display: block;
  }
}
@media (min-width: 696px) and (max-width: 960px) {
  .tablet {
    display: block;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .notebook {
    display: block;
  }
}
@media (min-width: 1024px) {
  .desktop {
    display: block;
  }
}
@media (max-width: 1024px) {
  .text__row-with-img .preview {
    min-width: 40%;
    margin-right: 40px;
  }
  .text__row-with-img .preview img {
    object-fit: cover;
  }
  .text__row-with-img .text {
    max-width: initial;
  }
  .mosaic {
    margin-left: -6px;
  }
}
@media (max-width: 768px) {
  .personal__form-btn {
    margin-top: 15px;
    padding-right: 0;
  }
  .personal__form-btn > button {
    margin-right: 0 !important;
  }
  .personal__form-row {
    padding-right: 15px;
  }
}
@media (max-width: 695px) {
  .set-list__links {
    display: flex;
    flex-flow: row wrap;
  }
  .set-list__links > button {
    flex-grow: 1;
  }
  .text__row-with-img {
    margin-top: 20px !important;
    flex-direction: column;
  }
  .text__row-with-img .preview {
    min-width: initial;
    width: 100%;
    margin-bottom: 20px !important;
    margin-right: 0;
    height: 70vw;
  }
}
.topline {
  background-color: #005630;
  border-bottom: 5px solid #ffcf48;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.topline__tabs {
  display: flex;
  align-items: flex-end;
}
.topline__tabs.im .topline__tab.active {
  background-color: #04b95c;
}
.topline__tab {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  height: 47px;
  align-items: center;
  display: inline-flex;
  background-image: url("../../img/layout/topline__tab__back.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 29px;
  padding-left: 20px;
  color: #fff;
}
.topline__tab.active {
  color: #005630;
  background-color: #005630;
  background-image: url("../../img/layout/topline__tab__back_active.png");
  border-top-left-radius: 7px;
}
.topline__tab:hover {
  opacity: 0.9;
  color: #fff;
  text-decoration: none;
  background-position: right bottom;
}
.topline__tab:hover.active {
  color: #005630;
}
.topline__tab:first-child {
  border-top-left-radius: 7px;
}
.topline__tab:last-child.active {
  background-color: transparent !important;
}
.topline__search {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 530px;
  flex-grow: 1;
  margin: 37px 0 0 20px;
  position: relative;
}
.topline__search__input {
  box-shadow: 0 5px 5px rgba(1, 20, 7, 0.05);
  border-radius: 17px;
  border: 1px solid rgba(188, 190, 182, 0.51);
  max-width: 503px;
  min-width: 243px;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.topline__search__btn {
  display: flex;
  color: #005630;
  position: absolute;
  top: 8px;
  right: 10px;
}
.topline__search__btn i {
  font-size: 20px;
  color: #005630;
}
.topline__search .form-control {
  background: transparent;
  border: none;
  height: calc(2rem + 2px);
}
.topline__search .custom-select {
  position: absolute;
  z-index: 11;
  width: 160px;
  right: 0;
  top: 0;
  height: calc(2rem + 2px);
  background-color: #ececec;
  border: none;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  border-left: 1px solid #dcdcdc;
}
.topline__menu__item {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 37px;
  text-decoration: none;
  border-bottom: 1px solid #409b6c;
  margin-right: 20px;
  transition: 0.3s;
}
.topline__menu__item:last-child {
  margin-right: 0;
}
.topline__menu__item:hover {
  color: #ffcf49;
  text-decoration: none;
}
.topline__menu__dropdown {
  position: relative;
}
.topline__menu__dropdown-icon {
  width: 30px;
}

@media (max-width: 695px) {
  .topline__search__input {
    display: none;
  }
  .topline__search {
    justify-content: flex-end;
  }
}
@media (max-width: 520px) {
  .topline .header__callback {
    display: none;
  }
}
@media (max-width: 400px) {
  .topline__search {
    margin: 0 5px;
  }
  .topline__tab {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 330px) {
  .header__phone_mob {
    font-size: 16px !important;
  }
}
.header {
  position: relative;
  background: rgb(249, 249, 249);
  background: linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(240, 240, 240) 100%);
}
.header__user {
  margin-top: 0;
}
.header_main {
  height: 799px;
}
.header__slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.header__slider .swiper-slide {
  height: 799px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
.header__info {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  height: 232px;
}
.header__info__l {
  display: flex;
}
.header__tabs {
  margin: 35px 0 0 0;
}
.header__tabs .nav {
  margin-bottom: 15px;
}
.header__tabs .nav-link {
  font-weight: 600;
  color: #fafaf9;
  font-size: 13px;
  border-radius: 5px;
  background-color: #005630;
  padding: 0.344rem 1rem;
  margin-right: 10px;
}
.header__tabs .nav-link.active {
  background-color: #ffcf49;
  color: #005630;
  position: relative;
}
.header__tabs .nav-link.active:after {
  content: "";
  width: 21px;
  height: 6px;
  background: url("../../img/layout/header__tab__triangle.png");
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -10.5px;
}
.header__tabs .nav-link.active:hover {
  background-color: #ffcf49;
}
.header__tabs .nav-link:hover {
  background-color: #09c665;
}
.header__phone {
  color: #233228;
  font-size: 22px;
  font-weight: 600;
}
.header__phone_mob {
  display: none;
}
.header__callback {
  display: none;
}
.header__mob-menu-toggler {
  display: none;
  font-size: 28px;
}
.header__mob-menu-toggler i {
  color: #7ec9a0;
}
.header__contacts {
  margin: 44px 0 0 37px;
}
.header__contacts .link-mail {
  display: flex;
  line-height: 1;
  color: #005630;
  font-size: 13px;
  font-weight: 600;
  margin-left: 6px;
}
.header__contacts .link-mail img {
  margin-right: 8px;
}
.header__contacts .btn-light {
  margin-top: 19px;
}
.header__lk-box {
  display: flex;
  flex-direction: column;
  margin: 17px 0 0 0;
}
.header__lk-box__line1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__lk-box__line1 .btn {
  margin-right: 17px;
}
.header__lk-box__line1 .link-like {
  margin-right: 12px;
}
.header__lk-box__line2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 0 0 0;
  font-weight: 600;
}
.header__lk-box__line-mob {
  display: none;
}
.header__lk-box__separator {
  display: inline-block;
  height: 18px;
  border-left: 1px solid #cccbc4;
  margin: 0 8px;
}
.header__lk-box__discount {
  color: #e1a226;
  font-size: 13px;
  font-weight: bold;
}
.header .logo {
  z-index: 100;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header__menu {
  margin: 0;
  padding: 4px 5px 0 0;
  position: relative;
  z-index: 95;
  display: flex;
  flex-grow: 1;
}
.header__menu__dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%;
  background: #059145;
  padding: 15px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
}
.header__menu__dropdown .menu-link-1 {
  transition: all 0.25s;
  padding: 0 15px;
}
.header__menu__dropdown .menu-link-1:hover {
  background: #09c665;
}
.header__menu__link {
  flex-grow: 1;
  display: inline-flex;
  justify-content: center;
  padding-bottom: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  transition: 0.25s;
}
.header__menu__link_showmore {
  display: none;
}
.header__menu__link_showmore:hover .header__menu__dropdown {
  display: block;
}
.header__menu__link a.menu-link-1 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}
.header__menu__link a.menu-link-1 span {
  font-size: 12px;
}
.header__menu__link a.menu-link-1:hover {
  text-decoration: none;
}
.header__menu__link.active {
  background-color: #ffcf49;
}
.header__menu__link.active a.menu-link-1 {
  color: #233228;
  text-decoration: none;
}
.header__menu__link.active:hover {
  color: #005630;
  background-color: #ffcf49;
}
.header__menu__link:first-child:before {
  content: "";
  background: url("../../img/layout/header__menu__item__separator.png");
  width: 1px;
  height: 35px;
  position: absolute;
  right: auto;
  left: 0;
  top: 9px;
}
.header__menu__link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #069d4d;
}
.header__menu__link:hover .header__menu__submenu {
  display: flex;
}
.header__menu__link:after {
  content: "";
  background: url("../../img/layout/header__menu__item__separator.png");
  width: 1px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 9px;
}
.header__menu__submenu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 1px 9px 35px rgba(0, 0, 0, 0.12);
  background-color: #09c665;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url("../../img/layout/topmenu-2nd-level-back.png");
  background-repeat: repeat-x;
  padding: 6px 0;
  min-width: 200px;
}
.header__menu__submenu .menu-link-2 {
  display: flex;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 5px 10px 6px 10px;
}
.header__menu__submenu .menu-link-2.active {
  background: #089e4d;
}
.header__menu__submenu .menu-link-2:hover {
  text-decoration: none;
  background: #078a43;
}
.header__menu__subcatalog {
  display: none;
  transition: 0.3s ease;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  max-height: calc(100vh - 100px);
  box-shadow: 0 12px 65px rgba(135, 123, 78, 0.4);
  background-color: #ffffff;
  overflow-y: scroll;
}
.header__menu__subcatalog.pre-active {
  display: flex;
  opacity: 0;
}
.header__menu__subcatalog.active {
  display: flex;
  opacity: 1;
}
.header__menu__subcatalog__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-between;
}
.header__menu__subcatmain {
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  margin-right: 12px;
  margin-bottom: 30px;
}
.header__menu__subcatmain__top {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  border-bottom: 1px solid #dee0df;
  margin-bottom: 10px;
}
.header__menu__subcatmain:nth-child(6n) {
  margin-right: 0;
}
.header__menu__subcatmain__icon {
  margin-right: 9px;
}
.header__menu__subcatmain__icon svg {
  max-height: 48px;
  max-width: 58px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__ikony {
  max-height: 35px;
  max-width: 31px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__svechi {
  max-height: 42px;
  max-width: 24px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__tserkovnaya-utvar {
  max-height: 43px;
  max-width: 22px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__hramovaya-mebel {
  max-width: 28px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__poshivochnaya-produktsiya {
  max-width: 30px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__pechatnaya-produktsiya {
  max-width: 26px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__ikonostasy {
  max-width: 38px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__suveniry {
  max-width: 24px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__yuvelirnaya-produktsiya {
  max-width: 28px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__popularnye-podborki {
  max-width: 37px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__kartiny-portrety {
  max-width: 27px;
}
.header__menu__subcatmain__icon svg.header__menu__subcatmain__icon__raznoe {
  max-width: 58px;
}
.header__menu__subcatmain__title {
  color: #233228;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.header__menu__subcatmain__bottom {
  display: flex;
  flex-direction: column;
}
.header__menu__subcatmain__bottom a {
  font-size: 15px;
  line-height: 1.2;
  color: #005630;
  display: inline-block;
  margin-bottom: 10px;
}
.header__menu__subcatmain__bottom a.header__menu__subcatmain__morelink {
  color: #b38326;
  margin-bottom: 0;
}
.header-shops-list a {
  color: #005630;
  text-decoration: underline;
  transition: 0.25s;
  font-weight: 700;
}
.header-shops-list a:hover {
  color: #26a54a;
}

.min-cart {
  position: relative;
}
.min-cart__toggler {
  cursor: pointer;
  position: relative;
}
.min-cart__toggler path {
  transition: 0.2s;
}
.min-cart__toggler:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../../img/layout/min-cart-hover.png");
  z-index: 2;
  display: none;
}
.min-cart__toggler:after {
  content: attr(data-amount);
  position: absolute;
  box-shadow: 0 5px 5px rgba(1, 20, 7, 0.05);
  background-color: #ed5d30;
  top: -6px;
  left: -5px;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 4px 0 5px;
  border-radius: 20px;
  text-shadow: none !important;
  min-width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media (hover: hover) {
  .min-cart__toggler:hover path {
    fill: #1CBB5E;
  }
}
.min-cart.show-cart .min-cart-box {
  display: block;
}

.body-factory .header__slider .swiper-slide {
  height: 349px;
}
.body-factory .header {
  height: 349px;
}
.body-factory .header__info {
  height: 260px;
}
.body-factory .min-cart.fixed {
  position: fixed;
  top: 20px;
}

.min-cart-box {
  display: none;
  position: absolute;
  top: 40px;
  width: 337px;
  box-shadow: 1px 16px 54px rgba(121, 121, 104, 0.49);
  background-color: #f9f9f9;
  right: 0;
  padding: 30px;
  z-index: 999;
  border-radius: 14px;
}
.min-cart-box:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 11px;
  background: url("../../img/layout/cart-corner.png");
  right: 21px;
  top: -11px;
}

.min-cart__list {
  height: 260px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.min-cart__item {
  position: relative;
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dde0de;
  overflow-x: hidden;
}
.min-cart__item__product {
  width: 84px;
  min-width: 84px;
  margin-right: 20px;
}
.min-cart__item__actions {
  width: calc(100% - 104px);
  min-width: calc(100% - 104px);
}
.min-cart__item__title {
  color: #233228;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 8px;
}
.min-cart__item__title .title2 {
  font-weight: normal;
  display: block;
}
.min-cart__item__title:hover {
  color: #005630;
}
.min-cart__item__remove {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../../img/layout/icon-cart-remove.png") no-repeat;
  background-size: contain;
  background-color: #e5e1c5;
  border: 3px solid #e5e1c5;
  cursor: pointer;
  transition: 0.25s;
  z-index: 2;
  opacity: 0.8;
}
.min-cart__item .item-buy-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.min-cart__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.min-cart__footer {
  padding-top: 16px;
  border-top: 1px solid #dde0de;
}

.item__amount__wrapper {
  width: 158px;
}

.item__amount {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 5px;
}
.item__amount__minus {
  width: 31px;
  height: 39px;
  cursor: pointer;
  background: url("../../img/layout/amount-btns.png");
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item__amount__minus:hover {
  opacity: 1;
}
.item__amount__minus:before {
  content: "";
  background: url("../../img/layout/icon-minus.png");
  width: 12px;
  height: 4px;
  margin-left: 2px;
  display: block;
}
.item__amount__input {
  width: 46px;
  height: 39px;
  border-radius: 0;
  text-align: center;
  padding: 0 !important;
}
.item__amount__plus {
  width: 31px;
  height: 39px;
  cursor: pointer;
  background: url("../../img/layout/amount-btns.png") top right;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item__amount__plus:hover {
  opacity: 1;
}
.item__amount__plus:before {
  content: "";
  background: url("../../img/layout/icon-plus.png");
  width: 12px;
  height: 12px;
  margin-right: 2px;
  display: block;
}
.item__amount__unit {
  font-weight: bold;
  margin-left: 4px;
  color: #6b706c;
}
.item__amount_min {
  min-height: 0;
  margin-right: 12px;
}
.item__amount_min .item__amount__plus,
.item__amount_min .item__amount__minus,
.item__amount_min .item__amount__input {
  height: 29px;
  background-size: cover;
}
.item__amount_min .item__amount__plus.item__amount__plus, .item__amount_min .item__amount__plus.item__amount__minus,
.item__amount_min .item__amount__minus.item__amount__plus,
.item__amount_min .item__amount__minus.item__amount__minus,
.item__amount_min .item__amount__input.item__amount__plus,
.item__amount_min .item__amount__input.item__amount__minus {
  width: 23px;
}
.item__amount_min .item__amount__plus.item__amount__input,
.item__amount_min .item__amount__minus.item__amount__input,
.item__amount_min .item__amount__input.item__amount__input {
  width: 35px;
  padding-left: 2px;
  padding-right: 2px;
}

.header-mobile {
  background: url("../../img/layout/menu-mobile-back.jpg") center;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 101;
  height: 100%;
  padding: 15px 30px;
  overflow-y: auto;
  transition: all 0.5s linear;
}
.header-mobile__bg-close {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.header-mobile__close {
  position: relative;
  align-self: flex-end;
  margin-bottom: 30px;
  right: -15px;
}
.header-mobile__close-icon {
  width: 30px;
}
.header-mobile__nav {
  text-align: center;
}
.header-mobile__nav-item {
  display: block;
  color: #faf9f1;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0;
}
.header-mobile__nav-item:hover {
  color: #ffcf49;
  text-decoration: none;
}
.header-mobile__nav-item_active {
  color: #ffcf49;
}
.header-mobile__links {
  text-align: center;
  margin: 30px 0 50px 0;
}
.header-mobile__link {
  display: block;
  color: #faf9f1;
  text-decoration: underline;
}
.header-mobile__link:hover {
  color: #ffcf49;
}
.header-mobile__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.header-mobile__activation {
  display: none;
}
.header-mobile__activation:checked ~ .header-mobile {
  right: 0;
}
.header-mobile__activation:checked ~ .header-mobile .header-mobile__bg-close {
  display: block;
}

@media (max-width: 1100px) {
  .header__menu__subcatmain {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
  }
  .header__menu__subcatmain:nth-child(6n) {
    margin-right: 12px;
  }
  .header__menu__subcatmain:nth-child(4n) {
    margin-right: 0;
  }
  .header__menu__subcatmain__bottom a:nth-child(4n):not(.header__menu__subcatmain__morelink), .header__menu__subcatmain__bottom a:nth-child(5n):not(.header__menu__subcatmain__morelink), .header__menu__subcatmain__bottom a:nth-child(6n):not(.header__menu__subcatmain__morelink) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__menu__link_showmore {
    display: inline-flex;
  }
  .header__menu__link_showmore:after {
    content: none;
  }
  .header__info__l {
    flex-direction: column;
  }
  .header__contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0 0 0;
  }
  .header__contacts .btn {
    margin-top: 0;
    margin-left: 15px;
  }
  .body-factory .header__menu__link_factory {
    display: none;
  }
}
@media (max-width: 960px) {
  .header_main {
    height: 599px;
  }
  .header__lk-box__line2 {
    text-align: right;
  }
  .header .swiper-slide {
    height: 599px;
  }
  .body-factory .header__info, .body-factory .header, .body-factory .header__slider .swiper-slide, .body-factory .header__slider .swiper-wrapper {
    height: 100%;
  }
}
@media (max-width: 900px) {
  .header__menu {
    display: block;
    position: fixed;
    width: 280px;
    right: -280px;
    bottom: 0;
    top: 0;
    background: #005630;
    flex-direction: column;
    padding: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: 0.3s ease;
  }
  .header__menu.on {
    right: 0;
    box-shadow: 0 15px 30px rgba(12, 60, 27, 0.8);
  }
  .header__menu__link {
    padding-bottom: 0;
    flex-grow: 0;
    border-bottom: 1px solid #3d6d58;
    flex-direction: column;
    display: flex;
    border-radius: 5px;
  }
  .header__menu__link .fa-caret-down,
  .header__menu__link .fa-bars, .header__menu__link:before, .header__menu__link:after {
    display: none;
  }
  .header__menu__link a.menu-link-1 {
    line-height: 36px;
    height: auto;
  }
  .header__menu__link:hover {
    background: transparent;
  }
  .header__menu__subcatalog {
    display: block;
    position: static;
    border-radius: 8px;
    max-height: 10000px !important;
  }
  .header__menu__subcatalog__container {
    flex-direction: column;
    padding: 6px 10px;
  }
  .header__menu__subcatmain {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .header__menu__subcatmain__icon {
    width: 34px;
    display: flex;
    justify-content: center;
  }
  .header__menu__subcatmain__icon svg {
    height: 24px;
    width: 40px;
  }
  .header__menu__subcatmain__icon svg path {
    fill: #fff;
  }
  .header__menu__subcatmain__title {
    font-size: 14px;
  }
  .header__menu__subcatmain__top {
    height: 30px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .header__menu__subcatmain__bottom {
    display: none;
  }
  .header__menu__submenu {
    display: block;
    position: static;
    background: #fff;
    border-radius: 8px;
    padding: 6px 10px;
    margin: 0;
  }
  .header__menu__submenu .menu-link-2 {
    color: #005630;
    justify-content: flex-start;
  }
  .header__phone_mob {
    display: block;
    font-size: 18px;
    color: #fff;
  }
  .header__phone_mob a {
    color: #fff;
  }
  .header__callback {
    display: block;
  }
  .header__mob-menu-toggler {
    display: block;
  }
  body.hamburger-on .header__mob-menu-toggler {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 2px;
  }
  .topline-box {
    height: 45px;
    display: flex;
    align-items: center;
  }
  .header__tabs {
    display: none !important;
  }
  .header .logo {
    top: 15px;
  }
  .header .logo img {
    height: 80px;
    width: auto;
  }
  .topline__search {
    position: absolute;
    left: -6px;
    top: 12px;
    margin-left: 0;
    margin-top: 0;
  }
  .header__info {
    height: 115px;
  }
  .topline__search__input {
    min-width: 200px;
  }
}
@media (max-width: 695px) {
  .header__lk-box__line1 {
    display: none;
  }
  .header__lk-box__line1 .link-like {
    margin-right: 5px;
    margin-top: 10px;
  }
  .header__lk-box__line1 .btn_lk {
    display: none;
  }
  .header__lk-box__line-mob {
    display: block;
  }
  .header__lk-box__line2 {
    display: none;
  }
  .header__contacts {
    display: none;
  }
  .header_main {
    height: 399px;
  }
  .header .swiper-slide {
    height: 399px;
  }
  .topline__search {
    width: 40px;
    height: 35px;
  }
  .topline__search__btn i {
    font-size: 26px;
    display: block;
    padding-top: 2px;
    color: rgb(28, 144, 81);
  }
}
@media (max-width: 470px) {
  .min-cart-box {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 98%;
    right: auto;
  }
  .min-cart-box:before {
    display: none;
  }
}
@media (max-width: 380px) {
  .header .min-cart-box {
    max-width: 320px;
    right: -10px;
  }
}
@media (min-width: 960px) and (max-width: 1024px) {
  .header__info__l {
    overflow: hidden;
  }
}
.bg-dark {
  background: #efefe7 !important;
}

.bg-semi-dark {
  background: #f9f9f9 !important;
}

.wrapper-line {
  padding: 55px 0;
}
.wrapper-line_dark {
  background: #efefe7;
}
.wrapper-line_inner {
  background: #fdfefc;
}
.wrapper-line_light {
  background: #f9f9f9;
}

.container-footer {
  text-align: center;
  margin-bottom: 40px;
}

.container-header {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}
.container-header .h1 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  top: -1px;
}
.container-header .btn {
  margin-left: 73px;
  margin-top: auto;
  margin-bottom: auto;
}
.container-header__nav {
  margin-left: 100px;
}
.container-header__nav a {
  color: #005630;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  margin-right: 30px;
}
.container-header__nav a.active {
  color: #005630;
}
.container-header.d-block .h1 {
  display: block;
}

.container-content_flat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-content_flat .flat-title {
  margin-top: 24px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  color: #005630;
  display: block;
  line-height: 1.4;
}
.container-content_flat .flat-title:hover {
  color: #005630;
  opacity: 0.95;
}
.container-content_flat .flat-preview {
  color: #005630;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.container-content_flat-sm {
  display: flex;
  justify-content: space-between;
}
.container-content_flat-sm .make-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.25s;
}
.container-content_flat-sm .make-item .preview-noborder {
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-content_flat-sm .make-item .preview-noborder img {
  transition: 0.25s;
}
.container-content_flat-sm .make-item .flat-title {
  color: #005630;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-flex;
  max-width: 100px;
}
.container-content_flat-sm .make-item:hover {
  color: #005630;
}
.container-content_flat-sm .make-item:hover .preview-noborder img {
  transform: scale(1.05, 1.05);
}
.container-content_news {
  padding: 1.2rem 0 0 0;
}
.container-content_news .news-item {
  width: 261px;
  position: relative;
  margin-bottom: 50px;
}
.container-content_news .news-item:hover .flat-title {
  text-decoration: underline;
}
.container-content_news .news-item:hover .preview img {
  background: #f8da6b;
}
.container-content_works {
  padding: 1.2rem 0 0 0;
  overflow: hidden;
}
.container-content_works .works-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -66px;
}
.container-content_works .works-item {
  max-width: 324px;
  width: 100%;
  position: relative;
  margin: 0 65px 50px 65px;
}
.container-content_works .works-item .preview {
  display: block;
  width: 100%;
  height: auto;
}
.container-content_works .works-item:hover .flat-title {
  text-decoration: underline;
}
.container-content_works .works-item:hover .preview img {
  background: #f8da6b;
}
.container-content_we-make {
  padding-top: 2rem;
}
.container-content_our-production {
  display: flex;
  padding-top: 1rem;
}
.container-content_our-production .our-production-video {
  display: flex;
  min-width: 580px;
  max-width: 580px;
  margin-right: 72px;
}
.container-content_our-production .our-production-video_r-t-l {
  margin-right: 0;
  margin-left: 72px;
}
.container-content_our-production .our-production-text {
  max-width: calc(100% - 652px);
}
.container-content_our-shops {
  display: flex;
  justify-content: space-between;
}
.container-content_our-shops .shops-l {
  max-width: calc(100% - 662px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-content_our-shops .shops-r {
  padding-top: 7px;
}
.container-content_our-shops .shops-r .container-header {
  display: none;
}
.container-content_our-shops .shops-list .shop {
  display: flex;
  position: relative;
  margin-bottom: 38px;
}
.container-content_our-shops .shops-list .shop__img {
  max-width: 140px;
  margin-right: 26px;
}
.container-content_our-shops .shops-list .shop__info {
  max-width: calc(100% - 166px);
}
.container-content_our-shops .shops-list .shop__info__title {
  color: #005630;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0.6rem;
}
.container-content_our-shops .shops-list .shop__info__address {
  font-size: 14px;
}
.container-content_our-shops .shops-list .shop__info__address img {
  margin-right: 8px;
}
.container-content_our-shops .shops-list .shop:last-child {
  margin-bottom: 0;
}
.container-content_shop-slider {
  margin-bottom: 80px;
}

.preview {
  display: inline-flex;
  width: 264px;
  height: 180px;
  box-shadow: 0 3px 13px rgba(1, 20, 7, 0.22);
  background-color: #462f2f;
  background-image: linear-gradient(to top, #ea9440 0%, #ffd175 100%);
  padding: 3px;
  transition: 0.25s;
}
.preview img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px rgba(164, 90, 19, 0.65), inset 0 0 0 #ffffff;
  background-image: linear-gradient(to top, #ea9440 0%, #ffd175 100%);
  padding: 3px;
  transition: 0.25s;
}
.preview_fluid {
  width: 100%;
  height: auto;
}
.preview_auto {
  width: auto;
  height: auto;
}
.preview_vacancies {
  width: 492px;
  min-width: 492px;
  margin-right: 66px;
}
.preview:hover img {
  background: #f8da6b;
}

.video-box {
  position: relative;
}
.video-box .video-play {
  width: 81px;
  height: 81px;
  background: url("../../img/layout/play-video.png");
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transition: 0.25s;
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box .video-play:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  .container-content .our-production-video {
    min-width: 480px;
    max-width: 480px;
    margin-right: 50px;
  }
  .container-content .our-production-text {
    max-width: initial;
  }
  .container-content .our-production-video_r-t-l {
    margin-right: 0;
    margin-left: 50px;
  }
  .container-content_our-shops .shops-l {
    max-width: 450px;
  }
  .container-content_our-shops .shops-r {
    max-width: 420px;
    width: 100%;
  }
  .container-content_our-shops .shops-map {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .container-content_news .news-item {
    width: 195px;
  }
  .container-content_news .preview {
    width: 100%;
    height: 135px;
  }
  .container-content_news .preview img {
    object-fit: cover;
  }
  .container-content_we-make-wrapper {
    overflow: hidden;
  }
  .container-content_we-make {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -35px -35px -35px;
  }
  .container-content_we-make .make-item {
    padding: 0 35px 35px 35px;
  }
  .container-content_our-production {
    flex-wrap: wrap;
  }
  .container-content_our-production .preview img {
    object-fit: cover;
  }
  .container-content_our-production .our-production-video {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    height: 455px;
  }
  .container-content_our-production .our-production-text {
    max-width: initial;
  }
  .container-content_our-production .our-production-video_r-t-l {
    margin-left: 0;
    order: -1;
  }
  .container-content_our-shops {
    flex-wrap: wrap;
  }
  .container-content_our-shops .shops-list .shop__info {
    max-width: 270px;
  }
  .container-content_our-shops .shops-l {
    max-width: 100%;
  }
  .container-content_our-shops .shops-l .container-header {
    display: none;
  }
  .container-content_our-shops .shops-r {
    max-width: 100%;
    width: 100%;
    order: -1;
    margin-bottom: 40px;
  }
  .container-content_our-shops .shops-r .container-header {
    display: flex;
  }
  .container-content_our-shops .shops-map {
    width: 100%;
    height: 330px;
  }
  .container-content_our-shops .preview_fluid {
    width: 145px;
    min-width: 145px;
    height: 95px;
  }
  .container-content_our-shops .preview_fluid img {
    object-fit: cover;
  }
}
@media (max-width: 695px) {
  .container-content_news {
    flex-direction: column;
    align-items: center;
  }
  .container-content_news .news-item {
    width: 260px;
  }
  .container-content_news .preview {
    width: 100%;
    height: 190px;
  }
  .container-content_we-make {
    margin: 0 -20px -35px -20px;
  }
  .container-content_we-make .make-item {
    padding: 0 20px 35px 20px;
    width: 30%;
  }
  .container-content_we-make .make-item .preview-noborder {
    height: 80px;
  }
  .container-content_we-make .make-item .preview-noborder img {
    height: 100%;
  }
  .container-content_our-production .our-production-video {
    height: 185px;
    margin-bottom: 25px;
  }
  .container-content_our-shops .preview {
    padding: 0;
  }
  .container-content_our-shops .preview_fluid {
    width: 80px;
    min-width: 80px;
    height: 55px;
  }
  .container-content_our-shops .shops-list .shop__img {
    margin-right: 10px;
  }
  .container-content_our-shops .shops-map {
    height: 310px;
  }
  .container-header {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .container-header .h1 {
    font-size: 24px;
  }
  .container-header-mobile .h1 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .container-content_flat .flat-title {
    text-align: center;
  }
  .container-content_flat .flat-preview {
    text-align: center;
  }
  .container-content_we-make {
    margin: 0 -20px -35px -20px;
  }
  .container-content_we-make .make-item {
    padding: 0 20px 35px 20px;
    width: 40%;
  }
  .container-content_our-shops .shops-map {
    height: 270px;
  }
  .container-content_our-shops .shops-list .shop__info__title {
    font-size: 15px;
  }
  .container-content_our-shops .shops-list .shop__info__address {
    font-size: 13px;
  }
}
.footer {
  min-height: 76px;
  background: #006334;
  padding: 10px 0;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__mobile {
  display: none;
}
.footer__mobile-br {
  display: none;
}
.footer__copyr {
  text-shadow: 0 19px 49px #091e11;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin-left: auto;
  margin-right: 53px;
}
.footer__email a {
  color: #fff;
  font-weight: 700;
}
.footer__soc-icons {
  display: flex;
  width: 138px;
  justify-content: space-between;
  margin-right: 59px;
}
.footer__soc-icons .soc-icon {
  display: inline-flex;
  height: 18px;
  background: url("../../img/layout/icon-soc-white.png");
}
.footer__soc-icons .soc-icon_yt {
  width: 20px;
  background-position: -10px top;
}
.footer__soc-icons .soc-icon_vk {
  width: 25px;
  background-position: -41px top;
}
.footer__soc-icons .soc-icon_fb {
  width: 17px;
  background-position: -77px top;
}
.footer__soc-icons .soc-icon_in {
  width: 17px;
  background-position: -108px top;
}
.footer__soc-icons .soc-icon_ok {
  width: 11px;
  background-position: -138px top;
}
.footer__soc-icons .soc-icon_Tg {
  width: 22px;
  height: 22px;
  background: url("/static/img/layout/tg-logo.svg") no-repeat;
}
.footer__soc-icons .soc-icon:hover {
  opacity: 0.9;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
}
.footer__menu__link {
  text-shadow: 0 19px 49px #091e11;
  color: #f7c259;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.footer__menu__link:hover {
  color: #fadb7d;
  text-decoration: none;
}
.footer__text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 1.8rem;
}
.footer__text p {
  margin-bottom: 0.36rem;
}
.footer__text p:last-child {
  margin-bottom: 0;
}
.footer__phones {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 60px;
}
.footer__phones a {
  color: #fff;
}
.footer__phones p {
  margin-bottom: 0.36rem;
}
.footer__phones p:last-child {
  margin-bottom: 0;
}
.footer .footer-col-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__dev {
  max-width: 125px;
}
.footer__dev__label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .footer {
    padding: 0 15px;
  }
  .footer .col-3 {
    display: none;
  }
  .footer .row {
    flex-direction: column;
  }
  .footer .col {
    flex-basis: initial;
  }
  .footer__mobile {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .footer__mobile_info {
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__mobile_contacts {
    margin: 20px 0;
  }
  .footer__soc-icons {
    margin: 0 0 10px 0;
  }
  .footer__dev__label {
    text-align: right;
  }
  .footer__phones {
    margin-right: 0;
    min-width: 50%;
    max-width: 50%;
    text-align: right;
  }
  .footer__email {
    margin-bottom: 10px;
  }
  .footer__copyr {
    line-height: initial;
  }
  .footer__menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__menu__link {
    padding: 0 10px;
  }
  .footer__text p {
    display: inline;
  }
  .footer__mobile-br {
    display: block;
  }
  .footer-box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    height: 120px;
  }
  .footer__copyr {
    margin-left: 0;
    margin-right: 0;
    min-width: 50%;
    max-width: 50%;
  }
  .footer__dev {
    text-align: right;
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 960px) {
  .footer__mobile-br {
    display: none;
  }
}
@media (max-width: 570px) {
  .footer-box {
    height: auto;
    flex-wrap: nowrap;
  }
  .footer__copyr, .footer__phones {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .footer__phones, .footer__dev, .footer__dev__label {
    text-align: left;
  }
}
.history-box {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 5rem;
}
.history-box:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  box-shadow: 0 3px 13px rgba(1, 20, 7, 0.22);
  border-radius: 3px;
  background-color: #faba50;
}
.history-box .history-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.history-box .history-item_l {
  margin-right: 50%;
  padding-right: 2rem;
}
.history-box .history-item_r {
  margin-left: 50%;
  padding-left: 2rem;
  flex-direction: row-reverse;
}
.history-box .history-item__imgs {
  min-width: 200px;
  max-width: 200px;
  padding-top: 4px;
}
.history-box .history-item__imgs .preview {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}
.history-box .history-item__text {
  min-width: 312px;
  max-width: 312px;
}
.history-box .history-item__text .h2 {
  margin-bottom: 16px;
}
.history-box .history-item__text p {
  font-size: 14px;
}
.history-box .history-item__text .read-more {
  font-weight: bold;
  text-decoration: none;
}
.history-box .history-item_now:after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  width: 22px;
  height: 28px;
  background: url("../../img/layout/history-arrow.png");
}
.history-box .history-item_point:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -17px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 3px 13px rgba(1, 20, 7, 0.22);
  background-color: #005630;
  border: 8px solid #faba50;
}
.history-box .history-item_point.history-item_r:after {
  right: auto;
  left: -17px;
}

@media (max-width: 1160px) {
  .history .container-header.justify-content-center {
    justify-content: flex-start !important;
  }
  .history .text-box.text-center {
    text-align: left !important;
    padding-left: 0 !important;
  }
  .history-box:before {
    right: 75px;
    left: initial;
  }
  .history-box .history-item {
    justify-content: flex-start;
    margin-bottom: 80px;
  }
  .history-box .history-item_l {
    margin-right: 0;
    padding-right: 0;
  }
  .history-box .history-item_r {
    margin-left: 0;
    padding-left: 0;
    flex-direction: row;
  }
  .history-box .history-item__text {
    padding-left: 40px;
    max-width: 560px;
  }
  .history-box .history-item_now:after {
    right: 67px;
  }
  .history-box .history-item_point.history-item_r:after {
    left: initial;
    right: 61px;
  }
  .history-box .history-item_point:after {
    left: initial;
    right: 61px;
  }
}
@media (max-width: 960px) {
  .history-box:before {
    right: 14px;
  }
  .history-box .history-item__text {
    padding-right: 65px;
  }
  .history-box .history-item_now:after {
    right: 6px;
  }
  .history-box .history-item_point.history-item_r:after {
    right: 0;
  }
  .history-box .history-item_point:after {
    right: 0;
  }
}
@media (max-width: 695px) {
  .history-box .history-item {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .history-box .history-item_point:after {
    top: 30vw;
  }
  .history-box .history-item__imgs {
    display: flex;
    max-width: 85%;
    justify-content: space-between;
  }
  .history-box .history-item__imgs .preview {
    width: 48%;
    height: 25vw;
    object-fit: cover;
  }
  .history-box .history-item__imgs .preview:last-of-type {
    display: none;
  }
  .history-box .history-item__text {
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .history-box {
    margin-top: 40px;
  }
  .history-box:before {
    display: none;
  }
  .history-box .history-item__imgs {
    max-width: 100%;
  }
  .history-box .history-item__text {
    padding-right: 0;
    min-width: initial;
  }
  .history-box .history-item_now:after {
    display: none;
  }
  .history-box .history-item_point.history-item_r:after {
    display: none;
  }
  .history-box .history-item_point:after {
    display: none;
  }
  .history-item {
    margin-top: 0 !important;
  }
}
.form-control {
  padding: 0.375rem 0.75rem 0.4rem 0.75rem;
}

.sf-form .form-control {
  height: calc(2rem + 2px);
  border-radius: 17px;
  border: 1px solid rgba(67, 79, 56, 0.2);
  background-color: #ffffff;
  padding: 0.375rem 0.75rem 0.4rem 0.75rem;
  line-height: 1.2;
}
.sf-form .form-group {
  margin-bottom: 23px;
}
.sf-form textarea.form-control {
  min-height: 129px;
  height: auto;
}
.sf-form label {
  color: #233228;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1px;
}
.sf-form label.custom-control-label {
  font-weight: normal;
}
.sf-form .custom-radio .custom-control-label {
  padding-left: 4px;
}
.sf-form .custom-radio .custom-control-label:before {
  top: 0.1rem;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(67, 79, 56, 0.2);
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: none !important;
}
.sf-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #009f4d;
  width: 10px;
  height: 10px;
  top: 0.45rem;
  left: -1.1rem;
  border-radius: 50%;
}
.sf-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}
.sf-form .custom-select {
  height: calc(2rem + 2px);
  border-radius: 17px;
  border: 1px solid rgba(67, 79, 56, 0.2);
  background-color: #ffffff;
  padding: 0.375rem 0.75rem 0.4rem 0.75rem;
}
.sf-form .form-link {
  color: #005630;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.sf-form .form-link:hover {
  text-decoration: none;
}
.sf-form .custom-checkbox .custom-control-label {
  line-height: 1.2;
}
.sf-form .custom-checkbox .custom-control-label::before {
  width: 18px;
  height: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(67, 79, 56, 0.29);
  border-radius: 3px;
  background-color: #ffffff;
  top: 1px;
}
.sf-form .custom-checkbox .custom-control-label::after {
  width: 18px;
  height: 18px;
  top: 1px;
}
.sf-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #009f4d;
}

@media (max-width: 767px) {
  .form-group, .form-row {
    padding-right: 0 !important;
  }
  .form-group_vacancies-btn {
    text-align: center;
  }
}
.product-box {
  margin-bottom: 30px;
}
.product-box_inline .product {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.product-box_inline .product__img {
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0;
}
.product-box_inline .product__footer {
  display: none;
}
.product-box_inline .product__title {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 20px;
}
.product-box_inline .product__title__article {
  display: block;
}
.product-box_inline .product__buy-box {
  flex-direction: column;
  margin: 0 30px 0 auto;
  min-width: 120px;
  width: 120px;
}
.product-box_inline .product__buy {
  margin-left: 0;
}
.product-box_inline .product__badge {
  top: 0;
  left: 0;
}
.product-box_inline .product__props {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
.product-box_inline .product__props__prop {
  display: block;
  justify-content: space-between;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 5px;
}
.product-box_inline .product__props__prop__name {
  display: inline-block;
  color: #5d6860;
}
.product-box_inline .product__props__prop__val {
  display: inline-block;
}
.product-box_pseudo {
  margin-bottom: auto;
  padding-bottom: 30px !important;
}
.product {
  width: 280px;
  box-shadow: 0 15px 30px rgba(12, 60, 27, 0.04);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 9px 12px;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 256px;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
  text-align: center;
}
.product__img img {
  max-width: 100%;
  max-height: 250px;
}
.product__title {
  color: #233228;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 16px;
}
.product__title:hover {
  color: #005630;
  text-decoration: none;
}
.product__title__article {
  display: none;
  color: #a1a6a3;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 10px;
}
.product__title__subtitle {
  font-size: 14px;
  font-weight: normal;
}
.product__buy-box {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  margin-top: auto;
}
.product__buy {
  margin-left: 6px;
}
.product__footer {
  color: #585b59;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 10px;
}
.product__badge {
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 10px 2px;
  color: #fff;
  position: absolute;
  left: 29px;
  top: 27px;
}
.product__badge_red {
  background-color: #e6591b;
}
.product__badge_yellow {
  background-color: #cc9528;
}
.product__variants {
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 10px 2px;
  color: #fff;
  position: absolute;
  left: 21px;
  bottom: 23px;
  background-color: #cc9528;
}
.product__actions {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 26px;
  text-align: center;
  display: none;
}
@media (hover: hover) {
  .product:hover {
    box-shadow: 0 15px 30px rgba(12, 60, 27, 0.13);
  }
  .product:hover .product__actions {
    display: block;
  }
}
.product_variant {
  min-height: 0;
}
.product_variant .item__amount__unit {
  font-size: 11px;
  margin-left: 0;
  text-align: center;
  margin-right: 12px;
}
.product_variant .store {
  font-size: 11px;
  white-space: nowrap;
  margin-top: 1px;
  text-align: center;
}
.product_variant .store__amount {
  color: #a1a6a3;
}
.product_variant .store__link {
  color: #005630;
  text-decoration: none;
  border-bottom: 1px dashed #005630;
  transition: 0.25s;
}
.product_variant .store__link:hover {
  text-decoration: none;
  color: #005630;
  border-color: #005630;
}
.product__variants-box {
  padding: 18px 9px 16px;
  margin: 10px 0 26px;
  border-radius: 10px;
  border: 1px solid rgba(230, 230, 230, 0.87);
  background-color: #f6f6f6;
  text-align: center;
}
.product__variants-box .sku {
  margin-bottom: 0.5rem;
}
.product__variants-box .sku:last-child {
  margin-bottom: 0;
}
.product__balances {
  font-size: 12px;
  line-height: 1.2;
  margin: 0.5rem 0;
  display: none;
}
.product__balances.active {
  display: block;
}
.product__props {
  display: none;
}
.product__stop {
  text-align: center;
  color: #ed5d30;
  font-weight: bold;
}
.product_pseudo {
  padding-right: 42px;
  background-image: url("/static/img/content/sofrino-factory-back.jpg");
  background-size: cover;
  background-position-x: -150px;
}
.product_new-block, .product_actions-block, .product_tags-block {
  width: auto;
  color: #212529;
  margin-bottom: auto;
  height: auto;
  padding: 7px 10px 25px 10px;
}
.product_new-block .product-pseudo-ornament-wrapper, .product_actions-block .product-pseudo-ornament-wrapper, .product_tags-block .product-pseudo-ornament-wrapper {
  top: auto;
  left: 0;
  height: 20px;
  width: auto;
  border-radius: 0 0 7px 7px;
}
.product_new-block .product-pseudo-ornament-wrapper .product-pseudo-ornament, .product_actions-block .product-pseudo-ornament-wrapper .product-pseudo-ornament, .product_tags-block .product-pseudo-ornament-wrapper .product-pseudo-ornament {
  width: 100%;
  height: 20px;
  background: #d84e65;
}
.product_new-block.product_actions-block .product-pseudo-ornament, .product_actions-block.product_actions-block .product-pseudo-ornament, .product_tags-block.product_actions-block .product-pseudo-ornament {
  background: #cc9528;
}
.product_new-block.product_tags-block .product-pseudo-ornament, .product_actions-block.product_tags-block .product-pseudo-ornament, .product_tags-block.product_tags-block .product-pseudo-ornament {
  background: #014051;
}
@media (max-width: 900px) {
  .product_new-block, .product_actions-block, .product_tags-block {
    margin: 5px 0 !important;
    padding-bottom: 12px !important;
  }
  .product_new-block .product-pseudo-top, .product_actions-block .product-pseudo-top, .product_tags-block .product-pseudo-top {
    margin-bottom: 5px;
  }
  .product_new-block .product-pseudo-title, .product_actions-block .product-pseudo-title, .product_tags-block .product-pseudo-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product_new-block .product-pseudo-text, .product_actions-block .product-pseudo-text, .product_tags-block .product-pseudo-text {
    margin-bottom: 5px;
  }
  .product_new-block .product-pseudo-ornament-wrapper, .product_actions-block .product-pseudo-ornament-wrapper, .product_tags-block .product-pseudo-ornament-wrapper {
    height: 10px;
  }
}

.product__like {
  width: 23px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background: url("../../img/layout/icon-like-product.png");
}
.product__like:hover, .product__like.active {
  background-position-y: bottom;
}

.product__compare {
  width: 26px;
  height: 21px;
  cursor: pointer;
  display: inline-block;
  background: url("../../img/layout/icon-compare-product.png");
}
.product__compare:hover, .product__compare.active {
  background-position-y: bottom;
}

@media (max-width: 1200px) {
  .product__price__current {
    white-space: nowrap;
  }
  .product {
    width: auto;
  }
  .product__img {
    height: auto;
  }
  .product__img img {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 695px) {
  .product {
    max-width: 280px;
    width: 100%;
    margin: auto;
  }
}

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