@charset "UTF-8";

:root {
  --background-header: var(--main-orange);
  --background-second: #cecbc6;
  --color-bg-primary: #000000;
  --color-bg-second: #eee;
  --color-bg-third: #f9f9fa;
  --color-btn-primary: var(--main-orange);
  --color-btn-primary-hover: #1b1b1b;
  --color-btn-buyoneclick: #26ba5e;
  --color-btn-buyoneclick-hover: #197a3e;
  --color-sub-menu-bg: #276984;
  --btn-radius: 0;
  --color-stroke-primary: var(--main-orange);
  --color-stroke-secondary: #ccc;
  --main-orange: #f6a607;
  --color-text-primary: #000;
  --color-text-secondary: var(--color-bg-primary);
  --color-text-third: #fff;
  --color-body-bg: #fff;
  --color-text-second: #808080;
  --color-mobmenu: var(--color-body-bg);
  --menu-category-width: calc(25% - 18px);
  --font-family: "Source Sans 3", sans-serif;
  --second-family: "Oswald", sans-serif;
  --font-family-title: var(--font-family);
  --base-font-size: 20px;
  --base-line-height: 1.2em;
  --font-main: 20px;
  --container-width: 1200px;
}

body {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  font-family: var(--font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--color-text-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: max(min(2.5rem, 3.5vw), 1.8rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: max(min(2.2rem, 3.5vw), 1.7rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: max(min(1.8rem, 3.5vw), 1.5rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 16px;
}

a {
  color: var(--color-bg-primary);
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 14px;
  padding: 7px 0px;
}

label {
  font-weight: normal;
}

header {
  background: var(--background-header);
  font-size: var(--font-main);
}

div#search ::placeholder {
  color: var(--color-text-second);
}

.header-main__phone a {
  font-weight: 700;
}

.header-main__phone {
  margin-bottom: 5px;
}

.phone-addres {
  text-align: right;
}

.adresses {
  margin-left: 25px;
}

.container-lg.menu-top {
  border-bottom: 2px solid #000;
}

.header_niz {
  background: var(--background-second);
}

div#menu-left_menu-2 {
  font-size: 24px;
  font-family: var(--second-family);
}

div#menu-left_menu-2 a {
  color: var(--color-text-primary);
  padding: 15px 25px;
}

#search button.btn-search,
.searchs button.btn-search {
  padding: 0;
  background: none;
  border: none;
  text-shadow: none;
}

a#wishlist-total {
  position: relative;
}

.filterbody>.row>.col-md-6>.row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.specials {
  position: absolute;
  top: 10px;
}

button.btn.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}

.sezon {
  width: 24px;
  height: 24px;
}

.sezon.sezon-zimova {
  background: url(/image/dis/mdi_snowflake.png);
}

.sezon.sezon-vsesezonna {
  background: url(/image/dis/allseazon.png);
}

.sezon.sezon-ltnya {
  background: url(/image/dis/summer.png);
}

.type_tyre.type_tyre-legkoviy {
  width: 25px;
  height: 24px;
  background: url(/image/dis/legkoviy.svg);
}

.type_tyre.type_tyre-pozashlyahovik {
  width: 25px;
  height: 25px;
  background: url(/image/dis/Pozashliakhovyk.svg);
  background-size: contain;
}

.labels {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

select.form-control,
textarea.form-control,
input[type=text].form-control,
input[type=password].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control,
input[type=week].form-control,
input[type=number].form-control,
input[type=email].form-control,
input[type=url].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=color].form-control {
  font-size: var(--base-font-size);
}

.input-group .dropdown-menu,
.input-group .popover {
  font-size: var(--base-font-size);
}

.input-group .input-group-addon {
  font-size: var(--base-font-size);
  height: 30px;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group .btn {
  border-radius: 0;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

#product-product .control-label {
  margin-right: 7px;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
  text-decoration: none;
  color: var(--color-text-third);
  background-color: var(--color-bg-primary);
}

/*swiper*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

/* top */
#top {
  background-color: var(--color-stroke-primary);
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: var(--color-text-third);
  background-color: var(--color-bg-primary);
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a+a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo h1 {
  margin-top: -10px;
}

/* search */
#search {
  width: auto;
  flex: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

.search-block {
  gap: 20px;
}

#search .input-lg {
  height: 41px;
  line-height: 20px;
  padding: 0 10px;
  background: #D9D9D9;
  width: 303px;
  min-width: 303px;
  border-radius: 0;
}

div#search span.input-group-btn {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 999;
}

span#cart-total,
span#cart-wishlist {
  background: var(--main-orange);
  padding: 0;
  border-radius: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000;
  display: flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: -4px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}

div#menu-main-menu-1 .nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}

li.nav-item.shino a {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 7px 10px;
}

.bodysf {
  background: url(/image/dis/car-tires.png) no-repeat;
  background-position: center bottom;
  cursor: pointer;
  background-size: cover;
  height: 900px;
  display: flex;
  align-items: center;
}

.our-services-item-back-wrapper h2 {
	margin-top: -30px;
}

ul.nolist {
  list-style: none;
  padding-left: 0;
}

.our-services-item-back-content-wrapper ul.nolist {
  margin-top: -20px;
}

.filterbody {
  background-color: rgba(0, 0, 0, 0.800000011920929);
  padding: 20px 40px;
}

.pr-ti {
  color: #fffbfb;
  vertical-align: text-middle;
  font-size: 24px;
  font-family: Oswald;
  line-height: 25px;
  border-style: hidden;
  outline: none;
  display: flex;
  align-items: center;
}

.pr-ti img {
  margin-right: 20px;
  width: 40px;
}

.filterbody .nav-tabs .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  text-align: left;
  vertical-align: text-middle;
  font-size: 20px;
  line-height: auto;
  border-style: hidden;
  outline: none;
  padding: 0;
  margin: 0 10px;
}

.filterbody .nav-tabs .nav-item.show .nav-link,
.filterbody .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 1px solid #fffcfc;
}

.filterbody div#nav-tab {
  border-bottom: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

h2.title-module {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  color: #000;
  font-family: var(--second-family);
  text-transform: inherit;
  margin-top: 20px;
}

.lnks {
  border-left: 1px solid #fffbfb;
  height: 25px;
}

button#filter-autoLeg-tab,
button#filter-autoVan-tab {
  padding-right: 0;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #808080;
  text-align: left;
  vertical-align: text-middle;
  font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--main-orange) transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
}

button.btn.btn-primary.btn-lg.btn-pri {
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000;
  padding: 8px 30px;
  background: var(--main-orange);
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
}

button.btn.btn-primary.btn-lg.btn-pri:hover {
  background: #fff;
}

.filterbody button.btn.btn-link {
  color: #ffffff;
  text-align: left;
  vertical-align: text-middle;
  font-size: 20px;
  padding: 0;
  margin-top: 30px;
  margin-left: 25px;
  text-decoration: none;
}

.filterbody .filter-content .row>div {
  margin-bottom: 30px;
}

.filterbody>.row>.col-md-6 {
  padding: 0px 40px;
}

.filterbody>.row>.col-md-6:nth-child(1) {
  border-right: 1px solid #fff;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}


/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 6px 0;
  min-height: 36px;
}

ul.breadcrumb {
  margin-left: -30px;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  display: inline-flex;
  align-items: center;
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li:before {
  content: "";
  padding: 0;
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 6px;
  height: 11px;
  background: url(/image/dis/arrow-breadcrumbs.svg) center no-repeat;
}

.breadcrumb>li:last-child:before {
  content: "";
  padding: 0;
  display: none;
}

ul.breadcrumb a {
  font-size: 16px;
  line-height: 168%;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  padding: 0;
  white-space: nowrap;
}

html[dir=rtl] .breadcrumb>li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn {
  font-size: var(--base-font-size);
  border-radius: var(--btn-radius);
  line-height: 1;
  padding: 0.8rem 1rem;
}

.btn-lg {
  font-size: calc(var(--base-font-size) + 0.2rem);
}

:root .btn-lg {
  border-radius: var(--btn-radius);
}

.btn-primary {
  background: var(--color-btn-primary);
  border: var(--color-btn-primary);
}

header.header-main button.btn.btn-primary {
  background-color: #000000;
  border-color: #000000;
  border-radius: 12px;
  padding: 0.8rem 2rem;
}

.container-blog {
  background: rgba(246, 166, 7, 0.5);
  margin: 25px 0;
  padding: 20px;
}

.blog_item .image {
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid var(--main-orange);
}

a.btn.btn-warning.btn-detaling:after {
  content: " ";
  background: url(/image/dis/arrow-right.svg);
  width: 7px;
  height: 12px;
  margin-left: 7px;
  margin-top: 2px;
}

.blog_item .image img {
  width: 100%;
}

.blog_item .image>a {
  width: 100%;
  display: flex;
}

h2.blog_title a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 35px;
  left: 30px;
  padding-right: 10px;
  background: rgba(0, 0, 0, .7);
  padding: 5px;
  border-radius: 5px;
}

h2.blog_title {
  padding: 0;
  margin: 0;
  font-size: 28px;
}

h2.blog_title a:hover {
  color: #fff;
}

body.blog-home h2.blog_title a,
body.blog-category h2.blog_title a {
  max-width: 75%;

}

.blog_item .image img:hover {
  opacity: 1;
  transition: all 400ms;
}

a.btn.btn-warning.btn-detaling {
  background: var(--main-orange);
  font-weight: 400;
  font-size: 16px;
  line-height: 64%;
  color: #fffcfc;
  border-radius: 20px;
  width: 136px;
  height: 37px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.container-blog h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  color: #000;
}

.contacts-content {
  padding: 0;
  background: url(/image/dis/contacts-content.png) left top no-repeat;
  overflow: hidden;
  margin-top: -25px;
}

.contacts-content .container {}

.contacts-content__title-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.contacts-content__title-h2:before {
  position: absolute;
  content: "";
  top: 0;
  right: 90%;
  height: 100%;
  width: 1000%;
  background: #000;
}

.contacts-content__title-h2 h2 {
  padding: 14px 18px 15px 439px;
  background: #000000;
  border-radius: 20px;
  color: #fff;
  position: relative;
  margin: 0;
}

.contacts-content__wrapper {
  padding-top: 20px;
}

.contacts-content__title-h2 h2 span {
  color: var(--main-orange);
}

.contacts-content__items {
  margin: 37px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts-content__item {
  margin: 0px 0px 20px 0px;
  width: 30%;
}

.contacts-content__item:last-child {
  margin: 0px 0px 0px 0px;
}

.contacts-content__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  color: #000;
}

.contacts-content__title span {
  color: var(--main-orange);
}

.contacts-content__adress {
  margin: 10px 0px 0px 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
}

.contacts-content__map {
  display: block;
  margin: 10px 0px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1fa1ff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-content__map:hover {
  opacity: 0.7;
}

.contacts-content__map-info {
  margin: 37px 0px 0px 0px;
  width: 100%;
  height: 335px;
  border: 1px solid var(--main-orange);
}

.contacts-content__map-info iframe {
  width: 100%;
  height: 100%;
}

.contacts-content__info {
  margin: 10px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-content__info a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 181px;
  flex: 0 0 181px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-content__info a:hover {
  color: var(--main-orange);
}

.contacts-content__value {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #000000;
}

.garanty-content {
  padding: 25px 0 0;
}

.garanty-content h1 {
  text-align: center;
}

.garanty-content__wrapper {
  margin: 0;
  padding: 0;
  /* border: 1px solid var(--main-orange); */
}

.garanty-content__box p {
  font-size: 16px;
  line-height: 100%;
}

.garanty-content__box a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  /*   color: #fff; */
  /*color: var(--main-orange);*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.garanty-content__box a:hover {
  opacity: 0.7;
}

.delivery-content {
  padding: 11px 0px 25px 0;
}

.delivery-content h1 {
  text-align: center;
}

.delivery-content__wrapper {
  margin: 25px 0px 0px 0px;
  padding: 32px 37px;
  border: 1px solid var(--main-orange);
}

.delivery-content__box p {
  font-size: 16px;
  line-height: 100%;
}

.delivery-content__box h3 {
  margin: 30px 0px 0px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.delivery-content__box ul {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0 20px;
}

.delivery-content__box ul li {
  margin: 0px 0px 2px 0px;
  font-size: 16px;
  line-height: 100%;
  list-style: inherit;
}

.delivery-content__images {
  margin: 13px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery-content__images img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}

.delivery-content__wrapper img {
  width: auto;
}

.delivery-pay {
  padding: 11px 0px 25px 0;
}

.delivery-pay h2 {
  text-align: center;
}

.garanty-content {
  padding: 25px 0 0;
}

.garanty-content h1 {
  text-align: center;
}

h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
}

.error-img-block {
  margin: 65px auto 62px;
  width: 603px;
}

.main-utp-photo-wrapper-section {
  width: 100%;

}

.main-utp-photo-wrapper-section img {
  width: 100%;
  max-width: auto;
}

.orange {
  color: var(--main-orange);
}

.about-us-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 140px 0;
  position: relative;
  background-size: contain;
}

.about-us-section>.container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.title-section-wrapper {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 71px;
  color: #FFFCFC;
  width: 100%;
  text-align: center;
}

.title-section-wrapper::before {
  content: '';
  right: 0;
  position: absolute;
  background: #000;
  height: 70px;
  width: 50%;
  border-radius: 12px 0 0 12px;
  z-index: 1;
}

.title-section::after {
  content: '';
  left: -30px;
  position: absolute;
  background: #000;
  height: 70px;
  width: 100%;
  border-radius: 12px 0 0 12px;
  z-index: -1;
}

.title-section {
  position: relative;
  z-index: 2;
  width: max-content;
  margin: auto;
  font-weight: 400;
  color: #fff;
  line-height: 65px;
}

.title-section .span {
  text-transform: uppercase;
}

.title-welcome-section.title-section {}

.about-us-section-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.about-us-section-content-wrapper .left {
  width: 50%;


}

.about-us-section-content-wrapper .owl-carousel__prev {
  left: 29.62px;
}

.about-us-section-content-wrapper .owl-carousel__next {
  right: 17.62px;
}

.about-us-slider-wrapper {
  position: absolute;
  left: -13px;
  overflow: hidden;
  width: 50%;
  border-radius: 0 20px 20px 0;
}


.slider-about-us-item-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
}

.slider-about-us-item-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.owl-carousel__prev {
  width: 22px;
  left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;

  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.owl-carousel__prev:hover,
.owl-carousel__next:hover {
  cursor: pointer;
}

.owl-carousel__prev svg path {
  fill: #808080;
}

.owl-carousel__next {
  width: 22px;
  right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.owl-carousel__next svg path {
  fill: #808080;

}

.about-us-section-content-wrapper .right {
  width: 50%;
  padding-left: 13px;
}

.about-us-text-wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.about-us-text-wrapper p {
  margin-bottom: 20px;
}

.footer-about-us-wrapper {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
}

.footer-about-us-title {
  color: var(--main-orange);
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  margin-bottom: 25px;
}

.footer-about-us-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
}

.footer-about-us-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--main-orange);
  margin-right: 20px;
}

.footer-about-us-item-content-wrapper>a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-about-us-item-content-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.footer-about-us-item-wrapper:last-child {
  margin-bottom: 0;
}


.our-services-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
  position: relative;

  background-size: contain;
}


.our-services-section-wrapper.title-section-wrapper::before {
  left: 0;
  right: unset;
  border-radius: 0;
}

.title-our-services-section.title-section::after {
  content: '';
  right: -30px;
  left: unset;

  width: 100%;
  border-radius: 0 12px 12px 0;
  z-index: -1;
}

.our-services-content-wrapper {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  position: relative;

}

.our-services-item-wrapper {
  margin-bottom: 55px;
}

.our-services-item-front {
  text-decoration: none;
  background: var(--main-orange);
  border-radius: 20px;
  padding: 7px 10px 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 270px;
  min-width: 270px;
  transition: .3s all;
}

.our-services-item-front:hover {
  cursor: pointer;
  background: #CE8127;
}

.our-services-item-front-title {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  min-height: 60px;
}

.our-services-item-front-icon {
  margin: 0 0 40px;
  width: auto;
  height: 70px;
}

.our-services-item-front-icon-go-to {
  width: 44px;
}

.our-services-item-back-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  display: none;
  background: #E6E3E3;
  border-radius: 12px;
  padding: 70px 60px;
  transition: 1s all;
  left: -500%;
}

.our-services-item-back-wrapper.open {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  left: 0;
  margin-top: -80px;
}

.our-services-item-back-btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: none;
}

.our-services-item-back-btn-close:hover {
  cursor: pointer;
}

.our-services-item-back-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.our-services-item-back-content-wrapper .left {
  width: 50%;
  padding-right: 20px;
  max-height: 100%;
  overflow-y: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.our-services-item-back-content-wrapper .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 20px;
}

.our-services-item-back-content-wrapper .right {
  width: 50%;
  padding-left: 20px;
}

.our-services-item-back-content-wrapper .right img {
  width: 100%;
}

.mobile-header-contacts-blocks-wrapper {
  display: none;
  margin-left: 0;
}

.benefits-section {
  width: 100%;
  background-image: url(/img/protector-decoration3.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 25px 0 25px 0;
  position: relative;
  background-size: contain;
}

.benefits-content-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.benefits-content-item-wrapper {
  width: 25%;
  margin-left: 15px;
  margin-right: 15px;
}

.benefits-content-item-wrapper:first-child {
  margin-left: 0;
}

.benefits-content-item-wrapper:last-child {
  margin-right: 0;
}

.benefits-content-item-img-wrapper {}

.benefits-content-item-img {}

.benefits-content-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-top: 35px;
  text-align: center;
}


.partners-section {
  width: 100%;
  background-image: url(/img/protector-decoration4.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 45px 0 0 0;
  position: relative;
  background-size: contain;
}

.title-partners-section-wrapper.title-section-wrapper::before {
  right: unset;
  left: 0;
  border-radius: 0;
}

.title-partners-section.title-section::after {
  right: -30px;
  left: unset;
  border-radius: 0 12px 12px 0;
}

.partners-section-content-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  margin-top: 35px;
}

.partners-section-content-row-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.partners-section-content-row-wrapper:last-child {
  margin-bottom: 0;
}

.partners-section-item-wrapper {
  margin: 0 15px;
}

.partners-section-item-wrapper:first-child {
  margin-left: 0;
}

.partners-section-item-wrapper:last-child {
  margin-right: 0;
}

.partners-section-img {}


.partners-section {
  width: 100%;
  background-image: url(/image/about/protector-decoration4.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 60px 0 0 0;
  position: relative;
  background-size: contain;
}

.reviews-section {
  width: 100%;
  background-image: url(/image/about/protector-decoration5.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 50px 0 60px 0;
  position: relative;
  background-size: contain;
}

.reviews-section-content-wrapper {
  margin-top: 45px;
  width: 100%;
  background: var(--main-orange);
  padding: 60px 60px 35px 60px;

}

.mobile-show {
  display: none;
}

.reviews-form {}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: var(--color-btn-primary-hover);
  border-color: var(--color-btn-primary-hover);
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #E69500;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

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

  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

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

  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type=checkbox],
html[dir=rtl] .checkbox-inline input[type=checkbox],
html[dir=rtl] .radio input[type=radio],
html[dir=rtl] .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

#smca-modal-body>div.modal-footer {
  display: flex;
  justify-content: space-between;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, .4);
}

.information-contact .buttons {
  display: flex;
}

.information-contact .buttons .btn {
  margin-top: 15px;
}

table.simplecheckout-cart {
  font-size: 16px;
  border: none;
}

table.simplecheckout-cart .name-link {
  display: block;
}

table.simplecheckout-cart tr>td {
  vertical-align: middle;
  padding: 10px 15px;
}

table.simplecheckout-cart td.quantity {
  vertical-align: middle;
}

.simplecheckout-cart td.remove,
.simplecheckout-cart th.remove {
  width: 5%;
  text-align: right;
  vertical-align: middle;
  padding: 8px;
}

div.simplecheckout-cart-total {
  border: none;
  background-color: var(--color-bg-third);
  font-size: 16px;
}

body .simplecheckout label,
body .simpleregister label {
  margin-right: 5px;
  margin-right: 5px;
}

body .simplecheckout-block-content label {
  display: inline-flex !important;
  align-items: center;
}

body .simplecheckout-block-content label input {
  margin-right: 3px;
}

body .simplecheckout-block .checkout-heading {
  border-bottom: 1px solid var(--color-stroke-primary);
  background-color: var(--color-bg-third);
  padding: 10px 22px;
}

:root #simplecheckout_customer .simplecheckout-block-content,
:root #simplecheckout_shipping_address .simplecheckout-block-content,
body .simplecheckout-block-content {
  padding: 15px 22px;
}

body .simplecheckout-block-content p {
  margin-top: 10px;
  margin-bottom: 0.5rem;
}

body .simplecheckout .simplecheckout-block {
  border: 1px solid var(--color-stroke-primary);
  margin-bottom: 15px;
}

body .simplecheckout .simplecheckout-block .radio {
  margin-bottom: 3px;
}

div#simplecheckout_customer {
  margin-bottom: 10px;
}

body .simplecheckout .simplecheckout-block .form-group {
  margin-bottom: 10px;
  display: flex;
}

#simplecheckout_cart .form-control {
  padding: 0.375rem 0.6rem;
}

.simplecheckout #buttons {
  margin-top: 15px;
}

.buttons .simplecheckout-button-right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#agreement_checkbox input {
  margin-right: 5px;
}

#temp_popup_container .control-label {
  margin-bottom: 5px;
}

#temp_popup_container .form-group {
  margin-bottom: 10px;
}

#temp_popup_container .form-group a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group .control-label {
  margin-bottom: 5px;
}

.menu-body {
  border: 1px solid var(--color-stroke-primary);
}

.menu-body .sb-am li+li,
.menu-body .sb-am li li {
  border-top: 1px solid var(--color-stroke-primary);
}

/* подкатегории */
.subcat {
  margin-bottom: 30px;
}

.sw-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--color-stroke-primary);
  transition: all 0.4s;
}

.sw-image {
  display: flex;
  align-items: center;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.sw-image img {
  max-height: 100%;
}

.sw-title {
  padding: 0 10px 15px;
  text-decoration: none;
  font-size: max(min(18px, 2vw), 16px);
  font-weight: bold;
  color: var(--color-text-secondary);
}

/* подкатегории !*/
/* модалка сравнение и избранное */
.modal-add-alert .modal-dialog {
  max-width: 630px;
}

.modal-add-alert .modal-content {
  border-radius: 20px;
}

.modal-add-alert .modal-body {
  display: flex;
  align-items: center;
  padding: 26px 65px 26px 25px;
}

.modal-add-alert .close.btn {
  position: absolute;
  top: 13px;
  right: 15px;
  align-self: flex-start;
  margin-left: auto;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: no-repeat url(/catalog/view/theme/default/image/cross.png) center center;
  border-radius: 50%;
  border: 1px solid #000;
}

.modal-add-alert__img {
  flex-shrink: 0;
  padding-left: 25px;
  padding-bottom: 25px;
}

.modal-add-alert__content {
  margin-left: 20px;
  font-size: max(min(20px, 2vw), 18px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
}

.modal-add-alert__content a {
  color: #000;
}

.modal-add-alert__content p {
  margin: 0;
}

.modal-add-alert__content p:nth-child(2) {
  font-size: 14px;
}

/* модалка сравнение и избранное!*/
@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}


.title-module,
.h2 {
  margin-top: max(min(3.5rem, 4.2vw), 30px);
  margin-bottom: max(min(1.5rem, 3vw), 25px);
  text-align: center;
  text-transform: uppercase;
  font-size: max(min(24px, 2vw), 20px);
  font-weight: bold;
  color: var(--color-bg-primary);
}

.modal-title {
  margin-top: 0;
}

#information-information {
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .common-home .pos-slider:first-child {
    margin-left: calc(var(--menu-category-width) + 22px);
  }
}

.splide__arrow {
  width: 43px;
  height: 43px;
  border-radius: 4px;
  background-color: #ededed;
  opacity: 1;
}

@media (max-width: 480px) {
  .splide__arrow {
    width: 34px;
    height: 34px;
    opacity: 0.8;
  }
}

/* Header */
.header-main {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.header-main__logo img {
  max-height: 100%;
  padding: 20px 0 10px 0;
}

.header-main__site-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-bg-primary);
}

.header-main__tel a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  color: #888;
}

.header-main__tel a span {
  color: #212331;
}

.header-main__working-hours {
  font-size: 14px;
}

.info-box {
  margin-bottom: 10px;
}

.info-box__slogan {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-bg-primary);
}

.info-box__address,
.info-box__working-hours {
  font-size: 14px;
  white-space: pre-line;
}

.contacts-box {
  margin-bottom: 10px;
}

.contacts-box__telephon {
  font-size: 16px;
}

.header-nav {
  background-color: var(--color-bg-third);
  border-top: 1px solid var(--color-stroke-primary);
  border-bottom: 1px solid var(--color-stroke-primary);
  margin-bottom: 22px;
}

.header-nav.fixed {
  position: fixed;
  z-index: 201;
  top: 0;
  width: 100%;
}

.main-nav {
  flex: 1;
}

.main-nav .dropdown-menu {
  padding: 0;
  background-color: var(--color-sub-menu-bg);
  border-radius: 0;
  border: none;
}

.main-nav .nav-item,
.main-nav .nav-item li {
  position: relative;
}

.main-nav .nav-item:hover>.dropdown-menu,
.main-nav .nav-item li:hover>.dropdown-menu {
  display: block;
}

.main-nav .dropdown-item {
  font-size: var(--base-font-size);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 1.8em;
}

.main-nav .nav-item li .dropdown-menu {
  left: 100%;
  top: 0;
}

.main-nav .nav-item.katalog {
  display: none;
}

.main-nav .nav-item.dropdown>.nav-link {
  padding-right: 30px;
}

.main-nav .nav-item.dropdown>.nav-link::after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -7px;
}

.main-nav .nav-link {
  padding: 15px 28px;
  color: var(--color-text-primary);
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-text-stroke: 0px black;
  line-height: 125%;
  font-weight: 400;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:active,
.main-nav .nav-link:focus {
  -webkit-text-stroke: 0.7px black;
}

.main-nav .nav-link.active {
  -webkit-text-stroke: 0.7px black;
}

div#menu-main-menu-1 {
  margin: 0 -38px;
}

a.btn.btn-success.zapisnashino {
  display: block;
  width: 450px;
  height: 41px;
  background: #78b85a;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  margin-top: 50px;
}

div#menu-left_menu-2 {
  margin: 0 -35px;
}

.main-nav .dropdown-item.active {
  background-color: var(--color-bg-primary);
}

.main-nav .dropdown-item:hover {
  background-color: var(--color-bg-primary);
}

.navigation-categories {
  position: relative;
  width: var(--menu-category-width);
}

.navigation-categories-toggler {
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  margin-top: -1px;
  padding: 14px 20px;
  background: var(--color-bg-primary);
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-text-third);
}

.navigation-categories-toggler:focus {
  box-shadow: none;
}

.navigation-categories-toggler:hover {
  color: #fff;
}

.navigation-categories-toggler__brand {
  margin-left: 10px;
}

.navigation-categories-collapse {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
}

.navigation-categories-collapse.show {
  display: block;
}

.navigation-categories-collapse .nav {
  max-height: var(--main-slider-height);
  flex-wrap: nowrap;
}

.navigation-categories-collapse .nav.show {
  max-height: inherit;
}

.navigation-categories-collapse .nav:not(.show) .nav-item.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.navigation-categories-collapse__all {
  position: absolute;
  bottom: -40.6px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #eeeeef;
  font-size: 16px;
  cursor: pointer;
}

.navigation-categories-collapse .nav-item~.nav-item .nav-link {
  margin-top: -1px;
}

.navigation-categories-collapse .nav-item:not(.no-child) {
  position: relative;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item {
  background-color: #fff;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link::after,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 6px);
  z-index: 1500;
  width: 8px;
  height: 100%;
  background-color: #fff;
}

.navigation-categories-collapse .nav-link {
  position: relative;
  padding: 14px 20px;
  border: 1px solid var(--color-stroke-primary);
  background-color: var(--color-bg-third);
  color: var(--color-text-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child)>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child)>.dropdown-item {
  background-image: url(/catalog/view/theme/default/image/category-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
}

.navigation-categories-collapse .dropdown-menu {
  top: -1px;
  left: calc(100% - 5px);
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.navigation-categories-collapse .dropdown-menu>ul>li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.navigation-categories-collapse .dropdown-menu>ul>li:hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .dropdown-item {
  font-size: var(--base-font-size);
  font-weight: 400;
  padding: 14px 20px;
  position: relative;
  white-space: normal;
  color: #333;
}

.navigation-categories-collapse .dropdown-item:focus,
.navigation-categories-collapse .dropdown-item:hover {
  text-decoration: underline;
  background: none;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item.active>.nav-link,
.navigation-categories-collapse .nav-item.active>.dropdown-item {
  text-decoration: underline;
  color: var(--color-bg-primary);
}

.navigation-categories-toggler {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: var(--color-bg-primary);
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-text-third);
}

.navigation-categories-collapse .nav {
  max-height: var(--main-slider-height);
  flex-wrap: nowrap;
}

.navigation-categories-collapse.show {
  display: block;
}

.navigation-categories-collapse .nav {
  max-height: var(--main-slider-height);
  flex-wrap: nowrap;
}

.navigation-categories-collapse .nav.show {
  max-height: inherit;
}

.navigation-categories-collapse .nav:not(.show) .nav-item.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.navigation-categories-collapse__all {
  position: absolute;
  bottom: -40.6px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #eeeeef;
  font-size: 16px;
  cursor: pointer;
}

.navigation-categories-collapse .nav-item~.nav-item .nav-link {
  margin-top: -1px;
}

.navigation-categories-collapse .nav-item:not(.no-child) {
  position: relative;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item {
  background-color: #fff;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link::after,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 6px);
  z-index: 1500;
  width: 8px;
  height: 100%;
  background-color: #fff;
}

.navigation-categories-collapse .nav-link {
  position: relative;
  padding: 14px 20px;
  border: 1px solid var(--color-stroke-primary);
  background-color: var(--color-bg-third);
  color: var(--color-text-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child)>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child)>.dropdown-item {
  background-image: url(/catalog/view/theme/default/image/category-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
}

.navigation-categories-collapse .dropdown-menu {
  top: -1px;
  left: calc(100% - 5px);
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.navigation-categories-collapse .dropdown-menu>ul>li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.navigation-categories-collapse .dropdown-menu>ul>li:hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .dropdown-item {
  font-size: var(--base-font-size);
  font-weight: 400;
  padding: 14px 20px;
  position: relative;
  white-space: normal;
  color: #333;
  display: block;
}

.navigation-categories-collapse .dropdown-item:focus,
.navigation-categories-collapse .dropdown-item:hover {
  text-decoration: underline;
  background: none;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item.active>.nav-link,
.navigation-categories-collapse .nav-item.active>.dropdown-item {
  text-decoration: underline;
  color: var(--color-bg-primary);
}

/* cart */
.cart {
  display: inline-block;
}

.cart>.btn {
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}

#cart-total {
  font-size: 14px;
}

.cart__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a5a5a8;
}

.cart__descr {
  margin-left: 56px;
}

.cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

.cart.open>.btn:hover {
  color: #444;
}

.cart .dropdown-menu {
  min-width: 100%;
  background: #eee;
  z-index: 1001;
}

.cart .dropdown-menu table {
  margin-bottom: 10px;
}

.cart .dropdown-menu li p {
  margin: 20px 0;
}

.cart li>div {
  min-width: 427px;
  padding: 0 10px;
}

.main-adventages {
  padding: 46px 0px 57px 0;
}

.main-adventages__wrapper {
  margin: 80px 0px 0px 0px;
  padding: 58px 0px;
  border: 1px solid var(--main-orange);
}

.main-adventages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px -15px -15px;
}

.main-adventages__item {
  padding: 0px 15px;
  margin: 0px 0px 15px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.main-adventages__wrapp {
  height: 100%;
  padding: 0px 27px 20px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-adventages__icon {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
}


.main-partners {
  padding: 64px 0px;
  background: rgba(246, 166, 7, 0.5);
}

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

.main-partners__title {
  margin: 0px 32px 0px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  width: 267px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 267px;
  flex: 0 0 267px;
}

.main-partners__slider {
  overflow: hidden;
  position: relative;
  padding: 0px 44px 0 0;
}

.main-partners__slider .swiper-button-prev,
.main-partners__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 44px;
  cursor: pointer;
  z-index: 5;
}

.main-partners__slider .swiper-button-prev:hover,
.main-partners__slider .swiper-button-next:hover {
  opacity: 1;
}

.main-partners__slider .swiper-button-prev {
  left: 10px;
}

.main-partners__slider .swiper-button-next {
  right: 0px;
}

.main-partners__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}

.main-partners__slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-adventages__title {
  margin: 28px 0px 0px 0px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.form-creator.box .box-content {
  margin: 40px 0px 50px 0px;
  padding: 23px 70px 42px 70px;
  background: rgba(246, 166, 7, 0.7);
}

.main-contacts form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.main-contacts form label input {
  width: 100%;
  margin: 4px 0px 0px 0px;
  background: #ffffff;
  padding: 12px 30px;
  font-size: 20px;
  line-height: 125%;
}

.main-contacts form label textarea {
  width: 100%;
  margin: 4px 0px 0px 0px;
  background: #ffffff;
  padding: 12px 30px;
  font-size: 20px;
  line-height: 125%;
  height: 127px;
}

.main-contacts form label p {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0 51px;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  position: relative;
  cursor: pointer;
}

.main-contacts form label p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-contacts form label p:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: var(--main-orange);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  transition: all 0.3s ease;
}

.main-contacts form label p a {
  color: #fff;
  text-decoration: underline;
}

.main-contacts form label input[type="checkbox"] {
  display: none;
}

.main-contacts form label input[type="checkbox"]:checked+p:after {
  opacity: 1;
}


.main-contacts form label {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}

.main-contacts div.required .control-label:before {
  display: none;
}

.main-contacts form button,
#button-review {
  margin: 20px 0 0 0;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  color: #fffcfc;
  padding: 5px 32px 5px 21px;
  background-color: #d7d7d8 !important;
  background-image: url(/image/dis/icon-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position-y: calc(100% - 12px) !important;
  background-position-x: calc(100% - 17px) !important;
  border-radius: 20px !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.main-contacts form button:hover {
  background-color: var(--main-orange) !important;
}


.main-contacts input,
.main-contacts input::placeholder,
.main-contacts textarea,
.main-contacts textarea::placeholder {
  color: #d7d7d7 !important;
}

.main-contacts form input.form-control {
  width: 100%;
  margin: 4px 0px 0px 0px;
  background: #ffffff;
  padding: 12px 30px;
  font-size: 20px;
  line-height: 125%;
}

.main-contacts form textarea.form-control {
  width: 100%;
  margin: 4px 0px 0px 0px;
  background: #ffffff;
  padding: 12px 30px;
  font-size: 20px;
  line-height: 125%;
  height: 127px;
}

.main-contacts__form-left {
  margin: 0px 70px 0px 0px;
  width: 100%;
}

.main-contacts__form-right {
  width: 100%;
}

.main-contacts input[type="checkbox"] {
  max-width: 25px;
  min-width: 25px;
  width: 100%;
  height: 25px;
  margin-right: 25px;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
  border: none !important;
}

.main-contacts input[type="checkbox"] {
  display: block !important;
}

div#agree label {
  display: flex;
  align-items: center;
  color: #000 !important;
}

div#agree label a {
  color: #fff;
  margin-left: 10px;
}

.footer {
  padding: 14px 0px;
  background: var(--main-orange);
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__info {
  margin: 0px 20px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 342px;
  flex: 0 0 342px;
}

.footer__logo {
  margin: 0px 29px 0px 0px;
  width: 70px;
}

.footer__logo img {
  width: 70px;
}

.footer__title {
  font-size: 20px;
  line-height: 150%;
  font-family: "Oswald", sans-serif;
}

.footer__nav {
  margin: 15px 0px 0px 0px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  margin: 0px 0px 5px 0px;
  width: 50%;
}

.footer__nav ul li a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__nav ul li a:hover {
  opacity: 0.7;
}

.footer__contacts {
  margin: 0px 20px 0px -70px;
}

.contacts-content__info.contacts-content__info_a {
  display: block;
}

.footer__description {
  left: -110px;
  position: relative;
}

.footer__contact {
  margin: 0px 0px 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contact a:hover {
  opacity: 0.7;
}

.footer__contact-icon {
  margin: 0px 8px 0px 0px;
  padding: 0 2px;
}

.footer__contact-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
}

.footer__description p {
  font-size: 16px;
  line-height: 100%;
}

.footer__links {
  margin: 0px 0px 22px 0px;
}

.footer__links a {
  margin: 0px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer__links a:hover {
  opacity: 0.7;
}

.footer__links a span {
  margin: 0px 0px 0px 17px;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.footer__develop {
  margin: 10px 0px 0px 0px;
  font-size: 16px;
  line-height: 100%;
}

.footer__develop a {
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__develop a:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  body.common-home .navigation-categories-collapse {
    display: block;
    z-index: 999;
  }
}

@media (max-width: 991px) {
  .header-main>.container-lg {
    padding-right: 0;
  }

  .header-main__logo {
    height: 50px;
    width: auto;
  }

  .header-main__tel a {
    font-size: 0;
  }

  .cart {
    margin-left: 15px;
  }

  .cart .btn {
    padding: 0 10px 0 0;
  }

  .cart .btn img {
    max-width: 28px;
  }

  .cart__descr {
    display: none;
  }
}

/* Фильтр */
#column-left .box-heading {
  padding: 25px 28px 20px;
  border: 1px solid var(--color-stroke-primary);
  border-bottom: 0;
  background-color: var(--color-bg-second);
  text-transform: uppercase;
  font-size: max(min(18px, 1.5vw), 16px);
  font-weight: bold;
  color: var(--color-text-primary);
  margin: 0;
}

.mfilter-box {
  background: var(--color-bg-third);
}

.mfilter-opts-container {
  border-top: 0;
  border-bottom: 1px solid var(--color-stroke-primary);
}

.mfilter-heading {
  background: transparent;
}

.mfilter-heading-content {
  padding: 12px 25px;
  font-size: 16px;
}

.mfilter-filter-item .mfilter-options {
  padding: 0 25px 12px;
  font-size: 14px;
}

.mfilter-content #mfilter-price-slider .ui-slider-range {
  background: var(--color-bg-primary) !important;
}

.mfilter-box-1 .mfilter-counter {
  display: none;
}

/* Фильтр */
/*  ! mobile menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 74px;
  height: 60px;
  padding: 10px 20px;
  margin-left: 10px;
  background-color: var(--color-btn-primary);
}

.mobile-menu .dropdown-item.active {
  background: transparent;
}

.mobile-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text-third);
}

.navbar-nav li a {
  line-height: normal;
}

.close-menu {
  display: none;
}

ul.mobile-menu {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--color-mobmenu);
  margin: 0;
  padding: 0;
}

ul.mobile-menu li>ul {
  display: none;
}



ul.mobile-menu li.has {
  display: flex;
  align-items: center;
}

ul.mobile-menu li a,
ul.mobile-menu li span.separator,
.catalog-menu-toggle>ul.m_cat_u1>li>a {
  display: block;
  height: auto;
  padding: 19px 20px 20px 19px;
  border-bottom: 1px solid var(--color-stroke-primary);
  background: none;
  text-transform: uppercase;
  color: var(--color-text-primary);
  text-decoration: none;
  font-size: var(--base-font-size);
}

ul.mobile-menu li a.active,
ul.mobile-menu li span.separator.active,
.catalog-menu-toggle>ul.m_cat_u1>li>a.active {
  color: var(--color-text-secondary);
}

ul.mobile-menu li.has>a,
ul.mobile-menu li.has>span.separator {
  width: 80%;
}

ul.mobile-menu li.has>.marker {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding-left: 4px;
  border-bottom: 1px solid var(--color-stroke-primary);
  background-color: var(--color-stroke-secondary);
}

ul.mobile-menu li.has .marker i {
  display: block;
  border: 5px solid transparent;
  border-left: 5px solid var(--color-text-primary);
}

ul.mobile-menu .back {
  display: flex;
  align-items: center;
  padding: 19px 20px 20px 19px;
}

ul.mobile-menu .back i {
  display: block;
  margin-right: 20px;
  border: 5px solid transparent;
  border-right: 5px solid #000;
}

.popup {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.popup_bg {
  position: absolute;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.close-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  display: block;
  width: 74px;
  height: 60px;
  background-color: var(--color-bg-primary);
}

.close-menu:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 8px;
  width: 80%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.close-menu:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 8px;
  width: 80%;
  height: 2px;
  transform: rotate(-45deg);
  background: #fff;
}

.swiper-viewport {
  overflow: hidden;
}

/* product list */
.product-thumb {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--color-stroke-primary);
  border-radius: 4px;
  transition: all 0.4s;
  height: 100%;
}

.product-more-info {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
  padding: 15px;
  padding-top: 0;
  border: 1px solid var(--color-bg-primary);
  border-top: none;
  background-color: #fff;
}

.product-thumb:hover .product-more-info {
  display: block;
}

.owl-carousel .product-thumb:hover .product-more-info {
  display: none;
}

.product-attribute {
  max-width: 100%;
  overflow: hidden;
  display: block;
  padding: 0 10px;
}

.product-attribute thead>tr>td,
.product-attribute tbody>tr>td,
.product-attribute tfoot>tr>td {
  padding: 0;
  border-top: none;
}

.product-attribute tbody>tr {
  display: flex;
}

.product-attribute tbody>tr td:first-child {
  color: #aaa;
  display: block;
  white-space: nowrap;
}

.product-attribute tbody>tr td:first-child::after {
  content: "..........................................................................";
  color: #ddd;
  font-size: 10px;
}

.product-attribute tbody>tr td:nth-child(2) {
  text-align: right;
  position: absolute;
  right: 35px;
  display: block;
  background: #fff;
  padding-right: 35px;
  margin-right: -35px;
}

.product-thumb .rb-tl {
  left: 8px;
  top: 7px;
}

.product-thumb .h4 {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-thumb .h4 a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000;
  line-height: 34px;
  text-decoration: none;
}

.product-thumb .image {
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.product-thumb .image a,
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image a>img {
  max-width: 100%;
}

.product-thumb .desc {
  font-size: 14px;
}

.product-thumb .product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.product-thumb .product-bottom .wishlist,
.product-thumb .product-bottom .compare {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: none;
  opacity: 1;
}

.product-thumb .product-bottom .wishlist:hover,
.product-thumb .product-bottom .wishlist:active,
.product-thumb .product-bottom .wishlist:focus,
.product-thumb .product-bottom .compare:hover,
.product-thumb .product-bottom .compare:active,
.product-thumb .product-bottom .compare:focus {
  opacity: 1;
}

.product-thumb .product-bottom .wishlist img,
.product-thumb .product-bottom .compare img {
  max-width: 23px;
  width: 100%;
}

.product-thumb .smca-call-button {
  background-color: var(--color-btn-primary);
  padding: 15px 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  border-radius: var(--btn-radius);
  width: 140px;
}

.product-thumb .smca-call-button:hover,
.product-thumb .smca-call-button:active,
.product-thumb .smca-call-button:focus {
  background-color: var(--color-btn-primary-hover);
  color: #fff;
}

.product-thumb .number-spinner {
  height: 100%;
}

.product-thumb .number-spinner .btn,
.product-thumb .number-spinner input[type=text] {
  border: 0;
  box-shadow: none;
  height: 100%;
  flex: 1;
}

.product-thumb .number-spinner .btn .fa {
  font-size: 12px;
}

.product-thumb .caption {
  display: flex;
  flex-direction: column;
  padding: 0 max(min(15px, 2vw), 15px) 14px;
  flex: auto;
  justify-content: flex-end;
}

.product-thumb .caption .price {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  align-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  margin: 0;
}

h2.price {
  margin: 0;
}

.product-thumb .price-new,
.product-thumb .price {
  font-size: max(min(22px, 2vw), 20px);
  letter-spacing: 0px;
  line-height: 1;
  color: var(--color-text-primary);
  font-weight: 500;
}

.product-thumb .price-old {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: line-through;
  color: #000;
}

.product-thumb .price-new,
.product-thumb .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.product-thumb .price-new {
  color: #c20f17;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

@media (max-width: 460px) {
  .product-thumb .product-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .product-thumb .smca-call-button {
    grid-column: span 2;
  }
}

.special-price {
  color: #e95144;
  font-weight: normal;
  font-size: max(min(33px, 3vw), 28px);
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1;
  font-weight: 600;
}

.old-price {
  font-size: 19px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 600;
}

.info-inline {
  display: inline-block;
  margin-right: 15px;
  color: var(--color-bg-primary);
  font-size: 14px;
}

.info-inline b {
  color: var(--color-text-primary);
  font-weight: normal;
}

.product-h1 {
  color: var(--color-text-primary);
  margin-bottom: max(min(30px, 3.5vw), 20px);
}

.product-price .price {
  color: var(--color-text-primary);
  font-weight: 600;
  font-size: max(min(28px, 3vw), 24px);
  line-height: 1;
  letter-spacing: -1px;
}

.product-buttons {
  max-width: 360px;
}

.number-spinner-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.number-spinner-wrapper>.number-spinner {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: var(--btn-radius);
  border: 1px solid var(--color-stroke-secondary);
  max-width: 221px;
}

.number-spinner-wrapper>.number-spinner #input-quantity {
  height: 43px;
  border: none;
}

.number-spinner-wrapper>.number-spinner .btn {
  height: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

.number-spinner-wrapper .btn {
  transition: 0.23s ease;
}

.number-spinner-wrapper .btn:hover,
.number-spinner-wrapper .btn:active,
.number-spinner-wrapper .btn:focus {
  box-shadow: none;
  background: unset;
}

.number-spinner-wrapper .btn:active {
  transform: scale(0.8);
  transition: 0.23s ease;
}

.add-list-btns {
  display: flex;
  align-items: center;
}

.add-list-btns .btn {
  padding: 0 5px;
  margin-left: max(min(20px, 2vw), 10px);
  opacity: 0.3;
}

.add-list-btns .btn:hover {
  opacity: 1;
}

#button-cart,
button.prod-btn-oc3oc {
  width: 100%;
  border-radius: var(--btn-radius);
  min-height: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

button.prod-btn-oc3oc {
  background-color: var(--color-btn-buyoneclick);
}

button.prod-btn-oc3oc:hover,
button.prod-btn-oc3oc:active,
button.prod-btn-oc3oc:focus {
  background-color: var(--color-btn-buyoneclick-hover);
}

.oc3oc-product-btn {
  margin-top: 10px;
  margin-bottom: 14px;
  width: 100%;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 735px;
}

.thumbnails img {
  max-width: 100%;
  height: auto;
}

.thumbnails__wrapper {
  display: flex;
  flex-direction: column;
}

.thumbnail {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}

.thumbnails img {
  max-width: 100%;
  height: auto;
}

.image-main-sldier {
  flex: auto;
  border-radius: var(--btn-radius);
  overflow: hidden;
}

.image-main-sldier,
.thumbnail-only {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-stroke-secondary);
  padding: max(min(45px, 3.5vw), 20px);
}

.image-additional a {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  height: 100%;
}

.image-additional a img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.image-additional-sldier {
  --thumbnail-width: 118px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 0 var(--thumbnail-width);
  min-width: var(--thumbnail-width);
  height: 525px;
  margin-right: max(min(20px, 2.2vw), 10px);
}

.image-additional-sldier .splide__track {
  height: auto !important;
  flex: auto;
}

.image-additional-sldier .splide__track--nav>.splide__list>.splide__slide {
  border-radius: var(--btn-radius);
  /*border: 1px solid var(--color-stroke-secondary);*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.image-additional-sldier .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 2px solid var(--color-btn-primary);
}

.table> :not(:first-child) {
  border-top: 1px solid currentColor;
}

.input-group-addon {
  margin-right: 10px;
}

.product-specifications {
  font-size: 15px;
  font-weight: 400;
}

.product-specifications__title {
  margin-top: max(min(60px, 5vw), 30px);
  font-size: max(min(20px, 2vw), 18px);
  margin-bottom: 1em;
  line-height: 1.1;
  color: var(--color-text-primary);
  font-weight: 500;
}

.product-specifications__list {
  margin-bottom: 30px;
}

.product-specifications__item-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-specifications__item {
  display: flex;
  margin-bottom: 20px;
}

.product-specifications__item-name {
  display: flex;
  align-items: center;
  flex: 52%;
}

.product-specifications__item-name::after {
  content: "";
  display: block;
  flex: auto;
  height: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 15px;
}

.product-specifications__item-value {
  flex: 40%;
}

#productTab {
  border: none;
  margin-bottom: max(min(35px, 4vw), 15px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

#productTab .nav-link {
  background-color: #ececec;
  border-radius: 4px;
  min-height: max(min(60px, 5vw), 45px);
  font-size: max(min(17px, 2vw), 14px);
  line-height: 1;
  color: #000;
  font-weight: 500;
  width: 100%;
}

#productTab .nav-link.active {
  background: transparent;
  border: 2px solid #999999;
}

#productTab+.tab-content {
  font-size: max(min(16px, 1.5vw), 14px);
  letter-spacing: 0px;
  line-height: 1.375;
  color: var(--color-text-primary);
  font-weight: 400;
}

@media (max-width: 991px) {
  .product-buttons {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .image-additional-sldier {
    --thumbnail-width: 80px;
  }

  .image-additional-sldier {
    height: 360px;
  }

  #productTab {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  #productTab {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .thumbnails__wrapper {
    flex-direction: column-reverse;
  }

  .image-additional-sldier {
    --thumbnail-width: 100%;
    flex: none;
  }

  .image-additional-sldier {
    height: auto;
    margin-right: 0;
    margin-top: 15px;
  }

  .image-additional-sldier .splide__track {
    flex: none;
  }

  .image-additional-sldier .splide__track--nav>.splide__list>.splide__slide {
    height: auto !important;
  }
}

.column-4 .blog_stats .hl {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-text-primary);
}

.blog_grid_holder {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 23px max(min(23px, 2vw), 10px);
}

.blog_grid_holder.column-4 {
  grid-template-columns: repeat(4, 1fr);
}

.blog_grid_holder.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.blog_grid_holder.column-2 {
  grid-template-columns: repeat(2, 1fr);
}

.blog_grid_holder .blog_item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.blog_grid_holder .image {
  border: 1px solid var(--color-stroke-secondary);
  margin: 0;
  padding: 15px;
  overflow: hidden;
}

.blog_grid_holder .image img {
  transition: 0.35s ease;
}

.blog_grid_holder .image:hover img {
  transform: scale(1.1);
}

.blog_grid_holder .summary .blog_title a {
  font-size: max(min(19px, 2vw), 14px);
  line-height: 1.2;
  color: var(--color-text-primary);
  font-weight: 400;
  text-decoration: none;
}

.blog_grid_holder .summary .blog_title a:hover,
.blog_grid_holder .summary .blog_title a:active,
.blog_grid_holder .summary .blog_title a:focus {
  color: var(--color-bg-primary);
}

.blog_grid_holder .blog_stats {
  margin-bottom: 10px;
  border: none;
}

.blog_grid_holder .blog_stats span {
  display: flex;
}

@media (max-width: 991px) {
  .blog_grid_holder.column-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {

  .blog_grid_holder.column-3,
  .blog_grid_holder.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .blog_grid_holder .image {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin-top: 15vh;
    max-width: 650px;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.modal {
  z-index: 99999;
}

.modal-content {
  padding: max(min(50px, 5vw), 30px) max(min(52px, 5vw), 20px);
}

.modal-body {
  padding: 0;
}

.modal-body .form-group .control-label {
  font-size: max(min(16px, 1.5vw), 14px);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.modal-body .form-control {
  min-height: 46px;
}

.modal-body button[type=submit] {
  min-height: 46px;
}

.modal-header {
  padding: 0;
  border: none;
  flex-direction: column;
  align-items: flex-start;
}

.modal-header .btn-close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: max(min(27px, 2.5vw), 20px);
  right: max(min(30px, 2.5vw), 20px);
  opacity: 1;
  font-size: max(min(22px, 2.5vw), 18px);
}

.modal-title {
  font-size: max(min(32px, 3vw), 26px);
  margin-bottom: 0.8em;
  letter-spacing: -1px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.modal-subtitle {
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: max(min(50px, 3.5vw), 25px);
}

button.btn-close {
  filter: invert(1);
}

.main-contacts {
  padding: 0;
}

/* footer */

.menu_footer li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  margin: 0px 0px 5px 0px;
  width: 50%;
}

.footer__title {
  font-size: 20px;
  line-height: 150%;
  font-family: var(--second-family);
}

.menu_footer li a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;

}

.footer__nav ul li a:hover {
  opacity: 0.7;
}


/*  footer ! */
@media (max-width: 991px) {
  #agreement_checkbox {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .buttons .simplecheckout-button-right {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .simplecheckout-cart thead {
    display: none;
  }

  .simplecheckout-cart colgroup {
    display: none;
  }

  .simplecheckout-cart tbody>tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .simplecheckout-cart tbody>tr>td {
    width: 100%;
  }

  .simplecheckout-cart td.quantity .input-group {
    justify-content: center;
  }

  .simplecheckout-cart td.total,
  .simplecheckout-cart td.price {
    text-align: center;
  }

  .simplecheckout-cart tbody>tr {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-stroke-primary);
  }

  .simplecheckout-cart tbody>tr>td {
    text-align: center;
    border: none;
  }

  .simplecheckout-cart td.remove {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }

  .simplecheckout-cart td.remove .btn {
    border-radius: 0;
  }

  div.simplecheckout-cart-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  div.simplecheckout-cart-total span {
    margin-bottom: 3px;
  }
}

@media (max-width: 640px) {

  table.simplecheckout-cart td.quantity [data-onclick*=decrease],
  table.simplecheckout-cart td.quantity [data-onclick*=increase] {
    display: block !important;
  }
}

@media (max-width: 575px) {
  body .simplecheckout label {
    flex: 30%;
  }

  body .simplecheckout label+div {
    flex: 70%;
  }

  .modal-add-alert .modal-body {
    flex-direction: column;
    text-align: center;
    padding: 20px 25px;
  }

  .modal-add-alert__content {
    margin-left: 0;
  }

  .modal-add-alert__img img {
    max-width: 80px;
  }
}


@media (max-width: 1110px) {

  .mobile-header-contacts-blocks-wrapper {
    display: none;
    margin-left: 0;
  }



  .mobile-header-top-contacts-block-wrapper {
    background: #000000;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .link-go-to-map {
    text-decoration: none;
    margin-left: 15px;
    width: 38px;
    height: 41px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FFFCFC;
    border-radius: 12px;
  }

  .mobile-header-top-contacts-block-wrapper>a {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
  }

  .link-go-to-map svg {
    width: 15px;
  }

  .mobile-header-top-contacts-bottom-blocks-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .mobile-header-top-contacts-bottom-block-wrapper {
    background: #000000;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-header-top-contacts-bottom-block-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-orange);
    margin-bottom: 10px;
  }

  .mobile-header-top-contacts-bottom-block-wrapper>a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
  }

  .mobile-header-top-contacts-bottom-block-wrapper>a:last-child {
    margin-bottom: 0;
  }

  .mobile-header-top-contacts-block-wrapper>a.popup-btn {
    background: var(--main-orange);
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #000;
  }

  .partners-section-item-wrapper {
    margin: 0 15px;
    width: calc(25% - 15px);
  }

  .partners-section-img {
    width: 100%;
  }

  .our-services-item-front {
    max-width: 240px;
    min-width: 240px;
  }

  .our-services-item-front-title {
    font-size: 14px;
    min-height: auto;
  }

  .our-services-item-front-icon-go-to {
    width: 20px;
  }

  .mobile-header-contacts-blocks-wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
  }

  .about-us-section-content-wrapper .owl-carousel__prev svg {
    width: 22px;
    height: 29px;
    display: block;
  }

  .about-us-section-content-wrapper .owl-carousel__next svg {
    width: 22px;
    height: 29px;
    display: block;
  }

  .custom-big-checkbox__checkbox {

    border: solid 2px #FF0A0A;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper {
    flex-wrap: wrap;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper .text-wrapper {

    width: calc(100% - 26px);
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper a {

    margin-left: 15px;
  }

  .reviews-form-row.chek-wrapper .checkbox-text-wrapper .text-wrapper span {
    margin-left: 15px;
  }

  .title-section-wrapper::before {
    width: calc(100% + 0px);
    border-radius: 0;
    height: 100%;
    left: 0px !important;
    right: unset !important;
  }

  .about-us-section>.container {
    padding: 0;
  }
}

@media (max-width: 576px) {


  .title-section {
    font-size: 18px;
  }

  .about-us-section,
  .our-services-section {
    background-image: none !important;
  }

  .our-services-item-front::before {
    display: none;
  }

  .mobile-show.partners-section-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .partners-section-content-row-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .partners-section .owl-nav {
    text-align: center;
    margin: 30px auto 30px;
  }

  .partners-section-content-wrapper .owl-stage-outer {
    position: relative;
    z-index: 1;
  }

  .partners-section-content-wrapper .owl-nav {
    position: relative;
    z-index: 2;
    height: 30px;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .about-us-section-content-wrapper .owl-carousel__prev {
    left: 7.34px;
  }

  .about-us-section-content-wrapper .owl-carousel__next {
    right: 7.34px;
  }

  .white-popup.data-window {
    text-align: justify;
  }

  .logo-wrapper {
    width: calc(50% + 80px);
  }

  .white-popup.data-window .main-title {
    font-size: 24px;
    line-height: normal;
  }

  .white-popup.data-window p {

    font-size: 14px;
    line-height: 17px;

  }

  .logo-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    width: 160px;
  }

  .main-utp-photo-wrapper {
    margin-top: 25px;
  }

  .mobile-header-top-contacts-block-wrapper>a {
    margin-left: 0;
  }

  .show-mobile-menu.show {
    min-width: 60px;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: flex;
  }

  .about-us-section>.container {
    padding: 0;
  }

  .about-us-section-content-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .about-us-section-content-wrapper .left {
    width: 100%;
    padding-right: 0;
  }


  .about-us-slider-wrapper {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
  }

  .about-us-section-content-wrapper .right {
    width: 100%;
    padding: 10px 15px 0;
  }

  .title-our-services-section.title-section {
    display: block;
  }

  .our-services-content-wrapper {
    justify-content: center;
    padding: 0;
  }



  .our-services-item-front-icon-go-to {
    display: none;
  }

  .our-services-item-front::before {
    content: '';
    background: var(--main-orange);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
    border-radius: 20px;
  }

  .our-services-item-back-wrapper.open {
    z-index: 2;
	overflow: hidden;
  }

  .our-services-item-back-content-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .our-services-item-back-content-wrapper .right {
    width: 100%;
    padding-left: 0;
    order: 0;
    max-height: 190px;
    overflow: hidden;
  }

  .our-services-item-back-content-wrapper .left {
    width: 100%;
    overflow-y: auto;
    max-height: 100%;
    order: 1;
    padding: 15px 25px;
    text-align: justify;
  }

  .title-benefits-section.title-section {
    display: block;
  }

  .benefits-content-wrapper {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefits-content-item-wrapper:first-child {
    margin-left: 15px;
  }

  .benefits-content-item-wrapper:last-child {
    margin-right: 15px;
  }

  .benefits-content-item-wrapper {
    width: calc(50% - 30px);
    margin-bottom: 15px;
  }

  .title-partners-section.title-section {
    display: block;
  }

  .partners-section {
    background-image: none;
  }

  .partners-section-content-row-wrapper {
    margin-bottom: 0;
    flex-wrap: wrap;

  }

  .partners-section-item-wrapper {
    margin: 0 0 28px 0;
    width: 100%;
  }

  .partners-section-content-wrapper.mobile-hide {
    display: none;
  }

  .partners-section-content-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }

  .partners-section-content-row-wrapper img {
    width: 100%;
  }

  .partners-section-content-row-wrapper.col-1 .partners-section-item-wrapper {
    width: 100%;

  }

  .partners-section-content-row-wrapper.col-2 .partners-section-item-wrapper {
    width: 50%;
    padding-right: 7.5px;
  }


  .partners-section-content-row-wrapper.col-2:nth-child(2n) {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 0;
  }

  .partners-section .owl-nav {
    text-align: center;
  }

  .partners-section .owl-nav button {}

  .partners-section .owl-nav button span {
    font-size: 70px;

    height: fit-content;
    color: var(--main-orange);
    padding: 5px;
  }

  .partners-section .owl-nav button.disabled {
    display: none;
  }

  .partners-section .owl-dots {
    display: none;
  }

  .reviews-section-content-wrapper {
    margin-top: 0;
    padding: 15px;
  }

  .main-reviews-form-content-wrapper>.left label {
    padding: 14px 30px;
  }

  .reviews-form-row.chek-wrapper {
    margin: 10px 0 30px;
    align-items: center;
  }

  .right-reviews-form-wrapper .form-icon {
    width: 20px;
    margin-right: 20px;
  }

  .right-reviews-form-wrapper input[type="radio"] {
    width: 30px;
    height: 30px;
  }

  .right-reviews-form-wrapper label span {

    font-size: 20px;
    line-height: 25px;

  }

  .title-contacts-section.title-section {
    display: block;
  }



  .top_contacts-bloks-contacts-row-wrapper {
    margin-bottom: 5px;
  }

  .bottom_contacts-bloks-wrapper {

    margin-top: 15px;

  }

  .bottom_contacts-bloks-contacts-row-wrapper {
    margin-bottom: 5px;
  }

  .woocommerce-account .content-account-order-content__header .content-account-order-content__header-img img {
    margin: 0 auto !important;
  }

  .woocommerce-account .content-account-order-content__header-img {
    display: flex;
    align-items: center;
  }

  .filter-popup-content-wrapper>div.left {
    width: 60%;
  }

  .filter-popup-content-wrapper>div.right {
    width: 40%;
    padding: 35px 5px;
    max-height: 360px;
    overflow-y: auto;
  }

}

@media (max-width: 450px) {
  .our-services-item-back-content-wrapper .right {
    width: 100%;
    padding-left: 0;
    order: 0;
    max-height: unset;
    overflow: unset;
  }

  .our-services-item-back-content-wrapper .left {
    max-height: 210px;

  }

  .about-us-text-wrapper {
    text-align: justify;
  }

  #shipping_method {
    max-width: 360px;
  }

  .woocommerce-account .content-account-order-content__header {
    grid-template-columns: repeat(2, 1fr);
  }

  .clear-filter-fields {
    min-height: 40px;
  }

  .fields-row-add-date-wrapper.last-date .fields-wrapper {
    min-height: 95px;
    max-height: 95px;
  }

  .fields-wrapper {
    min-height: 145px;
    max-height: 145px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 28px;
  }

  .our-services-item-back-content-wrapper .left {

    max-height: 260px;

  }

}

.page-item.active .page-link {
  z-index: 3;
  color: #000000;
  background-color: var(--main-orange);
  border-color: var(--main-orange);
}

.page-link {
  color: #000000;
}

body.blog-home h2.blog_title a,
body.blog-category h2.blog_title a {
  /*position: relative;*/
}

.blog_items {
  position: relative;
  margin-bottom: 40px;
}

div#feedbackModal42 div#agree label a {
  color: #040404;
  margin-left: 10px;
}

.mobimgf {
  background: url(/image/dis/car-tires-smoke-mobile.png) no-repeat;
  height: 106px;
  background-position: center;
  background-size: cover;
}

.splide__arrow {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.select2-dropdown {
  border: none;
  border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.5px solid #808080;
  outline: none;
  height: 50px;
  padding-left: 10px;
}

#cookie-notice,
#cookie-notice .cn-button:not(.cn-button-custom) {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center
}

#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  letter-spacing: 0;
  line-height: 20px;
  left: 0
}

#cookie-notice,
#cookie-notice * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cookie-notice.cn-animated {
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#cookie-notice.cn-animated.cn-effect-none {
  -webkit-animation-duration: 1ms !important;
  animation-duration: 1ms !important
}

#cookie-notice .cookie-notice-container,
#cookie-notice .cookie-revoke-container {
  display: block
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container,
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
  display: none
}

.cn-position-top {
  top: 0
}

.cn-position-bottom {
  bottom: 0
}

.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2
}

.cookie-revoke-container {
  padding: 15px 30px;
  width: 100%;
  z-index: 1
}

.cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: .5;
  padding: 10px;
  outline: 0;
  cursor: pointer
}

.cn-close-icon:hover {
  opacity: 1
}

.cn-close-icon:after,
.cn-close-icon:before {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: grey
}

.cn-close-icon:before {
  transform: rotate(45deg)
}

.cn-close-icon:after {
  transform: rotate(-45deg)
}

#cookie-notice .cn-revoke-cookie {
  margin: 0
}

#cookie-notice .cn-button {
  margin: 0 0 0 10px;
  display: inline-block
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  letter-spacing: .25px;
  margin: 0 0 0 10px;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit
}

.cn-text-container {
  margin: 0 0 6px
}

.cn-buttons-container,
.cn-text-container {
  display: inline-block
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

#cookie-notice.cn-effect-fade,
#cookie-notice.cn-effect-none {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

#cookie-notice.cn-effect-slide {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

#cookie-notice.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@media all and (max-width: 900px) {

  .cookie-notice-container #cn-notice-buttons,
  .cookie-notice-container #cn-notice-text {
    display: block
  }

  #cookie-notice .cn-button {
    margin: 0 5px 5px
  }
}

@media all and (max-width: 480px) {

  .cookie-notice-container,
  .cookie-revoke-container {
    padding: 15px 25px
  }
}

.cookie-notice-container #cn-notice-text p {
  display: flex;
  align-items: baseline;
}

.cookie-notice-container #cn-notice-text p a {
  margin-left: 10px;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  background: rgba(255, 255, 255, 0.7) !important;
}

.catalog-filter__sort label {
  font-size: 18px !important;
}

.cookie-revoke-hidden {
  background: rgba(255, 255, 255, 0.7) !important;
}

.cookie-notice-container {
  position: relative;
  color: #000 !important;
  text-align: left !important;
  padding: 36px 0 !important;
  max-width: 1164px !important;
  margin: 0 auto 0 auto !important;
}

#cookie-notice {
  font-size: 22px !important;
  font-weight: 400px !important;
}

.cn-text-container h3 {
  font-weight: 600 !important;
}

.cn-text-container a {
  display: block;
  color: #000;
  font-family: Source Sans Pro;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  transition: all 0.3s ease;
  margin-top: 3px;
}

.cn-text-container a:hover {
  color: var(--main-orange);
}

#cookie-notice .cn-button {
  display: block;
  border-radius: 12px !important;
  background: var(--main-orange) !important;
  color: #fffcfc !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 168% !important;
  padding: 5px 35px 5px 21px !important;
  position: relative;
}

div#cookie-notice {
  display: none;
}

#cookie-notice .cn-button:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 19px;
  width: 7px;
  height: 11px;

  background-size: contain;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
  background: rgba(255, 255, 255, 0.7) !important;
}

.cn-buttons-container {
  /* 		margin-left: 126px; */
  position: absolute;
  bottom: 26px;
  right: 0;
}

body.product-category h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: var(--main-orange);
}

.our-services-item-back-content-wrapper.nopbr .left p {
  margin-bottom: 0;
}

.our-services-item-back-content-wrapper.nopbr .left ul {
  margin-bottom: 0;
  margin-left: -10px;
  list-style: none;
  padding-left: 11px;
}

.our-services-item-back-content-wrapper.nopbr ul li span {
  margin-right: 35px;
}

.our-services-item-back-content-wrapper .left {
  overflow-y: initial;
}

.modal-backdrop {
  background: rgba(128, 128, 128, 0.8);
}

.modal-content {
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.main-contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.header-main .modal-body button.btn.btn-primary,
.modal-body button.btn.btn-primary {
  background-color: var(--main-orange);
  border-color: #000000;
  border-radius: 0;
  padding: 0.8rem 2rem;
}

span#cn-notice-text h3 {
  color: #000;
  font-size: 24px !important;
}

form#form-formcreator53 {
  display: block;
}


div#form-creator-53 .box-content {
  background: var(--main-orange);
  background-image: url(/image/dis/premiumcontact7.png);
  background-repeat: no-repeat;
  background-position: 93% 12%;
}

select#formInputSelect53-4,
select#formInputSelect53-4 option:first-child {
  color: #d7d7d7;
}

select#formInputSelect53-4 option {
  color: #000;
}

.form-group.perevag input[type="radio"] {
  width: 25px;
  height: 25px;
}

.form-group.perevag .perevagChe label {
  color: #000;
  margin-left: 25px;
}

.form-group.perevag .form-check-input:checked {
  background-color: #ffffff;
  border-color: #101010;
}

.form-group.perevag .form-check {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.form-group.perevag label.form-check-label:before {
  content: " ";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 15px;
}

label[for="formInputRadio53-5-0"]:before {
  background: url(/image/dis/ant-design_like-filled.svg);
}

label[for="formInputRadio53-5-1"]:before {
  background: url(/image/dis/fluent_document-dismiss-24-filled.svg);
}

label[for="formInputRadio53-5-2"]:before {
  background: url(/image/dis/fa_comment.svg);
}

label[for="formInputRadio53-5-3"]:before {
  background: url(/image/dis/el_idea.svg);
}

.perevagChe {
  padding-left: 25px;
}

.form-group.perevag .form-check {
  padding-left: 0;
}

form#form-formcreator53 div#agree {
  position: relative;
  margin-top: -25px;
  top: 35px;
}

label.control-label[for="formInputRadio53-5"] {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

div#form-creator-53 {
  max-width: var(--container-width);
  margin: 0 auto;
}

body.information-information-13.information-information section.contacts-content a {
  text-decoration: none;
}

body.information-information-13.information-information section.contacts-content a.contacts-content__map {
  text-decoration: underline;
}

.timeinfo img {
  margin-right: 10px;
}

body.information-information-13.information-information h1 {
  text-align: center;
}

select#formInputSelect53-4 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%23f6a607' height='45' viewBox='0 0 24 24' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-color: #fff;
}

aside#column-left .filters h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

aside#column-left .filters {
  background: rgba(246, 166, 7, 0.3);
  padding: 20px 0;
}

ul#myTab0 button {

  font-size: 20px;

  color: #000;
  background: transparent;
  border: none;
  border-right: 1px solid;
  border-radius: 0;
  padding: 0;
  padding-right: 10px;
}

ul#myTab0 li:last-child button {
  border: none;
  padding-left: 10px;
}

ul#myTab0 button.active {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

ul#myTab0 {
  border: none;
  margin-top: 20px;
}

.row.rowsFil>div {
  margin-bottom: 15px;
}

aside#column-left .filters .container {
  padding: 0 10px;
}

.tTtl {
  font-weight: 400;
  font-size: 20px;
  color: #808080;
  text-align: center;
  margin-bottom: 10px;
}

.row.ttDop {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 20px;
}

.col-12.infoLinks {
  padding-top: 20px;
  padding-bottom: 20px;
}

.col-12.infoLinks a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}

.col-12.infoLinks a.shukaty {
  text-decoration: underline;
}

.row.ttDop>div {
  padding-right: 0;
  padding-left: 5px;
}

aside#column-left .filters input[type="radio"],
aside#column-left .filters input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: -20px;
  margin-top: 0;
  border: 1px solid #000000;
  border-radius: 100%;
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8' fill='%23f6a607' /%3E%3C/svg%3E");
}

.row.ttDop .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;

}

.radio.form-check .form-check-input {
  width: 25px;
  height: 25px;

  margin-top: 0;
}

body .simplecheckout .simplecheckout-block .form-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.simplecheckout .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 46px;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid #808080;
  border-radius: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 35px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: var(--main-orange) transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

#simplecheckout_cart .form-control {
  padding: 0.375rem 0.6rem;
  border: none;
  font-weight: bold;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000;
  outline: none;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent var(--main-orange) transparent;
  border-width: 0 6px 8px 7px;
}

.form-group.row-shipping_address_address_2>* {
  width: 100%;
}

select#shipping_address_address_2 {
  position: relative;
  border: 1px solid #808080;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.form-group.row-shipping_address_address_2,
div#simplecheckout_payment .simplecheckout-block-content,
.form-group.row-shipping_address_zone_id .col-sm-8,
.form-group.row-shipping_address_city .col-sm-8,
.form-group.row-shipping_address_address_1 .col-sm-8 {
  position: relative;
}

/*
, .form-group.row-shipping_address_city .col-sm-8::after,
.form-group.row-shipping_address_address_1 .col-sm-8::after */
.form-group.row-shipping_address_address_2::after,
div#simplecheckout_payment .simplecheckout-block-content::after,
.form-group.row-shipping_address_zone_id .col-sm-8::after {
  border-color: var(--main-orange) transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  height: 0;
  position: absolute;
  bottom: 20px;
  width: 0;
  content: " ";
  right: 10px;
}

div#simplecheckout_shipping .checkout-heading.panel-heading {
  margin-bottom: 20px;
}

div#simplecheckout_payment .simplecheckout-block-content::after {

  bottom: 33px;
  width: 0;
  content: " ";
  right: 30px;
}

select#shipping_address_address_2,
div#simplecheckout_payment select.form-control {
  position: relative;
  border: 1px solid #808080;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.information-single-content__text_info {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 15px;
  align-items: center;
}

.information-single-content__text_info._text_info_itogo .itogo {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.deliverySumm {
  color: #1fa1ff;
}

.information-single-content__texts.umovi {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.simplecheckout-cart-total span.inputs label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-right: 15px;
}

.simplecheckout-cart-total.coupon-total input.form-control {
  border: 2px solid #808080 !important;
  border-radius: 0;
  min-width: 150px !important;
}

div#simplecheckout_cart {
  margin: 0 20px 20px;
}

.simple-content .buttnsView a,
.simple-content .buttnsView input,
.simple-content .buttnsView #button-confirm, .simple-content .buttnsView input.btn.btn-primary.button {
  display: block;
  margin-bottom: 30px !important;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  width: 100%;
}

.simple-content .buttnsView a:hover,
.simple-content .buttnsView input:hover {
  color: #fff;
}

span#agreement_checkbox {
  display: none;
}

.simplecheckout-cart-total.coupon-total input.form-control {
  border: 2px solid #808080 !important;
  border-radius: 0;
}

.information-single-content__text_info._text_info_itogo {
  margin-top: 30px;
}

.single-content__information.information-single-content .information-single-content__body {
  margin: 10px 0px 0px 0px;
}

.simple-content #simplecheckout_comment textarea {
  margin: 0 40px;
  border: 1px solid #808080;
}

.simple-content #simplecheckout_comment textarea.form-control {
  margin: 0 20px !important;
  border: 1px solid #808080 !important;
  border-radius: 0;
}

div#simplecheckout_payment_address label {
  display: none !important;
}

div#simplecheckout_payment_address .simplecheckout-block-content {
  padding-top: 0;
}

div#simplecheckout_payment {
  margin-bottom: 0;
}

div#simplecheckout_shipping_address input.form-control,
div#simplecheckout_shipping_address select,
div#simplecheckout_payment_address input.form-control {
  border: 1px solid #808080 !important;
  border-radius: 0;
  padding-right: 30px;
}

div#simplecheckout_payment {
  width: 68.5%;
}

div#simplecheckout_shipping .simplecheckout-block-content>div {
  margin-bottom: 15px;
}

div#simplecheckout_shipping .simplecheckout-block-content {
  padding-top: 0;
}

td.quantity span.d-flex.input-group-btn {
  border: 1px solid var(--main-orange);
}

td.quantity span.d-flex.input-group-btn .btn-primary {
  background: #fff;
  color: #000;
}

body .simplecheckout .simplecheckout-block .radio.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.row.autosF>div {
  margin-bottom: 15px;
}

.form-check.button_rasz,
.form-check.povniy {
  margin-left: 0;
  padding-left: 20px;
}

.form-check-input:checked {
  background-color: #ffffff;
  border-color: #000000;
}

.ranDiv {
  display: flex;
}

.ranDiv.ranDivPad .razns.col-6 {
  padding-right: 5px;
}

.ranDiv.ranDivPad .col-6.chheckhi {
  padding-left: 5px;
}

.col-12.infoLinks a img {
  margin-right: 10px;
}

section.contacts-content {
  margin-bottom: 20px;
}

.row.g-md-3.g-2.models {
  column-count: 3;
  column-gap: 1rem;
  display: block;
  margin: 0;
  padding: 0;
}

.row.g-md-3.g-2.models .product-layout.product-grid {
  break-inside: avoid;
  border-radius: 8px;
  width: 100%;
  clear: none;
  margin: 0;
  margin-bottom: 15px;
}

.bbord {
  border-bottom: 2px solid var(--main-orange);
  margin-top: 10px;
  margin-bottom: 5px;
}

.row.g-md-3.g-2.models .product-bottom {
  margin-bottom: 10px;
}

aside#column-left {
  padding-left: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--main-orange) transparent;
  border-width: 0 6px 8px 7px;
}

span.select2-results::-webkit-scrollbar-thumb {
  background: var(--main-orange);
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--main-orange);
  border-radius: 4px;
}

input.select2-search__field::placeholder,
li.select2-results__option,
aside#column-left span.select2-selection__rendered {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
}

aside#column-left span.select2-selection__rendered {
  line-height: 50px;
}

div#input-sortss a {
  text-decoration: none;
}

div#input-sortss {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.filter-popup-car-modal-wrapper {
  display: none;
}

.filter-popup-car-modal-wrapper.active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  z-index: 1000;
}

.filter-popup-car-modal-wrapper .overlay-modal-filter {
  background: rgba(128, 128, 128, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.filter-popup-car-modal-content-wrapper {
  position: relative;
  z-index: 2;
  margin-left: 100px;
}

.close-popup-filter {
  position: absolute;
  top: 10px;
  right: 10px;
  background: unset;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: row;
  width: 19px;
  height: 19px;
  padding: 0;

}

.close-popup-filter svg {
  width: 20px;
}

.close-popup-filter svg path {}

.filter-popup-btns-wrapper {
  width: 770px;
  height: 600px;
}

.content-block-popup-filter-tab-wrapper {
  display: none;
}

.content-block-popup-filter-tab-wrapper.active {
  display: block;
}

.filter-popup-tab-btns-wrapper {
  position: absolute;
  left: -107px;
  top: 0;
}

.filter-popup-tab-btn {
  background: #CECBC6;
  border: solid 1px #F6A607;
  box-shadow: none;
  width: 107px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0 0 50px;
  border-right: none;
}

.filter-popup-tab-btn img {
  filter: invert(0);
  width: 40px;
}

.blog-item__showmore img {
  width: 44px;
}


.filter-popup-tab-btn.active {
  background: #fff;

}

.filter-popup-tab-btn.active img {
  filter: invert(1);
}

.filter-popup-content-wrapper {
  display: flex;
  flex-direction: row;
  width: 770px;
}

.filter-popup-content-wrapper>div {
  width: 50%;
  padding: 50px 0 10px 30px;
}

.filter-popup-content-wrapper .right.tooltip-info {
  padding-right: 30px;
}

.filter-popup-content-wrapper>div.left {
  background-color: #fff;
}

.tooltip-info {
  background: #FCE4B5;

}

.tooltip-info h2,
.fields-row-add-date-wrapper h2 {
  width: 100%;
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}

.tooltip-info p {

  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;

}

.tooltip-info p a {
  text-decoration: underline;
  color: #000;
}

.tooltip-info p a:hover {
  color: #000;
  cursor: pointer;
}

.tooltip-info p b {}

.mini-filter-fields-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding-right: 30px;
}

.fields-search-filter {
  background-image: url('/image/icons/ion_search.svg');
  width: 100%;
  position: relative;
  z-index: 1;
  border: solid 1px #F6A607;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 24px;
  padding: 5px;
}

.cancel-filter-fields {
  position: absolute;
  left: calc(100% - 95px);
  background-color: #fff;
  box-shadow: none;
  border: none;
  top: 7px;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 20px;
  z-index: 2;
  display: none;
  outline: none;
}

.cancel-filter-fields:focus,
.cancel-filter-fields:active {
  outline: none;
}

.cancel-filter-fields.active {
  display: block;

}

.clear-filter-fields {
  background: none;
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}

.clear-filter-fields svg {
  width: 24px;
}

.clear-filter-fields svg path {}

.clear-filter-fields span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 5px;
}

.fields-wrapper {
  min-height: 375px;
  max-height: 375px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}

.fields-row-add-date-wrapper.last-date .fields-wrapper {
  min-height: 320px;
  max-height: 320px;
}

.fields-date-info.radio {
  padding: 5px 10px;
  border: solid 1px #fff;
  flex-basis: 25%;
  height: max-content;
}

.fields-date-info.radio:hover {
  cursor: pointer;
  border: solid 1px #F6A607;
}

.fields-date-info.radio.active {
  border: solid 1px #F6A607;
}

.fields-date-info.radio input {
  display: none;
}

.fields-date-info .term-name {
  color: #F6A607;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
}

.fields-date-info.checkbox {
  margin-right: 10px;
}

.fields-date-info.checkbox input {
  width: 15px;
  margin-right: 5px;
  height: 15px;
}

.fields-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.fields-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.fields-wrapper::-webkit-scrollbar-thumb {
  background-color: #FCE4B5;
  border-radius: 10px;
}

.popup-filter-submit-wrapper {
  width: 100%;
  margin-top: 10px;
  padding-right: 20px;
}

.popup-filter-submit-wrapper input[type="submit"] {
  padding: 8px;
  background: #F6A607;
  width: 100%;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  border: none;
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid var(--main-orange);
}

.custom-checkbox input:checked~.checkmark {
  background-color: var(--main-orange);
  border-color: var(--main-orange);
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked~.checkmark::after {
  display: block;
}

.custom-checkbox.checkbox2 input:checked~.checkmark {
  background-color: #ffffff;
  border-color: #020202;

}

.custom-checkbox.checkbox2 .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  width: 21px;
  height: 21px;
  background: url(/image/dis/check.svg);
  border: none;
  transform: none;
}


.custom-checkbox.checkbox2 input:checked~.checkmark::after {
  display: block;
}

.custom-checkbox.checkbox2 .checkmark {
  border: 1px solid #020202;
}

div#simplecheckout_login .form-group {
  position: relative;
}

.eyeShow {
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 40px;
}

.fields-wrapper.seazons {
  display: flex;
  flex-direction: column;
}

.row.ggFF {
  margin-top: 20px;
  margin-bottom: 20px;
}

a.forgotten {
  text-decoration: none;
  color: #333333;
}

a#simplecheckout_button_login {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.col.soclogin .soclgns a {
  display: flex;
  align-items: flex-end;
}

.col.soclogin .soclgns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
  justify-content: flex-end;
}

.col.soclogin {
  padding-left: 35px;
  text-align: left;
  margin-left: 50px;
  border-left: 1px solid #333333;
  margin-bottom: 60px;
  position: relative;
}

.checkout-heading.panel-heading span,
.checkout-heading.panel-heading {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

table.simplecheckout-cart thead {
  display: none;
}

.simplecheckout-cart-totals {
  display: none;
}

td.name a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  text-decoration: none;
}

.col.soclogin .soclgns img {
  padding-right: 20px;
}

.content.simple_socnetauth2_icons_content {
  display: none;
}

.row.ggFF .col-md-5 {
  text-align: right;
}

.col.soclogin .soclgns a {
  display: flex;
  align-items: flex-end;
}

.col.soclogin::after {
  content: "або";
  position: absolute;
  left: -25px;
  padding: 10px;
  background: #fff;
  top: calc(50% - 25px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
}

.fields-wrapper.seazons>label {
  margin-bottom: 10px;
}

.fields-date-info.radio.custom-checkbox {
  padding: 0;
  padding-left: 30px;
  border: none !important;
}

.fields-wrapper.seazons .fields-date-info .term-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 0;
}

.fields-wrapper.seazons.manufs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 324px;
  max-height: 324px;
  align-items: flex-start;
  align-content: flex-start;
}

.fields-wrapper.seazons.manufs .fields-date-info.radio {
  flex-basis: 50%;
}

.col-12.infoLinks a.filter-catalog-filter__choose {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}

.fields-wrapper.seazons.manufs.types {
  min-height: 375px;
  max-height: 375px;
}

.fields-wrapper.seazons.manufs.types span.term-name {
  text-transform: capitalize;
}

div#input-sortss a.selected,
div#input-sortss a:hover {
  text-decoration: underline;
}

.typedisk>label {
  margin-top: 8px;
  margin-left: 5px;
}

h1.product-h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 24px;
  margin-left: -10px;
}


.row.prrow {
  border: 1px solid var(--main-orange);
  display: flex;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 60px;
}

.information-single-content {
  background: rgba(246, 166, 7, 0.3);
  -webkit-box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
  padding: 22px 14px;
  -webkit-box-flex: 0;
  height: 100%;
  position: relative;
  max-width: 342px;
  margin: 0 0 0 auto;
}

.information-single-content:before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  height: 31px;
  background: url("/image/dis/information-single-content.svg") center no-repeat;
}

.information-single-content__item {
  margin: 0px 0px 30px 0px;
}

.information-single-content__item:last-child {
  margin: 0px 0px 0px 0px;
}

.information-single-content__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}

.information-single-content__body {
  margin: 30px 0px 0px 0px;
}

.information-single-content__text {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  line-height: 100%;
  position: relative;

}

.information-single-content__text:before {}

.information-single-content__text:last-child {
  margin: 0px 0px 0px 0px;
}

.information-single-content__item:last-child {
  max-width: 330px;
}

.information-single-content__item:last-child .information-single-content__text {
  display: flex;
}

.information-single-content__item:last-child .information-single-content__text a {
  display: block;
  position: relative;
  flex: 0 0 20px;
  height: 16px;
  margin: 0;
  margin-left: 5px;
}



.information-single-content__text a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 4px 0px 0px 0px;
  text-decoration: underline;
  color: #1fa1ff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.information-single-content__text a:hover {
  color: #f6a607;
}

.col-sm-4.podimages {
  padding: 0;
  display: flex;
  align-items: center;
}

.image-main-sldier,
.thumbnail-only {
  border: none;
  padding: 0;
}

.product-specifications__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

.product-specifications__item-name::after {
  display: none;
}

.product-specifications__item-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #808080;
}

.product-specifications__item-value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-align: right;
}

.product-price h2.price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

button#button-cart {
  padding: 8px 0px;
  width: 140px;
  height: 41px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
button#button-cart:hover {
   color: #fff; 
}

.row.rowprod {
  display: flex;
  align-items: center;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.col-sm-4.btnwish {
  text-align: right;
}

.special-price {
  color: #e95144;
  font-size: 24px;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-family);
  color: #c20f17;
}

.old-price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-decoration: line-through;
  color: #000;
}

.thumbnails__wrapper .image-additional-sldier .splide__track ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.image-additional-sldier {
  --thumbnail-width: 80px;
  margin-top: 30px;
}

.thumbnails__wrapper .splide__arrows.splide__arrows--ltr {
  position: absolute;
  bottom: 20px;
}

.thumbnails__wrapper .image-main-sldier {
  padding-bottom: 80px;
  display: flex;
}

.thumbnails__wrapper button.splide__arrow.splide__arrow--prev {

  top: -10px !important;
  left: -45px;
  position: absolute;
  height: 43px;
}

.thumbnails__wrapper button.splide__arrow.splide__arrow--next {
  right: -45px;
  top: -10px !important;
  position: absolute;
  height: 43px;
}

.thumbnails__wrapper .splide__arrow svg {
  fill: #000;
  height: 44px;
  width: 24px;
}

.row.infoBottom h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.row.infoBottom {
  margin-top: 30px;
  margin-left: -25px;
}

#product-product .control-label {
  margin-right: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

form#form-review input,
form#form-review textarea {
  border: 3px solid var(--main-orange);
  border-radius: 0;
}

div#common_rating .fa {
  color: #808080;
  font-size: 21px;
}

div#common_rating .text-right {
  display: flex;
  gap: 10px;
}

form#form-review div.required .control-label:before {
  display: none;
}

.description h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-top: 30px;
}

.description {
  margin-bottom: 40px;
}

form#form-review div#agree label a {
  color: #000000;
  margin-left: 0;
}

form#form-review .custom-checkbox .checkmark {
  border: 1px solid #000;
  margin-right: 15px;
  height: 25px;
  width: 25px;
}

form#form-review .custom-checkbox {
  padding-left: 50px;
}

form#form-review input {
  width: 90%;
}

div#wishlistModal .modal-content {
  background: rgb(255 255 255 / 80%);
}

.j-star.j-hover a svg path,
.j-star a:hover svg path {
  fill: #ffca00
}

.j-star.j-on a svg path {
  fill: #ffca00
}

.ratings {
  display: flex;
  gap: 10px;
  margin-left: 40px;
}

.rws {
  display: flex;
  margin-bottom: 15px;
}

div#reviews {
  padding-left: 20px;
}

.reviewsDiv {
  border: 1px solid #a8a1a1;
  box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-bottom: 20px;
}

.reviewAuthor {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  padding-left: 15px;
}

.reviewText {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

.reviews_link a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.about-bag-img img {
  width: 100%;
}

.info-wrapper-about {
  background: rgba(0, 0, 0, 0.71);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 100px;
  border-radius: 10px;
  width: 680px;
  right: 100px;
}

.main-utp-photo-wrapper-section-about {
  position: relative;
}

div#myKorzin button.close {
  opacity: 1;
  font-size: 50px;
  font-weight: 200;
  margin-top: -50px;
  margin-right: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: var(--main-orange);
  float: right;
  position: absolute;
  right: 10px;
}

div#myKorzin h4#myModalLabel {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #000;
}

.col-12.nameimage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.borders {
  margin-bottom: 10px;
}

.borders>.row>div>div>.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.minfo.loads {
  position: relative;
}

div#popupcart {
  color: #000;
}

.minfo.loads:before {
  position: absolute;
  content: ' ';
  background: #cccccc45;
  z-index: 111;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

div#myKorzin h4 {
  font-weight: bold;
}

div#myKorzin .row.forms>div {
  padding-left: 0;
}

div#Svidko .row.forms {
  margin-left: 0;
}

div#myKorzin .row.forms input {
  border: 1px solid var(--main-orange);
  border-radius: 0;
  font-weight: bold;
}

div#myKorzin button#btn1click {
  font-weight: bold;
  width: 100%;
  background: #d7d7d7;
  border: 1px solid var(--main-orange);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 160%;
  text-align: center;
  color: #000;
  padding: 5px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

div#myKorzin .modal-footer {
  display: flex;
  padding: 0;
  border-top: none;
  margin-top: 20px;
}

div#myKorzin .modal-footer {
  display: flex;
  padding: 0;
      margin: 20px -13px;
}

.row.btns {
  width: 100%;
  margin: 10px 0;
}

.row.btns>.col-6 {
  padding: 0;
}

div#myKorzin .modal-footer button.btn.btn-primary.btn-lg.dismiss {
  width: max-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: var(--main-orange);
  border: 1px solid var(--main-orange);
  background: #fff;
  padding: 10px 30px;
}

div#myKorzin a.btn.btn-primary.btn-lg.simplecheckoutBt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
  width: max-content;
  margin: 0 0 0 auto;
  display: block;
  padding: 10px 30px;
}

div#myKorzin div#totals div.simplecheckout-cart-total {
  border: none;
  background-color: #ffffff;
  font-size: 16px;
}

div#myKorzin a.btn.btn-primary.btn-lg.simplecheckoutBt:hover {
  color: #ffffff;
}

@media (min-width: 1010px) {
  div#myKorzin .modal-lg {
    width: 1000px;
  }
}

div#myKorzin .stock {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 900;
}

div#myKorzin .names a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

div#myKorzin p.price {
  display: flex;
  margin-bottom: 0;
}

.pricerowss {
  margin-top: 10px;
}

div#myKorzin .prices {
  font-weight: bold;
}

div#myKorzin .cart-info {
  border: 1px solid var(--main-orange);
  padding: 20px 0;
  border-radius: 10px;
}

div#myKorzin span.quantity {
  display: flex;
  width: 125px;
  align-items: center;
  width: 170px;
  height: 58px;
  border: 1px solid var(--main-orange);
}

div#myKorzin span.quantity button {
  padding: 10px 20px;
  background: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #000;
}

div#myKorzin span.quantity input {
  margin: 0 5px;
}

div#myKorzin span.quantity input {
  margin: 0 5px;
  border: none;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000;
  outline: none;
}

div#myKorzin .col-xs-12.nameimage {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 100px;
}

div#myKorzin .cart-info {
  margin-bottom: 20px;
}

div#myKorzin .simplecheckout-cart-total {
  display: flex;
  justify-content: space-between;
}

div#myKorzin div#total_total {
  font-size: 22px;
  margin-top: 5px;
}


div#myKorzin button.btn.btn-danger.removeProduct {
  padding: 0;
  color: red;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

div#myKorzin .simplecheckout-cart-total.total-insurance label.input div {
  display: flex;
  font-size: 14px !important;
}

div#myKorzin .simplecheckout-cart-total span:nth-child(2) {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 .4em;
}

div#myKorzin span.price-old {
  text-decoration: line-through;
  color: #797979;
}

div#myKorzin p.price>span {
  margin-right: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

div#myKorzin .stock i.fa-solid.fa-check {
  font-size: 28px;
  margin-right: 5px;
}

div#myKorzin .modal-header {
  border-bottom: none;
  display: flex;
  align-items: center;
}

div#myKorzin {
  z-index: 99999;
}

div#myKorzin .modal-content {
  background: #fff;
}

div#myKorzin .modal-lg {
  width: 1000px;
  max-width: 1170px;
}

div#myKorzin div#totals div.simplecheckout-cart-total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
}

div#myKorzin div#totals div#total_total {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.col-12.nameimage .labels {
  display: flex;
  gap: 10px;
  margin: 5px;
  flex-direction: column;
}

h3#successOrderLabel {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: var(--main-orange);
  margin: 0 auto;
  margin-bottom: 20px;
}

div#successOrder p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

div#successOrder>div {
  background: rgba(0, 0, 0, 0.8);
}

.blog__date {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #808080;
  margin-bottom: 37px;
}

.blog__header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #f6a607;
  padding: 17px 10px 47px;
}

.blog__header-text {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  max-width: 229px;
  width: 100%;
  margin-bottom: 42px;
}

.blog_post h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 26px;
  width: 100%;
  font-family: var(--font-family);
}

.heateor_sss_button_instagram span.heateor_sss_svg,
a.heateor_sss_instagram span.heateor_sss_svg {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.blog__header-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog__header-icons a {
  margin-right: 30px !important;
}

.blog__header-icons a img {
  width: 40px;
  height: 40px;
}

.blog__header-icons a:last-child {
  margin-right: 0 !important;
}

.borderedDiv {
  border: 1px solid var(--main-orange);
  display: block;
  padding: 20px 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 40px;
}

.borderedDiv a.contacts {
  color: var(--main-orange);
}

body.information-information-12.information-information h1,
body.information-information-3.information-information h1,
body.information-information-18.information-information h1,
body.information-information-14.information-information h1,
body.information-information-3.information-information h2,
body.information-information-9.information-information h2 {
  text-align: center;
}

body.information-information-3.information-information h1,
body.information-information-9.information-information h1 {
  display: none;
}

.korzinBlock {
  border: 1px solid var(--main-orange);
  text-align: center;
  margin-bottom: 40px;
}

.korzinBlock h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #000;
  margin-top: 40px;
}

.product-manufacturer-info .product-layout {
  margin-bottom: 20px;
}

.row.paginationDiv {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  flex-direction: column;
}

.row.paginationDiv .col-sm-6.text-right {
  font-size: 14px;
  color: #333333;
}

table.withlines th {
  background: var(--main-orange) !important;
}

.form-group.rowselec {
  display: flex;
  align-items: center;
}

#bodyspan>table>tbody>tr,
#bodyspan>table {
  width: 100%;
}

#bodyspan>table>tbody>tr>td iframe {
  width: 100%;
}

div#filter-autos0 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #000;
}

.rowsHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rowsHeader a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #000;
}

form.form-horizontal.mainForm {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 40px;
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.content.account_socnetauth2_bline_content {
  display: flex;
  align-items: center;
  gap: 20px;
}

form.form-horizontal.mainForm input.btn.btn-primary {
  color: #000;
}

#simplecheckout_customer .form-group {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}

#simplecheckout_customer .form-group .col-sm-8 {
  width: 100%;
}

#simplecheckout_customer div.required .control-label:before {
  display: none;
}

#simplecheckout_customer .form-group.row-customer_register {
  display: none;
}

.form-group.required.row-customer_firstname,
.form-group.required.row-customer_lastname,
.form-group.required.row-customer_password {
  padding-right: 20px;
}

.form-group.required.row-customer_email,
.form-group.required.row-customer_telephone,
.form-group.required.row-customer_confirm_password {
  padding-left: 20px;
}

div#simplecheckout_customer fieldset.form-horizontal {
  display: flex;
  flex-wrap: wrap;
}

form.form-horizontal.mainForm input.btn.btn-primary:hover {
  color: #fff;
}

div#simplecheckout_customer label.control-label.col-sm-4 {
  width: 100%;
}

a.regiStr,
form.form-horizontal.mainForm.formLogin h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 30px 0;
}

a.frgts {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  margin: 15px 0 15px;
  display: block;
}

body.account-simpleregister.account-simpleregister h1 {
  display: none;
}

form#simplepage_form a {
  color: #fff;
}

.simpleregister-block-content fieldset.form-horizontal>div>* {
  width: 100%;
}

form.form-horizontal.mainForm.formLogin input.btn.btn-primary {
  text-transform: uppercase;
  width: 140px;
}

.simpleregister-button-block.buttons {
  background: transparent;
  text-align: center;
}

.simpleregister-button-block.buttons .simpleregister-button-right {
  float: none;
  text-align: left;
}

form#simplepage_form a#simpleregister_button_confirm {
  text-align: center;
  display: inline-block;
  clear: none;
  margin: 0 auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-top: 15px !important;
}

form#simplepage_form a#simpleregister_button_confirm:hover {
  color: #fff;
}

p.simpleregister-have-account {
  font-size: 18px;
}

.simpleregister-block-content {
  margin-bottom: 0;
  padding: 0;
}

form.form-horizontal.mainForm.formLogin label.control-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.simplecheckout-block {
  border: none !important;
}

div#simplecheckout_customer>div>span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #000;
}

body .simplecheckout-block .checkout-heading {
  border-bottom: none;
  background-color: transparent;
  padding: 10px 22px;
}

.loginBlock>div {
  border: 1px solid var(--main-orange);
  border-radius: 20px;
  padding: 3px 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.loginBlock {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

div#simplecheckout_customer span.checkout-heading-button a {
  display: none;
}

div#simplecheckout_customer input {
  border: 1px solid #808080;
  border-radius: 0;
}

.changeMethod.active {
  background: var(--main-orange);
}

div#simplecheckout_shipping label.form-check-label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
}

body .simplecheckout .simplecheckout-block .form-group.row-shipping_address_city_info,
body .simplecheckout .form-group.row-shipping_address_vidacha {
  display: none;
}

/*div#simplecheckout_shipping_address label {
    display: none !important;
}*/
.simplecheckout ul.dropdown-menu a:hover {
  background: transparent;
  color: var(--color-bg-primary);
}

.simplecheckout ul.dropdown-menu li {
  border-bottom: 1px solid #ccc;
  padding: 7px;
}

.simplecheckout ul.dropdown-menu li:hover {
  background: #f3f0f0;
}

.simplecheckout ul.dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 0;
  border: 1px solid #333;
  text-decoration: none;
  font-weight: 700;
}

.simplecheckout ul.dropdown-menu a {
  text-decoration: none;
}

body.account-simpleregister.account-simpleregister aside#column-left {
  display: none;
}

.list-group.user-menu {
  border: 1px solid var(--main-orange);
}

.list-group.user-menu,
.list-group.user-menu a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #000;
}

.list-group.user-menu a.active:hover,
.list-group.user-menu a:hover {
  color: #000;
  background: var(--main-orange);
  border: none;
  text-shadow: none;
}

.list-group.user-menu a {
  border: none;
}

body.account-account a.list-group-item.account,
body.account-order a.list-group-item.order,
body.account-wishlist a.list-group-item.wishlist,
body.account-simpleedit.account-simpleedit a.list-group-item.account,
body.account-simpleaddress-update.account-simpleaddress-update a.list-group-item.account,
body.account-order-info.account-order-info a.list-group-item.order {
  background: var(--main-orange);
}

.list-group.user-menu a {
  border: none;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.lkmain {
  border: 1px solid var(--main-orange);
  padding: 20px 30px;
  margin-bottom: 30px;
}

.lkmain h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  color: #000;
}

.lkmain p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.maininfo__p {
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.maininfo__label {
  font-weight: 700;
}

.maininfo__label {
  flex-basis: 30%;
}

.maininfo__name {
  flex-basis: 50%;
  text-align: left;
}

.maininfo__red {
  text-align: right;
  flex-basis: 20%;
}

.lkmain h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}

.socinfo {
  display: flex;
  gap: 20px;
}

div#simpleedit input {
  border: 1px solid #808080;
  border-radius: 0;
}

div#simpleedit .simpleregister-button-block.buttons,
div#simpleaddress .simpleregister-button-block.buttons {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.orders .order {
  border: 1px solid var(--main-orange);
  margin-bottom: 30px;
  margin: 10px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;

}

.orders .order .order__info {

  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  align-items: center;
}

.order__strong {
  font-weight: 700;
}

.btn.btn-lg.btn-primary.order__button {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 168%;
  padding: 5px 32px 5px 21px;
  background-image: url(/image/dis/icon-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position-y: calc(100% - 12px) !important;
  background-position-x: calc(100% - 17px) !important;
  border-radius: 20px !important;
  color: #fffcfc;
}

.order__detail,
.order__detail .maininfo__p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.order__detail {
  border-top: 1px solid #f6a607;
  margin: 0 20px;
}

.order table.table.table-bordered.table-hover {
  border: 1px solid var(--main-orange);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.order table.table.table-bordered.table-hover thead td {
  font-weight: 700;
}

body.account-simpleregister.account-simpleregister div#content {
  width: 100%;
}

.list-group.user-menu {
  margin: 10px;
}

.orders.wishlist .order {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishlist__name {
  display: flex;
  align-items: center;
  flex-basis: 60%;
}

.wishlist__name .labels {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.wishlist__names a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.wishlist__price .price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #000;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.wishlist__price .price s {
  font-weight: 400;
  font-size: 20px;
}

.orders.wishlist button.btn.btn-primary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000;
}

button.btn.btn-primary:hover {
  color: #fff;
}

@media (min-width: 2000px) {
  .bodysf {
    height: 1100px;
  }
}

@media (max-width: 1440px) {
  .bodysf {
    height: 687px;
  }

  .main-utp-photo-wrapper-section-about {
    background: url(/image/dis/about_bag.svg);
    background-size: cover;
    min-height: 850px;
  }

  .main-utp-photo-wrapper-section-about img {
    display: none;
  }
}

@media (max-width: 768px) {
  button.btn.btn-danger.removeProduct i {
    font-size: 20px;
  }
  .cookie-revoke-hidden {
    background: rgb(255 255 255 / 95%) !important;
}
.cookie-notice-container {
    position: relative;
    color: #000 !important;
    text-align: left !important;
    padding: 10px 10px 56px !important;
    max-width: 100% !important;
    margin: 0 auto 0 auto !important;
}
span#cn-notice-text, span#cn-notice-text a {
        font-size: 16px;
    }
span#cn-notice-text h3 {
    color: #000;
    font-size: 20px !important;
    padding: 0;
    margin: 0;
}
  .orders.wishlist .order {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .wishlist__name {
    display: flex;
    align-items: center;
    flex-basis: 100%;
  }

  .orders.wishlist .order {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    gap: 20px;
  }

  .wishlist__price .price s {
    font-weight: 400;
    font-size: 18px;
  }

  .wishlist__price .price {
    font-size: 20px;
  }

  .wishlist__names a {
    font-size: 18px;
  }

  .lkmain {
    border: none;
    padding: 20px 0px;
    margin-bottom: 30px;
  }

  .order__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .order table.table.table-bordered.table-hover {
    font-size: 12px;
  }


  .order__info>div {
    flex-basis: 50%;
    margin-top: 10px;
  }

  .order__info .order__details {
    text-align: center;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .order__info .order__details {
    text-align: left;
    display: flex;
    justify-content: flex-start;
  }




  .main-utp-photo-wrapper-section-about img {
    display: block;
  }

  .main-utp-photo-wrapper-section-about {
    background: none;
    background-size: cover;
    min-height: auto;
  }

  .main-utp-photo-wrapper-section-about {
    min-height: auto;
  }

  .loginBlock {
    flex-wrap: wrap;
  }

  #simplecheckout_customer .form-group {
    flex-basis: 100%;
  }

  .form-group.required.row-customer_email,
  .form-group.required.row-customer_telephone,
  .form-group.required.row-customer_confirm_password {
    padding-left: 0;
  }

  .form-group.required.row-customer_firstname,
  .form-group.required.row-customer_lastname,
  .form-group.required.row-customer_password {
    padding-right: 0;
  }

  .row.ggFF {
    font-size: 14px;
  }

  .col.soclogin {
    padding-left: 20px;
    text-align: left;
    margin-left: 0;
    border-left: 1px solid #333333;
    margin-bottom: 0;
    position: relative;
    margin-top: 20px;
  }

  .col.soclogin::after {
    display: none;
  }

  .simplecheckout-cart td.name {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 10px 45px 10px 0;
  }

  :root #simplecheckout_customer .simplecheckout-block-content,
  :root #simplecheckout_shipping_address .simplecheckout-block-content,
  body .simplecheckout-block-content {
    padding: 15px 15px;
  }

  div#simplecheckout_payment {
    width: 100%;
  }

  :root #simplecheckout_customer .simplecheckout-block-content,
  :root #simplecheckout_shipping_address .simplecheckout-block-content,
  body .simplecheckout-block-content {
    padding: 15px 0;
  }

  .information-single-content {
    margin: 0 auto;
  }

  .simple-content #simplecheckout_comment textarea.form-control {
    margin: 0 0 !important;
    border: 1px solid #808080 !important;
    border-radius: 0;
  }

  .col.soclogin {
    border: none;
  }

  div#simplecheckout_cart {
    margin: 0;
  }

  .filter-popup-content-wrapper .right.tooltip-info {
    padding-right: 5px;
  }

  .filter-popup-content-wrapper>div {
    width: 50%;
    padding: 10px 0 15px 10px;
  }

  .filter-popup-content-wrapper>div.right {
    width: 40%;
    padding: 35px 5px;
    max-height: 600px;
    overflow-y: auto;
  }

  .col-sm-4.prodprices {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  li.d-flex.align-items-center.flex-wrap.mb-3 {
    display: flex !important;
    align-content: space-around;
    text-align: left;
    justify-content: flex-start;
    flex-direction: column;
  }

  div#myKorzin .modal-lg {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
  }

  div#myKorzin button.close {
    margin-top: 0;
    margin-right: 0;
    top: 0px;
    right: 10px;
  }

  div#myKorzin p.price>span {

    font-size: 22px;

  }

  .col-12.nameimage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }

  div#myKorzin .prices {
    font-weight: bold;
    font-size: 18px;
  }

  div#myKorzin button#btn1click {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    height: 46px;
  }

  div#myKorzin a.btn.btn-primary.btn-lg.simplecheckoutBt {

    width: 100%;
    margin: 0 auto;

  }

  div#myKorzin .modal-footer button.btn.btn-primary.btn-lg.dismiss {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--main-orange);
    border: 1px solid var(--main-orange);
    background: #fff;
    padding: 10px 30px;
    margin-bottom: 20px;
  }

  div#myKorzin .cart-info {
    border: none;
    padding: 10px 0;
    border-radius: 0;
  }

  div#myKorzin p.price>span {
    font-size: 22px;
    display: none;
  }

  .rowsHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .filter-popup-content-wrapper {
    display: flex;
    width: 100%;
  }

  body .simplecheckout-block .checkout-heading {
    border-bottom: none;
    background-color: transparent;
    padding: 10px 0px;
  }

  select#input-sort {
    border: 1px solid var(--main-orange);
    padding: 2px 10px;
    border-radius: 0;
  }

  .korzinBlock__image img {
    width: 100%;
  }

  .row.blogmob .col-md-3 {
    order: 2;
  }

  div#Svidko {
    margin-bottom: 20px;
  }



  div#myKorzin .row.forms>div {
    padding-left: 0;
    padding-right: 5px;
  }

  div#myKorzin .col-xs-12.nameimage {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: auto;
  }

  div#myKorzin .simplecheckout-cart-total.total-insurance label.input div {
    display: flex;
    font-size: 11px !important;
  }

  div#myKorzin h4 {
    font-weight: bold;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #000;
  }

  .btnwish {
    position: absolute;
    z-index: 99;
    right: 10px;
  }

  .row.flexVid {
    display: flex;
    align-items: center;
  }

  div#myKorzin .row.forms input {
    border: 1px solid var(--main-orange);
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
  }



  form#form-review input {
    width: 100%;
  }

  .row.prrow {
    padding: 10px;
    margin: 0;
  }

  .row.infoBottom {
    margin-top: 50px;
    margin-left: 0;
  }

  .thumbnails {
    position: relative;
  }

  div#myKorzin .simplecheckout-cart-total {
    font-size: 14px;
  }

  div#myKorzin .col-md-1.col-xs-2 {
    text-align: center;
  }

  div#myKorzin .names a {
    font-weight: 600;
    font-size: 13px;
  }

  div#myKorzin .prices {
    font-weight: bold;
    font-size: 14px;
  }

  div#form-creator-53 {
    max-width: 100%;
  }



  .input-group {
    flex-direction: column;
  }

  .input-group.required.rate {
    margin-bottom: 15px;
  }

  aside#column-left {
    padding-left: 15px;
  }

  .info-wrapper-about {
    background: rgba(0, 0, 0, 0.71);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 0;
    width: 100%;
    right: 0;
  }

  .footer__description {
    left: 0;
    position: relative;
  }

  div#form-creator-53 {

    margin-bottom: 50px;
  }


  html,
  body {
    overflow-x: hidden;
  }

  .benefits-content-wrapper img {
    width: 100%;
  }

  .benefits-content-wrapper {

    margin-top: 25px;
  }

  .header-main__logo {
    height: auto;
    width: auto;
    width: 100%;
  }

  body.modal-open {
    padding-right: 0 !important;
  }

  .mobile-menu-wrapper,
  ul.mobile-menu .dop_menu ul,
  ul.mobile-menu li>ul,
  .catalog-menu-toggle>ul.m_cat_u1>li>a+div,
  ul.mobile-menu .catalog-section-childs.category-child {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -1px;
  }

  li.nav-item.tyrebold a {
    font-weight: bold;
  }

  ul.mobile-menu li a,
  ul.mobile-menu li span.separator,
  .catalog-menu-toggle>ul.m_cat_u1>li>a {
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-transform: inherit;
    padding: 0 20px;
  }

  div#mob-menu-mob-5 button.btn.btn-primary[data-bs-target="#feedbackModal42"] {
    display: block;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    height: 40px;
    margin-top: 4px;
    border-radius: 5px;
    margin-right: 20px;
  }

  li.nav-item.srchitem .srch {
    padding: 0 20px;
  }

  .searchs {
    display: flex;
    justify-content: space-between;
  }

  #search {
    width: auto;
    flex: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
  }

  li.nav-item.srchitem .srch label {
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-transform: inherit;

  }

  #search .input-lg {
    height: 48px;
    line-height: 20px;
    padding: 0 10px;
    background: #ffffff;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    top: 0px;
    margin: 0 -20px;
  }

  div#mob-menu-mob-5 ul li div#search img {
    margin-top: -10px;
  }

  div#search span.input-group-btn {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 999;
    width: auto;
    background: none;
  }

  div#mob-menu-mob-5 ul li img {
    margin-top: -3px;
  }

  div#mob-menu-mob-5 ul li {
    border-bottom: 0.5px solid #ffffff;
  }

  ul.mobile-menu li a,
  ul.mobile-menu li span.separator,
  .catalog-menu-toggle>ul.m_cat_u1>li>a {
    border-bottom: 0;
  }

  div#mob-menu-mob-5 li.nav-item {
    line-height: 47px;
  }

  li.nav-item.menuphone {
    display: flex;
    justify-content: space-between;
  }

  ul.mobile-menu {
    display: block;
    height: max-content;
    width: 101%;
    background: #333;
    margin: 0;
    padding: 0;
    border-radius: 0;
    top: 0;
    z-index: 999;
  }


  form#form-formcreator42 div#agree label {
    flex-direction: column;
  }

  button.btn.btn-primary[data-bs-target="#feedbackModal42"] {
    display: none;
  }

  .splide__arrow {
    width: auto;
    height: auto;
    opacity: 1;
  }

  .splide__arrow svg {
    fill: transparent;
    height: auto;
    width: auto;
  }

  .bodysf {
    background: rgba(0, 0, 0, 0.800000011920929);
    height: auto;
  }

  .filterbody .nav-tabs .nav-item.show .nav-link,
  .filterbody .nav-tabs .nav-link.active {
    border-color: transparent;
    border-bottom: none;
  }

  .filterbody>.nav-tabs {
    border-bottom: none;
  }

  ul#myTab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  ul#myTab li {
    width: 50%;
  }

  div#myTabContent div#nav-tab {
    padding: 30px 0;
  }

  .header-main__logo img {
    max-height: 100%;
    padding: 10px 0 10px 0;
    width: 100%;
  }

  h2.title-module {
    font-size: 24px;
  }

  header {
    padding: 0 10px;
  }

  .header-main__phone a {
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
  }

  .filterbody button.btn.btn-link {
    font-size: 17px;
    line-height: auto;
    border-style: hidden;
    outline: none;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  a.btn.btn-success.zapisnashino {
    width: 90%;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .filterbody div#nav-tab {
    align-items: center;
    justify-content: center;
  }

  button.btn.btn-primary.btn-lg.btn-pri {
    font-size: 20px;
    line-height: 125%;
  }

  .filterbody {
    padding: 0;
  }

  .select2-container .select2-selection--single {
    height: 50px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    font-size: 20px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -1px;
    top: 50%;
    width: 0;
  }

  .container-blog h3 {
    font-size: 24px;
  }

  .container-blog {
    padding: 5px 0;
    margin: 25px 0;
  }

  .main-adventages__wrapper {
    margin: 0;
    padding: 10px 0px;
    border: 0;
  }

  h2 {
    font-weight: 400;
    font-size: 24px;
  }

  .main-adventages__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
  }

  .main-adventages__icon {
    width: 88px;
    height: 90px;
  }

  .main-adventages {
    padding: 0;
  }

  .main-partners {
    padding: 25px 0px;
    background: rgba(246, 166, 7, 0.5);
  }

  .main-partners__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
  }

  .main-partners__slider {
    margin: 30px 0px 0px 0px;
    width: 100%;
  }

  .blog_item {
    padding: 0;
  }

  .main-contacts {
    padding: 10px 0 0;
  }

  form#form-formcreator44 ::placeholder {
    color: #808080;
  }

  .footer__descr {
    margin-top: 20px;
    margin-left: 10px;
  }

  .footer__contacts {
    margin: 0px 20px 0px 0px;
    padding: 0 1px;
  }

  .main-contacts form input.form-control {
    padding: 12px 15px;
  }

  div#form-creator-44 h2 {
    font-size: 24px;
  }

  .main-contacts {
    padding: 0;
  }

  div#form-creator-44 .box-content {
    margin: 0 -15px;
  }


  div#myTabContent {
    padding: 0 30px;
  }

  ul#myTab li button {
    background-color: #5e5858;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  ul#myTab li button.active {
    background-color: transparent;
  }

  .pr-ti {
    text-align: center;
    vertical-align: text-middle;
    font-size: 20px;
    line-height: 25px;
    border-style: hidden;
  }

  .pr-ti img {
    margin-right: 10px;
    width: 20px;
  }

  .header-main__phone img {
    width: 20px;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-left: 0;
    background-color: #ffffff;
    position: absolute;
    right: 9px;
    border-radius: 100%;
    top: 20px;
  }

  .mobile-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000000;
  }

  .header_niz {
    background: var(--main-orange);
    padding: 10px 0;
  }

  .bodysf .container {
    padding: 0;
    background: #000;
  }

  .our-services-item-back-content-wrapper .left {
    max-height: 400px;
    overflow-y: auto;
  }

  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-contacts__form {
    flex-direction: column;
  }

  form#form-formcreator53 div#agree {
    position: relative;
    margin-top: 15px;
    top: 0;
    margin-bottom: 15px;
  }

  .our-services-item-back-wrapper {
    padding: 70px 20px;

  }

  .form-creator.box .box-content {
    margin: 30px 0px 30px 0px;
  }

  div#form-creator-53 .box-content {
    background-image: none;
  }

  .footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px 0px;
  }

  .footer__nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }

  .footer__logo {
    margin: 0px 10px 0px 0px;
  }

  .contacts-section-content-wrapper {
    flex-direction: column-reverse;
    margin-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-section-content-wrapper>.col-contacts {
    width: 100%;
    padding-left: 0;
  }

  .top_contacts-bloks-contacts-row-wrapper {
    margin-bottom: 5px;
  }

  .contacts-content__item {
    width: 100%;
  }

  .title-section-wrapper {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    position: relative;
  }

  .about-us-section {
    padding: 20px 0;
    background-image: none;
  }

  .title-our-services-section.title-section::after,
  .title-partners-section.title-section::after {
    display: none;
  }

  .benefits-content-item-title {
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
    font-weight: 700;
  }

  .benefits-section {
    width: 100%;
    background-image: none;
    padding: 0;
  }

  .footer-about-us-wrapper {
    display: none;
  }

  .about-us-text-wrapper p {
    margin-bottom: 5px;
  }

  .about-us-text-wrapper {
    font-size: 13px;
    line-height: 23px;
  }

  .our-services-content-wrapper {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-services-content-wrapper {
    justify-content: center;
    padding: 0;
  }
	.our-services-item-front-icon {
		margin: 0;

	}
  .our-services-item-wrapper {
    margin-bottom: 30px;
  }

  .title-section::after {
    display: none;
  }

  .our-services-content-wrapper {
    justify-content: center;
    padding: 0;
  }

  section#services {
    padding: 0;
  }

  .main-adventages__wrapper {
    margin: 30px 0px 0px 0px;
    padding: 20px 0px;
  }

  .main-adventages__wrapp {
    padding: 0px 10px 20px 10px;
  }

  .main-adventages__icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-adventages__icon img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main-adventages__title {
    font-size: 16px;
  }

  .main-partners__title {}

  .main-partners__slide {
    justify-content: flex-start;
    align-items: flex-start;
  }


  .main-contacts__wrapper {
    margin: 30px 0px 0px 0px;
    padding: 23px 20px 42px 20px;
  }

  .main-contacts form label p {
    font-size: 18px;
    padding: 0px 0px 0 40px;
  }

  .main-adventages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .main-partners__wreapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-partners__title {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0px 0px 0px 0px;
  }


  .main-promotional__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
  }



  .main-contacts form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-contacts__form-left {
    margin: 0px 0px 8px 0px;
  }

  .form-creator.box .box-content {
    margin: 30px 0px 0px 0px;
    padding: 23px 20px 42px 20px;
  }

  .footer__links img {
    width: 25px;
  }

  div#agree label a {
    color: #fff;
    margin-left: 0;
  }

  div#myKorzin .prices {
    font-weight: bold;
    font-size: 20px;
  }

  div#myKorzin .simplecheckout-cart-total {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  div#myKorzin .modal-content {
    background: #fff;
    height: 100%;
    border-radius: 0;
  }

  div#myKorzin .modal-lg {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    height: 100%;
  }

  aside#column-left {
    padding-left: 0;
    padding-right: 0;
  }

  ul.breadcrumb {
    margin-left: -20px;
    margin: 0 0 0 -20px;
  }

  .eyeShow {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 38px;
  }

  .col.soclogin .soclgns {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .col.soclogin .soclgns a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  td.name>a {
    margin-left: 5px;
  }

  label.form-check-label span.deliverySumm {
    text-align: right;
  }

  div#simplecheckout_payment .simplecheckout-block-content::after {
    right: 10px;
  }

  h1 {

    font-size: 36px;

  }
      .header_niz .wishlists {
        left: 8px;
        position: relative;
    }
    .our-services-item-front:hover {
      cursor: pointer;
      background: transparent;
    }
    .product-specifications__item-value, .product-specifications__item-name{
       font-size: 16px; 
    }
    .row.g-md-3.g-2.models {
    column-count: 1;
    column-gap: 1rem;

}
  .our-services-item-front-title {
        font-size: 14px;
        min-height: auto;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        color: #000;
  }
  .our-services-item-wrapper {
        margin-bottom: 30px;
        width: 50%;
        display: flex;
        justify-content: center;
    }
	.our-services-content-wrapper {
        justify-content: center;
        padding: 0;
        display: flex;
    }
	    .our-services-item-front {
        width: 100%;
        min-width: 140px;
        margin: 0 15px;
        flex-direction: column-reverse;
        padding: 0;
        background: none;
        position: relative;
    }
	.main-partners__slider {
    padding: 0px 38px 0 0;
	}
	body.information-information-9.information-information .delivery-content__images {
    flex-direction: column;
	}
	body.information-information-9.information-information .delivery-content__wrapper img{
		width: 100%;
	}
	body.information-information-9.information-information section.delivery-content .container {
		padding: 0;
	}
	.delivery-content__wrapper {
		padding: 20px 20px;
	}
}
@media (max-width: 340px) {
    header.header-main .container-lg.d-flex.menu-niz {
        padding: 0;
    }
    .header-main__phone a {
        font-size: 14px;
    }
}

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