.header__container,
.footer__container,
.section__container {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .header__container,
  .footer__container,
  .section__container {
    width: 100%;
    max-width: 1234px;
  }
}

@media screen and (max-width: 767px) {
  .header__container,
  .footer__container,
  .section__container {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-bottom: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "Icon";
  src: url("../fonts/Icon.eot?n5z242");
  src: url("../fonts/Icon.eot?n5z242#iefix") format("embedded-opentype"),
    url("../fonts/Icon.ttf?n5z242") format("truetype"),
    url("../fonts/Icon.woff?n5z242") format("woff"),
    url("../fonts/Icon.svg?n5z242#Icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "Icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-exit::before {
  content: "\e900";
}

.icon-download:before {
  content: "\e901";
}

.icon-close::before {
  content: "\e902";
}

.icon-return::before {
  content: "\e903";
}

.icon-document::before {
  content: "\e904";
}

.icon-warning::before {
  content: "\e905";
}

.icon-arrow_left:before {
  content: "\e906";
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.page--lock {
  padding-right: 17px;
  overflow: hidden;
}

.page--authorization .header {
  height: 108px;
  min-height: auto;
}

.page--authorization .content {
  position: relative;
}

.page--request {
  background-color: #f7f7f7;
}

.page__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page__cover {
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0.4;
}

.page__background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .page__background--mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page__background--desktop {
    display: none;
  }
}

.authorization {
  display: inline-block;
  width: 532px;
  text-align: left;
}

.authorization__head {
  padding-bottom: 18px;
}

.authorization__body {
  -webkit-border-radius: 3px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius: 3px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-radius: 3px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
}

.authorization__foot {
  padding-top: 21px;
}

.authorization__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}

.authorization__contact-item {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
}

.authorization__contact-item a {
  font-weight: 400;
}

.section__commercial {
  margin: 100px auto 50px;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .section__commercial {
    margin: 75px auto 50px;
  }
}

@media screen and (max-width: 567px) {
  .section__commercial {
    margin: 50px -10px;
  }
}

.header {
  min-height: 108px;
}

@media screen and (max-width: 919px) {
  .header {
    min-height: auto;
  }
}

.header__wrapper:before,
.header__wrapper:after {
  content: " ";
  display: table;
}

.header__wrapper:after {
  clear: both;
}

.header__logo {
  display: table;
  width: 200px;
  height: 108px;
  float: left;
}

.header__logo .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__logo.header__logo--authorization {
  float: left;
}

@media screen and (max-width: 919px) {
  .header__logo {
    float: left;
  }
}

.header__logo .logo {
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  outline: none;
}

.header__logo .logo:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.header__control {
  width: 164px;
  padding-top: 30px;
  float: right;
}

@media screen and (min-width: 568px) and (max-width: 919px) {
  .header__control {
    padding-top: 3px;
  }
}

@media screen and (min-width: 375px) and (max-width: 567px) {
  .header__control {
    padding-top: 66px;
  }
}

@media screen and (max-width: 374px) {
  .header__control {
    width: auto;
    padding-top: 88px;
  }

  .header__control:before,
  .header__control:after {
    content: " ";
    display: table;
  }

  .header__control:after {
    clear: both;
  }
}

@media screen and (max-width: 567px) {
  .header__control .button--size--default {
    display: none;
  }
}

.header__control .button--size--least {
  display: none;
}

@media screen and (max-width: 567px) {
  .header__control .button--size--least {
    display: block;
    float: right;
  }
}

.header__reference {
  padding-top: 27px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .header__reference {
    width: 100%;
    float: left;
    padding-top: 0px;
    text-align: left;
  }
}

.header__reference .reference {
  display: inline-block;
}

/* Language */

.header__language--authorization {
  width: 96px;
  padding-top: 30px;
}

.header__language--index {
  width: 96px;
  padding-top: 30px;
  padding-right: 20px;
}

@media screen and (max-width: 567px) {
  .header__language--index {
    width: 96px;
    padding-top: 0;
    padding-right: 0;
    position: absolute;
    top: 65px;
    right: 0;
  }
}

/* Exit */

.header__exit {
  padding-top: 30px;
}

@media screen and (max-width: 567px) {
  .header__exit {
    width: auto;
    padding-top: 41px;
  }
}

.footer {
  background-color: #222222;
}

.footer__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__contacts {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #141414;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer__contacts:before,
.footer__contacts:after {
  content: " ";
  display: table;
}

.footer__contacts:after {
  clear: both;
}

.footer__contact-item {
  margin-right: 78px;
  margin-bottom: 6px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

.footer__contact-item:last-child {
  margin-right: 0;
}

.footer__legal {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #959595;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer__legal a {
  color: var(--main-color);
}

.footer__legal p {
  margin: 0;
}

.section--authorization {
  min-height: calc(100vh - 108px) !important;
  padding-bottom: 100px;
}

.section--authorization .section__container {
  display: table;
  width: 100%;
  height: 100%;
}

.section--authorization .secton__wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.section--authorization .authorization {
  display: inline-block;
  width: 532px;
  text-align: left;
}

.section--authorization .section__article {
  padding: 20px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.6;
  color: white;
  text-align: left;
  background-color: rgb(0, 0, 0, 0.5);
}

.section--authorization .section__article p {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .section--authorization {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .section--authorization {
    padding-bottom: 50px;
  }

  .section--authorization .section__article {
    padding: 10px;
  }
}

@media screen and (max-width: 567px) {
  .section--authorization .authorization {
    width: 100%;
  }
}

.section--request .secton__wrapper {
  padding-top: 87px;
  padding-bottom: 138px;
}

@media screen and (min-width: 768px) and (max-width: 919px) {
  .section--request .secton__wrapper {
    padding-top: 43px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .section--request .secton__wrapper {
    padding-top: 11px;
    padding-bottom: 42px;
  }
}

.reference__item {
  float: left;
  text-align: left;
}

.reference__item:not(:first-child) {
  margin-left: 69px;
}

@media screen and (max-width: 567px) {
  .reference__item:not(:first-child) {
    margin-top: 11px;
    margin-left: 0;
  }
}

@media screen and (max-width: 567px) {
  .reference__item {
    float: none;
  }
}

.reference__title {
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  color: #959595;
  text-transform: uppercase;
}

.reference__field {
  margin-top: -1px;
}

.reference__text {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23282c;
}

.filelist__item {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
}

.filelist__item:not(:last-child) {
  margin-right: 8px;
}

.filelist__item:not(:last-child)::after {
  content: ",";
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #23282c;
  position: absolute;
  right: -5px;
  bottom: 0;
}

.request__docs {
  margin-bottom: 20px;
}

.request__docs-note {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #23282c;
}

.request__docs-list {
  margin-bottom: 11px;
}

.request__counter {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.request__counter-title {
  color: #23282c;
}

.request__item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.request__item:not(:last-child) {
  margin-bottom: 12px;
}

.request__item-container {
  display: table;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (max-width: 567px) {
  .request__item-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.request__item-wrapper {
  display: table-row;
}

.request__item-part {
  display: table-cell;
  width: 50%;
}

.request__item-part--content {
  text-align: left;
}

@media screen and (min-width: 920px) and (max-width: 1023px) {
  .request__item-part--content {
    width: 100%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 919px) {
  .request__item-part--content {
    display: block;
    width: 100%;
  }
}

.request__item-part--control {
  text-align: right;
  vertical-align: middle;
}

@media screen and (min-width: 920px) and (max-width: 1023px) {
  .request__item-part--control {
    width: 256px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 667px) and (max-width: 919px) {
  .request__item-part--control {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 919px) {
  .request__item-part--control {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 666px) {
  .request__item-part--control {
    padding-bottom: 30px;
  }
}

.request__item-head {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 16px;
}

.request__item-body {
  padding-bottom: 42px;
}

@media screen and (max-width: 919px) {
  .request__item-body {
    padding-bottom: 12px;
  }
}

.request__control {
  margin-top: 42px;
}

.request__control .button {
  width: 348px;
}

@media screen and (max-width: 414px) {
  .request__control .button {
    width: 100%;
  }
}

.request__field {
  display: flex;
}

@media screen and (max-width: 567px) {
  .request__field {
    display: block;
  }
}

.request__field-left {
  flex: none;
  width: 170px;
  margin-right: 10px;
}

@media screen and (max-width: 567px) {
  .request__field-left {
    width: 100%;
    margin-right: 0;
  }
}

.request__field-right {
  flex: auto;
}

.request__field--type--offers {
  margin-top: 24px;
}

.request__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #23282c;
}

.request__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23282c;
}

.request__card {
  font-size: 20px;
  padding-bottom: 5px;
}

.request__card {
  color: #23282c;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.request__card span {
  color: #959595;
  padding-left: 10px;
}

.request__card.deActive .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -4px;
  padding-left: 5px;
}

.request__card__delete {
  margin-left: 10px;
  font-size: 12px;
  color: #23282c !important;
  text-decoration: none;
}

.request__card__delete .icon {
  font-size: 16px;
  display: inline-block;
  padding-right: 4px;
}

.request__message--type--warning .request__message-control::before {
  content: "\e905";
  font-size: 14px;
  top: 5px;
}

.request__message-control {
  display: inline-block;
  padding-left: 18px;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

.request__message-control::before {
  display: inline-block;
  font-family: "Icon";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #e7e6e6;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  left: 0;
  -webkit-transition: color ease-in 0.25s, opacity ease-in 0.1s;
  transition: color ease-in 0.25s, opacity ease-in 0.1s;
}

.request__message:hover .request__message-control {
  text-decoration: none;
  opacity: 0.8;
}

.request__buttons {
  max-width: 835px;
}

@media screen and (min-width: 855px) {
  .request__buttons {
    margin-left: 180px;
  }
}

@media screen and (max-width: 567px) {
  .request__buttons {
    padding-top: 15px;
  }
}

.request__buttons-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
}

.request__button {
  -webkit-flex-basis: calc(50% - 48px);
  -ms-flex-preferred-size: calc(50% - 48px);
  flex-basis: calc(50% - 48px);
  max-width: calc(50% - 48px);
  margin: 0 24px 10px;
}

.request__button--100 {
  -webkit-flex-basis: calc(100% - 48px);
  -ms-flex-preferred-size: calc(100% - 48px);
  flex-basis: calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin: 0 24px 10px;
}

@media screen and (max-width: 655px) {
  .request__buttons-group {
    margin: 0;
  }

  .request__button {
    -webkit-flex-basis: calc(100% - 0px);
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin: 0 0 10px;
  }
}

.request__button .button.button--size--default {
  width: 100%;
  height: auto;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.request__button .control__counter {
  font-size: 12px;
  line-height: 1;
  color: #959595;
  text-transform: uppercase;
  padding-top: 20px;
}

.request__note {
  color: #959595;
}

.form__content {
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.form__button {
  margin-top: -6px;
}

.form__button .button {
  width: 100%;
}

.form__group:before,
.form__group:after {
  content: " ";
  display: table;
}

.form__group:after {
  clear: both;
}

.form__group .form__field {
  width: 50%;
  margin-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.form__group .form__field:first-child {
  padding-left: 0;
}

.form__group .form__field:last-child {
  padding-right: 0;
}

.request__item-container
  .request__item-body
  .request__field.paymentField
  .leftPartBox {
  width: 30%;
  float: left;
}

.request__item-container
  .request__item-body
  .request__field.paymentField
  .rightPartBox {
  width: 70%;
  float: right;
}

.request__text.personFioField {
  float: left;
}

.request__item {
  margin-bottom: 25px;
}

@media screen and (max-width: 567px) {
  .request__docs-note {
    line-height: 16px;
  }

  .filelist__item {
    display: inline;
  }

  /*.filelist__item:not(:last-child)::after {display:none;}*/
  .button--size--reduced.button--style--icon.button--function--document::after {
    top: calc(50% - 9px);
  }

  .request__item-container
    .request__item-body
    .request__field
    .request__field-left {
    padding: 0px;
  }

  .request__item-container
    .request__item-body
    .request__field
    .request__field-right {
    padding: 0px;
    border: 0px;
  }

  .request__item-head {
    padding-bottom: 0px;
  }

  .request__item-container
    .request__item-body
    .request__field.paymentField
    .leftPartBox {
    width: 100%;
  }

  .request__item-container
    .request__item-body
    .request__field.paymentField
    .rightPartBox {
    width: 100%;
  }

  .request__text.personFioField {
    float: left;
    width: 100%;
  }

  .request__card span {
    padding-left: 0px;
  }

  .request__card__delete {
    margin-left: 0px;
    white-space: nowrap;
  }

  .filelist__item {
    line-height: 18px;
  }

  .request__item {
    margin-bottom: 25px;
  }

  .form__group .form__field {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.form__field:not(:first-child) {
  margin-top: 8px;
}

.form__label {
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #959595;
  text-transform: uppercase;
}

.form__input {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 8px;
  background-color: #f7f7f7;
  border: 1px solid #e7e6e6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23282c;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form__input:hover {
  border: 1px solid #cccccc;
}

.form__input--accepted {
  margin-top: -2px;
}

.form__input--accepted:before,
.form__input--accepted:after {
  content: " ";
  display: table;
}

.form__input--accepted:after {
  clear: both;
}

.form__input-value,
.form__input-control {
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.form__input-value {
  margin-right: 20px;
  color: #23282c;
}

.form__control {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.form__control.form__input-control {
  margin-top: 0px;
}

.form__control-action {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.form__control-action:hover {
  text-decoration: none;
  opacity: 0.8;
}

.form__message {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23282c;
  position: relative;
}

.form__message::before {
  display: block;
  font-family: "Icon";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #e7e6e6;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: opacity ease-in 0.1s;
  transition: opacity ease-in 0.1s;
}

.form__message--type--warning {
  padding-left: 22px;
  padding-right: 52px;
}

.form__message--type--warning::before {
  content: "\e905";
  font-size: 14px;
}

@media screen and (max-width: 567px) {
  .form__message--type--warning {
    padding-right: 0;
  }
}

.modal {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.modal--active {
  visibility: visible;
  opacity: 1;
}

.modal__container {
  display: table;
  width: 100%;
  height: 100%;
}

.modal__wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.modal__content {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 54px;
  padding-bottom: 64px;
  padding-right: 114px;
  padding-left: 30px;
  background-color: #ffffff;
  text-align: left;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.modal__close .icon--cross {
  width: 20px;
  height: 20px;
}

.modal__close .icon--cross::after {
  font-size: 20px;
}

.modal__body {
  padding-top: 11px;
  padding-bottom: 11px;
}

.modal__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #23282c;
}

.modal__title--center {
  text-align: center;
}

.modal--function--dialog {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal--function--dialog .modal__wrapper {
  vertical-align: top;
}

.modal--function--dialog .modal__content {
  padding-top: 54px;
  padding-bottom: 18px;
  padding-right: 30px;
  padding-left: 30px;
}

.modal--function--dialog .modal__body {
  padding-top: 12px;
  padding-bottom: 0;
}

.modal--sms-list-dialog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal--sms-list-dialog .modal__content {
  width: 100%;
  max-width: 553px;
  padding: 45px 40px;
}

.modal--sms-list-dialog .modal__close {
  top: 20px;
  right: 40px;
}

.modal--sms-list-dialog h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 567px) {
  .modal--sms-list-dialog .modal__close {
    right: 20px;
  }

  .modal--sms-list-dialog .modal__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.control--center {
  text-align: center;
}

.control--columns {
  margin-right: -10px;
  margin-left: -10px;
}

.control--columns:before,
.control--columns:after {
  content: " ";
  display: table;
}

.control--columns:after {
  clear: both;
}

.control--columns-item {
  width: 50%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (max-width: 414px) {
  .control--columns-item {
    width: 100%;
    float: none;
  }
}

.control--columns-item .button {
  width: 100%;
}

a.button--size--default {
  padding-top: 12px;
}

.button {
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #23282c;
  text-align: center;
  text-decoration: none;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  outline: none;
  -webkit-transition: background-color ease-in 0.25s,
    -webkit-transform ease-in 0.1s;
  transition: background-color ease-in 0.25s, -webkit-transform ease-in 0.1s;
  transition: transform ease-in 0.1s, background-color ease-in 0.25s;
  transition: transform ease-in 0.1s, background-color ease-in 0.25s,
    -webkit-transform ease-in 0.1s;
}

.button__note {
  color: #959595;
}

.button--size--increased {
  height: 60px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.button--size--default {
  height: 48px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.button--size--default:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.button--size--default.button--style--icon {
  padding-right: 45px;
  text-align: center;
}

.button--size--default.button--style--icon::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button--size--default.button--style--icon::after {
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 4px;
  right: 5px;
  z-index: 10;
  -webkit-transition: background-color ease-in 0.25s;
  transition: background-color ease-in 0.25s;
}

.button--size--default.button--style--icon:hover::before {
  visibility: visible;
  opacity: 1;
}

.button--size--default.button--style--icon:active::before {
  visibility: hidden;
  opacity: 0;
}

.button--size--default.button--style--icon.button--function--download::after {
  font-size: 18px;
  content: "\e901";
  padding-top: 11px;
  padding-left: 0px;
}

.button--size--default.button--style--icon.button--function--download-credit::after {
  font-size: 18px;
  content: "\e904";
  padding-top: 11px;
  padding-left: 0px;
}

.button--size--default.button--style--icon.button--function--return {
  width: 348px;
}

@media screen and (max-width: 414px) {
  .button--size--default.button--style--icon.button--function--return {
    width: 100%;
  }
}

.button--size--default.button--style--icon.button--function--return::after {
  content: "\e903";
  font-size: 15px;
  padding-top: 13px;
  padding-left: 1px;
}

.button--size--default.button--style--icon.button--function--exit {
  width: 100%;
}

.button--size--default.button--style--icon.button--function--exit::after {
  content: "\e900";
  font-size: 18px;
  padding-top: 11px;
  padding-left: 0px;
}

.button--size--default.button--style--icon.button--state--disabled::after {
  background-color: transparent;
  color: #e7e6e6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button--size--default.button--style--icon.button--state--disabled:hover::after {
  color: #959595;
}

.button--size--default.button--style--icon.button--state--disabled:active::after {
  color: #e7e6e6;
}

.button--size--reduced {
  padding-top: 1px;
  padding-right: 13px;
  padding-bottom: 1px;
  padding-left: 13px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.button--size--reduced:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.button--size--reduced.button--style--icon {
  padding-right: 35px;
}

.button--size--reduced.button--style--icon::after {
  color: #e7e6e6;
  bottom: 6px;
  right: 13px;
  -webkit-transition: color ease-in 0.25s;
  transition: color ease-in 0.25s;
}

.button--size--reduced.button--style--icon.button--function--document::after {
  content: "\e904";
  font-size: 15px;
}

.button--size--reduced.button--style--icon.button--function--return {
  width: 100%;
}

.button--size--reduced.button--style--icon.button--function--return::after {
  content: "\e903";
  font-size: 15px;
}

.button--size--least {
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 0px;
  text-decoration: underline;
}

.button--size--least.button--style--icon::after {
  color: #e7e6e6;
  top: 6px;
  right: 0px;
  -webkit-transition: color ease-in 0.25s;
  transition: color ease-in 0.25s;
}

.button--size--least.button--style--icon.button--function--exit::after {
  content: "\e900";
  font-size: 16px;
}

.button--size--least:hover {
  text-decoration: none;
  opacity: 0.8;
}

.button--theme--transparent {
  background-color: transparent;
}

.button--theme--gray-light {
  background-color: #f7f7f7;
}

.button--theme--gray-light:hover {
  background-color: #e7e6e6;
}

.button--theme--gray-light:active {
  background-color: #f7f7f7;
}

.button--theme--gray-dark {
  background-color: #e7e6e6;
}

.button--theme--gray-dark:hover {
  background-color: #dcdcdc;
}

.button--theme--gray-dark:active {
  background-color: #e7e6e6;
}

.button--theme--painted {
  color: #ffffff;
}

.button--theme--painted::before {
  content: " ";
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button--theme--painted:hover::before {
  visibility: visible;
  opacity: 1;
}

.button--theme--painted:active::before {
  background-color: rgba(255, 255, 255, 0.15);
  visibility: visible;
  opacity: 1;
}

.button--style--icon::after {
  display: block;
  font-family: "Icon";
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
}

.button--function--download {
  width: 356px;
}

.button--function--credit-response {
  width: 350px;
}

.button--function--view {
  width: 165px;
}

@media screen and (max-width: 567px) {
  .button--function--document {
    text-align: left;
  }
}

@media screen and (min-width: 415px) and (max-width: 1023px) {
  .button--multi-line {
    height: 68px;
  }
}

.icon {
  position: relative;
}

.icon::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon--cross {
  width: 14px;
  height: 14px;
}

.icon--cross::after {
  content: "\e902";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon--fill-color {
  color: #d8d7d7;
}

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
}

.list p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #23282c;
}

.list .list__control {
  margin-top: 7px;
  margin-bottom: 15px;
}

.fill--color {
  -webkit-transition: opacity ease-in 0.1s;
  transition: opacity ease-in 0.1s;
}

a.fill--color:hover {
  text-decoration: none;
  opacity: 0.8;
}

.app__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.app__container > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.vue-simple-suggest.designed .input-wrapper input {
  padding: 0 8px 0 8px !important;
  background: #f7f7f7 !important;
  border: 1px solid #e7e6e6 !important;
  color: #23282c !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  outline: none !important;
}

.vue-simple-suggest.designed .input-wrapper input:hover {
  border: 1px solid #cccccc !important;
}

.padtb10 {
  padding-top: 10px;
  padding-bottom: 25px;
}

.border-bottom-and-pad {
  border-bottom: 0px;
  padding-bottom: 25px;
  padding-top: 10px;
}

.modal--function--dialog.delete-modal .modal__content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  background-color: #23282c;
}

.modal--function--dialog.delete-modal
  .modal__content
  .modal__head
  .modal__title
  p {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.control--group-item .control__counter {
  width: 100%;
  text-align: center;
}

.control--group-item {
  margin-top: 0px;
}

.section__sms-status {
  margin-bottom: 50px;
}

.sms-status__major,
.sms-status__minor {
  position: relative;
  display: flex;
  align-items: center;
}

.sms-status__major {
  padding: 25px 20px;
}

.sms-status__minor {
  padding: 25px 20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 2.828px 2.828px 7px 0px rgba(63, 69, 70, 0.11);
}

.sms-status__main {
  flex: initial;
  width: 575px;
  margin-right: 20px;
}

.sms-status__main--full {
  margin-right: 0;
  width: 100%;
}

.sms-status__main svg {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.sms-status__note {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #959595;
}

.sms-status__buttons {
  flex: none;
  width: 400px;
  margin-left: auto;
}

.sms-status__sms-list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sms-status__main,
  .sms-status__buttons {
    width: 50%;
  }

  .sms-status__buttons {
    flex: initial;
  }
}

.sms-status__buttons .button.button--size--default {
  width: 100%;
  height: auto;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 655px) {
  .section__sms-status {
    margin-bottom: 10px;
  }

  .sms-status__major,
  .sms-status__minor {
    display: block;
  }

  .sms-status__main {
    width: 100%;
    margin-right: 0;
  }

  .sms-status__main svg {
    margin-right: 5px;
  }

  .sms-status__buttons {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 567px) {
  .sms-status__major,
  .sms-status__minor {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sms-list {
  list-style: none;
  padding-left: 0;
}

.sms-list__item:not(:last-child) {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid rgb(231, 230, 230);
}

.message {
  font-size: 14px;
  line-height: 1.2;
}

.message__minor {
  display: flex;
  align-items: flex-start;

  margin-bottom: 10px;
  color: rgb(149, 149, 149);
}

.message__info {
  flex: auto;
  display: flex;

  padding-top: 5px;
  margin-right: 15px;
}

.message__date {
  flex: none;
  margin-right: 10px;
}

.message__title {
  font-weight: normal;
}

.message__image {
  flex: none;
}

.message__img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 22px;
}

.message__title {
  margin: 0;
}

.message__major {
  color: rgb(0, 0, 0);
}

.message__major p {
  margin: 0;
}

@media screen and (max-width: 567px) {
  .message__minor {
    margin-bottom: 10px;
  }

  .message__info {
    display: block;
  }

  .message__date {
    margin-bottom: 5px;
  }
}

.js-ad-slot-wrapper {
  padding: 20px 0;
  text-align: center;
}

.p-0 {
  padding: 0;
}

.modal--personal-offers-dialog {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 15px;
}

.modal--personal-offers-dialog .modal__content {
  width: 100%;
  max-width: 767px;
  padding: 45px 20px;
}

.modal--personal-offers-dialog .modal__close {
  top: 20px;
  right: 20px;
}

.modal--personal-offers-dialog h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .personal-offers.hidden-md {
    display: block !important;
  }
  .personal-offers__toggle.hidden-md {
    display: block !important;
  }
  .personal-offers__block.hidden-md {
    display: block !important;
  }
}

.request__referral-offers,
.request__personal-offers {
  margin: 15px 0;
}

.request__personal-offers:not(:empty) + .modal__title {
  display: none;
}

.modal__title--sad-face::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  vertical-align: middle;

  background: url("../images/sad_face.svg") no-repeat 50% 50% / cover;
}

@media (max-width: 767px) {
  .modal__title--sad-face::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
