@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/OpenSans.woff2") format("woff2"), url("../../fonts/OpenSans.woff") format("woff"); }

@font-face {
  font-weight: 400;
  font-family: "PT Serif";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/PTSerif.woff2") format("woff2"), url("../../fonts/PTSerif.woff") format("woff"); }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

/*body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #525a65;
  background-color: #ffffff; }*/

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden; }

/*.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }*/

main {
  flex: 1 0 auto; }

.js-focus-visible :focus {
  border-color: #c7b799;
  outline: #c7b799 auto 0; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

@media (max-width: 1050px) {
  .container {
    max-width: 100%;
    padding: 0 15px; } }

.common-label {
  display: block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #525a65;
  color: rgba(82, 90, 101, 0.5); }
  .common-label--icon {
    position: relative;
    opacity: 0.7; }
    .common-label--icon::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 128%;
      opacity: 1;
      background-repeat: no-repeat;
      background-position: 0 0; }
  .common-label--icon-email::before {
    width: 18px;
    height: 18px;
    background-image: url("../../img/icons/icon-user.svg"); }
  .common-label--icon-opacity::before {
    opacity: 0.3; }
  .common-label--icon-password::before {
    left: 7px;
    width: 18px;
    height: 19.1px;
    background-image: url("../../img/icons/icon-close-password.svg"); }
  .common-label--icon-password-simple::before {
    left: 5px;
    top: 23px;
    width: 24px;
    height: 24px;
    background-image: url("../../img/icons/icon-lock_1.svg"); }
  .common-label--icon-phone::before {
    left: 4px;
    top: 130%;
    width: 26px;
    height: 26px;
    background-image: url("../../img/icons/icon-phone.svg"); }
  .common-label--icon-security, .common-label--icon-hide {
    position: relative; }
    .common-label--icon-security::after, .common-label--icon-hide::after {
      content: "";
      position: absolute;
      right: 9px;
      top: 28px;
      width: 12px;
      height: 12px;
      margin-left: -6px;
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
  .common-label--icon-security::after {
    background-image: url("../../img/icons/icon-securitylevel.svg"); }
  .common-label--icon-security::before {
    opacity: 0.3; }

.common-field {
  position: relative; }
  .common-field--help {
    position: relative; }

.common-field__input {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  padding-right: 7px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #525a65;
  border: 1px solid #CDDDE3;
  background-color: #ffffff; }
  .common-field__input--padding {
    padding-right: 23px; }
  .common-field__input::-webkit-input-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272; }
  .common-field__input::-moz-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272;
    opacity: 1; }
  .common-field__input:-moz-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    opacity: 1;
    color: #727272; }
  .common-field__input:-ms-input-placeholder {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #727272;
    opacity: 1; }
/*  .common-field__input:hover, .common-field__input:focus, .common-field__input:active {
    border-color: #edd9b7; }*/

.common-field__show-password {
  position: absolute;
  z-index: 1;
  right: 8px;
  /*top: 27px;*/
  bottom: 8px;
  background-color: transparent;
  border: none;
  width: 15px;
  height: 15px;
  cursor: pointer; }
  .common-field__show-password::after {
    content: "";
    position: absolute;
    top: 49%;
    left: 48%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    background-image: url("../../img/icons/icon-hide.svg"); }

.common-button {
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  border-radius: 2px;
  border: none;
  background-color: #edd9b7;
  cursor: pointer; }
  .common-button--facebook {
    position: relative;
    margin-bottom: 19px;
    padding-left: 34px;
    text-align: left; }
    .common-button--facebook::before {
      content: "";
      position: absolute;
      left: 15px;
      top: 50%;
      width: 22px;
      height: 22px;
      margin-top: -11px;
      margin-left: -11px;
      background-image: url("../../img/icons/icon-facebook--dark.svg");
      background-repeat: no-repeat;
      background-position: 0 0; }
  .common-button:hover, .common-button:focus {
    background-color: #CDDDE3; }

.common-form-link {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #525a65; }
  .common-form-link:hover, .common-form-link:focus {
    color: #c7b799; }

.common-checkbox input:checked + label::after {
  display: block; }

.common-checkbox label {
  position: relative;
  padding-left: 33px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-transform: none;
  color: #525a65;
  opacity: 1;
  cursor: pointer; }
  .common-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    border: solid 1px #a8acb2;
    background-color: #ffffff; }
  .common-checkbox label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: none;
    width: 24px;
    opacity: 0.7;
    height: 24px;
    margin-top: -12px;
    background-image: url("../../img/icons/icon-correct.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }

.common-checkbox--all input:checked  + label::after {
  left: 16px;}

.common-checkbox--all input:checked.half  + label::after {
  top: 12px;
  left: 20px;
  width: 16px;
  height: 2px;
  background-color: #525a65;
  background-image: none; }

.common-checkbox--all input + label::before {
  border-color: #e5e5e5; }

.common-checkbox--table input:checked + label::after {
  left: 16px; }

.common-checkbox--table input + label::before {
  border-color: #e5e5e5; }

.common-checkbox--toggle {
  position: relative; }
  .common-checkbox--toggle label {
    position: relative;
    z-index: 1;
    display: block;
    margin-left: auto;
    padding-right: 79px;
    text-align: right;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 0;
    color: rgba(82, 90, 101, 0.5); }
    .common-checkbox--toggle label::after {
      content: "";
      position: absolute;
      right: 0;
      left: auto;
      top: 50%;
      width: 67px;
      display: block;
      opacity: 1;
      margin-top: -13px;
      height: 25px;
      border-radius: 13.3px;
      box-shadow: inset 0 1px 0 0 #e5e5e5;
      border: solid 1px rgba(168, 172, 178, 0.3);
      background-color: transparent;
      background-image: none; }
    .common-checkbox--toggle label::before {
      content: "";
      position: absolute;
      z-index: 1;
      right: 3px;
      top: 50%;
      left: auto;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      background-color: #c7b799;
      border-radius: 50%;
      transition: all 0.2s ease-in-out;
      box-shadow: none;
      border-color: #c7b799; }
  .common-checkbox--toggle input:checked + label::before {
    right: 46px; }
  .common-checkbox--toggle input:checked ~ .common-checkbox__options > .common-checkbox__option--true {
    display: none; }
  .common-checkbox--toggle input:checked ~ .common-checkbox__options > .common-checkbox__option--false {
    display: block; }
  .common-checkbox--toggle .common-checkbox__option {
    display: none;
    position: absolute;
    top: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #525a65; }
    .common-checkbox--toggle .common-checkbox__option--true {
      right: 44px;
      display: block; }
    .common-checkbox--toggle .common-checkbox__option--false {
      right: 8px; }

.common-decoration-lines {
  position: relative; }
  .common-decoration-lines::before, .common-decoration-lines::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    opacity: 0.24;
    background-color: #525a65; }
  .common-decoration-lines::before {
    left: 0; }
  .common-decoration-lines::after {
    right: 0; }

.common-select {
  position: relative;
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 37px;
  width: 181px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  color: #525a65;
  border-radius: 2px;
  border: solid 1px rgba(168, 172, 178, 0.3);
  background-image: url("../../img/icons/icon-down.svg"), url("../../img/icons/icon-corner.svg");
  background-position: 158px 10px, 99.5% 1px;
  background-repeat: no-repeat, no-repeat;
  background-color: #ffffff;
  background-size: auto auto, 6px 6px;
  cursor: pointer;
  /* stylelint-disable-next-line */
  -webkit-appearance: none;
  /* stylelint-disable-next-line */
  -moz-appearance: none;
  outline: none; }
  .common-select::-ms-expand {
    display: none; }
  .common-select option:hover,
  .common-select option:focus,
  .common-select:focus > option:hover {
    box-shadow: 0 0 10px 100px rgba(237, 217, 183, 0.47) inset;
    background-color: rgba(237, 217, 183, 0.47); }

.social-button {
  position: relative;
  display: block;
  width: 37px;
  height: 36px;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  background-color: #f2f2f2;
  border-radius: 50%; }
  .social-button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .social-button:hover, .social-button:focus {
    background-color: #b2b2b2; }
  .social-button--vk::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("../../img/icons/icon-vk.svg"); }
  .social-button--fb::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    background-image: url("../../img/icons/icon-facebook--dark.svg"); }
  .social-button--insta::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("../../img/icons/icon-inst.svg"); }

.daterangepicker {
  box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.15); }

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: 24px;
  width: 24px;
  height: 24px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #525a65;
  text-transform: uppercase;
  line-height: 1.2; }

.daterangepicker .calendar-table th {
  text-transform: capitalize;
  color: rgba(82, 90, 101, 0.25); }

.daterangepicker th.month {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #525a65;
  text-transform: uppercase; }

.daterangepicker td.off {
  color: rgba(82, 90, 101, 0.25); }

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active.end-date {
  background-color: #c7b799;
  color: #ffffff; }

.daterangepicker td.in-range {
  background-color: rgba(199, 183, 153, 0.25); }

.daterangepicker.show-calendar .drp-buttons {
  display: none; }

.notifications__list {
  display: none;
  position: absolute;
  top: 29px;
  right: -14px;
  width: 165px;
  margin: 0;
  padding: 10px 0;
  color: #ffffff;
  list-style: none;
  text-transform: uppercase;
  background-color: #727272;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(82, 90, 101, 0.15); }

.notifications {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 10%; }
  .notifications:hover::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 20px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #727272; }
  .notifications:hover .notifications__list {
    display: block; }

.notifications__item {
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 10px; }
  .notifications__item a {
    display: flex;
    align-items: center;
    font-size: 13px; }
  .notifications__item:hover {
    color: #333333;
    background-color: #c7b799; }

.notifications__icon {
  margin-right: 10px;
  fill: currentColor; }

.common-list {
  color: #727272;
  background-color: #ffffff; }

.common-list__title {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 14px;
  letter-spacing: 0.6px;
  border-bottom: 1px solid #dddddd; }

.common-list__title-text {
  margin: 0;
  padding-top: 13px;
  padding-bottom: 9px;
  font-family: "PT Serif", "Arial", serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase; }

.common-list__content {
  margin: 0;
  padding: 0;
  list-style: none; }

.common-list__link {
  display: flex;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 18px;
  border-bottom: 1px solid #dddddd; }

a.common-list__link:hover {
  background-color: rgba(234, 211, 174, 0.2); }

.common-list__img {
  width: 53px;
  height: 53px;
  margin-right: 10px; }

.common-list__date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 9px;
  width: 83px;
  min-width: 83px; }

.common-list__day {
  margin-bottom: 7px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px; }

.common-list__month {
  font-size: 12px;
  color: rgba(82, 90, 101, 0.5); }

.common-list__time,
.common-list__timezone {
  font-size: 13px;
  color: #727272; }

.common-list__caption {
  margin: 0;
  margin-left: 5px;
  font-size: 13px; }

.common-list__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 18px;
  font-size: 13px; }
  .common-list__more:hover {
    color: #c7b799; }
  .common-list__more:hover img {
    opacity: 0.5; }
  .common-list__more img {
    margin-left: 5px;
    margin-bottom: 2px; }

@media (max-width: 1050px) {
  .common-list {
    width: 260px; }
  .common-list__title span {
    font-size: 14px; }
  .common-list__link {
    font-size: 12px; }
  .common-list__img {
    display: none; }
  .common-list__date {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
    margin-left: 0; }
  .common-list__caption {
    font-size: 12px; }
  .common-list__day {
    font-size: 14px;
    margin: 0; }
  .common-list__more {
    padding: 10px;
    font-size: 12px; } }

.main-breadcrumbs {
  height: 80px;
  margin-bottom: 40px;
  background-color: #f0f0f0; }

.main-breadcrumbs__container {
  height: 100%; }

.main-breadcrumbs__list {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.main-breadcrumbs__item {
  color: #727272;
  font-size: 14px;
  margin-right: 3px; }
  .main-breadcrumbs__item a {
    padding-right: 4px; }
    .main-breadcrumbs__item a:hover {
      color: #c7b799; }
  .main-breadcrumbs__item::after {
    content: "-"; }
  .main-breadcrumbs__item--active {
    color: #cacaca;
    margin: 0; }
    .main-breadcrumbs__item--active::after {
      content: none; }

@media (max-width: 1050px) {
  .main-breadcrumbs {
    display: none; } }

.breadcrumbs {
  width: 100%;
  margin-bottom: 40px;
  padding: 22px 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(82, 90, 101, 0.24); }
  .breadcrumbs--no-margin {
    margin-bottom: 0; }
  .breadcrumbs--decor-page {
    padding-left: 15px; }

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs__item {
  margin-right: 5px;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(82, 90, 101, 0.5); }
  .breadcrumbs__item:hover a {
    color: #c7b799; }
  .breadcrumbs__item--active a {
    cursor: default; }
  .breadcrumbs__item a {
    padding-right: 4px; }
  .breadcrumbs__item::after {
    content: ">"; }
  .breadcrumbs__item:last-child {
    flex: 0 1 100%;
    margin: 0;
    font-family: "PT Serif", "Arial", serif;
    font-size: 24px;
    color: rgba(199, 183, 153, 0.8); }
    .breadcrumbs__item:last-child a {
      line-height: 1.5;
      letter-spacing: 1px; }
  .breadcrumbs__item--decor-page {
    margin-right: 0; }
  .breadcrumbs__item:last-child:hover {
    color: #c7b799; }
  .breadcrumbs__item:nth-last-child(-n+2)::after {
    content: none; }

@media (max-width: 1050px) {
  .breadcrumbs {
    display: none; } }

.sidebar__content {
  display: flex;
  flex-direction: column;
  max-height: 760px;
  height: 100%; }

.sidebar__header {
  min-height: 70px;
  padding: 14px 0;
  text-align: center;
  background-color: #dddddd; }

.sidebar__header-title {
  margin: 0;
  font-family: "PT Serif", "Arial", serif;
  font-size: 28px;
  color: #333333; }

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

.sidebar__sublist {
  display: none;
  margin: 0 -22px;
  padding: 0;
  list-style: none;
  background-color: #727272; }
  .sidebar__sublist--show {
    display: block; }

.sidebar__item {
  padding: 0 22px; }
  .sidebar__item:hover {
    background-color: #888888; }
  .sidebar__item a:focus {
    border-bottom: 1px solid #727272; }
  .sidebar__item--active {
    position: relative;
    background-color: #787878; }
  .sidebar__item--active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 1px solid #787878; }
  .sidebar__item--more {
    position: relative; }

.sidebar__more {
  position: absolute;
  right: 0;
  -webkit-transform: rotateX(190deg);
          transform: rotateX(190deg); }

.sidebar__item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 0;
  padding-right: 45px;
  font-size: 16px;
  border-bottom: 1px solid #727272;
  color: rgba(255, 255, 255, 0.75); }
  .sidebar__item a .sidebar__notify-number {
    position: absolute;
    top: 20px;
    right: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    font-size: 10px;
    color: #ffffff;
    background-color: #f13c33;
    border-radius: 50%; }

.sidebar__subitem {
  cursor: pointer; }
  .sidebar__subitem:hover {
    background-color: #cacaca; }
    .sidebar__subitem:hover a {
      color: #333333; }
  .sidebar__subitem a {
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 70px;
    border-bottom: 0; }
  .sidebar__subitem--active {
    background-color: #cacaca; }
    .sidebar__subitem--active a {
      color: #333333; }

.sidebar__icon {
  width: 23px;
  height: auto;
  margin-right: 25px;
  opacity: 0.75; }

.sidebar__user {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  padding: 23px; }

.sidebar__avatar {
  width: 45px;
  height: 45px;
  margin-right: 25px;
  border-radius: 50%; }

.sidebar__user-name {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase; }
  .sidebar__user-name:hover {
    color: #c7b799; }

.sidebar__sign-out {
  width: 20px;
  height: auto;
  margin-right: 3px;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .sidebar__sign-out:hover {
    opacity: 0.5; }

@media (max-width: 1500px) {
  .sidebar__content {
    max-height: 100%; }
  .sidebar__header p {
    font-size: 20px; }
  .sidebar__item {
    padding: 0 12px; }
  .sidebar__sublist {
    margin: 0 -12px; }
  .sidebar__item a {
    padding: 8px 0;
    font-size: 12px; }
    .sidebar__item a .sidebar__notify-number {
      position: absolute;
      top: 8px;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 18px;
      height: 18px;
      font-size: 10px;
      color: #ffffff;
      background-color: #f13c33;
      border-radius: 50%; }
  .sidebar__subitem a {
    padding-left: 40px; }
  .sidebar__more {
    width: 16px;
    height: 16px; }
  .sidebar__icon {
    width: 15px;
    margin-right: 10px; }
  .sidebar__user {
    margin: 30px 0;
    padding: 0 12px; }
  .sidebar__avatar {
    margin-right: 5px;
    width: 30px;
    height: 30px; }
  .sidebar__user-name {
    font-size: 11px; }
  .sidebar__sign-out {
    width: 16px;
    background-size: contain; } }

.common-page {
  display: flex;
  flex: 1;
  min-height: calc(100vh - 310px); }
  .common-page--margin {
    margin-top: 50px; }

.common-page__title {
  display: none; }

.common-page__container {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.common-page__sidebar {
  width: 23.47%;
  height: 100%;
  color: #ffffff;
  background-color: #333333;
  z-index: 1; }

.common-page__content {
  width: 74.43%;
  margin-bottom: 70px;
  margin-left: 20px; }

@media (max-width: 1500px) {
  .common-page {
    min-height: calc(100vh - 360px); }
  .common-page__content {
    flex: 1;
    min-width: 0; }
  .common-page__sidebar {
    flex: 0 0 240px;
    width: 240px;
    min-height: 450px; } }

@media (max-width: 1050px) {
  .common-page {
    flex-direction: column;
    min-height: 100%; }
    .common-page--margin {
      margin-top: 0; }
  .common-page__title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px;
    font-family: "PT Serif", "Arial", serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    background-color: #dddddd; }
  .common-page__sidebar {
    display: none; }
  .common-page__content {
    flex: 1;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 57px;
    margin-left: 0; } }

.header__navigation {
  min-height: 60px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #000000; }
  .header__navigation .header__container {
    justify-content: space-between; }

.header__container {
  display: flex;
  align-items: stretch;
  width: 100%; }

.header__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 230px;
  padding: 0;
  list-style: none; }

.header__item {
  margin: 20px 25px; }
  .header__item:hover {
    color: #6e6558; }

.header__actions {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.header__action {
  width: 60px;
  height: 100%;
  border-left: 1px solid #edd9b7; }
  .header__action--menu, .header__action--search {
    display: none; }
  .header__action--basket {
    width: 215px; }

.header__notifications {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 470px;
  box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.15);
  border-radius: 5px;
  z-index: 2; }

.header__action--notifications {
  position: relative; }
  .header__action--notifications:hover::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff; }
  .header__action--notifications:hover .header__notifications {
    display: block; }

.header__notifications-filter {
  cursor: pointer; }

.header__notifications-list {
  top: 44px;
  width: 235px; }

.header__notifications-settings:hover img {
  opacity: 0.5; }

.header__notifications-settings:hover::before {
  right: 0;
  top: 36px; }

.header__action-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: inset 0 30px 0 0 #000000, inset 0 -30px 0 0 #000000;
  transition: 0.3s; }
  .header__action-link:hover {
    box-shadow: inset 0 0 0 0 #000000, inset 0 0 0 0 #000000;
    background-color: #35312b;
    color: #edd9b7; }

.header__action-img {
  width: 20px;
  height: 20px; }

.header__basket {
  margin-left: 20px; }

.header__notify {
  position: relative;
  flex-shrink: 0;
  margin-left: 5px; }
  .header__notify .header__notify-number {
    position: absolute;
    top: -12px;
    right: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #ffffff;
    background-color: #f13c33;
    border-radius: 50%; }

.header__content {
  display: flex;
  height: 130px;
  min-height: 130px;
  background-color: #ffffff;
  margin-bottom: 50px}

.header__logo {
  display: flex;
  align-items: center;
  max-width: 220px;
  width: 100%;
  height: 100%;
  margin-right: auto;
  border-right: 1px solid #f0f0f0; }
  .header__logo img {
    width: 140px;
    height: 79px; }

.header__phone-sm {
  display: none; }

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px; }

.header__manager {
  display: flex;
  flex-direction: column;
  width: 178px;
  margin: 0 6px;
  text-align: left;
  font-size: 14px; }
  .header__manager--contacts {
    margin-right: 69px; }

.header__caption {
  margin-bottom: 3px;
  color: #c7b799;
  white-space: nowrap; }
  .header__caption:hover a {
    color: #6e6558; }

a.header__caption:hover {
  color: #6e6558; }

.header__manager-name {
  margin-top: 7px;
  color: #000000;
  text-transform: uppercase; }

.header__search {
  position: relative;
  width: 100%;
  max-width: 345px;
  margin-right: 10px; }

.header__field {
  width: 100%;
  height: 45px;
  padding-top: 13px;
  padding-right: 45px;
  padding-bottom: 13px;
  padding-left: 14px;
  font-family: inherit;
  font-size: 14px;
  color: rgba(199, 183, 153, 0.5);
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #c7b799; }
  .header__field::-webkit-input-placeholder {
    color: rgba(199, 183, 153, 0.5); }
  .header__field:-ms-input-placeholder {
    color: rgba(199, 183, 153, 0.5); }

.header__field-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.header__user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 212px;
  min-width: 190px;
  margin-right: 10px; }

.header__avatar {
  border-radius: 50%;
  margin-right: 5px; }

.header__user-link {
  position: relative;
  width: 132px;
  min-width: 126px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .header__user-link:hover {
    color: #c7b799; }
  .header__user-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #727272;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

.header__sign-out {
  width: 23px;
  height: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .header__sign-out svg {
    width: 23px;
    height: 20px; }
  .header__sign-out:hover {
    opacity: 0.5; }

.header__menu {
  display: none; }

@media (max-width: 1500px) {
  .header__list {
    margin-left: 0; }
  .header__item {
    margin: 20px 15px; }
  .header__action--basket {
    width: 160px; }
  .header__wrap {
    justify-content: space-around; }
  .header__logo {
    width: 160px;
    min-width: 160px;
    margin-right: 0; }
  .header__search {
    max-width: 245px; } }

@media (max-width: 1050px) {
  .header__container {
    padding: 0 20px; }
  .header__navigation {
    position: relative; }
    .header__navigation .header__container {
      justify-content: center;
      padding: 0; }
  .header__actions {
    width: 100%; }
  .header__action {
    width: 61px;
    height: 60px;
    border-left: 1px solid #333333; }
    .header__action--menu {
      display: flex;
      justify-content: flex-start;
      margin-right: auto; }
      .header__action--menu a {
        padding: 0 15px; }
    .header__action--basket img {
      width: 25px;
      height: 25px; }
    .header__action--menu img {
      width: 40px;
      height: auto; }
    .header__action--search {
      display: block; }
  .header__basket {
    display: none; }
  .header__list {
    display: none; }
  .header__content {
    min-height: 80px;
    height: 80px; }
    .header__content--hidden {
      display: none; }
  .header__logo {
    width: 116px;
    min-width: 116px; }
    .header__logo img {
      width: 98px;
      height: 55px; }
  .header__phone-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 32px;
    font-size: 14px; }
    .header__phone-sm .header__caption--phone {
      font-size: 16px;
      margin-bottom: 9px; }
  .header__notifications {
    width: 260px;
    right: -60px; }
  .header__notifications-settings:hover::before {
    top: 35px; }
  .header__notifications-list {
    top: 40px;
    right: -15px;
    width: 215px; }
  .header__notifications-item {
    padding: 5px; }
  .header__wrap,
  .header__sign-out {
    display: none; }
  .header__menu {
    position: fixed;
    top: 60px;
    bottom: 0;
    display: block;
    width: 280px;
    padding: 32px 15px;
    color: #ffffff;
    background-color: #333333;
    z-index: 3;
    overflow: scroll;
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .header__menu--show {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  .header__menu-user {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-bottom: 29px;
    border-bottom: 1px solid #727272; }
    .header__menu-user .header__avatar {
      margin-right: 19px; }
    .header__menu-user div {
      display: flex;
      flex-direction: column; }
    .header__menu-user .header__user-name {
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 5px; }
    .header__menu-user .header__profile-link {
      color: #727272;
      font-size: 14px; }
      .header__menu-user .header__profile-link:hover {
        color: #c7b799; }
  .header__menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 7px;
    margin-bottom: 4px;
    border-bottom: 1px solid #727272; }
  .header__menu-item a {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75); }
    .header__menu-item a:hover {
      color: #c7b799; }
    .header__menu-item a:hover .header__menu-icon {
      opacity: 0.5; }
  .header__menu-icon {
    width: 22px;
    height: auto;
    margin-right: 16px;
    opacity: 0.75; }
  .header__menu-signout {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 28px;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .header__menu-signout:hover {
      color: #c7b799; }
    .header__menu-signout:hover .header__menu-icon {
      opacity: 0.5; } }

/*.footer {
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #ffffff; }
  .footer .footer__wrap {
    overflow: hidden; }
  .footer .container {
    position: relative;
    max-width: 1470px;
    padding-right: 0; }
    .footer .container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100%;
      border-top: 1px solid rgba(82, 90, 101, 0.24);
      pointer-events: none; }*/

.footer__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1125px;
  margin-left: auto;
  padding: 16px 31px;
  padding-right: 0; }

.footer__copyright {
  font-size: 13px;
  color: #727272;
  text-transform: uppercase; }

.footer__number {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 205px;
  margin: 0 auto;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .footer__number span {
    margin-left: 9px;
    color: #c7b799;
    font-size: 14px;
    font-weight: bold; }

.footer__navigation {
  max-width: 450px; }

.footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #727272; }

.footer__item {
  padding-right: 7px;
  padding-left: 6px;
  border-right: 1px solid #727272; }
  .footer__item:last-child {
    padding-right: 0;
    border-right: none; }
  .footer__item:hover {
    color: #c7b799; }

@media (max-width: 1500px) {
  .footer {
    margin-top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .footer .container {
    margin: 0;
    padding: 0 15px; }
  .footer__content {
    max-width: 100%;
    padding-left: 0; } }

@media (max-width: 1050px) {
  .footer {
    height: 70px;
    min-height: 70px; }
    .footer .footer__wrap {
      display: flex;
      height: 100%;
      overflow: inherit; }
    .footer .container {
      padding: 0;
      max-width: 100%;
      width: 100%; }
  .footer__content {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 0;
    padding-top: 16px; }
  .footer__copyright {
    margin-bottom: 15px;
    font-size: 12px; }
  .footer__number {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px; }
    .footer__number span {
      font-size: 12px; }
  .footer__navigation {
    display: none; } }

.common-heading-sm {
  display: none; }

@media (max-width: 1050px) {
  .common-heading-sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    background-color: #f0f0f0; }
  .common-heading-sm__link {
    width: 20px;
    height: auto; }
    .common-heading-sm__link:hover {
      opacity: 0.5; }
  .common-heading-sm__title {
    margin: 0 auto;
    font-family: "PT Serif", "Arial", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    color: #c7b799;
    text-transform: uppercase; } }

.common-list-sm {
  display: none; }

.common-list-sm__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 36px; }

.common-list-sm__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #efefef; }
  .common-list-sm__item:hover .common-list-sm__caption {
    color: #c7b799; }
  .common-list-sm__item:hover img {
    opacity: 0.5; }

.common-list-sm__caption {
  font-size: 15px;
  color: #262626; }

.common-list-sm__sum {
  font-family: "PT Serif", "Arial", serif;
  font-size: 20px;
  color: #c7b799;
  text-transform: uppercase; }

.common-list-sm__date {
  font-size: 15px;
  color: #9b9b9b; }

.common-list-sm__tracking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .common-list-sm__tracking img {
    width: 12px;
    height: auto;
    margin-right: 12px; }

@media (max-width: 1050px) {
  .common-list-sm {
    display: block; } }

.goods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.goods__good {
  display: flex;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 9px;
  padding-right: 17px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 4px 5px 25px 0 rgba(75, 72, 73, 0.13); }

.goods__img {
  width: 113px;
  height: 120px;
  margin-right: 8px;
  border-radius: 6px; }

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

.goods__brand {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 300;
  color: #818181;
  text-transform: uppercase; }

.goods__name {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #1c1c1c; }

.goods__cost-wrap {
  display: flex;
  align-items: flex-end;
  margin-top: auto; }

.goods__cost {
  display: flex;
  flex-direction: column; }
  .goods__cost span:first-child {
    font-size: 10px;
    font-weight: 300;
    color: #727272;
    text-transform: lowercase; }
  .goods__cost span:last-child {
    font-family: "PT Serif", "Arial", serif;
    font-size: 18px;
    color: #c7b799; }

.goods__count {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .goods__count img {
    margin-right: 9px; }

.home-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; }

.home-intro__img {
  flex: 0 0 100%;
  max-width: 1085px;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border-radius: 5px; }

.home-intro__documents {
  flex: 0 0 500px;
  min-height: 153px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px; }

.home-intro__greeting {
  flex: 0 0 510px; }
  .home-intro__greeting p {
    margin-top: 0;
    margin-bottom: 22px;
    color: #525a65;
    line-height: 2; }
    .home-intro__greeting p:last-child {
      margin-bottom: 0; }

.home-intro__subtitle {
  margin: 12px 15px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #333333;
  font-weight: 400; }

.home-intro__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.home-intro__item {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding-right: 30px;
  padding-left: 40px;
  border-top: 1px solid #dddddd; }

.home-intro__caption {
  display: flex;
  align-items: center; }
  .home-intro__caption img {
    width: 22px;
    height: 22px;
    margin-right: 16px; }
  .home-intro__caption span {
    color: #333333; }

.home-intro__download {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  margin-left: auto;
  padding: 2px;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  background-color: #edd9b7;
  border-radius: 3px; }
  .home-intro__download:hover {
    background-color: #c7b799;
    border: 1px solid #c7b799; }

.home-intro__copy-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  margin-left: 29px; }

.home-intro__link-show {
  width: 23px;
  height: 23px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }
  .home-intro__link-show:hover {
    opacity: 0.5; }

.home-intro__modal {
  position: absolute;
  top: 50px;
  right: -30px;
  display: none;
  width: 332px;
  height: 105px;
  padding: 25px 12px;
  background-color: #ffffff;
  box-shadow: 0 3px 15px 3px rgba(82, 90, 101, 0.15);
  border-radius: 5px;
  z-index: 1; }

.home-intro__copy-wrap:hover .home-intro__modal {
  display: block; }

.home-intro__modal-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 30px;
  overflow: hidden;
  pointer-events: none; }
  .home-intro__modal-arrow::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-100%) rotate(-45deg);
            transform: translateX(-50%) translateY(-100%) rotate(-45deg);
    top: 25px;
    left: 50%;
    box-shadow: 0 0 10px 0 rgba(82, 90, 101, 0.15); }

.home-intro__modal-content {
  display: flex;
  align-items: flex-end; }

.home-intro__label {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(82, 90, 101, 0.5); }

.home-intro__field {
  width: 200px;
  height: 32px;
  padding: 7px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  color: #525a65;
  background-color: #ffffff;
  border: 1px solid rgba(168, 172, 178, 0.3);
  border-radius: 2px; }

.home-intro__copy {
  height: 32px;
  width: 100%;
  margin-left: -2px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-align: center;
  color: #525a65;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border: none;
  border-radius: 2px;
  transition: 0.2s;
  cursor: pointer; }
  .home-intro__copy:hover {
    background-color: #b2b2b2; }

.home-intro__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: transparent;
  background-image: url("../../img/icons/icon-close.svg");
  background-size: contain;
  border: 0;
  cursor: pointer; }

@media (max-width: 1500px) {
  .home-intro__img {
    max-width: 100%; }
  .home-intro__documents {
    flex: 0 0 56%; }
  .home-intro__greeting {
    flex: 0 0 40%; }
    .home-intro__greeting p {
      margin-bottom: 10px;
      line-height: 1.3; }
  .home-intro__subtitle {
    font-size: 14px;
    margin: 10px; }
  .home-intro__item {
    padding: 0 10px; }
  .home-intro__caption img {
    margin-right: 10px; }
  .home-intro__copy-wrap {
    margin-left: 10px; }
  .home-intro__link-show {
    width: 20px;
    height: 20px; }
  .home-intro__modal {
    right: -10px; }
  .home-intro__modal-arrow {
    right: 10px; } }

@media (max-width: 1050px) {
  .home-intro {
    margin: 0 5px;
    margin-bottom: 50px;
    background-color: #fbfbfb;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.2); }
  .home-intro__img {
    height: 248px;
    margin-bottom: 34px;
    -o-object-fit: cover;
       object-fit: cover; }
  .home-intro__documents {
    display: none; }
  .home-intro__greeting {
    flex: 0 0 100%;
    padding: 15px 14px; }
    .home-intro__greeting p {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 0; }
      .home-intro__greeting p:last-child {
        display: none; } }

.home-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 39px; }

.home-main__list {
  border: 1px solid #dddddd;
  border-radius: 3px; }
  .home-main__list--published {
    width: 500px; }
  .home-main__list--presentation {
    width: 520px; }

.home-main__list .common-list__link {
  padding-top: 5px;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-left: 0;
  align-items: center; }

.home-main__list .common-list__date {
  margin: 0; }

.home-main__list .common-list__day {
  margin-bottom: 0; }

.home-main__list .common-list__caption {
  width: 280px;
  margin-left: auto; }

.home-main__list .common-list__more {
  align-items: flex-end;
  min-height: 76px;
  padding-right: 20px;
  padding-bottom: 8px; }

.home-main__list--presentation .common-list__caption {
  margin-left: 20px; }

.home-main__list--presentation .common-list__icon {
  margin-right: 10px;
  margin-left: auto; }
  .home-main__list--presentation .common-list__icon:hover {
    opacity: 0.5; }

@media (max-width: 1500px) {
  .home-main {
    flex-wrap: wrap;
    margin-bottom: 19px; }
  .home-main__list {
    width: 49%;
    flex: 0 0 49%; }
  .home-main__list .common-list__date {
    min-width: 60px;
    width: 60px; }
  .home-main__list .common-list__more {
    min-height: auto; }
  .home-main__list .common-list__caption {
    margin-left: 10px; } }

@media (max-width: 1050px) {
  .common-list {
    display: none; } }

.home-activity {
  margin-bottom: 40px; }

.home-activity__title {
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #333333;
  text-transform: uppercase; }

@media (max-width: 1050px) {
  .home-activity {
    display: none; } }

.home-links {
  display: none; }

@media (max-width: 1050px) {
  .home-links {
    display: block;
    width: 100%; }
    .home-links--main {
      padding-bottom: 20px;
      border-bottom: 1px solid #f0f0f0; }
  .home-links__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px; }
    .home-links__link:hover p {
      color: #c7b799; }
    .home-links__link:hover .home-links__icon {
      opacity: 0.5; }
  .home-links__caption p {
    margin: 0;
    font-size: 16px;
    color: #333333; }
  .home-links__caption span {
    font-size: 14px;
    color: rgba(202, 202, 202, 0.5); }
  .home-links__images {
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: -20px; }
  .home-links__image {
    display: inline-block;
    margin-right: 25px; }
    .home-links__image:hover img {
      opacity: 0.8; }
    .home-links__image img {
      display: inline-block;
      width: 102px;
      height: 102px;
      border-radius: 4px; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0;
  list-style: none; }

.rouble {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  text-transform: uppercase;
  font-family: "PT Serif", "Arial", serif;
}

.rouble:after {
  content: '–';
  position: absolute;
  top: 11%;
  left: 0
}

.rouble:before {
  content: '-';
  font-size: .9em;
  position: absolute;
  top: 3%
}
.cards__item {
  width: 230px;
  min-height: 345px;
  margin-right: 50px;
  margin-bottom: 20px;
  padding: 14px;
  padding-top: 10px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px; }
  .cards__item:nth-child(4n+4) {
    margin-right: 0; }

.cards__card {
  display: flex;
  flex-direction: column;
  align-items: center; }

.cards__menu {
  align-self: flex-end;
  display: flex;
  width: 20%;
  margin-bottom: 6px;
  cursor: pointer; }
  .cards__menu:hover img {
    opacity: 0.5; }
  .cards__menu img {
    width: 24px;
    height: 24px; }

.cards__img {
  width: 203px;
  height: 182px;
  margin-bottom: 14px; }
  .cards__img--bottom-indent {
    margin-bottom: 13px; }

.cards__title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #333333; }

.cards__cost {
  font-family: "PT Serif", "Arial", serif;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.8); }
  .cards__cost--top-margin {
    margin-top: 9px; }

@media (max-width: 1500px) {
  .cards {
    justify-content: space-between;
    margin-bottom: 0; }
    .cards--no-between {
      justify-content: flex-start;
      padding-left: 4px; }
  .cards__item {
    margin-right: 3%;
    min-height: auto; }
    .cards__item:nth-child(4n+4) {
      margin-right: 3%; }
    .cards__item:last-child {
      margin-right: auto;
      margin-left: 3%; }
  .cards__title {
    font-size: 14px; }
  .cards__menu img {
    width: 18px;
    height: 18px; }
  .cards__cost {
    font-size: 18px; } }

@media (max-width: 1050px) {
  .cards {
    display: none; }
    .cards--mobile-show {
      display: flex;
      padding-left: 4px; } }

.swiper-btns {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 150px;
  height: 43px;
  /*right: 0;
  width: 250px;
  height: 70px;*/
  background-color: #333333;
  opacity: 0.3;
  /*opacity: 0.5;*/
  z-index: 1; }

.swiper-slide {
  min-width: 0; }

.swiper-pagination {
  display: none; }

.swiper-btns .swiper-button-prev {
  left: 24px;
  /*left: 50px;*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f0f0f0'%2F%3E%3C%2Fsvg%3E");
  background-size: 30px 30px; }
  .swiper-btns .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.5; }

.swiper-btns .swiper-button-next {
  right: 24px;
  /*right: 42px;*/
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f0f0f0'%2F%3E%3C%2Fsvg%3E");
  background-size: 26px 27px; }
  .swiper-btns .swiper-button-next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    opacity: 0.5; }

@media (max-width: 1050px) {
  .swiper-pagination {
    display: block; }
    .swiper-pagination .swiper-pagination-bullet {
      margin: 0 3px;
      width: 6px;
      height: 6px;
      background-color: #cacaca;
      opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #c7b799; }
  .swiper-btns {
    display: none; } }

.profile-main {
  display: block;
  padding-top: 50px;
  padding-bottom: 169px;
  background-color: #f4f4f4; }

.profile-main__title {
  margin: 0;
  padding: 0;
  /*margin-bottom: 88px;*/
  font-family: "PT Serif", "Arial", serif;
  font-size: 38px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #333333; }

.profile-main__flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1095px;
  margin: 0 auto; }

.authorization {
  padding-top: 29px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 14px;
  width: 375px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e5e5e5; }

.authorization__block {
  padding: 0;
  margin: 0; }
  .authorization__block--flex {
    display: flex;
    flex-direction: column; }

.authorization__img {
  width: 143px;
  height: 143px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%; }

.authorization__button {
  margin-bottom: 17px; }

.authorization__link {
  margin-bottom: 6px; }

.authorization__checkbox {
  margin-bottom: 26px;
  margin-top: 5px; }

.authorization__input {
  margin-bottom: 14px; }

.authorization__label {
  margin-bottom: -1px; }

.new-user {
  position: relative;
  width: 625px;
  padding-top: 12px;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 19px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e5e5e5; }

.new-user__title {
  padding: 0;
  margin: 0;
  margin-bottom: 31px;
  margin-left: -6px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #525a65; }
  .new-user__title::before {
    left: -14px;
    bottom: -9px;
    width: 623px;
    background-color: #525a65;
    opacity: 0.24; }

.new-user__form {
  position: relative;
  width: 50%;
  padding-right: 19px; }
@media (max-width: 425px){
  .new-user__form {
    width: 100%;
  }
}

  .new-user__form::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 13px;
    width: 1px;
    height: 315px;
    opacity: 0.24;
    background-color: #525a65; }

.new-user__block {
  padding: 0;
  margin: 0;
  margin-bottom: 13px; }

.new-user__checkbox {
  margin-top: 35px;
  margin-bottom: 16px; }

.new-user__button {
  margin-bottom: 32px; }

.new-user__link {
  display: block;
  text-align: center;
  text-transform: uppercase; }

.new-user__input {
  padding-bottom: 5px; }

.social-login {
  padding-top: 16px;
  padding-left: 20px;
  width: 50%; }
@media (max-width: 425px){
  .social-login {
    width: 100%;
    padding-right: 19px;
    padding-left: 0;
  }
}
.social-login__list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none; }

.social-login__item:not(:last-child) {
  margin-right: 13px; }

.social-login__text {
  padding: 0;
  margin: 0;
  margin-bottom: 19px;
  font-size: 13px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #525a65; }

.input-help {
  position: relative; }
  .input-help a {
    z-index: 1;
    top: -48px;
    right: 23px;
    position: absolute;
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 27px;
    padding-left: 6px;
    text-align: center;
    box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.15);
    background-color: #ffffff; }
  .input-help::before {
    content: "";
    position: absolute;
    right: 9px;
    top: -36px;
    width: 10px;
    height: 10px;
    background-image: url("../../img/icons/icon-help.svg");
    cursor: pointer; }
  .input-help::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 13px;
    top: -31px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #ffffff; }
  .input-help:hover a {
    display: block; }

.price-list-content {
  position: relative; }

.price-list-content__title {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  margin-bottom: 19px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c7b799;
  opacity: 0.8; }

.price-list-content__tabs {
  margin-bottom: 19px;
  margin-left: 22px;
  margin-right: 28px; }

.price-list-content__filters {
  margin-bottom: 19px;
  margin-left: 26px;
  margin-right: 24px; }

.price-list-content__multi-selects {
  margin-left: 26px;
  margin-right: 24px;
  margin-bottom: 34px; }

.price-list-content__flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 26px;
  margin-right: 24px;
  margin-bottom: 32px; }

.price-list-content__pagination {
  margin-left: 26px;
  margin-bottom: 65px; }

.price-list-content__buttons {
  width: 23px;
  padding-top: 157px; }

.filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 14px;
  padding-right: 18px;
  border-radius: 2px;
  border: solid 1px #e5e5e5; }
  .filters--small-padding {
    padding: 0;
    border: none; }

.filters__item {
  margin-right: 33.5px; }
  .filters__item:nth-child(4n+5) {
    margin-right: 0; }
  .filters__item--small-margin {
    width: 30%;
    margin-right: 5%; }
    .filters__item--small-margin:nth-child(3n) {
      margin-right: 0; }
    /*.filters__item--small-margin:nth-child(5n+5) {
      margin-right: 0; }
    .filters__item--small-margin:nth-child(4n+4) {
      margin-right: 32px; }*/

.filters__block {
  margin: 0;
  padding: 0; }
  .filters__block .select2-container.select2-container--default .select2-selection--single {
    padding: 11px 18px;
    min-height: 52px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #CDDDE3;
    cursor: pointer;
    background-image: none;
    background-position: 99.5% 1px;
    background-repeat: no-repeat; }
  .filters__block .select2-container--default .select2-selection--single .select2-selection__choice {
    position: relative;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 72px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #525a65;
    border-radius: 2px;
    background-color: #f2f2f2;
    border: none; }
  .filters__block .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 1px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: normal;
    text-transform: none;
    color: #525a65;
    line-height: 27px;
    text-align: left; }
  .filters__block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .filters__block .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("../../img/icons/icon-down.svg");
    background-repeat: no-repeat;
    background-position: 0px 17px; }
  .filters__block .common-checkbox{
    margin-top: 15px;
  }

.filters__list {
  padding: 0;
  margin: 0;/*
  max-width: 824.5px;*/
  margin-right: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none; }
  .filters__list--big-width {
    width: 100%;
    margin-right: 0; }

.filters__button {
  position: relative;
  /*width: 144.5px;*/
  min-height: 32px;
  padding-left: 23px;
  padding-right: 17px;
  align-self: flex-end;
  color: #333333;
  background-color: #CDDDE3; }
  .filters__button::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../../img/icons/icon-download--black.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }

.multi-selects__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none; }

.multi-selects__item {
  width: 30%;
  margin-right: 5%;}

.multi-selects__item:nth-child(3n+3) {
  margin-right: 0; }

.multi-selects__block {
  padding: 0;
  margin: 0; }
  .multi-selects__block .select2-container--default .select2-selection--multiple {
    border: 1px solid #CDDDE3;
    border-radius: 0;
    cursor: pointer;
    background-image: url("../../img/icons/icon-down.svg");
    background-position: 89.5% 17px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 52px;
  }
  .multi-selects__block .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 32px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 14px;
    color: #525a65;
    border-radius: 2px;
    background-color: #CDDDE3;
    border: none;
    height: 32px;
  }
  .select2-selection__choice__remove {
    display: none !important;
  }
  .multi-selects__block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none !important;
    position: absolute;
    right: 3px;
    top: 5px;
    font-size: 19px;
    color: #CDDDE3;
    font-weight: 200; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    height: 44px;
  }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #CDDDE3;
  color: #525a65; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 15rem;
  overflow-y: auto; }

.list-prices {
  min-width: 545px; }

.list-prices__title {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 8px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.6px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #727272;
  border: 1px solid rgba(82, 90, 101, 0.24);
  border-radius: 3px 3px 0 0;
  border-bottom-width: 0; }

.list-prices__table {
  border: solid 1px #e5e5e5;
  border-spacing: 0;
  border-radius: 0 0 3px 3px; }

.list-prices__tr .list-prices__td--header.list-prices__td--second {
  padding-left: 63px; }

.list-prices__tr .list-prices__td--second {
  padding-right: 50px;
  padding-left: 66px; }

.list-prices__tr .list-prices__td--third {
  padding-right: 4px;
 /* padding-left: 84px;*/ }

.list-prices__tr .list-prices__td--fourth {
  padding-right: 15px; }

.list-prices__tr:last-child td:not(.list-prices__td--header) {
  border: none; }

.list-prices__td {
  padding-top: 19px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 30px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  color: #525a65;
  border-bottom: 1px solid rgba(82, 90, 101, 0.24); }
  .list-prices__td--header {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 28px;
    text-transform: uppercase;
    opacity: 0.5;
    border-bottom-width: 2px; }

.make-price__title {
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 9px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.6px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #727272;
  border: 1px solid rgba(82, 90, 101, 0.24);
  border-radius: 3px 3px 0 0;
  border-bottom-width: 0; }

.make-price__table {
  border: solid 1px #e5e5e5;
  border-spacing: 0;
  border-radius: 0 0 3px 3px; }

.make-price__tr .make-price__td--first {
  width: 276px; }

.make-price__tr .make-price__td--third {
  width: 46px; }

.make-price__tr .make-price__td--second {
  width: 45px; }

.make-price__tr:last-child td {
  border: none; }

.make-price__td {
  font-weight: 600;
  font-size: 9px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 9px;
  color: #000000;
  border-bottom: 1px solid rgba(82, 90, 101, 0.24); }

.make-price__button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible; }
  .make-price__button::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 23px;
    height: 23px;
    margin-top: -10px;
    margin-left: -9px;
    background-image: url("../../img/icons/icon-delete.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .make-price__button--download::before {
    display: none;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("../../img/icons/icon-download--dark.svg"); }
  .make-price__button:hover, .make-price__button:focus {
    opacity: 0.5; }

.make-price__buttons-wrapper {
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 19px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid rgba(82, 90, 101, 0.24);
  border-top-width: 0;
  border-radius: 0 0 3px 3px; }

.make-price__download-button {
  text-align: center;
  padding:19px;
  /*
  position: relative;
  display: block;
  padding-left: 31px;
  padding-right: 16px;
  width: 150px;
  color: #333333;
  background-color: #CDDDE3; */}
  .make-price__download-button::before {
    display: none;
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../../img/icons/icon-download--black.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }

.make-price__join-button {
  text-align: center;
  padding:19px;
  /*
  position: relative;
  width: 155px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 27px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #000000; */}
  .make-price__join-button::before {
    display: none;
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../../img/icons/icon-download--dark.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }

.row-amount .select2-container.select2-container--default .select2-selection--single {
  padding-bottom: 28px;
  padding-left: 6px;
  padding-top: 2px;
  min-height: 32px;
  width: 100%;
  border-radius: 2px;
  border: solid 1px #a8acb24d;
  cursor: pointer; }

.row-amount .select2-container--default .select2-selection--single .select2-selection__choice {
  position: relative;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 72px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-transform: none;
  color: #525a65;
  border-radius: 2px;
  background-color: #f2f2f2;
  border: none; }

.row-amount .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  line-height: normal;
  text-transform: none;
  color: #525a65;
  line-height: 29px;
  text-align: left; }

.row-amount .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none; }

.row-amount .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../../img/icons/icon-down.svg");
  background-repeat: no-repeat;
  background-position: -1px 8px; }

.row-amount__label {
  display: inline;
  margin-right: 5px; }

.row-amount__select {
  width: 69px;
  padding-left: 11px;
  padding-right: 35px;
  margin-left: 5px;
  background-position: 45px 10px; }

.arrow-button {
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible; }
  .arrow-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    margin-top: -9px;
    margin-left: -12px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .arrow-button--left {
    margin-bottom: 38px;
    padding-left: 20px; }
    .arrow-button--left::before {
      background-image: url("../../img/icons/icon-arrow-left-delete.svg"); }
  .arrow-button--right {
    padding-left: 16px; }
    .arrow-button--right::before {
      background-image: url("../../img/icons/icon-arrow-right-add.svg"); }
  .arrow-button:hover, .arrow-button:focus {
    opacity: 0.5; }

.add-button {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible; }
  .add-button::before {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("../../img/icons/icon-add.svg");
    background-repeat: no-repeat;
    background-position: 0 0; }
  .add-button--added::before {
    display: none;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background-image: url("../../img/icons/icon-ok.svg"); }
  .add-button:hover, .add-button:focus {
    opacity: 0.5; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  max-width: 543px; }
  .pagination h2 {
    display: none; }

.pagination__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 352px;
  list-style-type: none; }

.pagination__link {
  min-width: 32px;
  min-height: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-align: center;
  color: #525a65;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  background-color: #f2f2f2; }
  .pagination__link--active {
    color: #ffffff;
    background-color: #CDDDE3;
    cursor: default; }
  .pagination__link:hover, .pagination__link:focus {
    background-color: #CDDDE3; }

.tabs__list {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none; }
  .tabs__list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.24;
    background-color: #525a65; }

.tabs__link {
  display: block;
  padding-top: 19px;
  padding-bottom: 8px;
  min-width: 150px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #525a65;
  opacity: 0.8; }
  .tabs__link--active {
    position: relative; }
    .tabs__link--active::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #CDDDE3; }
  .tabs__link--big-width {
    min-width: 145px; }
  .tabs__link:hover {
    color: #000; }
  .tabs__link--decor-page {
    min-width: 150px; }
  .tabs__link--archive {
    position: relative; }
    .tabs__link--archive::before {
      display: block;
      content: "";
      position: absolute;
      width: 21px;
      height: 21px;
      top: 19px;
      left: 25px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'%3E%3Cdefs%3E%3Cpath id='a' d='M4 8v10h16V5h-4.063l-2.5 3H4zM2 6h10.5L15 3h7v17H2V6z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23333' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%23000' mask='url(%23b)'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      z-index: 1;
      background-repeat: no-repeat;
      opacity: 0.8;
      background-size: 21px 21px; }
    .tabs__link--archive:hover::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cmask id='a' x='0' y='0' width='24' height='24' maskUnits='userSpaceOnUse'%3E%3Cg data-name='2d83607a-fb89-4b95-a948-8a1acc41d656'%3E%3Cg data-name='cdc0b6e2-7a47-4aa0-b69c-de0cfc5b2585'%3E%3Cpath data-name='a7279ec6-88f1-4f9e-8236-9f931d576010' d='M4 8v10h16V5h-4.06l-2.5 3zM2 6h10.5L15 3h7v17H2z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M0 0h24v24H0z' fill='%23c7b799'/%3E%3C/g%3E%3C/svg%3E");
      background-size: 21px 21px; }

/*.order {
  padding: 0 22px; }*/

.order__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed; }
  .order__tabs--booking {
    margin-bottom: 16px; }

.order__tabs .tabs__list::after {
  content: none; }

.order__tabs .tabs__link--active::after {
  bottom: -1px; }

.order__debt {
  display: flex;
  align-items: center;
  padding: 0 26px; }

.order__debt-caption {
  width: 125px;
  padding-right: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(82, 90, 101, 0.5); }

.order__debt-sum {
  font-family: "PT Serif", "Arial", serif;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(241, 60, 51, 0.8); }

@media (max-width: 1050px) {
  .order {
    padding: 0; }
  .order__tabs {
    display: none; } }

.history .breadcrumbs {
  margin-bottom: 0;
  padding-left: 23px; }

.history .order {
  padding-left: 20px;
  padding-right: 30px; }

.history .order__tabs {
  margin-bottom: 18px; }

.history__heading {
  display: none; }

.history__panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  min-height: 300px;
  /*padding-top: 9px;*/
  /*padding-right: 16px;*/
  /*padding-left: 14px;*/
  padding-bottom: 14px;
  background-color: #ffffff;
  /*border: 1px solid #e5e5e5;*/
  /*border-radius: 2px; */}

.history__label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #525a65;
  text-transform: uppercase; }

.history__range-field {
  position: relative; }

.history__range-field input {
  width: 225px;
  height: 54px;
  padding-left: 20px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #525a65;
  border: 1px solid #CDDDE3;
  background-color: #ffffff; }

.history__range-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.history__tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.history__tab a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 54px;
  background-color: #f4f4f4;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  cursor: pointer;
  /*border-radius: 2px;
  text-transform: uppercase; */}
  /*.history__tab a:hover {
    color: #c7b799; }*/

.history__tab a:hover {
  text-decoration: none;
  color: #000; }

.history__tab--active a {
  cursor: default;
  background-color: #CDDDE3;
}

.history__tab--active a:hover {
  text-decoration: none;
  color: #000; }

.history__buttons {
  display: flex; }

.history__button {
  display: flex;
  align-items: center;
  height: 33px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #727272;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .history__button img {
    width: 24px;
    height: 24px;
    margin-right: 7px; }
  .history__button--cancel {
    margin-right: 18px; }
  .history__button:hover {
    color: #c7b799; }
    .history__button:hover img {
      opacity: 0.5; }

.history__page {
  display: none; }
  .history__page--active {
    display: block; }

.history__table {
  width: 100%;
  border-collapse: collapse; }

.history__table tr {
  /*border-bottom: 1px solid #d6d8da;*/ }

.history__table thead {
  display: table-caption; }

.history__table-filter {
  background-image: url("../../img/icons/icon-sort.svg");
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: center left 30%;
  cursor: pointer; }

.history__table th {
  /*text-align: center;
  padding: 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(82, 90, 101, 0.5); */}

.history__table td {
  /*padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 4px;
  padding-left: 15px;
  text-align: center;
  color: #525a65;*/ }

.history__table .history__table-checkbox {
  padding: 0;
  width: 55px; }

.history__table-checkbox label {
  padding: 0; }
  .history__table-checkbox label::before {
    right: 0;
    margin-right: auto;
    margin-left: auto; }

.history__table-day {
  display: block;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  letter-spacing: 0.6px; }

.history__table-year {
  color: rgba(82, 90, 101, 0.5); }

.history__table-sum {
  width: 160px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 24px;
  color: #727272; }

.history__table-state {
  width: 240px; }

.history__table .history__table-status {
  width: 140px;
  margin: 0 auto;
  padding: 2px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 2px; }
  .history__table .history__table-status--paid {
    background-color: #8ac44a; }
  .history__table .history__table-status--unpaid {
    background-color: #f13c33; }
  .history__table .history__table-status--shipped {
    background-color: #727272; }

.history__table-icon {
  width: 75px; }
  .history__table-icon img {
    cursor: pointer; }
    .history__table-icon img:hover {
      opacity: 0.5; }

.history__table .history__table-more {
  width: 37px;
  padding: 0; }
  .history__table .history__table-more img {
    margin: 0 auto; }

.history__table-modal {
  position: relative;
  width: 30px;
  margin: 0 auto; }

.history__table-delivery {
  position: absolute;
  top: 40px;
  left: -35px;
  display: none;
  min-width: 230px;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 3px 15px 3px rgba(82, 90, 101, 0.15);
  border-radius: 5px;
  z-index: 1; }

.history__table-modal:hover img {
  opacity: 0.5; }

.history__table-modal:hover .history__table-delivery {
  display: block; }

.history__table-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 37px;
  overflow: hidden;
  pointer-events: none; }
  .history__table-arrow::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-100%) rotate(-45deg);
            transform: translateX(-50%) translateY(-100%) rotate(-45deg);
    top: 25px;
    left: 50%;
    box-shadow: 0 0 10px 0 rgba(82, 90, 101, 0.15); }

.history__table-delivery h3 {
  margin: 0;
  padding-top: 19px;
  padding-right: 22px;
  padding-bottom: 11px;
  padding-left: 12px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-align: left;
  color: #727272;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(202, 202, 202, 0.24); }

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

.history__table-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .history__table-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 112px;
    height: 100%;
    width: 1px;
    pointer-events: none;
    background-color: rgba(202, 202, 202, 0.24); }
  .history__table-item div {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 20px;
    min-width: 112px; }
  .history__table-item .date {
    width: 112px;
    position: relative; }
    .history__table-item .date::before {
      content: "";
      position: absolute;
      top: 20%;
      right: -20px;
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      background-image: url("../../img/icons/icon-correct-green.svg");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1; }
  .history__table-item .status {
    margin: 0 auto;
    text-transform: lowercase;
    color: rgba(82, 90, 101, 0.5); }

.history__notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 53px;
  padding: 11px;
  border-radius: 2px;
  background-color: rgba(255, 193, 8, 0.25); }
  .history__notice p {
    margin-left: 14px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffc108; }
  .history__notice button {
    position: absolute;
    top: 3px;
    right: 8px;
    width: 9px;
    height: 9px;
    color: #ffffff;
    background-color: transparent;
    border: none; }

.history__pagination {
  margin: 72px 0; }

.history__pagination .pagination {
  max-width: 100%; }

tr.history__row-hidden {
  display: none;
  border-bottom: 0;
  transition: 2s;
  background-color: rgba(202, 202, 202, 0.15); }
  tr.history__row-hidden--show {
    display: table-row; }

tr.history__row-hidden > td {
  padding: 0;
  /*padding-left: 30px;*/ }

.history__table-hidden {
  width: 100%;
  border-collapse: collapse; }
/*  .history__table-hidden td {
    max-width: 173px;
    padding: 15px 5px; }*/
  .history__table-hidden img {
    width: 50px;
    height: 50px; }

.history__hidden-lg {
  display: none; }

@media (max-width: 1500px) {
  .history__label {
    font-size: 12px; }
  .history__range-field input {
    width: 180px;
    padding: 8px; }
  .history__range-icon {
    display: none; }
  .history__tab a {
    min-width: 85px;
    /* font-size: 12px; */
  }
  .history__button {
    font-size: 12px;
    cursor: pointer; }
    .history__button img {
      display: none; }
  .history__table th,
  .history__table td {
    /* padding: 10px 5px; */
  }
  .history__table-filter {
    background-position: center left 5%; }
  .history__table-sum {
    font-size: 20px; }
  .history__table-state {
    width: 130px; }
  .history__table .history__table-status {
    width: 100%;
    font-size: 12px; }
  .history__table-delivery {
    width: 200px; }
  .history__table-item .status::before {
    top: 30%;
    left: -12px;
    width: 25px;
    height: 25px; }
  tr.history__row-hidden > td {
    /* padding-left: 20px;*/
  }
  .history__table-hidden .history__table-img {
    width: 50px;
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 1050px) {
  .history .order {
    padding: 0; }
  .history .container {
    padding: 0 15px; }
  .history .common-page__content {
    margin-top: 0;
    margin-bottom: 30px; }
  .history__panel,
  .history__table thead,
  .history__table-checkbox,
  .history__table-sum,
  .history__table-icon,
  .history__pagination {
    display: none; }
  .history__table {
    margin-top: 7px; }
  .history__table td {
    padding: 7px;
    font-size: 12px; }
  .history__table .history__table-number {
    color: #8d8d8d; }
  .history__table-day {
    font-size: 12px;
    color: #c7b799;
    letter-spacing: 0.4px; }
  .history__table-year {
    font-size: 10px; }
  .history__table .history__table-state {
    padding: 0 10px;
    width: 97px; }
  .history__table .history__table-status {
    padding: 0;
    font-size: 10px;
    line-height: 1.4; }
  .history__table .history__table-link {
    width: 25px;
    padding: 0; }
    .history__table .history__table-link img {
      width: 13px;
      height: auto;
      margin-left: auto; }
  .history__hidden-lg {
    display: table-cell; } }

.history-tracking__list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 30px 11px;
  padding-right: 19px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 32px 84px 20px rgba(74, 74, 74, 0.08); }
  .history-tracking__list::after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 36px;
    left: 28px;
    width: 1px;
    background-color: #efefef;
    z-index: 0; }

.history-tracking__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .history-tracking__item:last-child {
    margin-bottom: 10px; }

.history-tracking__point {
  flex-shrink: 0;
  position: relative;
  height: 35px;
  width: 35px;
  background-color: #efefef;
  border: 6px solid #ffffff;
  border-radius: 50%;
  z-index: 1; }
  .history-tracking__point::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #c7b799;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%; }
  .history-tracking__point--progress::after {
    background-color: #8d8d8d; }

.history-tracking__text {
  margin-right: 10px;
  margin-left: 19px;
  font-size: 14px;
  color: #111111; }

.history-tracking__date {
  flex-shrink: 0;
  margin-left: auto;
  width: 80px;
  text-align: right;
  font-size: 10px;
  color: rgba(82, 90, 101, 0.51); }

.booking__picked-items {
  margin-bottom: 74px; }

.booking__flex-wrapper {
  margin-bottom: 78px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }

.booking__pagination {
  flex-grow: 1; }

.booking__button {
  position: relative;
  width: auto;
  padding-right: 11px;
  padding-left: 34px;
  color: #333333;
  height: 32px;
  background-color: #fff;
  border: 1px solid #edd9b7 }
  .booking__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 23px;
    height: 27px;
    margin-top: -14px;
    background-image: url("../../img/icons/icon-cart-add.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }
.order__button {
  position: relative;
  width: auto;
  padding-right: 11px;
  padding-left: 45px;
  margin-left: 10px;
  color: #333333;
  height: 32px;
  background-color: #edd9b7; }
  .order__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 35px;
    height: 25px;
    margin-top: -12px;
    background-image: url("../../img/icons/icon-cash-money.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat; }

.booking-form__block {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end; }

.booking-form__input {
  width: 100%;
  padding-left: 18px;
  height: 52px;
  /* stylelint-disable-next-line */
  -webkit-appearance: textfield; }

.booking-form__field {
  margin-right: 5%;
  flex-grow: 1;
  width: 65%; }

.booking-form__select-block {
  width: 30%;
  flex-grow: 1; }
  .booking-form__select-block .select2-container.select2-container--default .select2-selection--single {
    padding: 11px 18px;
    min-height: 52px;
    width: 100%;
    border: 1px solid #CDDDE3;
    border-radius: 0;
    cursor: pointer;
    background-image: none;
    background-position: 99.7% 1px;
    background-repeat: no-repeat; }
  .booking-form__select-block .select2-container--default .select2-selection--single .select2-selection__choice {
    position: relative;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 72px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #525a65;
    border-radius: 2px;
    background-color: #f2f2f2;
    border: none; }
  .booking-form__select-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: normal;
    text-transform: none;
    color: #525a65;
    line-height: 29px;
    text-align: left; }
  .booking-form__select-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .booking-form__select-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("../../img/icons/icon-down.svg");
    background-repeat: no-repeat;
    background-position: 2px 17px; }

.booking-form__select {
  min-height: 52px;
  width: 100%;
  padding-left: 10px;
  background-position: 360px 10px, 99.5% 1px; }

.booking-form__filters {
  margin-bottom: 19px; }

.booking-form__filters-select {
  width: 176px;
  background-position: 158px 10px, 99.5% 1px; }

.booking-form__multi-selects {
  margin-bottom: 40px; }

.booking-form__label-select::after {
  top: -2px; }

/*.picked-items {
  max-width: 1041px; }*/

.picked-items__title {
  padding: 0;
  margin: 0;
  padding-top: 11px;
  padding-left: 16px;
  padding-bottom: 8px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #333333;
  text-transform: uppercase;
  text-align: left;
  border: 1px solid #dddddd;
  border-radius: 3px 3px 0 0;
  border-bottom-width: 0; }

.picked-items__table {
  /*max-width: 1041px;*/
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0 0 3px 3px;
  border-spacing: 0; }
  .picked-items__table tr {
    /*width: 1039.2px;*/ }
  .picked-items__table tbody tr:not(:last-child) td {
    /*border-bottom: 1px solid #dddddd;*/ }
  .picked-items__table tbody tr:last-child .picked-items__big-img, .picked-items__table tbody tr:nth-last-child(2) .picked-items__big-img, .picked-items__table tbody tr:nth-last-child(3) .picked-items__big-img {
    top: -418px; }
  .picked-items__table tbody td {
    /*position: relative;
    padding-top: 11px;
    padding-bottom: 15px;*/ }
    .picked-items__table tbody td.picked-items__td--first {
      position: relative; }
      .picked-items__table tbody td.picked-items__td--first .picked-items__notify-number {
        position: absolute;
        top: 8px;
        right: -8px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        font-size: 10px;
        color: #ffffff;
        background-color: #f13c33;
        border-radius: 50%; }
    .picked-items__table tbody td.picked-items__td--second {
      padding-left: 13px; }
    .picked-items__table tbody td.picked-items__td--third {
      width: 70px;
      text-align: center; }
      .picked-items__table tbody td.picked-items__td--third .picked-items__td-transform {
        -webkit-transform: translateX(-6px);
                transform: translateX(-6px); }
    .picked-items__table tbody td.picked-items__td--fourth {
      text-align: center;
      width: 109px; }
    .picked-items__table tbody td.picked-items__td--fifth {
      text-align: center;
      width: 121px; }
      .picked-items__table tbody td.picked-items__td--fifth .picked-items__td-transform {
        -webkit-transform: translateX(17px);
                transform: translateX(17px); }
    .picked-items__table tbody td.picked-items__td--sixth {
      text-align: center;
      width: 121px; }
      .picked-items__table tbody td.picked-items__td--sixth .picked-items__td-transform {
        -webkit-transform: translateX(36px);
                transform: translateX(36px); }
    .picked-items__table tbody td.picked-items__td--seventh {
      padding-left: 56px; }
    .picked-items__table tbody td.picked-items__td--eighth {
      padding-left: 26px; }
    .picked-items__table tbody td.picked-items__td--ninth {
      padding-left: 21px; }
    .picked-items__table tbody td.picked-items__td--tenth {
      padding-left: 25px; }
    .picked-items__table tbody td.picked-items__td--eleventh {
      padding-left: 21px;
      width: 67px; }
  .picked-items__table thead td {
    vertical-align: baseline;
    padding-top: 9px;
    padding-bottom: 9px;
    /*font-size: 12px;*/
    text-transform: uppercase;
    /*opacity: 0.5;*/
    /*border-bottom: 1px solid #dddddd;*/ }
    .picked-items__table thead td.picked-items__td--second {
      padding-left: 4px;
      padding-right: 14px; }
      .picked-items__table thead td.picked-items__td--second .picked-items__td-transform {
        -webkit-transform: translateX(-1px);
                transform: translateX(-1px); }
    .picked-items__table thead td.picked-items__td--third {
      padding-left: 17px; }
      .picked-items__table thead td.picked-items__td--third .picked-items__td-transform {
        -webkit-transform: translateX(-14px);
                transform: translateX(-14px); }
    .picked-items__table thead td.picked-items__td--fourth {
      padding-left: 41px; }
    .picked-items__table thead td.picked-items__td--fifth {
      padding-left: 57px; }
    .picked-items__table thead td.picked-items__td--sixth {
      padding-left: 46px; }
      .picked-items__table thead td.picked-items__td--sixth .picked-items__td-transform {
        -webkit-transform: translateX(13px);
                transform: translateX(13px); }
    .picked-items__table thead td.picked-items__td--seventh {
      padding-left: 0; }
      .picked-items__table thead td.picked-items__td--seventh .picked-items__td-transform {
        -webkit-transform: translateX(30px);
                transform: translateX(30px); }
    .picked-items__table thead td.picked-items__td--eighth {
      opacity: 1; }
      .picked-items__table thead td.picked-items__td--eighth .picked-items__td-transform {
        -webkit-transform: translateX(13px);
                transform: translateX(13px);
        text-align: center;
        opacity: 1; }
        .picked-items__table thead td.picked-items__td--eighth .picked-items__td-transform .select2-container.select2-container--default .select2-selection--single {
          border-radius: 2px;
          border: solid 1px rgba(168, 172, 178, 0.3);
          cursor: pointer;
          padding-bottom: 28px;
          background-image: url(../../img/icons/icon-corner.svg);
          background-position: 98.5% 1px;
          background-repeat: no-repeat; }
        .picked-items__table thead td.picked-items__td--eighth .picked-items__td-transform .select2-container--default .select2-selection--single .select2-selection__choice {
          position: relative;
          padding-top: 1px;
          padding-bottom: 4px;
          padding-left: 4px;
          padding-right: 72px;
          font-family: "Open Sans", "Arial", sans-serif;
          font-size: 13px;
          text-transform: none;
          color: #525a65;
          border-radius: 2px;
          background-color: #f2f2f2;
          border: none; }
        .picked-items__table thead td.picked-items__td--eighth .picked-items__td-transform .select2-container--default .select2-selection--single .select2-selection__rendered {
          padding-left: 5px;
          font-family: "Open Sans", "Arial", sans-serif;
          font-size: 13px;
          line-height: normal;
          text-transform: none;
          color: #525a65;
          line-height: 27px;
          text-align: left; }
        .picked-items__table thead td.picked-items__td--eighth .picked-items__td-transform .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border: none; }
        .picked-items__table thead td.picked-items__td--eighth .picked-items__td-transform .select2-container--default .select2-selection--single .select2-selection__arrow {
          background-image: url("../../img/icons/icon-down.svg");
          background-repeat: no-repeat;
          background-position: 2px 7px; }
    .picked-items__table thead td.picked-items__td--ninth {
      position: relative; }
      .picked-items__table thead td.picked-items__td--ninth .picked-items__td-transform {
        -webkit-transform: translateX(25px);
                transform: translateX(25px); }
    .picked-items__table thead td.picked-items__td--tenth .picked-items__td-transform {
      -webkit-transform: translateX(19px);
              transform: translateX(19px); }

.picked-items__label {
  margin-bottom: 2px; }
  .picked-items__label::after {
    right: 0;
    top: 18px; }

.picked-items__select {
  width: 85px;
  padding-right: 22px;
  text-transform: uppercase;
  background-color: #f4f4f4;
  background-position: 65px 13px, 76px 1px;
  background-image: url(../../img/icons/icon-down.svg);
  border: none;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  margin-left: 0px;
  color: #000;
  letter-spacing: 0.1em; }

.picked-items__img {
  display: block;
  width: 60px;
  height: 60px;
  /*margin-left: 18px;*/
  cursor: pointer; }

.picked-items__big-img {
  position: absolute;
  z-index: 3;
  left: 17px;
  top: 75px;
  display: none;
  padding-left: 15px;
  padding-right: 19px;
  padding-bottom: 18px;
  padding-top: 13px;
  width: 371px;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.2);
  background-color: #ffffff; }
  .picked-items__big-img--shown {
    display: block; }
  .picked-items__big-img::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: transparent; }
  .picked-items__big-img::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    background-color: transparent; }

.picked-items__item-title {
  padding: 0;
  margin: 0;
  padding-bottom: 13px;
  margin-bottom: 19px;
  font-family: "PT Serif", "Arial", serif;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-weight: normal;
  color: #727272;
  text-transform: uppercase; }
  .picked-items__item-title::before {
    left: -15px;
    bottom: 0;
    width: 371px; }

.picked-items__item-img {
  width: 337px;
  height: 334px;
  border-radius: 3px; }

.picked-items__close-popup {
  position: absolute;
  right: 30px;
  top: 11px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .picked-items__close-popup::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url("../../img/icons/icon-close--gray.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }

.picked-items__notify-number {
  z-index: 2;
  cursor: pointer; }
  .picked-items__notify-number::after {
    content: "";
    position: absolute;
    left: 5px;
    height: 100%;
    width: 50px;
    background-color: transparent; }

.picked-items__notifier:hover .picked-items__notify-popup {
  display: block; }

.picked-items__notify-popup {
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 8px;
  width: 157px;
  display: none;
  padding-left: 15px;
  padding-right: 13px;
  padding-top: 11px;
  padding-bottom: 11px;
  box-shadow: 0 5px 15px 0 rgba(82, 90, 101, 0.15);
  background-color: #ffffff;
  border-radius: 3px; }
  .picked-items__notify-popup::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -14px;
    top: 7px;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff; }

.picked-items__notify-explanation {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  text-align: center; }

.picked-items__notify-button {
  display: block;
  width: 93%;
  color: #ffffff;
  background-color: #c7b799; }

.picked-items__input {
  width: 65px;
  padding-left: 7px;
  padding-right: 20px;
  opacity: 1; }
  .picked-items__input::-webkit-input-placeholder {
    opacity: 0.2; }
  .picked-items__input::-moz-placeholder {
    opacity: 0.2; }
  .picked-items__input:-moz-placeholder {
    opacity: 0.2; }
  .picked-items__input:-ms-input-placeholder {
    opacity: 0.2; }

.picked-items__button {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible; }
  .picked-items__button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    width: 23px;
    height: 27px;
    margin-top: -14px;
    margin-left: -12px;
    background-image: url("../../img/icons/icon-cart-add.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }
  .picked-items__button--ok::before {
    background-image: url("../../img/icons/icon-cart-ok.svg"); }
  .active .picked-items__button::before {
    background-image: url("../../img/icons/icon-cart-ok.svg"); }
  .picked-items__button:hover, .picked-items__button:focus {
    opacity: 0.5; }

.picked-items__input-button {
  position: absolute;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .picked-items__input-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .picked-items__input-button--increase {
    top: 6px; }
    .picked-items__input-button--increase::after {
      background-image: url("../../img/icons/arrow-up.svg"); }
  .picked-items__input-button--decrease {
    top: 18px; }
    .picked-items__input-button--decrease::after {
      background-image: url("../../img/icons/arrow-down.svg"); }

.modal {
  position: fixed;
  top: 0;
  display: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  overflow: auto; }
  .modal.modal--show {
    display: flex; }
  .modal.modal--send {
    background-color: transparent; }

.modal__box {
  position: relative;
  display: flex;
  align-items: center;
  width: 735px;
  min-height: 350px;
  margin: auto;
  padding: 64px 20px;
  background-color: #ffffff;
  border-radius: 7px; }

.modal--send .modal__box {
  align-items: flex-start; }

.modal--send .modal__container {
  width: 565px; }

.modal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto; }

.modal__title,
.modal__order {
  width: 100%;
  margin: 0;
  font-family: "PT Serif", "Arial", serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #525a65;
  text-transform: uppercase; }

.modal__buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 51px; }

.modal__button {
  height: 32px;
  padding-bottom: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer; }
  .modal__button--yes {
    margin-right: 10px;
    width: 180px;
    background-color: #edd9b7; }
  .modal__button--no {
    width: 87px;
    background-color: #f2f2f2; }

.modal__img {
  margin-bottom: 46px; }

.modal__close {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  background-image: url("../../img/icons/icon-close.svg");
  background-size: contain;
  border: none;
  cursor: pointer; }

.account-info {
  width: 617px;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff; }

.account-info__title {
  padding: 0;
  margin: 0;
  padding-top: 11px;
  padding-left: 14px;
  margin-bottom: 38px;
  font-family: "PT Serif", "Arial", serif;
  line-height: 1.63;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: normal; }
  .account-info__title::before {
    bottom: -9px;
    left: 0;
    width: 100%; }

.account-info__form {
  padding-right: 108px;
  padding-bottom: 54px; }

.account-info__label {
  display: inline; }

.account-info__input {
  width: 285px;
  padding-left: 12px;
  margin-left: 5px; }

.account-info__block {
  margin-bottom: 20px; }
  .account-info__block--no-margin {
    margin-bottom: 0; }
  .account-info__block--big-margin {
    margin-bottom: 31px; }
  .account-info__block .common-field {
    text-align: right; }

.account-info__input-block {
  margin-bottom: 50px; }

.account-info__button {
  width: 183px;
  display: block;
  margin-left: auto; }

@media (max-width: 1500px) {
  .account-info {
    width: 53%; }
  .account-info__title {
    font-size: 14px; }
  .account-info__block {
    margin-left: 30px; }
    .account-info__block .common-field {
      text-align: left; }
  .account-info__label {
    margin-left: 5px;
    display: block;
    font-size: 12px; } }

/*.account-content {
  margin-bottom: 292px; }*/

.account-content__flex-wrapper {
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden; }

.account-content__flex-child {
  width: 371px; }

@media (max-width: 1500px) {
  .account-content__flex-child {
    width: 32%; } }

@media (max-width: 1050px) {
  .account-content {
    display: none; } }

.title-line {
  position: relative; }
  .title-line::before {
    content: "";
    position: absolute;
    height: 1px;
    opacity: 0.24;
    background-color: #525a65; }

.user-image {
  position: relative;
  border-radius: 3px;
  background-color: #727272;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 34px;
  padding-right: 12px;
  margin-bottom: 34px; }
  .user-image::before {
    opacity: 0.25;
    background-color: #ffffff; }

.user-image__title {
  padding: 0;
  margin: 0;
  max-width: 200px;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase; }

.user-image__img {
  width: 179px;
  height: 179px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto; }

.user-image__button {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .user-image__button--more::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url("../../img/icons/icon-more.svg");
    background-position: 0 0;
    background-repeat: no-repeat; }
  .user-image__button--reload {
    position: absolute;
    right: 0;
    top: 44px;
    display: none;
    align-items: center;
    width: 208px;
    height: 53px;
    padding-left: 49px;
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    box-shadow: 0 3px 6px 0 rgba(37, 37, 38, 0.15);
    background-color: #f0f0f0; }
    .user-image__button--reload::after {
      content: "";
      z-index: 1;
      position: absolute;
      right: 20px;
      top: -12px;
      border: 6px solid transparent;
      border-bottom: 6px solid #f0f0f0; }
    .user-image__button--reload::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 12px;
      width: 24px;
      height: 24px;
      margin-top: -12px;
      background-image: url("../../img/icons/icon-refresh.svg");
      background-repeat: no-repeat;
      background-position: 0 0; }

.user-image__flex-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 31px; }
  .user-image__flex-wrapper::before {
    left: -15px;
    bottom: -10px;
    width: 371px;
    background-color: #ffffff;
    opacity: 0.25; }

@media (max-width: 1500px) {
  .user-image__title {
    font-size: 14px; } }

.password-replacement {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 29px;
  padding-top: 11px;
  border-radius: 3px;
  border: solid 1px #e5e5e5; }

.password-replacement__title {
  padding: 0;
  margin: 0;
  padding-left: 13px;
  margin-bottom: 29px;
  line-height: 1.63;
  letter-spacing: 0.6px;
  font-size: 16px;
  font-family: "PT Serif", "Arial", serif;
  text-transform: uppercase;
  font-weight: normal; }
  .password-replacement__title::before {
    left: 0;
    bottom: -10px;
    width: 100%; }

.password-replacement__form {
  margin-left: 6px;
  padding-right: 23px;
  padding-left: 13px; }

.password-replacement__block {
  margin-bottom: 20px; }
  .password-replacement__block--big-margin {
    margin-bottom: 30px; }

.password-replacement__checkbox {
  margin-bottom: 41px; }
  .password-replacement__checkbox .password-replacement__label--checkbox::before {
    border: solid 1px rgba(168, 172, 178, 0.3); }

@media (max-width: 1500px) {
  .password-replacement__title {
    font-size: 14px; }
  .password-replacement__label {
    font-size: 12px; }
  .password-replacement__checkbox label {
    font-size: 12px; } }

.profile-information {
  padding-top: 33px;
  padding-bottom: 55px;
  width: 100%; }

.profile-information__img {
  width: 155px;
  height: 155px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  border-radius: 50%; }

.profile-information__label {
  margin-bottom: 3px; }

.profile-information__input {
  padding-left: 11px; }

.profile-information__block {
  margin-bottom: 12px; }
  .profile-information__block--no-margin {
    margin-bottom: 0; }
  .profile-information__block--big-margin {
    margin-bottom: 45px; }

.profile-information__input-block {
  margin-bottom: 19px; }

.profile-information__button {
  padding-bottom: 11px;
  padding-top: 11px; }

.profile-password {
  padding-top: 30px;
  padding-bottom: 66px;
  width: 100%; }

.profile-password__block {
  margin-bottom: 20px; }
  .profile-password__block--big-margin {
    margin-bottom: 53px; }

.profile-password__button {
  padding-top: 11px;
  padding-bottom: 11px; }

.profile-address {
  padding-top: 35px;
  padding-bottom: 65px;
  width: 100%; }

.profile-address__button {
  padding-top: 11px;
  padding-bottom: 11px; }

.profile-address__block {
  margin-bottom: 12px; }
  .profile-address__block--big-margin {
    margin-bottom: 37px; }

.profile-address__checkbox {
  margin-bottom: 63px; }
  .profile-address__checkbox .profile-address__label {
    margin-bottom: 3px; }
    .profile-address__checkbox .profile-address__label--checkbox {
      max-width: 290px;
      margin-bottom: 0;
      font-size: 12px;
      text-transform: none;
      text-align: left; }

.profile-address__input {
  padding-left: 9px; }

.activity .breadcrumbs {
  margin-bottom: 0;
  padding-left: 23px; }

.activity .order {
  padding-left: 20px;
  padding-right: 30px; }

.activity__title {
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: 0.6px;
  color: #333333;
  text-transform: uppercase; }

.activity__title + img {
  margin-bottom: 54px; }

.header-decor {
  margin-bottom: 70px; }

.decor-catalog {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 29px;
  padding-bottom: 200px; }

.decor-catalog__directories {
  width: 41.6%;
  min-height: 550px;
  margin-top: 20px;
  border-top: 1px solid #cacaca; }

.decor-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.decor-catalog__item-wrapper {
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px; }

.decor-catalog__item {
  position: relative; }
  .decor-catalog__item::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    bottom: 0; }

.decor-catalog__item-name {
  overflow: visible;
  width: 35%;
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 13px;
  color: #727272;
  cursor: pointer;
  text-align: left; }
  .decor-catalog__item-name:hover {
    color: #c7b799; }
  .decor-catalog__item-name:active {
    opacity: 0.7; }
  .decor-catalog__item-name::before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px; }
  .decor-catalog__item-name--directory::after, .decor-catalog__item-name--folder::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    top: 9px;
    left: -46px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%205%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.5%22%20d%3D%22M.18.19L5%204.74M9.83.18l-5.1%204.64%22%2F%3E%3C%2Fsvg%3E"); }
  .decor-catalog__item-name--directory {
    margin-left: 13.4%;
    margin-right: 11%;
    line-height: 18px; }
    .decor-catalog__item-name--directory::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cdefs%3E%3Cmask%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20data-name%3D%22b%22%3E%3Cpath%20data-name%3D%22a%22%20d%3D%22M5%2010v8h14v-8zM3%208h18v12H3zm6-1H8V5.5A1.5%201.5%200%200%201%209.51%204h5A1.5%201.5%200%200%201%2016%205.5V7h-2V5.5a.5.5%200%200%200%20.49.5h-5a.5.5%200%200%200%20.51-.5V7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20data-name%3D%22a%22%20d%3D%22M5%2010v8h14v-8zM3%208h18v12H3zm6-1H8V5.5A1.5%201.5%200%200%201%209.51%204h5A1.5%201.5%200%200%201%2016%205.5V7h-2V5.5a.5.5%200%200%200%20.49.5h-5a.5.5%200%200%200%20.51-.5V7z%22%20fill%3D%22%23727272%22%2F%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22%23727272%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      top: -1px;
      left: -30px; }
  .decor-catalog__item-name--nofolder {
    margin-left: 18.5%;
    margin-right: 6%;
    line-height: 16px; }
  .decor-catalog__item-name--folder {
    margin-left: 18.5%;
    margin-right: 6%;
    line-height: 16px; }
    .decor-catalog__item-name--folder::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,     %3Csvg%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cdefs%3E%3Cmask%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20data-name%3D%22b%22%3E%3Cpath%20data-name%3D%22a%22%20d%3D%22M4%208v10h16V5h-4.06l-2.5%203zM2%206h10.5L15%203h7v17H2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20data-name%3D%22a%22%20d%3D%22M4%208v10h16V5h-4.06l-2.5%203zM2%206h10.5L15%203h7v17H2z%22%20fill%3D%22%23333%22%2F%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22%23727272%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      top: -1px;
      left: -28px; }
  .decor-catalog__item-name--item {
    margin-left: 24%;
    padding-top: 2px;
    line-height: 16px; }
    .decor-catalog__item-name--item::before {
      background-image: url("data:image/svg+xml;charset=UTF-8,     %3Csvg%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cdefs%3E%3Cmask%20id%3D%22a%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20data-name%3D%22b%22%3E%3Cpath%20data-name%3D%22a%22%20d%3D%22M6%206v12h12V6zM4%204h16v16H4zm6%201h4v4l-4%202z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20data-name%3D%22a%22%20d%3D%22M6%206v12h12V6zM4%204h16v16H4zm6%201h4v4l-4%202z%22%20fill%3D%22%23333%22%2F%3E%3Cg%20mask%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22%23727272%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      top: -1px;
      left: -30px; }

.decor-catalog__item-name--directory--rotate::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.decor-catalog__item-count {
  width: 10%;
  margin-right: auto;
  text-align: right; }

.decor-catalog__download {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4.6%;
  background-image: url(../../img/icons/icon-download--black.svg); }
  .decor-catalog__download:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,     %3Csvg%20id%3D%22813b2d32-0633-4ef7-9ba0-89a5445fbf8f%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cmask%20id%3D%2200f8c5b8-f330-46f4-9ad3-d4f66b21457c%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2224%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20id%3D%229024e802-1a1e-4fbd-9018-a3464688050b%22%20data-name%3D%22b%22%3E%3Cpath%20id%3D%22a9e4e263-a160-48ce-afff-a952f9ebdf14%22%20data-name%3D%22a%22%20d%3D%22M13%2C13.71l3.29-3.29%2C1.42%2C1.41L12%2C17.54%2C6.29%2C11.83l1.42-1.41L11%2C13.71V4h2ZM3%2C19H21v2H3Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Ctitle%3Etest%3C%2Ftitle%3E%3Cpath%20id%3D%22443e5620-928e-42c1-9b87-61b99288d703%22%20data-name%3D%22a%22%20d%3D%22M13%2C13.71l3.29-3.29%2C1.42%2C1.41L12%2C17.54%2C6.29%2C11.83l1.42-1.41L11%2C13.71V4h2ZM3%2C19H21v2H3Z%22%20fill%3D%22%23333%22%2F%3E%3Cg%20mask%3D%22url(%2300f8c5b8-f330-46f4-9ad3-d4f66b21457c)%22%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22%23c7b799%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
  .decor-catalog__download:active {
    opacity: 0.8; }

.decor-catalog__nodownload {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4.6%; }

.decor-catalog__item--item {
  display: none; }
  .decor-catalog__item--item--open {
    display: block; }

.decor-catalog__item--folder {
  display: none; }
  .decor-catalog__item--folder--open {
    display: block; }

@media (max-width: 1050px) {
  .decor-catalog {
    min-width: 805px; }
  .decor-catalog__directories {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px; } }

@media (max-width: 820px) {
  .decor-catalog {
    min-width: auto;
    flex-wrap: wrap;
    padding-bottom: 0; }
  .decor-catalog__directories {
    min-height: 0;
    margin-bottom: 35px; } }

.catalog-item {
  width: 47%;
  min-width: 380px; }

.catalog-item__image-wrapper {
  display: none;
  max-width: 369px;
  width: 23vw;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(114, 114, 114, 0.2);
  background-color: #ffffff; }
  .catalog-item__image-wrapper--open {
    display: block; }

.catalog-item__table {
  width: 100%; }

.catalog-item__image-preview {
  margin-top: 4px;
  margin-right: 5px; }

.catalog-item__selected-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
  padding-left: 14px;
  padding-right: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(82, 90, 101, 0.24); }

.catalog-item__table-head,
.catalog-item__table-text {
  padding: 0;
  font-weight: 400; }

.catalog-item__table-head {
  text-align: left;
  font-weight: 300;
  color: #cacaca; }

.catalog-item__search-form {
  margin-bottom: 21px; }

.catalog-item__table-first-column {
  width: 50%; }

.catalog-item__button {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 15px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .catalog-item__button::before, .catalog-item__button::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #727272; }
  .catalog-item__button::before {
    top: 6px;
    left: 0; }
  .catalog-item__button::after {
    top: 6px;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .catalog-item__button:hover::before, .catalog-item__button:hover::after {
    background-color: #c7b799; }
  .catalog-item__button:active::before, .catalog-item__button:active::after {
    opacity: 0.7; }

.catalog-item__image-title {
  display: flex;
  align-items: flex-start;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cacaca; }

.catalog-item__image-text {
  margin: 0;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #525a65; }

.catalog-item__close-button {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-left: auto;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .catalog-item__close-button::before, .catalog-item__close-button::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #727272;
    top: 7px;
    left: 0; }
  .catalog-item__close-button::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .catalog-item__close-button::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .catalog-item__close-button:hover::before, .catalog-item__close-button:hover::after {
    background-color: #c7b799; }
  .catalog-item__close-button:active::before, .catalog-item__close-button:active::after {
    opacity: 0.7; }

.catalog-item__image-container {
  padding-top: 17px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 19px; }

.catalog-item__search {
  padding-left: 8px; }

.catalog-item__open-button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer; }

.catalog-item__file-upload-container {
  cursor: pointer; }

.catalog-item__file-input {
  opacity: 0;
  width: 0;
  height: 0; }

@media (max-width: 1050px) {
  .catalog-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end; }
  .catalog-item__image-wrapper {
    width: auto;
    margin-right: 2%; }
  .catalog-item__wrapper {
    width: 50%; }
  .catalog-item__selected,
  .catalog-item__search-form {
    width: 90%;
    min-width: 383px; } }

.catalog-item__table-wrapper {
  width: 89%;
  text-align: left; }

@media (max-width: 820px) {
  .catalog-item__image-wrapper {
    margin-left: auto;
    margin-right: auto; }
  .catalog-item {
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start; }
  .catalog-item__selected,
  .catalog-item__search-form {
    width: 100%;
    min-width: 0; }
  .catalog-item__table-text--name {
    padding-right: 10px; }
  .catalog-item__table-text--format {
    padding-right: 5px; } }

.catalog {
  padding-right: 0; }

.wallpapers-breadcrumbs {
  padding-left: 24px;
  padding-bottom: 13px; }

.wallpapers-content {
  width: 74.5%; }

.wallpapers-catalog {
  margin-bottom: 47px;
  padding-right: 25px;
  padding-left: 29px; }
  .wallpapers-catalog--small-mrgn-bottom {
    margin-bottom: 25px; }
  .wallpapers-catalog--decor-page {
    margin-bottom: 21px; }

.wallpapers-catalog__search-form {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4px; }

.wallpapers-catalog__search-input-wrapper {
  flex-grow: 1;
  margin-right: 33px;}
  @media (max-width: 721px) {
    .wallpapers-catalog__search-input-wrapper {
      width: 100%;
      margin-right: 0; } }

.wallpapers-catalog__search-input {
  max-width: 604px;
  width: calc(100% - 4px);
  height: 32px;
  padding-top: 7px;
  padding-left: 5px;
  -webkit-appearance: textfield; }

.wallpapers-catalog__tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px; }
  @media (max-width: 1050px) {
    .wallpapers-catalog__tabs {
      display: none; } }

.wallpapers-catalog__tabs .tabs__list::after {
  content: none; }

.wallpapers-catalog__tabs .tabs__link--active::after {
  bottom: -1px; }

.wallpapers-catalog__price-inputs {
  width: 19.5%;
  min-width: 205px;
  margin-right: 12px; }
  @media (max-width: 721px) {
    .wallpapers-catalog__price-inputs {
      width: 50%;
      margin-right: 24px; } }

.wallpapers-catalog__price-input {
  width: 43.3%; }

.wallpapers-catalog__price-range {
  width: 17.7%;
  min-width: 183px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 18px; }
  @media (max-width: 721px) {
    .wallpapers-catalog__price-range {
      width: auto;
      flex-grow: 1; } }

.wallpapers-catalog__filters {
  margin-top: 19px; }
  @media (max-width: 1500px) {
    .wallpapers-catalog__filters {
      width: 100%; } }

.wallpapers-catalog__filters-wrapper {
  margin-bottom: 19px;
  padding-top: 13px;
  padding-right: 17px;
  padding-bottom: 3px; }

.wallpapers-catalog__filter-item:nth-child(4n+4) {
  margin-right: 30px; }

.wallpapers-catalog__filter-item:nth-child(5n+5) {
  margin-right: 0; }

.wallpapers-catalog__filter-item {
  margin-right: 31px;
  margin-bottom: 12px; }
  @media (max-width: 1500px) {
    .wallpapers-catalog__filter-item {
      margin-right: 5.2%; }
      .wallpapers-catalog__filter-item:nth-child(4n+4) {
        margin-right: 5.2%; }
      .wallpapers-catalog__filter-item:nth-child(5n+5) {
        margin-right: 5.2%; } }

@media (max-width: 1500px) {
  .wallpapers-catalog__filter-list {
    width: 100%; } }

.price-inputs__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.price-inputs__input-container {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-right: 21px;
  padding-left: 4px;
  padding-bottom: 4px;
  border-radius: 2px;
  border: solid 1px rgba(168, 172, 178, 0.3);
  background-color: #ffffff; }
  .price-inputs__input-container::before {
    position: absolute;
    content: "₽";
    top: 6px;
    right: 10px;
    font-family: "PT Sans", serif; }
  .price-inputs__input-container--hover, .price-inputs__input-container--selected {
    border: solid 1px #edd9b7; }

.price-inputs__input {
  width: 100%;
  color: #525a65;
  border: none;
  background-color: #f0f0f0;
  padding-top: 4px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 3px;
  text-align: right }

.price-range__full {
  width: 100%;
  height: 2px;
  background-color: rgba(114, 114, 114, 0.24); }

.price-range__value {
  position: relative;
  width: 22.6%;
  height: 2px;
  background-color: #c7b799; }
  .price-range__value::before, .price-range__value::after {
    position: absolute;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    top: -3px;
    box-shadow: 0 3px 6px 0 rgba(82, 90, 101, 0.15);
    background-color: #c7b799;
    border-radius: 50%;
    cursor: pointer; }
  .price-range__value::before {
    left: 0; }
  .price-range__value::after {
    right: 0; }

.alphabet-sort {
  padding-left: 4px; }

.alphabet-sort__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  background-color: #f2f2f2; }

.alphabet-sort__link {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px; }
  .alphabet-sort__link:hover {
    background-color: rgba(199, 183, 153, 0.5); }
  .alphabet-sort__link--active:hover, .alphabet-sort__link--active {
    background-color: #c7b799; }

.alphabet-sort__item {
  width: 3.44%;
  min-width: 35px;
  text-align: center; }

.wallpapers {
  width: 97.2%;
  margin-left: auto;
  margin-bottom: 95px;
  padding-left: 2px; }
  @media (max-width: 1501px) {
    .wallpapers {
      margin-left: 0;
      padding-left: 29px; } }

.wallpapers .row-amount {
  margin-right: -3px; }

.wallpapers__item {
  margin-right: 38px;
  margin-bottom: 40px; }
  .wallpapers__item:hover {
    box-shadow: 0 0 5px; }
  @media (max-width: 1500px) {
    .wallpapers__item {
      margin-right: 6.55%; }
      .wallpapers__item:nth-child(4n+4), .wallpapers__item:last-child {
        margin-left: 0;
        margin-right: 6.55%; } }

.wallpapers__item .cards__img {
  cursor: pointer; }

.wallpapers__item .cards__card {
  min-height: 310px; }

.wallpapers__item .cards__cost {
  margin-top: auto; }

.wallpapers__pagination {
  max-width: 1035px;
  width: 100%;
  margin-top: 176px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1500px) {
    .wallpapers__pagination {
      width: 97.5%;
      max-width: none;
      margin-top: 80px; } }
  @media (max-width: 720px) {
    .wallpapers__pagination {
      flex-direction: column;
      min-height: 100px; } }

.wallpapers__pagination .row-amount .select2-container.select2-container--default .select2-selection--single {
  padding-top: 0; }

.pagination__item {
  flex-grow: 1; }

@media (max-width: 720px) {
  .wallpapers .pagination__list {
    width: auto;
    flex-grow: 1;
    min-width: 256px; }
  .wallpapers .pagination__item {
    flex-grow: 1; }
  .wallpapers .row-amount {
    margin-left: auto; } }

.card-popup {
  position: absolute;
  display: none;
  max-width: 369px;
  border-radius: 3px;
  box-shadow: 0 5px 15px 0 rgba(114, 114, 114, 0.2);
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 1212121; }
  .card-popup--open {
    display: block; }

.card-popup__title {
  display: flex;
  align-items: flex-start;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cacaca;
  font-family: "PT Serif", "Arial", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #525a65; }

.card-popup__image-container {
  padding-top: 17px;
  padding-right: 17px;
  padding-left: 17px;
  padding-bottom: 19px; }

.card-popup__image {
  width: 335px;
  height: 335px; }

@media (max-width: 1500px) {
  .card-popup {
    max-width: 320px; }
  .card-popup__image {
    width: 270px;
    height: 270px;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 700px) {
  .card-popup {
    width: 80%;
    max-width: none;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .card-popup__image {
    width: 80%;
    height: auto; } }

.price-range__full {
  position: relative; }

.ui-slider-handle {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: -3px;
  box-shadow: 0 3px 6px 0 rgba(82, 90, 101, 0.15);
  background-color: #c7b799;
  border-radius: 50%;
  cursor: pointer; }

.ui-slider-range {
  position: absolute;
  background-color: #c7b799;
  height: 2px; }

.archive {
  padding-left: 29px; }

.archive__list {
  display: none; }
  .archive__list--open {
    display: block; }

.archive__buttons-list {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  margin: 0;
  padding: 0;
  list-style: none; }

.archive__button-item {
  width: 150px;
  height: 100%; }

.archive__button-link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  background-color: #f2f2f2; }
  .archive__button-link:hover {
    color: #ffffff;
    background-color: rgba(199, 183, 153, 0.8); }
  .archive__button-link--selected {
    color: #ffffff;
    background-color: #c7b799; }
    .archive__button-link--selected:hover {
      background-color: #c7b799; }
  .archive__button-link:active {
    opacity: 0.7; }

.archive__buttons-title {
  margin: 0;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: normal;
  color: #727272;
  opacity: 0.5;
  text-transform: uppercase; }

.archive__catalog {
  margin-top: 25px; }

.archive__directories {
  width: 42.4%; }

.archive__folder::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.archive__root,
.archive__folder {
  margin-left: 20.3%;
  font-family: "Open Sans", "Arial", sans-serif; }

.archive__item,
.archive__folder {
  font-family: "Open Sans", "Arial", sans-serif; }
  .archive__item::before,
  .archive__folder::before {
    background-image: none; }

.archive__root {
  margin-left: 13.4%; }
  .archive__root::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.archive__item {
  margin-left: 25.3%; }

.archive__download {
  margin-left: auto; }

.archive__count {
  margin-right: 20.3%;
  margin-left: auto;
  padding-top: 2px; }

.archive__directories .decor-catalog__item-name--directory--rotate::after {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

@media (max-width: 1500px) {
  .archive__directories {
    width: 452px; }
  .archive__folder::after {
    left: -30px; }
  .archive__count {
    margin-right: 10%; } }

@media (max-width: 1050px) {
  .archive__buttons {
    max-width: 450px;
    margin: 0 auto; }
  .archive {
    padding-left: 10px;
    padding-right: 10px; }
  .archive__button-link {
    width: 100%; }
  .archive__button-item {
    width: 33.3%;
    min-width: 115px; }
  .archive__buttons-list {
    width: 100%; }
  .archive__root {
    width: 32%;
    margin-left: 17.4%; }
  .archive__catalog {
    min-width: auto; } }

.favourit-modal {
  display: none;
  position: fixed;
  width: 35%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: lightgrey; }
  .favourit-modal--open {
    display: block; }

.btn.add-new-category-btn {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}
.btn.add-new-category-btn .icon {
  background: #edd9b7;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  position: relative;
  bottom: 0;
  margin-right: 10px; }

.newGroup{
  width: 100%;
  line-height: 26px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #ddd;
  transition: .3s;
  background: #fff;
  padding: 10px 20px;
  color: #6e6558;
  font-size: 15px
}
.fav_tool_ToFavourite{
  font-size: 12px;
}
.catrgories-list li:hover{
  color: #727272;
}