@font-face
{
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url('fonts/icons.woff') format('woff'), url('fonts/icons.woff2') format('woff2');
}
@font-face
{
  font-family: 'Raleway';
  font-weight: 600;
  font-style: normal;

  font-display: swap;
  src: url('fonts/Raleway-SemiBold.woff') format('woff'), url('fonts/Raleway-SemiBold.woff2') format('woff2');
}
@font-face
{
  font-family: 'ProximaNova';
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url('fonts/ProximaNova-Extrabld.woff') format('woff'), url('fonts/ProximaNova-Extrabld.woff2') format('woff2');
}
@font-face
{
  font-family: 'ProximaNova';
  font-weight: 300;
  font-style: normal;

  font-display: swap;
  src: url('fonts/ProximaNova-Light.woff') format('woff'), url('fonts/ProximaNova-Light.woff2') format('woff2');
}

@font-face
{
  font-family: 'ProximaNova';
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url('fonts/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova-Semibold.woff2') format('woff2');
}

@font-face
{
  font-family: 'ProximaNova';
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.woff2') format('woff2');
}

@font-face
{
  font-family: 'ProximaNovaT';
  font-weight: 100;
  font-style: normal;

  font-display: swap;
  src: url('fonts/ProximaNovaT-Thin.woff') format('woff'), url('fonts/ProximaNovaT-Thin.woff2') format('woff2');
}
body .stH{
  display:none !important;
}
.rub{
  font-family: 'Raleway';
  color: inherit;
  font-weight: inherit;
}
i
{
  font-family: 'icons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  display: inline-block;

  text-transform: none;

  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i::before
{
  display: inline-block;
}

.icon-download,
.icon-profile-ur
{
  position: relative;
}

.icon-download .path2,
.icon-download .path3,
.icon-download .path4,
.icon-profile-ur .path2,
.icon-profile-ur .path3,
.icon-profile-ur .path4
{
  position: absolute;
}

.icon-download .path1:before
{
  content: '\e909';

  color: #e4e4e4;
}

.icon-download .path2:before
{
  margin-left: -1em;

  content: '\e90a';

  color: #f05a28;
}

.icon-download .path3:before
{
  margin-left: -1em;

  content: '\e90b';

  color: #f05a28;
}

.icon-arrow-down:before
{
  content: '\e90c';
}

.icon-arrow-left:before
{
  content: '\e90c';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-arrow-up:before
{
  content: '\e90c';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-arrow-right:before
{
  content: '\e90c';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-profile-ur .path1:before
{
  font-weight: 600;

  content: '\e908';

  color: black;
}

.icon-profile-ur .path2:before
{
  font-weight: 600;

  margin-left: -1.2em;

  content: '\e90e';

  color: black;
}

.icon-profile-ur .path3:before
{
  font-weight: 600;

  margin-left: -1.2em;

  content: '\e90f';

  color: #f05a28;
}

.icon-profile-ur .path4:before
{
  font-weight: 600;

  margin-left: -1.2em;

  content: '\e910';

  color: #f05a28;
}

.icon-profile-ur .path3
{
  top: 0;
  right: 0;
}

.icon-profile-ur .path4
{
  top: 0;
  right: 0;
}

.icon-close:before
{
  content: '\e913';
}

.icon-nice:before
{
  content: '\e911';
}

.icon-not-nice:before
{
  display: inline-block;

  content: '\e911';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-search:before
{
  content: '\e904';
}

.icon-cart:before
{
  content: '\e900';
}

.icon-like:before
{
  content: '\e901';
}

.icon-profile:before
{
  content: '\e903';
}

.icon-star:before
{
  content: '\e905';
}

.icon-compare:before
{
  content: '\e906';
}

.icon-success:before
{
  content: '\e907';
}

.icon-inst:before
{
  content: '\e902';
}

.icon-tg:before
{
  content: '\e90d';
}

.icon-like-fill:before
{
  content: '\e912';
}

.icon-youtube:before
{
  content: '\ea9d';
}
a, input, button, textarea {
  display: inline-block;
  border: 0;
  outline: none;
  background: transparent;
}
button:focus{
  outline: none !important;
}
.dropdown
{
  position: relative;
}

.dropdown__title
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  cursor: pointer;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown__wrapper
{
  overflow: hidden;
}

.dropdown__item
{
  cursor: pointer;
}

.dropdown__content
{
  margin-top: -300vh;
}

.dropdown._abs .dropdown__wrapper
{
  position: absolute;
}

.dropdown._open .dropdown__content
{
  margin-top: 0;
}

.dropdown._open .dropdown__close
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
*
{
  --containerWidth: 1140px;
  color: black;
  transition: .4s ease-in;
  font-family: ProximaNova;
}

* h1
{
  font-size: 28px;
  line-height: 35px;
}

* h2
{
  font-size: 20px;
  line-height: 24px;

  display: inline-block;
}

* h3
{
  font-size: 16px;
  line-height: 19px;
}

* h4
{
  font-size: 14px;
  line-height: 17px;
}

* h5
{
  font-size: 12px;
  line-height: 15px;
}

* p
{
  font-size: 16px;
  line-height: 19px;

  display: inline-block;
}

* a
{
  font-size: 16px;
  line-height: 19px;
}

@-webkit-keyframes fade
{
  from
  {
    opacity: 0;
  }

  to
  {
    opacity: 1;
  }
}

@keyframes fade
{
  from
  {
    opacity: 0;
  }

  to
  {
    opacity: 1;
  }
}

.bx-yellow,
.bx-theme-yellow {
  --primary: #f05a28;
  --theme-color-primary: #f05a28;
  --theme-color-second: #faba4a;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #f05a28;
  --theme-b-link-hover: #faba4a;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #f05a28;
  --theme-b-bd-primary: #f05a28;
  --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #faba4a;
  --theme-b-bd-primary-hover: #daa53e;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #faba4a;
  --theme-b-bd-primary-active: #daa53e;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #daa53e;
  --theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
  --primary: #0083d1;
  --theme-color-primary: #0083d1;
  --theme-color-second: #5ca6e4;
  --theme-color-light: #f0f6f8;
  --theme-b-link: #44b1c9;
  --theme-b-link-hover: #5cc3d1;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #0083d1;
  --theme-b-bd-primary: #0083d1;
  --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #5ca6e4;
  --theme-b-bd-primary-hover: #5599d2;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #5ca6e4;
  --theme-b-bd-primary-active: #5599d2;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #5599d2;
  --theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
  --primary: #e22b2b;
  --theme-color-primary: #e22b2b;
  --theme-color-second: #e95c5c;
  --theme-color-light: #f0f0f0;
  --theme-b-link: #e22b2b;
  --theme-b-link-hover: #e95c5c;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #e22b2b;
  --theme-b-bd-primary: #e22b2b;
  --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #e95c5c;
  --theme-b-bd-primary-hover: #d05454;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #e95c5c;
  --theme-b-bd-primary-active: #d05454;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #d05454;
  --theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
  --primary: #63aa28;
  --theme-color-primary: #63aa28;
  --theme-color-second: #5b9f0b;
  --theme-color-light: #a8d95b;
  --theme-b-link: #44b1c9;
  --theme-b-link-hover: #5cc3d1;
  --theme-b-tx-primary: #fff;
  --theme-b-bg-primary: #63aa28;
  --theme-b-bd-primary: #63aa28;
  --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
  --theme-b-tx-primary-hover: #fff;
  --theme-b-bg-primary-hover: #5b9f0b;
  --theme-b-bd-primary-hover: #56940b;
  --theme-b-tx-primary-active: #fff;
  --theme-b-bg-primary-active: #5b9f0b;
  --theme-b-bd-primary-active: #56940b;
  --theme-b-tx-primary-disabled: #fff;
  --theme-b-bg-primary-disabled: #56940b;
  --theme-b-bd-primary-disabled: #497c09;
}

div[class$='__container'], .container {
  max-width: var(--containerWidth);
  margin: 0 auto;
}

body {
  background-attachment: fixed;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
  /* font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: normal;
}
.startpage{
  width: 100%;
}
.form-control-sm{
  font-size: 14px;
  line-height: 17px;
  padding: 6px 10px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.smart-filter-title{
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 50px;
}
.smart-filter-parameters-box{
  margin-bottom: 15px !important;
  padding: 0;
}
.smart-filter-block{
  margin-top: 15px;
}
.smart-filter-parameters-box-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  transition: color .3s ease-out;
}
.smart-filter-parameters-box-title:hover > .smart-filter-parameters-box-title-text {
  color: #ef5a28;
}
.smart-filter-parameters-box-title:hover > .smart-filter-angle > .smart-filter-angles::before,
.smart-filter-parameters-box-title:hover > .smart-filter-angle > .smart-filter-angles::after {
  background-color: #ef5a28;
}
.smart-filter-parameters-box-title-text {
  font-size: 16px;
  line-height: 19px;
  color: black;
  transition: color .3s ease-out;
}
.smart-filter-angles::before, .smart-filter-angles::after{
  background-color: #000;
  transition: color .3s ease-out;
}
.news-date-time {
  color:#486DAA;
}
.news{
  padding: 0;
}
.news-list{
  display: grid;
  gap: 20px;
}
.news-item
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  min-height: 237px;

  border: 1px solid #e4e4e4;
  border-radius: 5px;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-pic
{
  width: 50%;
  height: 100%;
}
.news-pic img
{
  width: 100%;
  height: 100%;
}

.news-content
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding: 25px 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.news-name
{
  font-weight: 700;

  margin-bottom: 23px;

  text-transform: uppercase;
}

.news-desc
{
  font-size: 16px;
  line-height: 19px;
}

.news-devider
{
  width: 100%;
  min-height: 1px;
  margin: auto 0 15px;

  background-color: #b7b7b7;
}

.news-data
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-date,
.news-link
{
  font-size: 12px;
  line-height: 15px;
}

.news-link
{
  position: relative;

  color: #f05a28;
  text-decoration: none;
}

.news-link::before
{
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 0;
  height: 1px;

  content: '';
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;

  background-color: #f05a28;
}

.news-link:hover::before,
.news-link:active::before
{
  width: 100%;
}
.product
{
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  padding: var(--indent);

  border: 1px solid #e4e4e4;
  border-radius: 5px;

  --indent: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product:hover
{
  border: 1px solid #f05a28;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 10, .15);
  box-shadow: 0 0 10px rgba(0, 0, 10, .15);
}

.product-icons
{
  position: absolute;
  top: var(--indent);
  right: var(--indent);

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-like,
.product-compare
{
  margin-left: 15px;

  cursor: pointer;

  color: black;
}

.product-like:hover,
.product-compare:hover
{
  color: #f05a28;
}

.product-pic
{
  height: 184px;
  margin-bottom: 20px;
}
.product-pic img
{
  max-width: 100%;
}

.product-name
{
  margin-bottom: 4px;
}

.product-btn
{
  font-size: 14px;
  line-height: 20px;

  position: absolute;
  right: -1px;
  bottom: -1px;

  padding: 9px 18px;

  color: white;
  border-radius: 10px 0 5px;
  background-color: #f05a28;
}

.product._like .product-like::before
{
  content: '\e912';
}
.title{
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title__link {
  font-size: 20px;
  text-transform: none;
  color: #f05a28;
  text-decoration: none;
  font-weight: 300;
}
.checkbox input
{
  display: none;
}

.checkbox label
{
  font-size: 14px;
  line-height: 17px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: white;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox label::before
{
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 15px;
  margin-right: 15px;
  margin-left: 15px;
  content: '\e907';
  cursor: pointer;
  -webkit-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  transition: .4s ease-in;
  border-radius: 2px;
  background-color: #f05a28;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox input:checked + label::before
{
  font-family: icons;
  font-size: 6px;
}

.checkbox._error label
{
  color: #f05a28;
}

.bx-content-section,
.bx-header-section {
  padding-bottom: 2px;
  background-color: rgba(255, 255, 255, .95);
}

.bx-content-section{
  max-width: 100vw;
  padding: 0;
}


.bx-content {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    width: 100%;
    /* padding: 0 15px; */
}
.form-content{
  display: grid;
  grid-template-columns: calc(33.33% - 17px) calc(33.33% - 17px) calc(33.33% - 17px);
  gap: 25px;
  padding: 0;
}
.form-label{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
}
.form-input{
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.form-input::-webkit-input-placeholder
{
  color: #b7b7b7;
}

.form-input::-moz-placeholder
{
  color: #b7b7b7;
}

.form-input:-ms-input-placeholder
{
  color: #b7b7b7;
}

.form-input::-ms-input-placeholder
{
  color: #b7b7b7;
}

.form-input::placeholder
{
  color: #b7b7b7;
}
.form-buttons{
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.form-title
{
  font-weight: 700;

  margin-bottom: 50px;

  text-transform: uppercase;
}

.form-subtitle
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-change
{
  color: #f05a28;
}

.form-row
{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;

  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  --indentX: 24px !important;
}

.form-row:not(:first-child)
{
  margin-top: 25px;
}

.form-row._col-3
{
  --count: 3;
}

.form-row._col-1-5
{
  --count: 1.5;
}

.form-row._col-4
{
  --count: 4;
}

.form-field._important .form-subtitle b::after
{
  margin-right: auto;
  margin-left: 0;

  content: ' *';

  color: #f05a28;
}

.form-field._disabled .form-input
{
  pointer-events: none;

  color: #b7b7b7;
}

.form-send
{
  display: block;

  color: white;
  border: 1px solid #f05a28;
  background-color: #f05a28;
  margin-top: 50px;
  margin-left: auto !important;
}

.form-subtitle
{
  font-weight: 700;

  margin-bottom: 15px;
}

.form-input
{
  font-size: 14px;
  line-height: 17px;

  width: 100%;
  padding: 16px 20px;

  border: 1px solid #e4e4e4;
  border-radius: 10px;
  border-radius: 10px;
}

.form-input::-webkit-input-placeholder
{
  color: #b7b7b7;
}

.form-input::-moz-placeholder
{
  color: #b7b7b7;
}

.form-input:-ms-input-placeholder
{
  color: #b7b7b7;
}

.form-input::-ms-input-placeholder
{
  color: #b7b7b7;
}

.form-input::placeholder
{
  color: #b7b7b7;
}

.form-input:focus,
.form-textarea:focus
{
  border: 1px solid black;
}

.form-input._error,
.form-textarea._error
{
  border: 1px solid #f05a28;
}

.form-change
{
  cursor: pointer;
}

.form-link
{
  color: #f05a28;
}

.form-textarea
{
  font-size: 14px;
  line-height: 17px;

  width: 100%;
  padding: 16px 20px;

  resize: none;

  border: 1px solid #e4e4e4;
  border-radius: 10px;
}

.form-checkbox
{
  margin-bottom: 17px;
}

.form-checkbox label
{
  cursor: pointer;
  white-space: nowrap;

  color: black;
}

.form-checkbox label::before
{
  color: white;
}

.form-file
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 266px;
  margin-right: auto;
}

.form-buttons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: -webkit-fit-content;
  width:    -moz-fit-content;
  width:         fit-content;
  margin-top: 50px;
  margin-left: auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-btn
{
  margin-top: 0;
}

.form-btn:not(:last-child)
{
  margin-right: 20px;
}
.account-title{
  font-weight: 700;
  line-height: 50px;

  margin-bottom: 50px;
  padding-left: 30px;

  text-transform: uppercase;

  border-left: 10px solid #f05a28;
}
.main-profile-submit{
  color: white;
  border: 1px solid #f05a28;
  background-color: #f05a28;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 34px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account-menu{
  display: flex;
  flex-direction: column;   
  margin-right: 50px;
  width: fit-content;
}
.account-menu-item
{
  padding-bottom: 15px;

  white-space: nowrap;

  color: black;
  border-bottom: 1px solid #e4e4e4;
  text-decoration: none;
}

.account-menu-item:not(:last-child)
{
  margin-bottom: 15px;
}

.account-menu-item.active
{
  font-weight: 700;
}

/*region HEADER*/
.bx-header { }

.bx-header-section {
  position: relative;
  z-index: 2;
}
.bx-header-section .container, .bx-footer-section .container{ 
  max-width: var(--containerWidth);
}
.bx-top-menu {
  background-color: black;
  padding: 12px 0;
  margin-bottom: 0 !important;
  z-index: 1;
}
.bx-top-menu .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.bx-header-logo { order: 2 }

.bx-header-personal {order: 3;display: flex;}

.bx-header-contact { order: 1 ;
  flex: none;
}

.bx-bottom-menu{
  width: 100%;
  margin-bottom: 0 !important;
}

/*region Logo*/
.bx-logo-block {
  display: block;
  height: 50px;
  border-bottom: none;
}

.bx-logo-block img {
  max-height: 50px;
  width: auto;
}

/*endregion*/

.index_reviews .reviews__list
{
  --count: 2;
  --indentX: 20px;
}

.index_reviews .reviews__item
{
  display: grid;
  
  align-items: baseline;

  padding: 25px;

  border: 1px solid #e4e4e4;
  border-radius: 5px;

  grid-template-areas: 'pic name rate'
  'pic additional rate'
  'showmore showmore showmore';
}

.index_reviews .reviews__pic
{
  grid-area: pic;
}

.index_reviews .reviews__name
{
  grid-area: name;
}

.index_reviews .reviews__additional
{
  grid-area: additional;
}

.index_reviews .reviews__rate
{
  grid-area: rate;
}

.index_reviews .reviews__showmore
{
  grid-area: showmore;
}

.index_reviews .reviews__pic
{
  margin-right: 35px;
  max-width: 125px;
}
.index_reviews .reviews__pic img{
  
  max-width: 100%;
}

.index_reviews .reviews__name
{
  font-weight: 700;

  margin-top: auto;
  margin-right: auto;
}

.index_reviews .reviews__additional
{
  font-size: 14px;
  line-height: 17px;

  color: #b7b7b7;
}

.index_reviews .reviews__showmore
{
  margin-top: 35px;
}

.index_reviews .reviews__showmore ._second
{
  opacity: 0;
}

.index_reviews .reviews__showmore._show ._second
{
  opacity: 1;
}

.index_reviews .reviews__wrapper
{
  overflow: hidden;

  max-height: 119px;
}

.index_reviews .reviews__btn
{
  font-size: 14px;
  line-height: 17px;

  position: relative;

  margin-top: 10px;

  color: #f05a28;
  padding: 0;
}

.index_reviews .reviews__btn::before
{
  position: absolute;
  bottom: -1px;
  left: 0;

  width: 0;
  height: 1px;

  content: '';
  -webkit-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  transition: .4s ease-in;

  background-color: #f05a28;
}

.index_reviews .reviews__btn:hover::before,
.index_reviews .reviews__btn:active::before
{
  width: 100%;
}
.sort .dropdown__title
{
  font-size: 18px;
  line-height: 22px;

  text-transform: none;

  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sort .dropdown__title_text
{
  text-transform: lowercase;
}

.sort .dropdown__icon
{
  font-size: 8px;

  margin-left: 14px;

  color: #f05a28;
}

.sort .dropdown__wrapper
{
  right: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-right: 26.5px;
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
  background-color: white;
  z-index: 10;  
}

.sort._open .dropdown__wrapper{
  box-shadow: 1px 1px 3px #cfcfcf;
}
.sort .dropdown__item:hover{
  text-decoration: underline;
}

.sort .dropdown__content
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sort .dropdown__item
{
  font-size: 18px;

  margin-top: 10px;

  text-transform: none;
}
.rate__star
{
  font-size: 15px;

  width: 21px;
  height: 21px;
  margin-left: 1px;

  color: #f05a28;
  color: #b7b7b7;
}

.rate ._nice
{
  color: #f05a28;
}

.email__input{
  background-color: white;
}
.email__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  padding: 16px 39px;
  color: white;
  background-color: #f05a28;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mailing__email {
  width: 653px;
  max-width: 100%;
  margin-bottom: 25px;
}
.email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.email__input {
  width: -webkit-fill-available;
  padding: 16px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-user-consent-request-announce-link{
  color: #fff;
}
.bx_subscribe_checkbox_container{
  margin:0 auto;
  display: block;
  width: 55%;
}
/*region included Phone*/
.bx-header-phone-block {
  display: flex;
  align-items: center;
}

.bx-header-phone-number, .bx-header-phone-number * {
  white-space: nowrap;
  font: 300 14px/17px "Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
  transition: 400ms linear all;
  color: white;
}

.bx-header-phone-number b{
  font: 700 16px/19px "Proxima Nova", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-header-phone-icon {
  display: block;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: no-repeat center url(images/phone.svg);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px var(--containerIndents) !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div[class$='__container'], .container {
  width: calc(var(--containerWidth) + var(--containerIndents) * 2);
  margin: 0 auto;
  padding: 0 var(--containerIndents);
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons__item {
  font-size: 22px;
}
.header__icons * {
  color: white;
}
.icons__item:not(:last-child) {
  margin-right: 23px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 17px 0 14px;
  background-color: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-area: menu;
}
.menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease .2s;
  -o-transition: all .2s ease .2s;
  transition: all .2s ease .2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
.menu__item:not(:last-child) {
  margin-right: 35px;
}
.menu__link {
  font-family: 'ProximaNova';
  font-weight: 300;
  text-decoration:none;
  color: black;
  position: relative;
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}

.menu__link._active, .menu__link:hover {
  font-weight: 700;
  letter-spacing: 0 !important;
  color: #f05a28;
  font-size: 16px;
  line-height: 19px;
}

.menu__link:not(._active), .menu__link:not(:hover) {
  letter-spacing: .105px;
}
.header__icons * {
  color: white;
}

.communication {
  padding: 100px 0;
}

.about__requisites-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 991px) {
  /* .bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; } */
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
  color: #000;
  font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  transition: 250ms linear all;
}

.bx-worktime-title {
  color: #adadad;
  font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
  color: #000;
  font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about {
  padding: 50px 0 100px;
}


}

@media (max-width: 991px) {
  .bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

.mailing{
  width: auto;
  background-image: url('/images/forest_bg.webp');
  margin-top: 0;
  padding-bottom: 20px;
}

.mailing__container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mailing__title
{
  justify-content: center;
  width: -webkit-fit-content;
  width:    -moz-fit-content;
  width:         fit-content;
  margin-bottom: 75px;

  text-align: center;

  color: white;
}

.mailing__email
{
  width: 653px;
  max-width: 100%;
  margin: 0 auto 25px;
}
.note
{
  padding: 22px 77px;

  color: white;
  border-radius: 0 0 5px 5px;
  background-color: #f05a28;
}

.note *
{
  color: white;
}
.bx-site{
  width: 100%;
}
.row{
  width: 100%;
  max-width: 100%;
  margin: 0;
}
main{
  padding: 50px 0 100px;
}
section{
  width: 100%;
  max-width: 100vw;
  padding: 100px 0;
}

/*endregion*/

.sidebar-block-title {
  color: #343434;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer .bx-block-title{
  margin-bottom: 0;
}
.bx-footer { }

.bx-footer-section { 
  background: black;
  
}
.bx-footer-section .row { 
  flex-wrap: nowrap;
  justify-content: space-between;
}

.bx-footer-section .bx-block-title *{ 
  color: white;
}

.bx-footer-phone-number{
  font-weight: 700;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.footer-contacts a{
  text-decoration: none;
  color: white;
  font-weight: 700;
}
.footer-contacts a:not(:last-child) {
  margin-bottom: 10px;
}
.footer-icons {
  display: flex;
  justify-content: flex-start;
}
.footer-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f05a28;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s ease-in;
  -o-transition: .4s ease-in;
  transition: .4s ease-in;
}
.footer__icon i {
  font-size: 18px;
}

.icons__item i.icon-tg {
  margin-right: 3px;
}
.footer-icon:not(:last-child) {
  margin-right: 15px;
}

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
  border-bottom: none !important;
  text-decoration: none !important;
}

.bx-footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-block {
  width: fit-content;
}
.footer-subtitle{
  margin-bottom: 21px;
  font-weight: 700;
  color: white;
}
.footer-item {
  margin-bottom: 10px;
}
.footer-link {
  padding: 0;
}

.startpage {padding: 0 0 50px;}
.startpage-slider {}
.startpage-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 600px !important;
}
.startpage-container {
}

.benefit
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 45px;

  border: 1px solid #e4e4e4;
  border-radius: 5px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefit:last-of-type {
  margin-right: 0;
}

.benefit-pic
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 59px;
  margin-right: 40px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-pic img
{
  max-width: initial;
  height: 100%;
}

.benefit-name
{
  font-weight: 700;
}
.btn{    
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 34px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info__btn:not(:last-child) {
  margin-right: 20px;
}

.btn_orange {
  color: white;
  border: 1px solid #f05a28;
  background-color: #f05a28;
}
.btn_orange *
{
  color: white;
}

.btn_white
{
  color: #f05a28;
  border: 1px solid #f05a28;
  background-color: white;
}

.btn_white *
{
  color: #f05a28;
}
.btn i {
  font-size: 19px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21px;
}
/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
  border-color: var(--theme-b-bd-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
  margin-left: 20px;
}

.btn-primary:hover {
  border-color: var(--theme-b-bd-primary-hover);
  background-color: var(--theme-b-bg-primary-hover);
  color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: var(--theme-b-bg-primary);
  background-color: var(--theme-b-bg-primary);
  color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: var(--theme-b-bd-primary-active);
  background-color: var(--theme-b-bg-primary-active);
  color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
  border-color: var(--theme-color-primary);
  box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); transition: .4s ease-in;}

a:hover, .bx-icon-link:hover i { color: #f05a28; transition: .4s ease-in;}

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/
.catalog__sort{
  float: right;

}
.bx-sidebar {
  width: 185px;
  
  margin-right: 50px;
}
.bx-sidebar h2{
  margin-top: 15px;
}
.bx-sidebar-block { }

.bx-wrapper{
  flex: auto;
  padding: 0;
  overflow: hidden;
}
.bx-wrapper .row.bx-yellow .col{
  padding: 0;
}
.bx-wrapper .row.mb-4{
  margin-bottom: 0 !important;
}
div[id^="bx_incl_area_7"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  width: 100%;
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
  font-size: 12px;
  font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
  border-radius:50%;
  background-color: var(--theme-color-primary);
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-icon-label {
  background-image:  url(images/label.svg);
  background-size: 19px auto;
}

.sidebar-icon-delivery {
  background-image: url(images/delivery.svg);
  background-size: 17px auto;
}

.sidebar-icon-sale {
  background-image: url(images/sale.svg);
  background-size: auto 17px ;
}

.sidebar-icon-self {
  background-image: url(images/self.svg);
  background-size: auto 17px ;
}

.sidebar-icon-phone {
  background-image: url(images/phone_white.svg);
  background-size: auto 21px ;
}



.catalog__list
{
  --count: 4 !important;
  --indentX: .001px !important;
  --indentY: 15px !important;
}

.catalog__item
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  border: 1px solid #e4e4e4;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.catalog__item:hover, .catalog__item:focus {
  box-shadow: #e4e4e4 0 0 8px 8px;
}

.catalog__item:active {
  box-shadow: #e4e4e4 0 0 0 0;
  transition-duration: .05s;
}


.catalog__item:not(:first-child)
{
  margin-left: -1px;
}

.catalog__name
{
  font-weight: 700;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  text-transform: uppercase;
  text-decoration: none;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__name::before
{
  display: block;

  width: 10px;
  height: 98px;
  margin-top: -1px;
  margin-right: 25px;

  content: '';

  background-color: #f05a28;
}

.fit
{
  background-color: #fafafa;
  margin-top: -100px;
}

.fit__list
{
  --count: 4 !important;
  --indentX: 20px !important;
}

.fit__item
{
  position: relative;

  overflow: hidden;

  border-radius: 5px;
}

.fit__name
{
  font-size: 32px;
  font-weight: 700;

  position: absolute;
  right: 25px;
  bottom: 23px;
  left: 25px;

  color: white;
}

.fit__pic
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 345px;

  background: #d9d9d9;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.list
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-right: calc(-1 * var(--indentX));
  margin-bottom: calc(-1 * var(--indentY));

  --count: 2;
  --indentX: .001px;
  --indentY: .001px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__list {
  --count: 2;
  --indentX: 20px;
}

.list__item, .list-item, .size-btn
{
  width: calc((100% - (var(--count) ) * var(--indentX)) / var(--count));
  margin-right: var(--indentX);
  margin-bottom: var(--indentY);
}
.product-item-scu-item-color-container{
  border:none;
}
.product-item-scu-item-color-container.selected{
  background-color: transparent;
}
.product-item-detail-info-container h3{
  margin-bottom: 5px;
  margin-top: 20px;
}
.dropdown
{
  position: relative;
}

.dropdown-title
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  cursor: pointer;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.dropdown-wrapper
{
  overflow: hidden;
}

.dropdown-item
{
  cursor: pointer;
}

.dropdown-content
{
  margin-top: -300vh;
}

.dropdown._abs .dropdown-wrapper
{
  position: absolute;
}

.dropdown._open .dropdown-content
{
  margin-top: 0;
}

.dropdown._open .dropdown-close
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-icon img
{
  max-width: 100%;
}

.droplist .dropdown:nth-child(odd)
{
  background: #fafafa;
}

.droplist .dropdown-title
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 24px 0;
}

.droplist .dropdown-icon
{
  width: 40px;
  margin-right: 25px;
}

.droplist .dropdown-title_text
{
  font-weight: 700;
}

.droplist .dropdown-close
{
  font-size: 8px;

  margin-left: auto;
}

.droplist .dropdown-content
{
  padding: 25px 0;

  border-top: 1px solid #b7b7b7;
}

.droplist .dropdown-content h4
{
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 15px;

  color: #f05a28;
}

.droplist .dropdown-content p
{
  font-size: 16px;
  line-height: 19px;

  display: inline-block;

  margin: 10px 0;
}

.droplist .dropdown-content p:last-child
{
  margin: 10px 0 0;
}

.droplist .dropdown-content li
{
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.droplist .dropdown-content li::before
{
  font-size: 10px;

  position: relative;
  top: -3px;

  margin-right: 10px;

  content: '●';
}

.droplist .dropdown-content a
{
  font-size: 16px;
  line-height: 19px;

  text-decoration: underline;
}

.droplist .dropdown-content span
{
  font-size: 16px;
  line-height: 19px;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  color: #f05a28;
}

.tabs-head
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-title
{
  cursor: pointer;
}

.tabs-title._active, .tabs-title.active
{
  font-weight: 700;
}

.tabs-item
{
  display: none !important;
}

.tabs-item._active, .tabs-item.active
{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;

  -webkit-animation: fade 1s forwards;
  animation: fade 1s forwards;
}
.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.bx-icon-link i{
  font-size: 20px;
  color: #F0F0F0;
  transition: .4s ease-in;
}
.header__icons, .footer__icons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa-search:before {
  content: '\e904';
  top: 7px;
  display: block;
  position: absolute;
}
.bx-searchtitle .bx-input-group-btn button:hover {
  background: #f05a28;
}
.bx-searchtitle {
  margin: 0;
}
.page .catalog{
  padding-top: 0 !important;
  padding-bottom: 0;
}
.info-buttons{
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.info-buttons > * {
  width: 200px;
}
.info-buttons .icon-cart{
  margin-right: 10px;
}
.info-buttons .btn:hover{
  color: #fff;
  box-shadow: 1px 1px 3px #333;
}
.product-item-detail-info-container-title{
  text-align: center;
}
.product-item-detail-info-container.rating{
  width: 100%;
}

.footer-payment {

  width: 215px;
  height: 128px;
  visibility: hidden;
  height: 0 !important;
  margin-bottom: -1rem;

}

.page .calculator {
  padding-top: 0;
}

.communication-contacts-container {
  margin-bottom: 50px;
}

@media (max-width: 1180px) {

  .bx-top-menu {
      padding: 12px 20px;
  }

  .title {
    margin-bottom: 25px;
  }

/* Main slider */

	.slick-slider .slick-track,
	.slick-initialized .slick-slide {
		max-height: 300px;
		background-size: cover;
		height: 300px !important;
	}

/* Main slider */

    main {
      padding: 76px 0 20px;
    }
    
    .about-desc {
      padding-left: 20px;
      padding-right: 20px;
    }
    
    .about-pics {
      grid-template-columns: auto auto auto !important;
      grid-template-rows: 320px !important;
      grid-template-areas: '_2 _3 _4' !important;
      gap: 20px !important;
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
    }

  .benefits__list {
    width: 100%;
  }

  .benefit:last-of-type {
    margin-right: 0;
  }

  .catalog {
    padding: 25px 20px; 
  }

  .catalog-section {
    margin-bottom: 0 !important;
  }

  .page .calculator {
      padding-top: calc(25px + 56px);
  }

  .page .page__container {
    padding: 0 20px;
  }

  .page__container p {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .calculator__results {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    grid-gap: 10px 20px;
  }

  .delivery {
      padding: 0 20px;
  }

  .communication {
    padding: 50px 0;
    margin: 0 20px;
  }

}

@media (max-width: 992px) {

  .startpage {
      padding: 0 0 50px;
      margin-top: -2px;
  }

  .catalog {
      padding: calc(25px + 72px) 20px;
  }

  .catalog__container {
    padding: 0;
  }

  .page .page__container {
    padding: 0 20px;
  }

  .about {
    padding: calc(25px + 56px) 0 25px;
  }

  .delivery-list {
      margin-bottom: 25px;
  }

  .delivery .tabs-header {    
      padding: 16px 20px 24px;
  }

  .note {
    padding: 22px 20px;
  }

  .delivery {
    padding: 0 20px;
  }

  .about-wrap {
    padding-top: 0;
  }

}
.slick-slider .slick-track, .slick-slider .slick-list{
  max-height:500px;
}
@media (max-width: 990px) {

  .mailing{
    margin-top: 0;
  }

}

@media (max-width: 960px) {
  .d-xs-block{
    display: block !important;
  }
  .product-item-small-card {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(33.3% - 15px);
  }
  .list-item {
      width: calc(((100% - (var(--count) ) * var(--indentX)) / var(--count)) * 1.25);
  }
}

@media (max-width: 768px) {
  * {
    --containerWidth: 100%;
    --containerIndents: 15px;
  }

  .bx-header-section {
    padding-bottom: 0;
  }

  .header {
    position: fixed;
    width: 100%;
    z-index: 2;
  }

  .about-desc {
      flex-direction: column;
      margin-bottom: 20px !important;
      gap: 0px !important;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
  }
  
  .about-title {
      position: static !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
  }
  
    .about-pics {
      grid-template-columns: auto !important;
      grid-template-rows: 240px 240px 240px !important;
      grid-template-areas: '_2' '_3' '_4' !important;
      padding: 0;
      display: none !important;
    }

  .list-item {
      width: calc(((100% - (var(--count) ) * var(--indentX)) / var(--count)) * 2);
  }

  .info-buttons{
    justify-content: space-between;
  }
  .bx_subscribe_checkbox_container{
    width: 90%;
  }

  .mailing__email{
    width: 94%;
  }
  .news__list {
    --count: 1;
    --indentY: 20px;
    --indentX: 0;     
  }
  .news-pic {
    width: 30%;
  }
  .news-content {
    width: 70%;
  }
  .basket-line-block a .icon-cart{
    font-size: 24px !important;
  }
  .catalog-cart-block .icon-cart{
    color: #fff;    
    font-size: 24px;
    margin-top: 5px;
  }
  .footer__icons{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #b7b7b7;
    width: 100%;
    padding: 5px 0;
  }
  .news__container{
    padding: 0px !important;
  }
  .page__container {
    padding: 20px 20px !important;
  }
  body .header__burger{
    display: block !important;
  }
  .startpage-item {
    height: 450px;
  }
  .header {
    --text-primary: #333;
    --text-secondary: #666;
    --text-minor: #999;
    --text-invert: #fff;
    --background-accent: #2e323d;
    --background-secondary: #f2f3f5;
    --background-primary: #fff;
    --control-primary: #464c5c;
    --control-secondary: #ced0d6;
    --control-minor: #e8e9eb;
    --control-invert: #fff;
    --control-secondary-invert: hsla(0,0%,100%,0.4);
    --control-minor-invert: hsla(0,0%,100%,0.1568627450980392);
    --control_hover-primary: #1c212e;
    --control_hover-secondary: #a9adb8;
    --control_hover-minor: #dcdde0;
    --control_hover-primary-invert: hsla(0,0%,100%,0.9176470588235294);
    --control_hover-secondary-invert: hsla(0,0%,100%,0.4980392156862745);
    --control_hover-minor-invert: hsla(0,0%,100%,0.23921568627450981);
    --success-primary: #5ab030;
    --success-dark: #488c26;
    --success-light: #deefd5;
    --brand-primary: #5ab030;
    --brand-dark: #488c26;
    --brand-light: #deefd5;
    --brand-minor: #000;
    --brand-invert: #fff;
    --accent-primary: #f4be55;
    --accent-dark: #c39844;
    --accent-light: #fcf2dd;
    --attention-primary: #e6615e;
    --attention-dark: #b84d4b;
    --attention-light: #fadfde;
    --secondary-green_primary: #00b2a9;
    --secondary-green_dark: #008e87;
    --secondary-green_light: #ccefed;
    --secondary-blue_primary: #3d6be3;
    --secondary-blue_dark: #3b59a4;
    --secondary-blue_light: #d1deff;
    --secondary-orange_primary: #d95e00;
    --secondary-orange_dark: #ad4b00;
    --secondary-orange_light: #f7decc;
    --secondary-purple_primary: #8961a5;
    --secondary-purple_dark: #6d4d84;
    --secondary-purple_light: #e7dfed;
    --secondary-yellow_primary: #ffe55a;
    --secondary-yellow_dark: #ccb748;
    --secondary-yellow_light: #fff9de;
  }
  ._3XXcJoFzXo_header-footer {
    left: 15px;
    top: 30%;
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    font-family: inherit;
    text-decoration: none;
    color: inherit;
    appearance: none!important;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    --button-color: inherit;
    --button-hover-color: var(
      --button-color);
    --button-bg: transparent;
    --button-hover-bg: var(
      --button-bg);
    --button-border-color: transparent;
    --button-border-width: 2px;
    --button-border-radius: 0;
    --button-hover-border-color: transparent;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--button-color);
    background-color: var(--button-bg);
    border: var(--button-border-width) solid var(--button-border-color);
    border-radius: var(--button-border-radius);
    cursor: pointer;
    transition: color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out,border-color .2s ease-out;
    touch-action: manipulation;
    z-index: 10000;
  }
  .h57mdm_header-footer {
    grid-area: hamburger;
    justify-self: start;
    margin-left: -4px;
  }
  ._2gqxFggGGP_header-footer._2DPuTKh3wA_header-footer {
    --button-color: #eff0f3;
    --button-hover-color: var(
      --control_hover-primary);
  }
  ._3XXcJoFzXo_header-footer.OlnG71pXEL_header-footer:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
  }
  ._3uk7Z0fcdl_header-footer {
    --icon-size: 100%;
    --icon-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: var(--icon-size);
    height: var(--icon-size);
    font-size: 0;
  }
  .henkuw2_header-footer {
    position: relative;
    width: 20px;
    height: 20px;
    contain: strict;
  }
  .h1slx5dq_header-footer {
    top: 4.17px;
    left: 1.67px;
  }
  .h1slx5dq_header-footer, .h1slx5dq_header-footer:after, .h1slx5dq_header-footer:before {
    position: absolute;
    width: 16.67px;
    height: 2px;
    background-color: #fff;
  }
  .h1slx5dq_header-footer.cross, .h1slx5dq_header-footer.cross:after, .h1slx5dq_header-footer.cross:before {
    background-color: #333;
  }
  
  .h1slx5dq_header-footer:after, .h1slx5dq_header-footer:before {
    left: 0;
    content: "";
  }
  .h1slx5dq_header-footer:before {
    top: 5px;
  }
  .h1slx5dq_header-footer:after {
    top: 10px;
  }
  .h1slx5dq_header-footer.cross {
    transform: translateX(0) translateY(4px) rotate(-45deg);
  }
  .h1slx5dq_header-footer.cross:before {
    transform: translateX(0) translateY(-6px) rotate(45deg);
    opacity: 0;
  }
  .h1slx5dq_header-footer.cross:after {
    transform: translateY(-10px) rotate(90deg);
  }
  .o1lu9990_header-footer {
    --button-border-width: 0;
    right: 0;
    background-color: #333333b0;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    transition: opacity .6s cubic-bezier(.24,.81,.2,.96),visibility .6s;
    will-change: opacity,visibility;
  }

  .mobile__menu,
  .o1lu9990_header-footer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1049;
  }
  .mobile__menu{
    display: grid;
    align-items: center;
    grid-template-areas:
    "cross"            
    "menu"
    ".";
    grid-template-rows: 59px 1fr auto;
    width: 80%;
    max-width: 254px;
    min-height: 100%;
    overflow: auto;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(.24,.81,.2,.96);
    will-change: transform;
    justify-items: start;
  }
  .mobile__menu .menu__list{
    
  }
  .mobBox.opened .mobile__menu {
    transform: translateX(0);
  }
  .mobBox.opened .o1lu9990_header-footer {
    visibility: visible;
    opacity: .8;
  }
  .mobile__menu .header__menu{
    box-shadow:none;
    padding: 0;
  }
  .mobile__menu .header__menu .menu__list{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    border-top: 1px solid #666;
  }
  .mobile__menu .header__menu .menu__list .menu__item{border-bottom: 1px solid #666;width: 100%;padding: 10px 0 10px 0;}
  section {
    padding: 35px 0px;
  }
  .workarea {
    padding: 0px 0 35px;
  }
  .bx-header-phone-block{
    display:none;
  }
  .bx-logo-block img {
    max-width: 100%;
    max-height: 32px;
    width: auto;
    height: auto;
  }
  .catalog__list {
    --count: 2 !important;
    --indentX: .001px !important;
    --indentY: 15px !important;
  }
  .fit__list {
    --count: 2 !important;
    --indentX: 20px !important;
    --indentY: 15px !important;
  }
  .benefits .benefits__list {
    --count: 1;
    --indentX: 26px;
    --indentY: 15px !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .index_reviews .reviews__item {
    grid-template-areas:
    'pic name'
    'pic additional'
    'rate rate'
    'showmore showmore';
  }
  .nolink{
    float: right;
    text-decoration: none;
    border-bottom: 1px dashed var(--theme-b-link);
  }
  * h1 {
    font-size: 21px;
    line-height: 24px;
  }
  * h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .title {
    margin-bottom:35px;
    margin-top: 0;
  }
  .fit__name {
    font-size: 20px;
  }

  .catalog .catalog__container {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog__pic img{
    width:100%;
    height:auto;
  }
  .catalog__name::before {
    height: 78px;
    margin-right: 15px;
  }

  .bx-header-logo {
    padding: 0;
    height: auto;
    /*      background-color: var(--theme-color-primary);*/
  }
  .startpage{
    padding: 0px 0 35px;
  }
  .workarea .startpage-item{
    height:400px;
  }
  .bx-logo-block {
    margin-top: 12px;
    height: auto;
  }

  body.bx-theme-green .bx-store-logo { background: #33b111; }
  .news-list {
  }
  .news {
    padding: 0 15px 0 15px;
  }
  .bx-aside-nav {
    display: block;
    background: #fff;
  }
  .bx-nav-1-lvl-link-text{
    font-weight:600;
  }
  .row.mb-4.bx-site{
    --count: 1;        
    --indentY: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(1 * var(--indentY));
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bx-sidebar{
    width:100%;
    border-radius: 2px;
    padding: 15px 15px 7px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 35px;
  }

  div[data-entity="items-row"]{
    --count: 2;        
    --indentY: 15px;
    --indentX: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-item-small-card{
    width: calc((98% - (var(--count) ) * var(--indentX)) / var(--count));
    margin-right: var(--indentX);
    margin-bottom: var(--indentY);
  }
  .product-item-small-card .product-item{
    padding:15px;
  }
  .product-item-image-wrapper{
    padding-top: 85%;
  }
  .product-item-image-wrapper .product-item-image-slider-slide-container{
    height: 160px;
  }
  .card-info .info-slider{
    width: 100%;
  }
  .card-info .info-content{
    width: 100%;
  }
  .product-item-button {
    font-size: 11px;
    padding: 5px 14px;
    }
    .product-item {
        min-height: 340px;
    }
  .bx-footer .row{
    --count: 1;        
    --indentY: 15px;
    --indentX: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bx-footer .row .footer-block{
    width: calc((98% - (var(--count) ) * var(--indentX)) / var(--count));
    margin-right: var(--indentX);
    /*margin-bottom: var(--indentY);*/
    margin-bottom: 0;
  }
  .info {
    flex-direction: column;
  }
  .page .calculator {
      padding-top: calc(25px + 56px);
  }
  .calculator .params {
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
  .calculator .results {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  }
  .calculator__results {
    grid-template: 1fr 1fr / 1fr 1fr;
  }
  .segment__field {
    justify-content: flex-start;
  }
  .selection__info{
    flex-wrap: wrap;
  }
  .selection__info .selection__desc {
      margin-top: 20px;
      margin-left: 20px;
  }
  .selection__item .selection__table ._main{
    min-width: 180px;
  }
  .selection__table ._main table thead td, 
  .selection__table ._scroll table thead td{
      font-size: 15px;
  }
  .selection__table ._scroll table tbody td ,
  .selection__table ._main table tbody td {
      font-size: 13px;
      padding: 8px 12px;
  }
  .selection__item table td {
      white-space: wrap;
  }

  .benefits {
    padding-bottom: 0;
  }

  .benefit {
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
  }

  .benefit:last-of-type {
    margin-right: 0;
  }

  .bx-footer .bx-block-title {
    margin-bottom: 20px;
  }

  .tabs-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .tabs-title {
    margin-bottom: 20px;
  }

  .tabs-title._active {
    text-decoration: underline;
  }

  .tabs-title:last-of-type {
    margin-bottom: 0;
  }

  .communication {
    padding: 25px 0;
    margin: 0;
  }

  .communication-container {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }

  .about__requisites {
    margin: 0;
  }

  .communication-contacts-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }

}

@media (max-width: 660px) {

  .communication-contacts {
    display: flex !important;
    flex-direction: column;
  }

  .communication-contacts-item {
    margin-right: 0;
    margin-bottom: 20px;
  }

}

@media (max-width: 560px) {

  .calculator__results {
    display: grid;
    grid-template: 1fr 1fr / 1fr 1fr;
    grid-gap: 10px 20px;
  }

}

@media (max-width: 520px) {
    .list-item {
        width: calc(((100% - (var(--count) ) * var(--indentX)) / var(--count)) * 4);    
    }
    
}

@media (max-width: 420px) {
  .startpage {
        padding: 0 0 20px;
        margin-top: 56px;
    }
  .calculator .params {
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
  .calculator .results {
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
  .calculator__results {
    grid-gap: 20px 20px;
  }
  .results__title {
    font-size: 14px;
  }
  .row.mb-5{
    padding-right: 0;
    padding-left: 0;
  }
  .index_reviews .reviews__list {
    --count: 1;
    --indentX: 10px;
    --indentY: 10px !important;
  }
  .product-item-list-col-3{
    --count: 1;
  }
  div[data-entity="quantity-block"]{
    margin-bottom: 41px;
  }
  div[data-entity="items-row"]{
    --count: 1;
  }
  .startpage-item {
      height: 170px !important;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
  }

}
.basket-line-block{
  display:block;
  position: relative;
}
.basket-line-block span{
  display: block;
  position: absolute;
  color: var(--theme-b-link);
  top: -1px;
  left: 11px;
  background-color: #fff;
  border-radius: 50%;
  padding: 1px 7px;
  font-size: 12px;
  font-weight: 600;
}
.footer-subtitle {
    color: #f05a28 !important;
}
.sale-personal-section-index-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 23px 0;
    padding: 0;
    height: 80%;
    border-radius: 3px;
    background-size: cover;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    opacity: .8;
    transition: all 0.3s;
    justify-content: space-around;
    background-color: var(--theme-color-primary, #51cbce);
}
.sale-personal-section-index-block-ico {
    font-size: 0 !important;
}
.sale-personal-section-index-block-name {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
    font-size: 20px;
}
.slider-btn._prev {
  position: absolute;
  left: 0;
  top: 45%;
  width: auto;
  height: 40px;
  margin: 0;
  z-index: 1;
}
.slider-btn._next {
  position: absolute;
  right: 0;
  top: 45%;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 1;
}
.slider-for {
    margin-bottom: 50px;
    padding: 0;
}

@media (max-width: 1180px) {

  .slider-for {
    margin-bottom: 25px;
    padding: 0;
  }

}

@media(max-width:1080px) {

	.slick-slider .slick-list {
		max-height: 400px;
	}

}

@media (max-width: 320px) {

  .droplist .dropdown-icon
  {
    width: 40px;
    margin-right: 15px;
  }

}

.slider .slick-prev {
    left: 25px;
    z-index: 10;
}

.slider .slick-next {
    right: 25px;
}

.popup-window {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    padding: 10px;
    font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    border-radius: var(--popup-window-border-radius);
    will-change: opacity;
}

.popup-window {
    background: #fff;
    padding: 30px;
    width: 480px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.popup-window-input {
    margin-bottom: 20px;
    height: 50px;
    position: relative;
}

.popup-window input[type="text"] + label{
    position: absolute;
    left: 20px;
    padding: 0 5px;
    background: #fff;
    color: grey;
    font-weight: 300;
    font-size: 14px;
    top: -8px;
}
.oformlenie-input {
  margin:5px 0 10px;
}
.popup-window input[type="checkbox"]{
  display:inline-block;
  float: left;
}
.popup-window input[type="text"] {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.popup-window .btn {
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    border: 1px solid #f05a28;
    background-color: #f05a28;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.popup{
  display:none;
}
.mfp-content .popup{
  display:block;
}
.product-item-like, .product-item-compare {
    display: none;
}
.popup-form{
display: none;
}
.header__icons * {
    color: #f05a28 !important;
}
@media(max-width: 480px) {

/* Main slider */

	.slick-slider .slick-track,
	.slick-initialized .slick-slide {
		max-height: none;
		background-size: auto 100%;
		height: 220px !important;
		background-repeat: no-repeat;
	}

/* Main slider */

	.popup-window {
    	width: auto;
	}

}