@font-face {
  font-family: "DinPro";
  src: url("../fonts/dinpro.woff2") format("woff2"), url("../fonts/dinpro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DinPro";
  src: url("../fonts/dinpro-medium.woff2") format("woff2"), url("../fonts/dinpro-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  font-family: "DinPro", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
  color: #030303;
  background-color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  text-decoration: none;
  color: #030303;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1380px) {
  .container {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.accordion--open .common-form__accordion-trigger::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion__dropdown-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__dropdown {
  max-height: 165px;
  overflow-y: auto;
  padding: 6px 0 20px;
}
@media (min-width: 1380px) {
  .accordion__dropdown {
    max-height: 160px;
    padding: 4px 0 20px;
  }
}
@media (min-width: 1024px) {
  .advantage {
    font-size: 22px;
    line-height: 27px;
  }
}
.advantage__title {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .advantage__title {
    margin-bottom: 32px;
  }
}
.advantage__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advantage__item {
  margin-bottom: 20px;
  padding: 7px 0 7px 40px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (min-width: 1024px) {
  .advantage__item {
    padding: 14px 0 14px 79px;
    background-size: 52px auto;
  }
}
.advantage__item:last-child {
  margin-bottom: 0;
}
.advantage__item--fast {
  background-image: url("../img/svg/icon-auth-fast.svg");
}
.advantage__item--offer {
  background-image: url("../img/svg/icon-auth-offer.svg");
}
.advantage__item--finance {
  background-image: url("../img/svg/icon-auth-finance.svg");
}
.authorization {
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (min-width: 1024px) {
  .authorization {
    padding-top: 53px;
  }
}
@media (min-width: 1024px) {
  .authorization__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.authorization__top {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .authorization__top {
    max-width: 314px;
  }
}
@media (min-width: 1024px) {
  .authorization__top {
    width: 50%;
    margin-bottom: 0;
    margin-right: 50px;
  }
}
@media (min-width: 1380px) {
  .authorization__top {
    width: 24.15%;
    margin-right: 116px;
  }
}
.authorization__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.authorization__tabs + .authorization__note--top {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .authorization__tabs + .authorization__note--top {
    margin-top: 38px;
  }
}
.authorization__tabs-link {
  margin-right: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #a9a9a9;
}
@media (min-width: 768px) {
  .authorization__tabs-link {
    margin-right: 35px;
    font-size: 22px;
    line-height: 27px;
  }
}
.authorization__tabs-link--current {
  font-weight: 500;
  color: #000000;
  cursor: default;
}
.authorization__form .common-form__item {
  margin-bottom: 19px;
}
.authorization__form .common-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.authorization__form .common-form__submit-button {
  margin-top: 30px;
}
.authorization__note {
  margin: 21px 0 0;
}
@media (min-width: 1024px) {
  .authorization__note {
    font-size: 16px;
    line-height: 20px;
  }
}
.authorization__note--top {
  margin: 25px 0;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    max-width: 1380px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1380px) {
  .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1380px) {
  .breadcrumbs {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 20px;
  border-top: 1px solid #e4e4e4;
}
@media (min-width: 1024px) {
  .breadcrumbs__list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1380px) {
  .breadcrumbs__list {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.breadcrumbs__item {
  margin-right: 17px;
}
.breadcrumbs__item--current {
  margin-right: 0;
}
.breadcrumbs__item--current .breadcrumbs__link {
  color: #000000;
}
.breadcrumbs__item--current .breadcrumbs__link:hover,
.breadcrumbs__item--current .breadcrumbs__link:focus {
  color: currentColor;
  cursor: default;
}
.breadcrumbs__item--current .breadcrumbs__link::after {
  display: none;
}
.breadcrumbs__link {
  color: #a9a9a9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #e74a24;
}
.breadcrumbs__link::after {
  content: "/";
  margin-left: 14px;
}
.common-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  padding: 12px 30px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #8c8c8c;
}
@media (min-width: 1024px) {
  .common-button {
    cursor: pointer;
  }
}
.common-button--color {
  background-color: #e74a24;
}
.common-button--light {
  border: 1px solid #dbdbdb;
  background-color: #efefef;
}
.common-button--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  height: 37px;
}
.common-button--outline {
  border: 1px solid #dbdbdb;
  color: #030303;
  background-color: transparent;
}
.common-form__item {
  margin-bottom: 10px;
}
.common-form__item:last-child {
  margin-bottom: 0;
}
.common-form__item--error .common-form__error {
  display: block;
}
.common-form__item--error .common-form__input {
  border-color: #e35151;
}
.common-form__item--error .common-form__input:hover,
.common-form__item--error .common-form__input:focus {
  border-color: #e35151;
}
.common-form__item--checkbox {
  margin-bottom: 12px;
}
@media (min-width: 1380px) {
  .common-form__item--checkbox {
    margin-bottom: 6px;
  }
}
.common-form__item--checkbox .common-form__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.common-form__item--checkbox .common-form__input:checked + .common-form__label::before {
  background-image: url("../img/svg/check.svg");
  background-position: center;
  background-size: 11px;
  background-repeat: no-repeat;
}
.common-form__item--checkbox .common-form__label {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #030303;
}
@media (min-width: 1024px) {
  .common-form__item--checkbox .common-form__label {
    cursor: pointer;
  }
}
@media (min-width: 1380px) {
  .common-form__item--checkbox .common-form__label {
    font-size: 14px;
  }
}
.common-form__item--checkbox .common-form__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}
.common-form__field-wrapper {
  position: relative;
}
.common-form__field-wrapper--search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-form__field-wrapper--search .common-form__field {
  width: 100%;
}
.common-form__field-wrapper--search .common-form__input {
  padding: 12px 20px;
}
.common-form__field-wrapper--search .common-form__submit-button {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .common-form__field-wrapper--search .common-form__submit-button {
    width: auto;
    padding: 0 10px;
  }
}
@media (min-width: 1380px) {
  .common-form__field-wrapper--search .common-form__submit-button {
    padding: 0 24px;
  }
}
.common-form__field-wrapper--animated-label .common-form__label {
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: text;
}
.common-form__field-wrapper--label-top .common-form__label {
  top: 5px;
  font-size: 9px;
  line-height: 11px;
}
.common-form__field-wrapper--label-center .common-form__label {
  top: 13px;
}
.common-form__label {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.common-form__field--edit {
  background-image: url("../img/svg/icon-edit.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 10px center;
}
.common-form__field--edit .common-form__input {
  padding-right: 36px;
}
.common-form__input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  height: 44px;
  padding: 12px 10px 0;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  outline: none;
}
.common-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #a9a9a9;
}
.common-form__input::-moz-placeholder {
  opacity: 1;
  color: #a9a9a9;
}
.common-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #a9a9a9;
}
.common-form__input::-ms-input-placeholder {
  opacity: 1;
  color: #a9a9a9;
}
.common-form__input::placeholder {
  opacity: 1;
  color: #a9a9a9;
}
.common-form__input:hover,
.common-form__input:focus {
  border-color: #000000;
}
.common-form__input:hover:disabled,
.common-form__input:focus:disabled {
  border-color: #dbdbdb;
}
.common-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.common-form__input:focus::-moz-placeholder {
  color: transparent;
}
.common-form__input:focus:-ms-input-placeholder {
  color: transparent;
}
.common-form__input:focus::-ms-input-placeholder {
  color: transparent;
}
.common-form__input:focus::placeholder {
  color: transparent;
}
.common-form__input--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.common-form__error {
  display: none;
  margin-bottom: 8px;
  color: #e35151;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.common-form__clarification {
  margin-top: 4px;
  font-size: 12px;
  line-height: 15px;
  color: #a9a9a9;
}
.common-form__accordion-trigger {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  position: relative;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .common-form__accordion-trigger {
    cursor: pointer;
  }
}
@media (min-width: 1380px) {
  .common-form__accordion-trigger {
    padding: 10px 0;
  }
}
.common-form__accordion-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url("../img/svg/arrow-check-dropdown.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1380px) {
  .common-form__accordion-trigger::after {
    width: 12px;
  }
}
.common-form__cancel-button {
  color: #3b3b3b;
}
.common-form__cancel-button svg {
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  border-radius: 3px;
  background-color: #efefef;
}
@media (min-width: 1024px) {
  .counter {
    height: 20px;
  }
}
.counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: calc(100% - 6px);
  height: 1px;
  background-color: #dbdbdb;
}
.counter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  width: calc(100% - 6px);
  height: 1px;
  background-color: #dbdbdb;
}
.counter__input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  padding: 0 5px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1.25;
  background-color: #ffffff;
  outline: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .counter__input {
    font-size: 11px;
  }
}
.counter__input:focus {
  border-color: #000000;
}
.counter__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  border: 1px solid #dbdbdb;
  background-color: #efefef;
}
@media (min-width: 1024px) {
  .counter__button {
    width: 22px;
    cursor: pointer;
  }
}
.counter__button--minus {
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.counter__button--plus {
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.counter__button-icon {
  width: 15px;
  height: 15px;
}
@media (min-width: 1024px) {
  .counter__button-icon {
    width: 8px;
    height: 8px;
  }
}
.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .description {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11% 20% 7% 9% 9% 11% 12% 9% 10% 2%;
    grid-template-columns: 11% 20% 7% 9% 9% 11% 12% 9% 10% 2%;
        grid-template-areas: ". title . . . . . . . .";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1380px) {
  .description {
    line-height: 1.43;
  }
}
.description__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .description__row {
    width: auto;
  }
}
.description__row--half {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .description__row--half {
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }
}
.description__row--half:nth-child(2n) {
  margin-right: 0;
}
.description__row--half .description__term {
  display: none;
}
.description__row--half .description__definition {
  width: 100%;
}
.description__row--title {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .description__row--title {
    grid-area: title;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .description__row--title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.description__row--title .description__term {
  display: none;
}
.description__row--title .description__definition {
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
}
.description__row--button .common-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .description__row--button .common-button {
    width: 18px;
    height: 18px;
    border: 0;
    background-color: transparent;
  }
}
.description__term {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  color: #a9a9a9;
}
@media (min-width: 1024px) {
  .description__term {
    display: none;
  }
}
.description__term::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
  background-image: -o-linear-gradient(left, currentColor 1.5px, transparent 1.5px);
  background-image: linear-gradient(to right, currentColor 1.5px, transparent 1.5px);
  background-repeat: repeat-x;
  background-size: 3px 1.5px;
  background-position: left bottom 6px;
}
.description__definition {
  margin: 0;
  padding: 0;
}
.description__definition--bold {
  font-size: 18px;
  line-height: 1.11;
  font-weight: 500;
}
.dropdown--open .dropdown__content {
  display: block;
}
.dropdown--open.user-block__item--dropdown .user-block__item-target::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dropdown__content {
  display: none;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .dropdown__content {
    position: relative;
  }
  .dropdown__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 17px;
    height: 17px;
    background-color: #dbdbdb;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
  .dropdown__content::after {
    content: "";
    position: absolute;
    top: 1.5px;
    left: 50%;
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
}
.dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  padding: 8px 0 12px;
  border-radius: 10px;
  background-color: #ffffff;
}
.dropdown__item--selected .dropdown__link {
  background-color: #fdede9;
}
@media (min-width: 768px) {
  .dropdown__item--selected .dropdown__link {
    background-color: transparent;
    background-image: url("../img/svg/check-dropdown.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center left 9px;
  }
}
@media (min-width: 768px) {
  .dropdown__item--selected .user-item__name {
    font-weight: 500;
  }
}
.dropdown__link {
  padding: 2px 16px 4px;
}
@media (min-width: 768px) {
  .dropdown__link {
    padding-left: 30px;
  }
}
.dropdown__link:hover,
.dropdown__link:focus,
.dropdown__link:active {
  background-color: #fdede9;
}
@media (min-width: 768px) {
  .dropdown__link:hover,
  .dropdown__link:focus,
  .dropdown__link:active {
    background-color: #efefef;
  }
}
.filter {
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
}
@media (min-width: 1380px) {
  .filter {
    position: static;
    display: block;
  }
}
.filter--shown {
  display: block;
}
.filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.filter__top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  background-color: #fafafa;
  text-align: center;
}
@media (min-width: 1380px) {
  .filter__top {
    display: none;
  }
}
.filter__close-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.filter__form {
  max-width: 1380px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1380px) {
  .filter__form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1380px) {
  .filter__form {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1380px) {
  .filter__form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1380px) {
  .filter__form .common-form__top {
    padding-bottom: 20px;
  }
}
.filter__form .common-form__fieldset {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 1380px) {
  .filter__form .common-form__fieldset:first-child {
    border-top: 1px solid #dbdbdb;
  }
}
.filter__form .common-form__bottom {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #ffffff;
}
@media (min-width: 1380px) {
  .filter__form .common-form__bottom {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.filter__form .common-form__bottom .common-button {
  margin-right: 20px;
}
@media (min-width: 1380px) {
  .filter__form .common-form__bottom .common-button {
    margin-right: 0;
  }
}
.filter__form .common-form__bottom .common-button:last-child {
  margin-right: 0;
}
.filter__form .common-form__submit-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1380px) {
  .filter__form .common-form__submit-button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
}
@media (min-width: 1380px) {
  .filter__form .common-form__reset-button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.filter__form .common-form__item--range {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 1380px) {
  .filter__form .common-form__item--range {
    margin-right: 20px;
  }
}
.filter__form .common-form__item--range .common-form__label {
  margin-right: 10px;
}
.filter__form .common-form__item--range .common-form__input {
  width: 90px;
  height: 37px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1380px) {
  .filter__form .common-form__item--range .common-form__input {
    width: 41px;
    padding: 0 4px;
    text-align: left;
  }
}
.modal-open {
  overflow: hidden;
}
.icon-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #efefef;
}
.icon-button__counter {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: calc(100% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  min-width: 19px;
  min-height: 19px;
  padding: 0 6px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background-color: #e74a24;
  color: #ffffff;
}
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav__item {
  margin-right: 21px;
}
@media (min-width: 1024px) {
  .nav__item {
    margin-right: 15px;
  }
}
@media (min-width: 1380px) {
  .nav__item {
    margin-right: 30px;
  }
}
.nav__item--current .nav__link {
  color: #e74a24;
}
.nav__item--current .nav__link:hover {
  cursor: default;
}
@media (min-width: 1024px) {
  .nav__item--current.nav__item--new-order .nav__icon path,
  .nav__item--current.nav__item--price-list .nav__icon path,
  .nav__item--current.nav__item--catalog .nav__icon path,
  .nav__item--current.nav__item--contacts .nav__icon path {
    stroke: #e74a24;
  }
}
@media (min-width: 1024px) {
  .nav__item--current.nav__item--finance .nav__icon path {
    fill: #e74a24;
  }
}
.nav__item:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .nav__item--new-order .nav__link:hover .nav__icon path,
  .nav__item--price-list .nav__link:hover .nav__icon path,
  .nav__item--catalog .nav__link:hover .nav__icon path,
  .nav__item--contacts .nav__link:hover .nav__icon path,
  .nav__item--new-order .nav__link:focus .nav__icon path,
  .nav__item--price-list .nav__link:focus .nav__icon path,
  .nav__item--catalog .nav__link:focus .nav__icon path,
  .nav__item--contacts .nav__link:focus .nav__icon path {
    stroke: #e74a24;
  }
}
@media (min-width: 1024px) {
  .nav__item--finance .nav__link:hover .nav__icon path,
  .nav__item--finance .nav__link:focus .nav__icon path {
    fill: #e74a24;
  }
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 21px;
  color: #000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1380px) {
  .nav__link {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .nav__link:hover,
  .nav__link:focus {
    color: #e74a24;
  }
}
.nav__link .nav__icon path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__icon {
  max-height: 100%;
  width: auto;
  margin-right: 5px;
}
@media (min-width: 1380px) {
  .nav__icon {
    margin-right: 8px;
  }
}
.new-order {
  padding-top: 10px;
  padding-bottom: 50px;
}
@media (min-width: 1380px) {
  .new-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 43px;
    padding-bottom: 44px;
  }
}
.new-order__filter {
  height: 100vh;
  width: 100%;
}
@media (min-width: 1380px) {
  .new-order__filter {
    width: 17%;
    height: auto;
  }
}
@media (min-width: 1380px) {
  .new-order__order {
    width: 80%;
  }
}
.new-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-order__table {
  margin-bottom: 10px;
}
@media (min-width: 1380px) {
  .new-order__table {
    margin-bottom: 22px;
  }
}
.new-order__show-more {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  width: 100%;
  padding: 9px 0;
  border: 1px solid #dbdbdb;
  border-top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #3b3b3b;
  background-color: #efefef;
  text-align: center;
}
@media (min-width: 1024px) {
  .new-order__show-more {
    cursor: pointer;
  }
}
.new-order__result {
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
  text-align: right;
}
@media (min-width: 1380px) {
  .new-order__result {
    padding-bottom: 26px;
    margin-bottom: 19px;
  }
}
.new-order__quantity {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.25;
}
.new-order__sum {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
@media (min-width: 1380px) {
  .new-order__sum {
    font-size: 22px;
    line-height: 27px;
  }
}
.new-order__submit-order-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .new-order__submit-order-button {
    width: auto;
  }
}
.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top__title {
  margin: 0;
  font-weight: 500;
  color: #030303;
  text-align: left;
}
.page-top__title--h1 {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .page-top__title--h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1380px) {
  .page-top__filter-button {
    display: none;
  }
}
.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page-wrapper__header {
  width: 100%;
}
.page-wrapper__main {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .page-wrapper__main {
    padding-top: 8px;
  }
}
.page-wrapper__footer {
  width: 100%;
  margin-top: auto;
}
.product-item {
  padding: 13px 20px 19px;
}
@media (min-width: 1024px) {
  .product-item {
    padding: 4px 20px 4px 13px;
  }
}
.product-item--added {
  background-color: #fdede9;
}
.product-item--added .description__row--button .common-button {
  border-color: #e74a24;
  background-color: #e74a24;
}
@media (min-width: 1024px) {
  .product-item--added .description__row--button .common-button {
    border: 0;
    background-color: transparent;
  }
}
.product-item--added .description__row--button .common-button__icon path {
  stroke: #ffffff;
}
@media (min-width: 1024px) {
  .product-item--added .description__row--button .common-button__icon path {
    stroke: #e74a24;
  }
}
@media (min-width: 1024px) {
  .product-item .counter {
    width: 72.74%;
  }
}
.ss-main {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.ss-single-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: #efefef;
  font-family: inherit;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #3b3b3b;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .ss-single-selected {
    height: 44px;
    border-radius: 0;
  }
}
.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-single-selected .placeholder {
  padding-right: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ss-main .ss-single-selected .placeholder * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: currentColor;
}
.ss-main .ss-single-selected .ss-deselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.ss-main .ss-single-selected .ss-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ss-main .ss-single-selected .ss-arrow span {
  width: 11px;
  height: 11px;
  background-image: url("../img/svg/arrow-check-down-select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.ss-main .ss-multi-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-multi-selected .ss-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  -webkit-animation-name: scaleOut;
          animation-name: scaleOut;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 3px;
          flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ss-content {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  z-index: 20;
  background-color: #ffffff;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.ss-content.ss-open {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.ss-content .ss-search {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 8px 6px 8px;
}
.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}
.ss-content .ss-search input::-webkit-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  -webkit-box-shadow: 0 0 5px #5897fb;
          box-shadow: 0 0 5px #5897fb;
}
.ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ss-content .ss-addable {
  padding-top: 0px;
}
.ss-content .ss-list {
  max-height: 200px;
  padding: 7px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option {
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ss-content .ss-list .ss-option * {
  display: inline-block;
}
.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted {
  background-color: #fdede9;
}
.ss-content .ss-list .ss-option.ss-option-selected {
  background-color: #fdede9;
}
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}
.table__header {
  display: none;
}
@media (min-width: 1024px) {
  .table__header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11% 20% 7% 9% 9% 11% 12% 9% 10% 2%;
    grid-template-columns: 11% 20% 7% 9% 9% 11% 12% 9% 10% 2%;
    padding: 9px 21px 4px 14px;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    background-color: #8c8c8c;
  }
}
@media (min-width: 1024px) {
  .table__header-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
    word-break: break-word;
  }
}
.table__body {
  border: 1px solid #dbdbdb;
  border-top: 0;
}
.table__subheader {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 0;
  padding: 9px 20px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  font-size: 18px;
  line-height: 1.11;
  background-color: #f4f4f4;
}
@media (min-width: 1024px) {
  .table__subheader {
    position: static;
    padding-left: 13px;
  }
}
.table__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table__row {
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 1024px) {
  .table__row:nth-child(2n) {
    background-color: rgba(228, 228, 228, 0.2);
  }
}
.table__row:last-child {
  border-bottom: 0;
}
.underline-link {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: -o-linear-gradient(left, currentColor 0, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 1024px) {
  .underline-link:hover,
  .underline-link:focus {
    background-size: 0 0;
  }
}
.user-data {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .user-data__form {
    max-width: 314px;
  }
}
.user-data__form .common-form__item {
  margin-bottom: 20px;
}
.user-data__form .common-form__bottom {
  margin-top: 30px;
}
.user-data__form .common-form__submit-button {
  margin-right: 25px;
}
.user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 1.43;
}
.user-item__name {
  font-weight: 500;
}
@media (min-width: 768px) {
  .user-item__name {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .user-item__id {
    display: none;
  }
}
.footer__wrapper {
  max-width: 1380px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1380px) {
  .footer__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1380px) {
  .footer__wrapper {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer__top {
  border-bottom: 3px solid #e4e4e4;
}
.footer__nav {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .footer__nav {
    padding: 24px 0;
  }
}
.footer__bottom {
  padding: 19px 0;
  font-size: 12px;
  font-weight: 500;
  color: #3b3b3b;
}
@media (min-width: 1024px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
    font-size: 14px;
  }
}
.footer__copyright {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .footer__copyright {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.footer__dev {
  margin: 0;
}
.footer__dev-link {
  color: #3b3b3b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__dev-link:hover,
.footer__dev-link:focus {
  color: #e74a24;
}
.bottom-header {
  padding: 21px 20px 18px;
}
@media (min-width: 1024px) {
  .bottom-header {
    max-width: 1380px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) and (min-width: 1380px) {
  .bottom-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1380px) {
  .bottom-header {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bottom-header__left {
  margin-bottom: 21px;
}
@media (min-width: 1024px) {
  .bottom-header__left {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bottom-header__search-form .common-form__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .bottom-header__search-form .common-form__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .bottom-header__search-form .common-form__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .bottom-header__search-form .common-form__item:first-child .ss-single-selected {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
@media (min-width: 768px) {
  .bottom-header__search-form .common-form__item:not(:first-child) .ss-single-selected {
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .bottom-header__search-form .common-form__item:nth-last-child(2) .ss-single-selected {
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  .bottom-header__search-form .common-form__item:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .bottom-header__search-form .common-form__item .common-form__field-wrapper--search .common-form__input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .bottom-header__search-form .common-form__submit-button .common-form__button-icon {
    margin-right: 8px;
  }
}
@media (min-width: 1024px) {
  .bottom-header__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 66.53%;
  }
}
.header--menu-open .menu-overlay {
  visibility: visible;
  opacity: 1;
}
.header--menu-open .user-menu__wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header--authorization {
  max-width: 1380px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 5px solid #e4e4e4;
}
@media (min-width: 1380px) {
  .header--authorization {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1380px) {
  .header--authorization {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .header--authorization {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .header--authorization .middle-header {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
.header--authorization .middle-header__wrapper {
  padding: 0;
}
@media (min-width: 1024px) {
  .header--authorization .middle-header__wrapper {
    padding-top: 41px;
    padding-bottom: 25px;
  }
}
.header--authorization .middle-header__title {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .header--authorization .middle-header__title {
    border: 0;
  }
}
@media (min-width: 1024px) {
  .header--authorization .middle-header__title {
    margin: 0;
  }
}
.header--authorization .middle-header__logo-link {
  width: auto;
  max-width: 37.67%;
}
.header--authorization .middle-header__brand-info {
  width: 62.63%;
}
@media (min-width: 768px) {
  .header--authorization .middle-header__brand-info {
    width: 31.15%;
  }
}
@media (min-width: 1024px) {
  .header--authorization + .page-wrapper__main {
    padding-top: 37px;
  }
}
.header__top {
  background-color: rgba(228, 228, 228, 0.2);
}
.menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 25;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .middle-header {
    max-width: 1380px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1380px) {
  .middle-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1380px) {
  .middle-header {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.middle-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .middle-header__wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .middle-header__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 10px solid #e4e4e4;
  }
}
.middle-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 83.2%;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .middle-header__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 5px solid #e4e4e4;
  }
}
@media (min-width: 1024px) {
  .middle-header__title {
    width: 48.38%;
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-right: 10px;
  }
}
.middle-header__logo-link {
  width: 37.67%;
  margin-right: 14px;
}
@media (min-width: 768px) {
  .middle-header__logo-link {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .middle-header__logo-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.61%;
  }
}
@media (min-width: 1380px) {
  .middle-header__logo-link {
    margin-right: 39px;
  }
}
.middle-header__logo-image {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.middle-header__brand-info {
  width: 57.53%;
  margin: 0;
  font-size: 10px;
  line-height: 1.1;
  color: #000000;
}
@media (min-width: 768px) {
  .middle-header__brand-info {
    width: 50%;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .middle-header__brand-info {
    width: auto;
  }
}
@media (min-width: 1380px) {
  .middle-header__brand-info {
    font-size: 17px;
    line-height: 1.2;
  }
}
.middle-header__user-block {
  width: 100%;
  margin-top: 11px;
}
@media (min-width: 768px) {
  .middle-header__user-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-top: 0;
  }
}
.middle-header__right {
  margin-left: auto;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .middle-header__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
    background-color: rgba(228, 228, 228, 0.2);
  }
}
@media (min-width: 1024px) {
  .middle-header__right {
    padding-right: 0;
    background-color: transparent;
    margin-right: 3px;
    margin-left: 20px;
  }
}
@media (min-width: 1380px) {
  .middle-header__right {
    margin-left: 47px;
  }
}
.user-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px;
  border-top: 5px solid #e4e4e4;
  background-color: rgba(228, 228, 228, 0.2);
}
@media (min-width: 768px) {
  .user-block {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .user-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    background-color: transparent;
  }
}
.user-block__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 21px;
}
.user-block__item:last-child {
  margin-right: 0;
}
.user-block__item--icon {
  position: relative;
  width: 44px;
  height: 44px;
}
.user-block__item--icon .user-block__item-target {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.user-block__item--icon .user-block__item-content {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: calc(100% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  min-width: 19px;
  min-height: 19px;
  padding: 0 6px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background-color: #e74a24;
  color: #ffffff;
}
@media (min-width: 768px) {
  .user-block__item--dropdown {
    position: relative;
  }
}
.user-block__item--dropdown .user-block__item-target {
  position: relative;
  padding-right: 27px;
}
.user-block__item--dropdown .user-block__item-target::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../img/svg/arrow-check-down-select.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .user-block__item--order {
    width: auto;
    height: auto;
  }
}
.user-block__item--order .user-block__item-target {
  background-image: url("../img/svg/icon-cart.svg");
}
@media (min-width: 768px) {
  .user-block__item--order .user-block__item-target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 30px;
    border-radius: 0;
    background-position: top left;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .user-block__item--order .user-block__item-content {
    position: static;
    display: block;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
    color: #030303;
  }
}
.user-block__item--user {
  width: auto;
  max-width: 56.71%;
  padding-left: 31px;
  background-image: url("../img/svg/icon-user.svg");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.user-block__item--notification .user-block__item-target {
  background-image: url("../img/svg/icon-notification.svg");
}
.user-block__item-target {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  width: 100%;
  line-height: 1.43;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .user-block__item-target {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .user-block__item-target {
    cursor: pointer;
  }
}
.user-block__item-title {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.user-block__item-content {
  display: block;
  width: 100%;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.user-block__dropdown {
  position: absolute;
  z-index: 20;
  left: 20px;
  top: calc(100% - 2px);
  width: calc(100% - 2 * 20px);
}
@media (min-width: 768px) {
  .user-block__dropdown {
    left: auto;
    right: calc(-50% + 27px);
    width: 100%;
    top: 28px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
  }
}
.user-menu--desktop {
  display: none;
}
@media (min-width: 768px) {
  .user-menu--desktop {
    max-width: 1380px;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (min-width: 1380px) {
  .user-menu--desktop {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1380px) {
  .user-menu--desktop {
    max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.user-menu__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .user-menu__button {
    display: none;
  }
}
.user-menu__button--open {
  width: 24px;
  height: 24px;
}
.user-menu__button--close {
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.user-menu__top {
  padding: 18px 20px 15px;
  background-color: rgba(228, 228, 228, 0.2);
}
@media (min-width: 768px) {
  .user-menu__top {
    display: none;
  }
}
.user-menu__wrapper {
  position: fixed;
  z-index: 30;
  right: 0;
  top: 0;
  height: 100vh;
  width: 74.66%;
  max-width: 500px;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .user-menu__wrapper {
    position: static;
    height: auto;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: transparent;
  }
}
.user-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .user-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.user-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .user-menu__item {
    margin-right: 18px;
  }
}
.user-menu__item--current .user-menu__link {
  color: #e74a24;
  cursor: default;
}
@media (min-width: 768px) {
  .user-menu__item:last-child {
    margin-right: 0;
  }
}
.user-menu__link {
  padding: 7px 0;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .user-menu__link {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .user-menu__link:hover,
  .user-menu__link:focus {
    color: #e74a24;
  }
}
.user-menu__bottom {
  padding: 11px 20px;
}
@media (min-width: 768px) {
  .user-menu__bottom {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .user-menu__bottom {
    padding-right: 0;
    padding-left: 0;
  }
}
.user-menu__logout-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #a9a9a9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .user-menu__logout-link:hover,
  .user-menu__logout-link:focus {
    color: #030303;
  }
}
@media (min-width: 1024px) {
  .user-menu__logout-link:hover .user-menu__icon path,
  .user-menu__logout-link:focus .user-menu__icon path {
    fill: #030303;
  }
}
.user-menu__logout-link .user-menu__icon {
  margin-right: 10px;
}
.user-menu__logout-link .user-menu__icon path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hidden--mobile {
  display: none;
}
@media (min-width: 768px) {
  .hidden--mobile {
    display: inline;
  }
}
.hidden--tablet {
  display: none;
}
@media (min-width: 1024px) {
  .hidden--tablet {
    display: inline;
  }
}
.hidden--tablet-landscape {
  display: none;
}
@media (min-width: 1380px) {
  .hidden--tablet-landscape {
    display: inline;
  }
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
