

/* 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 */
/* /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 */
