

/* 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/c4u-designers.css?175501407771495*/
@charset "UTF-8";
/**
 * Mixins
 */
/**
 * Анимация свойств
 * @param {Map} $opts
 */
/**
 * Placeholders
 */
/**
 * Ширина блока
 */
/**
 * Троеточие, если текст не помещается
 */
.page--designers .container-box {
	padding: 0 36px !important;
}

.page--designers .header {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 34px 0;
}

@media (max-width: 767px) {
	.page--designers .header {
		padding: 20px 0;
	}
}

.page--designers .header .page_title {
	margin: 0 0 34px;
	font: normal 30px/40px "OpenSans", sans-serif;
}

@media (max-width: 767px) {
	.page--designers .header .page_title {
		margin-bottom: 24px;
	}
}

.page--designers .header .navigation {
	display: flex;
	align-items: center;
}

.page--designers .header .letter_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page--designers .header .letter_list {
		max-width: 650px;
	}
}

@media (max-width: 767px) {
	.page--designers .header .letter_list {
		max-width: 325px;
	}
}

.page--designers .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--designers .header .letter_item:hover {
	background-color: #e5e5e5;
	cursor: pointer;
}

.page--designers .header .letter_item.active {
	background-color: #e0387e;
	color: #ffffff;
}

.page--designers .header .letter_item--all {
	max-width: 100%;
	margin-right: 0;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 17px;
}

.page--designers .designer_bg {
	background: #fafafa;
}

.page--designers .designer_box {
	padding: 56px 0;
}

@media (max-width: 767px) {
	.page--designers .designer_box {
		padding: 28px 16px;
		border-left: none;
		border-right: none;
	}
}

.page--designers .designer_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 56px 28px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.page--designers .designer_list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 32px 20px;
	}
}

@media (max-width: 767px) {
	.page--designers .designer_list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px 12px;
	}
}

.page--designers .designer_card {
	text-align: center;
}

.page--designers .designer_card .photo_box {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 767px) {
	.page--designers .designer_card .photo_box {
		width: 100%;
		height: auto;
	}
}

.page--designers .designer_card .photo_box img {
	max-width: 100%;
	max-height: 100%;
}

.page--designers .designer_card .name {
	margin-top: 18px;
	color: #000000;
	font: normal 20px/40px "OpenSansBold", sans-serif;
}

@media (max-width: 767px) {
	.page--designers .designer_card .name {
		font-size: 16px;
		line-height: 22px;
	}
}

.page--designers .pagination {
	margin-top: 36px;
}

.page--designer_info .page_title {
	margin: 32px 0 74px;
	font: normal 30px/40px "OpenSans", sans-serif;
	text-align: center;
}

@media (max-width: 767px) {
	.page--designer_info .page_title {
		margin-bottom: 24px;
	}
}

.page--designer_info .photo_box {
	margin: 0 auto 80px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 767px) {
	.page--designer_info .photo_box {
		margin-bottom: 36px;
	}
}

.page--designer_info .photo_box img {
	max-width: 100%;
	max-height: 100%;
}

.page--designer_info .text_content {
	width: 100%;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.page--designer_info .text_content {
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.page--designer_info .text_content .text {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.page--designer_info .text_content .text_hi {
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
}

@media (max-width: 767px) {
	.page--designer_info .text_content .text_hi {
		margin-bottom: 28px;
		font-size: 20px;
		line-height: 28px;
	}
}

.page--designer_info .photo_content {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 400px;
	margin: 48px 0;
	padding: 0 38px;
	overflow: hidden;
}

.page--designer_info .photo_content .photo_content-pic {
	max-width: 667px;
	max-height: 100%;
	object-fit: contain;
}

.page--designer_info .photo_content .photo_content-pic:first-child {
	margin-right: 9px;
}

.page--designer_info .photo_content .photo_content-pic:last-child {
	margin-left: 9px;
}

@media (max-width: 767px) {
	.page--designer_info .photo_content {
		max-height: 818px;
		flex-direction: column;
		margin: 28px 0;
		padding: 0;
	}
	.page--designer_info .photo_content .photo_content-pic {
		max-width: 100%;
		max-height: 400px;
	}
	.page--designer_info .photo_content .photo_content-pic:first-child {
		margin-right: 0;
		margin-bottom: 18px;
	}
	.page--designer_info .photo_content .photo_content-pic:last-child {
		margin-left: 0;
	}
}

.page--designer_info .video_content {
	width: 100%;
	max-width: 870px;
	margin: 84px auto 98px;
}

@media (max-width: 767px) {
	.page--designer_info .video_content {
		max-width: 100%;
		margin: 26px auto 36px;
	}
}

.page--designer_info .video_content .video_content-item {
	width: 820px;
	height: 527px;
}

@media (max-width: 850px) {
	.page--designer_info .video_content .video_content-item {
		width: 100%;
		height: 52.8vw;
	}
}

.page--designer_info .video_content .video_box {
	position: relative;
	display: block;
}

.page--designer_info .video_content .video_box:hover {
	text-decoration: none;
}

.page--designer_info .video_content .video_box .icon_play {
	top: 46px;
	left: 46px;
}

.page--designer_info .video_content .video_box img {
	max-width: 100%;
	max-height: 100%;
}

/*# sourceMappingURL=c4u-designers.css.map */
.container {
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	padding-left: 28px;
	padding-right: 28px;
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}

.main-breadcrumbs__list {
	display: flex;
	align-items: center;
	padding-top: 22px;
	padding-bottom: 22px;
}

.main-breadcrumbs__list-item {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

.main-breadcrumbs__list-item a {
	color: #a1a1a1;
	transition: color, text-decoration 0.35s ease;
}

.main-breadcrumbs__list-item:after {
	content: "";
	display: block;
	background-image: url("/local/templates/tpl-new/images/breadcrumb-arrow.svg");
	width: 4px;
	height: 4px;
	background-size: cover;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-left: 8px;
	margin-right: 8px;
}

.main-breadcrumbs__list-item:last-child:after {
	display: none;
}

.main-breadcrumbs__list-item a:hover {
	color: #f8438e;
	text-decoration: underline;
	transition: color, text-decoration 0.35s ease;
}

.personal-account__menu {
	display: flex;
	align-items: center;
}

.form-row__group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.form-row__group-column {
	padding-left: 24px;
	padding-right: 24px;
}

.personal-account .form-content__radios {
	padding-bottom: 15px;
}

.form-content__radios {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.personal-account {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fafafa;
	padding-top: 30px;
}

.personal-account__title {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 41px;
	color: #000000;
	margin-bottom: 40px;
}

.personal-account__menu-item {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #333333;
	width: 25%;
	text-transform: uppercase;
	border-bottom: 2px solid #e5e5e5;
}

.personal-account__menu-item a {
	display: block;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	transition: color 0.35s ease;
}

.personal-account__menu-item a:hover {
	transition: color 0.35s ease;
	color: #e0387e;
}

.personal-account__menu-item.active {
	color: #e0387e;
	border-bottom: 2px solid #e0387e;
}

.form-content__group {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.personal-account__content-form {
	background-color: #ffffff;
	padding-left: 24px;
	padding-right: 24px;
}

.form-content__title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 24px;
}

.form-content__label {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #000000;
	margin-bottom: 8px;
}

.form-content__input {
	margin-bottom: 16px;
}

.form-content__select {
	margin-bottom: 16px;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.radio-item {
	display: flex;
	align-items: center;
	margin-right: 55px;
	margin-bottom: 4px;
	cursor: pointer;
}

.radio-item:hover .fake-radio {
	transition: border 0.35s ease;
	border: 1px solid #fd086e;
}

.input-hidden {
	display: none;
}

.fake-radio {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid #1a1919;
	border-radius: 50%;
	margin-right: 12px;
	transition: border 0.35s ease;
}

.input-hidden:checked + .fake-radio {
	border: 5px solid #fd086e;
}

.main-form__content {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
	min-width: 0;
}

@media screen and (max-width: 450px) {
	.personal-account .main-form__content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.fieldset-content__fill {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.fieldset-content__fill .form-content__input {
	width: 100%;
}

.form-content__textarea {
	background: #ffffff;
	border: 1px solid #a1a1a1;
	width: 100%;
	height: 124px;
	resize: none;
	padding: 15px;
	margin-bottom: 16px;
}

.form-content__password {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	color: #e0387e;
	background-color: #fbfafa;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	padding: 15px 42px;
}

.form-row__group .form-content__input {
	width: 360px;
}

.fieldset-content__fill .form-row__group-column:nth-child(2n + 1) {
	padding-left: 0;
}

.fieldset-content__fill .form-row__group-column:nth-child(2n) {
	padding-right: 0;
}

.adress-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fafafa;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	margin-bottom: 16px;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 16px;
	padding-right: 16px;
}

.adress-item__number {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #828282;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	flex-shrink: 0;
	border-radius: 50%;
}

.adress-item__name {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #828282;
}

.adress-item__note {
	max-width: 426px;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}

.btn-edit {
	width: 18px;
	height: 18px;
	margin-left: 24px;
	cursor: pointer;
}

.btn-edit .icon-edit {
	display: block;
	width: 18px;
	height: 18px;
}

.btn-edit .icon-edit:before {
	display: block;
	margin: 0;
	font-size: 18px;
	width: 18px;
	height: 18px;
	transition: color 0.35s ease;
}

.btn-edit:hover .icon-edit:before {
	transition: color 0.35s ease;
	color: #e0387e;
}

.btn-remove {
	width: 18px;
	height: 18px;
	margin-left: 24px;
	cursor: pointer;
}

.btn-remove .icon-trash1 {
	display: block;
	width: 18px;
	height: 18px;
}

.btn-remove .icon-trash1:before {
	display: block;
	margin: 0;
	font-size: 18px;
	width: 18px;
	height: 18px;
	transition: color 0.35s ease;
}

.btn-remove:hover .icon-trash1:before {
	transition: color 0.35s ease;
	color: #e0387e;
}

.adress-item__options {
	display: flex;
	align-items: center;
}

.checkbox-item {
	max-width: 360px;
	display: flex;
	align-items: flex-start;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 40px;
}

.fake-checkbox {
	display: block;
	width: 18px;
	height: 18px;
	background-color: transparent;
	flex-shrink: 0;
	border: 1px solid #1a1919;
	border-radius: 2px;
	margin-right: 16px;
}

.input-hidden:checked + .fake-checkbox {
	background-color: #e0387e;
	border-color: #e0387e;
}

.input-hidden:checked + .fake-checkbox:before {
	content: "\e804";
	display: block;
	width: 14px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	/* opacity: .8; */
	font-variant: normal;
	text-transform: none;
	/* font-size: 120%; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	width: 100%;
	height: 100%;
}

.form-content__label.light-version {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #828282;
	margin-bottom: 8px;
}

.form-row__group-column.subscription-area {
	padding-top: 28px;
}

.subscription-area .form-content__password {
	margin-top: 0;
}

.subscription-area .form-content__input {
	margin-bottom: 24px;
}

.submit-btn {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	/*padding: 10px 20px;*/
	padding: 15px 38px;
	background-color: #e0387e;
	border-radius: 2px;
}

.reset-btn {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #000000;
	background-color: #fafafa;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	padding: 14px 42px;
}

.main-form__content:last-child {
	border-bottom: none;
}

.order-advances {
	padding-top: 48px;
	padding-bottom: 48px;
}

.order-advances__list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.order-advances-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.order-advances-item__icon {
	margin-bottom: 24px;
	height: 90px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.order-advances-item__title {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 20px;
}

.order-advances-item__description {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #333333;
}

.personal-account__content-data {
	padding-top: 36px;
	padding-left: 29px;
	padding-right: 18px;
	background-color: #ffffff;
}

.order-data__head {
	display: flex;
	align-items: center;
	background-color: #fafafa;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 60px;
}

.order-data__head-item {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #828282;
	padding-left: 16px;
	padding-right: 16px;
}

.order-data__head-item.w-8 {
	width: 90px;
	flex-shrink: 0;
}

.order-data-item {
	display: flex;
	align-items: baseline;
	border-top: 1px solid #cbcbcb;
	padding: 32px 0;
	position: relative;
}

.info-wrapper {
	display: flex;
	align-items: baseline;
	width: calc(100% - 277px);
}

.order-data-item__id,
.order-data-item__status,
.order-data-item__date,
.order-data-item__consist,
.order-data-item__sum,
.order-data-item__type {
	padding-left: 16px;
	padding-right: 16px;
}

.order-data-item__id {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	width: 65px;
}

.order-data-item__status {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #828282;
	width: 225px;
	flex-shrink: 0;
}

.order-data-item__date {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	width: 115px;
	flex-shrink: 0;
}

.order-data-item__consist {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	max-width: 400px;
	flex-shrink: 0;
	width: 100%;
	margin-right: auto;
}

.order-data-item__sum {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	flex-shrink: 0;
	width: 135px;
}

.order-data-item__type {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	width: 106px;
	flex-shrink: 0;
}

.order-data-item__opt {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 36px;
}

.order-data-item__opt span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #828282;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	transition: background-color 0.35s ease;
}

.order-data-item__opt:hover span {
	background-color: #e0387e;
	transition: background-color 0.35s ease;
}

.w-1 {
	width: 65px;
}

.w-5 {
	max-width: 400px;
	max-width: 400px;
	flex-shrink: 0;
	width: 100%;
	margin-right: auto;
}

.w-3,
.w-4 {
	width: 115px;
	flex-shrink: 0;
}

.w-2 {
	width: 225px;
}

.w-6 {
	width: 135px;
}

.order-data-item__status.sended {
	color: #00698a;
}

.order-data__navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigation-pages-block {
	display: flex;
	align-items: center;
}

.navigation-pages-block__item {
	margin-right: 16px;
}

.navigation-pages-block__item a {
	display: block;
	flex-shrink: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #16202e;
	justify-content: center;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	background-color: transparent;
	transition: background-color 0.35s ease;
}

.navigation-pages-block__item a:hover {
	background-color: #ffffff;
	transition: background-color 0.35s ease;
}

.order-data__navigation {
	padding-top: 48px;
	background-color: #fafafa;
	margin-left: -29px;
	margin-right: -18px;
}

.navigation-pages-block__item.active a {
	color: #e0387e;
	background-color: #ffffff;
}

.view-more-button {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #16202e;
	background-color: #ffffff;
	padding: 14px 24px;
	border-radius: 40px;
}

.view-more-button .icon-spin {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 19px;
}

.view-more-button .icon-spin:before {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	width: 18px;
	height: 18px;
	color: #16202e;
	transition: color, transform 0.35s ease;
}

.view-more-button:hover {
	transition: color 0.35s ease;
	color: #e0387e;
}

.view-more-button:hover .icon-spin:before {
	transition: color, transform 0.35s ease;
	color: #e0387e;
	transform: rotate(180deg);
}

.actions-banner {
	position: absolute;
	top: 60px;
	right: 0;
	flex-direction: column;
	align-items: flex-start;
	background-color: #ffffff;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
	padding: 20px 17px;
	z-index: 1;
	min-width: 195px;
	min-height: 103px;
	cursor: auto;
	border: 1px solid #e5e5e5;
	display: none;
}

.actions-list__item {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1px;
	color: #52575c;
	margin-bottom: 20px;
	cursor: pointer;
}

.actions-list__item:last-child {
	margin-bottom: 0;
}

.actions-list__item .icon-download {
	margin-right: 12px;
	width: 14.63px;
	height: 16px;
}

.actions-list__item .icon-download:before {
	margin: 0;
	display: block;
	margin: 0;
	width: 14.63px;
	height: 16px;
	font-size: 16px;
	color: #16202e;
}

.actions-list__item .icon-trash1 {
	margin-right: 12px;
	width: 17.2px;
	height: 18.2px;
}

.actions-list__item .icon-trash1:before {
	margin: 0;
	display: block;
	margin: 0;
	width: 17.2px;
	height: 18.2px;
	font-size: 18px;
	color: #16202e;
}

.actions-list__item .icon-spin {
	margin-right: 12px;
	width: 14px;
	height: 14px;
}

.actions-list__item .icon-spin:before {
	margin: 0;
	color: #16202e;
	width: 14px;
	height: 14px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.actions-banner:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #ffffff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	z-index: 222;
	top: -7px;
	position: absolute;
	right: 14px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.canceled-status {
	color: #e0387e;
}

.completed-status {
	color: #3c916b;
}

.products-head-top {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 26px;
	padding-bottom: 26px;
}

.products-head-top__left {
	display: flex;
	align-items: center;
}

.products-head-top__left-item {
	margin-right: 30px;
}

.products-head-top__left-item a {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding: 10px 15px;
	transition: background-color 0.35s ease;
}

.products-head-top__left-item a:hover {
	transition: background-color 0.35s ease;
	background-color: rgba(23, 23, 23, 0.04);
}

.products-head-top__left-item.active a {
	color: #e0387e;
	background-color: rgba(23, 23, 23, 0.04);
}

.products-head-top__right-item {
	font-style: normal;
	font-weight: normal;
	font-size: 14px !important;
	color: #000000;
	display: flex;
	align-items: center;
	transition: color 0.35s ease;
}

.products-head-top__right-item:hover {
	transition: color 0.35s ease;
	color: #e0387e;
}

.products-head-top__right-item:hover:after {
	color: #000000;
}

.products-head-top__right-item:after {
	content: "|";
	display: block;
	color: #000000;
	margin-left: 8px;
	margin-right: 8px;
}

.products-head-top__right-item:last-child:after {
	display: none;
}

.products-head-top__right {
	display: flex;
	align-items: center;
}

.products-data__head-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fafafa;
}

.products-data__head-bottom-count {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
}

.products-data__head-bottom-count span {
	font-weight: bold;
	margin-left: 4px;
}

.product-data-sort {
	display: flex;
	align-items: center;
}

.product-data-sort__parametr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
}

.product-data-sort__parametr-variants {
	width: auto;
	height: auto;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-left: 4px;
}

.product-data-sort__btns-list .icon-list {
	background-image: url("/local/templates/tpl-new/images/list-variant.png");
	background-size: cover;
	width: 16px;
	height: 12px;
	display: block;
}

.product-data-sort__btns-grid .icon-grid {
	background-image: url("/local/templates/tpl-new/images/grid-variant.png");
	background-size: cover;
	width: 14px;
	height: 14px;
	display: block;
}

.product-data-sort__btns {
	display: flex;
	align-items: center;
}

.product-data-sort__btns-list {
	background: #ffffff;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-data-sort__btns-grid {
	background: #ffffff;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-data-sort__btns-list.active-variant {
	background-color: #e5e5e5;
	border: none;
}

.product-data-sort__btns-list.active-variant .icon-list {
	background-image: url("/local/templates/tpl-new/images/list-variant-active.png");
}

.product-data-sort__btns-grid.deactive-variant {
	border-left: none;
}

.product-data-sort__btns-grid.active-variant {
	background-color: #e5e5e5;
	border: none;
}

.product-data-sort__btns-grid.active-variant .icon-grid {
	background-image: url("/local/templates/tpl-new/images/grid-variant-active.png");
}

.products-data__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -17px;
	margin-right: -17px;
	background-color: #fafafa;
}

.product-item {
	display: block;
	width: calc(100% / 4 - 35px);
	margin-left: 17px;
	margin-right: 17px;
	background-color: #ffffff;
	margin-bottom: 60px;
	transition: box-shadow 0.35s ease;
}

.product-item:hover {
	transition: box-shadow 0.35s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
}

.product-item:hover .product-item__content-title {
	transition: color 0.35s ease;
	color: #e0387e;
}

.product-item__img {
	height: 100%;
	max-height: 200px;
	overflow: hidden;
	display: block;
}

.product-item__img img {
	width: 100%;
	height: auto;
	display: block;
}

.product-item__content {
	padding: 19px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-item__content-title {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin-bottom: 13px;
	transition: color 0.35s ease;
}

.product-item__content-newprice {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #000000;
}

.product-item__content-oldprice {
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #c4c4c4;
	position: relative;
}

.product-item__content-oldprice:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c4c4c4;
	position: absolute;
	top: 50%;
	left: 0;
}

.products-data__navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 48px;
	background-color: #fafafa;
}

.list-version .product-item {
	width: calc(100% / 2 - 35px);
	display: flex;
	align-items: stretch;
}

.list-version .product-item__img {
	max-height: 100%;
}

.list-version .product-item__content-oldprice {
	order: 1;
}

.list-version .product-item__content-newprice {
	order: 2;
}

.product-more-info {
	display: none;
	margin-top: 14px;
	margin-bottom: 17px;
}

.product-more-info__item {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #828282;
	margin-bottom: 14px;
}

.product-more-info__item span {
	color: #e0387e;
	margin-left: 4px;
}

.product-more-info__item span.country {
	color: #000000;
}

.list-version .product-more-info {
	order: 3;
	display: block;
}

.product-item-options {
	display: none;
}

.list-version .product-item-options {
	order: 4;
	display: flex;
	align-items: center;
}

.list-version .product-item__content {
	align-items: flex-start;
}

.list-version .product-item__content-title {
	text-align: left;
}

.product-item-options__buy {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	text-align: center;
	color: #ffffff !important;
	background-color: #e0387e;
	border-radius: 2px;
	padding: 10px 43px;
	text-transform: uppercase;
	transition: background-color 0.35s ease;
}

.product-item-options__buy:hover {
	transition: background-color 0.35s ease;
	background-color: #f8438e;
}

.product-item-options__favourite {
	margin-left: 20px;
	margin-right: 20px;
}

.product-item-options__favourite .icon-favorit {
	width: 17px;
	height: 14px;
	display: block;
}

.product-item-options__favourite .icon-favorit:before {
	margin: 0;
	font-size: 14px;
	width: 17px;
	height: 14px;
	display: block;
	color: #231f20;
	transition: color 0.35s ease;
}

.product-item-options__comparison .icon-comparison {
	display: block;
	width: 22px;
	height: 11px;
}

.product-item-options__comparison .icon-comparison:before {
	margin: 0;
	display: block;
	width: 22px;
	height: 11px;
	font-size: 11px;
	color: #231f20;
	transition: color 0.35s ease;
}

.product-item-options__favourite:hover .icon-favorit:before {
	transition: color 0.35s ease;
	color: #f8438e;
}

.product-item-options__comparison:hover .icon-comparison:before {
	transition: color 0.35s ease;
	color: #f8438e;
}

.list-version .product-item__img img {
	width: auto;
	height: 100%;
	display: block;
}

.form-content__input[type="time"] {
	width: 164px;
	height: 50px;
	border: 1px solid #a1a1a1;
	padding: 0 15px;
}

.icon-multiselect {
	background-image: url("/local/templates/tpl-new/assets/images/miltiselect.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 24px;
	display: block;
}

.mobile-selected-point {
	display: none;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

@media screen and (max-width: 1270px) {
	.order-data-item__consist {
		max-width: 200px;
	}
	.w-5 {
		max-width: 200px;
	}
	.order-data-item__status {
		width: 156px;
	}
	.w-2 {
		width: 156px;
	}
}

.toggle-btn {
	display: none;
}

.toggle-btn.rotate {
	transform: scale(-1, -1);
}

.products-data__head-bottom .order-data-item__opt {
	display: none;
}

.mobile-hader-top {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.order-data__head {
		display: none;
	}
	.info-wrapper {
		display: none;
		width: 100%;
		padding-top: 24px;
	}
	.order-data-item__opt {
		display: none;
	}
	.personal-account__content-data {
		padding-left: 0;
		padding-right: 0;
	}
	.order-data__list {
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		margin-left: -16px;
		margin-right: -16px;
	}
	.order-data-item {
		background-color: #ffffff;
		border: none;
		margin-bottom: 16px;
		display: flex;
		flex-wrap: wrap;
	}
	.toggle-btn {
		display: block;
		margin-left: auto;
		margin-right: 16px;
	}
	.toggle-btn .icon-right-open {
		transform: rotate(90deg);
		display: block;
	}
	.toggle-btn .icon-right-open:before {
		color: #828282;
	}
	.order-data-item__date {
		display: inline-block;
	}
	.personal-account__content-data {
		background-color: #fafafa;
	}
	.order-data-item {
		width: calc(100% / 2 - 32px);
		max-width: 100%;
		margin-left: 16px;
		margin-right: 16px;
	}
	.order-data__navigation {
		margin-left: 0;
		margin-right: 0;
	}
	.order-data-item__status {
		width: auto;
	}
}

@media screen and (min-width: 931px) and (max-width: 1200px) {
	.product-item {
		width: calc(100% / 3 - 35px);
	}
}

@media screen and (min-width: 768px) and (max-width: 930px) {
	.product-item {
		width: calc(100% / 2 - 35px);
	}
	.products-head-top {
		display: none;
	}
	.product-data-sort {
		display: none;
	}
	.mobile-hader-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.products-data__head {
		background-color: #ffffff;
		padding-left: 24px;
		padding-right: 24px;
	}
	.mobile-hader-top__note {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
	}
	.mobile-hader-top__filter {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
	}
	.products-data__head-bottom {
		position: relative;
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.products-data__head-bottom .order-data-item__opt {
		display: flex;
	}
}

@media screen and (min-width: 768px) and (max-width: 872px) {
	.form-row__group {
		flex-direction: column;
	}
	.form-row__group-column {
		padding-left: 0;
		padding-right: 0;
	}
	.submit-btn {
		width: 100%;
		max-width: 360px;
		justify-content: center;
	}
	.reset-btn {
		width: 100%;
		max-width: 360px;
		justify-content: center;
	}
}

@media screen and (max-width: 860px) {
	.personal-account__menu-item a {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.mobile-selected-point {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}
	.personal-account__menu {
		flex-direction: column;
		align-items: flex-start;
		max-width: 360px;
		margin: auto;
		width: 100%;
		background-color: #ffffff;
		border-radius: 2px;
		-webkit-box-shadow: 0px 0px 10px 0px #999999;
		-moz-box-shadow: 0px 0px 10px 0px #999999;
		box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.3);
		padding: 16px;
	}
	.personal-account__menu-item {
		width: 100%;
		margin-bottom: 14px;
		border: none;
	}
	.personal-account__menu-item a {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
		color: #000000;
		padding: 0;
		text-transform: capitalize;
	}
	.personal-account__menu-item.active {
		border: none;
	}
	.personal-account__menu-item.active a {
		color: #e0387e;
	}
	.mobile-select-wrapper {
		position: relative;
		max-width: 360px;
		margin: auto;
	}
	.personal-account__menu {
		position: absolute;
		left: 0;
		top: 24px;
		z-index: 1;
	}
	.personal-account__menu {
		display: none;
	}
	.personal-account {
		background-color: #ffffff;
	}
	.personal-account__content {
		border-top: 1px solid #e5e5e5;
	}
	.form-row__group-column {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.form-content__input {
		width: 100%;
	}
	.form-row__group .form-content__input {
		width: 100%;
	}
	.personal-account__content-form {
		padding-left: 0;
		padding-right: 0;
	}
	.submit-btn {
		width: 100%;
		max-width: 360px;
		justify-content: center;
	}
	.reset-btn {
		width: 100%;
		max-width: 360px;
		justify-content: center;
	}
	.form-content__password {
		width: 100%;
		max-width: 360px;
		justify-content: center;
	}
	.form-content__input[type="time"] {
		width: auto;
	}
	.adress-item {
		max-width: 360px;
		flex-wrap: wrap;
		justify-content: stretch;
	}
	.adress-item__note {
		order: 2;
		margin-top: 18px;
	}
	.adress-item__options {
		margin-left: auto;
	}
	.adress-item__name {
		margin-left: 24px;
	}
	.order-advances {
		overflow: auto;
	}
	.order-advances__list {
		width: 768px;
	}
	.navigation-pages-block {
		display: none;
	}
	.order-data__head {
		display: none;
	}
	.info-wrapper {
		display: none;
		width: 100%;
		padding-top: 24px;
	}
	.order-data-item__opt {
		display: none;
	}
	.personal-account__content-data {
		padding-left: 0;
		padding-right: 0;
	}
	.order-data__list {
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	.personal-account__content {
		background-color: #fafafa;
	}
	.personal-account__content-data {
		background-color: transparent;
	}
	.order-data-item {
		background-color: #ffffff;
		border: none;
		margin-bottom: 16px;
		display: flex;
		flex-wrap: wrap;
	}
	.order-data__navigation {
		margin-left: 0;
		margin-right: 0;
		justify-content: center;
	}
	.toggle-btn {
		display: block;
		margin-left: auto;
		margin-right: 16px;
	}
	.toggle-btn .icon-right-open {
		transform: rotate(90deg);
		display: block;
	}
	.toggle-btn .icon-right-open:before {
		color: #828282;
	}
	.order-data-item__date {
		display: inline-block;
	}
	.order-data__navigation {
		padding-bottom: 48px;
	}
	.product-item {
		width: calc(100% / 1 - 35px);
		margin-bottom: 30px;
	}
	.product-item__img {
		max-height: 100%;
		height: auto;
	}
	.products-head-top {
		display: none;
	}
	.product-data-sort {
		display: none;
	}
	.mobile-hader-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.products-data__head {
		background-color: #ffffff;
	}
	.mobile-hader-top__note {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
	}
	.mobile-hader-top__filter {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: #000000;
	}
	.products-data__head-bottom {
		position: relative;
	}
	.products-data__head-bottom .order-data-item__opt {
		display: flex;
	}
	.products-data__navigation {
		justify-content: center;
		padding-bottom: 48px;
	}
}

.products-data__docs {
	background-color: #ffffff;
	padding-top: 38px;
	padding-left: 29px;
	padding-right: 18px;
}

.docs-list-head {
	display: flex;
	align-items: center;
	background-color: #fafafa;
	padding: 16px 0;
}

.docs-list-head__item {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #828282;
	padding-left: 16px;
	padding-right: 16px;
}

.docs-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 0;
	border-top: 1px solid #cbcbcb;
}

.docs-list-item__name {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #000000;
	width: calc(100% - 322px);
	padding-left: 16px;
	padding-right: 16px;
}

.w_80 {
	width: calc(100% - 322px);
}

.docs-list-item__size {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #000000;
	padding-left: 16px;
	padding-right: 16px;
	min-width: 125px;
	flex-shrink: 0;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.docs-list-item {
		justify-content: space-between;
		border: none;
		background-color: #ffffff;
		margin-bottom: 16px;
		padding: 24px 16px;
	}
	.docs-list-item:last-child {
		margin-bottom: 0;
	}
	.docs-list-item__opt {
		width: 22px;
		height: 22px;
		overflow: hidden;
	}
	.docs-list-head {
		display: none;
	}
	.docs-list-item__size {
		display: none;
	}
	.products-data__docs {
		padding-left: 24px;
		padding-right: 24px;
		background-color: #fafafa;
	}
	.docs-list-item__name {
		width: auto;
		padding-left: 0;
	}
}

input.datepicker-ui {
	width: 220px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	padding: 0 15px;
	margin-bottom: 0;
	background-image: url("/local/templates/tpl-new/images/date.svg");
	background-repeat: no-repeat;
	background-size: 16px 18px;
	background-position: calc(100% - 15px) center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.group-layer {
	display: flex;
	align-items: flex-end;
}

.group-layer__item {
	margin-right: 32px;
}

.form-content__note {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 24px;
}

.statements-form {
	width: 100%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

.statements-wrapper {
	background-color: #ffffff;
}

.get-statements {
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.group-layer {
		flex-direction: column;
		align-items: flex-start;
	}
	.group-layer__item {
		width: 100%;
		max-width: 312px;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.group-layer__item .datepicker-ui {
		width: 100%;
	}
	.group-layer__btn {
		padding-left: 16px;
		padding-right: 16px;
		max-width: 312px;
		width: 100%;
		margin-top: 16px;
		margin-bottom: 0;
	}
	.form-content__note {
		margin-bottom: 16px;
	}
	.statements-form {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.get-statements {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1054px) {
	.get-statements .personal-account__menu-item a {
		font-size: 12px;
		padding-left: 14px;
		padding-right: 14px;
	}
	.group-layer__item {
		margin-right: 12px;
	}
	.group-layer__btn.submit-btn {
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 0;
	}
	.statements-form {
		padding-left: 24px;
		padding-right: 24px;
	}
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px white;
	/* цвет вашего фона */
	-webkit-text-fill-color: #000000;
	/* цвет текста */
}

.form-content__input[type="password"] {
	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;
}

.forgot-password {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	transition: color 0.35s ease;
}

.forgot-password:hover {
	transition: color 0.35s ease;
	color: #e0387e;
}

.autorization-form__bottom {
	display: flex;
	align-items: center;
	margin-top: 48px;
}

.autorization-form__bottom .forgot-password {
	margin-left: 32px;
}

.personal-account__opt {
	display: flex;
	align-items: stretch;
	background-color: #ffffff;
	padding: 32px;
}

.account-opt-item__title {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #000000;
	margin-bottom: 32px;
}

.account-opt-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.account-opt-item .submit-btn {
	margin-top: auto;
	margin-bottom: 0;
}

.autorization-form {
	border-right: 1px solid #e5e5e5;
	padding-right: 32px;
}

.registration-item {
	padding-left: 32px;
}

.account-opt-item__note {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 16px;
}

.account-opt-item__list {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #828282;
	margin-bottom: 48px;
	max-width: 474px;
}

.account-opt-item__list-item:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #c4c4c4;
	margin-right: 12px;
	flex-shrink: 0;
	margin-top: 8px;
}

.account-opt-item__list-item {
	display: flex;
	margin-bottom: 20px;
}

.registration-switch-btn {
	display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	.account-opt-item .form-content__input {
		width: 100%;
	}
	.autorization-form__bottom {
		flex-direction: column;
		flex-direction: column-reverse;
		width: 100%;
	}
	.autorization-form__bottom .forgot-password {
		margin-bottom: 12px;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.personal-account__opt {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}
	.account-opt-item {
		width: 100%;
		padding: 0;
		border: none;
	}
	.account-opt-item__list {
		display: none;
	}
	.account-opt-item__note {
		display: none;
	}
	.registration-item .account-opt-item__title {
		display: none;
	}
	.autorization-form__bottom {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.autorization-form__bottom .forgot-password {
		margin-left: 0;
	}
	.autorization-form {
		padding-bottom: 32px;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 32px;
	}
	.registration-switch-btn {
		margin-bottom: 0;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #000000;
		background-color: #fafafa;
		border: 1px solid #cbcbcb;
		border-radius: 2px;
	}
	.account-opt-item .form-content__input {
		width: 100%;
		max-width: 312px;
	}
}

.fancybox-init-popup {
	display: none;
}

.fancybox-init-popup__content {
	max-width: 520px;
	margin-top: 24px;
}

.fancybox-init-popup__content .submit-btn {
	width: 100%;
	max-width: 360px;
	text-align: center;
	justify-content: center;
}

.forgot-password.fancybox-content {
	padding: 24px;
}

.fancybox-init-popup__head {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #828282;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.fancybox-init-popup__content-note {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 48px;
}

.fancybox-init-popup__content .form-content__input {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}

.fancybox-init-popup__content .submit-btn {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.fancybox-bg {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

.fancybox-init-popup__content .form-content__input::placeholder {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #828282;
}

.fancybox-slide--html button.fancybox-close-small {
	padding: 8px;
	top: 12px;
	right: 10px;
}

button.fancybox-close-small svg {
	color: #16202e;
}

button.fancybox-close-small:hover svg {
	color: #e0387e;
}

@media screen and (max-width: 550px) {
	.fancybox-init-popup {
		bottom: 0;
		top: auto;
		position: fixed !important;
		left: 0;
		height: 80%;
	}
	.fancybox-init-popup__content .form-content__input {
		width: 100%;
		max-width: 312px;
		margin-bottom: 24px;
	}
	.fancybox-init-popup__content .submit-btn {
		width: 100%;
		max-width: 312px;
	}
	.fancybox-init-popup__content-note {
		margin-bottom: 32px;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		color: #000000;
	}
	.fancybox-init-popup__content {
		margin-top: 12px;
	}
	.fancybox-init-popup__head {
		border-bottom: none;
	}
	.fancybox-init-popup__head {
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 25px;
		text-transform: uppercase;
		color: #828282;
	}
}

.registration-page__note {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	padding-bottom: 21px;
	border-bottom: 2px solid #e5e5e5;
}

.registration-page .personal-account__title {
	margin-bottom: 12px;
}

.register__modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.register__modal--active {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	visibility: visible;
}

.register__modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}

.register__modal-inner {
	position: relative;
}

.register__modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 62vw;
	height: 400px;
	padding: 30px 50px;
	background-color: white;
	transform: translate(-50%, -50%);
}

.register__modal-title {
	font-size: 28px;
	line-height: 41px;
	margin-bottom: 40px;
}

.register__modal-btn {
	width: 100%;
}

@media screen and (min-width: 1920px) {
	.register__modal-content {
		width: 800px;
	}
}

@media screen and (max-width: 991px) {
	.register__modal-content {
		width: 80vw;
		padding: 25px 40px;
	}

	.register__modal-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 576px) {
	.register__modal-content {
		width: 90vw;
		padding: 25px 40px;
	}

	.register__modal-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 440px) {
	.register__modal-content {
		width: 93vw;
		padding: 25px 25px;
	}

	.register__modal-title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.register__modal-btn {
	}
}

.user-reg-variant {
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.user-reg-variant__label.ui-checkboxradio-label {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
	background-color: #fafafa;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 27px 49px;
	min-width: 360px;
	min-height: 90px;
	margin-left: 16px;
	margin-right: 16px;
}

.user-reg-variant__label.ui-checkboxradio-label:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}

.user-reg-variant__label.ui-checkboxradio-label.ui-state-active {
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e0397e !important;
	background-color: #fbfafa !important;
	border: 1px solid #f8438e !important;
	box-sizing: border-box;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
	background-image: url("/local/templates/tpl-new/assets/images/checked-variant.svg") !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 20px) 15px !important;
}

.user-reg-variant__label.ui-checkboxradio-label:active {
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e0397e !important;
	background-color: #fbfafa !important;
	border: 1px solid #f8438e !important;
	box-sizing: border-box;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
}

.user-reg-variant__label.ui-checkboxradio-label.ui-state-active:hover {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e0397e !important;
	background-color: #fbfafa !important;
	border: 1px solid #f8438e !important;
	box-sizing: border-box;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
	background-image: url("/local/templates/tpl-new/assets/images/checked-variant.svg") !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 20px) 15px !important;
}

.user-reg-variant__label.ui-checkboxradio-label.ui-state-focus {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e0397e;
	background-color: #fbfafa;
	border: 1px solid #f8438e;
	box-sizing: border-box;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
}

.form-content__title {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333333;
}

.column-without-title {
	margin-top: 48px;
}

.fieldset-content__mini {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.fieldset-content__mini-input {
	margin-right: 16px;
}

.fieldset-content__mini .form-content__input {
	width: 120px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	padding: 0 15px;
}

.form-content__input#home,
.form-content__input#structure,
.form-content__input#flat,
.form-content__input#entrance {
	font-size: 12px;
}

.fieldset-content__mini-input {
	margin-bottom: -16px;
}

.main-form__content-confirmation .checkbox-item {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #828282;
}

.main-form__content-confirmation .checkbox-item a {
	color: #e0387e;
}

.main-form__content-confirmation {
	width: 100%;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.main-form__content-confirmation .checkbox-item {
	width: auto;
	max-width: 100%;
}

.fake-checkbox-text {
	width: 100%;
	max-width: 437px;
}

.reg-variant-adaptive {
	display: none;
}

@media screen and (max-width: 767px) {
	.registration-page .user-reg-variant {
		display: none;
	}
	.reg-variant-adaptive {
		display: block;
		padding-top: 24px;
		padding-bottom: 32px;
	}
	.reg-variant-adaptive__name {
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 25px;
		text-transform: uppercase;
		color: #333333;
		margin-bottom: 24px;
		display: inline-block;
	}
	.reg-variant-layer {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.ui-selectmenu-button.ui-button {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: transparent;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	min-width: 312px;
	height: 50px;
	outline: none;
}

.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
	background-image: url(/local/templates/tpl-new/images/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-position: 0;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: transparent;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	min-width: 312px;
	height: 50px;
	outline: none;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
	background-image: url(/local/templates/tpl-new/images/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-position: 0;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-closed {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: transparent;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	border-radius: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	min-width: 312px;
	height: 50px;
	outline: none;
}

.ui-selectmenu-button.ui-button.ui-selectmenu-button-closed .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
	background-image: url(/local/templates/tpl-new/images/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-position: 0;
}

.ui-menu .ui-menu-item {
	background-color: #ffffff;
	min-height: 50px;
}

.ui-menu-item-wrapper {
	background-color: #ffffff;
	min-height: 50px;
	display: flex;
	align-items: center;
}

.ui-selectmenu-text {
	margin-right: auto !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #e0387e !important;
	background: #e0387e !important;
	font-weight: normal !important;
	color: #fff !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 14px !important;
}

.ui-selectmenu-open {
	margin-top: 6px !important;
}

@media screen and (max-width: 425px) {
	.fieldset-content__mini .form-content__input {
		width: 100%;
		min-width: 100%;
	}
	.fieldset-content__mini-input {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 860px) {
	.user-reg-variant__label.ui-checkboxradio-label {
		min-width: 0;
		width: 50%;
	}
}

.HeaderSite__rightTop {
	position: relative;
}

.pages-lk-menu {
	position: absolute;
	right: 20px;
	top: 46px;
	background-color: #ffff;
	z-index: 111;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
	padding: 20px 16px;
	min-width: 195px;
	border: 1px solid #e5e5e5;
	display: none;
	opacity: 0;
	transition: opacity, display 0.35s ease;
}

.HeaderSite__link:hover + .HeaderSite__link + .pages-lk-menu {
	transition: opacity, display 0.35s ease;
	opacity: 1;
	display: block;
}

.pages-lk-menu__list {
	position: relative;
}

.pages-lk-menu__list:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: -26px;
	right: -2px;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.pages-lk-menu__list-item {
	margin-bottom: 20px;
}

.pages-lk-menu__list-item:last-child {
	margin-bottom: 0;
}

.pages-lk-menu__list-item a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1px;
	color: #52575c;
	transition: color 0.35s ease;
}

.pages-lk-menu__list-item a:hover {
	transition: color 0.35s ease;
	color: #e0387e;
}

@media screen and (max-width: 767px) {
	.personal-account__title {
		padding-left: 24px;
		padding-right: 24px;
	}
	.mobile-select-wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.order-history .w-2 {
	width: 100px;
}

.order-history .order-data-item__status {
	width: 100px;
}

.order-data-item__payment {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	padding-left: 16px;
	padding-right: 16px;
	flex-shrink: 0;
	width: 90px;
}

.order-history .info-wrapper {
	width: calc(100% - 165px);
}

.order-history .order-data-item__consist {
	max-width: 367px;
}

.order-history .w-5 {
	max-width: 367px;
}

.order-history .w-8 {
	width: 90px;
	flex-shrink: 0;
}

.order-history .order-data__head {
	padding-right: 60px;
}

.current-order-data .order-data__head-item.w-7 {
	width: 212px;
}

.current-order-data .order-data-item__type {
	width: 212px;
}

.current-order-data .order-data__head {
	padding-right: 0;
}

.orders-data-history .order-data__head-item.w-8 {
	width: 222px;
}

.orders-data-history .order-data-item__payment {
	width: 222px;
}

.orders-data-history .order-data__head {
	padding-right: 0;
}

.current-order-data .order-data-item__consist {
	max-width: 400px;
	margin-right: 0;
}

.current-order-data .order-data__head-item.w-5 {
	max-width: 400px;
	margin-right: 0;
}

.orders-data-history .order-data-item__consist {
	max-width: 400px;
	margin-right: 0;
}

.orders-data-history .order-data__head-item.w-5 {
	max-width: 400px;
	margin-right: 0;
}

.current-order-data .order-data__head-item.w-5 {
	margin-right: 0;
}

.current-order-data .order-data-item__consist {
	margin-right: 0;
}

.current-order-data .order-data-item__status {
	flex-shrink: 0;
}

.current-order-data .order-data__head-item.w-2 {
	flex-shrink: 0;
}

.orders-data-history .order-data-item__status {
	flex-shrink: 0;
}

.orders-data-history .order-data__head-item.w-2 {
	flex-shrink: 0;
}

.orders-data-history .order-data__head-item.w-6,
.current-order-data .order-data__head-item.w-6 {
	flex-shrink: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
	.current-order-data .order-data-item__consist {
		max-width: 300px;
		margin-right: 0;
	}
	.current-order-data .order-data__head-item.w-5 {
		max-width: 300px;
		margin-right: 0;
	}
	.orders-data-history .order-data-item__consist {
		max-width: 300px;
		margin-right: 0;
	}
	.orders-data-history .order-data__head-item.w-5 {
		max-width: 300px;
		margin-right: 0;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
	.orders-data-history .order-data-item__payment {
		width: 122px;
	}
	.current-order-data .order-data-item__type {
		width: 122px;
	}
	.current-order-data .order-data__head-item.w-7 {
		width: 122px;
	}
	.orders-data-history .order-data__head-item.w-8 {
		width: 122px;
	}
	.current-order-data .order-data-item__consist {
		max-width: 250px;
		margin-right: 0;
	}
	.current-order-data .order-data__head-item.w-5 {
		max-width: 250px;
		margin-right: 0;
	}
	.orders-data-history .order-data-item__consist {
		max-width: 250px;
		margin-right: 0;
	}
	.orders-data-history .order-data__head-item.w-5 {
		max-width: 250px;
		margin-right: 0;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1099px) {
	.order-data__head {
		padding-right: 0;
	}
	.current-order-data .order-data-item__consist {
		max-width: 200px;
		margin-right: 0;
	}
	.current-order-data .order-data__head-item.w-5 {
		max-width: 200px;
		margin-right: 0;
	}
	.orders-data-history .order-data-item__consist {
		max-width: 200px;
		margin-right: 0;
	}
	.orders-data-history .order-data__head-item.w-5 {
		max-width: 200px;
		margin-right: 0;
	}
	.orders-data-history .order-data-item__payment {
		width: 122px;
	}
	.current-order-data .order-data-item__type {
		width: 122px;
	}
	.current-order-data .order-data__head-item.w-7 {
		width: 122px;
	}
	.orders-data-history .order-data__head-item.w-8 {
		width: 122px;
	}
	/*.orders-data-history .order-data__head-item.w-8 {*/
	/*  width: 150px;*/
	/*  flex-shrink: 0;*/
	/*}*/
	/*.current-order-data .order-data__head-item.w-7 {*/
	/*  width: 150px;*/
	/*}*/
}

/*.order-history .order-data-item__type {*/
/*  width: 130px;*/
/*}*/
/*.order-history .w-7 {*/
/*  width: 130px;*/
/*}*/
@media screen and (max-width: 1255px) {
	.order-history .w-5 {
		max-width: 210px;
	}
	.order-history .order-data-item__consist {
		max-width: 210px;
	}
}

.w-7 {
	width: 106px;
	flex-shrink: 0;
}

@media screen and (max-width: 1059px) {
	.order-history .w-7 {
		padding: 0;
		width: auto;
		margin-right: 10px;
	}
	.order-history .order-data-item__type {
		padding: 0;
	}
}

@media screen and (max-width: 1020px) {
	.order-history .order-data__head {
		padding-right: 30px;
	}
	.order-history .order-data-item__opt {
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.reg-variant-adaptive {
		padding-left: 0;
		padding-right: 0;
	}
	.form-content {
		padding-left: 24px;
		padding-right: 24px;
	}
	.ui-selectmenu-button.ui-button.ui-selectmenu-button-closed {
		min-width: 0;
		width: 100%;
		max-width: 312px;
	}
	.ui-selectmenu-button.ui-button {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		background-color: transparent;
		border: 1px solid #a1a1a1;
		box-sizing: border-box;
		border-radius: 0;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		max-width: 312px;
		width: 100%;
		min-width: 0;
		height: 50px;
		outline: none;
	}
	.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
		background-image: url(/local/templates/tpl-new/images/arrow_down.svg);
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		background-position: 0;
	}
	.ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		background-color: transparent;
		border: 1px solid #a1a1a1;
		box-sizing: border-box;
		border-radius: 0;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		width: 100%;
		max-width: 312px;
		min-width: 0;
		height: 50px;
		outline: none;
	}
	.ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
		background-image: url(/local/templates/tpl-new/images/arrow_down.svg);
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		background-position: 0;
	}
	.ui-selectmenu-button.ui-button.ui-selectmenu-button-closed {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		background-color: transparent;
		border: 1px solid #a1a1a1;
		box-sizing: border-box;
		border-radius: 0;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		width: 100%;
		max-width: 312px;
		min-width: 0;
		height: 50px;
		outline: none;
	}
	.ui-selectmenu-button.ui-button.ui-selectmenu-button-closed .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
		background-image: url(/local/templates/tpl-new/images/arrow_down.svg);
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		background-position: 0;
	}
	.ui-menu .ui-menu-item {
		background-color: #ffffff;
		min-height: 50px;
	}
	.ui-menu-item-wrapper {
		background-color: #ffffff;
		min-height: 50px;
		display: flex;
		align-items: center;
	}
	.ui-selectmenu-text {
		margin-right: auto !important;
	}
	.ui-state-active,
	.ui-widget-content .ui-state-active,
	.ui-widget-header .ui-state-active,
	a.ui-button:active,
	.ui-button:active,
	.ui-button.ui-state-active:hover {
		border: 1px solid #e0387e !important;
		background: #e0387e !important;
		font-weight: normal !important;
		color: #fff !important;
		font-style: normal !important;
		font-weight: bold !important;
		font-size: 14px !important;
	}
	.ui-selectmenu-open {
		margin-top: 6px !important;
	}
	.form-content__input[type="password"] {
		width: 100%;
		max-width: 312px;
	}
}

@media screen and (max-width: 767px) {
	.mobile-hader-top {
		padding-left: 24px;
		padding-right: 24px;
	}
	.products-data__head-bottom {
		padding-left: 24px;
		padding-right: 24px;
		background-color: #fafafa;
	}
	.products-data__list {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.filter-popup {
	max-width: 550px !important;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.filter-list li a {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	display: block;
	padding: 16px 24px;
}

.filter-list li.is-active a {
	background-color: rgba(23, 23, 23, 0.04);
	color: #e0387e;
}

.popup-buttons-group {
	display: flex;
	align-items: stretch;
	margin-top: 48px;
}

.popup-buttons-group .reset-btn {
	margin-right: 13px;
}

.filter-popup .fancybox-init-popup__head {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	border-bottom: none;
	text-transform: lowercase;
}

.filter-popup .submit-btn {
	margin-bottom: 0;
}

.filter-popup .reset-btn {
	margin-bottom: 0;
}

@media screen and (max-width: 872px) {
	.filter-popup .reset-btn {
		padding-left: 16px;
		padding-right: 16px;
		width: 150px;
		height: 50px;
	}
	.filter-popup .submit-btn {
		padding-left: 16px;
		padding-right: 16px;
		width: 150px;
		height: 50px;
	}
}

@media screen and (max-width: 550px) {
	.filter-popup {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	.filter-list {
		margin-left: -24px;
		margin-right: -24px;
		margin-bottom: auto;
	}
	.popup-buttons-group {
		bottom: 24px;
		position: absolute;
		left: 0;
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
}

.main-tabs.ui-widget.ui-widget-content {
	border: none;
	padding: 0;
}

.personal-account__menu.ui-tabs-nav {
	border: none;
	background: #fafafa;
	color: inherit;
	font-weight: normal;
	padding: 0 !important;
}

.ui-tabs-nav li.personal-account__menu-item {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	border: none;
	border-radius: 0;
	margin: 0 !important;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	background: none;
	border-bottom: 2px solid #e5e5e5 !important;
}

.ui-tabs-nav li.personal-account__menu-item a {
	display: block;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-bottom: 24px !important;
	padding-top: 0 !important;
	width: 100%;
	transition: color 0.35s ease;
}

.personal-account__content.ui-tabs-panel {
	padding: 0 !important;
}

.ui-tabs-nav li.personal-account__menu-item.ui-state-active {
	border: none !important;
	border-bottom: 2px solid #e0387e !important;
	background-color: transparent !important;
}

.ui-tabs-nav li.personal-account__menu-item.ui-state-active a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #e0387e;
}

@media screen and (max-width: 767px) {
	.personal-account__menu.ui-tabs-nav {
		background-color: #ffffff;
		padding: 16px !important;
	}
	.ui-tabs-nav li.personal-account__menu-item {
		background-color: #ffffff;
		border: none;
		border-bottom: none !important;
		margin-bottom: 10px !important;
	}
	.ui-tabs-nav li.personal-account__menu-item a {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
		color: #000000 !important;
		padding: 0 !important;
		text-transform: capitalize;
	}
	.ui-tabs-nav li.personal-account__menu-item.ui-state-active a {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
		color: #e0387e !important;
		padding: 0 !important;
		text-transform: capitalize;
	}
	.ui-tabs-nav li.personal-account__menu-item.ui-state-active {
		border-bottom: none !important;
	}
	.personal-account__content {
		border-top: 1px solid #e5e5e5 !important;
	}
	.personal-account__content-data {
		background-color: #fafafa;
	}
}

/*# sourceMappingURL=c4u-designers.css.map */

/* End */


/* Start:/local/templates/tpl-new/css/pages/basket.css?1759449215149693*/
@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;
}

.phone__extra {
	font-size: 14px;
	color: #828282;
}

.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/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/c4u-designers.css?175501407771495 */
/* /local/templates/tpl-new/css/pages/basket.css?1759449215149693 */
/* /local/templates/tpl-new/assets/css/catalog.css?175506235970936 */
