

/* Start:/local/templates/tpl-new/fonts/fonts.css?1735213503810*/
/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: "OpenSans";
    src: url("/local/templates/tpl-new/fonts/../fonts/OpenSans-Regular.ttf") format("truetype");
    src: url("/local/templates/tpl-new/fonts/../fonts/OpenSans-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;

}
/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "OpenSansBold";
    src: url("/local/templates/tpl-new/fonts/../fonts/OpenSans-Bold.ttf") format("truetype");
    src: url("/local/templates/tpl-new/fonts/../fonts/OpenSans-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
/* font-family: "Yeseva One"; */
@font-face {
    font-family: "Yeseva One";
    src: url('/local/templates/tpl-new/fonts/yesevaone.ttf') format('truetype');
    src: url('/local/templates/tpl-new/fonts/yesevaone.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* End */


/* Start:/local/templates/tpl-new/css/c4u-style.css?164855337928473*/
@charset "UTF-8";
/**
 * Mixins
 */
/**
 * Анимация свойств
 * @param {Map} $opts
 */
/**
 * Placeholders
 */
/**
 * Ширина блока
 */
.w_100, .w_90, .w_80, .w_75, .w_70, .w_60, .w_55, .w_50, .w_45, .w_40, .w_33, .w_30, .w_25, .w_20, .w_10, .w_5 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
}

/**
 * Троеточие, если текст не помещается
 */
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/**
 * Общие стили
 */
/**
 *  Html теги
 */
html {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "OpenSansBold", sans-serif;
}

table {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E5E5E5;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button[type="link"] {
  border: none;
  background: transparent;
  padding: 0;
  display: inline;
  line-height: inherit;
}

a {
  transition: all 0.25s linear;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  padding: 0 15px;
  height: 50px;
  width: 360px;
  border: 1px solid #a1a1a1;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  outline: none;
  text-align: left;
}

input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
textarea.error,
select.error {
  border-color: #e0387e;
}

select {
  cursor: pointer;
}

/**
 * Селекторы
 */
::-moz-selection {
  background: #E0387E;
  text-shadow: none;
}

::selection {
  background: #E0387E;
  text-shadow: none;
}

/**
 * Стандартные элементы
 */
.page_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1023px) {
  .page_wrapper {
    padding: 0;
  }
}

/**
 * Кнопки
 */
.btn_custom {
  box-sizing: border-box;
  padding: 0 40px;
  height: 50px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s linear;
}

.btn_custom.mod__transparent_black {
  color: #000;
  background-color: transparent;
  border: 1px solid #cbcbcb;
}

.btn_custom.mod__transparent_black:hover {
  color: #E0387E;
  border-color: #E0387E;
}

.btn_custom.mod__transparent_pink {
  color: #E0387E;
  background-color: transparent;
  border: 1px solid #cbcbcb;
}

.btn_custom.mod__transparent_pink:hover {
  border-color: #E0387E;
}

.btn_custom.mod__pink_white {
  color: #fff;
  background-color: #E0387E;
}

.btn_custom.mod__pink_white:hover {
  background-color: #f8438e;
}

.btn_custom.mod__beige_pink {
  color: #e0387e;
  background-color: #fbfafa;
  border: 1px solid #b0b0b0;
}

.btn_custom.mod__beige_pink:hover {
  border-color: #e0387e;
}

input:checked + .choice_btn {
  border: 1px solid #F8438E;
}

input:checked + .choice_btn::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
  height: 16px;
  background: transparent url("/local/templates/tpl-new/css/../images/check.svg") 0 0 no-repeat;
}

input:checked + .choice_btn .title {
  color: #E0397E;
}

.choice_btn {
  position: relative;
  background: #fafafa;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  cursor: pointer;
}

.choice_btn .title {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #000;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/**
 * Вспомогательные стили
 */
.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

.cur-pointer {
  cursor: pointer !important;
}

.cur-default {
  cursor: default !important;
}

.overflow-visible {
  overflow: visible !important;
}

.nodecor:hover {
  text-decoration: none !important;
}

.disabled_text {
  color: #E5E5E5;
  cursor: default;
}

.flex-justify {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.disable-hover {
  pointer-events: none !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.valign-top {
  vertical-align: top;
}

.valign-baseline {
  vertical-align: baseline;
}

.valign-bottom {
  vertical-align: bottom;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

.hint {
  margin: 0;
  color: #808080;
  font-size: 80%;
  line-height: 14px;
}

.w_100 {
  width: 100%;
}

.w_90 {
  width: 90%;
}

.w_80 {
  width: 80%;
}

.w_75 {
  width: 75%;
}

.w_70 {
  width: 70%;
}

.w_60 {
  width: 60%;
}

.w_55 {
  width: 55%;
}

.w_50 {
  width: 50%;
}

.w_45 {
  width: 45%;
}

.w_40 {
  width: 40%;
}

.w_33 {
  width: 33.3%;
}

.w_30 {
  width: 30%;
}

.w_25 {
  width: 25%;
}

.w_20 {
  width: 20%;
}

.w_10 {
  width: 10%;
}

.w_5 {
  width: 5%;
}

.w_full {
  width: 100%;
}

.font-larger {
  font-size: 110%;
}

.font-bold {
  font-family: "OpenSansBold", sans-serif;
  font-weight: 600;
}

.nowrap {
  white-space: nowrap;
}

.hidden_nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.r-float_elem {
  float: right;
}

.l-float_elem {
  float: left;
}

.n-float_elem {
  float: none;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fl-uppercase::first-letter {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.icon {
  display: inline-flex;
}

.icon-arrow_hl, .icon-arrow_hr {
  width: 13px;
  height: 21px;
  background: transparent url("/local/templates/tpl-new/css/../images/icon-arrow_h.svg") 0 0 no-repeat;
}

.icon-arrow_hr {
  transform: rotateY(180deg);
}

.icon-close {
  width: 16px;
  height: 16px;
  background: transparent url("/local/templates/tpl-new/css/../images/icon-close.svg") 0 0 no-repeat;
}

.icon-refresh {
  width: 32px;
  height: 32px;
  background: transparent url("/local/templates/tpl-new/css/../images/icon-refresh.svg") 0 0 no-repeat;
}

.icon-minus {
  width: 12px;
  height: 12px;
  background: transparent url("/local/templates/tpl-new/css/../images/minus.svg") 0 0 no-repeat;
}

.icon-plus {
  width: 12px;
  height: 12px;
  background: transparent url("/local/templates/tpl-new/css/../images/plus.svg") 0 0 no-repeat;
}

.icon-trash {
  width: 18px;
  height: 19px;
  background: transparent url("/local/templates/tpl-new/css/../images/trash.svg") 0 0 no-repeat;
}

.icon-refresh {
  width: 32px;
  height: 32px;
  background: transparent url("/local/templates/tpl-new/css/../images/icon-refresh.svg") 0 0 no-repeat;
}

.icon-pdf {
  width: 46px;
  height: 46px;
  background: transparent url("/local/templates/tpl-new/css/../images/pdf.svg") 0 0 no-repeat;
}

.icon-empty {
  width: 54px;
  height: 47px;
  background: transparent url("/local/templates/tpl-new/css/../images/empty.svg") 0 0 no-repeat;
}

.icon_play {
  position: absolute;
  padding-left: 32px;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.icon_play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.icon_play::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #ffffff;
  border-right: none;
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination .item {
  margin-right: 4px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pagination .item {
    display: none;
  }
}

.pagination .item:hover {
  background-color: #E5E5E5;
  cursor: pointer;
}

.pagination .item.active {
  background-color: #ffffff;
  color: #E0387E;
  cursor: default;
}

.pagination .item .icon {
  margin-top: 14px;
  margin-left: 5px;
}

.pagination .item--load_more {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 16px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .pagination .item--load_more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
  }
}

.pagination .item--load_more .icon {
  margin: 0 8px 0 0;
}

/*# sourceMappingURL=local/templates/tpl-new/c4u-style.css.map */

/* End */


/* Start:/local/templates/tpl-new/css/pages/basket.css?1758007310149634*/
@charset "UTF-8";
/**
 * Mixins
 */
/**
 * Анимация свойств
 * @param {Map} $opts
 */
/**
 * Placeholders
 */
/**
 * Ширина блока
 */
/**
 * Троеточие, если текст не помещается
 */
.page--basket-empty,
.page--basket-list,
.page--basket-order,
.page--basket-success {
	font-size: 14px;
	line-height: 18px;
}

.page--basket-empty,
.page--basket-list,
.page--basket-success {
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
	.page--basket-empty,
	.page--basket-list,
	.page--basket-success {
		border-top: none;
	}
}

.page--basket-empty .title,
.page--basket-list .title,
.page--basket-success .title {
	margin-right: 4px;
	color: #828282;
	font-size: inherit;
	line-height: inherit;
}

.page--basket-empty .nav_bar,
.page--basket-list .nav_bar,
.page--basket-success .nav_bar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
	.page--basket-empty .nav_bar,
	.page--basket-list .nav_bar,
	.page--basket-success .nav_bar {
		padding: 0 24px;
		flex-direction: column;
	}
}

.page--basket-empty .nav_bar .call_box,
.page--basket-list .nav_bar .call_box,
.page--basket-success .nav_bar .call_box {
	margin-right: 64px;
	padding: 14px 0 18px;
	display: flex;
}

@media (max-width: 1023px) {
	.page--basket-empty .nav_bar .call_box,
	.page--basket-list .nav_bar .call_box,
	.page--basket-success .nav_bar .call_box {
		margin: 0;
		padding: 26px 0 20px;
		flex-direction: column;
		text-align: center;
	}
}

.page--basket-empty .nav_bar .call_box .call_info,
.page--basket-list .nav_bar .call_box .call_info,
.page--basket-success .nav_bar .call_box .call_info {
	margin-right: 24px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--basket-empty .nav_bar .call_box .call_info,
	.page--basket-list .nav_bar .call_box .call_info,
	.page--basket-success .nav_bar .call_box .call_info {
		margin: 0;
	}
}

.page--basket-empty .nav_bar .call_box .call_link,
.page--basket-list .nav_bar .call_box .call_link,
.page--basket-success .nav_bar .call_box .call_link {
	color: #e0387e;
}

.page--basket-empty .nav_bar .nav_list,
.page--basket-list .nav_bar .nav_list,
.page--basket-success .nav_bar .nav_list {
	padding: 14px 0 18px;
}

@media (max-width: 1023px) {
	.page--basket-empty .nav_bar .nav_list,
	.page--basket-list .nav_bar .nav_list,
	.page--basket-success .nav_bar .nav_list {
		padding: 0 0 16px;
		flex-direction: column;
	}
}

.page--basket-empty .nav_bar .nav_list .nav_item,
.page--basket-list .nav_bar .nav_list .nav_item,
.page--basket-success .nav_bar .nav_list .nav_item {
	color: #000;
}

@media (max-width: 359px) {
	.page--basket-empty .nav_bar .nav_list .nav_item,
	.page--basket-list .nav_bar .nav_list .nav_item,
	.page--basket-success .nav_bar .nav_list .nav_item {
		font-size: 12px;
	}
}

.page--basket-empty .nav_bar .nav_list .nav_item:hover,
.page--basket-list .nav_bar .nav_list .nav_item:hover,
.page--basket-success .nav_bar .nav_list .nav_item:hover {
	color: #e0387e;
}

.page--basket-empty .nav_bar .nav_list .nav_item:not(:last-child),
.page--basket-list .nav_bar .nav_list .nav_item:not(:last-child),
.page--basket-success .nav_bar .nav_list .nav_item:not(:last-child) {
	margin-right: 34px;
}

@media (max-width: 359px) {
	.page--basket-empty .nav_bar .nav_list .nav_item:not(:last-child),
	.page--basket-list .nav_bar .nav_list .nav_item:not(:last-child),
	.page--basket-success .nav_bar .nav_list .nav_item:not(:last-child) {
		margin-right: 24px;
	}
}

.page--basket-empty .basket_header,
.page--basket-list .basket_header,
.page--basket-success .basket_header {
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_header,
	.page--basket-list .basket_header,
	.page--basket-success .basket_header {
		padding: 16px 24px;
	}
}

.page--basket-empty .basket_header .page_title,
.page--basket-list .basket_header .page_title,
.page--basket-success .basket_header .page_title {
	margin: 0;
	font-size: 30px;
	line-height: 41px;
}

.page--basket-empty .basket_header .total_count_box,
.page--basket-list .basket_header .total_count_box,
.page--basket-success .basket_header .total_count_box {
	margin-bottom: 4px;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_header .total_count_box,
	.page--basket-list .basket_header .total_count_box,
	.page--basket-success .basket_header .total_count_box {
		font-size: 12px;
		line-height: 16px;
	}
}

.page--basket-empty .basket_box,
.page--basket-list .basket_box,
.page--basket-success .basket_box {
	width: 100%;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box,
	.page--basket-list .basket_box,
	.page--basket-success .basket_box {
		padding: 0 24px;
	}
}

.page--basket-empty .basket_box .basket_list,
.page--basket-list .basket_box .basket_list,
.page--basket-success .basket_box .basket_list {
	display: flex;
	flex-direction: column;
}

.page--basket-empty .basket_box .basket_list .basket_item,
.page--basket-list .basket_box .basket_list .basket_item,
.page--basket-success .basket_box .basket_list .basket_item {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item,
	.page--basket-list .basket_box .basket_list .basket_item,
	.page--basket-success .basket_box .basket_list .basket_item {
		padding: 0 16px 16px;
		flex-direction: column;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item:not(:last-child),
.page--basket-list .basket_box .basket_list .basket_item:not(:last-child),
.page--basket-success .basket_box .basket_list .basket_item:not(:last-child) {
	margin-bottom: 16px;
}

.page--basket-empty .basket_box .basket_list .basket_item .item_pic_box,
.page--basket-list .basket_box .basket_list .basket_item .item_pic_box,
.page--basket-success .basket_box .basket_list .basket_item .item_pic_box {
	margin-right: 24px;
	width: 170px;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .item_pic_box,
	.page--basket-list .basket_box .basket_list .basket_item .item_pic_box,
	.page--basket-success .basket_box .basket_list .basket_item .item_pic_box {
		margin: 0;
		width: 140px;
		height: 140px;
		order: 1;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .item_pic_box img,
.page--basket-list .basket_box .basket_list .basket_item .item_pic_box img,
.page--basket-success .basket_box .basket_list .basket_item .item_pic_box img {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.page--basket-empty .basket_box .basket_list .basket_item .description_box,
.page--basket-list .basket_box .basket_list .basket_item .description_box,
.page--basket-success .basket_box .basket_list .basket_item .description_box {
	margin-right: 40px;
	padding: 16px 0;
	max-width: 412px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .description_box,
	.page--basket-list .basket_box .basket_list .basket_item .description_box,
	.page--basket-success .basket_box .basket_list .basket_item .description_box {
		margin: 0;
		width: 280px;
		order: 2;
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_list .basket_item .description_box,
	.page--basket-list .basket_box .basket_list .basket_item .description_box,
	.page--basket-success .basket_box .basket_list .basket_item .description_box {
		width: 100%;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .description_box .name,
.page--basket-list .basket_box .basket_list .basket_item .description_box .name,
.page--basket-success .basket_box .basket_list .basket_item .description_box .name {
	margin-bottom: 8px;
	min-height: 44px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.page--basket-empty .basket_box .basket_list .basket_item .description_box .name:hover,
.page--basket-list .basket_box .basket_list .basket_item .description_box .name:hover,
.page--basket-success .basket_box .basket_list .basket_item .description_box .name:hover {
	text-decoration: none;
	color: #e0387e;
}

.page--basket-empty .basket_box .basket_list .basket_item .description_box .collection_box,
.page--basket-empty .basket_box .basket_list .basket_item .description_box .factory_box,
.page--basket-empty .basket_box .basket_list .basket_item .description_box .country_box,
.page--basket-list .basket_box .basket_list .basket_item .description_box .collection_box,
.page--basket-list .basket_box .basket_list .basket_item .description_box .factory_box,
.page--basket-list .basket_box .basket_list .basket_item .description_box .country_box,
.page--basket-success .basket_box .basket_list .basket_item .description_box .collection_box,
.page--basket-success .basket_box .basket_list .basket_item .description_box .factory_box,
.page--basket-success .basket_box .basket_list .basket_item .description_box .country_box {
	font-size: 12px;
	line-height: 14px;
}

.page--basket-empty .basket_box .basket_list .basket_item .description_box .collection_box a,
.page--basket-empty .basket_box .basket_list .basket_item .description_box .factory_box a,
.page--basket-empty .basket_box .basket_list .basket_item .description_box .country_box a,
.page--basket-list .basket_box .basket_list .basket_item .description_box .collection_box a,
.page--basket-list .basket_box .basket_list .basket_item .description_box .factory_box a,
.page--basket-list .basket_box .basket_list .basket_item .description_box .country_box a,
.page--basket-success .basket_box .basket_list .basket_item .description_box .collection_box a,
.page--basket-success .basket_box .basket_list .basket_item .description_box .factory_box a,
.page--basket-success .basket_box .basket_list .basket_item .description_box .country_box a {
	color: #e0387e;
}

.page--basket-empty .basket_box .basket_list .basket_item .description_box .collection_box,
.page--basket-empty .basket_box .basket_list .basket_item .description_box .factory_box,
.page--basket-list .basket_box .basket_list .basket_item .description_box .collection_box,
.page--basket-list .basket_box .basket_list .basket_item .description_box .factory_box,
.page--basket-success .basket_box .basket_list .basket_item .description_box .collection_box,
.page--basket-success .basket_box .basket_list .basket_item .description_box .factory_box {
	margin-bottom: 14px;
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper,
.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: 48px;
	display: flex;
	align-items: center;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper,
	.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper,
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper {
		margin: 16px 0 0 0;
		width: 280px;
		order: 4;
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper,
	.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper,
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper {
		width: 100%;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box,
.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box {
	margin-right: 40px;
	font-size: 12px;
	line-height: 14px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box,
	.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box,
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box {
		position: absolute;
		width: 160px;
		left: 0;
		bottom: -44px;
	}
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box,
	.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box,
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box {
		margin: 0;
		width: 100px;
		order: 2;
		line-height: 16px;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box .title,
.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box .value,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box .title,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box .value,
.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box .title,
.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box .value {
	white-space: nowrap;
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box,
.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box {
	background-color: #e5e5e5;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box,
	.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box,
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box {
		margin-right: 20px;
		order: 1;
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box,
	.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box,
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box {
		margin-right: 10px;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber,
.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber {
	display: flex;
	align-items: center;
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_minus,
.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_value,
.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_plus,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_minus,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_value,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_plus,
.page--basket-success
	.basket_box
	.basket_list
	.basket_item
	.shipment_counter_wrapper
	.counter_box
	.inumber
	.count_minus,
.page--basket-success
	.basket_box
	.basket_list
	.basket_item
	.shipment_counter_wrapper
	.counter_box
	.inumber
	.count_value,
.page--basket-success
	.basket_box
	.basket_list
	.basket_item
	.shipment_counter_wrapper
	.counter_box
	.inumber
	.count_plus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-align: center;
}

.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_minus,
.page--basket-empty .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_plus,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_minus,
.page--basket-list .basket_box .basket_list .basket_item .shipment_counter_wrapper .counter_box .inumber .count_plus,
.page--basket-success
	.basket_box
	.basket_list
	.basket_item
	.shipment_counter_wrapper
	.counter_box
	.inumber
	.count_minus,
.page--basket-success
	.basket_box
	.basket_list
	.basket_item
	.shipment_counter_wrapper
	.counter_box
	.inumber
	.count_plus {
	cursor: pointer;
}

.page--basket-empty .basket_box .basket_list .basket_item .price_box,
.page--basket-list .basket_box .basket_list .basket_item .price_box,
.page--basket-success .basket_box .basket_list .basket_item .price_box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .price_box,
	.page--basket-list .basket_box .basket_list .basket_item .price_box,
	.page--basket-success .basket_box .basket_list .basket_item .price_box {
		margin-top: 10px;
		width: 280px;
		order: 3;
		flex-direction: row;
		justify-content: flex-start;
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_list .basket_item .price_box,
	.page--basket-list .basket_box .basket_list .basket_item .price_box,
	.page--basket-success .basket_box .basket_list .basket_item .price_box {
		width: 100%;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .price_box .price_real,
.page--basket-list .basket_box .basket_list .basket_item .price_box .price_real,
.page--basket-success .basket_box .basket_list .basket_item .price_box .price_real {
	min-width: 119px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .price_box .price_real,
	.page--basket-list .basket_box .basket_list .basket_item .price_box .price_real,
	.page--basket-success .basket_box .basket_list .basket_item .price_box .price_real {
		font-size: 18px;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .price_box .price_discount,
.page--basket-list .basket_box .basket_list .basket_item .price_box .price_discount,
.page--basket-success .basket_box .basket_list .basket_item .price_box .price_discount {
	position: absolute;
	bottom: -30px;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .price_box .price_discount,
	.page--basket-list .basket_box .basket_list .basket_item .price_box .price_discount,
	.page--basket-success .basket_box .basket_list .basket_item .price_box .price_discount {
		position: static;
		margin: 0 0 4px 16px;
	}
}

.page--basket-empty .basket_box .basket_list .basket_item .price_box .price_discount .value,
.page--basket-list .basket_box .basket_list .basket_item .price_box .price_discount .value,
.page--basket-success .basket_box .basket_list .basket_item .price_box .price_discount .value {
	margin-right: 8px;
	color: #c4c4c4;
	text-decoration: line-through;
}

.page--basket-empty .basket_box .basket_list .basket_item .price_box .price_discount .percent,
.page--basket-list .basket_box .basket_list .basket_item .price_box .price_discount .percent,
.page--basket-success .basket_box .basket_list .basket_item .price_box .price_discount .percent {
	color: #e0387e;
}

.page--basket-empty .basket_box .basket_list .basket_item .item_delete,
.page--basket-list .basket_box .basket_list .basket_item .item_delete,
.page--basket-success .basket_box .basket_list .basket_item .item_delete {
	margin: 0 40px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_list .basket_item .item_delete,
	.page--basket-list .basket_box .basket_list .basket_item .item_delete,
	.page--basket-success .basket_box .basket_list .basket_item .item_delete {
		position: absolute;
		bottom: 26px;
		right: calc(50% - 180px);
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_list .basket_item .item_delete,
	.page--basket-list .basket_box .basket_list .basket_item .item_delete,
	.page--basket-success .basket_box .basket_list .basket_item .item_delete {
		right: calc(50% - 170px);
	}
}

.page--basket-empty .basket_box .basket_summary,
.page--basket-list .basket_box .basket_summary,
.page--basket-success .basket_box .basket_summary {
	width: 100%;
}

.page--basket-empty .basket_box .basket_summary .total_box,
.page--basket-list .basket_box .basket_summary .total_box,
.page--basket-success .basket_box .basket_summary .total_box {
	padding: 38px 0 32px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .total_box,
	.page--basket-list .basket_box .basket_summary .total_box,
	.page--basket-success .basket_box .basket_summary .total_box {
		padding: 24px 0 36px;
		border-bottom: none;
		flex-direction: column-reverse;
	}
}

.page--basket-empty .basket_box .basket_summary .total_box .total_info,
.page--basket-list .basket_box .basket_summary .total_box .total_info,
.page--basket-success .basket_box .basket_summary .total_box .total_info {
	padding-right: 20px;
	line-height: 30px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .total_box .total_info,
	.page--basket-list .basket_box .basket_summary .total_box .total_info,
	.page--basket-success .basket_box .basket_summary .total_box .total_info {
		margin-top: 14px;
		line-height: 20px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--basket-empty .basket_box .basket_summary .total_box .total_info,
	.page--basket-list .basket_box .basket_summary .total_box .total_info,
	.page--basket-success .basket_box .basket_summary .total_box .total_info {
		max-width: 500px;
	}
}

.page--basket-empty .basket_box .basket_summary .total_box .total_cost,
.page--basket-list .basket_box .basket_summary .total_box .total_cost,
.page--basket-success .basket_box .basket_summary .total_box .total_cost {
	margin-right: 112px;
	display: flex;
	align-items: flex-end;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .total_box .total_cost,
	.page--basket-list .basket_box .basket_summary .total_box .total_cost,
	.page--basket-success .basket_box .basket_summary .total_box .total_cost {
		flex-direction: column;
		align-items: flex-start;
	}
}

.page--basket-empty .basket_box .basket_summary .total_box .total_cost .title,
.page--basket-list .basket_box .basket_summary .total_box .total_cost .title,
.page--basket-success .basket_box .basket_summary .total_box .total_cost .title {
	margin-right: 20px;
	color: #333333;
	line-height: 30px;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .total_box .total_cost .title,
	.page--basket-list .basket_box .basket_summary .total_box .total_cost .title,
	.page--basket-success .basket_box .basket_summary .total_box .total_cost .title {
		margin-bottom: 8px;
		line-height: 20px;
	}
}

.page--basket-empty .basket_box .basket_summary .total_box .total_cost .value,
.page--basket-list .basket_box .basket_summary .total_box .total_cost .value,
.page--basket-success .basket_box .basket_summary .total_box .total_cost .value {
	padding-bottom: 1px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .total_box .total_cost .value,
	.page--basket-list .basket_box .basket_summary .total_box .total_cost .value,
	.page--basket-success .basket_box .basket_summary .total_box .total_cost .value {
		font-size: 18px;
		line-height: 25px;
	}
}

.page--basket-empty .basket_box .basket_summary .btn_box,
.page--basket-list .basket_box .basket_summary .btn_box,
.page--basket-success .basket_box .basket_summary .btn_box {
	padding: 32px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .btn_box,
	.page--basket-list .basket_box .basket_summary .btn_box,
	.page--basket-success .basket_box .basket_summary .btn_box {
		padding: 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box,
.page--basket-list .basket_box .basket_summary .btn_box .promocode_box,
.page--basket-success .basket_box .basket_summary .btn_box .promocode_box {
	display: flex;
	align-items: center;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box,
	.page--basket-list .basket_box .basket_summary .btn_box .promocode_box,
	.page--basket-success .basket_box .basket_summary .btn_box .promocode_box {
		flex-wrap: wrap;
	}
}

.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .title,
.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .title,
.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .title {
	margin-right: 12px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .title,
	.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .title,
	.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .title {
		margin-bottom: 16px;
		width: 100%;
	}
}

.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .promocode_input,
.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .promocode_input,
.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .promocode_input {
	margin-right: 20px;
	width: 140px;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .promocode_input,
	.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .promocode_input,
	.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .promocode_input {
		margin-right: 16px;
		max-width: calc(50% - 8px);
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .promocode_input,
	.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .promocode_input,
	.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .promocode_input {
		width: calc(50% - 8px);
	}
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .btn_custom,
	.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .btn_custom,
	.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .btn_custom {
		padding: 0 33px;
		max-width: calc(50% - 8px);
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .promocode_box .btn_custom,
	.page--basket-list .basket_box .basket_summary .btn_box .promocode_box .btn_custom,
	.page--basket-success .basket_box .basket_summary .btn_box .promocode_box .btn_custom {
		width: calc(50% - 8px);
	}
}

.page--basket-empty .basket_box .basket_summary .btn_box .order_box,
.page--basket-list .basket_box .basket_summary .btn_box .order_box,
.page--basket-success .basket_box .basket_summary .btn_box .order_box {
	display: flex;
}

@media (max-width: 1023px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .order_box,
	.page--basket-list .basket_box .basket_summary .btn_box .order_box,
	.page--basket-success .basket_box .basket_summary .btn_box .order_box {
		margin-top: 22px;
		flex-wrap: wrap;
	}
	.page--basket-empty .basket_box .basket_summary .btn_box .order_box .btn_custom,
	.page--basket-list .basket_box .basket_summary .btn_box .order_box .btn_custom,
	.page--basket-success .basket_box .basket_summary .btn_box .order_box .btn_custom {
		margin-bottom: 24px;
		width: 312px;
	}
}

@media (max-width: 359px) {
	.page--basket-empty .basket_box .basket_summary .btn_box .order_box .btn_custom,
	.page--basket-list .basket_box .basket_summary .btn_box .order_box .btn_custom,
	.page--basket-success .basket_box .basket_summary .btn_box .order_box .btn_custom {
		width: 100%;
		margin-right: 0 !important;
	}
}

.page--basket-empty .basket_box .basket_summary .btn_box .order_box .btn_custom:first-child,
.page--basket-list .basket_box .basket_summary .btn_box .order_box .btn_custom:first-child,
.page--basket-success .basket_box .basket_summary .btn_box .order_box .btn_custom:first-child {
	margin-right: 24px;
}

.page--basket-empty .empty_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--basket-empty .empty_box .empty_header {
	margin: 24px 0 48px;
	font-size: 30px;
	line-height: 41px;
	color: #000;
	text-align: center;
}

@media (max-width: 1023px) {
	.page--basket-empty .empty_box .empty_header {
		margin: 16px 0 30px;
	}
}

.page--basket-empty .empty_box .btn_custom {
	margin-bottom: 140px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--basket-empty .empty_box .btn_custom {
		margin-bottom: 86px;
	}
}

@media (max-width: 1023px) {
	.page--basket-empty .empty_box .btn_custom {
		margin-bottom: 55px;
	}
}

.page--basket-success .success_box {
	padding: 24px 24px 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (max-width: 1023px) {
	.page--basket-success .success_box {
		padding: 16px 24px 48px;
	}
}

.page--basket-success .success_box .success_header {
	margin-bottom: 48px;
	font-size: 30px;
	line-height: 41px;
	color: #000;
}

@media (max-width: 1023px) {
	.page--basket-success .success_box .success_header {
		margin-bottom: 30px;
	}
}

.page--basket-success .success_box .success_info {
	margin-bottom: 48px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--basket-success .success_box .success_info {
		margin-bottom: 30px;
	}
}

.page--basket-success .success_box .success_info span {
	font-weight: bold;
}

.page--basket-success .success_box .success_info a {
	color: #e0387e;
}

.page--basket-success .success_box .download_check {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--basket-success .success_box .download_check .download_info {
	margin-bottom: 16px;
	color: #333333;
}

.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box {
	position: static;
	width: auto;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--basket-success .basket_box .basket_list .basket_item .shipment_counter_wrapper .shipment_box {
		margin-right: 0;
	}
}

.page--basket-success .basket_box .basket_list .basket_item .price_box {
	margin-right: 48px;
}

@media (max-width: 1023px) {
	.page--basket-success .basket_box .basket_list .basket_item .price_box {
		margin-right: 0;
		flex-wrap: wrap;
	}
}

.page--basket-success .basket_box .basket_list .basket_item .price_box .price_real {
	white-space: nowrap;
}

.page--basket-success .basket_box .basket_summary .total_box {
	justify-content: flex-end;
	border-bottom: none;
}

.page--basket-success .basket_box .basket_summary .total_box .total_cost {
	margin-right: 0;
}

.page--basket-order {
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
	.page--basket-order {
		border-top: none;
	}
}

.page--basket-order .nav_bar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
	.page--basket-order .nav_bar {
		padding: 0 24px;
		flex-direction: column;
	}
}

.page--basket-order .nav_bar .call_box {
	margin-right: 64px;
	padding: 14px 0 18px;
	display: flex;
}

@media (max-width: 1023px) {
	.page--basket-order .nav_bar .call_box {
		margin: 0;
		padding: 26px 0 20px;
		flex-direction: column;
		text-align: center;
	}
}

.page--basket-order .nav_bar .call_box .call_info {
	margin-right: 24px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--basket-order .nav_bar .call_box .call_info {
		margin: 0;
	}
}

.page--basket-order .nav_bar .call_box .call_link {
	color: #e0387e;
}

.page--basket-order .nav_bar .nav_list {
	padding: 14px 0 18px;
}

@media (max-width: 1023px) {
	.page--basket-order .nav_bar .nav_list {
		padding: 0 0 16px;
		flex-direction: column;
	}
}

.page--basket-order .nav_bar .nav_list .nav_item {
	color: #000;
}

@media (max-width: 359px) {
	.page--basket-order .nav_bar .nav_list .nav_item {
		font-size: 12px;
	}
}

.page--basket-order .nav_bar .nav_list .nav_item:hover {
	color: #e0387e;
}

.page--basket-order .nav_bar .nav_list .nav_item:not(:last-child) {
	margin-right: 34px;
}

@media (max-width: 359px) {
	.page--basket-order .nav_bar .nav_list .nav_item:not(:last-child) {
		margin-right: 24px;
	}
}

.page--basket-order .basket_header {
	padding: 24px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .basket_header {
		justify-content: space-between;
	}
}

@media (max-width: 1023px) {
	.page--basket-order .basket_header {
		padding: 16px 24px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .basket_header {
		flex-direction: column;
		align-items: flex-start;
	}
}

.page--basket-order .basket_header .page_title {
	margin: 0;
	font-size: 30px;
	line-height: 41px;
}

@media (max-width: 867px) {
	.page--basket-order .basket_header .page_title {
		margin-bottom: 16px;
	}
}

.page--basket-order .basket_header .total_count_box {
	margin-bottom: 4px;
	display: none;
}

@media (max-width: 867px) {
	.page--basket-order .basket_header .total_count_box {
		margin-bottom: 0;
	}
}

.page--basket-order .basket_header .total_count_box .title {
	color: #828282;
	margin-right: 4px;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .basket_header .total_count_box {
		display: block;
	}
}

@media (max-width: 867px) {
	.page--basket-order .basket_header .total_count_box {
		display: block;
		font-size: 12px;
		line-height: 16px;
	}
}

.page--basket-order .order_box {
	display: flex;
	align-items: flex-start;
	color: #333333;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
}

.page--basket-order .order_box .form_box {
	width: 808px;
	margin-right: 24px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .form_box {
		margin: 0;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box {
		margin: 0;
		width: 100%;
	}
}

.page--basket-order .order_box .form_box .line_order {
	width: 100%;
}

.page--basket-order .order_box .form_box .buyer_box,
.page--basket-order .order_box .form_box .shipment_box,
.page--basket-order .order_box .form_box .payment_box {
	padding: 32px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box,
	.page--basket-order .order_box .form_box .shipment_box,
	.page--basket-order .order_box .form_box .payment_box {
		padding: 24px 0;
	}
}

.page--basket-order .order_box .form_box .buyer_box .box_header,
.page--basket-order .order_box .form_box .shipment_box .box_header,
.page--basket-order .order_box .form_box .payment_box .box_header {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .box_header,
	.page--basket-order .order_box .form_box .shipment_box .box_header,
	.page--basket-order .order_box .form_box .payment_box .box_header {
		padding: 0 24px;
	}
}

.page--basket-order .order_box .form_box .buyer_box {
	margin-bottom: 24px;
	padding-bottom: 10px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box {
		margin-bottom: 16px;
	}
}

.page--basket-order .order_box .form_box .buyer_box .box_header {
	margin-bottom: 40px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .box_header {
		margin-bottom: 24px;
	}
}

.page--basket-order .order_box .form_box .buyer_box .buyer_select {
	padding-bottom: 32px;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .buyer_select {
		padding-left: 24px;
		padding-right: 24px;
		flex-direction: column;
		align-items: center;
	}
}

.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box {
	margin-left: 12px;
	flex-grow: 1;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box {
		margin: 0;
		flex-grow: 0;
		width: 100%;
		max-width: 360px;
	}
	.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box:first-child {
		margin-right: 0 !important;
		margin-bottom: 16px;
	}
	.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box .choice_btn {
		height: 50px !important;
	}
}

.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box:first-child {
	margin-left: 0;
	margin-right: 12px;
}

.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box input[type="radio"] {
	display: none;
}

.page--basket-order .order_box .form_box .buyer_box .buyer_select .choice_btn_box .choice_btn {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page--basket-order .order_box .form_box .buyer_box .bx_section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info {
	padding-top: 32px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info {
		padding-top: 24px;
		width: calc(100% - 48px);
		max-width: 360px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div {
		width: 100%;
		max-width: 360px;
	}
}

.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div.has-error {
	position: relative;
}

.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div.has-error .form-error {
	position: absolute;
	bottom: 0;
	left: 0;
}

.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input[type="text"],
.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input[type="email"],
.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input[type="tel"],
.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div .buyer_newsletter {
	width: 360px;
	margin-bottom: 16px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input[type="text"],
	.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input[type="email"],
	.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input[type="tel"],
	.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div .buyer_newsletter {
		width: 100%;
		max-width: 360px;
	}
}

.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div .buyer_newsletter {
	position: relative;
	display: flex;
	align-items: center;
}

.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div .buyer_newsletter label {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.page--basket-order
	.order_box
	.form_box
	.buyer_box
	.bx_section
	.buyer_info
	> div
	.buyer_newsletter
	label
	input[type="checkbox"] {
	margin-right: 8px;
	width: 18px;
	height: 18px;
	opacity: 0;
	cursor: pointer;
}

.page--basket-order
	.order_box
	.form_box
	.buyer_box
	.bx_section
	.buyer_info
	> div
	.buyer_newsletter
	label
	input[type="checkbox"]:checked
	+ .custom_checkbox {
	border: none;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/checkbox.svg") 0 0 no-repeat;
}

.page--basket-order
	.order_box
	.form_box
	.buyer_box
	.bx_section
	.buyer_info
	> div
	.buyer_newsletter
	label
	.custom_checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: transparent;
	border: 1px solid #a1a1a1;
	border-radius: 4px;
}

.page--basket-order .order_box .form_box .shipment_box {
	margin-bottom: 24px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box {
		margin-bottom: 16px;
	}
}

.page--basket-order .order_box .form_box .shipment_box .box_header {
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.page--basket-order .order_box .form_box .shipment_box .box_header:not(:first-child) {
	margin-top: 64px;
}

.page--basket-order .order_box .form_box .shipment_box .region_select_box {
	position: relative;
	margin: 32px 0;
	width: 100%;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .region_select_box {
		margin: 24px auto;
		padding: 0 24px;
		display: block;
		width: 100%;
		max-width: 408px;
	}
}

.page--basket-order .order_box .form_box .shipment_box .region_select_box .region_select {
	position: relative;
	padding: 0;
	width: 140px;
	height: auto;
	background: #fff url("/local/templates/tpl-new/css/pages/../../images/arrow_down.svg") 122px 3px no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	outline: none;
	cursor: pointer;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .region_select_box .region_select {
		padding: 0 15px;
		height: 50px;
		width: 100%;
		border: 1px solid #a1a1a1;
		background: #fff url("/local/templates/tpl-new/css/pages/../../images/arrow_down.svg") calc(100% - 6px) 17px no-repeat;
	}
}

.page--basket-order .order_box .form_box .shipment_box .region_select_box .region_select option {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box {
	margin-bottom: 26px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box:last-child {
	margin-bottom: 0;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .shipment_type_box {
		padding: 0 24px;
		flex-direction: column;
		align-items: center;
	}
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box > .title {
	margin-bottom: 16px;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box {
	margin-right: 12px;
	width: calc(50% - 12px);
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box {
		margin-right: 0;
		margin-bottom: 16px;
		width: 100%;
		max-width: 360px;
	}
	.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box:nth-child(2n + 1) {
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box:nth-child(2n) {
	margin-left: 0;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box:nth-child(4n) {
	margin-top: 12px;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box:nth-child(2n + 1) {
	margin-right: 0;
	margin-left: 12px;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box:nth-child(4n + 1) {
	margin-top: 12px;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box input[type="radio"] {
	display: none;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.shipment_type_box
	.choice_btn_box
	input[type="radio"]:checked
	+ .choice_btn
	.price_value {
	color: #e0397e !important;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box .choice_btn {
	padding: 16px 20px 18px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box .choice_btn .title {
	margin-bottom: 8px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box .choice_btn .title {
		padding-right: 20px;
	}
}

.page--basket-order .order_box .form_box .shipment_box .shipment_type_box .choice_btn_box .choice_btn .description {
	margin-bottom: 16px;
	width: 262px;
	height: 32px;
	font-size: 12px;
	line-height: 16px;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.shipment_type_box
	.choice_btn_box
	.choice_btn
	.price
	.price_text {
	color: #828282;
	font-size: 12px;
	line-height: 14px;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.shipment_type_box
	.choice_btn_box
	.choice_btn
	.price
	.price_value {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel {
		padding: 0 24px;
	}
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .text {
	font-size: 12px;
	line-height: 16px;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type {
	display: flex;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .list_btn,
.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .map_btn {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	cursor: pointer;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .list_btn a,
.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .map_btn a {
	padding: 6px 15px 8px;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .list_btn a.is-active,
.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .map_btn a.is-active {
	color: #e0387e;
	background-color: #f6f6f6;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .header_panel .btn_type .list_btn {
	margin-right: 16px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .pickup_box .shipping-points-tab {
		width: calc(100vw - 14px);
	}
}

@media (max-width: 359px) {
	.page--basket-order .order_box .form_box .shipment_box .pickup_box .shipping-points-tab {
		width: 100vw;
	}
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .shipping-points-tab .shipping-points-desc {
	display: none;
	padding: 24px 64px 24px 24px;
	width: 360px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fafafa;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc.is-active {
	display: flex;
	flex-direction: column;
}

@media (max-width: 1023px) {
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.pickup_box
		.shipping-points-tab
		.shipping-points-desc.is-active {
		display: none;
	}
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc
	.desc-close {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc
	.options_item {
	padding: 12px 0 16px 48px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc
	.options_item.checked
	.custom_radio {
	border: none;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/radio.svg") 0 0 no-repeat;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc
	.options_item
	.custom_radio {
	position: absolute;
	top: 14px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #1a1919;
	border-radius: 8px;
	background-color: transparent;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc
	.options_item
	.title {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.shipping-points-tab
	.shipping-points-desc
	.options_item
	.description {
	font-size: 12px;
	line-height: 18px;
	color: #828282;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .options_list_box {
	display: none;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .options_list_box.is-active {
	display: block;
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .options_list_box .options_list {
	display: flex;
	flex-direction: column;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .pickup_box .options_list_box .options_list {
		padding: 0 24px;
	}
}

.page--basket-order .order_box .form_box .shipment_box .pickup_box .options_list_box .options_list .options_item {
	padding: 12px 0 16px 48px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.options_list_box
	.options_list
	.options_item:last-child {
	border-bottom: none;
}

.shipping-points-add-info {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

@media (max-width: 867px) {
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.pickup_box
		.options_list_box
		.options_list
		.options_item:last-child {
		padding-bottom: 0;
	}
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.options_list_box
	.options_list
	.options_item.checked
	.custom_radio {
	border: none;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/radio.svg") 0 0 no-repeat;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.options_list_box
	.options_list
	.options_item
	.custom_radio {
	position: absolute;
	top: 14px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #1a1919;
	border-radius: 8px;
	background-color: transparent;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.options_list_box
	.options_list
	.options_item
	.title {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.pickup_box
	.options_list_box
	.options_list
	.options_item
	.description {
	font-size: 12px;
	line-height: 18px;
	color: #828282;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .shipment_address_box {
		padding: 0 24px;
	}
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_street_box,
.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box {
	position: relative;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_street_box,
	.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box {
		margin-right: 0 !important;
	}
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.shipment_address_box
		.shipment_address_street_box
		.address_label,
	.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_street_box input,
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.shipment_address_box
		.shipment_address_default_box
		.address_label,
	.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box input {
		margin-right: auto !important;
		margin-left: auto !important;
		width: 100%;
		max-width: 360px;
	}
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.shipment_address_box
		.shipment_address_street_box
		.form-error,
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.shipment_address_box
		.shipment_address_default_box
		.form-error {
		left: calc(50% - 180px);
	}
}

@media (max-width: 424px) {
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.shipment_address_box
		.shipment_address_street_box
		.form-error,
	.page--basket-order
		.order_box
		.form_box
		.shipment_box
		.shipment_address_box
		.shipment_address_default_box
		.form-error {
		left: 0;
	}
}

.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.shipment_address_box
	.shipment_address_street_box
	.address_label,
.page--basket-order
	.order_box
	.form_box
	.shipment_box
	.shipment_address_box
	.shipment_address_default_box
	.address_label {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_street_box .form-error,
.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box .form-error {
	position: absolute;
	bottom: -16px;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_street_box {
	margin: 0 0 16px 0;
	width: 100%;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_street_box input {
	margin: 0;
	width: 100%;
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box {
	margin-right: 16px;
	width: 120px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box {
		margin-bottom: 16px;
		width: 100%;
	}
}

.page--basket-order .order_box .form_box .shipment_box .shipment_address_box .shipment_address_default_box input {
	margin: 0;
	width: 100%;
}

.page--basket-order .order_box .form_box .payment_box {
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .form_box .payment_box {
		margin-bottom: 24px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .payment_box {
		margin-bottom: 16px;
	}
}

.page--basket-order .order_box .form_box .payment_box .box_header {
	margin-bottom: 32px;
	width: 100%;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .payment_box .box_header {
		margin-bottom: 24px;
	}
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box {
	margin-bottom: 32px;
	width: 100%;
	display: flex;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box input:checked + .choice_btn .ico-pay-card {
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_online_active.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box input:checked + .choice_btn .ico-pay-dol {
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_dol_active.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box input:checked + .choice_btn .ico-pay-cash,
.page--basket-order .order_box .form_box .payment_box .payment_type_box input:checked + .choice_btn .ico-pay-opsch {
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_invoice_active.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box input:checked + .choice_btn .ico-pay-late {
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_later_active.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box {
	margin: 0 12px;
	width: 232px;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box:first-child {
	margin-left: 0;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box:last-child {
	margin-right: 0;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box input[type="radio"] {
	display: none;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box .choice_btn {
	padding: 12px;
	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box .choice_btn .ico-pay-card {
	width: 43px;
	height: 33px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_online.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box .choice_btn .ico-pay-dol {
	width: 43px;
	height: 33px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_dol.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box .choice_btn .ico-pay-cash,
.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box .choice_btn .ico-pay-opsch {
	margin-top: -4px;
	width: 41px;
	height: 41px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_invoice.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box .choice_btn .ico-pay-late {
	margin-top: 4px;
	width: 33px;
	height: 33px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_later.svg") 0 0 no-repeat;
}

.page--basket-order .order_box .form_box .payment_box .comments_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .payment_box .payment_type_box {
		display: flex;
		flex-direction: column;
	}

	.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box {
		margin: auto;
		width: 100%;
	}

	.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box:first-child {
		margin-left: auto;
	}

	.page--basket-order .order_box .form_box .payment_box .payment_type_box .choice_btn_box:last-child {
		margin-right: auto;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .payment_box .comments_box {
		padding: 24px 24px 0;
		border-top: 1px solid #e5e5e5;
	}
}

.page--basket-order .order_box .form_box .payment_box .comments_box .title {
	margin-bottom: 14px;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
}

.page--basket-order .order_box .form_box .payment_box .comments_box textarea {
	padding: 15px;
	width: 100%;
	height: 168px;
	border: 1px solid #a1a1a1;
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .form_box .payment_box .comments_box textarea {
		padding: 12px;
	}
}

.page--basket-order .order_box .form_box .payment_box .comments_box .btn_custom {
	margin-top: 32px;
	width: 320px;
}

@media (max-width: 1279px) {
	.page--basket-order .order_box .form_box .payment_box .comments_box .btn_custom {
		display: none;
	}
}

.page--basket-order .order_box .current_order_box {
	margin-bottom: 32px;
	padding: 32px;
	width: 392px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--basket-order .order_box .current_order_box.fixed {
	position: fixed;
	top: 145px;
	left: calc(50vw + 222px);
	width: 388px;
}

.page--basket-order .order_box .current_order_box.position_bottom {
	margin-top: auto;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box {
		margin-bottom: 58px;
		width: 808px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box {
		padding: 24px;
		width: 100%;
	}
}

.page--basket-order .order_box .current_order_box .box_header {
	margin-bottom: 16px;
	width: 100%;
	display: flex;
}

.page--basket-order .order_box .current_order_box .box_header span:first-child {
	font-size: 16px;
	line-height: 22px;
}

.page--basket-order .order_box .current_order_box .order_list {
	padding: 24px 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
}

.page--basket-order .order_box .current_order_box .order_list .order_item {
	margin-bottom: 32px;
	width: 100%;
	display: flex;
	color: #000;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .order_list .order_item {
		margin-bottom: 24px;
		flex-direction: column;
	}
}

.page--basket-order .order_box .current_order_box .order_list .order_item:last-child {
	margin: 0;
}

.page--basket-order .order_box .current_order_box .order_list .order_item .item_name {
	padding-right: 12px;
	flex-grow: 1;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .order_list .order_item .item_name {
		max-width: 480px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .order_list .order_item .item_name {
		padding: 0;
		margin-bottom: 4px;
	}
}

.page--basket-order .order_box .current_order_box .order_list .order_item .item_price {
	font-weight: bold;
	white-space: nowrap;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .order_list .order_item .item_price {
		margin-left: auto;
	}
}

.page--basket-order .order_box .current_order_box .additional_box {
	padding: 24px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .additional_box {
		flex-direction: row;
	}
}

.page--basket-order .order_box .current_order_box .additional_box .additional_item {
	width: 100%;
	display: flex;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .additional_box .additional_item {
		width: auto;
	}
}

.page--basket-order .order_box .current_order_box .additional_box .additional_item:first-child {
	margin-bottom: 24px;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .additional_box .additional_item:first-child {
		margin-bottom: 0;
		margin-right: 60px;
	}
}

.page--basket-order .order_box .current_order_box .additional_box .additional_item .title {
	margin-right: auto;
	color: #828282;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .additional_box .additional_item .title {
		margin-right: 8px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .additional_box .additional_item .title {
		margin-right: 8px;
	}
}

.page--basket-order .order_box .current_order_box .additional_box .additional_item .amount_pure {
	margin-right: 8px;
	color: #c4c4c4;
	font-weight: bold;
	text-decoration: line-through;
	line-height: 27px;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .additional_box .additional_item .amount_pure {
		margin-right: 8px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .additional_box .additional_item .amount_pure {
		margin-right: 8px;
	}
}

.page--basket-order .order_box .current_order_box .additional_box .additional_item .amount {
	color: #e0387e;
	font-weight: bold;
	line-height: 27px;
}

.page--basket-order .order_box .current_order_box .total_box {
	margin: 24px 0 32px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .total_box {
		margin: 24px 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.page--basket-order .order_box .current_order_box .total_box .title {
	font-size: 12px;
	line-height: 16px;
	color: #828282;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .total_box .title {
		margin-bottom: 8px;
	}
}

.page--basket-order .order_box .current_order_box .total_box .value {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	color: #000;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .total_box .value {
		font-size: 18px;
		line-height: 25px;
	}
}

.page--basket-order .order_box .current_order_box .disclamer {
	margin-bottom: 24px;
	font-size: 10px;
	line-height: 16px;
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .disclamer {
		display: none;
	}
}

.page--basket-order .order_box .current_order_box .btn_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .btn_box {
		width: 680px;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .btn_box {
		align-items: center;
	}
}

.page--basket-order .order_box .current_order_box .btn_box .btn_custom {
	width: 100%;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.page--basket-order .order_box .current_order_box .btn_box .btn_custom {
		width: 328px;
	}
}

@media (max-width: 867px) {
	.page--basket-order .order_box .current_order_box .btn_box .btn_custom {
		max-width: 360px;
	}
}

.page--basket-order .order_box .current_order_box .btn_box .btn_custom:first-child {
	margin-bottom: 24px;
}

.advantages_box {
	width: 100%;
	background-color: #fafafa;
}

.advantages_box .advantages_list {
	margin: 0 auto;
	padding: 0 0 48px;
	width: 100%;
	max-width: 1110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 867px) {
	.advantages_box .advantages_list {
		padding-top: 30px;
		flex-direction: column;
	}
}

.advantages_box .advantages_list .advantages_item {
	margin-top: 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
}

@media (min-width: 868px) and (max-width: 1279px) {
	.advantages_box .advantages_list .advantages_item {
		width: 50%;
	}
}

@media (max-width: 867px) {
	.advantages_box .advantages_list .advantages_item {
		margin-top: 24px !important;
	}
	.advantages_box .advantages_list .advantages_item:first-child {
		margin-top: 0 !important;
	}
}

.advantages_box .advantages_list .advantages_item:first-child {
	margin-top: 77px;
}

.advantages_box .advantages_list .advantages_item:nth-child(3) {
	margin-top: 85px;
}

.advantages_box .advantages_list .advantages_item .pic_1 {
	margin-bottom: 40px;
	width: 70px;
	height: 57px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/advantage_1.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.advantages_box .advantages_list .advantages_item .pic_1 {
		margin-bottom: 24px;
	}
}

.advantages_box .advantages_list .advantages_item .pic_2 {
	margin-bottom: 27px;
	width: 95px;
	height: 95px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/advantage_2.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.advantages_box .advantages_list .advantages_item .pic_2 {
		margin-bottom: 24px;
	}
}

.advantages_box .advantages_list .advantages_item .pic_3 {
	margin-bottom: 33px;
	width: 56px;
	height: 56px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/advantage_3.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.advantages_box .advantages_list .advantages_item .pic_3 {
		margin-bottom: 24px;
	}
}

.advantages_box .advantages_list .advantages_item .pic_4 {
	margin-bottom: 22px;
	width: 100px;
	height: 100px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/advantage_4.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.advantages_box .advantages_list .advantages_item .pic_4 {
		margin-bottom: 24px;
	}
}

.advantages_box .advantages_list .advantages_item .title {
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
}

.advantages_box .advantages_list .advantages_item .description {
	text-align: center;
	color: #333;
}

.modular-oneclick.modular__body {
	margin: 0;
	padding: 24px 9px 48px;
	max-width: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modular-oneclick.modular__body .modular-oneclick__title {
	margin: 0 0 34px;
	padding-bottom: 24px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.modular-oneclick.modular__body .modular-oneclick__title .modal-title {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
}

.modular-oneclick.modular__body .modular-form-group {
	margin-bottom: 24px;
}

.modular-oneclick.modular__body .modular-oneclick__form {
	max-width: 100%;
}

.modular-oneclick.modular__body .button-modal {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 50px;
	background-color: #e0387e;
	border-radius: 2px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.modular-oneclick.modular__body input {
	margin: 0 auto;
	max-width: 100%;
}

.page--payment {
	width: 100%;
}

.page--payment-header {
	background-color: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
	.page--payment-header {
		border-top: none;
	}
}

.page--payment-header .payment_header {
	padding: 32px 0 37px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

@media (max-width: 1023px) {
	.page--payment-header .payment_header {
		padding: 16px 24px;
	}
}

.page--payment-header .payment_header .page_title {
	margin: 0;
	font-size: 30px;
	line-height: 41px;
}

.page--payment-top {
	background-color: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}

.page--payment-top .payments_box {
	width: 100%;
	background-color: #fafafa;
}

.page--payment-top .payments_box .payments_list {
	margin: 0 auto;
	padding: 0 0 48px;
	width: 100%;
	max-width: 832px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 867px) {
	.page--payment-top .payments_box .payments_list {
		padding-top: 30px;
		flex-direction: column;
	}
}

.page--payment-top .payments_box .payments_list .payments_item {
	margin-top: 86px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	line-height: 18px;
}

@media (max-width: 867px) {
	.page--payment-top .payments_box .payments_list .payments_item {
		margin-top: 24px !important;
	}
	.page--payment-top .payments_box .payments_list .payments_item:first-child {
		margin-top: 0 !important;
	}
}

.page--payment-top .payments_box .payments_list .payments_item:first-child {
	margin-top: 60px;
}

.page--payment-top .payments_box .payments_list .payments_item:last-child {
	margin-top: 68px;
}

.page--payment-top .payments_box .payments_list .payments_item .pic_1 {
	margin-bottom: 48px;
	width: 66px;
	height: 76px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_1.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.page--payment-top .payments_box .payments_list .payments_item .pic_1 {
		margin-bottom: 24px;
	}
}

.page--payment-top .payments_box .payments_list .payments_item .pic_2 {
	margin-bottom: 38px;
	width: 74px;
	height: 60px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_2.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.page--payment-top .payments_box .payments_list .payments_item .pic_2 {
		margin-bottom: 24px;
	}
}

.page--payment-top .payments_box .payments_list .payments_item .pic_3 {
	margin-bottom: 32px;
	width: 102px;
	height: 84px;
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/payment_3.svg") 0 0 no-repeat;
}

@media (max-width: 867px) {
	.page--payment-top .payments_box .payments_list .payments_item .pic_3 {
		margin-bottom: 24px;
	}
}

.page--payment-top .payments_box .payments_list .payments_item .title {
	margin-bottom: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

.page--payment-top .payments_box .payments_list .payments_item .description {
	text-align: center;
	color: #333;
}

.page--payment-bottom {
	background-color: #fff;
}

.page--payment-bottom .accounting_box {
	padding: 60px 0 100px;
	width: 100%;
	display: flex;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--payment-bottom .accounting_box {
		padding: 48px 0 60px;
		flex-direction: column;
	}
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box {
		padding: 24px 0 60px;
		flex-direction: column;
	}
}

.page--payment-bottom .accounting_box .main_info_mobile {
	display: none;
	order: 1;
	width: 100%;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--payment-bottom .accounting_box .main_info_mobile {
		display: block;
		margin-bottom: 48px;
	}
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .main_info_mobile {
		display: block;
		margin-bottom: 24px;
		padding: 0 24px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--payment-bottom .accounting_box .total_info_box {
	width: 50%;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--payment-bottom .accounting_box .total_info_box {
		width: 100%;
		order: 3;
	}
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .total_info_box {
		padding: 0 24px;
		width: 100%;
		order: 3;
	}
}

.page--payment-bottom .accounting_box .total_info_box .main_info {
	margin-bottom: 48px;
	max-width: 472px;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--payment-bottom .accounting_box .total_info_box .main_info {
		display: none;
	}
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .total_info_box .main_info {
		display: none;
	}
}

.page--payment-bottom .accounting_box .total_info_box .reservation_box {
	margin-bottom: 48px;
	max-width: 472px;
	display: flex;
	flex-direction: column;
	color: #333333;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--payment-bottom .accounting_box .total_info_box .reservation_box {
		max-width: none;
	}
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .total_info_box .reservation_box {
		max-width: none;
	}
}

.page--payment-bottom .accounting_box .total_info_box .reservation_box .reservation_title {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
}

.page--payment-bottom .accounting_box .total_info_box .reservation_box .reservation_info {
	font-size: 14px;
	line-height: 20px;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #333333;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_title {
	margin-bottom: 24px;
	width: 100%;
	font-size: 40px;
	line-height: 24px;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item {
	margin-right: 134px;
	display: flex;
	align-items: center;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item:last-child {
	margin-right: 0;
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item {
		margin-right: 32px;
	}
	.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item:last-child {
		margin-right: 0;
	}
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item:hover .showroom_icon::before {
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/geo_mark_active.svg") 0 0 no-repeat;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item:hover .showroom_address {
	color: #f8438e;
	text-decoration: underline;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item .showroom_icon {
	margin-right: 16px;
	width: 46px;
	height: 46px;
	border-radius: 23px;
	background-color: #f8f8f8;
	position: relative;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item .showroom_icon::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 11px);
	background: transparent url("/local/templates/tpl-new/css/pages/../../images/geo_mark.svg") 0 0 no-repeat;
}

.page--payment-bottom .accounting_box .total_info_box .showroom_box .showroom_item .showroom_address {
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}

.page--payment-bottom .accounting_box .company_details_box {
	padding: 32px;
	width: 50%;
	display: flex;
	flex-direction: column;
	border: 1px solid #e5e5e5;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--payment-bottom .accounting_box .company_details_box {
		margin-bottom: 48px;
		width: 100%;
		order: 2;
	}
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .company_details_box {
		margin-bottom: 24px;
		padding: 24px;
		width: 100%;
		order: 2;
		border-left: none;
		border-right: none;
	}
}

.page--payment-bottom .accounting_box .company_details_box .company_details_title {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .company_details_box .company_details_title {
		margin-bottom: 16px;
	}
}

.page--payment-bottom .accounting_box .company_details_box .company_details_item {
	margin-bottom: 10px;
	display: flex;
	font-size: 14px;
	line-height: 24px;
}

.page--payment-bottom .accounting_box .company_details_box .company_details_item:last-child {
	margin-bottom: 0;
}

@media (max-width: 1023px) {
	.page--payment-bottom .accounting_box .company_details_box .company_details_item {
		flex-direction: column;
	}
	.page--payment-bottom .accounting_box .company_details_box .company_details_item:last-child {
		margin-bottom: 0;
	}
}

.page--payment-bottom .accounting_box .company_details_box .company_details_item .company_details_name {
	margin-right: 16px;
	min-width: 148px;
	color: #828282;
}

.page--payment-bottom .accounting_box .company_details_box .company_details_item .company_details_info {
	color: #333333;
}

.page--promotions-list {
	padding-bottom: 56px;
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.page--promotions-list .page_wrapper {
	max-width: 870px;
}

.page--promotions-list .page_header {
	margin: 32px 0 48px;
	width: 100%;
}

@media (max-width: 1023px) {
	.page--promotions-list .page_header {
		margin: 24px 0 32px;
		padding: 0 24px;
	}
}

.page--promotions-list .page_header .page_title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 41px;
}

@media (max-width: 1023px) {
	.page--promotions-list .page_header .page_title {
		text-align: left;
	}
}

.page--promotions-list .promotions_box {
	width: 100%;
}

.page--promotions-list .promotions_box .promotions_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.page--promotions-list .promotions_box .promotions_list {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

.page--promotions-list .promotions_box .promotions_list .promotion_item {
	margin-top: 200px;
	padding: 0 36px 36px;
	width: 392px;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--promotions-list .promotions_box .promotions_list .promotion_item {
		margin-top: 170px;
		padding: 0 24px 24px;
		width: 312px;
	}
}

.page--promotions-list .promotions_box .promotions_list .promotion_item:nth-child(-n + 2) {
	margin-top: 140px;
}

.page--promotions-list .promotions_box .promotions_list .promotion_item:hover .promotion_header,
.page--promotions-list .promotions_box .promotions_list .promotion_item:hover .promotion_content {
	color: #e0387e;
	transition: all 0.25s linear;
}

.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_pic {
	margin-top: -140px;
	width: 320px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 1023px) {
	.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_pic {
		margin-top: -114px;
		width: 264px;
		height: 228px;
	}
}

.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_pic_top {
	max-width: 256px;
	font-size: 24px;
	line-height: 33px;
}

@media (max-width: 1023px) {
	.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_pic_top {
		margin-bottom: 6px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_pic_bottom {
	max-width: 256px;
	font-size: 48px;
	line-height: 55px;
	font-family: "Yeseva One", sans-serif;
}

.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_header {
	margin-top: 24px;
	font-size: 24px;
	line-height: 33px;
}

@media (max-width: 1023px) {
	.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_header {
		font-size: 20px;
		line-height: 27px;
	}
}

.page--promotions-list .promotions_box .promotions_list .promotion_item .promotion_content {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
}

.page--promotions-list .promotions_box .promotions_list .btn_expand {
	margin: 48px auto;
	width: 192px;
	height: 48px;
	border-radius: 40px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.page--promotions-list .promotions_box .promotions_list .btn_expand:hover .text {
	color: #e0387e;
	transition: all 0.25s linear;
}

.page--promotions-list .promotions_box .promotions_list .btn_expand:hover .icon-refresh {
	transition: transform 0.4s ease-in-out;
	transform: rotate(-180deg);
}

.page--promotions-list .promotions_box .promotions_list .btn_expand .text {
	margin-left: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #16202e;
}

.page--promotion-details {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--promotion-details {
		border-top: none;
	}
}

.page--promotion-details .page_wrapper {
	padding-top: 30px;
	max-width: 1450px;
}

@media (max-width: 1023px) {
	.page--promotion-details .page_wrapper {
		padding-top: 0;
	}
}

.page--promotion-details .promotion_box {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--promotion-details .promotion_box .back_link {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	transition: all 0.25s linear;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .back_link {
		display: none;
	}
}

.page--promotion-details .promotion_box .back_link:hover {
	color: #e0387e;
}

.page--promotion-details .promotion_box .promotion_pic {
	width: 100%;
	height: 486px;
	max-width: 808px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_pic {
		max-width: 740px;
		max-height: 445px;
		height: 56vw;
	}
}

.page--promotion-details .promotion_box .promotion_pic_top {
	margin-bottom: 12px;
	padding: 0 20px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_pic_top {
		font-size: 4vw;
	}
}

.page--promotion-details .promotion_box .promotion_pic_bottom {
	padding: 0 20px;
	font-size: 60px;
	line-height: 69px;
	font-family: "Yeseva One", sans-serif;
	text-align: center;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_pic_bottom {
		font-size: 6vw;
	}
}

.page--promotion-details .promotion_box .promotion_header {
	margin-top: 64px;
	width: 100%;
	max-width: 808px;
	font-size: 24px;
	line-height: 35px;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_header {
		margin-top: 60px;
		padding: 0 24px;
		max-width: 740px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--promotion-details .promotion_box .promotion_details_box {
	margin-top: 48px;
	width: 100%;
	max-width: 808px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_details_box {
		margin-top: 60px;
		padding: 0 24px;
		max-width: 740px;
		flex-direction: column;
		justify-content: flex-start;
	}
}

.page--promotion-details .promotion_box .promotion_details_box .promotion_details_box_item {
	width: 392px;
	text-align: left;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_details_box .promotion_details_box_item {
		margin-bottom: 60px;
		width: 100%;
	}
}

.page--promotion-details .promotion_box .promotion_details_box .promotion_details_box_item .item_header {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}

.page--promotion-details .promotion_box .promotion_details_box .promotion_details_box_item .item_content {
	font-size: 16px;
	line-height: 24px;
}

.page--promotion-details .promotion_box .promotion_details_box .promotion_details_box_item .item_content a {
	color: #e0387e;
}

.page--promotion-details .promotion_box .promotion_pics_box {
	margin-top: 60px;
	width: 100%;
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_pics_box {
		margin-top: 0;
		padding: 0 24px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

.page--promotion-details .promotion_box .promotion_pics_box .promotion_pics_item {
	width: calc(50% - 6px);
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_pics_box .promotion_pics_item {
		width: 100%;
		max-width: 692px;
	}
	.page--promotion-details .promotion_box .promotion_pics_box .promotion_pics_item:first-child {
		margin-bottom: 24px;
	}
}

.page--promotion-details .promotion_box .promotion_pics_box .promotion_pics_item img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_pics_box .promotion_pics_item img {
		object-fit: contain;
	}
}

.page--promotion-details .promotion_box .promotion_description {
	margin: 60px 0;
	width: 100%;
	max-width: 808px;
}

@media (max-width: 1023px) {
	.page--promotion-details .promotion_box .promotion_description {
		padding: 0 24px;
		max-width: 740px;
		font-size: 14px;
		line-height: 20px;
	}
}

.page--brands-nav {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.page--brands-nav .page_wrapper {
	max-width: 1422px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page--brands-nav .page_wrapper {
		padding: 0 32px;
	}
}

@media (max-width: 767px) {
	.page--brands-nav .page_wrapper {
		padding: 0 24px;
	}
}

.page--brands-nav .page_header {
	padding: 30px 0;
}

@media (max-width: 767px) {
	.page--brands-nav .page_header {
		padding: 20px 0;
	}
}

.page--brands-nav .page_header .page_title {
	margin: 0 0 34px;
	font: normal 30px/40px "OpenSans", sans-serif;
}

@media (max-width: 767px) {
	.page--brands-nav .page_header .page_title {
		margin-bottom: 24px;
	}
}

.page--brands-nav .page_header .navigation {
	display: flex;
	align-items: center;
}

.page--brands-nav .page_header .letter_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page--brands-nav .page_header .letter_list {
		max-width: 650px;
	}
}

@media (max-width: 767px) {
	.page--brands-nav .page_header .letter_list {
		max-width: 325px;
	}
}

.page--brands-nav .page_header .letter_item {
	margin-right: 4px;
	max-width: 34px;
	min-width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.page--brands-nav .page_header .letter_item:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}

.page--brands-nav .page_header .letter_item.active {
	background-color: #e0387e;
	color: #ffffff;
}

.page--brands-nav .page_header .letter_item--all {
	max-width: 100%;
	margin-right: 0;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 17px;
}

.page--brands-list {
	width: 100%;
	background: #fafafa;
}

.page--brands-list .page_wrapper {
	max-width: 1422px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page--brands-list .page_wrapper {
		padding: 0 32px;
	}
}

@media (max-width: 767px) {
	.page--brands-list .page_wrapper {
		padding: 0 24px;
	}
}

.page--brands-list .brand_box {
	padding: 56px 0;
}

@media (max-width: 767px) {
	.page--brands-list .brand_box {
		padding: 28px 0;
	}
}

.page--brands-list .brand_list {
	display: flex;
	justify-content: space-between;
	gap: 60px 15px;
	flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
	.page--brands-list .brand_list {
		justify-content: center;
		gap: 60px 40px;
	}

	.page--brands-list .brand_card {
		width: 100%;
		max-width: 280px;
	}
}

@media screen and (max-width: 440px) {
	.page--brands-list .brand_list {
		gap: 40px 15px;
	}
}

/*@media (max-width: 767px) {*/
/*    .page--brands-list .brand_list {*/
/*        justify-content: center;*/
/*    }*/
/*}*/

.page--brands-list .brand_card {
	width: 280px;
	height: 300px;
	background-color: #ffffff;
	text-align: center;
}

.page--brands-list .brand_card:hover .brand_card .name {
	color: #e0387e;
}

.page--brands-list .brand_card .photo_box {
	margin: 0 auto;
	width: 220px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.page--brands-list .brand_card .photo_box img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.page--brands-list .brand_card .name {
	margin-top: 18px;
	color: #000000;
	font: normal 20px/40px "OpenSansBold", sans-serif;
	transition: all 0.25s linear;
}

@media (max-width: 767px) {
	.page--brands-list .brand_card .name {
		font-size: 20px;
		line-height: 27px;
	}
}

.page--brands-list .pagination {
	font-weight: normal;
}

.page--brands-list .pagination .item--load_more {
	margin: 48px 0 48px auto;
	padding: 0;
	width: 192px;
	height: 48px;
	border-radius: 40px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #16202e;
	transition: all 0.25s linear;
	cursor: pointer;
}

.page--brands-list .pagination .item--load_more:hover {
	color: #e0387e;
}

.page--brands-list .pagination .item--load_more:hover .icon-refresh {
	transition: transform 0.4s ease-in-out;
	transform: rotate(-180deg);
}

.page--brands-list .pagination .item--load_more .icon-refresh {
	margin-right: 12px;
}

.page--brand-details {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
}

.brand_pic_container {
	position: relative;
	margin-bottom: 160px;
	font-size: 0;
}

.brand_pic_container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	z-index: 1;
}

.page--brand-details .brand_box .brand_pic_top {
	z-index: 2;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.brand_pic_bottom {
	z-index: 2;
}

@media (max-width: 1023px) {
	.page--brand-details {
		border-top: none;
	}
}

.page--brand-details .page_wrapper {
	padding: 0;
	max-width: none;
}

.page--brand-details .brand_box {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--brand-details .brand_box .brand_pic {
	margin-bottom: 160px;
	width: 100%;
	max-width: 1920px;
	height: 360px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-size: cover;
	color: #ffffff;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_pic {
		max-height: 360px;
		height: 54vw;
	}
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_pic {
		margin-bottom: 128px;
	}
}

.page--brand-details .brand_box .brand_pic_top {
	margin-top: 110px;
	font-size: 30px;
	line-height: 41px;
	text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_pic_top {
		margin: 0;
		position: absolute;
		left: 50%;
		bottom: 200px;
		transform: translateX(-50%);
	}
}

@media (max-width: 530px) {
	.page--brand-details .brand_box .brand_pic_top {
		top: 20px;
	}
}

.page--brand-details .brand_box .brand_pic_bottom {
	position: absolute;
	width: 390px;
	height: 200px;
	left: 50%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, 50%);
	background: #ffffff;
	border: 1px solid #e5e5e5;
}

.page--brand-details .brand_box .brand_pic_bottom img {
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_pic_bottom {
		max-width: calc(100% - 48px);
	}
}

.page--brand-details .brand_box .brand_nav_box {
	margin-bottom: -1px;
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 2px solid #e5e5e5;
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_nav_box {
		margin-bottom: 32px;
		flex-direction: column;
		border: none;
	}
}

.page--brand-details .brand_box .brand_nav_box .nav_item {
	margin-bottom: -2px;
	padding-bottom: 17px;
	width: 285px;
	height: 38px;
	border-bottom: 2px solid #e5e5e5;
	text-align: center;
	font-size: 22px;
	line-height: 18px;
	cursor: pointer;
	transition: all 0.25s linear;
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_nav_box .nav_item {
		margin-bottom: 0;
		width: 100%;
		font-size: 16px;
		line-height: 18px;
	}
	.page--brand-details .brand_box .brand_nav_box .nav_item:first-child {
		margin-bottom: 17px;
	}
}

.page--brand-details .brand_box .brand_nav_box .nav_item:hover {
	color: #e0387e;
	border-bottom: 2px solid #e0387e;
}

.page--brand-details .brand_box .brand_nav_box .nav_item.active {
	border-bottom: 2px solid #e0387e;
}

.page--brand-details .brand_box .brand_content_box {
	margin-top: 60px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--brand-details .brand_box .brand_content_box .brand_info_box {
	margin-bottom: 60px;
	width: 100%;
	max-width: 808px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_content_box .brand_info_box {
		margin-bottom: 48px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_info_box {
		padding: 0 24px;
		max-width: 740px;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_info_box .info_item {
	margin-top: 16px;
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_content_box .brand_info_box .info_item {
		margin-bottom: 16px;
		width: 100%;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_info_box .info_item a {
	color: #e0387e;
}

.page--brand-details .brand_box .brand_content_box .brand_info_box .info_item b {
	font-weight: bold;
}

.page--brand-details .brand_box .brand_content_box .brand_info_box .info_item:first-child {
	margin-top: 0;
	width: 100%;
}

.page--brand-details .brand_box .brand_content_box .brand_info_box .info_item:nth-child(2) {
	margin-right: 36px;
}

.page--brand-details .brand_box .brand_content_box .brand_catalogues_box {
	width: 100%;
	max-width: 808px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 18px;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_catalogues_box {
		padding: 0 24px;
		max-width: 740px;
	}
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_content_box .brand_catalogues_box {
		flex-direction: column;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_catalogues_box .catalogues_header {
	margin-bottom: 32px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #828282;
}

.page--brand-details .brand_box .brand_content_box .brand_catalogues_box .catalogue_item {
	margin-bottom: 32px;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	transition: all 0.25s linear;
}

@media (max-width: 767px) {
	.page--brand-details .brand_box .brand_content_box .brand_catalogues_box .catalogue_item {
		width: 100%;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_catalogues_box .catalogue_item:hover {
	color: #e0387e;
}

.page--brand-details .brand_box .brand_content_box .brand_catalogues_box .catalogue_item .catalogue_icon {
	margin-right: 16px;
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #f8f8f8;
}

.page--brand-details .brand_box .brand_content_box .brand_header {
	margin-top: 28px;
	width: 100%;
	max-width: 808px;
	font-size: 24px;
	line-height: 35px;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_header {
		margin-top: 60px;
		padding: 0 24px;
		max-width: 740px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_pics_box {
	margin-top: 60px;
	padding: 0 24px;
	width: 100%;
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_pics_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_pics_box .brand_pics_item {
	width: calc(50% - 6px);
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_pics_box .brand_pics_item {
		width: 100%;
		max-width: 692px;
	}
	.page--brand-details .brand_box .brand_content_box .brand_pics_box .brand_pics_item:first-child {
		margin-bottom: 24px;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_pics_box .brand_pics_item img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_pics_box .brand_pics_item img {
		object-fit: contain;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_description {
	margin: 60px 0;
	width: 100%;
	max-width: 808px;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_description {
		padding: 0 24px;
		max-width: 740px;
		font-size: 14px;
		line-height: 20px;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_video {
	margin-bottom: 100px;
	width: 100%;
	height: 54vw;
	max-width: 810px;
	max-height: 491px;
}

@media (max-width: 1023px) {
	.page--brand-details .brand_box .brand_content_box .brand_video {
		padding: 0 24px;
		max-width: 740px;
	}
}

.page--brand-details .brand_box .brand_content_box .brand_video .video_content-item {
	width: 100%;
	height: 100%;
}

.search_header {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000000;
	border-bottom: 1px solid #e5e5e5;
}

.search_header .container-box {
	padding: 0 50px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1620px) {
	.search_header .container-box {
		padding: 0 36px 0 32px !important;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.search_header .container-box {
		flex-direction: column;
	}
}

.search_header .container-box h1 {
	font-size: 31px;
	line-height: 40px;
}

.search_header .container-box h1 span {
	color: #e0387e;
}

.search_header .container-box .counter {
	font-size: 14px;
	line-height: 24px;
}

@media (max-width: 767px) {
	.search_header .container-box .counter {
		margin: 30px auto 0;
	}
}

.search_header .container-box .counter .value {
	font-weight: bold;
}

.search_header + .Catalog .Catalog__header {
	height: 100px;
}

@media (max-width: 767px) {
	.search_header + .Catalog .Catalog__header {
		padding-left: 30px;
	}
}

.search_catalog_subheader {
	color: #333333;
	font-size: 20px;
	line-height: 40px;
}

.search_catalog_subheader span {
	color: #828282;
}

.search_subheader {
	padding: 30px 0;
	background-color: #fff;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

.search_subheader .page_wrapper {
	max-width: 1420px;
	padding: 0 30px !important;
}

.search_subheader .page_wrapper .subheader_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.search_subheader .page_wrapper .subheader_box .subheader_left {
	color: #333333;
	font-size: 20px;
	line-height: 40px;
}

.search_subheader .page_wrapper .subheader_box .subheader_left span {
	color: #828282;
}

.page--news-list {
	width: 100%;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.page--news-list .page_wrapper {
	max-width: 1422px;
}

.page--news-list .news_box {
	width: 100%;
}

.page--news-list .news_box .news_list {
	padding: 56px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (max-width: 1023px) {
	.page--news-list .news_box .news_list {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

.page--news-list .news_box .news_list .news_item {
	margin-top: 200px;
	padding: 0 36px 36px;
	width: 392px;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--news-list .news_box .news_list .news_item {
		margin-top: 170px;
		padding: 0 24px 24px;
		width: 312px;
	}
}

.page--news-list .news_box .news_list .news_item:nth-child(-n + 2) {
	margin-top: 140px;
}

.page--news-list .news_box .news_list .news_item:hover .news_header,
.page--news-list .news_box .news_list .news_item:hover .news_content {
	color: #e0387e;
	transition: all 0.25s linear;
}

.page--news-list .news_box .news_list .news_item .news_pic {
	margin-top: -140px;
	width: 320px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-size: cover;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 1023px) {
	.page--news-list .news_box .news_list .news_item .news_pic {
		margin-top: -114px;
		width: 264px;
		height: 228px;
	}
}

.page--news-list .news_box .news_list .news_item .news_header {
	margin-top: 24px;
	font-size: 24px;
	line-height: 33px;
}

@media (max-width: 1023px) {
	.page--news-list .news_box .news_list .news_item .news_header {
		font-size: 20px;
		line-height: 27px;
	}
}

.page--news-list .news_box .news_list .news_item .news_content {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
}

.page--designers .search_more_btn {
	margin-top: 50px;
}

.search_more_btn {
	margin: 0 auto;
	display: block;
	height: 48px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 39px;
	line-height: 48px;
	width: 224px;
	padding: 0 26px 0 12px;
}

.search_more_btn::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMTZDNiAxMC40NDc3IDEwLjQ0NzcgNiAxNiA2QzE4Ljc4MTIgNiAyMS4yMjAxIDcuMTE2MjIgMjMuMDg1NCA4Ljg3MThMMjEuNzE0NiAxMC4zMjgyQzIwLjE3OTkgOC44ODM3OCAxOC4yMTg4IDggMTYgOEMxMS41NTIzIDggOCAxMS41NTIzIDggMTZIMTFMNyAyMEwzIDE2SDZaTTI2IDE2QzI2IDIxLjU1MjMgMjEuNTUyMyAyNiAxNiAyNkMxMy4yMTg4IDI2IDEwLjc3OTkgMjQuODgzOCA4LjkxNDY0IDIzLjEyODJMMTAuMjg1NCAyMS42NzE4QzExLjgyMDEgMjMuMTE2MiAxMy43ODEyIDI0IDE2IDI0QzIwLjQ0NzcgMjQgMjQgMjAuNDQ3NyAyNCAxNkgyMUwyNSAxMkwyOSAxNkgyNloiIGZpbGw9IiMxNjIwMkUiLz48L3N2Zz4=)
		0 0 no-repeat;
	margin-right: 12px;
}

.page--empty_search {
	width: 100%;
	background: #fafafa;
}

.page--empty_search .empty_search_box {
	padding: 90px 0 264px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 767px) {
	.page--empty_search .empty_search_box {
		padding: 40px 0 116px;
	}
}

.page--empty_search .empty_search_box .icon-empty {
	margin-bottom: 26px;
}

.page--empty_search .empty_search_box .text {
	text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.page--contacts-header {
	width: 100%;
}

.page--contacts-header .page_wrapper {
	margin: 0 auto;
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page--contacts-header .page_wrapper .background_box {
	width: 100%;
	height: 280px;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .background_box {
		height: 200px;
	}
}

.page--contacts-header .page_wrapper .background_box.moscow {
	background: url("/local/templates/tpl-new/css/pages/../../images/moscow_bg.jpg") no-repeat center;
	background-size: cover;
}

.page--contacts-header .page_wrapper .background_box.almaty {
	background: url("/local/templates/tpl-new/css/pages/../../images/almaty_bg.jpg") no-repeat center;
	background-size: cover;
}

.page--contacts-header .page_wrapper .background_box.nsk {
	background: url("/local/templates/tpl-new/css/pages/../../images/nsk_bg.jpg") no-repeat center;
	background-size: cover;
}

.page--contacts-header .page_wrapper .background_box.ekat {
	background: url("/local/templates/tpl-new/css/pages/../../images/ekat_bg.jpg") no-repeat center;
	background-size: cover;
}

.page--contacts-header .page_wrapper .background_box.nn {
	background: url("/local/templates/tpl-new/css/pages/../../images/nn_bg.jpg") no-repeat center;
	background-size: cover;
}

.page--contacts-header .page_wrapper .background_box.stock {
	background: url("/local/templates/tpl-new/css/pages/../../images/stock_bg.jpg") no-repeat center;
	background-size: cover;
}

.page--contacts-header .page_wrapper .background_box .page_title {
	padding: 30px 28px;
	color: #fff;
	font-size: 30px;
	line-height: 41px;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .background_box .page_title {
		padding: 24px;
	}
}

.page--contacts-header .page_wrapper .cities_box {
	margin: -72px 0 0;
	width: calc(100% - 56px);
	height: 72px;
	display: flex;
	background: #fff;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .cities_box {
		margin: 0;
		width: 100%;
		height: 71px;
		position: relative;
		flex-direction: column;
		overflow: hidden;
		transition: all 0.25s linear;
	}
	.page--contacts-header .page_wrapper .cities_box.expanded {
		height: 426px;
	}
}

.page--contacts-header .page_wrapper .cities_box .cities_link {
	padding-bottom: 2px;
	width: 20%;
	height: 100%;
	border-bottom: 2px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .cities_box .cities_link {
		order: 2;
		padding: 0 24px 1px;
		min-height: 71px;
		width: 100%;
		height: 71px;
		border-bottom: 1px solid #e5e5e5;
		justify-content: flex-start;
		text-transform: none;
		font-weight: bold;
	}
}

.page--contacts-header .page_wrapper .cities_box .cities_link:hover,
.page--contacts-header .page_wrapper .cities_box .cities_link.active {
	border-bottom: 2px solid #e0387e;
	color: #e0387e;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .cities_box .cities_link:hover,
	.page--contacts-header .page_wrapper .cities_box .cities_link.active {
		border-bottom: 1px solid #e5e5e5;
		color: #000;
	}
}

.page--contacts-header .page_wrapper .cities_box .cities_link.active {
	pointer-events: none;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .cities_box .cities_link.active {
		order: 1;
		pointer-events: all;
	}
}

.page--contacts-header .page_wrapper .cities_box .arrows_mobile {
	display: none;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .cities_box .arrows_mobile {
		display: block;
		position: absolute;
		top: 18px;
		right: 24px;
		width: 24px;
		height: 36px;
		background: url(/local/templates/tpl-new/css/pages/../../assets/images/ico_arrow-close.svg) no-repeat center;
	}
}

.page--contacts-header .page_wrapper .cities_box .toggle_btn {
	display: none;
}

@media (max-width: 1023px) {
	.page--contacts-header .page_wrapper .cities_box .toggle_btn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 71px;
		z-index: 1;
		cursor: pointer;
	}
}

.page--contacts-main {
	width: 100%;
	background: #fafafa;
}

.page--contacts-main .page_wrapper {
	margin: 0 auto;
	width: calc(100% - 56px);
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper {
		width: 100%;
	}
}

.page--contacts-main .page_wrapper .contacts_box {
	padding: 60px 30px 52px;
	width: 100%;
	display: flex;
	background: #fff;
	gap: 10px;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .contacts_box {
		padding: 0 24px 48px;
		flex-direction: column;
	}
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item {
	width: 40%;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .contacts_box .contacts_item {
		width: 100%;
	}
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item:last-child {
	width: 20%;
	display: flex;
	flex-direction: column;
}
.page--contacts-main .page_wrapper .contacts_box .contacts_item:last-child .email {
	flex: 1 0 auto;
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item:last-child .btn_custom.mod__beige_pink {
	text-align: center;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .contacts_box .contacts_item:last-child {
		width: 100%;
	}
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .title {
	margin-bottom: 4px;
	text-align: start;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .title:nth-child(3) {
	margin-top: 28px;
}

.btn_custom.mod__beige_pink.contacts__btn {
	text-align: center;
}

.contacts_item__title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
}

.contacts_item--new {
	position: relative;
}

.contacts_item--new .contacts_item__title::before,
.contacts_item--new .contacts_item__title::after {
	content: "new";
	position: absolute;
	left: -60px;
	top: 0;
	font-size: 14px;
	line-height: 14px;
	padding: 4px;
	color: #fff;
	background-color: #e0387e;
	text-transform: uppercase;
	max-width: 45px;
}

@media screen and (max-width: 1599px) {
	.contacts_item__title {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.contacts_item--new .contacts_item__title::before {
		display: none;
	}
	.contacts_item--new .contacts_item__title::after {
		position: static;
		margin-left: 10px;
	}

	.contacts_item {
		margin-bottom: 30px;
		max-width: 600px;
	}

	.contacts_item--new .contacts_item__title::after {
		padding: 1px 2px;
		font-size: 14px;
		line-height: 14px;
	}
}

@media screen and (max-width: 768px) {
	.contacts_item--new .contacts_item__title::after {
		display: inline-block;
		padding: 2px;
		font-size: 12px;
		line-height: 12px;
	}
}

.contacts-page__email {
	margin-top: 15px;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .contacts_box .contacts_item .title {
		margin-top: 32px;
	}
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .phone {
	display: flex;
	font-size: 20px;
	line-height: 32px;
	color: #000;
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .phone .whatsapp_icon {
	margin-left: 12px;
	position: relative;
	top: 5px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/tpl-new/css/pages/../../images/whatsapp.svg) no-repeat center;
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .address,
.page--contacts-main .page_wrapper .contacts_box .contacts_item .dealer {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

@media screen and (max-width: 1599px) {
	.page--contacts-main .page_wrapper .contacts_box .contacts_item .address {
		font-size: 14px;
	}
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .email,
.page--contacts-main .page_wrapper .contacts_box .contacts_item .website {
	font-size: 16px;
	line-height: 24px;
	color: #e0387e;
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .email .email_link:hover,
.page--contacts-main .page_wrapper .contacts_box .contacts_item .email .website_link:hover,
.page--contacts-main .page_wrapper .contacts_box .contacts_item .website .email_link:hover,
.page--contacts-main .page_wrapper .contacts_box .contacts_item .website .website_link:hover {
	text-decoration: underline;
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .description {
	margin-bottom: 24px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .contacts_box .contacts_item .description {
		margin-bottom: 0;
	}
}

.page--contacts-main .page_wrapper .contacts_box .contacts_item .btn_custom {
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .contacts_box .contacts_item .btn_custom {
		margin-top: 24px;
		max-width: 312px;
		width: 100%;
	}
}

.page--contacts-main .page_wrapper .map_box {
	width: 100%;
	height: 450px;
}

@media (max-width: 1023px) {
	.page--contacts-main .page_wrapper .map_box {
		height: 250px;
	}
}

.page--contacts-main .page_wrapper .possibility-container {
	width: calc(100% + 56px);
}

@media (max-width: 1130px) {
	.page--contacts-main .page_wrapper .possibility-container .possibility-container__list {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1130px) {
	.page--contacts-main .page_wrapper .possibility-container .possibility-container__list__item {
		width: 100%;
		height: 175px;
	}
}

.page--about {
	width: 100%;
}

.page--about .about_box {
	width: 100%;
	background: #302f35;
}

.page--about .about_box .page_wrapper {
	margin: 0 auto;
	padding: 30px 24px 100px;
	width: 100%;
	max-width: 856px;
}

@media (max-width: 1023px) {
	.page--about .about_box .page_wrapper {
		padding: 30px 24px 76px;
	}
}

.page--about .about_box .page_wrapper .box_title {
	margin-bottom: 48px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 41px;
	color: #ffffff;
}

@media (max-width: 1023px) {
	.page--about .about_box .page_wrapper .box_title {
		margin-bottom: 32px;
	}
}

.page--about .about_box .page_wrapper .text {
	font-size: 24px;
	line-height: 35px;
	color: #bdbdbd;
}

@media (max-width: 1023px) {
	.page--about .about_box .page_wrapper .text {
		font-size: 20px;
		line-height: 27px;
	}
}

.page--about .about_box .page_wrapper .text span {
	font-weight: bold;
}

.page--about .about_box .bg {
	width: 100%;
	height: 400px;
	background: url(/local/templates/tpl-new/css/pages/../../images/about_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1023px) {
	.page--about .about_box .bg {
		height: 320px;
		background-position-x: right;
	}
}

@media (max-width: 520px) {
	.page--about .about_box .bg {
		background-position-x: -712px;
	}
}

.page--about .logo_box {
	width: 100%;
}

.page--about .logo_box .page_wrapper {
	margin: 0 auto;
	padding: 120px 24px;
	width: 100%;
	max-width: 856px;
}

@media (max-width: 1023px) {
	.page--about .logo_box .page_wrapper {
		padding: 60px 24px;
	}
}

.page--about .logo_box .page_wrapper .logo {
	margin: 0 auto;
	margin-bottom: 48px;
	width: 140px;
	height: 95px;
	background: url(/local/templates/tpl-new/css/pages/../../images/logo.svg?v=3) no-repeat center/cover;
}

.page--about .logo_box .page_wrapper .text_box {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.page--about .logo_box .page_wrapper .text_box {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.page--about .logo_box .page_wrapper .text_box .text {
	width: calc(50% - 16px);
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--about .logo_box .page_wrapper .text_box .text {
		width: 100%;
	}
	.page--about .logo_box .page_wrapper .text_box .text:last-child {
		margin-top: 24px;
	}
}

.page--about .numbers_box {
	width: 100%;
	background: #fafafa;
}

.page--about .numbers_box .page_wrapper {
	padding: 120px 28px 190px;
	width: 100%;
	max-width: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper {
		padding-bottom: 120px;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper {
		padding: 60px 24px 8px;
	}
}

.page--about .numbers_box .page_wrapper .box_title {
	margin: 0 auto 20px;
	padding: 0 28px;
	width: 100%;
	max-width: 856px;
	font-size: 30px;
	line-height: 41px;
	color: #000000;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .box_title {
		margin-bottom: 60px;
		text-align: center;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .box_title {
		margin: 0 auto 32px;
		padding: 0 24px;
		text-align: center;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--about .numbers_box .page_wrapper .text {
	margin: 0 auto 185px;
	padding: 0 28px;
	width: 100%;
	max-width: 856px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .text {
		display: none;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .text {
		display: none;
	}
}

.page--about .numbers_box .page_wrapper .stats_box {
	margin: 0 auto;
	width: 100%;
	max-width: 1224px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .stats_box {
		max-width: 596px;
		justify-content: space-between;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box {
		flex-direction: column;
		align-items: center;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item {
	margin: 0 24px 24px 0;
	padding-left: 32px;
	width: 282px;
	height: 282px;
	background: #ffffff;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item {
		margin: 0 0 32px 0;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item {
		margin: 0 0 24px 0;
		padding-right: 32px;
		width: 100%;
		height: 205px;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item.big {
	width: 588px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item.big {
		width: 282px;
	}
	.page--about .numbers_box .page_wrapper .stats_box .stats_item.big br {
		display: none;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item.big {
		width: 100%;
	}
	.page--about .numbers_box .page_wrapper .stats_box .stats_item.big br {
		display: none;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item:first-child {
	position: absolute;
	top: -306px;
	left: 50%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item:first-child {
		position: static;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item:first-child {
		position: static;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item:last-child {
	/*  position: absolute;*/
	right: 50%;
	bottom: -306px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item:last-child {
		position: static;
	}
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item:last-child {
		position: static;
		height: 167px;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item .stats_value {
	margin-top: 115px;
	font-size: 64px;
	line-height: 87px;
	font-weight: bold;
	color: #e0387e;
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item .stats_value {
		margin-top: 32px;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item .stats_value.string {
	/*margin-top: 153px;*/
	font-size: 50px;
	/*line-height: 49px;*/
}

@media (max-width: 1023px) {
	.page--about .numbers_box .page_wrapper .stats_box .stats_item .stats_value.string {
		margin-top: 32px;
	}
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item .stats_value span {
	font-size: 32px;
	line-height: 44px;
	color: #000000;
}

.page--about .numbers_box .page_wrapper .stats_box .stats_item .stats_text {
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	color: #828282;
}

.page--about .brand_box {
	width: 100%;
}

.page--about .brand_box .page_wrapper {
	padding: 216px 0 120px;
	width: 100%;
	position: relative;
}

@media (max-width: 1023px) {
	.page--about .brand_box .page_wrapper {
		padding: 60px 0;
	}
}

.page--about .brand_box .page_wrapper .brand_text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	font-size: 124px;
	line-height: 143px;
}

@media (max-width: 1023px) {
	.page--about .brand_box .page_wrapper .brand_text {
		font-size: 54px;
		line-height: 62px;
	}
}

.page--about .brand_box .page_wrapper .brand_text .brand_text_transparent {
	margin-bottom: 45px;
	-webkit-text-stroke: 1px #e6e6e6;
	color: white;
	text-shadow: 1px 1px 0 #e6e6e6, -1px -1px 0 #e6e6e6, 1px -1px 0 #e6e6e6, -1px 1px 0 #e6e6e6, 1px 1px 0 #e6e6e6;
}

.page--about .brand_box .page_wrapper .brand_text .brand_text_gray {
	color: #e6e6e6;
}

.page--about .brand_box .page_wrapper .brand_gallery {
	width: 100%;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	display: flex;
	z-index: 1;
}

@media (max-width: 1023px) {
	.page--about .brand_box .page_wrapper .brand_gallery {
		width: auto;
		top: calc(50% - 40px);
		left: 50%;
		transform: translateX(-50%);
	}
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic {
	flex-grow: 1;
	height: 130px;
}

@media (max-width: 1023px) {
	.page--about .brand_box .page_wrapper .brand_gallery .brand_pic {
		flex-grow: 0;
		width: 126px;
		height: 77px;
	}
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic:first-child {
	background: url(/local/templates/tpl-new/css/pages/../../images/brand_pic_1.jpg) no-repeat center;
	background-size: cover;
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic:nth-child(2) {
	background: url(/local/templates/tpl-new/css/pages/../../images/brand_pic_2.jpg) no-repeat center;
	background-size: cover;
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic:nth-child(3) {
	background: url(/local/templates/tpl-new/css/pages/../../images/brand_pic_3.jpg) no-repeat center;
	background-size: cover;
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic:nth-child(4) {
	background: url(/local/templates/tpl-new/css/pages/../../images/brand_pic_4.jpg) no-repeat center;
	background-size: cover;
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic:nth-child(5) {
	background: url(/local/templates/tpl-new/css/pages/../../images/brand_pic_5.jpg) no-repeat center;
	background-size: cover;
}

.page--about .brand_box .page_wrapper .brand_gallery .brand_pic:last-child {
	background: url(/local/templates/tpl-new/css/pages/../../images/brand_pic_6.jpg) no-repeat center;
	background-size: cover;
}

.page--about .areas_box {
	width: 100%;
}

.page--about .areas_box .page_wrapper {
	padding-bottom: 120px;
	width: 100%;
	max-width: 868px;
}

@media (max-width: 1023px) {
	.page--about .areas_box .page_wrapper {
		padding: 0 24px 60px;
	}
}

.page--about .areas_box .page_wrapper .box_title {
	margin-bottom: 72px;
	width: 100%;
	font-size: 30px;
	line-height: 41px;
	color: #000000;
}

@media (max-width: 1023px) {
	.page--about .areas_box .page_wrapper .box_title {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--about .areas_box .page_wrapper .areas_item {
	padding: 48px 0;
	width: 100%;
	display: flex;
	border-top: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
	.page--about .areas_box .page_wrapper .areas_item {
		padding: 32px 0;
		flex-direction: column;
	}
}

.page--about .areas_box .page_wrapper .areas_item:nth-child(2) {
	border-top: none;
}

.page--about .areas_box .page_wrapper .areas_item .areas_title {
	margin-right: 24px;
	width: 288px;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}

@media (max-width: 1023px) {
	.page--about .areas_box .page_wrapper .areas_item .areas_title {
		margin: 0 0 16px;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
	}
}

.page--about .areas_box .page_wrapper .areas_item .areas_text {
	width: 496px;
	font-size: 14px;
	line-height: 22px;
	color: #1a1919;
}

@media (max-width: 1023px) {
	.page--about .areas_box .page_wrapper .areas_item .areas_text {
		margin: 0;
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}
}

.page--about .areas_box .page_wrapper .areas_item .areas_text a {
	color: #e0387e;
}

.page--about .areas_box .page_wrapper .areas_item .areas_text a:hover {
	text-decoration: underline;
}

.page--about .areas_box .page_wrapper .areas_item .areas_text a.phone {
	font-weight: bold;
	color: #1a1919;
}

.page--about .areas_box .page_wrapper .areas_item .areas_text a.phone:hover {
	text-decoration: none;
}

.page--about .areas_box .page_wrapper .areas_item .areas_text span {
	font-weight: bold;
}

.page--about .advantages_box {
	width: 100%;
	background: #fafafa;
}

.page--about .advantages_box .page_wrapper {
	padding: 120px 0 0;
	width: 100%;
	max-height: 1800px;
	max-width: 808px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper {
		padding: 60px 0;
		max-height: none;
		flex-direction: column;
		flex-wrap: nowrap;
	}
}

.page--about .advantages_box .page_wrapper .box_title {
	margin-bottom: 280px;
	width: 100%;
	font-size: 30px;
	line-height: 41px;
	text-align: center;
	color: #000000;
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper .box_title {
		margin-bottom: 60px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--about .advantages_box .page_wrapper .advantages_item {
	width: 50%;
	height: 400px;
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper .advantages_item {
		margin-bottom: 50px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(2) {
	transform: translateY(-200px);
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper .advantages_item:nth-child(2) {
		transform: none;
	}
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(2) .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/01_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(3) .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/02_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(4) {
	transform: translateY(-200px);
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper .advantages_item:nth-child(4) {
		transform: none;
	}
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(4) .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/03_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(5) .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/04_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(6) {
	transform: translateY(-200px);
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper .advantages_item:nth-child(6) {
		transform: none;
	}
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(6) .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/05_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item:nth-child(7) .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/06_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item:last-child {
	transform: translateY(-200px);
}

@media (max-width: 1023px) {
	.page--about .advantages_box .page_wrapper .advantages_item:last-child {
		transform: none;
	}
}

.page--about .advantages_box .page_wrapper .advantages_item:last-child .advantages_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/07_pic.png) no-repeat center;
}

.page--about .advantages_box .page_wrapper .advantages_item .advantages_pic {
	margin-bottom: 30px;
	width: 305px;
	height: 134px;
}

.page--about .advantages_box .page_wrapper .advantages_item .advantages_text {
	max-width: 305px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.page--about .showrooms_box {
	width: 100%;
}

.page--about .showrooms_box .page_wrapper {
	padding: 0;
	width: 100%;
}

.page--about .showrooms_box .page_wrapper .showrooms-slider {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 680px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider {
		height: 620px;
	}
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider {
		height: 518px;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide.slide_1 .showroom_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/showroom_1.jpg) no-repeat center;
	background-size: cover;
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide.slide_2 .showroom_pic {
	background: url(/local/templates/tpl-new/css/pages/../../images/showroom_1.jpg) no-repeat center;
	background-size: cover;
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .showroom_pic {
	width: 100%;
	height: 100%;
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .showroom_pic {
		height: 360px;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box {
	padding: 32px;
	width: 420px;
	height: 203px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f0f0f0;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box {
		padding: 16px 24px;
		width: 297px;
	}
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box {
		position: static;
		width: 100%;
		height: auto;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box .box_title {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 33px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box .box_title {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 22px;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box .address {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box .address {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 16px;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box .schedule {
	font-size: 14px;
	line-height: 19px;
	color: #828282;
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-wrapper .swiper-slide .info_box .schedule {
		font-size: 12px;
		line-height: 16px;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination {
	position: absolute;
	right: 315px;
	bottom: 250px;
	display: flex;
	flex-direction: row;
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination {
		right: 190px;
	}
}

@media (max-width: 1023px) {
	.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination {
		right: 24px;
		bottom: 170px;
	}
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination .nav-button.swiper-button-disabled {
	pointer-events: none;
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination .nav-button svg.hov {
	display: none;
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination .nav-button:hover svg {
	display: none;
}

.page--about .showrooms_box .page_wrapper .showrooms-slider .swiper-pagination .nav-button:hover svg.hov {
	display: block;
}

.page--about .where_box {
	width: 100%;
}

.page--about .where_box .page_wrapper {
	padding: 120px 0 130px;
	max-width: 808px;
	width: 100%;
}

@media (max-width: 1023px) {
	.page--about .where_box .page_wrapper {
		padding: 60px 24px;
	}
}

.page--about .where_box .page_wrapper .box_title {
	margin-bottom: 32px;
	width: 100%;
	font-size: 30px;
	line-height: 41px;
	color: #000000;
}

@media (max-width: 1023px) {
	.page--about .where_box .page_wrapper .box_title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--about .where_box .page_wrapper .text {
	margin-bottom: 48px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

@media (max-width: 1023px) {
	.page--about .where_box .page_wrapper .text {
		margin-bottom: 32px;
	}
}

.page--about .where_box .page_wrapper .addresses_box {
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333333;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_title {
	margin-bottom: 26px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item {
	display: flex;
	align-items: center;
	cursor: pointer;
}

@media (max-width: 1023px) {
	.page--about .where_box .page_wrapper .addresses_box .addresses_item {
		margin-right: 0;
		margin-bottom: 24px;
		width: 100%;
	}
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item:last-child {
	margin-right: 0;
}

@media (max-width: 1023px) {
	.page--about .where_box .page_wrapper .addresses_box .addresses_item:last-child {
		margin-bottom: 0;
	}
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item:hover .addresses_icon::before {
	background: url(/local/templates/tpl-new/css/pages/../../images/geo_mark_active.svg) no-repeat center;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item:hover .addresses_text {
	color: #f8438e;
	text-decoration: underline;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item .addresses_icon {
	margin-right: 16px;
	width: 46px;
	height: 46px;
	position: relative;
	border-radius: 50%;
	background: #f8f8f8;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item .addresses_icon::before {
	content: "";
	width: 22px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(/local/templates/tpl-new/css/pages/../../images/geo_mark.svg) no-repeat center;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item .addresses_icon--new::after {
	content: "new";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	line-height: 13px;
	padding: 2px;
	color: #fff;
	background-color: #e0387e;
	text-transform: uppercase;
}

.page--about .where_box .page_wrapper .addresses_box .addresses_item .addresses_text {
	font-size: 14px;
	line-height: 20px;
}

.page--about .employees_box {
	width: 100%;
	background: #302f35;
}

.page--about .employees_box .page_wrapper {
	padding: 120px 0;
	max-width: 808px;
	width: 100%;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper {
		padding: 60px 24px;
		position: relative;
	}
}

.page--about .employees_box .page_wrapper .director_box {
	padding-bottom: 48px;
	width: 100%;
	display: flex;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .director_box {
		margin: 0 auto;
		width: 100%;
		max-width: 310px;
		flex-direction: column;
	}
}

.page--about .employees_box .page_wrapper .director_box .director_pic {
	margin-right: 70px;
	width: 310px;
	height: 388px;
	background: url(/local/templates/tpl-new/css/pages/../../images/director.jpg) no-repeat top center;
	background-size: cover;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .director_box .director_pic {
		margin: 0;
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.page--about .employees_box .page_wrapper .director_box .director_info .director_name {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	color: #ffffff;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .director_box .director_info .director_name {
		margin-bottom: 4px;
		font-size: 24px;
		line-height: 33px;
	}
}

.page--about .employees_box .page_wrapper .director_box .director_info .director_title {
	margin-bottom: 38px;
	font-size: 14px;
	line-height: 22px;
	color: #a5a5a5;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .director_box .director_info .director_title {
		margin-bottom: 468px;
	}
}

.page--about .employees_box .page_wrapper .director_box .director_info .quote_icon {
	margin-bottom: 24px;
	width: 35px;
	height: 27px;
	background: url(/local/templates/tpl-new/css/pages/../../images/quote.svg) no-repeat center;
	flex-shrink: 0;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .director_box .director_info .quote_icon {
		margin-bottom: 16px;
	}
}

.page--about .employees_box .page_wrapper .director_box .director_info .director_quote {
	max-width: 405px;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .director_box .director_info .director_quote {
		font-size: 14px;
		line-height: 19px;
	}
}

.page--about .employees_box .page_wrapper .employees_top {
	margin-bottom: 48px;
	padding-top: 48px;
	width: 100%;
	border-top: 1px solid #525156;
}

.page--about .employees_box .page_wrapper .employees_top .employees_title {
	font-size: 30px;
	line-height: 41px;
	color: #ffffff;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .employees_top .employees_title {
		width: 140px;
		font-size: 20px;
		line-height: 27px;
	}
}

.page--about .employees_box .page_wrapper .employees-slider {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 308px;
	position: relative;
	overflow: visible;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-wrapper .swiper-slide {
	width: 184px;
	height: 308px;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-wrapper .swiper-slide .employee_pic {
	margin-bottom: 16px;
	width: 184px;
	height: 230px;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-wrapper .swiper-slide .employee_name {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-wrapper .swiper-slide .employee_title {
	font-size: 12px;
	line-height: 16px;
	color: #a5a5a5;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-pagination {
	position: absolute;
	top: -96px;
	left: 624px;
	display: flex;
	flex-direction: row;
}

@media (max-width: 1023px) {
	.page--about .employees_box .page_wrapper .employees-slider .swiper-pagination {
		top: -102px;
		left: 164px;
	}
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-pagination .nav-button.swiper-button-disabled {
	pointer-events: none;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-pagination .nav-button svg.hov {
	display: none;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-pagination .nav-button:hover svg {
	display: none;
}

.page--about .employees_box .page_wrapper .employees-slider .swiper-pagination .nav-button:hover svg.hov {
	display: block;
}

.page--about .possibility-container {
	width: calc(100% + 56px);
}

@media (max-width: 1130px) {
	.page--about .possibility-container .possibility-container__list {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1130px) {
	.page--about .possibility-container .possibility-container__list__item {
		width: 100%;
		height: 175px;
	}
}

.page--documents {
	padding: 0 32px 80px !important;
	display: flex;
	flex-wrap: wrap;
}

.page--documents ul {
	width: 50%;
}

@media (max-width: 1023px) {
	.page--documents ul {
		width: 100%;
	}
}

.page--documents ul h3 {
	margin: 30px 0 10px;
	text-transform: none;
	font: normal 30px/40px "OpenSans", sans-serif;
	letter-spacing: normal;
}

.page--documents ul li {
	margin-bottom: 8px;
	list-style-type: disc;
	color: #f8438e;
}

.page--documents ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.page--documents ul li a:hover {
	color: #f8438e;
	text-decoration: underline;
}

/*# sourceMappingURL=basket.css.map */

/*order +7 */
.page--basket-order .order_box .form_box .buyer_box .bx_section .buyer_info > div input.input-phone-seven[type="text"] {
	margin-bottom: 0;
}

.b-phone-seven {
	/* display: flex; */
	position: relative;
	max-width: 360px;
	margin-bottom: 16px;
}

.btn-phone-seven {
	display: inline-block;
	background: #fafafa;
	border: 1px solid #cbcbcb;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 0;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

/* End */


/* Start:/local/components/iswin/bx_catalog/templates/bd-new-design/css/style.css?1758007426164377*/
@charset "UTF-8";
/*@import '/local/components/iswin/bx_catalog/templates/bd-new-design/css/slick-carousel/slick/slick.scss';*/
@import url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../vendors/slick-carousel/slick/slick-theme.css);
@import url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../vendors/slick-carousel/slick/slick.css);
@import url("../fonts/https://fonts.googleapis.com/css?family=Open+Sans");
.ffffff {
	color: #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	details {
		max-height: none;
	}
	details summary ~ * {
		max-height: 0;
		overflow: hidden;
		position: absolute;
	}
	details summary:focus {
		color: #d06c6c;
	}
	details summary:focus::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	details summary:focus ~ * {
		max-height: 20em;
		position: static;
		opacity: 1;
	}
}

@supports (-ms-ime-align: auto) {
	details {
		max-height: none;
	}
	details summary ~ * {
		max-height: 0;
		overflow: hidden;
		position: absolute;
	}
	details summary:focus {
		color: #d06c6c;
	}
	details summary:focus::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	details summary:focus ~ * {
		max-height: 20em;
		position: static;
		opacity: 1;
	}
}

.vregions-sepia {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
	background: url(https://www.barcelonadesign.ru/img/sepia.png) repeat 0 0;
}

.vr-template__link {
	text-decoration: none;
	color: #000000;
}

.vr-template__link_hidden {
	display: none;
}

.vr-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
	opacity: 1;
	overflow-x: hidden;
	overflow-y: auto;
}

.vr-popup__content {
	background: #ffffff;
	position: relative;
	border-radius: 5px;
	margin: 10px auto;
	max-width: 90%;
	text-align: left;
	float: none !important;
}

@media (min-width: 768px) {
	.vr-popup__content {
		width: 740px;
	}
}

@media (min-width: 992px) {
	.vr-popup__content {
		width: 970px;
	}
	.vr-popup__content_que {
		width: 740px;
	}
}

@media (min-width: 1200px) {
	.vr-popup__content {
		width: 1170px;
	}
	.vr-popup__content_que {
		width: 740px;
	}
}

.vr-popup__content:after {
	clear: both;
}

.vr-popup__header {
	padding-left: 25px;
	background-color: #a0a4bc;
	border-radius: 5px 5px 0px 0px;
	float: none !important;
	margin: 0 !important;
}

.vr-popup__title {
	line-height: 50px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	float: none !important;
}

.vr-popup__close {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	background: url(https://www.barcelonadesign.ru/img/close2.png) no-repeat center center;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 1;
	border: none;
}

.vr-popup__close:focus,
.vr-popup__close:active,
.vr-popup__close:hover {
	box-shadow: 0px 0px 8px 2px rgba(50, 50, 50, 0.5);
	opacity: 0.7;
}

.vr-popup__body {
	background: #f4f5fd;
	padding: 20px 5%;
	border-radius: 0px 0px 5px 5px;
	font-size: 14px;
	color: #8184a1;
	float: none !important;
}

.vr-popup__paragraph {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.vregions-list {
	float: none !important;
}

.vregions-list__col {
	float: left;
	padding: 0 10px;
	width: 33.33333%;
	box-sizing: border-box;
	margin: 0 !important;
}

.vregions-list__col_width-one-1 {
	width: 100%;
}

.vregions-list__col_width-one-2 {
	width: 50%;
}

.vregions-list__col_width-one-3 {
	width: 33.33333%;
}

.vregions-list__col_width-one-4 {
	width: 25%;
}

.vregions-list__col_width-one-5 {
	width: 20%;
}

.vregions-list__col_width-one-6 {
	width: 16.6666667%;
}

@media (max-width: 767px) {
	.vregions-list__col {
		width: 100%;
	}
}

.vr-popup__region-link,
.vr-popup__region-link:link {
	color: #8184a1;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: none;
	border-radius: 3px;
}

.vr-popup__region-link:hover {
	text-decoration: underline;
	color: #156ba0;
}

.vr-popup__button,
.vr-popup__button:visited,
.vr-popup__button:link {
	color: #ffffff;
	background-color: #337ab7;
	display: inline-block;
	padding: 6px 12px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-decoration: none;
}

.vr-popup__button:hover,
.vr-popup__button:focus,
.vr-popup__button:active {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74;
}

.vr-popup__button_danger {
	background-color: #d9534f;
}

.vr-popup__button_danger:hover,
.vr-popup__button_danger:focus,
.vr-popup__button_danger:active {
	background-color: #c9302c;
	border-color: #ac2925;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.modal-open {
	overflow: hidden;
}

.vr-popup__search-wrap {
	margin-bottom: 10px;
	display: block;
	position: relative;
	float: none !important;
}

.vr-popup__search-input {
	width: 100%;
	line-height: 30px;
	height: 34px;
	padding: 6px 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #555555;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	background: #ffffff url(https://www.barcelonadesign.ru/img/search-icon.png) no-repeat;
	background-position: 7px center;
}

.vr-popup__search-input.with-suggestions {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.vregions-suggestions-wrap {
	border: 1px solid #cccccc;
	border-radius: 0 0 4px 4px;
	position: absolute;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #ffffff;
	z-index: 1;
	float: none !important;
	margin: 0 !important;
}

.vregions-suggestion {
	display: block;
	padding: 10px 15px;
	background-color: #ffffff;
	border: none;
	color: #000000;
	cursor: pointer;
	float: none !important;
	margin: 0 !important;
}

.vregions-suggestion:hover {
	background-color: #f5f5f5;
}

.vregions-chosen-list {
	width: 100%;
	margin: 20px auto;
	float: none !important;
}

.vregions-chosen-list__item {
	float: left;
	height: 40px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	color: #000000;
}

.vregions-chosen-list__item-one-1 {
	width: 100%;
}

.vregions-chosen-list__item-one-2 {
	width: 50%;
}

.vregions-chosen-list__item-one-3 {
	width: 33.33333%;
}

.vregions-chosen-list__item-one-4 {
	width: 25%;
}

.vregions-chosen-list__item-one-5 {
	width: 20%;
}

.vregions-chosen-list__item-one-6 {
	width: 16.6666667%;
}

@media (max-width: 767px) {
	.vregions-chosen-list__item {
		width: 100%;
	}
}

.vr-popup__suggested-region {
	font-weight: 700;
}

.vregions-oblast__select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	margin-bottom: 30px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-sizing: border-box;
}

.vr-template__fixed {
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: #9c9b9b;
	left: 0px;
	line-height: 30px;
	z-index: 1000;
	text-align: center;
}

.vr-template__fixed .vr-template__label {
	color: #ffffff;
}

.vr-template__fixed .vr-template__link {
	color: #ffffff;
}

.vregions-another-region {
	padding: 10px;
	text-align: center;
}

.vregions-another-region__btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	color: #ffffff;
	background-color: #5cb85c;
	border: 1px solid #4cae4c;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.vregions-another-region__btn:hover {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625;
	text-decoration: none;
}

.vr-popup_inner-title {
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
	font-weight: 700;
	margin-top: 20px;
	font-size: 14px;
	color: #8184a1;
	text-align: center;
}

.bx-timer-semicolon-off .bx-timer-semicolon {
	visibility: hidden;
}

/* Tooltip */
.bx-panel-tooltip {
	z-index: 2210 !important;
	overflow: hidden !important;
	position: absolute !important;
	letter-spacing: normal !important;
	list-style: none !important;
	text-align: left !important;
	text-indent: 0 !important;
	text-transform: none !important;
	visibility: visible !important;
	white-space: normal !important;
	word-spacing: normal !important;
	vertical-align: baseline !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	text-decoration: none !important;
	border-radius: 3px !important;
	box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
	border: 1px solid;
	border-color: #a2a6ad #989ca1 #8e9398;
	background: #d0dbdd;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTllYSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQyZDUiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)*/
	background: linear-gradient(to bottom, rgba(227, 233, 234, 0.95), rgba(198, 210, 213, 0.95));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e3e9ea', endColorstr='#f2c6d2d5',GradientType=0);
}

.bx-panel-tooltip div {
	display: block !important;
}

.bx-panel-tooltip .bx-panel-tooltip-top-border,
.bx-panel-tooltip .bx-panel-tooltip-bottom-border {
	display: none !important;
}

.bx-panel-tooltip-content {
	overflow: hidden !important;
	position: relative !important;
	z-index: 10 !important;
	display: inline-block !important;
}

.bx-panel-tooltip-title {
	font: normal normal bold 14px / normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #16191a !important;
	position: relative !important;
	padding: 7px 10px 0 10px !important;
	margin: 0 !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.66);
}

.bx-panel-tooltip-text {
	font: normal normal normal 12px / normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #272b31 !important;
	padding: 9px 10px 10px 10px !important;
	margin: 0 !important;
	position: relative !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}

.bx-panel-tooltip-close {
	position: absolute !important;
	height: 20px !important;
	background: scroll transparent url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/panel/top-panel-sprite-2.png) no-repeat -9px -1881px !important;
	width: 25px !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 5 !important;
	display: block !important;
}

.bx-panel-tooltip-close:hover {
	background: scroll transparent url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/panel/top-panel-sprite-2.png) no-repeat -32px -1881px !important;
}

.bx-panel-tooltip-text a {
	font: normal normal normal 12px / normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.bx-panel-tooltip-text a,
.bx-panel-tooltip-text a:hover {
	color: #272b31 !important;
	text-decoration: underline !important;
}

.bx-clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	display: block !important;
}

.firstScreenLowStart {
	overflow: hidden;
}

.h1 {
	font-weight: 900;
	line-height: 96px;
	font-size: 96px;
	text-align: center;
}

.h1_subtitle {
	margin-top: 25px;
	font-weight: 400;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
}

.h2 {
	font-weight: 900;
	line-height: 80px;
	font-size: 80px;
	text-align: center;
	padding-top: 37vh;
	-webkit-animation: hideDown ease-out 1s;
	animation: hideDown ease-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.h2__subtitle {
	font-weight: 900;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #e0387e;
	margin-top: 40px;
	-webkit-animation: hideDown ease-out 1s;
	animation: hideDown ease-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .h2 {
	-webkit-animation: bottomAppearance ease-out 0.6s;
	animation: bottomAppearance ease-out 0.6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .h2__subtitle {
	-webkit-animation: bottomAppearance ease-out 0.6s;
	animation: bottomAppearance ease-out 0.6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.ContentInnerPage {
	position: relative;
	z-index: 2;
	padding-top: 200px;
}

.ContentInnerPage p {
	font-family: "Lato", sans-serif;
	max-width: 544px;
	margin: 0 auto 28px auto;
	font-size: calc(1em + 0.4vh);
	line-height: calc(1em + 0.8vh);
}

.InnerPageWRP {
	position: relative;
	z-index: 2;
}

.InnerPageFon {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	min-height: 120vh;
	-webkit-transform: translateY(0vh);
	transform: translateY(0vh);
}

.InnerPageFon__img {
	position: absolute;
	display: block;
}

.InnerPageFon__img_0-0 {
	z-index: 8;
	top: 10%;
	right: 10%;
}

.InnerPageFon__img_1-0 {
	z-index: 1;
	top: 0;
	left: 0;
}

.InnerPageFon__img_1-1 {
	z-index: 2;
	top: 0;
	right: 0;
}

.InnerPageFon__img_1-2 {
	z-index: 3;
	bottom: -20%;
	left: 20%;
}

.InnerPageFon__img_b1-0 {
	z-index: 4;
	top: 21%;
	left: 25%;
}

.InnerPageFon__img_b1-1 {
	z-index: 5;
	top: 55%;
	left: 0;
}

.InnerPageFon__img_b1-2 {
	z-index: 5;
	top: 60%;
	left: 31%;
}

.InnerPageFon__img_b1-3 {
	z-index: 5;
	top: 60%;
	right: 22%;
}

.innerScrn .InnerPageFon__img_0-0 {
	-webkit-animation: IFImg0-0 ease-out 1s;
	animation: IFImg0-0 ease-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_1-0 {
	-webkit-animation: IFImg1-0_1-1-- linear 0.5s;
	animation: IFImg1-0_1-1-- linear 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_1-1 {
	-webkit-animation: IFImg1-0_1-1-- linear 0.5s;
	animation: IFImg1-0_1-1-- linear 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_1-2 {
	-webkit-animation: IFImg1-2-- linear 0.5s;
	animation: IFImg1-2-- linear 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_b1-0 {
	-webkit-animation: IFImg1-0_1-1 ease-out 1s;
	animation: IFImg1-0_1-1 ease-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_b1-1 {
	-webkit-animation: IFImg1-0_1-1 ease-out 0.9s;
	animation: IFImg1-0_1-1 ease-out 0.9s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_b1-2 {
	-webkit-animation: IFImg1-2 ease-out 0.6s;
	animation: IFImg1-2 ease-out 0.6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.innerScrn .InnerPageFon__img_b1-3 {
	-webkit-animation: IFImg1-2 ease-out 1.1s;
	animation: IFImg1-2 ease-out 1.1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_0-0,
.noMap .InnerPageFon__img_0-0 {
	-webkit-animation: IFImg_topEnd ease-out 1s;
	animation: IFImg_topEnd ease-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_1-0,
.noMap .InnerPageFon__img_1-0 {
	-webkit-animation: IFImg_topEnd linear 0.5s;
	animation: IFImg_topEnd linear 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_1-1,
.noMap .InnerPageFon__img_1-1 {
	-webkit-animation: IFImg_topEnd linear 0.5s;
	animation: IFImg_topEnd linear 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_1-2,
.noMap .InnerPageFon__img_1-2 {
	-webkit-animation: IFImg_bottomEnd linear 0.5s;
	animation: IFImg_bottomEnd linear 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_b1-0,
.noMap .InnerPageFon__img_b1-0 {
	-webkit-animation: IFImg_topEnd ease-out 1s;
	animation: IFImg_topEnd ease-out 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_b1-1,
.noMap .InnerPageFon__img_b1-1 {
	-webkit-animation: IFImg_bottomEnd ease-out 0.9s;
	animation: IFImg_bottomEnd ease-out 0.9s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_b1-2,
.noMap .InnerPageFon__img_b1-2 {
	-webkit-animation: IFImg_bottomEnd ease-out 0.6s;
	animation: IFImg_bottomEnd ease-out 0.6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.HeaderActive.Map .InnerPageFon__img_b1-3,
.noMap .InnerPageFon__img_b1-3 {
	-webkit-animation: IFImg_bottomEnd ease-out 1.1s;
	animation: IFImg_bottomEnd ease-out 1.1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.quote {
	font-family: "Playfair Display", serif;
}

.quote__text {
	margin: 56px auto;
}

.quote__text .quoteFoto {
	display: block;
	margin: 0 auto 30px auto;
	border: 1px solid transparent;
	border-radius: 50%;
}

.quote__text .informationPerson {
	text-align: center;
	font-size: 28px;
	line-height: 27px;
}

.quote__text .informationPerson__fio {
	font-weight: 900;
}

.quote__text .informationPerson__position:before {
	display: inline-block;
	content: "/";
	width: 20px;
	text-align: center;
}

.quote__text .blockquote {
	font-style: italic;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	max-width: 736px;
	margin: 28px auto 56px auto;
}

.quote__video {
	margin: 7vh auto;
	position: relative;
	width: 100%;
	max-width: 736px;
	padding: 0;
}

.quote__videoWrp {
	position: absolute;
	z-index: 11;
	top: 80px;
	left: 50%;
	background-color: #fff;
	width: 352px;
	margin: 0 0 0 -176px;
	padding: 30px 0;
}

.quote__videoWrp_noPhoto {
	padding: 40px 0;
}

.quote__video .btn {
	width: 48px;
	height: 48px;
	cursor: pointer;
	border: 1px solid #fbfafa;
	border-radius: 50%;
	margin: 16px auto 0 auto;
	position: relative;
}

.quote__video .btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 15px;
	border: 15px solid transparent;
	border-left: 23px solid #fbfafa;
}

.quote__video .btn_stop {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.quote__video .btn_stop:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	z-index: 2;
	width: 20px;
	height: 3px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.quote__video .btn_stop:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	z-index: 3;
	width: 20px;
	height: 3px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.quote__video .quoteFoto {
	display: block;
	margin: 0 auto 15px auto;
	border: 1px solid transparent;
	border-radius: 50%;
}

.quote__video .informationPerson {
	text-align: center;
}

.quote__video .informationPerson__fio {
	display: block;
	font-weight: 900;
	font-size: 20px;
	line-height: 27px;
}

.quote__video .informationPerson__position {
	display: block;
	font-size: 16px;
	line-height: 21px;
}

.quote__video .Video {
	display: block;
	width: 100%;
	max-width: 736px;
	height: auto;
	position: relative;
	z-index: 2;
}

.quote__video .Video.active {
	display: block;
	top: 0;
	left: 0;
	z-index: 7;
}

#Rynok .quote__videoWrp,
#Muzej .quote__videoWrp {
	top: 56px;
}

video[controls]::-webkit-media-controls-panel {
	display: flex !important;
	opacity: 1 !important;
}

.imgContent {
	display: block;
	margin: 9vh auto 10vh auto;
	width: 100%;
	max-width: 734px;
}

.InnerPage {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.innerScrn .InnerPage {
	height: auto;
}

#InnerPageHeader {
	width: 100%;
	height: 100vh;
	-webkit-transform: translateY(0vh);
	transform: translateY(0vh);
	transition: all 0.5s;
}

.HeaderActive.Map,
.HeaderActive.MapNoAnime {
	overflow: hidden;
}

@media only screen and (min-width: 641px) and (max-width: 1279px) {
	.HeaderActive.Map,
	.HeaderActive.MapNoAnime {
		overflow-x: auto;
	}
}

.textCenter {
	text-align: center;
}

.h300_700 .HeaderActive.Map,
.h300_700 .HeaderActive.MapNoAnime {
	overflow-y: auto;
}

.h700_800 .HeaderActive.Map,
.h700_800 .HeaderActive.MapNoAnime {
	overflow-y: auto;
}

input[type="button"],
input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.logoTop {
	display: block;
	width: calc(100% - 24px);
	min-width: calc(100px - 24px);
	max-width: 170px;
	margin: 15px 12px 0 12px;
	font-size: 0;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.logoTop {
		margin: 10px auto 0 auto;
	}
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.Icon__search {
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_search.svg) center 0 no-repeat;
	display: inline-block;
	width: 30px;
	height: 17px;
	cursor: pointer;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.Icon__search {
		margin-top: 16px;
	}
}

.Icon__search:hover,
.Icon__search.focus {
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_search2.svg) center 0 no-repeat;
}

.HeaderSite__burger1 {
	width: 20px;
	height: 17px;
	display: inline-block;
	position: relative;
	margin-right: 10%;
}

.HeaderSite__burger1Menu {
	padding: 15px 0 15px 0;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 0 0 0 -89px;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 2;
	text-align: left;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.HeaderSite__burger1Menu:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 93px;
	z-index: 2;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.HeaderSite__burger1Menu.active {
	display: block;
}

.HeaderSite__burger1MenuItem {
	margin: 10px 0 10px 25px;
}

.Icon__burger,
.Icon__burger2 {
	width: 20px;
	height: 17px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.Icon__burger,
	.Icon__burger2 {
		margin-top: 18px;
	}
}

.Icon__burger:before,
.Icon__burger:after,
.Icon__burgerLine,
.Icon__burger2:before,
.Icon__burger2:after,
.Icon__burger2Line {
	display: block;
	width: 100%;
	height: 2px;
	background: #000000;
}

.Icon__burger:hover:before,
.Icon__burger:hover:after,
.Icon__burger:hover .Icon__burgerLine,
.Icon__burger.focus:before,
.Icon__burger.focus:after,
.Icon__burger.focus .Icon__burgerLine,
.Icon__burger2:hover:before,
.Icon__burger2:hover:after,
.Icon__burger2:hover .Icon__burgerLine,
.Icon__burger2.focus:before,
.Icon__burger2.focus:after,
.Icon__burger2.focus .Icon__burgerLine {
	background: #e0387e;
}

.Icon__burger:before,
.Icon__burger2:before {
	content: "";
	position: relative;
	margin-bottom: 4px;
}

.Icon__burgerLine,
.Icon__burger2Line {
	display: block;
	margin-bottom: 4px;
}

.Icon__burger:after,
.Icon__burger2:after {
	content: "";
	background-color: #000000;
}

.Icon__burgerMenu,
.Icon__burger2Menu {
	display: block;
}

.HeaderSite {
	font-family: "Open Sans", sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	display: grid;
	height: 130px;
	grid-template-columns: minmax(100px, 200px) 1fr minmax(200px, 200px);
	grid-column-gap: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.5s;
}

.HeaderSite .h-search {
	display: none;
	position: absolute;
	left: 0;
	top: 108px;
	z-index: 3;
	width: 100%;
	background-color: #ffffff;
	height: 93px;
	line-height: 93px;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
	height: 130px;
	grid-template-columns: 1fr minmax(200px, 200px);
	grid-column-gap: 0;
}

.HeaderSite .h-search.active {
	display: grid;
}

.HeaderSite .h-search:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	right: 247px;
	z-index: 2;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.HeaderSite .h-search__right,
.HeaderSite .h-search__left {
	text-align: left;
}

.HeaderSite .h-search #header-search {
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.3px;
	font-size: 14px;
	font-weight: normal;
	margin: 25px 0 0 9px;
	border-width: 0;
	border-bottom: 1px solid #000000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: calc(100% - 45px);
}

.HeaderSite .h-search #header-search:focus {
	background-color: transparent;
	outline: none;
}

.HeaderSite .h-search #header-search::-webkit-input-placeholder {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
}

.HeaderSite .h-search #header-search:-ms-input-placeholder {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
}

.HeaderSite .h-search #header-search::-ms-input-placeholder {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
}

.HeaderSite .h-search #header-search::placeholder {
	font-size: 14px;
	color: #979797;
	font-weight: normal;
}

.HeaderSite .h-search__button {
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 170px;
	margin: 25px 0 0 0;
}

.HeaderSite__minicart {
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_korzina.svg) 0 10px no-repeat;
	display: inline-block;
	width: 30px;
	height: 40px;
	vertical-align: top;
	padding: 0 0 0 22px;
	line-height: 40px;
}

.HeaderSite__minicart:hover {
	text-decoration: none;
}

.HeaderSite__minicartCounter {
	color: #e0387e;
	text-decoration: none;
}

.HeaderSite__minicartCounter:empty {
	display: none;
}

.HeaderSiteBufer {
	height: 130px;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.HeaderSiteBufer {
		height: 0;
	}
}

.HeaderSite__link {
	color: #000000;
}

.HeaderSite__link:hover {
	color: #e0387e;
}

.HeaderSite__link_red {
	display: inline-block;
	margin-right: 12px;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.HeaderSite {
		grid-template-columns: 1fr;
		grid-template-rows: 120px 50px;
		height: 170px;
		border: none;
		position: -webkit-sticky;
		position: sticky;
	}
	.HeaderSite.Black {
		-webkit-transform: translateY(-119px);
		transform: translateY(-119px);
		transition: all 0.5s;
		background-color: #000000;
	}
	.HeaderSite__left {
		border-right: none !important;
		border-bottom: 2px solid #e5e5e5;
	}
	.HeaderSite__center,
	.HeaderSite__right {
		display: none;
	}
}

.HeaderSite__left {
	border-right: 1px solid #e5e5e5;
}

.HeaderSite__center__tel {
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #828282;
}

.HeaderSite__center__city {
	position: relative;
}

.HeaderSite__center__cityItem {
	padding: 0 15px 0 0;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_catalog_arrow-down.svg) right 0 no-repeat;
	cursor: pointer;
}

.HeaderSite__center__cityItem.dn {
	background-image: none;
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 0 0 0 -10px;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 2;
}

.HeaderSite__center__cityItem.dn:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 20px;
	z-index: 2;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.HeaderSite__center__cityItem.dn.active {
	display: block;
}

@media only screen and (min-width: 319px) and (max-width: 1004px) {
	.HeaderSite__center__city2 {
		display: none;
	}
}

.HeaderSite__centerTop {
	display: grid;
	grid-template-columns: minmax(113px, 150px) minmax(45px, 70px) minmax(110px, 200px) 1fr;
	grid-column-gap: 30px;
	padding: 27px 37px 27px 27px;
}

@media only screen and (min-width: 319px) and (max-width: 1004px) {
	.HeaderSite__centerTop {
		grid-template-columns: minmax(113px, 150px) minmax(45px, 70px) 1fr;
	}
}

.HeaderSite__centerBottom {
	display: flex;
	justify-content: space-between;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0 37px 0 32px;
}

.HeaderSite__centerBottomItem_ctlg {
	cursor: pointer;
	padding-left: 21px;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_cattov.svg) 0 0 no-repeat;
}

.HeaderSite__centerBottomItem_ctlg.focus {
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_cattov2.svg) 0 0 no-repeat;
}

.HeaderSite__centerBottomItem_ctlg.focus .ctlgLinck {
	color: #e0387e;
}

.HeaderSite__right {
	border-left: 1px solid #e5e5e5;
}

.HeaderSite__rightTop {
	padding: 27px 26px 25px 27px;
	font-size: 14px;
	line-height: 19px;
}

.HeaderSite__rightBottom {
	padding: 0 26px 0 27px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 10px;
}

.HeaderSite .MainMenu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 0;
	display: none;
	position: absolute;
	top: 108px;
	left: 0;
	z-index: 2;
	max-height: 76vh;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
	width: 100%;
	cursor: default;
}

.HeaderSite .MainMenu:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: -5px;
	left: 250px;
	z-index: 2;
	background-color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.HeaderSite .MainMenu.active {
	display: block;
}

.HeaderSite .MainMenuWRP {
	padding: 27px 34px 38px 30px;
	display: grid;
	grid-template-columns: 1fr 340px;
	grid-column-gap: 10px;
	height: auto;
}

@media only screen and (min-width: 319px) and (max-width: 1301px) {
	.HeaderSite .MainMenuWRP {
		grid-template-columns: 1fr 176px;
	}
}

.HeaderSite .MainMenuWRP details {
	display: inline-block;
	vertical-align: top;
	width: 215px;
}

.HeaderSite .MainMenuWRP details .MainMenu__link {
	padding-left: 31px;
}

.HeaderSite .MainMenuWRP details summary {
	width: calc(215px - 20px);
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 20px;
	position: relative;
	cursor: pointer;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1px;
	color: #52575c;
	text-transform: none;
}

.HeaderSite .MainMenuWRP details summary:before,
.HeaderSite .MainMenuWRP details summary:after {
	content: "";
	position: absolute;
	display: block;
	background-color: #000000;
}

.HeaderSite .MainMenuWRP details summary:before {
	width: 7px;
	height: 1px;
	top: 14px;
	left: 6px;
}

.HeaderSite .MainMenuWRP details summary:after {
	width: 1px;
	height: 7px;
	top: 11px;
	left: 9px;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.5s;
}

.HeaderSite .MainMenuWRP details summary:focus {
	outline: 0;
}

.HeaderSite .MainMenuWRP details summary::-webkit-details-marker {
	display: none;
	font-size: 0;
	color: transparent;
}

.HeaderSite .MainMenuWRP details summary::-moz-list-bullet {
	list-style-type: none;
	font-size: 0;
	color: transparent;
}

.HeaderSite .MainMenuWRP details[open] summary:after {
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s;
}

.HeaderSite .MainMenu__leftWRP {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	height: 72vh;
	overflow: hidden;
}

.HeaderSite .MainMenu__leftItem {
	position: relative;
	padding-top: 30px;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	overflow-y: auto;
}

.HeaderSite .MainMenu__leftItem::-webkit-scrollbar {
	width: 3px;
	height: 100%;
	background-color: #fafafa;
}

.HeaderSite .MainMenu__leftItem::-webkit-scrollbar-button {
	display: none;
}

.HeaderSite .MainMenu__leftItem::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #e0387e;
	border-radius: 3px;
}

.HeaderSite .MainMenu__leftItem1,
.HeaderSite .MainMenu__leftItem2 {
	/*display: inline-block;*/
	width: 215px;
	vertical-align: top;
}

.HeaderSite .MainMenu__leftItem_3 {
	grid-column: 2;
	margin-top: 30px;
}

.HeaderSite .MainMenu .titleMenu {
	padding-left: 21px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	display: block;
	letter-spacing: 0.1px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.HeaderSite .MainMenu .MainMenu__link {
	display: inline-block;
	position: relative;
	padding-left: 21px;
	width: 215px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1px;
	text-transform: none;
	color: #000000;
}

.HeaderSite .MainMenu .MainMenu__link:before {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #fafafa;
}

.HeaderSite .MainMenu .MainMenu__link:hover {
	color: #e0387e;
	text-decoration: none;
}

.HeaderSite .MainMenu .MainMenu__link:hover:before {
	display: block;
}

.HeaderSite .MainMenu .MainMenu__rightWRP {
	padding: 17px 27px 34px 27px;
	background-color: #fafafa;
}

.HeaderSite .MainMenu .MainMenu__rightWRP .MainMenu__link {
	text-transform: uppercase;
	display: block;
	width: auto;
	padding-left: 0;
}

.HeaderSite .MainMenu .MainMenu__right .Look__item {
	display: block;
	width: 286px;
	height: 341px;
	margin-top: 18px;
}

@media only screen and (min-width: 319px) and (max-width: 1301px) {
	.HeaderSite .MainMenu .MainMenu__right .Look__item {
		display: none;
	}
}

.HeaderSite .MainMenu .MainMenu__right .Look__link {
	color: #ffffff;
}

.HeaderSite .MainMenu .MainMenu__right .Look__link:hover {
	color: #ffffff;
}

.HeaderSiteMobile {
	display: none;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.HeaderSiteMobile {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-column-gap: 0;
		height: 50px;
		border-bottom: 1px solid #e5e5e5;
	}
}

.HeaderSiteMobile__item {
	text-align: center;
}

.HeaderSiteMobile__item.active {
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/fon.jpg) right 0 repeat-y #ffffff;
}

.HeaderSiteMobile .favouritesNew,
.HeaderSiteMobile .compareNew {
	margin-top: 5px;
}

.HeaderSiteMobile .HeaderSite__minicart {
	margin-top: 7px;
}

.HeaderSiteMobileMenu {
	height: calc(100vh - 168px);
	background-color: #ffffff;
	position: absolute;
	top: 169px;
	left: 0;
	width: 100%;
	text-align: left;
	overflow-y: auto;
	border-top: 1px solid #e5e5e5;
	display: none;
}

.HeaderSiteMobileMenu.active {
	display: block;
}

.HeaderSiteMobileMenu:before {
	width: calc(20% - 1px);
	height: 2px;
	content: "";
	display: block;
	position: fixed;
	top: 168px;
	left: 0;
	z-index: 4;
	background-color: #ffffff;
}

.HeaderSiteMobileMenu__part {
	padding: 30px 0 30px 54px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.HeaderSiteMobileMenu__part3 {
	display: grid;
	height: 130px;
	padding: 0 54px;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	text-align: center;
	line-height: 130px;
}

.HeaderSiteMobileMenu__part3 .HeaderSite__link {
	font-size: 30px;
}

.HeaderSiteMobileMenu__part4 {
	font-size: 30px;
	color: #828282;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__center__tel {
	font-size: 30px;
	margin-bottom: 28px;
	cursor: pointer;
	display: block;
}

.HeaderSiteMobileMenu__part4 .HeaderSite__link {
	font-size: 29px;
}

.HeaderSiteMobileMenu__part5 {
	text-align: center;
	padding: 30px 0;
}

.HeaderSiteMobileMenu .MainMenu__link {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
	width: 250px;
}

@media only screen and (min-width: 319px) and (max-width: 790px) {
	.HeaderSite.Black .HeaderSiteMobile {
		border-bottom: 1px solid #000000;
	}
	.HeaderSite.Black .HeaderSiteMobileMenu {
		height: calc(100vh - 49px);
	}
	.HeaderSite.Black .Icon__burger2:before,
	.HeaderSite.Black .Icon__burger2:after,
	.HeaderSite.Black .Icon__burger2Line {
		background: #ffffff;
	}
	.HeaderSite.Black .Icon__burger2.focus:before,
	.HeaderSite.Black .Icon__burger2.focus:after {
		background: #000000;
	}
	.HeaderSite.Black .Icon__search {
		background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_search2.svg) center 0 no-repeat;
	}
	.HeaderSite.Black .favouritesNew {
		background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23FFFFFF'/%3E%3C/svg%3E")
			center 13px no-repeat !important;
	}
	.HeaderSite.Black .compareNew,
	.HeaderSite.Black .compareNew:hover {
		background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_comparison_w.svg) center 13px no-repeat !important;
		background-size: 26px 16px !important;
	}
	.HeaderSite.Black .HeaderSite__minicart {
		background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_korzina_w.svg) 0 10px no-repeat !important;
	}
	.HeaderSite.Black .h-search {
		top: 168px;
	}
	.HeaderSite.Black .h-search:before {
		right: auto;
		left: 30%;
	}
}

.focus .Icon__burger2Line {
	opacity: 0;
}

.Icon__burger2.focus:before {
	-webkit-transform: rotate(45deg) translateY(9px) translateX(8px);
	transform: rotate(45deg) translateY(9px) translateX(8px);
}

.Icon__burger2.focus:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overflowHidden {
	overflow: hidden;
}

@keyframes hideDown {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@-webkit-keyframes hideDown {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@keyframes bottomAppearance {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes bottomAppearance {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg0-0 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg0-0 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg1-0_1-1 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg1-0_1-1 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg1-0_1-1-- {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
		opacity: 1;
	}
}

@-webkit-keyframes IFImg1-0_1-1-- {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
		opacity: 1;
	}
}

@keyframes IFImg1-2 {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg1-2 {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg1-2-- {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	70% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg1-2-- {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	70% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg_topEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
}

@-webkit-keyframes IFImg_topEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
}

@keyframes IFImg_bottomEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@-webkit-keyframes IFImg_bottomEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@keyframes MPScrn__fonList {
	0% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99.9% {
		opacity: 0;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	100% {
		opacity: 0;
		position: absolute;
		height: 0;
		top: 100vh;
		overflow: hidden;
	}
}

@-webkit-keyframes MPScrn__fonList {
	0% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99.9% {
		opacity: 0;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	100% {
		opacity: 0;
		position: absolute;
		height: 0;
		top: 100vh;
		overflow: hidden;
	}
}

@keyframes MapScrn {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes MapScrn {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes MapScrn_end {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@-webkit-keyframes MapScrn_end {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@keyframes arrow_f_r {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_r {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes kavkaz_logo_map {
	0% {
		-webkit-transform: translateY(-110%);
		transform: translateY(-110%);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes kavkaz_logo_map {
	0% {
		-webkit-transform: translateY(-110%);
		transform: translateY(-110%);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes pulsar {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsar {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.socialList {
	margin-top: 25px;
	margin-bottom: 20px;
}

.social_share {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	transition: all 0.2s;
}

.social_share:hover {
	transition: all 0.5s;
}

.mobile .social_share {
	height: 50px !important;
	width: 50px !important;
}

.mobile .socialList {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

/*
fb  */
.social_share[data-type="facebook"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODEiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MSA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC41IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4RjhGOCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDMuOTcxMyA1OS41NTg4VjQzLjQ3NzlINDkuMTc4OUw1MC4wMjk1IDM2LjMzMDhINDMuOTcxM1YzMi44NTAyQzQzLjk3MTMgMzEuMDA5OSA0NC4wMjE0IDI5LjE4MzggNDYuNzY0NSAyOS4xODM4SDQ5LjU0MjlWMjQuMDczNkM0OS41NDI5IDIzLjk5NjggNDcuMTU2NCAyMy44MjM1IDQ0Ljc0MiAyMy44MjM1QzM5LjY5OTcgMjMuODIzNSAzNi41NDI0IDI2Ljc4NDIgMzYuNTQyNCAzMi4yMjEzVjM2LjMzMDhIMzAuOTcwN1Y0My40Nzc5SDM2LjU0MjRWNTkuNTU4OEg0My45NzEzWiIgZmlsbD0iIzIyMjIyMiIvPjwvc3ZnPg==");
}

.social_share[data-type="facebook"]:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODEiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MSA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC41IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4NDM4RSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDMuOTcxMyA1OS41NTg4VjQzLjQ3NzlINDkuMTc4OUw1MC4wMjk1IDM2LjMzMDhINDMuOTcxM1YzMi44NTAyQzQzLjk3MTMgMzEuMDA5OSA0NC4wMjE0IDI5LjE4MzggNDYuNzY0NSAyOS4xODM4SDQ5LjU0MjlWMjQuMDczNkM0OS41NDI5IDIzLjk5NjggNDcuMTU2NCAyMy44MjM1IDQ0Ljc0MiAyMy44MjM1QzM5LjY5OTcgMjMuODIzNSAzNi41NDI0IDI2Ljc4NDIgMzYuNTQyNCAzMi4yMjEzVjM2LjMzMDhIMzAuOTcwN1Y0My40Nzc5SDM2LjU0MjRWNTkuNTU4OEg0My45NzEzWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}

/*
vk  */
.social_share[data-type="vk"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC43MDYxIiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4RjhGOCIvPjxwYXRoIGQ9Ik01OC4wMzE3IDUyLjMyNzhMNTIuOTQxMyA1Mi4zOTIxQzUyLjk0MTMgNTIuMzkyMSA1MS44NTM3IDUyLjYwNjUgNTAuMzk2MiA1MS42MjAzQzQ4LjQ4MTkgNTAuMzM0IDQ2LjY5ODEgNDYuOTg5NSA0NS4yODQxIDQ3LjQxODNDNDMuODcwMSA0Ny44Njg1IDQzLjkxMzYgNTAuODY5OSA0My45MTM2IDUwLjg2OTlDNDMuOTEzNiA1MC44Njk5IDQzLjkxMzYgNTEuNTEzMSA0My42MDkxIDUxLjg1NjFDNDMuMjYxIDUyLjI0MiA0Mi41NjQ5IDUyLjMyNzggNDIuNTY0OSA1Mi4zMjc4SDQwLjMwMjVDNDAuMzAyNSA1Mi4zMjc4IDM1LjI3NzQgNTIuNjI3OSAzMC44Mzk3IDQ4LjA4MjlDMjYuMDEwNCA0My4xMzA2IDIxLjc0NjcgMzMuMjkwMyAyMS43NDY3IDMzLjI5MDNDMjEuNzQ2NyAzMy4yOTAzIDIxLjUwNzQgMzIuNjQ3MSAyMS43Njg0IDMyLjMyNTVDMjIuMDczIDMxLjk4MjUgMjIuODc3OSAzMS45NjExIDIyLjg3NzkgMzEuOTYxMUwyOC4zMTYzIDMxLjkxODJDMjguMzE2MyAzMS45MTgyIDI4LjgzODMgMzIuMDAzOSAyOS4xODY0IDMyLjI2MTJDMjkuNTEyNyAzMi40OTcgMjkuNjg2NyAzMi45MDQ0IDI5LjY4NjcgMzIuOTA0NEMyOS42ODY3IDMyLjkwNDQgMzAuNTU2OSAzNS4wOTExIDMxLjczMTYgMzcuMDg0OUMzNC4wMTU3IDQwLjk2NTMgMzUuMDU5OSA0MS44MDE0IDM1Ljg0MyA0MS4zOTQxQzM2Ljk3NDIgNDAuNzkzOCAzNi42MjYxIDM1LjkwNTggMzYuNjI2MSAzNS45MDU4QzM2LjYyNjEgMzUuOTA1OCAzNi42NDc5IDM0LjE0NzggMzYuMDYwNSAzMy4zNTQ2QzM1LjYwMzcgMzIuNzMyOSAzNC43NTUzIDMyLjU2MTQgMzQuMzYzOCAzMi41MTg1QzM0LjA1OTIgMzIuNDc1NiAzNC41NTk1IDMxLjc2ODEgMzUuMjEyMiAzMS40NjhDMzYuMTkxMSAzMC45OTYzIDM3LjkzMTQgMzAuOTUzNSAzOS45NzYyIDMwLjk3NDlDNDEuNTY0MiAzMC45OTYzIDQyLjAyMSAzMS4wODIxIDQyLjY1MTkgMzEuMjMyMkM0NC41MjI3IDMxLjY4MjQgNDMuODkxOCAzMy4zOTc1IDQzLjg5MTggMzcuNTM1MUM0My44OTE4IDM4Ljg2NDMgNDMuNjUyNiA0MC43Mjk1IDQ0LjYzMTUgNDEuMzUxMkM0NS4wNDQ4IDQxLjYwODQgNDYuMDY3MiA0MS4zOTQxIDQ4LjYxMjQgMzcuMTI3OEM0OS44MzA2IDM1LjExMjUgNTAuNzIyNSAzMi43MTE0IDUwLjcyMjUgMzIuNzExNEM1MC43MjI1IDMyLjcxMTQgNTAuOTE4MyAzMi4yODI3IDUxLjIyMjggMzIuMTExMUM1MS41Mjc0IDMxLjkxODIgNTEuOTYyNCAzMS45ODI1IDUxLjk2MjQgMzEuOTgyNUw1Ny43MDU0IDMxLjkzOTZDNTcuNzA1NCAzMS45Mzk2IDU5LjQyMzkgMzEuNzI1MiA1OS43MDY3IDMyLjQ5N0M1OS45ODk1IDMzLjMxMTcgNTkuMDU0MSAzNS4xNzY5IDU2LjcyNjUgMzguMjY0QzUyLjg3NjEgNDMuMzIzNSA1Mi40NjI4IDQyLjg1MTkgNTUuNjM4OCA0NS43Njc1QzU4LjY4NDMgNDguNTU0NiA1OS4zMTUyIDQ5LjkyNjYgNTkuNDIzOSA1MC4wNzY3QzYwLjY4NTYgNTIuMTU2MiA1OC4wMzE3IDUyLjMyNzggNTguMDMxNyA1Mi4zMjc4WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");
}

.social_share[data-type="vk"]:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC43MDYxIiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4NDM4RSIvPjxwYXRoIGQ9Ik01OC4wMzE3IDUyLjMyNzhMNTIuOTQxMyA1Mi4zOTIxQzUyLjk0MTMgNTIuMzkyMSA1MS44NTM3IDUyLjYwNjUgNTAuMzk2MiA1MS42MjAzQzQ4LjQ4MTkgNTAuMzM0IDQ2LjY5ODEgNDYuOTg5NSA0NS4yODQxIDQ3LjQxODNDNDMuODcwMSA0Ny44Njg1IDQzLjkxMzYgNTAuODY5OSA0My45MTM2IDUwLjg2OTlDNDMuOTEzNiA1MC44Njk5IDQzLjkxMzYgNTEuNTEzMSA0My42MDkxIDUxLjg1NjFDNDMuMjYxIDUyLjI0MiA0Mi41NjQ5IDUyLjMyNzggNDIuNTY0OSA1Mi4zMjc4SDQwLjMwMjVDNDAuMzAyNSA1Mi4zMjc4IDM1LjI3NzQgNTIuNjI3OSAzMC44Mzk3IDQ4LjA4MjlDMjYuMDEwNCA0My4xMzA2IDIxLjc0NjcgMzMuMjkwMyAyMS43NDY3IDMzLjI5MDNDMjEuNzQ2NyAzMy4yOTAzIDIxLjUwNzQgMzIuNjQ3MSAyMS43Njg0IDMyLjMyNTVDMjIuMDczIDMxLjk4MjUgMjIuODc3OSAzMS45NjExIDIyLjg3NzkgMzEuOTYxMUwyOC4zMTYzIDMxLjkxODJDMjguMzE2MyAzMS45MTgyIDI4LjgzODMgMzIuMDAzOSAyOS4xODY0IDMyLjI2MTJDMjkuNTEyNyAzMi40OTcgMjkuNjg2NyAzMi45MDQ0IDI5LjY4NjcgMzIuOTA0NEMyOS42ODY3IDMyLjkwNDQgMzAuNTU2OSAzNS4wOTExIDMxLjczMTYgMzcuMDg0OUMzNC4wMTU3IDQwLjk2NTMgMzUuMDU5OSA0MS44MDE0IDM1Ljg0MyA0MS4zOTQxQzM2Ljk3NDIgNDAuNzkzOCAzNi42MjYxIDM1LjkwNTggMzYuNjI2MSAzNS45MDU4QzM2LjYyNjEgMzUuOTA1OCAzNi42NDc5IDM0LjE0NzggMzYuMDYwNSAzMy4zNTQ2QzM1LjYwMzcgMzIuNzMyOSAzNC43NTUzIDMyLjU2MTQgMzQuMzYzOCAzMi41MTg1QzM0LjA1OTIgMzIuNDc1NiAzNC41NTk1IDMxLjc2ODEgMzUuMjEyMiAzMS40NjhDMzYuMTkxMSAzMC45OTYzIDM3LjkzMTQgMzAuOTUzNSAzOS45NzYyIDMwLjk3NDlDNDEuNTY0MiAzMC45OTYzIDQyLjAyMSAzMS4wODIxIDQyLjY1MTkgMzEuMjMyMkM0NC41MjI3IDMxLjY4MjQgNDMuODkxOCAzMy4zOTc1IDQzLjg5MTggMzcuNTM1MUM0My44OTE4IDM4Ljg2NDMgNDMuNjUyNiA0MC43Mjk1IDQ0LjYzMTUgNDEuMzUxMkM0NS4wNDQ4IDQxLjYwODQgNDYuMDY3MiA0MS4zOTQxIDQ4LjYxMjQgMzcuMTI3OEM0OS44MzA2IDM1LjExMjUgNTAuNzIyNSAzMi43MTE0IDUwLjcyMjUgMzIuNzExNEM1MC43MjI1IDMyLjcxMTQgNTAuOTE4MyAzMi4yODI3IDUxLjIyMjggMzIuMTExMUM1MS41Mjc0IDMxLjkxODIgNTEuOTYyNCAzMS45ODI1IDUxLjk2MjQgMzEuOTgyNUw1Ny43MDU0IDMxLjkzOTZDNTcuNzA1NCAzMS45Mzk2IDU5LjQyMzkgMzEuNzI1MiA1OS43MDY3IDMyLjQ5N0M1OS45ODk1IDMzLjMxMTcgNTkuMDU0MSAzNS4xNzY5IDU2LjcyNjUgMzguMjY0QzUyLjg3NjEgNDMuMzIzNSA1Mi40NjI4IDQyLjg1MTkgNTUuNjM4OCA0NS43Njc1QzU4LjY4NDMgNDguNTU0NiA1OS4zMTUyIDQ5LjkyNjYgNTkuNDIzOSA1MC4wNzY3QzYwLjY4NTYgNTIuMTU2MiA1OC4wMzE3IDUyLjMyNzggNTguMDMxNyA1Mi4zMjc4WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}

/*
ok  */
.social_share[data-type="ok"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC42NzY4IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4RjhGOCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDkuMTU0MiAzMS43ODc3QzQ5LjE1NDIgMzYuMjExMSA0NS4zODYzIDM5LjkxMjQgNDAuNjc2MyAzOS45MTI0QzM1Ljk2NjMgMzkuOTEyNCAzMi4xOTgzIDM2LjIxMTEgMzIuMTk4MyAzMS43ODc3QzMyLjE5ODMgMjcuMzY0MiAzNi4wNjA1IDIzLjY2MyA0MC42NzYzIDIzLjY2M0M0NS4yOTIxIDIzLjY2MyA0OS4xNTQyIDI3LjI3MzkgNDkuMTU0MiAzMS43ODc3Wk00NC4xNjE3IDMxLjY5NzRDNDQuMTYxNyAyOS44OTE5IDQyLjY1NDUgMjguMzU3MiA0MC42NzYzIDI4LjM1NzJDMzguNjk4MSAyOC4zNTcyIDM3LjE5MDkgMjkuODkxOSAzNy4xOTA5IDMxLjY5NzRDMzcuMTkwOSAzMy41MDI5IDM4LjY5ODEgMzUuMDM3NiA0MC42NzYzIDM1LjAzNzZDNDIuNTYwMyAzNS4wMzc2IDQ0LjE2MTcgMzMuNTkzMiA0NC4xNjE3IDMxLjY5NzRaTTQ5LjA1OTcgNDQuNTE2NUM0Ny41NTI1IDQ1LjUwOTYgNDUuODU2OSA0Ni4xNDE1IDQ0LjE2MTMgNDYuNTAyNkw0OC45NjU1IDUxLjE5NjlDNDkuOTA3NSA1Mi4wOTk2IDQ5LjkwNzUgNTMuNjM0MyA0OC45NjU1IDU0LjUzN0M0OC4wMjM1IDU1LjQzOTggNDYuNDIyMSA1NS40Mzk4IDQ1LjQ4MDEgNTQuNTM3TDQwLjc3MDEgNTAuMDIzM0wzNi4wNjAxIDU0LjUzN0MzNS41ODkxIDU0Ljk4ODQgMzQuOTI5NyA1NS4yNTkyIDM0LjI3MDMgNTUuMjU5MkMzMy42MTA5IDU1LjI1OTIgMzIuOTUxNSA1NC45ODg0IDMyLjQ4MDUgNTQuNTM3QzMxLjUzODUgNTMuNjM0MyAzMS41Mzg1IDUyLjA5OTYgMzIuNDgwNSA1MS4xOTY5TDM3LjE5MDUgNDYuNTkyOUMzNS40OTQ5IDQ2LjIzMTggMzMuNzk5MyA0NS41MDk2IDMyLjI5MjEgNDQuNjA2OEMzMS4xNjE4IDQzLjg4NDYgMzAuNzg1IDQyLjM1IDMxLjUzODUgNDEuMjY2N0MzMi4xOTc5IDQwLjE4MzQgMzMuNzk5MyAzOS44MjIzIDM0LjkyOTcgNDAuNTQ0NUMzOC40MTUxIDQyLjYyMDggNDIuOTM2NyA0Mi42MjA4IDQ2LjQyMjEgNDAuNTQ0NUM0Ny41NTI1IDM5LjgyMjMgNDkuMDU5NyA0MC4xODM0IDQ5LjgxMzMgNDEuMjY2N0M1MC41NjY5IDQyLjM1IDUwLjE5MDEgNDMuNzk0MyA0OS4wNTk3IDQ0LjUxNjVaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");
}

.social_share[data-type="ok"]:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC42NzY4IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4NDM4RSIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDkuMTU0MiAzMS43ODc3QzQ5LjE1NDIgMzYuMjExMSA0NS4zODYzIDM5LjkxMjQgNDAuNjc2MyAzOS45MTI0QzM1Ljk2NjMgMzkuOTEyNCAzMi4xOTgzIDM2LjIxMTEgMzIuMTk4MyAzMS43ODc3QzMyLjE5ODMgMjcuMzY0MiAzNi4wNjA1IDIzLjY2MyA0MC42NzYzIDIzLjY2M0M0NS4yOTIxIDIzLjY2MyA0OS4xNTQyIDI3LjI3MzkgNDkuMTU0MiAzMS43ODc3Wk00NC4xNjE3IDMxLjY5NzRDNDQuMTYxNyAyOS44OTE5IDQyLjY1NDUgMjguMzU3MiA0MC42NzYzIDI4LjM1NzJDMzguNjk4MSAyOC4zNTcyIDM3LjE5MDkgMjkuODkxOSAzNy4xOTA5IDMxLjY5NzRDMzcuMTkwOSAzMy41MDI5IDM4LjY5ODEgMzUuMDM3NiA0MC42NzYzIDM1LjAzNzZDNDIuNTYwMyAzNS4wMzc2IDQ0LjE2MTcgMzMuNTkzMiA0NC4xNjE3IDMxLjY5NzRaTTQ5LjA1OTcgNDQuNTE2NUM0Ny41NTI1IDQ1LjUwOTYgNDUuODU2OSA0Ni4xNDE1IDQ0LjE2MTMgNDYuNTAyNkw0OC45NjU1IDUxLjE5NjlDNDkuOTA3NSA1Mi4wOTk2IDQ5LjkwNzUgNTMuNjM0MyA0OC45NjU1IDU0LjUzN0M0OC4wMjM1IDU1LjQzOTggNDYuNDIyMSA1NS40Mzk4IDQ1LjQ4MDEgNTQuNTM3TDQwLjc3MDEgNTAuMDIzM0wzNi4wNjAxIDU0LjUzN0MzNS41ODkxIDU0Ljk4ODQgMzQuOTI5NyA1NS4yNTkyIDM0LjI3MDMgNTUuMjU5MkMzMy42MTA5IDU1LjI1OTIgMzIuOTUxNSA1NC45ODg0IDMyLjQ4MDUgNTQuNTM3QzMxLjUzODUgNTMuNjM0MyAzMS41Mzg1IDUyLjA5OTYgMzIuNDgwNSA1MS4xOTY5TDM3LjE5MDUgNDYuNTkyOUMzNS40OTQ5IDQ2LjIzMTggMzMuNzk5MyA0NS41MDk2IDMyLjI5MjEgNDQuNjA2OEMzMS4xNjE4IDQzLjg4NDYgMzAuNzg1IDQyLjM1IDMxLjUzODUgNDEuMjY2N0MzMi4xOTc5IDQwLjE4MzQgMzMuNzk5MyAzOS44MjIzIDM0LjkyOTcgNDAuNTQ0NUMzOC40MTUxIDQyLjYyMDggNDIuOTM2NyA0Mi42MjA4IDQ2LjQyMjEgNDAuNTQ0NUM0Ny41NTI1IDM5LjgyMjMgNDkuMDU5NyA0MC4xODM0IDQ5LjgxMzMgNDEuMjY2N0M1MC41NjY5IDQyLjM1IDUwLjE5MDEgNDMuNzk0MyA0OS4wNTk3IDQ0LjUxNjVaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

/*
whats  */
.social_share[data-type="whatsapp"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC43NjQ2IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4RjhGOCIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDMuNTc5NSA0My4yNzE4QzQzLjU3OTUgNDMuMjcxOCA0NC4yNTc3IDQzLjMzMjIgNDQuNjIxNCA0Mi44Nzk1TDQ1LjMzMjkgNDEuOTg1NEM0NS42NzYgNDEuNTQwNyA0Ni41MDUgNDEuMjU4IDQ3LjMxNjYgNDEuNzA5QzQ4LjM5MDMgNDIuMzE1NyA0OS43Nzg0IDQzLjI2ODcgNTAuNzI5NyA0NC4xNTY1QzUxLjI1MzkgNDQuNTk4IDUxLjM3NjIgNDUuMjQ5MiA1MS4wMTg4IDQ1LjkzNjlMNTEuMDE1NiA0NS45NTEyQzUwLjY0NzIgNDYuNTk5MiA1MC4xNTY0IDQ3LjIwNzUgNDkuNTM1NCA0Ny43NzQ1TDQ5LjUyMTEgNDcuNzg0QzQ4LjgyMjMgNDguMzY2OSA0OC4wMTg2IDQ4LjcwNTIgNDcuMTU5NCA0OC40MjU3TDQ3LjE0MzUgNDguNDAzNEM0NS41OTk3IDQ3Ljk2NjcgNDEuODk2IDQ2LjA3ODMgMzkuNTM1OSA0NC4xOTYyQzM1LjY3NDkgNDEuMTUgMzIuOTMwNCAzNi4xMjQ4IDMyLjE3MTIgMzMuNDMxMUwzMi4xNDc0IDMzLjQxNTNDMzEuODY3OSAzMi41NTI4IDMyLjIwOTMgMzEuNzQ5MiAzMi43ODkgMzEuMDUyTDMyLjgwMDIgMzEuMDM5M0MzMy4zNjcyIDMwLjQxODMgMzMuOTczOSAyOS45MjU5IDM0LjYyMzUgMjkuNTU5TDM0LjYzNzggMjkuNTU1OEMzNS4zMjM5IDI5LjE5ODUgMzUuOTc1IDI5LjMxOTIgMzYuNDE4MiAyOS44NDQ5QzM3LjAwMSAzMC40NDY4IDM4LjA5NTMgMzEuODk1MyAzOC44NjQgMzMuMjU4QzM5LjMxNTEgMzQuMDY4IDM5LjAzMjQgMzQuODk4NyAzOC41ODkzIDM1LjI0MDFMMzcuNjkzNSAzNS45NTE3QzM3LjI0MjUgMzYuMzE3IDM3LjMwMTIgMzYuOTk1MSAzNy4zMDEyIDM2Ljk5NTFDMzcuMzAxMiAzNi45OTUxIDM4LjYyNTggNDIuMDA3NiA0My41Nzk1IDQzLjI3MThaTTUxLjM3MyAzOS4xMTdDNTEuMTA3NyAzOS4xMTcgNTAuODkxOCAzOC45MDI2IDUwLjg5MDIgMzguNjM3NEM1MC44Njc5IDM1LjczMDkgNDkuOTk0NCAzMy40MTUzIDQ4LjI5NSAzMS43NTcxQzQ2LjU5MjQgMzAuMDk3NCA0NC40NDAzIDI5LjI0NjEgNDEuODk5MiAyOS4yMjg3QzQxLjYzMjMgMjkuMjI3MSA0MS40MTc5IDI5LjAwOTUgNDEuNDIxMSAyOC43NDI3QzQxLjQyMjcgMjguNDc3NCA0MS42MzcxIDI4LjI2NDYgNDEuOTAyMyAyOC4yNjQ2SDQxLjkwNTVDNDQuNzA0IDI4LjI4MzcgNDcuMDggMjkuMjI3MSA0OC45Njg0IDMxLjA2NjNDNTAuODU4NCAzMi45MTE4IDUxLjgzMDQgMzUuNDU3NyA1MS44NTQyIDM4LjYzMUM1MS44NTU4IDM4Ljg5NjMgNTEuNjQzIDM5LjExMzggNTEuMzc2MiAzOS4xMTdINTEuMzczWk00OC44Mzk4IDM4LjEyNkg0OC44Mjg2QzQ4LjU2MTggMzguMTE5NiA0OC4zNTA2IDM3Ljg5ODggNDguMzU2OSAzNy42MzM2QzQ4LjM5NSAzNS45ODUgNDcuOTIzMyAzNC42NTA5IDQ2LjkxOCAzMy41NTM0QzQ1LjkxNzQgMzIuNDU5MSA0NC41NDM2IDMxLjg2MiA0Mi43MTcxIDMxLjcyODVDNDIuNDUxOSAzMS43MDc5IDQyLjI1MTcgMzEuNDc3NiA0Mi4yNzA4IDMxLjIxMjRDNDIuMjkxNSAzMC45NDcxIDQyLjUyMTcgMzAuNzQ3IDQyLjc4NyAzMC43NjYxQzQ0Ljg0MjIgMzAuOTE3IDQ2LjQ3MTcgMzEuNjM2NCA0Ny42Mjk1IDMyLjkwMjNDNDguNzkzNyAzNC4xNzI4IDQ5LjM2MzkgMzUuNzcyMiA0OS4zMjEgMzcuNjU0M0M0OS4zMTQ2IDM3LjkxNjMgNDkuMTAwMiAzOC4xMjYgNDguODM5OCAzOC4xMjZaTTQ2LjM2NTMgMzcuMjk2OUM0Ni4xMDk2IDM3LjI5NjkgNDUuODk2OCAzNy4wOTY4IDQ1Ljg4NCAzNi44Mzc5QzQ1LjgwMyAzNS4yMDIgNDUuMDMxMiAzNC40MDE1IDQzLjQ1ODggMzQuMzE1OEM0My4xOTIgMzQuMzAxNSA0Mi45ODg3IDM0LjA3NDQgNDMuMDAzIDMzLjgwOTFDNDMuMDE3MyAzMy41NDIzIDQzLjI0MjggMzMuMzM5IDQzLjUwOTYgMzMuMzUzM0M0NS41ODcgMzMuNDY0NSA0Ni43NDAxIDM0LjY1NDEgNDYuODQ2NSAzNi43OTAzQzQ2Ljg2MDggMzcuMDU1NSA0Ni42NTU5IDM3LjI4MjYgNDYuMzg5MSAzNy4yOTUzTDQ2LjM2NTMgMzcuMjk2OVpNNTcuMTkyMyA0Mi44MDY1QzU2LjIzMTQgNTAuNTUyMyA1MC41NjYyIDUxLjA0MTUgNDkuNTIxMSA1MS4zNzY2QzQ5LjA3NjQgNTEuNTE5NSA0NC45NDM4IDUyLjU0NzEgMzkuNzUwMyA1Mi4yMDg4QzM5Ljc1MDMgNTIuMjA4OCAzNS44NzgyIDU2Ljg3ODMgMzQuNjY5NSA1OC4wOTMzQzM0LjQ4MDUgNTguMjgyMiAzNC4yNTk4IDU4LjM1ODUgMzQuMTEwNSA1OC4zMjM1QzMzLjkwMjQgNTguMjcyNyAzMy44NDUyIDU4LjAyNSAzMy44NDg0IDU3LjY2NkwzMy44ODAyIDUxLjI4NzdWNTEuMjg2MUMyNi4zMTcgNDkuMTg0OCAyNi43NTY5IDQxLjI4ODEgMjYuODQyNyAzNy4xNTRDMjYuOTI4NSAzMy4wMTk4IDI3LjcwNTEgMjkuNjMyMSAzMC4wMTI4IDI3LjM1NDVDMzQuMTU4MSAyMy42IDQyLjY5OCAyNC4xNjA2IDQyLjY5OCAyNC4xNjA2QzQ5LjkxMDIgMjQuMTkyNCA1My4zNjYyIDI2LjM2MzUgNTQuMTY4MyAyNy4wOTA5QzU2LjgyODYgMjkuMzY4NCA1OC4xODMzIDM0LjgyMDggNTcuMTkyMyA0Mi44MDY1Wk01Ni4xNTY3IDI1LjE1NjRDNTUuMjA4NiAyNC4yODYxIDUxLjM4MDkgMjEuNTA2NyA0Mi44NTUzIDIxLjQ2ODVDNDIuODU1MyAyMS40Njg1IDMyLjgwMTggMjAuODYxOCAyNy45MDA1IDI1LjM1OTdDMjUuMTcxOSAyOC4wODgzIDI0LjIxMjYgMzIuMDc5NSAyNC4xMTA5IDM3LjAzMDFDMjQuMDEwOSA0MS45ODIyIDIzLjg3OSA1MS4yNTc1IDMyLjgyMDggNTMuNzczM0wzMi44MzAzIDUzLjc3NjRMMzIuODI0IDU3LjYxMzZDMzIuODI0IDU3LjYxMzYgMzIuNzY4NCA1OS4xNjg1IDMzLjc5MTIgNTkuNDg2MUMzNS4wMjg1IDU5Ljg2ODkgMzUuNzU0MyA1OC42ODg4IDM2LjkzNzUgNTcuNDE1MUMzNy41ODU1IDU2LjcxNjIgMzguNDc5NyA1NS42OTAzIDM5LjE1NjMgNTQuOTA1N0M0NS4yNzI2IDU1LjQxNzEgNDkuOTc1MyA1NC4yNDM0IDUwLjUxMDYgNTQuMDcwM0M1MS43NDQ2IDUzLjY2ODQgNTguNzMyOSA1Mi43NzQzIDU5Ljg3IDQzLjQ5NzRDNjEuMDQyMiAzMy45MzMgNTkuMzAxNSAyNy44ODUgNTYuMTU2NyAyNS4xNTY0WiIgZmlsbD0iYmxhY2siLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHJlY3Qgd2lkdGg9IjM4LjExNzYiIGhlaWdodD0iMzguMTE3NiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjcwNjEgMjEuNDQxMikiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
}

.social_share[data-type="whatsapp"]:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC43NjQ2IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4NDM4RSIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDMuNTc5NSA0My4yNzE4QzQzLjU3OTUgNDMuMjcxOCA0NC4yNTc3IDQzLjMzMjIgNDQuNjIxNCA0Mi44Nzk1TDQ1LjMzMjkgNDEuOTg1NEM0NS42NzYgNDEuNTQwNyA0Ni41MDUgNDEuMjU4IDQ3LjMxNjYgNDEuNzA5QzQ4LjM5MDMgNDIuMzE1NyA0OS43Nzg0IDQzLjI2ODcgNTAuNzI5NyA0NC4xNTY1QzUxLjI1MzkgNDQuNTk4IDUxLjM3NjIgNDUuMjQ5MiA1MS4wMTg4IDQ1LjkzNjlMNTEuMDE1NiA0NS45NTEyQzUwLjY0NzIgNDYuNTk5MiA1MC4xNTY0IDQ3LjIwNzUgNDkuNTM1NCA0Ny43NzQ1TDQ5LjUyMTEgNDcuNzg0QzQ4LjgyMjMgNDguMzY2OSA0OC4wMTg2IDQ4LjcwNTIgNDcuMTU5NCA0OC40MjU3TDQ3LjE0MzUgNDguNDAzNEM0NS41OTk3IDQ3Ljk2NjcgNDEuODk2IDQ2LjA3ODMgMzkuNTM1OSA0NC4xOTYyQzM1LjY3NDkgNDEuMTUgMzIuOTMwNCAzNi4xMjQ4IDMyLjE3MTIgMzMuNDMxMUwzMi4xNDc0IDMzLjQxNTNDMzEuODY3OSAzMi41NTI4IDMyLjIwOTMgMzEuNzQ5MiAzMi43ODkgMzEuMDUyTDMyLjgwMDIgMzEuMDM5M0MzMy4zNjcyIDMwLjQxODMgMzMuOTczOSAyOS45MjU5IDM0LjYyMzUgMjkuNTU5TDM0LjYzNzggMjkuNTU1OEMzNS4zMjM5IDI5LjE5ODUgMzUuOTc1IDI5LjMxOTIgMzYuNDE4MiAyOS44NDQ5QzM3LjAwMSAzMC40NDY4IDM4LjA5NTMgMzEuODk1MyAzOC44NjQgMzMuMjU4QzM5LjMxNTEgMzQuMDY4IDM5LjAzMjQgMzQuODk4NyAzOC41ODkzIDM1LjI0MDFMMzcuNjkzNSAzNS45NTE3QzM3LjI0MjUgMzYuMzE3IDM3LjMwMTIgMzYuOTk1MSAzNy4zMDEyIDM2Ljk5NTFDMzcuMzAxMiAzNi45OTUxIDM4LjYyNTggNDIuMDA3NiA0My41Nzk1IDQzLjI3MThaTTUxLjM3MyAzOS4xMTdDNTEuMTA3NyAzOS4xMTcgNTAuODkxOCAzOC45MDI2IDUwLjg5MDIgMzguNjM3NEM1MC44Njc5IDM1LjczMDkgNDkuOTk0NCAzMy40MTUzIDQ4LjI5NSAzMS43NTcxQzQ2LjU5MjQgMzAuMDk3NCA0NC40NDAzIDI5LjI0NjEgNDEuODk5MiAyOS4yMjg3QzQxLjYzMjMgMjkuMjI3MSA0MS40MTc5IDI5LjAwOTUgNDEuNDIxMSAyOC43NDI3QzQxLjQyMjcgMjguNDc3NCA0MS42MzcxIDI4LjI2NDYgNDEuOTAyMyAyOC4yNjQ2SDQxLjkwNTVDNDQuNzA0IDI4LjI4MzcgNDcuMDggMjkuMjI3MSA0OC45Njg0IDMxLjA2NjNDNTAuODU4NCAzMi45MTE4IDUxLjgzMDQgMzUuNDU3NyA1MS44NTQyIDM4LjYzMUM1MS44NTU4IDM4Ljg5NjMgNTEuNjQzIDM5LjExMzggNTEuMzc2MiAzOS4xMTdINTEuMzczWk00OC44Mzk4IDM4LjEyNkg0OC44Mjg2QzQ4LjU2MTggMzguMTE5NiA0OC4zNTA2IDM3Ljg5ODggNDguMzU2OSAzNy42MzM2QzQ4LjM5NSAzNS45ODUgNDcuOTIzMyAzNC42NTA5IDQ2LjkxOCAzMy41NTM0QzQ1LjkxNzQgMzIuNDU5MSA0NC41NDM2IDMxLjg2MiA0Mi43MTcxIDMxLjcyODVDNDIuNDUxOSAzMS43MDc5IDQyLjI1MTcgMzEuNDc3NiA0Mi4yNzA4IDMxLjIxMjRDNDIuMjkxNSAzMC45NDcxIDQyLjUyMTcgMzAuNzQ3IDQyLjc4NyAzMC43NjYxQzQ0Ljg0MjIgMzAuOTE3IDQ2LjQ3MTcgMzEuNjM2NCA0Ny42Mjk1IDMyLjkwMjNDNDguNzkzNyAzNC4xNzI4IDQ5LjM2MzkgMzUuNzcyMiA0OS4zMjEgMzcuNjU0M0M0OS4zMTQ2IDM3LjkxNjMgNDkuMTAwMiAzOC4xMjYgNDguODM5OCAzOC4xMjZaTTQ2LjM2NTMgMzcuMjk2OUM0Ni4xMDk2IDM3LjI5NjkgNDUuODk2OCAzNy4wOTY4IDQ1Ljg4NCAzNi44Mzc5QzQ1LjgwMyAzNS4yMDIgNDUuMDMxMiAzNC40MDE1IDQzLjQ1ODggMzQuMzE1OEM0My4xOTIgMzQuMzAxNSA0Mi45ODg3IDM0LjA3NDQgNDMuMDAzIDMzLjgwOTFDNDMuMDE3MyAzMy41NDIzIDQzLjI0MjggMzMuMzM5IDQzLjUwOTYgMzMuMzUzM0M0NS41ODcgMzMuNDY0NSA0Ni43NDAxIDM0LjY1NDEgNDYuODQ2NSAzNi43OTAzQzQ2Ljg2MDggMzcuMDU1NSA0Ni42NTU5IDM3LjI4MjYgNDYuMzg5MSAzNy4yOTUzTDQ2LjM2NTMgMzcuMjk2OVpNNTcuMTkyMyA0Mi44MDY1QzU2LjIzMTQgNTAuNTUyMyA1MC41NjYyIDUxLjA0MTUgNDkuNTIxMSA1MS4zNzY2QzQ5LjA3NjQgNTEuNTE5NSA0NC45NDM4IDUyLjU0NzEgMzkuNzUwMyA1Mi4yMDg4QzM5Ljc1MDMgNTIuMjA4OCAzNS44NzgyIDU2Ljg3ODMgMzQuNjY5NSA1OC4wOTMzQzM0LjQ4MDUgNTguMjgyMiAzNC4yNTk4IDU4LjM1ODUgMzQuMTEwNSA1OC4zMjM1QzMzLjkwMjQgNTguMjcyNyAzMy44NDUyIDU4LjAyNSAzMy44NDg0IDU3LjY2NkwzMy44ODAyIDUxLjI4NzdWNTEuMjg2MUMyNi4zMTcgNDkuMTg0OCAyNi43NTY5IDQxLjI4ODEgMjYuODQyNyAzNy4xNTRDMjYuOTI4NSAzMy4wMTk4IDI3LjcwNTEgMjkuNjMyMSAzMC4wMTI4IDI3LjM1NDVDMzQuMTU4MSAyMy42IDQyLjY5OCAyNC4xNjA2IDQyLjY5OCAyNC4xNjA2QzQ5LjkxMDIgMjQuMTkyNCA1My4zNjYyIDI2LjM2MzUgNTQuMTY4MyAyNy4wOTA5QzU2LjgyODYgMjkuMzY4NCA1OC4xODMzIDM0LjgyMDggNTcuMTkyMyA0Mi44MDY1Wk01Ni4xNTY3IDI1LjE1NjRDNTUuMjA4NiAyNC4yODYxIDUxLjM4MDkgMjEuNTA2NyA0Mi44NTUzIDIxLjQ2ODVDNDIuODU1MyAyMS40Njg1IDMyLjgwMTggMjAuODYxOCAyNy45MDA1IDI1LjM1OTdDMjUuMTcxOSAyOC4wODgzIDI0LjIxMjYgMzIuMDc5NSAyNC4xMTA5IDM3LjAzMDFDMjQuMDEwOSA0MS45ODIyIDIzLjg3OSA1MS4yNTc1IDMyLjgyMDggNTMuNzczM0wzMi44MzAzIDUzLjc3NjRMMzIuODI0IDU3LjYxMzZDMzIuODI0IDU3LjYxMzYgMzIuNzY4NCA1OS4xNjg1IDMzLjc5MTIgNTkuNDg2MUMzNS4wMjg1IDU5Ljg2ODkgMzUuNzU0MyA1OC42ODg4IDM2LjkzNzUgNTcuNDE1MUMzNy41ODU1IDU2LjcxNjIgMzguNDc5NyA1NS42OTAzIDM5LjE1NjMgNTQuOTA1N0M0NS4yNzI2IDU1LjQxNzEgNDkuOTc1MyA1NC4yNDM0IDUwLjUxMDYgNTQuMDcwM0M1MS43NDQ2IDUzLjY2ODQgNTguNzMyOSA1Mi43NzQzIDU5Ljg3IDQzLjQ5NzRDNjEuMDQyMiAzMy45MzMgNTkuMzAxNSAyNy44ODUgNTYuMTU2NyAyNS4xNTY0WiIgZmlsbD0id2hpdGUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHJlY3Qgd2lkdGg9IjM4LjExNzYiIGhlaWdodD0iMzguMTE3NiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjcwNjEgMjEuNDQxMikiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}

/*
tl */
.social_share[data-type="telegram"] {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC42NDY1IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4RjhGOCIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDcuMTM2OCA1My4wOTcyQzQ3LjU4NDMgNTMuNDE0IDQ4LjE2MSA1My40OTMzIDQ4LjY3NTIgNTMuMjk4N0M0OS4xODk0IDUzLjEwMjcgNDkuNTY3NCA1Mi42NjM2IDQ5LjY4MTQgNTIuMTMxM0M1MC44ODkgNDYuNDU1OCA1My44MTg1IDMyLjA5MDQgNTQuOTE3OCAyNi45Mjc2QzU1LjAwMTEgMjYuNTM4NSA1NC44NjIyIDI2LjEzNDEgNTQuNTU2NCAyNS44NzQyQzU0LjI1MDcgMjUuNjE0NCA1My44MjY4IDI1LjUzOTMgNTMuNDQ4OCAyNS42Nzk3QzQ3LjYyMTggMjcuODM2NSAyOS42NzY1IDM0LjU2OTYgMjIuMzQxNyAzNy4yODM3QzIxLjg3NjEgMzcuNDU2IDIxLjU3MzIgMzcuOTAzNSAyMS41ODg0IDM4LjM5NDFDMjEuNjA1MSAzOC44ODYxIDIxLjkzNTkgMzkuMzEyNyAyMi40MTI1IDM5LjQ1NThDMjUuNzAyIDQwLjQzOTcgMzAuMDE5OCA0MS44MDg2IDMwLjAxOTggNDEuODA4NkMzMC4wMTk4IDQxLjgwODYgMzIuMDM3NiA0Ny45MDI1IDMzLjA4OTcgNTEuMDAxNUMzMy4yMjE3IDUxLjM5MDYgMzMuNTI2IDUxLjY5NjQgMzMuOTI3NiA1MS44MDJDMzQuMzI3OSA1MS45MDYyIDM0Ljc1NTkgNTEuNzk2NCAzNS4wNTQ3IDUxLjUxNDNDMzYuNzQ0NiA0OS45MTg5IDM5LjM1NzIgNDcuNDUyMiAzOS4zNTcyIDQ3LjQ1MjJDMzkuMzU3MiA0Ny40NTIyIDQ0LjMyMTMgNTEuMDkxOCA0Ny4xMzY4IDUzLjA5NzJaTTMxLjgzNjEgNDEuMDM4N0wzNC4xNjk1IDQ4LjczNDlMMzQuNjg3OCA0My44NjEyQzM0LjY4NzggNDMuODYxMiA0My43MDI4IDM1LjczIDQ4Ljg0MiAzMS4wOTU0QzQ4Ljk5MjEgMzAuOTU5MiA0OS4wMTI5IDMwLjczMTMgNDguODg3OCAzMC41NzE0QzQ4Ljc2NDEgMzAuNDExNiA0OC41MzYyIDMwLjM3NDEgNDguMzY1MyAzMC40ODI1QzQyLjQwOSAzNC4yODYxIDMxLjgzNjEgNDEuMDM4NyAzMS44MzYxIDQxLjAzODdaIiBmaWxsPSJibGFjayIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cmVjdCB3aWR0aD0iMzMuMzUyOSIgaGVpZ2h0PSIzMy4zNTI5IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEuNTg3OSAyMy44MjM1KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
}

.social_share[data-type="telegram"]:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA4MiA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0MC42NDY1IiBjeT0iNDAuNSIgcj0iNDAuNSIgZmlsbD0iI0Y4NDM4RSIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDcuMTM2OCA1My4wOTcyQzQ3LjU4NDMgNTMuNDE0IDQ4LjE2MSA1My40OTMzIDQ4LjY3NTIgNTMuMjk4N0M0OS4xODk0IDUzLjEwMjcgNDkuNTY3NCA1Mi42NjM2IDQ5LjY4MTQgNTIuMTMxM0M1MC44ODkgNDYuNDU1OCA1My44MTg1IDMyLjA5MDQgNTQuOTE3OCAyNi45Mjc2QzU1LjAwMTEgMjYuNTM4NSA1NC44NjIyIDI2LjEzNDEgNTQuNTU2NCAyNS44NzQyQzU0LjI1MDcgMjUuNjE0NCA1My44MjY4IDI1LjUzOTMgNTMuNDQ4OCAyNS42Nzk3QzQ3LjYyMTggMjcuODM2NSAyOS42NzY1IDM0LjU2OTYgMjIuMzQxNyAzNy4yODM3QzIxLjg3NjEgMzcuNDU2IDIxLjU3MzIgMzcuOTAzNSAyMS41ODg0IDM4LjM5NDFDMjEuNjA1MSAzOC44ODYxIDIxLjkzNTkgMzkuMzEyNyAyMi40MTI1IDM5LjQ1NThDMjUuNzAyIDQwLjQzOTcgMzAuMDE5OCA0MS44MDg2IDMwLjAxOTggNDEuODA4NkMzMC4wMTk4IDQxLjgwODYgMzIuMDM3NiA0Ny45MDI1IDMzLjA4OTcgNTEuMDAxNUMzMy4yMjE3IDUxLjM5MDYgMzMuNTI2IDUxLjY5NjQgMzMuOTI3NiA1MS44MDJDMzQuMzI3OSA1MS45MDYyIDM0Ljc1NTkgNTEuNzk2NCAzNS4wNTQ3IDUxLjUxNDNDMzYuNzQ0NiA0OS45MTg5IDM5LjM1NzIgNDcuNDUyMiAzOS4zNTcyIDQ3LjQ1MjJDMzkuMzU3MiA0Ny40NTIyIDQ0LjMyMTMgNTEuMDkxOCA0Ny4xMzY4IDUzLjA5NzJaTTMxLjgzNjEgNDEuMDM4N0wzNC4xNjk1IDQ4LjczNDlMMzQuNjg3OCA0My44NjEyQzM0LjY4NzggNDMuODYxMiA0My43MDI4IDM1LjczIDQ4Ljg0MiAzMS4wOTU0QzQ4Ljk5MjEgMzAuOTU5MiA0OS4wMTI5IDMwLjczMTMgNDguODg3OCAzMC41NzE0QzQ4Ljc2NDEgMzAuNDExNiA0OC41MzYyIDMwLjM3NDEgNDguMzY1MyAzMC40ODI1QzQyLjQwOSAzNC4yODYxIDMxLjgzNjEgNDEuMDM4NyAzMS44MzYxIDQxLjAzODdaIiBmaWxsPSJ3aGl0ZSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cmVjdCB3aWR0aD0iMzMuMzUyOSIgaGVpZ2h0PSIzMy4zNTI5IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEuNTg3OSAyMy44MjM1KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}

/*
pinterest */
.social_share[data-type="pinterest"] {
	width: 34px;
	height: 34px;
	background: #f8f8f8;
	border-radius: 50%;
}

.social_share[data-type="pinterest"]::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 13px;
	height: 17px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDAxOTUzMTIgNi4xMDE3OEMwLjAwMTk1MzEyIDUuMzg3OTIgMC4xNDk3MjcgNC42NzkxNiAwLjQ0Njk1NSAzLjk3NzJDMC43NDQxODIgMy4yNzUyNCAxLjE2OTAzIDIuNjIyNTggMS43MjMxOCAyLjAyMjZDMi4yNzczNCAxLjQyMjYyIDMuMDA0NDUgMC45MzQ4MTMgMy45MDYyMSAwLjU2MDg4OEM0LjgwNzk3IDAuMTg2OTYzIDUuODA3MTIgMCA2LjkwMzY3IDBDOC42ODM2OCAwIDEwLjE0NDYgMC41NTU3ODkgMTEuMjg2NSAxLjY2NTY3QzEyLjQyODQgMi43NzU1NCAxMi45OTk0IDQuMDg0MjggMTIuOTk5NCA1LjU5MTg4QzEyLjk5OTQgNy41Mjk0OSAxMi41MTU3IDkuMTMwNTcgMTEuNTQ2OCAxMC4zOTM0QzEwLjU3NzkgMTEuNjU2MyA5LjMyNjgzIDEyLjI4ODUgNy43OTM2OCAxMi4yODg1QzcuMjg5OSAxMi4yODg1IDYuODE2MzUgMTIuMTY5NiA2LjM3NDcxIDExLjkzMTZDNS45MzMwNyAxMS42OTM3IDUuNjIyNDEgMTEuNDA0NyA1LjQ0MjczIDExLjA2NDhMNC43NzEwMiAxMy43NTAyQzQuNzE1NjEgMTMuOTY2MSA0LjY0MTcyIDE0LjE4MzcgNC41NTI3MiAxNC40MDQ2QzQuNDYzNzIgMTQuNjI1NiA0LjM2NDY1IDE0LjgzOCA0LjI1ODg1IDE1LjA0MkM0LjE1MzA2IDE1LjI0NTkgNC4wNDU1OSAxNS40MzggMy45Mzk4IDE1LjYxOTlDMy44MzQgMTUuODAxNyAzLjcyNjUzIDE1Ljk3MTcgMy42MjA3NCAxNi4xMjk4QzMuNTE0OTUgMTYuMjg3OCAzLjQyMjU5IDE2LjQyMjEgMy4zNDM2NiAxNi41MjkyQzMuMjY0NzQgMTYuNjM2MyAzLjE5MjUzIDE2LjcyOTggMy4xMjUzNiAxNi44MDk2TDMuMDI0NiAxNi45NDU2QzIuOTkxMDIgMTYuOTkxNSAyLjk0NTY4IDE3LjAwODUgMi44OTAyNiAxNi45OTY2QzIuODM0ODUgMTYuOTg0NyAyLjgwMTI2IDE2Ljk1MDcgMi43ODk1MSAxNi44OTQ2QzIuNzg5NTEgMTYuODgyNyAyLjc4MTExIDE2LjgwNDUgMi43NjQzMiAxNi42NTY3QzIuNzQ3NTMgMTYuNTA4OCAyLjczMDc0IDE2LjM1NDEgMi43MTM5NCAxNi4xODkzQzIuNjk3MTUgMTYuMDI0NCAyLjY4MDM2IDE1LjgxMTkgMi42NjM1NyAxNS41NTE5QzIuNjQ2NzcgMTUuMjkxOCAyLjY0MTc0IDE1LjAzODYgMi42NDY3NyAxNC43OTU1QzIuNjUxODEgMTQuNTUyNSAyLjY2ODYgMTQuMjgyMiAyLjY5NzE1IDEzLjk4ODJDMi43MjU3IDEzLjY5NDIgMi43Njc2OCAxMy40MjIyIDIuODIzMDkgMTMuMTcyNEMyLjk0NTY4IDEyLjY0MDQgMy4zNjA0NSAxMC44NjU5IDQuMDY1NzQgNy44NTI0M0MzLjk3Njc0IDcuNjcwNTYgMy45MDI4NSA3LjQ1MzAxIDMuODQ3NDQgNy4xOTgwNkMzLjc5MjAyIDYuOTQzMTEgMy43NjM0NyA2LjczNTc1IDMuNzYzNDcgNi41Nzc2OEwzLjc0NjY4IDYuMzIyNzNDMy43NDY2OCA1LjU5Njk4IDMuOTI4MDQgNC45OTM2IDQuMjkyNDQgNC41MTI2QzQuNjU2ODQgNC4wMzE1OSA1LjA5NTEyIDMuNzkwMjQgNS42MTA2NSAzLjc5MDI0QzYuMDI1NDIgMy43OTAyNCA2LjM0NjE2IDMuOTI5NjEgNi41NzYyMiA0LjIwNjY2QzYuODA2MjggNC40ODM3IDYuOTIwNDcgNC44MzIxMyA2LjkyMDQ3IDUuMjUxOTVDNi45MjA0NyA1LjUxMiA2Ljg3MzQ1IDUuODMzMjMgNi43Nzc3MyA2LjIxMjI2QzYuNjgyMDEgNi41OTEyOCA2LjU1NjA3IDcuMDI4MDkgNi4zOTk5IDcuNTIwOTlDNi4yNDM3MyA4LjAxMzkgNi4xMzEyMiA4LjQxMzMyIDYuMDY0MDUgOC43MTkyNUM1Ljk1MTU0IDkuMjI5MTUgNi4wNTA2MSA5LjY3MTA2IDYuMzU3OTIgMTAuMDQ1QzYuNjY1MjIgMTAuNDE4OSA3LjA3NjY0IDEwLjYwNTkgNy41OTIxNyAxMC42MDU5QzguNDc3MTMgMTAuNjA1OSA5LjIwNzYxIDEwLjA5OTQgOS43ODM1OSA5LjA4NDY4QzEwLjM1OTYgOC4wNjk5OCAxMC42NDg0IDYuODQ0NTMgMTAuNjQ4NCA1LjQwNDkyQzEwLjY0ODQgNC4zMDUyNCAxMC4yOTU4IDMuNDA3ODIgOS41OTA0NyAyLjcxMDk2QzguODg1MTkgMi4wMTQxIDcuODk5NDcgMS42NjU2NyA2LjYzNDk5IDEuNjY1NjdDNS4yMjQ0MiAxLjY2NTY3IDQuMDc5MTcgMi4xMjQ1NyAzLjIwMDkzIDMuMDQyMzlDMi4zMjI2OCAzLjk2MDIxIDEuODgyNzEgNS4wNTk4OSAxLjg4MjcxIDYuMzM5NzNDMS44ODI3MSA3LjA5OTQ4IDIuMDk1OTggNy43Mzg1NSAyLjUyMDgzIDguMjYwMzVDMi42NjY5MiA4LjQzMDMxIDIuNzEwNTggOC42MTIxOCAyLjY1NTE3IDguODA0MjRDMi42MzMzNCA4Ljg2MDMzIDIuNTk5NzUgOC45OTEyIDIuNTU0NDEgOS4xOTUxNkMyLjUwOTA3IDkuMzk5MTIgMi40NzU0OSA5LjUyOTk5IDIuNDUzNjYgOS41ODYwOEMyLjQzMTgzIDkuNzEwMTYgMi4zNzQ3MyA5Ljc5MzQ0IDIuMjg1NzMgOS44MzI1M0MyLjE5NjczIDkuODcxNjIgMi4wOTU5OCA5Ljg2OTkyIDEuOTgzNDcgOS44MjQwM0MxLjMyMzUyIDkuNTUyMDkgMC44MjgxNDQgOS4wODQ2OCAwLjQ5NzMzMiA4LjQyMTgxQzAuMTY2NTIgNy43NTg5NSAwLjAwMTk1MzEyIDYuOTg1NiAwLjAwMTk1MzEyIDYuMTAxNzhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
}

.social_share[data-type="pinterest"]:hover {
	background: #e0387e;
}

.social_share[data-type="pinterest"]:hover::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDAxOTUzMTIgNi4xMDE3OEMwLjAwMTk1MzEyIDUuMzg3OTIgMC4xNDk3MjcgNC42NzkxNiAwLjQ0Njk1NSAzLjk3NzJDMC43NDQxODIgMy4yNzUyNCAxLjE2OTAzIDIuNjIyNTggMS43MjMxOCAyLjAyMjZDMi4yNzczNCAxLjQyMjYyIDMuMDA0NDUgMC45MzQ4MTMgMy45MDYyMSAwLjU2MDg4OEM0LjgwNzk3IDAuMTg2OTYzIDUuODA3MTIgMCA2LjkwMzY3IDBDOC42ODM2OCAwIDEwLjE0NDYgMC41NTU3ODkgMTEuMjg2NSAxLjY2NTY3QzEyLjQyODQgMi43NzU1NCAxMi45OTk0IDQuMDg0MjggMTIuOTk5NCA1LjU5MTg4QzEyLjk5OTQgNy41Mjk0OSAxMi41MTU3IDkuMTMwNTcgMTEuNTQ2OCAxMC4zOTM0QzEwLjU3NzkgMTEuNjU2MyA5LjMyNjgzIDEyLjI4ODUgNy43OTM2OCAxMi4yODg1QzcuMjg5OSAxMi4yODg1IDYuODE2MzUgMTIuMTY5NiA2LjM3NDcxIDExLjkzMTZDNS45MzMwNyAxMS42OTM3IDUuNjIyNDEgMTEuNDA0NyA1LjQ0MjczIDExLjA2NDhMNC43NzEwMiAxMy43NTAyQzQuNzE1NjEgMTMuOTY2MSA0LjY0MTcyIDE0LjE4MzcgNC41NTI3MiAxNC40MDQ2QzQuNDYzNzIgMTQuNjI1NiA0LjM2NDY1IDE0LjgzOCA0LjI1ODg1IDE1LjA0MkM0LjE1MzA2IDE1LjI0NTkgNC4wNDU1OSAxNS40MzggMy45Mzk4IDE1LjYxOTlDMy44MzQgMTUuODAxNyAzLjcyNjUzIDE1Ljk3MTcgMy42MjA3NCAxNi4xMjk4QzMuNTE0OTUgMTYuMjg3OCAzLjQyMjU5IDE2LjQyMjEgMy4zNDM2NiAxNi41MjkyQzMuMjY0NzQgMTYuNjM2MyAzLjE5MjUzIDE2LjcyOTggMy4xMjUzNiAxNi44MDk2TDMuMDI0NiAxNi45NDU2QzIuOTkxMDIgMTYuOTkxNSAyLjk0NTY4IDE3LjAwODUgMi44OTAyNiAxNi45OTY2QzIuODM0ODUgMTYuOTg0NyAyLjgwMTI2IDE2Ljk1MDcgMi43ODk1MSAxNi44OTQ2QzIuNzg5NTEgMTYuODgyNyAyLjc4MTExIDE2LjgwNDUgMi43NjQzMiAxNi42NTY3QzIuNzQ3NTMgMTYuNTA4OCAyLjczMDc0IDE2LjM1NDEgMi43MTM5NCAxNi4xODkzQzIuNjk3MTUgMTYuMDI0NCAyLjY4MDM2IDE1LjgxMTkgMi42NjM1NyAxNS41NTE5QzIuNjQ2NzcgMTUuMjkxOCAyLjY0MTc0IDE1LjAzODYgMi42NDY3NyAxNC43OTU1QzIuNjUxODEgMTQuNTUyNSAyLjY2ODYgMTQuMjgyMiAyLjY5NzE1IDEzLjk4ODJDMi43MjU3IDEzLjY5NDIgMi43Njc2OCAxMy40MjIyIDIuODIzMDkgMTMuMTcyNEMyLjk0NTY4IDEyLjY0MDQgMy4zNjA0NSAxMC44NjU5IDQuMDY1NzQgNy44NTI0M0MzLjk3Njc0IDcuNjcwNTYgMy45MDI4NSA3LjQ1MzAxIDMuODQ3NDQgNy4xOTgwNkMzLjc5MjAyIDYuOTQzMTEgMy43NjM0NyA2LjczNTc1IDMuNzYzNDcgNi41Nzc2OEwzLjc0NjY4IDYuMzIyNzNDMy43NDY2OCA1LjU5Njk4IDMuOTI4MDQgNC45OTM2IDQuMjkyNDQgNC41MTI2QzQuNjU2ODQgNC4wMzE1OSA1LjA5NTEyIDMuNzkwMjQgNS42MTA2NSAzLjc5MDI0QzYuMDI1NDIgMy43OTAyNCA2LjM0NjE2IDMuOTI5NjEgNi41NzYyMiA0LjIwNjY2QzYuODA2MjggNC40ODM3IDYuOTIwNDcgNC44MzIxMyA2LjkyMDQ3IDUuMjUxOTVDNi45MjA0NyA1LjUxMiA2Ljg3MzQ1IDUuODMzMjMgNi43Nzc3MyA2LjIxMjI2QzYuNjgyMDEgNi41OTEyOCA2LjU1NjA3IDcuMDI4MDkgNi4zOTk5IDcuNTIwOTlDNi4yNDM3MyA4LjAxMzkgNi4xMzEyMiA4LjQxMzMyIDYuMDY0MDUgOC43MTkyNUM1Ljk1MTU0IDkuMjI5MTUgNi4wNTA2MSA5LjY3MTA2IDYuMzU3OTIgMTAuMDQ1QzYuNjY1MjIgMTAuNDE4OSA3LjA3NjY0IDEwLjYwNTkgNy41OTIxNyAxMC42MDU5QzguNDc3MTMgMTAuNjA1OSA5LjIwNzYxIDEwLjA5OTQgOS43ODM1OSA5LjA4NDY4QzEwLjM1OTYgOC4wNjk5OCAxMC42NDg0IDYuODQ0NTMgMTAuNjQ4NCA1LjQwNDkyQzEwLjY0ODQgNC4zMDUyNCAxMC4yOTU4IDMuNDA3ODIgOS41OTA0NyAyLjcxMDk2QzguODg1MTkgMi4wMTQxIDcuODk5NDcgMS42NjU2NyA2LjYzNDk5IDEuNjY1NjdDNS4yMjQ0MiAxLjY2NTY3IDQuMDc5MTcgMi4xMjQ1NyAzLjIwMDkzIDMuMDQyMzlDMi4zMjI2OCAzLjk2MDIxIDEuODgyNzEgNS4wNTk4OSAxLjg4MjcxIDYuMzM5NzNDMS44ODI3MSA3LjA5OTQ4IDIuMDk1OTggNy43Mzg1NSAyLjUyMDgzIDguMjYwMzVDMi42NjY5MiA4LjQzMDMxIDIuNzEwNTggOC42MTIxOCAyLjY1NTE3IDguODA0MjRDMi42MzMzNCA4Ljg2MDMzIDIuNTk5NzUgOC45OTEyIDIuNTU0NDEgOS4xOTUxNkMyLjUwOTA3IDkuMzk5MTIgMi40NzU0OSA5LjUyOTk5IDIuNDUzNjYgOS41ODYwOEMyLjQzMTgzIDkuNzEwMTYgMi4zNzQ3MyA5Ljc5MzQ0IDIuMjg1NzMgOS44MzI1M0MyLjE5NjczIDkuODcxNjIgMi4wOTU5OCA5Ljg2OTkyIDEuOTgzNDcgOS44MjQwM0MxLjMyMzUyIDkuNTUyMDkgMC44MjgxNDQgOS4wODQ2OCAwLjQ5NzMzMiA4LjQyMTgxQzAuMTY2NTIgNy43NTg5NSAwLjAwMTk1MzEyIDYuOTg1NiAwLjAwMTk1MzEyIDYuMTAxNzhaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPgo=");
}

.wrapper {
	letter-spacing: normal;
}

.breadcrumbsNewStyle {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	min-height: 60px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	max-width: 100%;
}

.breadcrumbsNewStyle__item {
	font-size: 11px;
	line-height: 12px;
	color: color_brdcrmbs;
	font-family: "Open Sans", sans-serif;
	padding: 0 3px;
}

.breadcrumbsNewStyle__item.last {
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	padding: 0 0 0 3px;
}

.breadcrumbsNewStyle .breadcrumbsNewStyle__col,
.breadcrumbsNewStyle .breadcrumbsNewStyle__col:last-child {
	text-align: left;
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	padding-left: 32px;
}

.Product {
	display: flex;
	min-height: 650px;
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
}

.Product__item {
	padding: 0;
	flex: 0 1 auto;
	position: relative;
}

.Product__item_photos {
	flex: 0 1 60%;
}

.Product__item_setting {
	flex: 0 1 40%;
	background: #fff;
}

.Product__item_setting:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #e5e5e5;
}

.Product__itemWrp {
	padding: 30px 50px 10px 50px;
}

.Product__sborka {
	position: absolute;
	z-index: 10;
	bottom: 10%;
	left: auto;
	right: 25px;
	width: 60px;
	height: 60px;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23E5E5E5'/%3E%3Cpath d='M23.5225 43.1715V38.7566H24.4921V43.1686C24.4921 43.4259 24.6143 43.6689 24.8227 43.8259C25.0311 43.9825 25.3025 44.0353 25.5562 43.9689C26.8551 43.6282 28.0142 42.8553 28.8197 41.7925C29.6427 40.7071 30.0595 39.3614 29.9931 38.0035C29.9 36.1054 28.8521 34.3608 27.2216 33.3378V26.6649C28.9456 25.5898 29.9961 23.7344 29.9961 21.7085C29.9961 19.0457 28.1635 16.7098 25.5396 16.0276C25.286 15.9619 25.0152 16.015 24.8071 16.1716C24.5991 16.3286 24.4772 16.571 24.4772 16.8282V21.2435H23.5079V16.8312C23.5079 16.5739 23.3857 16.3308 23.1773 16.1739C22.9689 16.0172 22.6978 15.9645 22.4438 16.0308C21.1449 16.3716 19.9858 17.1444 19.1799 18.2072C18.3573 19.2927 17.9405 20.6383 18.0069 21.9962C18.0997 23.8924 19.1462 25.6361 20.7744 26.6594V33.3374C19.0531 34.4129 18.0039 36.2676 18.0039 38.2912C18.0039 40.954 19.8365 43.29 22.4604 43.9722C22.532 43.9906 22.6047 44 22.677 44C22.8616 44 23.0433 43.9408 23.1929 43.8282C23.4006 43.6715 23.5225 43.4288 23.5225 43.1715ZM21.8315 37.9281V41.9385C20.534 41.1961 19.6945 39.8184 19.6945 38.2912C19.6945 36.7145 20.5822 35.2802 22.0112 34.5485C22.2903 34.4057 22.4653 34.1229 22.4653 33.8141V26.1837C22.4653 25.8756 22.2909 25.593 22.0125 25.45C20.6562 24.7526 19.7684 23.3988 19.6958 21.917C19.6182 20.3292 20.4699 18.8525 21.817 18.0703V22.0717C21.817 22.5293 22.1955 22.9001 22.6625 22.9001H25.3227C25.7897 22.9001 26.1681 22.5293 26.1681 22.0717V18.0613C27.466 18.8037 28.3052 20.181 28.3052 21.7082C28.3052 23.2869 27.4162 24.7215 25.9855 25.4526C25.7058 25.5956 25.5307 25.8788 25.5307 26.1872V33.8138C25.5307 34.1222 25.7054 34.4051 25.9842 34.5478C27.3425 35.2449 28.2316 36.5993 28.3042 38.0828C28.3818 39.6705 27.5301 41.1472 26.183 41.9294V37.9281C26.183 37.4705 25.8042 37.0996 25.3375 37.0996H22.677C22.21 37.0996 21.8315 37.4705 21.8315 37.9281Z' fill='black'/%3E%3Cpath d='M33.3633 19.9786C33.3028 20.1673 33.3133 20.3712 33.3926 20.5534L33.8106 21.5136V30.2851C32.8108 30.2948 32 31.0981 32 32.0841V40.0644C32 42.2343 33.7945 44 35.9998 44C38.2055 44 40 42.2343 40 40.0644V32.0841C40 31.0977 39.1892 30.2948 38.189 30.2851V21.5133L38.6074 20.5534C38.6867 20.3715 38.6969 20.1676 38.6367 19.9786L37.551 16.5803C37.4408 16.235 37.1155 16 36.7478 16H35.2522C34.8842 16 34.5592 16.235 34.4487 16.5803L33.3633 19.9786ZM38.3157 32.0841V40.0644C38.3157 41.3207 37.277 42.343 35.9998 42.343C34.7227 42.343 33.684 41.3207 33.684 40.0644V32.0841C33.684 32.0055 33.7488 31.9414 33.8287 31.9414H38.1709C38.2509 31.9417 38.3157 32.0055 38.3157 32.0841ZM35.8702 17.657H36.1298L36.9366 20.1828L36.5731 21.0168C36.5284 21.1201 36.505 21.2311 36.505 21.343V30.2845H35.4946V21.3434C35.4946 21.2311 35.4716 21.1201 35.4266 21.0172L35.0634 20.1828L35.8702 17.657Z' fill='black'/%3E%3C/svg%3E")
		0 0 no-repeat;
}

.Product__title {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 44px;
	color: #000000;
	margin: 0 0 16px 0;
	width: 85%;
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
	.Product__title {
		font-size: 34px;
	}
}

.Product__art {
	margin: 0 0 30px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #828282;
}

.Product__art:before {
	content: "Артикул";
	display: inline-block;
	padding-right: 10px;
}

.Product__price {
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
	.Product__price {
		font-size: 34px;
	}
}

.Product__price_old {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #828282;
}

.Product__BTN {
	margin: 19px 0 0 0;
}

.Product__BTNplsmns {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
}

.Product__alternatives_wrp {
	display: flex;
	flex-wrap: wrap;
}

.Product__alternatives_wrp .Product__alternatives_item {
	width: calc(33% - 10px);
	margin: 20px 10px 0 0;
	max-width: 100px;
	max-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid transparent;
}

.Product__alternatives_wrp .Product__alternatives_item:hover {
	border: 1px solid #000000;
}

.Product__alternatives_wrp .Product__alternatives_item img {
	object-fit: contain;
}

.Product__BTNpls,
.Product__BTNmns,
.Product__BTNsum {
	display: inline-block;
	border: 0;
	background: #c4c4c4;
	margin: 0;
	width: 100%;
	min-width: 20px;
	max-width: 40px;
	padding: 8px 0;
	text-align: center;
	vertical-align: top;
	height: 51px;
}

@media (max-width: 370px) {
	.Product__BTNsum {
		width: 20px;
	}
}

.Product__BTNpls,
.Product__BTNmns {
	color: #828282;
	font-size: 27px;
}

.Product__BTNbig {
	margin: 20px 15px 0 0;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	max-width: 210px;
	height: 50px;
	background: #e0387e;
	border-radius: 2px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.Product__BTNbig:hover {
	background: #f8438e;
}

.Product__BTNoneclick {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	max-width: 210px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 50px;
}

.Product__BTNoneclick:hover {
	border: 1px solid #f8438e;
	color: #f8438e;
}

.Product__SettList {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #e0387e;
	margin-top: 25px;
}

.Product__SettList .Product__SettList-label {
	padding-right: 5px;
	color: #828282;
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
	.Product__SettList {
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
	}
}

.Product__SettList_nal {
	cursor: pointer;
}

.Product__SettList_pro {
	color: #000000;
}

.Product__SettList_share:before {
	content: "Поделиться";
}

#PRODUCTprvw,
#PRODUCTphoto {
	flex: none;
}

#PRODUCTprvw {
	position: absolute;
	top: 100px;
	left: 35px;
	z-index: 3;
	width: 100%;
	width: 80px;
}

#PRODUCTprvw .slick-current {
	position: relative;
	height: 80px !important;
}

#PRODUCTprvw .slick-current:before {
	content: "";
	position: absolute;
	width: 78px;
	height: 78px;
	top: 0;
	left: 0;
	z-index: 9;
	border: 1px solid #000000;
}

#PRODUCTprvw .slick-track {
	background-color: #ffffff;
}

#PRODUCTprvw .slick-slide {
	height: 80px !important;
	overflow: hidden;
}

#PRODUCTprvw .youtube-video-preview {
	padding-top: 9px;
}

#PRODUCTphoto {
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 650px;
}

#PRODUCTphoto.slider {
	width: 100%;
}

#PRODUCTphoto .slick-list,
#PRODUCTphoto .slick-track {
	height: 650px !important;
}

#PRODUCTphoto .slick-slide {
	text-align: center;
	height: 100%;
	max-height: 650px;
	border: 0;
}

#PRODUCTphoto .slick-slide.slick-current {
	z-index: 1;
}

#PRODUCTphoto .PRODUCTprvw__item {
	max-width: 750px;
}

.Banner {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 160px;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/banner.jpg) left top no-repeat #fafafa;
}

.Banner__wrp {
	display: block;
	height: 161px;
	padding: 49px 0 0 34vw;
}

@media (min-width: 1600px) {
	.Banner__wrp {
		padding: 49px 0 0 500px;
	}
}

@media (max-width: 1200px) {
	.Banner__wrp {
		padding: 49px 0 0 28vw;
	}
}

@media (max-width: 1070px) {
	.Banner__wrp {
		padding: 56px 0 0 16vw;
	}
}

.Banner__txt {
	display: inline-block;
	vertical-align: top;
	width: 458px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.Banner__btn {
	margin: 8px 0 0 8vw;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	width: 264px;
	height: 50px;
	line-height: 49px;
	color: #e0387e;
	background: #fbfafa;
	border: 1px solid #b0b0b0;
	box-sizing: border-box;
	border-radius: 2px;
}

@media (max-width: 1290px) {
	.Banner__btn {
		margin: 8px 0 0 3vw;
	}
}

@media (min-width: 1100px) {
	.Banner__btn {
		margin: 8px 0 0 3vw;
	}
}

.Banner__btn:hover {
	border: 1px solid #e0387e;
}

.withThisBuy {
	width: 100%;
	height: 520px;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.withThisBuy__wrp {
	width: 1000px;
	margin: 0 auto 80px auto;
}

.withThisBuy__title {
	margin: 66px 0 48px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
}

.withThisBuy__photo {
	height: 200px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.withThisBuy__list {
	position: relative;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 33%;
}

.withThisBuy__item {
	background-color: #ffffff;
	width: 280px;
	top: 0;
	position: relative;
}

.withThisBuy__itemName {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 19px 30px 32px 30px;
}

.withThisBuy__item::before {
	content: "+";
	display: block;
	position: absolute;
	top: 48%;
	left: -35px;
	z-index: 1;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
}

.withThisBuy__item:first-child:before {
	content: "";
	display: none;
}

.withThisBuy__item:last-child:before {
	content: "=";
}

.withThisBuy__item_1 {
	grid-column: 1;
	grid-row: 1;
}

.withThisBuy__item_2 {
	grid-column: 2;
	grid-row: 1;
}

.withThisBuy__item_sum {
	grid-column: 3;
	grid-row: 1;
	background-color: transparent;
}

.withThisBuy__Sum {
	position: absolute;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	left: 15px;
	top: 48%;
}

.withThisBuy__Sum_old {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: #828282;
	top: 40%;
}

.withThisBuy__btn {
	position: absolute;
	cursor: pointer;
	width: 210px;
	height: 40px;
	left: 15px;
	top: 67%;
	background: #e0387e;
	border-radius: 2px;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.withThisBuy__btn:hover {
	background: #f8438e;
}

.withThisBuy__stiker {
	position: absolute;
	right: 0;
	top: 30px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.03em;
	padding: 4px 20px;
}

.withThisBuy__stiker_black {
	background: #000000;
}

.withThisBuy__stiker_hit {
	background: #e0387e;
}

.withThisBuy__select {
	position: absolute;
	cursor: pointer;
	left: 20px;
	top: -17px;
	width: 35px;
	height: 35px;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_galka.svg) 0 0 no-repeat;
	border: 1px solid transparent;
	border-radius: 50%;
}

.withThisBuy__select:hover {
	box-shadow: 0px 13px 15px 0px rgba(0, 0, 0, 0.28);
}

.withThisBuy .not .withThisBuy__select {
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_galka_0.svg) 0 0 no-repeat;
}

.Diz {
	max-width: 728px;
	margin: 0 auto 50px auto;
}

.Diz__title {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	margin-top: 60px;
}

.Diz__photo {
	width: 230px;
	height: 230px;
	display: block;
	margin: 45px auto 35px auto;
}

.Diz__name {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-bottom: 19px;
}

.Diz__txt {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	min-height: 259px;
	padding: 0 20px;
}

.Advantages {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	min-height: 251px;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.Advantages__item {
	font-size: 14px;
	line-height: 18px;
	min-width: 150px;
	text-align: center;
	padding: 45px 4vw;
}

@media (max-width: 1200px) {
	.Advantages__item {
		padding: 45px 2vw;
	}
}

@media (max-width: 950px) {
	.Advantages__item {
		padding: 45px 1vw;
	}
}

.Advantages__itemTxt {
	max-width: 200px;
	margin: 30px auto 0 auto;
}

@media (max-width: 900px) {
	.Advantages__itemTxt {
		max-width: 150px;
		font-size: 13px;
		line-height: 17px;
	}
}

.tabsItem {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.tabsItem__title {
	line-height: 20px;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 12px;
}

.tabsItem .feature__wrp {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	max-width: 400px;
}

.tabsItem .feature__wrp:first-child {
	margin-right: 7vw;
}

.tabsItem .feature__item {
	display: block;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.tabsItem .feature__item:before {
	content: "";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
	padding-right: 5px;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.tabsItem .feature__item_brend {
	font-weight: normal;
	color: #f8438e;
}

.tabsItem .feature__item_brend:before {
	content: "Бренд:";
}

.tabsItem .feature__item_size {
	position: relative;
	/*font-weight: normal;*/
	padding: 0 0 0 75px;
}

.tabsItem .feature__item_size:before {
	content: "Размеры:";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.font-weight-normal {
	font-weight: normal !important;
}

.tabsItem .feature__KOLICHESTVO_MEST:before {
	content: "Количество коробок:";
}

.tabsItem .feature__VES_S_UPAKOVKOY:before {
	content: "Вес в упаковке:";
}

.tabsItem .feature__PACK_SIZES:before {
	content: "Размеры упаковки:";
}

.tabsItem .feature__VES:before {
	content: "Вес:";
}

.tabsItem .feature__IP_LAMPY_STEPEN_ZASHCHITY:before {
	content: "Степень защиты:";
}

.tabsItem .feature__SOVMESTIMYE_TIPY_LAMP:before {
	content: "Совместимые типы ламп:";
}
.tabsItem .feature__OBSHAYA_MOSHCHNOST:before {
	content: "Общая мощность, Вт:";
}
.tabsItem .feature__SVETOVOY_POTOK:before {
	content: "Световой поток, Лм:";
}
.tabsItem .feature__NAPRYAZHENIE:before {
	content: "Напряжение, В:";
}
.tabsItem .feature__CHASTOTA:before {
	content: "Частота, Гц:";
}

.tabsItem .feature__ELECTRICHESKIY_CLASS:before {
	content: "Электрический класс:";
}
.tabsItem .feature__SVETOVAYA_TEMPERATURA:before {
	content: "Световая температура, К:";
}
.tabsItem .feature__DIMMIROVANIE:before {
	content: "Диммирование:";
}
.tabsItem .feature__LAMPY_V_KOMPLEKTE:before {
	content: "Лампы в комплекте:";
}
.tabsItem .feature__OBEM:before {
	content: "Объем:";
}

.tabsItem .feature__SHIRINA_UPAKOVKI:before {
	content: "Упаковка 1:";
}
.tabsItem .feature__SHIRINA_UPAKOVKI_2:before {
	content: "Упаковка 2:";
}
.tabsItem .feature__SHIRINA_UPAKOVKI_3:before {
	content: "Упаковка 3:";
}
.tabsItem .feature__VES_S_UPAKOVKOY:before {
	content: "Вес с упаковкой:";
}
.tabsItem .feature__MOSHCHNOST_LAMPY:before {
	content: "Мощность лампы, Вт:";
}
.tabsItem .feature__OPISANIE_LAMP:before {
	content: "Описание лампы:";
}
.tabsItem .feature__VYSOTA_MIN_VYSOTA_MAX:before {
	content: "Высота (мин-макс):";
}
.tabsItem .feature__SHTABELIRUEMYY:before {
	content: "Штабелируемый:";
}

.tabsItem .feature__MOSHCHNOST_LAMP:before {
	content: "Мощность ламп:";
}

.tabsItem .feature__KOLICHESTVO_LAMP:before {
	content: "Количество ламп:";
}

.tabsItem .feature__TSOKOL_LAMPY:before {
	content: "Тип цоколя:";
}

.tabsItem .feature__item_art:before {
	content: "Артикул:";
}

.tabsItem .feature__item_material:before {
	content: "Материал:";
}

.tabsItem .feature__item_OBIVKA:before {
	content: "Материалы обивки:";
}

.tabsItem .feature__item_color:before {
	content: "Цвет:";
}

.tabsItem .feature__item_country:before {
	content: "Страна:";
}

.tabsItem .feature__item_style:before {
	content: "Стиль:";
}

.tabsItem .feature__item_collection {
	font-weight: normal;
	color: #f8438e;
}

.tabsItem .feature__item_collection:before {
	content: "Коллекция:";
}

.tabsItem .feature__item_term {
	/*font-weight: normal;*/
}

.tabsItem .feature__item_term:before {
	content: "Срок поставки:";
}

.tabsItem .feature__item_warranty {
	/*font-weight: normal;*/
}

.tabsItem .feature__item_warranty:before {
	content: "Гарантия:";
}

.tabsItem .feature__item:empty {
	display: none;
}

.tabsItem .feature__docs {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0 auto;
}

.tabsItem .feature__docsItem {
	margin: 20px 25px 20px 0;
	padding: 0 0 0 55px;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 46px;
	height: 46px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

@media (max-width: 599px) {
	.tabsItem .feature__docsItem {
		margin: 20px 25px 20px 0;
	}
}

.tabsItem .feature__docsItem_sborka {
	background-image: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_characteristics_1.svg);
}

.tabsItem .feature__docsItem_tehdoc {
	background-image: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_characteristics_2.svg);
}

.tabsItem .feature__docsItem_3d {
	background-image: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_characteristics_3.svg);
}

.tabsItem p {
	padding: 0 0 15px 0;
}

.tabsItem p b {
	font-weight: bold;
}

.FreeShipping {
	display: none;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0 35px 0;
}

.FreeShipping__item {
	padding: 26px 20px 30px 30px;
}

.FreeShipping__item:nth-child(1) {
	border-right: 1px solid #e5e5e5;
	width: 250px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

.FreeShipping__title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #f8438e;
	margin-bottom: 20px;
}

.noticeList {
	display: none;
	list-style: none;
	margin: 20px 0 40px 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.noticeList__item {
	display: block;
	padding: 0 0 18px 20px;
	position: relative;
}

.noticeList__item:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #c4c4c4;
	width: 4px;
	height: 4px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.slick-current.slick-active .FreeShipping,
.slick-current.slick-active .noticeList {
	display: block;
}

.AdditionalPhoto {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1460px;
	margin: 0 auto 20px auto;
}

@media (max-width: 860px) {
	.AdditionalPhoto {
		flex-direction: column;
	}

	.AdditionalPhoto__container {
		display: flex;
		justify-content: center;
	}
}

.AdditionalPhoto__container {
	flex: 1 0 34%;
}

.AdditionalPhoto__container:nth-child(odd) {
	display: flex;
	justify-content: flex-end;
}

.AdditionalPhoto__item {
	margin: 5px;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 400px;
	max-height: 470px;
	width: auto;
	height: auto;
	align-self: flex-start;
}

.sprtr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}

#FromCollection,
#YouWatched {
	background: #fafafa;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	height: 500px;
	width: 100%;
	position: relative;
	z-index: 1;
}

#FromCollection.FCtop,
#YouWatched.FCtop {
	z-index: 10;
}

.FromCollection__title,
.YouWatched__title {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	padding: 60px 0 50px 0;
}

.FromCollection__photo,
.YouWatched__photo {
	height: 200px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.FromCollection__itemName,
.YouWatched__itemName {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 12px 30px 8px 30px;
}

.FromCollection__btnList,
.YouWatched__btnList {
	margin: 32px 0 0 0px;
	display: none;
}

.FromCollection__btn,
.YouWatched__btn {
	cursor: pointer;
	width: 140px;
	height: 40px;
	background: #e0387e;
	border-radius: 2px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.FromCollection__btn:hover,
.YouWatched__btn:hover {
	background: #f8438e;
}

.favouritesNew,
.compareNew {
	display: inline-block;
	width: 30px;
	height: 40px;
	vertical-align: top;
	cursor: pointer;
}

#FromCollectionWRP {
	height: 489px;
}

#YouWatchedWRP {
	height: 370px;
}

#FromCollectionWRP .tabsItem,
#YouWatchedWRP .tabsItem {
	position: relative;
	display: block !important;
	width: 280px !important;
	margin: 0 auto 20px auto;
	background: #ffffff;
	height: 340px;
	text-align: center;
	transition: all 0.5s;
}

#FromCollectionWRP .tabsItem .discount .cost,
#YouWatchedWRP .tabsItem .discount .cost {
	color: #c4c4c4;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

#FromCollectionWRP .tabsItem .discount .sale,
#YouWatchedWRP .tabsItem .discount .sale {
	margin-left: 5px;
	color: #e0387e;
}

#FromCollectionWRP .tabsItem.hover,
#YouWatchedWRP .tabsItem.hover {
	height: 420px;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14);
	margin: 0 auto 25px auto;
	transition: all 0.2s;
}

#FromCollectionWRP .tabsItem.hover .FromCollection__btnList,
#YouWatchedWRP .tabsItem.hover .FromCollection__btnList {
	display: block;
}

#FromCollectionWRP .price,
#YouWatchedWRP .price {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
}

#FromCollectionWRP .price.old,
#YouWatchedWRP .price.old {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #c4c4c4;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.favouritesNew {
	background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.034617 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244ZM14.6054 7.00503C12.0054 9.68505 9.64543 11.7921 8.62542 12.6608C7.60542 11.7736 5.24541 9.68506 2.6454 6.98655C1.60539 5.89606 1.34539 4.58376 1.92539 3.3454C2.46539 2.21795 3.6454 1.44168 4.8654 1.44168C7.24541 1.44168 7.78542 3.08666 7.84542 3.28997C7.92542 3.62266 8.24542 3.84445 8.60542 3.84445C8.96542 3.84445 9.28542 3.60418 9.38542 3.28997C9.44542 3.10514 9.98543 1.44168 12.3654 1.44168C13.5654 1.44168 14.7454 2.19946 15.3055 3.3454C15.9055 4.60224 15.6455 5.91454 14.6054 7.00503Z' fill='black'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.favouritesNew:hover,
.favouritesNew.is-active {
	background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23F8438E'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.compareNew {
	background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23231F20'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.compareNew:hover,
.compareNew.is-active {
	background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23F8438E'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.stikerList {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: stretch;
}

.stikerList .stiker {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.03em;
	padding: 4px 20px;
}

.stikerList .stiker_eco {
	background: #8dcfb2;
}

.stikerList .stiker_black {
	background: #000000;
}

.stikerList .stiker_3d {
	background: #979797;
}

.stikerList .stiker_hit {
	background: #e0387e;
	width: 53px;
	text-align: center;
	padding: 4px 0;
}

.stikerList .stiker_sale {
	background: #fcb331;
}

/*tooltip */
.tooltipNew {
	cursor: pointer;
}

.tooltipNew:after {
	background: #ffffff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #828282;
	content: attr(data-tooltip);
	margin-top: -24px;
	opacity: 0;
	padding: 3px 7px;
	transform: translateX(-50%);
	position: absolute;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
	font-size: 11px;
}

.tooltipNew:hover:after {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

/* end tooltip */
#Look {
	position: relative;
	z-index: 1;
}

.Look__row {
	display: flex;
	min-height: 442px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.Look__row:nth-child(odd) {
	border-bottom: 1px solid #e5e5e5;
}

.Look__item {
	background-color: #ffffff;
	padding: 0;
	flex: 0 1 auto;
	overflow: hidden;
	position: relative;
}

.Look__item_1 {
	flex: 0 1 26%;
	border-left: 1px solid #e5e5e5;
}

.Look__item_2 {
	flex: 0 1 48%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.Look__item_3 {
	flex: 0 1 26%;
}

.Look__item_4 {
	flex: 0 1 50%;
}

.Look__item_5 {
	flex: 0 1 50%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.Look__item_5 .Look__wrp {
	margin-top: 125px;
}

.Look__item.ffffff .Look__foto {
	width: 100%;
	height: 100%;
}

.Look__item.ffffff .Look__wrp {
	margin: 0;
	position: absolute;
	z-index: 2;
	bottom: 70px;
	left: 34px;
	color: #ffffff;
}

.Look__item .stikerList {
	left: 34px;
	right: auto;
	top: 34px;
	justify-content: flex-start;
	align-items: flex-start;
}

.Look__foto {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 1;
}

.Look__link {
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 34px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

.Look__link:hover {
	color: #f8438e !important;
}

.Look__link:after {
	display: inline-block;
	margin-left: 5px;
	width: 5.67px;
	height: 5.7px;
	content: "";
	border-bottom: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.Look__wrp {
	margin: 80px 0 0 34px;
	color: #000000;
	position: relative;
	z-index: 9;
	width: 100%;
	max-width: 340px;
}

.MainMenu .Look__wrp {
	max-width: 240px;
}

.Look__title {
	font-style: normal;
	font-weight: normal;
	font-size: 34px;
	line-height: 46px;
	padding-bottom: 10px;
}

.Look__price {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}

.Look__discount {
	margin-top: 10px;
	display: flex;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.Look__cost {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	opacity: 0.5;
}

.Look__sale {
	margin-left: 5px;
	color: #e0387e;
}

/* end #Look */
.linkWRP {
	display: block;
	overflow: hidden;
}

.is-clickable {
	cursor: pointer;
}

.modalNew {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	max-width: 565px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3000;
	transition: 0.3s all;
}

.modalNew__wrp {
	position: relative;
	z-index: 2;
	min-height: 280px;
	background-color: #ffffff;
	color: #828282;
	font-size: 14px;
	line-height: 20px;
	padding: 29px;
}

.modalNew__title {
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

.modalNew__item {
	margin: 0 0 15px 0;
}

.modalNew__item b {
	font-weight: bold;
	color: #000000;
}

.modalNew__close {
	position: absolute;
	top: 29px;
	right: 29px;
	z-index: 2;
	cursor: pointer;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_close.svg) 0 0 no-repeat;
	width: 15px;
	height: 15px;
}

.modal__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	fill: #444;
	cursor: pointer;
}

.overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 20;
	transition: 0.3s all;
}

.modalNew.active {
	opacity: 1;
	visibility: visible;
}

.overlay.active {
	opacity: 0.7;
	visibility: visible;
}

/* фикс старых стилей */
main.main {
	flex: none;
}

.section-page .page-box {
	width: 100% !important;
	margin: 0px auto 80px auto !important;
}

@media only screen and (min-width: 600px) and (max-width: 1446px) {
	.section-page .container-box {
		width: 100% !important;
	}
}

@media (max-width: 1620px) {
	.section-page .container-box {
		padding: 0 10px;
	}
}

.section-page .container-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1460px;
}

/* END фикс старых стилей */
blockquote {
	quotes: "«" "»";
	font-size: 24px;
	line-height: 35px;
	color: #333333;
	max-width: calc(898px - 40px);
	padding: 0 20px;
	margin: 0 auto;
}

blockquote:before {
	content: open-quote;
}

blockquote:after {
	content: close-quote;
}

.DesignerList {
	background-color: #fafafa;
}

.DesignerListHeader {
	padding: 0 30px 30px 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 53px;
	background-color: #ffffff;
}

.DesignerListTitle {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 34px;
	display: none;
}

.DesignerListNavigation {
	font-size: 0;
	line-height: 0;
	position: relative;
}

.DesignerListNavigation__left,
.DesignerListNavigation__right {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 34px;
	vertical-align: top;
}

.DesignerListNavigation__left {
	width: 90%;
}

.DesignerListNavigation__left .col-vo {
	display: none;
}

.DesignerListNavigation__right {
	width: 9.5%;
	text-align: right;
}

.DesignerListNavigation__right .openNavDiz {
	display: none;
}

.DesignerListNavigation__btn {
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 50%;
	display: inline-block;
	width: 34px;
	cursor: pointer;
	transition: all 0.2s;
}

.DesignerListNavigation__btn.active,
.DesignerListNavigation__btn:hover {
	color: #ffffff;
	background-color: #e0387e;
	transition: all 0.5s;
}

.DesignerListNavigation__btn_all {
	border-radius: 17px;
	width: 50px;
	text-align: center;
}

.DesignerList__wrp {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: -50px;
}

.DesignerList__item {
	display: flex;
	flex-wrap: wrap;
	width: 284px;
	height: 272px;
	text-align: center;
	margin-bottom: 50px;
}

.DesignerList__item .DLFoto {
	display: block;
	margin: 0 auto 31px auto;
	width: 200px;
	height: 200px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.DesignerList__item .DLName {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	overflow: auto;
	text-overflow: ellipsis;
}

.DesignerPage .Diz__txt_end {
	max-width: calc(898px - 40px);
	padding: 0 20px;
	margin: 50px auto 84px auto;
	min-height: auto;
}

.DesignerPage__video {
	width: 872px;
	height: 529px;
	margin: 50px auto 97px auto;
}

.DesignerPage .CatalogDisignera {
	border-top: 1px solid #e5e5e5;
}

.mtop50 {
	margin-top: 50px;
}

.NaviBottomPagination {
	font-size: 0;
	line-height: 0;
	margin: 0 41px 0 41px;
}

.NaviBottomPagination:before,
.NaviBottomPagination:after {
	content: "";
	display: block;
	height: 62px;
	width: 100%;
}

.NaviBottomPagination__left,
.NaviBottomPagination__right {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 48px;
	vertical-align: top;
}

.NaviBottomPagination__left {
	width: calc(100% - 200px);
}

.NaviBottomPagination__right {
	width: 199px;
	text-align: right;
}

.NaviBottomPagination__item {
	display: inline-block;
	cursor: pointer;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.NaviBottomPagination__item.active,
.NaviBottomPagination__item:hover {
	color: #e0387e;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 50%;
}

.NaviBottomPagination__item.active {
	cursor: default;
}

.NaviBottomPagination__item_more {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 39px;
	line-height: 48px;
	width: auto;
	padding: 0 26px 0 12px;
}

.NaviBottomPagination__item_more:hover {
	border-radius: 39px;
}

.NaviBottomPagination__item_more:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMTZDNiAxMC40NDc3IDEwLjQ0NzcgNiAxNiA2QzE4Ljc4MTIgNiAyMS4yMjAxIDcuMTE2MjIgMjMuMDg1NCA4Ljg3MThMMjEuNzE0NiAxMC4zMjgyQzIwLjE3OTkgOC44ODM3OCAxOC4yMTg4IDggMTYgOEMxMS41NTIzIDggOCAxMS41NTIzIDggMTZIMTFMNyAyMEwzIDE2SDZaTTI2IDE2QzI2IDIxLjU1MjMgMjEuNTUyMyAyNiAxNiAyNkMxMy4yMTg4IDI2IDEwLjc3OTkgMjQuODgzOCA4LjkxNDY0IDIzLjEyODJMMTAuMjg1NCAyMS42NzE4QzExLjgyMDEgMjMuMTE2MiAxMy43ODEyIDI0IDE2IDI0QzIwLjQ0NzcgMjQgMjQgMjAuNDQ3NyAyNCAxNkgyMUwyNSAxMkwyOSAxNkgyNloiIGZpbGw9IiMxNjIwMkUiLz48L3N2Zz4=)
		0 0 no-repeat;
	margin-right: 12px;
}

.NaviBottomPagination__item_arrow {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMThMMjggMjRMMjIgMzAiIHN0cm9rZT0iIzE2MjAyRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
		0 0 no-repeat;
	margin-left: 10px;
}

.NaviBottomPagination__item_arrow_prev {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMThMMjggMjRMMjIgMzAiIHN0cm9rZT0iIzE2MjAyRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
		0 0 no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.Catalog {
	margin-left: -10px;
	margin-right: -10px;
	background-color: #fafafa;
}

.Catalog__header {
	height: 180px;
	padding: 30px 33px 0 33px;
	display: grid;
	grid-template-columns: 82% 18%;
	grid-column-gap: 0;
}

.Catalog__headerRight {
	text-align: right;
}

.Catalog__headerTitle {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}

.Catalog__filterList {
	display: grid;
	grid-template-columns:
		minmax(110px, 180px) minmax(110px, 180px) minmax(110px, 180px) minmax(110px, 180px) minmax(110px, 180px)
		minmax(110px, 180px) minmax(110px, 180px);
	grid-column-gap: 10px;
}

.Catalog__filter {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 18px;
	background-color: #ffffff;
	padding: 0 10px;
	cursor: pointer;
	line-height: 32px;
}

.Catalog__filter:after {
	content: "";
	display: inline-block;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_catalog_arrow-down.svg) 0 0 no-repeat;
	width: 11px;
	height: 11px;
	margin-left: 10px;
}

.Catalog__filter .closeFilter {
	display: none;
}

.Catalog__filter.active {
	color: #ffffff;
	background-color: #e0387e;
}

.Catalog__filter.active .closeFilter {
	display: inline-block;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_catalog_close.svg) 0 2px no-repeat;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.Catalog__filter.active:after {
	display: none;
}

.Catalog__filter .count {
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.Catalog__filter .count:before {
	content: ":";
	display: inline-block;
	padding-right: 7px;
}

.Catalog__filter .count:empty {
	display: none;
}

.Catalog__filterList {
	margin-top: 33px;
}

.Catalog__filterItem {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
}

.Catalog__filterItemChekbox {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px !important;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

.Catalog__filterItemChekboxlist {
	width: 100%;
	height: 254px;
	overflow-y: auto;
}

.Catalog__filterItemChekboxlist::-webkit-scrollbar {
	width: 3px;
	height: 100%;
	background-color: #fafafa;
}

.Catalog__filterItemChekboxlist::-webkit-scrollbar-button {
	display: none;
}

.Catalog__filterItemChekboxlist::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #e0387e;
	border-radius: 3px;
}

.Catalog__filterItemChekboxItem {
	display: block;
	height: 40px;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.1px;
}

.Catalog__filterItemChekboxItem:hover,
.Catalog__filterItemChekboxItem.active {
	color: #e0387e;
	cursor: pointer;
}

.Catalog__filterItemSettings {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 3;
	width: 256px;
	min-height: 342px;
	padding-top: 8px;
	display: none;
}

.Catalog__filterItemSettings:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 20px;
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.Catalog__filterItemSettingsWRP {
	width: 256px;
	min-height: 334px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 9px 13px 17px 16px;
}

.Catalog__filterItemSettingsBTN {
	width: 226px;
	height: 50px;
	margin: 31px 0 0 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	line-height: 50px;
}

.mobile .Catalog__filterItemSettingsBTN {
	display: none;
}

.Catalog__filterItem.hover .Catalog__filterItemSettings {
	display: block;
}

.CatalogList {
	display: grid;
	justify-items: center;
	align-items: center;
	justify-content: space-evenly;
	align-content: space-evenly;
	padding: 70px 30px 0 30px;
	grid-gap: 70px 30px;
}

.CatalogList.brick {
	grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 920px) and (max-width: 1200px) {
	.CatalogList.brick {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 800px) and (max-width: 920px) {
	.CatalogList.brick {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.CatalogList.brick {
		grid-template-columns: repeat(2, 1fr);
	}
}

.CatalogList.brick .Catalog__Item__photoIMG {
	width: auto;
	max-width: 100%;
	max-height: 200px;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.CatalogList.brick .Catalog__Item__photoIMG.additional {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.CatalogList.brick .Catalog__ItemIntroList {
	display: none;
}

.CatalogList.brick .Catalog__Item.hover .Catalog__ItemBTNList {
	display: block;
}

.CatalogList.lines {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 920px) and (max-width: 1200px) {
	.CatalogList.lines {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (min-width: 800px) and (max-width: 920px) {
	.CatalogList.lines {
		grid-template-columns: repeat(1, 1fr);
	}
}

.CatalogList.lines .Catalog__Item.hover {
	height: 340px;
	margin-bottom: 0;
}

.CatalogList.lines .Catalog__Item {
	display: grid;
	grid-template-columns: 320px 1fr;
}

.CatalogList.lines .Catalog__ItemLeft {
	width: 320px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.CatalogList.lines .Catalog__ItemRight {
	display: flex;
	text-align: left;
	flex-direction: column;
}

.Catalog__ItemRight__sizes {
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
}

.CatalogList.lines .Catalog__Item__photo {
	line-height: 340px;
}

.CatalogList.lines .Catalog__Item__photoIMG {
	width: auto;
	max-width: 100%;
	max-height: 340px;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.CatalogList.lines .Catalog__Item__photoIMG.additional {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.CatalogList.lines .Catalog__ItemName {
	padding: 25px 25px 4px 0;
	text-align: left;
}

.CatalogList.lines .Catalog__ItemIntroList {
	order: 3;
	margin: 0 0 25px 0;
}

.CatalogList.lines .Product__SettList {
	font-size: 14px;
	line-height: 16px;
	margin-top: 12px;
}

.CatalogList.lines .Product__SettList a {
	color: #e0387e !important;
}

.CatalogList.lines .Catalog__ItemBTNList {
	display: block;
	margin: 0;
	order: 4;
}

.CatalogList.lines .price {
	order: 2;
}

.CatalogList.lines .price.star {
	order: 1;
}

.Catalog__Item {
	justify-self: stretch;
	align-self: stretch;
	position: relative;
	z-index: 1;
	min-width: 280px;
	background: #ffffff;
	height: 340px;
	text-align: center;
	transition: all 0.5s;
	font-size: 14px;
	line-height: 18px;
}

.Catalog__Item.hover {
	z-index: 3;
	height: 420px;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14);
	margin: 0 0 -80px 0;
	transition: all 0.2s;
}

.Catalog__Item .price {
	margin-top: 12px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
}

.Catalog__Item .star {
	margin-top: 12px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #c4c4c4;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.Catalog__ItemBTN {
	cursor: pointer;
	width: 140px;
	height: 40px;
	background: #e0387e;
	border-radius: 2px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.Catalog__ItemBTN:hover {
	background: #f8438e;
}

.Catalog__ItemBTNList {
	margin: 32px 0 0 0px;
	display: none;
}

.Catalog__Item__photo {
	position: relative;
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}

.Catalog__ItemName {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 12px 30px 4px 30px;
}

.Catalog__Item .discount .cost {
	color: #c4c4c4;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.Catalog__Item .discount .sale {
	margin-left: 5px;
	color: #e0387e;
}

.Catalog .stikerList {
	right: auto;
	left: 0;
	align-items: flex-start;
}

.Catalog__sorting {
	height: 40px;
	line-height: 40px;
}

.Catalog__sorting:before {
	/*content: 'сортировка';
  display: inline-block;*/
}

@media only screen and (min-width: 319px) and (max-width: 1024px) {
	.Catalog__sorting:before {
		display: none;
	}
}

.Catalog__sortingBTN {
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.Catalog__sortingBTNs {
	display: inline-block;
	vertical-align: top;
	width: 82px;
	height: 42px;
	background-color: #ffffff;
	position: relative;
	line-height: 0;
	font-size: 0;
	margin-left: 10px;
	border-radius: 2px;
	border: 1px solid transparent;
}

.Catalog__sortingBTNs:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
}

.Catalog__sortingBTN .Catalog__sortingBTN-fon {
	fill: transparent;
}

.Catalog__sortingBTN .Catalog__sortingBTN-elemrnt {
	fill: transparent;
	stroke: #000000;
}

.Catalog__sortingBTN.active path.Catalog__sortingBTN-fon {
	fill: #e5e5e5;
}

.Catalog__sortingBTN.active path.Catalog__sortingBTN-elemrnt,
.Catalog__sortingBTN.active rect.Catalog__sortingBTN-elemrnt {
	fill: transparent;
	stroke: #e0387e;
}

.Catalog__filtersClearAll {
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	margin-top: 36px;
	height: 19px;
}

.Catalog__filterMobileBTNs {
	display: none;
	padding: 0 47px 0 53px;
	height: 58px;
	line-height: 58px;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__filterMobileBTNs {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.Catalog__filterMobileBTN__fltrs {
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.Catalog__filterMobileBTN__right {
	text-align: right;
}

.Catalog__filterMobileBTN__close {
	display: none;
	width: 20px;
	height: 20px;
	background: url(/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_catalog_close2.svg) 0 0 no-repeat;
	background-size: cover;
	cursor: pointer;
}

.Catalog__filterMobileBTN__close.active {
	display: inline-block;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__headerRight {
		display: none;
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__header {
		grid-template-columns: 100%;
		padding: 30px 0 0 0;
		height: auto;
		border-bottom: 1px solid #e5e5e5;
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__headerTitle {
		text-align: center;
		margin-top: 0;
		padding: 0 15px;
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__filterList {
		display: none;
		height: auto;
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 9;
		padding: 0 47px 20px 43px;
		margin-top: 0;
	}
	.Catalog__filterList.active {
		display: block;
	}
	.Catalog__filterList .Catalog__filterItem {
		border-bottom: 1px solid #e5e5e5;
	}
	.Catalog__filterList .Catalog__filter:after {
		content: "";
		display: none;
		position: absolute;
		right: 6px;
		top: 13px;
		z-index: 1;
	}
}

.Catalog__filterList .Catalog__filterItem_footer {
	display: none;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__filterList .Catalog__filterItem_footer {
		display: grid;
		grid-template-columns: 50% 50%;
		padding: 20px 0 0 0;
		grid-column-gap: 10px;
		text-align: center;
		width: calc(100% - 10px);
	}
}

.Catalog__filter_clear,
.Catalog__filter_show {
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}

.Catalog__filter_clear {
	background: #ffffff;
	border: 1px solid #cbcbcb;
}

.Catalog__filter_show {
	color: #ffffff;
	background-color: #e0387e;
}

.Catalog__filter_show_hidden {
	display: none;
}

.favouritesNew,
.compareNew {
	display: inline-block;
	width: 30px;
	height: 40px;
	vertical-align: top;
	cursor: pointer;
}

.favouritesNew {
	background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.034617 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244ZM14.6054 7.00503C12.0054 9.68505 9.64543 11.7921 8.62542 12.6608C7.60542 11.7736 5.24541 9.68506 2.6454 6.98655C1.60539 5.89606 1.34539 4.58376 1.92539 3.3454C2.46539 2.21795 3.6454 1.44168 4.8654 1.44168C7.24541 1.44168 7.78542 3.08666 7.84542 3.28997C7.92542 3.62266 8.24542 3.84445 8.60542 3.84445C8.96542 3.84445 9.28542 3.60418 9.38542 3.28997C9.44542 3.10514 9.98543 1.44168 12.3654 1.44168C13.5654 1.44168 14.7454 2.19946 15.3055 3.3454C15.9055 4.60224 15.6455 5.91454 14.6054 7.00503Z' fill='black'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.favouritesNew:hover,
.favouritesNew.is-active {
	background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23F8438E'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.compareNew {
	background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23231F20'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.compareNew:hover,
.compareNew.active {
	background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23F8438E'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

#Tabs {
	width: 100%;
	margin: 40px auto;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 810px;
	display: flex;
	flex-wrap: wrap;
}

#Tabs .description_nav__item {
	width: 236px;
	border-bottom: 2px solid #e5e5e5;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
	color: #333333;
	cursor: pointer;
}

#Tabs .description_nav__item:hover {
	border-bottom: 2px solid #e0387e;
}

@media (max-width: 850px) {
	#Tabs {
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	#Tabs .description_nav__item {
		margin-bottom: 20px;
	}
}

#TabsList {
	width: 100%;
	margin: 0 auto;
	max-width: 736px;
}

.tabsItem__title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #828282;
}

@media only screen and (max-width: 1280px) {
	#FromCollectionWRP,
	#YouWatchedWRP {
		width: 400px;
	}
}

#FromCollectionWRP.slider,
#YouWatchedWRP.slider {
	width: 100%;
	margin: 0 auto;
	max-width: 1460px;
}

#FromCollectionWRP .slick-prev,
#FromCollectionWRP .slick-next,
#YouWatchedWRP .slick-prev,
#YouWatchedWRP .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 10;
	top: -60px;
	display: block;
	width: 49px;
	height: 49px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	border: 1px solid transparent;
	border-radius: 50%;
}

#FromCollectionWRP .slick-prev:after,
#FromCollectionWRP .slick-prev:before,
#FromCollectionWRP .slick-next:after,
#FromCollectionWRP .slick-next:before,
#YouWatchedWRP .slick-prev:after,
#YouWatchedWRP .slick-prev:before,
#YouWatchedWRP .slick-next:after,
#YouWatchedWRP .slick-next:before {
	content: "";
	display: none;
}

#FromCollectionWRP .slick-prev:hover:before,
#FromCollectionWRP .slick-prev:hover:after,
#FromCollectionWRP .slick-next:hover:before,
#FromCollectionWRP .slick-next:hover:after,
#YouWatchedWRP .slick-prev:hover:before,
#YouWatchedWRP .slick-prev:hover:after,
#YouWatchedWRP .slick-next:hover:before,
#YouWatchedWRP .slick-next:hover:after {
	content: "";
	display: none;
}

#FromCollectionWRP .slick-prev,
#YouWatchedWRP .slick-prev {
	right: 60px;
	left: auto;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OSA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQuNTAwMSIgY3k9IjI0LjUiIHI9IjI0LjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNC41MDAxIDI0LjUpIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjguNSAxNi45MjkyTDIxIDI0LjI4MzRMMjguNSAzMS42Mzc3IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K")
		0 0 no-repeat !important;
}

#FromCollectionWRP .slick-prev:hover,
#YouWatchedWRP .slick-prev:hover {
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OSA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQuNTAwMSIgY3k9IjI0LjUiIHI9IjI0LjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAyNC41MDAxIDI0LjUpIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjguNSAxNi45MjkyTDIxIDI0LjI4MzRMMjguNSAzMS42Mzc3IiBzdHJva2U9IiNlMDM4N2UiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K")
		0 0 no-repeat !important;
	box-shadow: 0 10px 42px -7px rgba(0, 0, 0, 0.5);
}

#FromCollectionWRP .slick-next,
#YouWatchedWRP .slick-next {
	right: -5px;
	background: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24.5' cy='24.5' r='24.5' fill='white'/%3E%3Cpath d='M21.5 31.8418L29 24.4875L21.5 17.1333' stroke='%23000000' stroke-width='2'/%3E%3C/svg%3E")
		0 0 no-repeat !important;
}

#FromCollectionWRP .slick-next:hover,
#YouWatchedWRP .slick-next:hover {
	background: url("data:image/svg+xml,%3Csvg width='49' height='49' viewBox='0 0 49 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24.5' cy='24.5' r='24.5' fill='white'/%3E%3Cpath d='M21.5 31.8418L29 24.4875L21.5 17.1333' stroke='%23e0387e' stroke-width='2'/%3E%3C/svg%3E")
		0 0 no-repeat !important;
	box-shadow: 0 10px 42px -7px rgba(0, 0, 0, 0.5);
}

#TabsList {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

#TabsList .draggable {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

/* Убираем outline */
#TabsList .slider__slide {
	outline: none;
}

#PRODUCTphoto .slick-current.slick-active div {
	height: 100%;
}

#PRODUCTphoto .iframe-video-wrapper {
	height: 100%;
}

#PRODUCTphoto .iframe-horizontal {
	height: 100%;
	width: 100%;
}

#PRODUCTphoto .slick-prev,
#PRODUCTphoto .slick-next {
	z-index: 99;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: #ccc;
	opacity: 1;
}

#PRODUCTphoto .slick-prev:hover,
#PRODUCTphoto .slick-next:hover {
	opacity: 0.8;
}

#PRODUCTphoto .slick-prev {
	left: 10px;
}

#PRODUCTphoto .slick-next {
	right: 10px;
}

.mobile #PRODUCTphoto .slick-prev,
.mobile #PRODUCTphoto .slick-next {
	display: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* CSS правила для retina */
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	/* CSS правила для retina */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ya-share2 {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.Diz__photo {
		width: 230px;
		height: 230px;
		display: block;
		margin: 45px auto 35px auto;
	}
	.favouritesNew,
	.compareNew {
		display: inline-block;
		width: 30px;
		height: 40px;
		vertical-align: top;
		cursor: pointer;
	}
	.favouritesNew {
		background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.034617 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244ZM14.6054 7.00503C12.0054 9.68505 9.64543 11.7921 8.62542 12.6608C7.60542 11.7736 5.24541 9.68506 2.6454 6.98655C1.60539 5.89606 1.34539 4.58376 1.92539 3.3454C2.46539 2.21795 3.6454 1.44168 4.8654 1.44168C7.24541 1.44168 7.78542 3.08666 7.84542 3.28997C7.92542 3.62266 8.24542 3.84445 8.60542 3.84445C8.96542 3.84445 9.28542 3.60418 9.38542 3.28997C9.44542 3.10514 9.98543 1.44168 12.3654 1.44168C13.5654 1.44168 14.7454 2.19946 15.3055 3.3454C15.9055 4.60224 15.6455 5.91454 14.6054 7.00503Z' fill='black'/%3E%3C/svg%3E")
			center 13px no-repeat !important;
	}
	.favouritesNew:hover {
		background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23F8438E'/%3E%3C/svg%3E")
			center 13px no-repeat !important;
	}
	.compareNew {
		background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23231F20'/%3E%3C/svg%3E")
			center 13px no-repeat;
	}
	.compareNew:hover {
		background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23F8438E'/%3E%3C/svg%3E")
			center 13px no-repeat;
	}
	.AdditionalPhoto {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1460px;
		margin: 0 auto 20px auto;
		justify-content: center;
	}
	.AdditionalPhoto__item {
		margin: 5px;
		box-sizing: border-box;
		max-width: calc(50% - 10px);
		min-width: 400px;
		max-height: 470px;
		width: auto;
		height: auto;
		align-self: flex-start;
	}
	#FromCollectionWRP .slick-next,
	#YouWatchedWRP .slick-next {
		right: 47px;
	}
	#FromCollectionWRP .slick-prev,
	#YouWatchedWRP .slick-prev {
		right: 110px;
	}
	.Product__SettList {
		margin-top: 12px;
	}
	.Product__SettList_share:before {
		display: none;
	}
	.ya-share2__container_size_m .ya-share2__item {
		margin: 5px 10px 5px 0;
	}
	.ya-share2 {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.Product__title {
		font-size: 25px;
		line-height: 38px;
		margin: 0 0 15px 0;
		width: 97%;
	}
	.Product__price {
		font-size: 28px;
		line-height: 34px;
	}
	.Product__price_old {
		font-size: 18px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 1140px) and (max-width: 1460px) {
	#PRODUCTphoto {
		max-width: 59vw;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1139px) {
	#PRODUCTphoto {
		max-width: 59vw;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#PRODUCTphoto {
		max-width: 59vw;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.ya-share2__container_size_m .ya-share2__item {
		margin: 5px 8px 5px 0;
	}
	.Product__itemWrp {
		padding: 30px 50px 10px 35px;
	}
	.Product__price {
		font-size: 30px;
	}
	.Product__price_old {
		font-size: 18px;
	}
	.Product__BTNbig {
		max-width: 150px;
		font-size: 16px;
		margin: 20px 10px 0 0;
	}
	.Product__BTNoneclick {
		max-width: 150px;
		font-size: 14px;
	}
	.Product__SettList {
		margin-top: 20px;
	}
	.PRODUCTprvw__item {
		text-align: center;
		padding-top: 12%;
		width: 75% !important;
	}
	.PRODUCTprvw__item.picture-vertical {
		padding-top: 0;
		width: auto !important;
	}
	.PRODUCTprvw__item.picture-horizontal {
		width: 100% !important;
	}
	.PRODUCTprvw__item.picture-proportional {
		width: 100% !important;
	}
	.withThisBuy__wrp {
		width: 100%;
		max-width: 990px;
		margin: 0 auto 80px auto;
	}
	#FromCollectionWRP .slick-next,
	#YouWatchedWRP .slick-next {
		right: 25px;
	}
	#FromCollectionWRP .slick-prev,
	#YouWatchedWRP .slick-prev {
		right: 88px;
	}
	.AdditionalPhoto {
		max-width: 990px;
	}
	.Look__item_1,
	.Look__item_2,
	.Look__item_3 {
		flex: 0 1 33.333333%;
	}
	.Look__item_2 .Look__foto {
		right: -35%;
	}
	.Look__title {
		font-size: 30px;
		line-height: 41px;
	}
	.Look__item_4 .Look__title {
		max-width: 80%;
	}
	.Look__item_5 .Look__foto {
		right: -9%;
	}
	.Look__item_5 .Look__wrp {
		margin-top: 114px;
	}
	.Look__item.ffffff .Look__wrp {
		margin: 0;
		bottom: 75px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1360px) {
	.Product__BTNbig,
	.Product__BTNoneclick {
		max-width: 190px;
	}
	#FromCollectionWRP .slick-prev,
	#YouWatchedWRP .slick-prev {
		right: 90px;
	}
	#FromCollectionWRP .slick-next,
	#YouWatchedWRP .slick-next {
		right: 20px;
	}
}

.desktop #TabsTabsList {
	position: relative;
	top: 1;
	z-index: 1;
}

.mobile .Product {
	display: block;
	min-height: auto;
	width: 100%;
	margin: 0 auto;
}

.mobile #PRODUCTprvw {
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 3;
	margin-left: -10px;
	width: calc(100% + 60px);
}

.mobile .Product__sborka {
	bottom: auto;
	top: 63%;
}

.mobile #PRODUCTprvw .slick-slide {
	height: 120px !important;
	width: 120px !important;
	overflow: hidden;
}

.mobile #PRODUCTprvw .slick-list {
	padding: 0 !important;
}

.mobile #PRODUCTprvw .slick-track {
	height: 120px !important;
	margin-left: 0;
	margin-right: 0;
}

.mobile #PRODUCTprvw .slick-current:before {
	content: "";
	width: 120px;
	height: 120px;
}

.mobile .Product__item:nth-child(1) {
	flex: none;
	height: 480px;
}

.mobile .Product__item:nth-child(2):before {
	content: "";
	width: 100%;
	height: 1px;
}

.mobile .Product__itemWrp {
	padding: 30px 25px 45px 25px;
}

.mobile .Product__title {
	font-size: 30px;
	line-height: 38px;
}

.mobile .Product__price {
	font-size: 30px;
	line-height: 35px;
}

.mobile .Product__price_old {
	font-size: 23px;
	line-height: 27px;
}

.mobile .Product__BTN {
	margin: 31px 0 0 0;
	position: relative;
}

.mobile .favourites {
	display: block;
	position: absolute;
	top: -69px;
}

.mobile .favourites {
	right: 55px;
}

.mobile .Product__BTNoneclick {
	display: block;
	width: 100%;
	max-width: 180px;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 370px) {
	.mobile .Product__BTNoneclick {
		width: 150px;
	}
}

.mobile .Product__BTNbig {
	margin: 20px 0 0 0;
	display: block;
	max-width: 100%;
}

.mobile .Product__SettList_share:before {
	content: "";
	padding-right: 0;
}

.mobile .ya-share2__container_size_m .ya-share2__item {
	margin: 5px 11px 5px 0;
}

.mobile .Banner {
	display: block;
	height: 160px;
	background-image: none;
}

.mobile .Banner__wrp {
	padding: 17px 0 0 0;
}

.mobile .Banner__txt {
	display: block;
	font-size: 18px;
	line-height: 22px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.mobile .Banner__btn {
	margin: 8px auto 0 auto;
	display: block;
	height: 46px;
	line-height: 46px;
}

.mobile .withThisBuy {
	height: auto;
}

.mobile .withThisBuy__wrp {
	width: 95%;
	margin: 0 auto 17px auto;
}

.mobile .withThisBuy__list {
	display: block;
}

.mobile .withThisBuy__item {
	display: inline-block;
	vertical-align: top;
}

.mobile .withThisBuy__item:before {
	content: "+";
	left: -11px;
}

.mobile .withThisBuy__item:nth-child(1),
.mobile .withThisBuy__item:nth-child(2) {
	width: 158px;
	min-height: 333px;
}

.mobile .withThisBuy__item_1 {
	width: 158px;
	min-height: 333px;
}

.mobile .withThisBuy__item_2 {
	width: 158px;
	min-height: 333px;
	margin-left: 20px;
}

.mobile .withThisBuy__item_3 {
	position: relative;
	width: 100%;
}

.mobile .withThisBuy__item_3:before {
	content: "=";
	left: 5px;
	top: 30px;
}

.mobile .withThisBuy__itemName {
	font-size: 16px;
	line-height: 22px;
	padding: 19px 30px 32px 30px;
	position: absolute;
	top: 150px;
	left: 0;
}

.mobile .withThisBuy__photo {
	height: auto;
	width: 158px;
}

.mobile .withThisBuy__Sum_new {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 0 0 35px;
}

.mobile .withThisBuy__Sum_old {
	left: auto;
	right: 30px;
	top: 45px;
}

.mobile .withThisBuy__btn {
	position: relative;
	left: 0;
	top: 0;
	margin: 20px auto;
	width: 100%;
}

.mobile .Advantages {
	min-height: auto;
}

.mobile .Advantages__item {
	padding: 43px 1vw;
}

.mobile #FromCollection,
.mobile #YouWatched {
	height: 600px;
}

.mobile .FromCollection__title,
.mobile .YouWatched__title {
	padding: 60px 0 108px 0;
}

.mobile #FromCollectionWRP .slick-prev,
.mobile #YouWatchedWRP .slick-prev {
	right: 55%;
	left: auto;
}

.mobile #FromCollectionWRP .slick-next,
.mobile #YouWatchedWRP .slick-next {
	right: auto;
	left: 55%;
}

.mobile .Look {
	overflow: hidden;
}

.mobile .Look__row {
	flex-flow: column nowrap;
	min-height: auto;
}

.mobile .Look__item {
	flex: 3 1 auto;
	align-self: stretch;
	order: 2;
	height: 500px;
}

.mobile .Look__item_2 {
	order: 5;
}

.mobile .Look__item_3 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.mobile .Look__item_4 {
	display: none;
}

.mobile .Look__item_5 {
	display: none;
}

.mobile .AdditionalPhoto {
	width: 90%;
	margin: 50px auto 20px auto;
	display: flex;
	flex-flow: column nowrap;
}

.mobile .AdditionalPhoto__item {
	flex: 3 1 auto;
	width: 100% !important;
	min-width: 100% !important;
	height: auto !important;
	margin: 0 0 10px 0 !important;
	object-fit: cover;
}

.mobile #TabsList .tabsItem {
	width: 90% !important;
	margin: 0 auto;
}

.mobile #TabsList .tabsItem .feature__docs {
	flex-flow: column nowrap;
}

.mobile #TabsList .tabsItem .feature__docsItem {
	display: flex;
	flex: 3 1 auto;
	align-self: stretch;
	order: 2;
	margin: 0 0 20px 0;
}

.mobile #TabsList .slick-current.slick-active .tabsItem {
	display: block !important;
}

.mobile .Product__BTNplsmns .favouritesNew,
.mobile .Product__BTNplsmns .compareNew {
	display: none;
}

.mobile #PRODUCTphoto.slider {
	margin-left: 0;
}

.mobile #PRODUCTphoto .PRODUCTprvw__item.picture-horizontal {
	max-width: 100%;
	max-height: 350px;
}

.mobile #PRODUCTphoto .PRODUCTprvw__item.picture-proportional {
	max-width: 350px;
	max-height: 350px;
}

.mobile .DesignerList__item {
	width: 150px;
	height: 220px;
}

.mobile .DesignerList__item .DLFoto {
	margin: 0 auto 10px auto;
	width: 130px;
	height: 130px;
}

.mobile .DesignerListHeader {
	padding: 30px 0;
	text-align: center;
}

.mobile .DesignerListNavigation__left {
	background-color: #ffffff;
	width: 100vw;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 45px;
	left: 0;
	padding-bottom: 30px;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}

.mobile .DesignerListNavigation__left.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: all 0.5s;
}

.mobile .DesignerListNavigation__left .DesignerListNavigation__btn {
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 16px;
	font-weight: bold;
	font-size: 17px;
}

.mobile .DesignerListNavigation__left .DesignerListNavigation__btn.active {
	color: #000000;
	background: transparent;
}

.mobile .DesignerListNavigation__left .col-vo {
	display: inline-block;
	color: #828282;
	margin-left: 10px;
	font-weight: normal;
}

.mobile .DesignerListNavigation__btn_all {
	margin-left: 9px;
	font-weight: bold;
	font-size: 17px;
}

.mobile .DesignerListNavigation__right {
	position: relative;
	width: 100vw;
	text-align: left;
}

.mobile .DesignerListNavigation__right .openNavDiz {
	display: block;
	position: absolute;
	top: 0;
	right: 29px;
	width: 29px;
	height: 35px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0i) 0 0 no-repeat;
}

.mobile .DesignerListNavigation__right .openNavDiz.active {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjkxNjkgMTQuMzMxMUwwLjAwMDQ4MDMyNCAyNy4yNDc0TDEuNDE0NyAyOC42NjE3TDE0LjMzMTEgMTUuNzQ1M0wyNy4yNDc0IDI4LjY2MTdMMjguNjYxNyAyNy4yNDc0TDE1Ljc0NTMgMTQuMzMxMUwyOC42NjIxIDEuNDE0MjFMMjcuMjQ3OSAwTDE0LjMzMTEgMTIuOTE2OUwxLjQxNDIxIDUuOTYwNDZlLTA4TDAgMS40MTQyMUwxMi45MTY5IDE0LjMzMTFaIiBmaWxsPSIjMTYyMDJFIi8+PC9zdmc+)
		0 0 no-repeat;
}

.mobile .NaviBottomPagination__left {
	display: none;
}

.mobile .NaviBottomPagination__right {
	width: 100%;
	text-align: center;
}

#PRODUCTphoto .PRODUCTprvw__item.picture-horizontal {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 750px;
	height: auto;
	max-height: 650px;
	margin: 0 auto;
	object-fit: contain;
}

#PRODUCTphoto .PRODUCTprvw__item.picture-horizontal__onehalf {
	height: auto;
	margin: 7% auto 0 auto;
}

#PRODUCTphoto .PRODUCTprvw__item.picture-horizontal__twohalf {
	height: auto;
	margin: 12% auto 0 auto;
}

#PRODUCTphoto .PRODUCTprvw__item.picture-vertical {
	display: block !important;
	margin: 0 auto;
	width: 100%;
	max-width: 650px !important;
	height: 100%;
	max-height: 650px;
	object-fit: contain;
}

#PRODUCTphoto .PRODUCTprvw__item.picture-proportional {
	display: block !important;
	margin: 0 auto;
	width: 100%;
	max-width: 650px !important;
	height: 100%;
	max-height: 650px;
	object-fit: contain;
}

.mobile.portrait #PRODUCTphoto .PRODUCTprvw__item.picture-vertical {
	height: auto;
}

.mobile.portrait #PRODUCTphoto .iframe-horizontal {
	height: 299px;
}

#PRODUCTphoto .slick-slide {
	position: relative;
}
.AdditionalPhoto__item.oneImage {
	flex: none;
	margin: 5px auto;
	box-sizing: border-box;
	max-width: 735px;
	min-width: 400px;
	height: auto;
}

.d-flex {
	display: flex !important;
}

.p-0 {
	padding: 0 !important;
}

/* End */


/* Start:/local/templates/tpl-new/assets/css/catalog.css?175506235970936*/
@charset "UTF-8";
.ffffff {
	color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	details {
		max-height: none;
	}
	details summary ~ * {
		max-height: 0;
		overflow: hidden;
		position: absolute;
	}
	details summary:focus {
		color: #d06c6c;
	}
	details summary:focus::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	details summary:focus ~ * {
		max-height: 20em;
		position: static;
		opacity: 1;
	}
}

@supports (-ms-ime-align: auto) {
	details {
		max-height: none;
	}
	details summary ~ * {
		max-height: 0;
		overflow: hidden;
		position: absolute;
	}
	details summary:focus {
		color: #d06c6c;
	}
	details summary:focus::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	details summary:focus ~ * {
		max-height: 20em;
		position: static;
		opacity: 1;
	}
}

@keyframes hideDown {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@-webkit-keyframes hideDown {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@keyframes bottomAppearance {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes bottomAppearance {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg0-0 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg0-0 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg1-0_1-1 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg1-0_1-1 {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg1-0_1-1-- {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
		opacity: 1;
	}
}

@-webkit-keyframes IFImg1-0_1-1-- {
	0% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
		opacity: 1;
	}
}

@keyframes IFImg1-2 {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg1-2 {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg1-2-- {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	70% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes IFImg1-2-- {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	70% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes IFImg_topEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
}

@-webkit-keyframes IFImg_topEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(-100vh);
		transform: translateY(-100vh);
	}
}

@keyframes IFImg_bottomEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@-webkit-keyframes IFImg_bottomEnd {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@keyframes MPScrn__fonList {
	0% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99.9% {
		opacity: 0;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	100% {
		opacity: 0;
		position: absolute;
		height: 0;
		top: 100vh;
		overflow: hidden;
	}
}

@-webkit-keyframes MPScrn__fonList {
	0% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99% {
		opacity: 1;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	99.9% {
		opacity: 0;
		position: fixed;
		height: 100vh;
		top: 0;
	}
	100% {
		opacity: 0;
		position: absolute;
		height: 0;
		top: 100vh;
		overflow: hidden;
	}
}

@keyframes MapScrn {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@-webkit-keyframes MapScrn {
	0% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
	100% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
}

@keyframes MapScrn_end {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@-webkit-keyframes MapScrn_end {
	0% {
		-webkit-transform: translateY(0vh);
		transform: translateY(0vh);
	}
	100% {
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}
}

@keyframes arrow_f_r {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_r {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes kavkaz_logo_map {
	0% {
		-webkit-transform: translateY(-110%);
		transform: translateY(-110%);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes kavkaz_logo_map {
	0% {
		-webkit-transform: translateY(-110%);
		transform: translateY(-110%);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes arrow_f_l {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes pulsar {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsar {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.desktop .HeaderSite {
	position: sticky;
}

.desktop .HeaderSiteBufer {
	height: 0;
}

.HeaderSite .MainMenu__leftItem1,
.HeaderSite .MainMenu__leftItem2 {
	max-width: 49% !important;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Catalog {
	margin-left: -10px;
	margin-right: -10px;
	background-color: #fafafa;
}

.Catalog__headerBg {
	background-color: #ffffff;
	border-bottom: 2px solid #e5e5e5;
}

.Catalog__header {
	height: 180px;
	padding: 30px 33px 0 33px;
	display: grid;
	grid-template-columns: 70% 30%;
	grid-column-gap: 0;
}

.Catalog__headerRight {
	text-align: right;
}

.Catalog__headerTitle {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}

.Catalog__filterList {
	display: flex;
	flex-wrap: wrap;
	width: 110%;
	column-gap: 15px;
	margin-top: 33px;
}

.Catalog__filterItem {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
}

@media screen and (max-width: 576px) {
	.Catalog__Item .stikerList .stiker {
		font-size: 9px;
		line-height: 12px;
		padding: 3px 12px;
	}

	.Catalog__Item .stikerList .marks__3d {
		font-size: 9px;
		line-height: 12px;
		padding: 3px 12px;
	}
}

@media screen and (max-width: 543px) {
	.Catalog__Item .stikerList {
		left: unset !important;
		right: 0 !important;
		top: 0;
		align-items: flex-end !important;
	}
}

.Catalog__filter {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 18px;
	background-color: #ffffff;
	padding: 0 10px;
	cursor: pointer;
	line-height: 32px;
}

.Catalog__filter:after {
	content: "";
	display: inline-block;
	background: url(/local/templates/tpl-new/assets/css/../images/ico_catalog_arrow-down.svg) 0 0 no-repeat;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	transition: 0.25s all ease;
}

.Catalog__filterItem.opened .Catalog__filter:after {
	margin-bottom: -3px;
	transform: rotate(-180deg);
}

.Catalog__filter .closeFilter {
	display: none;
}

.Catalog__filterItem.active .Catalog__filter {
	color: #ffffff;
	background-color: #e0387e;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.Catalog__filterItem.active .closeFilter {
	display: inline-block;
	background: url(/local/templates/tpl-new/assets/css/../images/ico_catalog_close.svg) 0 2px no-repeat;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.Catalog__filterItem.active:after {
	display: none;
}

.Catalog__filter .count {
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.Catalog__filter .count:before {
	content: ":";
	display: inline-block;
	padding-right: 7px;
}

.Catalog__filter .count:empty {
	display: none;
}

.Catalog__filterItemChekbox {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px !important;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
}

.Catalog__filterItemChekboxlist {
	width: 100%;
	max-height: 254px;
	overflow-y: auto;
}

.Catalog__filterItemChekboxlist::-webkit-scrollbar {
	width: 3px;
	height: 100%;
	background-color: #fafafa;
}

.Catalog__filterItemChekboxlist::-webkit-scrollbar-button {
	display: none;
}

.Catalog__filterItemChekboxlist::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #e0387e;
	border-radius: 3px;
}
.Catalog__filterItemChekboxItem {
	display: flex;
	align-items: center;
	max-width: 100%;
	padding-left: 14px;
	padding-right: 14px;
	height: 40px;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.1px;
}
.Catalog__filterItemChekboxItem .menu-label-new {
	margin-left: 4px;
}

.Catalog__filterItemChekboxItem:hover,
.Catalog__filterItemChekboxItem.active {
	color: #e0387e;
	cursor: pointer;
}

.Catalog__filterItemChekboxItem:hover {
	background-color: rgba(23, 23, 23, 0.04);
}

.Catalog__filterItemSettings {
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 4;
	min-width: 256px;
	width: auto;
	padding-top: 8px;
	display: none;
}

.Catalog__filterItemSettings:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 20px;
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.Catalog__filterItemSettings.price-range .Catalog__filterItemSettingsWRP {
	padding-bottom: 30px;
}

.Catalog__filterItemSettingsWRP {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	padding-top: 9px;
	padding-bottom: 16px;
}

.price-range .Catalog__filterItemSettingsWRP {
	min-height: auto;
}

.Catalog__filterItemSettingsWRP .price-range__inputs {
	margin-left: 7px;
	margin-right: 7px;
}
.Catalog__filterItemSettingsWRP .price-range__field {
	border: 1px solid rgb(171, 165, 165);
}

.Catalog__filterItemSettingsBTN {
	width: 226px;
	height: 50px;
	margin: 31px auto 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	line-height: 50px;
	transition: 0.25s all ease;
}

.Catalog__filterItemSettingsBTN:hover {
	border: 1px solid #e5097f;
	color: #e5097f;
}

.mobile .Catalog__filterItemSettingsBTN {
	display: none;
}

.Catalog__filterItem.opened .Catalog__filterItemSettings {
	display: block;
}

.tags-pc .tags_row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.tags-swiper-mobile .tags_row {
	display: flex;
	margin-top: 15px;
}

.showMoreBtn {
	display: none;
	padding: 8px 17px;
	font-size: 12px;
	line-height: 16px;
	background: #e0387e;
	color: #fff;
	box-shadow: 0 6px 16px rgba(22, 32, 46, 0.04);
	border-radius: 40px;
	transition: 0.2s all ease-in-out;
	margin: 6px;
}

.mobile .showMoreBtn {
	display: block;
}

.mobile .showMoreBtn,
.mobile .tags-pc .tags_row .tag_item {
	padding: 6px 13px;
	font-size: 10px;
}

.showMoreBtn:hover {
	background-color: #cb3372;
}

.mobile .tags-pc .tags_row .tag_item {
	display: none; /* Скрываем все теги */
}

.mobile .tags-pc .tags_row .tag_item:nth-child(-n + 5) {
	display: block; /* Показываем первые пять тегов */
}

.tags-swiper-mobile {
	display: none;
	width: auto;
}

.tags-swiper-mobile .tags_row .tag_item {
	flex: auto;
	font-size: 10px;
	line-height: 14px;
	padding: 6px 14px;
}

.container-box.seo-tags__container {
	padding: 30px 50px 0 50px !important;
}

.seo-tags__content {
	position: relative;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.tag-dropdown {
	display: inline-block;
}

.tag-dropdown--open .tag-dropdown__button {
	color: #fff;
	background: #e0387e;
}

.tag-dropdown--open .tag-dropdown__button::after {
	border-top: 6px solid #fff;
}

.tag-dropdown__button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	z-index: 2;
	padding: 8px 30px 8px 17px;
	font-size: 12px;
	line-height: 16px;
	color: #16202e;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(22, 32, 46, 0.04);
	border-radius: 40px;
	transition: 0.2s all ease;
}

.tag-dropdown__list {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	max-width: 560px;
	background: #ffffff;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15); /* Более заметная тень */
	border-radius: 10px;
	padding: 20px;
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	z-index: 100;
}

.tag-dropdown__button::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #16202e; /* Треугольник */
	transition: 0.2s;
}

/* Анимация поворота при открытии */
.tag-dropdown--open .tag-dropdown__button::after {
	transform: translateY(-50%) rotate(180deg);
}

.tag-dropdown--open .tag-dropdown__list {
	display: flex;
}

.tag-dropdown__item {
	display: inline-block;
	flex: 1;
	text-align: center;
	max-width: 260px;
	border: 1px solid #5d6265;
	padding: 8px 17px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #fafafa;
	box-shadow: 0 6px 16px rgba(22, 32, 46, 0.04);
	border-radius: 40px;
	transition: 0.2s all ease;
	text-decoration: none;
	white-space: nowrap;
}

.tag-dropdown__item:hover {
	border: 1px solid #e0387e;
	color: #e0387e;
}

@media screen and (max-width: 1280px) {
	.tag-dropdown {
		position: static;
	}
}

@media screen and (max-width: 768px) {
	.container-box.seo-tags__container {
		padding: 30px 25px 0 25px !important;
	}

	.tag-dropdown__item {
		padding: 6px 14px;
		font-size: 10px;
		line-height: 12px;
	}

	.tag-dropdown__list {
		padding: 10px;
	}
}

.tags_row .tag_item {
	position: relative;
	margin: 6px;
	padding: 8px 17px;
	font-size: 12px;
	line-height: 16px;
	color: #16202e;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(22, 32, 46, 0.04);
	border-radius: 40px;
	white-space: nowrap;
	transition: 0.2s background ease;
}

.tags_row .tag_item.active {
	padding-right: 31px;
	border: 1px solid #e0397e;
}

.tags_row .tag_item.active::after {
	content: "";
	position: absolute;
	top: 11px;
	right: 14px;
	width: 14px;
	height: 9px;
	background: transparent url("/local/templates/tpl-new/assets/css/../new-header/images/done.svg") 0 0 no-repeat;
}

.tags_row .tag_item:hover {
	background: #f0f0f0;
}

.digi-dolyame-label__text {
	font-size: 14px !important;
	color: #333333 !important;
	font-family: "Open Sans", sans-serif !important;
}

.digi-dolyame-label__sign {
	font-size: 14px !important;
	font-family: "Open Sans", sans-serif !important;
}

@media screen and (max-width: 600px) {
	.CatalogList.brick .digi-dolyame-label {
		padding: 0 10px;
	}

	.digi-dolyame-label__text {
		font-size: 12px !important;
	}

	.digi-dolyame-label__price {
		font-size: 13px !important;
	}

	.digi-dolyame-label__sign {
		font-size: 12px !important;
	}
}

.CatalogList {
	display: grid;
	justify-items: center;
	align-items: center;
	justify-content: space-evenly;
	align-content: space-evenly;
	padding: 30px 30px 0;
	grid-gap: 62px 30px;
}

.CatalogList.brick {
	grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 920px) and (max-width: 1200px) {
	.CatalogList.brick {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 800px) and (max-width: 920px) {
	.CatalogList.brick {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 660px) and (max-width: 800px) {
	.CatalogList.brick {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 660px) {
	.CatalogList.brick,
	.CatalogList {
		grid-template-columns: repeat(2, auto);
	}
}

@media only screen and (max-width: 576px) {
	.CatalogList.brick {
		padding: 15px 15px 0;
		grid-gap: 20px 15px;
	}
}

.catalog__item-slider .swiper-slide-active {
	width: 100% !important;
}

.catalog__item-slider {
	margin: 0 auto;
	overflow: hidden;
}

.catalog__item-slider .swiper-button-next.swiper-button-disabled,
.catalog__item-slider .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

.catalog__item-slider-control.swiper-button-next,
.catalog__item-slider-control.swiper-button-prev {
	top: unset;
	transform: translateY(-50%);
	background-position: 50%;
	background-size: 12px 12px;
	width: 35px;
	background-color: #fafafa;
	height: 35px;
	border-radius: 40px;
	box-shadow: 0 8px 16px rgba(22, 32, 46, 0.2);
	margin-top: unset;
}

.catalog__item-slider-controls {
	position: absolute;
	width: 80%;
	top: calc(50% + 20px);
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	z-index: 10;
	background-size: cover;
}

.catalog__item-slider-control.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.061 15.192l7.347-7.205L1.061.783' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}

.catalog__item-slider-control.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5.93L2 8.282l7.5 7.355' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
}

.CatalogList.brick .Catalog__Item__photoIMG {
	width: auto;
	max-width: 100%;
	max-height: 200px;
	-o-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	object-fit: contain;
}

.CatalogList.brick .Catalog__Item__photoIMG.additional {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.CatalogList.brick .Catalog__Item__photoIMG.primary {
	z-index: 1;
}

.CatalogList.brick .Catalog__Item__photoIMG.primary.has_sibling:hover {
	opacity: 0;
}

.CatalogList.brick .Catalog__Item__photoIMG.primary:hover + .Catalog__Item__photoIMG.additional {
	opacity: 1;
}

.CatalogList.brick .Catalog__ItemRight__art {
	display: none;
}

.CatalogList.brick .Catalog__ItemIntroList {
	display: none;
}

.CatalogList.brick .Catalog__Item.hover .Catalog__ItemBTNList {
	display: block;
}

/* Lines view only available on tablet+ screens */
@media only screen and (min-width: 1201px) {
	.CatalogList.lines {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 920px) and (max-width: 1200px) {
	.CatalogList.lines {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (min-width: 800px) and (max-width: 920px) {
	.CatalogList.lines {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (min-width: 800px) {
	.CatalogList.lines .Catalog__Item {
		display: grid;
		grid-template-columns: 320px 1fr;
		height: auto;
		min-height: 325px;
		padding-bottom: 31px;
	}
	.CatalogList.lines .Catalog__Item.hover {
		height: auto;
		min-height: 325px;
		margin-bottom: 0;
	}

	.CatalogList.lines .Catalog__ItemLeft {
		width: 320px;
		padding: 0 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.CatalogList.lines .Catalog__ItemRight {
		display: flex;
		text-align: left;
		flex-direction: column;
	}

	.CatalogList.lines .Catalog__Item__photo {
		line-height: 340px;
	}

	.CatalogList.lines .Catalog__Item__photoIMG {
		width: auto;
		max-width: 100%;
		-o-transition: all 200ms;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		object-fit: contain;
		aspect-ratio: 1 / 1;
	}

	.CatalogList.lines .Catalog__Item__photoIMG.additional {
		opacity: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.CatalogList.lines .Catalog__Item__photoIMG.primary {
		z-index: 1;
	}

	.CatalogList.lines .Catalog__Item__photoIMG.primary.has_sibling:hover {
		opacity: 0;
	}

	.CatalogList.lines .Catalog__Item__photoIMG.primary:hover + .Catalog__Item__photoIMG.additional {
		opacity: 1;
	}

	.CatalogList.lines .Catalog__ItemName {
		padding: 25px 25px 4px 0;
		text-align: left;
	}

	.CatalogList.lines .Catalog__ItemRight__art {
		margin: 0 0 4px 0;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		color: #a1a1a1;
	}

	.CatalogList.lines .Catalog__ItemRight__art::before {
		content: "Артикул";
		display: inline-block;
		padding-right: 6px;
	}

	.CatalogList.lines .Catalog__ItemIntroList {
		order: 3;
		margin: 0 0 25px 0;
	}

	.CatalogList.lines .Product__SettList {
		font-size: 14px;
		line-height: 16px;
		margin-top: 12px;
	}

	.CatalogList.lines .Product__SettList a {
		color: #e0387e !important;
	}

	.CatalogList.lines .Catalog__ItemBTNList {
		display: block;
		margin-top: auto;
		order: 4;
	}
}

.Catalog__ItemRight__sizes {
	font-size: 12px;
	line-height: 16px;
	color: #a1a1a1;
}

@media screen and (max-width: 576px) {
	.Catalog__ItemRight {
		padding-bottom: 10px;
	}

	.Catalog__ItemBTNList .feature__docsItem_3d {
		display: none;
	}
}

.CatalogList.brick .digi-dolyame-label {
	display: flex;
	justify-content: center;
}

/* Brick structure for mobile devices but called lines (to show correct if scripts fail) */
@media only screen and (min-width: 660px) and (max-width: 799px) {
	.CatalogList.lines {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.CatalogList.lines .Catalog__Item__photoIMG {
		width: auto;
		max-width: 100%;
		max-height: 200px;
		-o-transition: all 200ms;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		aspect-ratio: 1/1;
		object-fit: cover;
	}

	.CatalogList.lines .Catalog__Item__photoIMG.additional {
		opacity: 0;

		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.CatalogList.lines .Catalog__Item__photoIMG.primary {
		z-index: 1;
	}

	.CatalogList.lines .Catalog__Item__photoIMG.primary.has_sibling:hover {
		opacity: 0;
	}

	.CatalogList.lines .Catalog__Item__photoIMG.primary:hover + .Catalog__Item__photoIMG.additional {
		opacity: 1;
	}

	.CatalogList.lines .Catalog__ItemIntroList {
		display: none;
	}

	.CatalogList.lines .Catalog__Item.hover .Catalog__ItemBTNList {
		display: block;
	}
}
.Catalog__Item {
	font-family: "Open Sans", sans-serif;
	justify-self: stretch;
	align-self: stretch;
	position: relative;
	z-index: 1;
	background: #ffffff;
	max-width: 100%;
	min-width: unset !important;
	min-height: 200px;
	text-align: center;
	transition: all 0.5s;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.CatalogList.lines .Catalog__Item .Catalog__Item__photo {
	max-height: 420px;
}

@media screen and (min-width: 667px) {
	.Catalog__Item {
		min-width: 280px;
	}
}

@media screen and (min-width: 576px) {
	.Catalog__Item {
		height: 340px;
	}
}

.Catalog__Item .Catalog__ItemLeft {
	position: relative;
}

.mobile .Catalog__Item a {
	outline: none;
}

.Catalog__Item.hover {
	z-index: 3;
	height: 405px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
	margin: 0 0 -80px 0;
	transition: all 0.2s;
}

.Catalog__Item .price {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
}

@media screen and (max-width: 576px) {
	.Catalog__Item .price {
		font-size: 18px;
		line-height: 30px;
	}
}

.Catalog__Item .discount {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-right: 0;
	width: auto;
	height: auto;
	background-image: none;
}

.Catalog__Item .colors_box {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 8px 0;
	width: 100%;
	max-width: 280px;
	min-height: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 2;
}

.CatalogList.brick .Catalog__Item .colors_box {
	max-width: none;
	bottom: auto;
	left: 0;
	top: 170px;
	justify-content: center;
	z-index: 2;
}

@media screen and (max-width: 440px) {
	.CatalogList.brick .Catalog__Item .colors_box {
		top: 140px !important;
	}
}

.Catalog__Item .colors_box > a {
	margin-right: 2px;
}

.Catalog__Item .colors_box .colors_item {
	width: 16px;
	height: 16px;
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	background: #ffffff;
}

.Catalog__Item .colors_box > a:last-child {
	margin-right: 0;
}

.CatalogList.lines .price {
	margin-top: 12px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	order: 2;
}

.CatalogList.lines .price.old {
	margin-top: 12px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #c4c4c4;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.CatalogList.lines .price.discount {
	order: 1;
}

.Catalog__Item .discount .cost {
	color: #c4c4c4;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.Catalog__Item .discount .sale {
	margin-left: 5px;
	color: #e0387e;
}

.Catalog__ItemBTN {
	cursor: pointer;
	width: 140px;
	height: 40px;
	background: #e0387e;
	border-radius: 2px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.not-for-sale-button {
	pointer-events: none;
}

.Catalog__ItemBTN.not-for-sale-button {
	background: #ffffff;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	color: #000;
}

.Catalog__ItemBTN:hover {
	background: #f8438e;
}

.Catalog__ItemBTNList {
	margin: 20px 0 0 0px;
	display: none;
}

.Catalog__Item__photo {
	position: relative;
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}

.Catalog__ItemName {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 12px 30px 4px 30px;
}

.Catalog__Item_not-available .Product__SettList_nal {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.Catalog__ItemName {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.Catalog__Item.hover {
		height: auto;
	}
}

@media screen and (max-width: 576px) {
	.Catalog__ItemName {
		font-size: 14px;
		line-height: 20px;
		padding: 12px 15px 4px 15px;
	}
}
@media screen and (max-width: 450px) {
	.CatalogList.brick .Catalog__Item.hover .Catalog__ItemBTNList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}

.Catalog .stikerList {
	right: auto;
	left: 0;
	align-items: flex-start;
}

.Catalog__sorting {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
	line-height: 40px;
}

.select-sort {
	margin-right: 48px;
}

.select-sort .sort_label {
	margin-right: 12px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

@media only screen and (min-width: 319px) and (max-width: 1024px) {
}

.select-sort__select {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-items: center;
}

.chosen-container {
	width: auto !important;
}
.chosen-single > span {
	font-size: 14px;
	line-height: 24px;
}

.chosen-container .chosen-results li {
	line-height: 24px;
	white-space: normal;
	text-align: left;
}

.chosen-single > div {
	display: none !important;
}

.chosen-drop {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 5;
	min-width: 150px;
}

.Catalog__sortingBTNs {
	display: flex;
	flex-wrap: nowrap;
	width: 82px;
	height: 42px;
	background-color: #ffffff;
	position: relative;
	line-height: 0;
	font-size: 0;
	margin-left: 10px;
	border-radius: 2px;
	border: 1px solid transparent;
}

.Catalog__sortingBTNs:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
}

.Catalog__sortingBTN {
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	transition: 0.3s background-color ease-in-out;
}

.Catalog__sortingBTN:hover {
	background-color: #f5f5f5;
}

.Catalog__sortingBTN .Catalog__sortingBTN-fon {
	fill: transparent;
}

.Catalog__sortingBTN .Catalog__sortingBTN-elemrnt {
	fill: transparent;
	stroke: #000000;
}

.Catalog__sortingBTN.active path.Catalog__sortingBTN-fon {
	fill: #e5e5e5;
}

.Catalog__sortingBTN.active path.Catalog__sortingBTN-elemrnt,
.Catalog__sortingBTN.active rect.Catalog__sortingBTN-elemrnt {
	fill: transparent;
	stroke: #e0387e;
}

.Catalog__filtersClearAll {
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	margin-top: 36px;
	height: 19px;
	transition: 0.1s color ease;
}

.Catalog__filtersClearAll:hover {
	color: #e0387e;
}

.Catalog .Product__SettList {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #e0387e;
	margin-top: 25px;
}

.Product__SettList .Product__SettList-label {
	padding-right: 5px;
	color: #828282;
}
.Product__SettList .Product__SettList-value {
	color: #000000;
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
	.Catalog .Product__SettList {
		font-size: 16px;
		line-height: 20px;
		margin-top: 20px;
	}
}

.Catalog .Product__SettList_nal {
	cursor: pointer;
}

.Catalog .Product__SettList_pro {
	color: #000000;
}
.Catalog .Product__SettList_material {
	color: #000000;
}

.Catalog .Product__SettList_share:before {
	content: "Поделиться";
}

.Catalog__filterMobileBTNs {
	display: none;
	padding: 0 26px;
	height: 58px;
	line-height: 58px;
}

.Catalog__filterMobileBTNs.active {
	border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__filterMobileBTNs {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}
}

.Catalog__filterMobileBTN__left {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: #e0387e;
	color: #fff;
}

.Catalog__filterMobileBTN__left::before {
	content: "";
	margin-right: 8px;
	width: 26px;
	height: 26px;
	background: url(/local/templates/tpl-new/assets/css/../images/filter.svg) no-repeat center;
}

.Catalog__filterMobileBTN__fltrs {
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.Catalog__filterMobileBTN__close {
	display: none;
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/local/templates/tpl-new/assets/css/../images/ico_catalog_close2.svg) 0 0 no-repeat;
	background-size: cover;
	cursor: pointer;
}

.Catalog__filterMobileBTNs.active .Catalog__filterMobileBTN__close {
	display: inline-block;
}

.Catalog__filterMobileBTN__right .select-sort {
	margin-right: 0;
}

.Catalog__filterMobileBTN__right .select-sort__select {
	width: 100%;
	text-align: right;
}

.Catalog__filterMobileBTN__right .chosen-single span {
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	margin-right: 0 !important;
}

.Catalog__filterMobileBTN__right .chosen-container {
	width: 100% !important;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__headerRight {
		display: none;
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__header {
		grid-template-columns: 100%;
		padding: 30px 0 0 0;
		height: auto;
		border-bottom: 1px solid #e5e5e5;
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__headerLeft {
		position: relative;
	}

	.Catalog__headerTitle {
		text-align: center;
		margin-top: 0;
		padding: 0 15px;
	}
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__filterList {
		display: none;
		height: auto;
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 9;
		padding: 0 0 20px;
		margin-top: 0;
	}
	.Catalog__filterList.active {
		display: block;
	}
	.Catalog__filterList .Catalog__filterItem {
		border-bottom: 1px solid #e5e5e5;
	}
	.Catalog__filterList .Catalog__filter:after {
		content: "";
		display: none;
		position: absolute;
		right: 6px;
		top: 13px;
		z-index: 1;
	}

	.Catalog__filter {
		display: block;
		border-radius: 0;
		padding: 4px 26px;
	}

	.Catalog__filterItemSettings {
		position: relative;
		width: 100%;
		top: 0;
		padding: 8px 8px 16px 14px;
	}

	.Catalog__filterItemSettings:before {
		content: none;
	}

	.Catalog__filterItemSettingsWRP {
		width: 100%;
		padding: 0;
		border: none;
	}
}

.Catalog__filterList .Catalog__filterItem_footer {
	display: none;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.Catalog__filterList .Catalog__filterItem_footer {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 0 auto;
		padding: 20px 0 0 0;
		grid-column-gap: 10px;
		text-align: center;
		width: calc(100% - 40px);
	}
}

.Catalog__filter_clear,
.Catalog__filter_show {
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.Catalog__filter_clear {
	color: #000;
	background: #ffffff;
	border: 1px solid #cbcbcb;
}

.Catalog__filter_show {
	color: #ffffff;
	background-color: #e0387e;
}

.Catalog__filter_show_hidden {
	display: none;
}

.favouritesNew,
.compareNew {
	display: inline-block;
	width: 30px;
	height: 40px;
	vertical-align: top;
	cursor: pointer;
}

.favouritesNew {
	background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.034617 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244ZM14.6054 7.00503C12.0054 9.68505 9.64543 11.7921 8.62542 12.6608C7.60542 11.7736 5.24541 9.68506 2.6454 6.98655C1.60539 5.89606 1.34539 4.58376 1.92539 3.3454C2.46539 2.21795 3.6454 1.44168 4.8654 1.44168C7.24541 1.44168 7.78542 3.08666 7.84542 3.28997C7.92542 3.62266 8.24542 3.84445 8.60542 3.84445C8.96542 3.84445 9.28542 3.60418 9.38542 3.28997C9.44542 3.10514 9.98543 1.44168 12.3654 1.44168C13.5654 1.44168 14.7454 2.19946 15.3055 3.3454C15.9055 4.60224 15.6455 5.91454 14.6054 7.00503Z' fill='black'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.favouritesNew:hover,
.favouritesNew.is-active {
	background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23F8438E'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.compareNew {
	background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23231F20'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.compareNew:hover,
.compareNew.is-active {
	background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23F8438E'/%3E%3C/svg%3E")
		center 13px no-repeat !important;
}

.Catalog__TagList {
	padding: 20px 0;
	margin-bottom: -70px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.Catalog__TagList:empty {
	padding: 0;
	margin-bottom: 0px;
}

.Catalog__TagItem {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid transparent;
	border-radius: 16px;
	background-color: #ffffff;
	line-height: 32px;
	font-size: 12px;
	padding: 0 10px;
	box-shadow: 0px 8px 16px rgba(22, 32, 46, 0.04);
	cursor: pointer;
	position: relative;
}

.Catalog__TagItem:hover {
	border: 1px solid #e0387e;
}

.Catalog__TagItem.active {
	border: 1px solid #e0387e;
	padding-right: 32px;
}

.Catalog__TagItem.active:before,
.Catalog__TagItem.active:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background-color: #e0387e;
}

.Catalog__TagItem.active:before {
	width: 10px;
	top: 17px;
	right: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.Catalog__TagItem.active:after {
	width: 15px;
	top: 15px;
	right: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.NaviBottomPagination {
	font-size: 0;
	line-height: 0;
	margin: 0 41px 0 41px;
}

.mobile .NaviBottomPagination {
	margin: 0 14px;
}

.NaviBottomPagination:before,
.NaviBottomPagination:after {
	content: "";
	display: block;
	height: 62px;
	width: 100%;
}

.NaviBottomPagination__left,
.NaviBottomPagination__right {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 48px;
	vertical-align: top;
}

.NaviBottomPagination__left {
	width: calc(100% - 200px);
}

.NaviBottomPagination__right {
	width: 199px;
	text-align: right;
}

.NaviBottomPagination__item {
	display: inline-block;
	cursor: pointer;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.NaviBottomPagination__item.active,
.NaviBottomPagination__item:hover {
	color: #e0387e;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 50%;
}

.NaviBottomPagination__item.active {
	cursor: default;
}

.NaviBottomPagination__item_more {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 39px;
	line-height: 48px;
	width: 194px;
	padding: 0 26px 0 12px;
}

.NaviBottomPagination__item_more:hover {
	border-radius: 39px;
}

.NaviBottomPagination__item_more:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMTZDNiAxMC40NDc3IDEwLjQ0NzcgNiAxNiA2QzE4Ljc4MTIgNiAyMS4yMjAxIDcuMTE2MjIgMjMuMDg1NCA4Ljg3MThMMjEuNzE0NiAxMC4zMjgyQzIwLjE3OTkgOC44ODM3OCAxOC4yMTg4IDggMTYgOEMxMS41NTIzIDggOCAxMS41NTIzIDggMTZIMTFMNyAyMEwzIDE2SDZaTTI2IDE2QzI2IDIxLjU1MjMgMjEuNTUyMyAyNiAxNiAyNkMxMy4yMTg4IDI2IDEwLjc3OTkgMjQuODgzOCA4LjkxNDY0IDIzLjEyODJMMTAuMjg1NCAyMS42NzE4QzExLjgyMDEgMjMuMTE2MiAxMy43ODEyIDI0IDE2IDI0QzIwLjQ0NzcgMjQgMjQgMjAuNDQ3NyAyNCAxNkgyMUwyNSAxMkwyOSAxNkgyNloiIGZpbGw9IiMxNjIwMkUiLz48L3N2Zz4=)
		0 0 no-repeat;
	margin-right: 12px;
}

.NaviBottomPagination__item_more.is-loading:before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	position: static;
	top: auto;
	left: auto;
	margin-top: 0;
	margin-left: 0;
	border-width: 0;
	border-radius: 0;
	-webkit-animation: rotate 1s linear infinite forwards;
	animation: rotate 1s linear infinite forwards;
}

.NaviBottomPagination__item_arrow {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMThMMjggMjRMMjIgMzAiIHN0cm9rZT0iIzE2MjAyRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
		0 0 no-repeat;
	margin-left: 10px;
}

.NaviBottomPagination__item_arrow_prev {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIgMThMMjggMjRMMjIgMzAiIHN0cm9rZT0iIzE2MjAyRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
		0 0 no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.description_text {
	padding: 0 41px 41px;
	font-size: 1.1666rem;
	line-height: 1.6;
}

.mobile .description_text {
	display: none;
}

.section-page .page-box {
	font-family: "Open Sans", sans-serif;
	height: auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	/* CSS правила для retina */
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	/* CSS правила для retina */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ya-share2 {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.Diz__photo {
		width: 230px;
		height: 230px;
		display: block;
		margin: 45px auto 35px auto;
	}
	.favouritesNew,
	.compareNew {
		display: inline-block;
		width: 30px;
		height: 40px;
		vertical-align: top;
		cursor: pointer;
	}
	.favouritesNew {
		background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.034617 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244ZM14.6054 7.00503C12.0054 9.68505 9.64543 11.7921 8.62542 12.6608C7.60542 11.7736 5.24541 9.68506 2.6454 6.98655C1.60539 5.89606 1.34539 4.58376 1.92539 3.3454C2.46539 2.21795 3.6454 1.44168 4.8654 1.44168C7.24541 1.44168 7.78542 3.08666 7.84542 3.28997C7.92542 3.62266 8.24542 3.84445 8.60542 3.84445C8.96542 3.84445 9.28542 3.60418 9.38542 3.28997C9.44542 3.10514 9.98543 1.44168 12.3654 1.44168C13.5654 1.44168 14.7454 2.19946 15.3055 3.3454C15.9055 4.60224 15.6455 5.91454 14.6054 7.00503Z' fill='black'/%3E%3C/svg%3E")
			center 13px no-repeat !important;
	}
	.favouritesNew:hover {
		background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7655 2.77244C15.9455 1.09049 14.2254 0 12.3654 0C10.5054 0 9.30542 0.757799 8.60542 1.57105C7.90542 0.757799 6.70541 0 4.84541 0C2.9854 0 1.26539 1.09049 0.445386 2.77244C-0.394617 4.52831 -0.0346169 6.46901 1.42539 7.98461C4.92541 11.6257 8.02542 14.1949 8.06542 14.2134C8.22542 14.3427 8.40542 14.3982 8.60542 14.3982C8.80542 14.3982 8.98542 14.3427 9.14542 14.2134C9.18542 14.1949 12.2654 11.6073 15.7855 7.98461C17.2655 6.46901 17.6255 4.52831 16.7655 2.77244Z' fill='%23F8438E'/%3E%3C/svg%3E")
			center 13px no-repeat !important;
	}
	.compareNew {
		background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23231F20'/%3E%3C/svg%3E")
			center 13px no-repeat;
	}
	.compareNew:hover {
		background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.935366 0.924194H15.0644C15.5794 0.924194 16.0004 1.31325 16.0004 1.78918V1.90747C16.0004 2.3834 15.5794 2.77246 15.0644 2.77246H0.935366C0.420366 2.77246 0.000366211 2.3834 0.000366211 1.90747V1.78918C0.000366211 1.31325 0.420366 0.924194 0.935366 0.924194ZM17 5.54493V4.15875C17 3.68282 17.421 3.29376 17.936 3.29376H18.064C18.579 3.29376 19 3.68282 19 4.15875V5.54494L20.564 5.54495C21.079 5.54495 21.5 5.93402 21.5 6.40995V6.52824C21.5 7.00418 21.079 7.39325 20.564 7.39325L19 7.39324V8.83955C19 9.31548 18.579 9.70361 18.064 9.70361H17.936C17.421 9.70361 17 9.31548 17 8.83955V7.39323L15.435 7.39322C14.92 7.39322 14.5 7.00416 14.5 6.52822V6.40993C14.5 5.93399 14.92 5.54492 15.435 5.54492L17 5.54493ZM11.4992 5.54492H0.934988C0.419995 5.54492 0 5.93399 0 6.40994V6.52823C0 7.00418 0.419995 7.39325 0.934988 7.39325H11.4992C12.0142 7.39325 12.4352 7.00418 12.4352 6.52823V6.40994C12.4352 5.93399 12.0142 5.54492 11.4992 5.54492ZM15.0644 10.1656H0.935366C0.420366 10.1656 0.000366211 10.5546 0.000366211 11.0305V11.1488C0.000366211 11.6247 0.420366 12.0138 0.935366 12.0138H15.0644C15.5794 12.0138 16.0004 11.6247 16.0004 11.1488V11.0305C16.0004 10.5546 15.5794 10.1656 15.0644 10.1656Z' fill='%23F8438E'/%3E%3C/svg%3E")
			center 13px no-repeat;
	}
	.AdditionalPhoto {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1460px;
		margin: 0 auto 20px auto;
	}

	@media (max-width: 860px) {
		.AdditionalPhoto {
			flex-direction: column;
		}

		.AdditionalPhoto__container {
			display: flex;
			justify-content: center;
		}
	}

	.AdditionalPhoto__container {
		flex: 1 0 34%;
	}

	.AdditionalPhoto__container:nth-child(odd) {
		display: flex;
		justify-content: flex-end;
	}

	.AdditionalPhoto__item {
		margin: 5px;
		box-sizing: border-box;
		max-width: 100%;
		min-width: 400px;
		max-height: 470px;
		width: auto;
		height: auto;
		align-self: flex-start;
	}
	#FromCollectionWRP .slick-next,
	#YouWatchedWRP .slick-next {
		right: 47px;
	}
	#FromCollectionWRP .slick-prev,
	#YouWatchedWRP .slick-prev {
		right: 110px;
	}
	.Product__SettList {
		margin-top: 12px;
	}
	.Product__SettList_share:before {
		display: none;
	}
	.ya-share2__container_size_m .ya-share2__item {
		margin: 5px 10px 5px 0;
	}
	.ya-share2 {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.Product__title {
		font-size: 25px;
		line-height: 38px;
		margin: 0 0 15px 0;
		width: 97%;
	}
	.Product__price {
		font-size: 28px;
		line-height: 34px;
	}
	.Product__price_old {
		font-size: 18px;
		line-height: 32px;
	}
}

@media only screen and (min-width: 1140px) and (max-width: 1460px) {
	#PRODUCTphoto {
		max-width: 59vw;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1139px) {
	#PRODUCTphoto {
		max-width: 59vw;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#PRODUCTphoto {
		max-width: 59vw;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.ya-share2__container_size_m .ya-share2__item {
		margin: 5px 8px 5px 0;
	}
	.Product__itemWrp {
		padding: 30px 50px 10px 35px;
	}
	.Product__price {
		font-size: 30px;
	}
	.Product__price_old {
		font-size: 18px;
	}
	.Product__BTNbig {
		max-width: 150px;
		font-size: 16px;
		margin: 20px 10px 0 0;
	}
	.Product__BTNoneclick {
		max-width: 150px;
		font-size: 14px;
	}
	.Product__SettList {
		margin-top: 20px;
	}
	.PRODUCTprvw__item {
		text-align: center;
		padding-top: 12%;
		width: 75% !important;
	}
	.PRODUCTprvw__item.picture-vertical {
		padding-top: 0;
		width: auto !important;
	}
	.PRODUCTprvw__item.picture-horizontal {
		width: 100% !important;
	}
	.PRODUCTprvw__item.picture-proportional {
		width: 100% !important;
	}
	.withThisBuy__wrp {
		width: 100%;
		max-width: 990px;
		margin: 0 auto 80px auto;
	}
	#FromCollectionWRP .slick-next,
	#YouWatchedWRP .slick-next {
		right: 25px;
	}
	#FromCollectionWRP .slick-prev,
	#YouWatchedWRP .slick-prev {
		right: 88px;
	}
	.AdditionalPhoto {
		max-width: 990px;
	}
	.Look__item_1,
	.Look__item_2,
	.Look__item_3 {
		flex: 0 1 33.333333%;
	}
	.Look__item_2 .Look__foto {
		right: -35%;
	}
	.Look__title {
		font-size: 30px;
		line-height: 41px;
	}
	.Look__item_4 .Look__title {
		max-width: 80%;
	}
	.Look__item_5 .Look__foto {
		right: -9%;
	}
	.Look__item_5 .Look__wrp {
		margin-top: 114px;
	}
	.Look__item.ffffff .Look__wrp {
		margin: 0;
		bottom: 75px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1360px) {
	.Product__BTNbig,
	.Product__BTNoneclick {
		max-width: 190px;
	}
	#FromCollectionWRP .slick-prev,
	#YouWatchedWRP .slick-prev {
		right: 90px;
	}
	#FromCollectionWRP .slick-next,
	#YouWatchedWRP .slick-next {
		right: 20px;
	}
}

.desktop #TabsTabsList {
	position: relative;
	top: 1;
	z-index: 1;
}

.mobile .Product {
	display: block;
	min-height: auto;
	width: 100%;
	margin: 0 auto;
}

.mobile #PRODUCTprvw {
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 3;
	margin-left: -10px;
	width: calc(100% + 60px);
}

.mobile .Product__sborka {
	bottom: auto;
	top: 63%;
}

.mobile #PRODUCTprvw .slick-slide {
	height: 120px !important;
	width: 120px !important;
	overflow: hidden;
}

.mobile #PRODUCTprvw .slick-list {
	padding: 0 !important;
}

.mobile #PRODUCTprvw .slick-track {
	height: 120px !important;
	margin-left: 0;
	margin-right: 0;
}

.mobile #PRODUCTprvw .slick-current:before {
	content: "";
	width: 120px;
	height: 120px;
}

.mobile .Product__item:nth-child(1) {
	flex: none;
	height: 480px;
}

.mobile .Product__item:nth-child(2):before {
	content: "";
	width: 100%;
	height: 1px;
}

.mobile .Product__itemWrp {
	padding: 30px 25px 45px 25px;
}

.mobile .Product__title {
	font-size: 30px;
	line-height: 38px;
}

.mobile .Product__price {
	font-size: 30px;
	line-height: 35px;
}

.mobile .Product__price_old {
	font-size: 23px;
	line-height: 27px;
}

.mobile .Product__BTN {
	margin: 31px 0 0 0;
	position: relative;
}

.mobile .favourites {
	display: block;
	position: absolute;
	top: -69px;
}

.mobile .favourites {
	right: 55px;
}

.mobile .Product__BTNoneclick {
	display: block;
	width: 100%;
	max-width: 180px;
	height: 52px;
	font-size: 16px;
	line-height: 52px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 370px) {
	.mobile .Product__BTNoneclick {
		width: 150px;
	}
}

.mobile .Product__BTNbig {
	margin: 20px 0 0 0;
	display: block;
	max-width: 100%;
}

.mobile .Product__SettList_share:before {
	content: "";
	padding-right: 0;
}

.mobile .ya-share2__container_size_m .ya-share2__item {
	margin: 5px 11px 5px 0;
}

.mobile .Banner {
	display: block;
	height: 160px;
	background-image: none;
}

.mobile .Banner__wrp {
	padding: 17px 0 0 0;
}

.mobile .Banner__txt {
	display: block;
	font-size: 18px;
	line-height: 22px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.mobile .Banner__btn {
	margin: 8px auto 0 auto;
	display: block;
	height: 46px;
	line-height: 46px;
}

.mobile .withThisBuy {
	height: auto;
}

.mobile .withThisBuy__wrp {
	width: 95%;
	margin: 0 auto 17px auto;
}

.mobile .withThisBuy__list {
	display: block;
}

.mobile .withThisBuy__item {
	display: inline-block;
	vertical-align: top;
}

.mobile .withThisBuy__item:before {
	content: "+";
	left: -11px;
}

.mobile .withThisBuy__item:nth-child(1),
.mobile .withThisBuy__item:nth-child(2) {
	width: 158px;
	min-height: 333px;
}

.mobile .withThisBuy__item_1 {
	width: 158px;
	min-height: 333px;
}

.mobile .withThisBuy__item_2 {
	width: 158px;
	min-height: 333px;
	margin-left: 20px;
}

.mobile .withThisBuy__item_3 {
	position: relative;
	width: 100%;
}

.mobile .withThisBuy__item_3:before {
	content: "=";
	left: 5px;
	top: 30px;
}

.mobile .withThisBuy__itemName {
	font-size: 16px;
	line-height: 22px;
	padding: 19px 30px 32px 30px;
	position: absolute;
	top: 150px;
	left: 0;
}

.mobile .withThisBuy__photo {
	height: auto;
	width: 158px;
}

.mobile .withThisBuy__Sum_new {
	position: relative;
	left: 0;
	top: 0;
	padding: 30px 0 0 35px;
}

.mobile .withThisBuy__Sum_old {
	left: auto;
	right: 30px;
	top: 45px;
}

.mobile .withThisBuy__btn {
	position: relative;
	left: 0;
	top: 0;
	margin: 20px auto;
	width: 100%;
}

.mobile .Advantages {
	min-height: auto;
}

.mobile .Advantages__item {
	padding: 43px 1vw;
}

.mobile #FromCollection,
.mobile #YouWatched {
	height: 600px;
}

.mobile .FromCollection__title,
.mobile .YouWatched__title {
	padding: 60px 0 108px 0;
}

.mobile #FromCollectionWRP .slick-prev,
.mobile #YouWatchedWRP .slick-prev {
	right: 55%;
	left: auto;
}

.mobile #FromCollectionWRP .slick-next,
.mobile #YouWatchedWRP .slick-next {
	right: auto;
	left: 55%;
}

.mobile .Look {
	overflow: hidden;
}

.mobile .Look__row {
	flex-flow: column nowrap;
	min-height: auto;
}

.mobile .Look__item {
	flex: 3 1 auto;
	align-self: stretch;
	order: 2;
	height: 500px;
}

.mobile .Look__item_2 {
	order: 5;
}

.mobile .Look__item_3 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.mobile .Look__item_4 {
	display: none;
}

.mobile .Look__item_5 {
	display: none;
}

.mobile .AdditionalPhoto {
	width: 90%;
	margin: 50px auto 20px auto;
	display: flex;
	flex-flow: column nowrap;
}

.mobile .AdditionalPhoto__item {
	flex: 3 1 auto;
	width: 100% !important;
	min-width: 100% !important;
	height: auto !important;
	margin: 0 0 10px 0 !important;
	object-fit: cover;
}

.mobile #TabsList .tabsItem {
	width: 90% !important;
	margin: 0 auto;
}

.mobile #TabsList .tabsItem .feature__docs {
	flex-flow: column nowrap;
}

.mobile #TabsList .tabsItem .feature__docsItem {
	display: flex;
	flex: 3 1 auto;
	align-self: stretch;
	order: 2;
	margin: 0 0 20px 0;
}

.mobile #TabsList .slick-current.slick-active .tabsItem {
	display: block !important;
}

.mobile .Product__BTNplsmns .favouritesNew,
.mobile .Product__BTNplsmns .compareNew {
	display: none;
}

.mobile #PRODUCTphoto.slider {
	margin-left: 0;
}

.mobile #PRODUCTphoto .PRODUCTprvw__item.picture-horizontal {
	max-width: 100%;
	max-height: 350px;
}

.mobile #PRODUCTphoto .PRODUCTprvw__item.picture-proportional {
	max-width: 350px;
	max-height: 350px;
}

.mobile .DesignerList__item {
	width: 150px;
	height: 220px;
}

.mobile .DesignerList__item .DLFoto {
	margin: 0 auto 10px auto;
	width: 130px;
	height: 130px;
}

.mobile .DesignerListHeader {
	padding: 30px 0;
	text-align: center;
}

.mobile .DesignerListNavigation__left {
	background-color: #ffffff;
	width: 100vw;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 45px;
	left: 0;
	padding-bottom: 30px;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}

.mobile .DesignerListNavigation__left.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: all 0.5s;
}

.mobile .DesignerListNavigation__left .DesignerListNavigation__btn {
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 16px;
	font-weight: bold;
	font-size: 17px;
}

.mobile .DesignerListNavigation__left .DesignerListNavigation__btn.active {
	color: #000000;
	background: transparent;
}

.mobile .DesignerListNavigation__left .col-vo {
	display: inline-block;
	color: #828282;
	margin-left: 10px;
	font-weight: normal;
}

.mobile .DesignerListNavigation__btn_all {
	margin-left: 9px;
	font-weight: bold;
	font-size: 17px;
}

.mobile .DesignerListNavigation__right {
	position: relative;
	width: 100vw;
	text-align: left;
}

.mobile .DesignerListNavigation__right .openNavDiz {
	display: block;
	position: absolute;
	top: 0;
	right: 29px;
	width: 29px;
	height: 35px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0i) 0 0 no-repeat;
}

.mobile .DesignerListNavigation__right .openNavDiz.active {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjkxNjkgMTQuMzMxMUwwLjAwMDQ4MDMyNCAyNy4yNDc0TDEuNDE0NyAyOC42NjE3TDE0LjMzMTEgMTUuNzQ1M0wyNy4yNDc0IDI4LjY2MTdMMjguNjYxNyAyNy4yNDc0TDE1Ljc0NTMgMTQuMzMxMUwyOC42NjIxIDEuNDE0MjFMMjcuMjQ3OSAwTDE0LjMzMTEgMTIuOTE2OUwxLjQxNDIxIDUuOTYwNDZlLTA4TDAgMS40MTQyMUwxMi45MTY5IDE0LjMzMTFaIiBmaWxsPSIjMTYyMDJFIi8+PC9zdmc+)
		0 0 no-repeat;
}

.mobile .NaviBottomPagination__left {
	display: none;
}

.mobile .NaviBottomPagination__right {
	width: 100%;
	text-align: center;
}

#Look .Look__row {
	max-width: 1460px;
}

.Advantages {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	min-height: 251px;
	background: #fafafa;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.Advantages__item {
	font-size: 14px;
	line-height: 18px;
	min-width: 150px;
	text-align: center;
	padding: 45px 4vw;
}

@media (max-width: 1200px) {
	.Advantages__item {
		padding: 45px 2vw;
	}
}

@media (max-width: 950px) {
	.Advantages__item {
		padding: 45px 1vw;
	}
}

.Advantages__itemTxt {
	max-width: 200px;
	margin: 30px auto 0 auto;
}

@media (max-width: 900px) {
	.Advantages__itemTxt {
		max-width: 150px;
		font-size: 13px;
		line-height: 17px;
	}
}

.Banner {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 160px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: url(/local/templates/tpl-new/assets/css/../new-header/images/banner.jpg) left top no-repeat #fafafa;
}

.Banner__wrp {
	display: block;
	height: 161px;
	padding: 49px 0 0 34vw;
}

@media (min-width: 1600px) {
	.Banner__wrp {
		padding: 49px 0 0 500px;
	}
}

@media (max-width: 1200px) {
	.Banner__wrp {
		padding: 49px 0 0 28vw;
	}
}

@media (max-width: 1070px) {
	.Banner__wrp {
		padding: 56px 0 0 16vw;
	}
}

.Banner__txt {
	display: inline-block;
	vertical-align: top;
	width: 458px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.Banner__btn {
	margin: 8px 0 0 8vw;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	text-align: center;
	width: 264px;
	height: 50px;
	line-height: 49px;
	color: #e0387e;
	background: #fbfafa;
	border: 1px solid #b0b0b0;
	box-sizing: border-box;
	border-radius: 2px;
}

@media (max-width: 1290px) {
	.Banner__btn {
		margin: 8px 0 0 3vw;
	}
}

@media (min-width: 1100px) {
	.Banner__btn {
		margin: 8px 0 0 3vw;
	}
}

.Banner__btn:hover {
	border: 1px solid #e0387e;
}

.here_search_form .request-selection {
	display: flex;
	align-items: center;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 45px 39px 45px 36px;
	box-shadow: none;
	background: #fafafa;
}

.here_search_form .request-selection__title {
	width: 365px;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}

.here_search_form form {
	display: flex;
	align-items: center;
	width: calc(100% - 365px);
}

.here_search_form .request-selection__inp {
	margin-right: 8px;
	width: 240px;
	height: 43px;
}
.here_search_form input {
	background: #ffffff;
	border: 1px solid #cbcbcb;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.here_search_form .request-selection__button {
	margin-left: auto;
}
.here_search_form button {
	height: 50px;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #e0387e;
	background: #fbfafa;
}

@media only screen and (min-width: 319px) and (max-width: 800px) {
	.here_search_form .request-selection {
		flex-direction: column;
		padding: 28px 12px;
	}
	.here_search_form form {
		flex-direction: column;
		margin-top: 18px;
		padding: 0 12px;
		width: 100%;
	}

	.here_search_form .request-selection__title {
		width: 100%;
		text-align: center;
	}

	.here_search_form .inp-group {
		width: 100%;
		margin-bottom: 18px;
	}
	.here_search_form .request-selection__inp {
		width: 100%;
		margin: 0;
	}

	.here_search_form .request-selection__input {
		padding-bottom: 0;
	}
}

.modalNew {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	max-width: 565px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3000;
	transition: 0.3s all;
}

.modalNew.active {
	opacity: 1;
	visibility: visible;
}

.modalNew__wrp {
	position: relative;
	z-index: 2;
	min-height: 280px;
	background-color: #ffffff;
	color: #828282;
	font-size: 14px;
	line-height: 20px;
	padding: 29px;
}

.modalNew__title {
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

.modalNew__item {
	margin: 0 0 15px 0;
}

.modalNew__close {
	position: absolute;
	top: 29px;
	right: 29px;
	z-index: 2;
	cursor: pointer;
	background: url("/local/components/iswin/bx_catalog/templates/bd-new-design/css/../images/ico_close.svg") 0 0
		no-repeat;
	width: 15px;
	height: 15px;
}

.overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 20;
	transition: 0.3s all;
}

.overlay.active {
	opacity: 0.7;
	visibility: visible;
}

.modalNew__item b {
	font-weight: bold;
	color: #000000;
}

/* End */
/* /local/templates/tpl-new/fonts/fonts.css?1735213503810 */
/* /local/templates/tpl-new/css/c4u-style.css?164855337928473 */
/* /local/templates/tpl-new/css/pages/basket.css?1758007310149634 */
/* /local/components/iswin/bx_catalog/templates/bd-new-design/css/style.css?1758007426164377 */
/* /local/templates/tpl-new/assets/css/catalog.css?175506235970936 */
