html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

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

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month); }

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover); }

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month); }

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month); }

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused); }

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color); }

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused); }

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none; }

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1; }

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover); }

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date); }

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color); }

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date); }

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range); }

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled); }

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0; }

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover); }

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius); }

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0; }

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius); }

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover); }

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease); }

.air-datepicker-body.-hidden- {
  display: none; }

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px; }

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer; }

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover); }

.air-datepicker-body--cells {
  display: grid; }

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height); }

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height); }

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height); }

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box; }

.-only-timepicker- .air-datepicker-nav {
  display: none; }

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center; }

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover); }

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active); }

.air-datepicker-nav--action.-disabled- {
  visibility: hidden; }

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px; }

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px; }

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px; }

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em; }

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover); }

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active); }

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none; }

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column; }

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0); }

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover); }

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none; }

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active); }

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner); }

.-only-timepicker- .air-datepicker-time {
  border-top: none; }

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center; }

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: '';
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1; }

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat; }

.air-datepicker-time--row:first-child {
  margin-bottom: 4px; }

.air-datepicker-time--row input[type='range'] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.air-datepicker-time--row input[type='range']::-ms-tooltip {
  display: none; }

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover); }

.air-datepicker-time--row input[type='range']:focus {
  outline: none; }

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected); }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration); }

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1); }

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
  background: transparent; }

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
  background: transparent; }

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px; }

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99; }

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index); }

.air-datepicker:not(.-custom-position-) {
  opacity: 0; }

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset)); }

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset)); }

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1)); }

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1; }

.air-datepicker.-active-.-custom-position- {
  transition: none; }

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none; }

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none; }

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none; }

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent; }

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none; }

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset))); }

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%); }

.air-datepicker.-custom-position- {
  transition: none; }

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0; }

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1; }

.air-datepicker--pointer:after {
  content: '';
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box; }

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^='top'] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px); }

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^='top'] .air-datepicker--pointer:after {
  transform: rotate(135deg); }

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^='right'] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px); }

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^='right'] .air-datepicker--pointer:after {
  transform: rotate(225deg); }

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^='bottom'] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px); }

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^='bottom'] .air-datepicker--pointer:after {
  transform: rotate(315deg); }

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^='left'] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px); }

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^='left'] .air-datepicker--pointer:after {
  transform: rotate(45deg); }

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset); }

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset); }

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2); }

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset); }

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset); }

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2); }

.air-datepicker--navigation {
  grid-area: nav; }

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body; }

.-only-timepicker- .air-datepicker--content {
  display: none; }

.air-datepicker--time {
  grid-area: timepicker; }

.air-datepicker--buttons {
  grid-area: buttons; }

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner); }

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index); }

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0; }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0; }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Manrope', sans-serif;
  overscroll-behavior: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

.container {
  width: 1530px;
  margin: auto; }
  @media screen and (max-width: 1600px) {
    .container {
      width: 1200px; } }
  @media screen and (max-width: 1260px) {
    .container {
      width: 940px; } }
  @media screen and (max-width: 1000px) {
    .container {
      width: 700px; } }
  @media screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

.wrapper {
  position: relative;
  overflow: hidden; }

.list {
  padding: 40px 0;
  text-align: center; }
  .list li {
    margin-bottom: 10px; }

.btn {
  height: 60px;
  line-height: 56px;
  background-color: #FBC920;
  border-radius: 6px;
  font-size: 22px;
  padding: 0 30px;
  font-weight: 600;
  color: #333333;
  display: inline-block;
  outline: none;
  border: none;
  font-family: 'Manrope';
  transition: all 300ms;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .btn {
      height: 50px;
      line-height: 49px;
      font-size: 15px;
      font-weight: 700;
      padding: 0 20px; } }
  .btn:hover {
    color: #333333;
    background-color: #FCD758; }
  .btn-color-small {
    height: 40px;
    line-height: 34px;
    font-size: 17px;
    font-weight: 500;
    padding: 0 22px;
    letter-spacing: 0.5px; }
    .btn-color-small[disabled] {
      background-color: #EDEDED;
      color: #A6A6A6; }
      .btn-color-small[disabled]:hover {
        cursor: default; }
    @media screen and (max-width: 767px) {
      .btn-color-small {
        height: 30px;
        line-height: 25px;
        font-size: 13px;
        padding: 0 10px; } }
  .btn-line {
    height: 40px;
    line-height: 34px;
    font-size: 17px;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #FBC920;
    padding: 0 22px;
    letter-spacing: 0.5px; }
    .btn-line-loading {
      background-image: url(../img/loading-icon.svg);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: 12px 45%;
      padding: 0 12px 0 42px; }
      @media screen and (max-width: 767px) {
        .btn-line-loading {
          background-image: none;
          padding: 0 10px !important; } }
    .btn-line[disabled] {
      border-color: #EDEDED;
      color: #A6A6A6;
      background-color: transparent !important; }
      .btn-line[disabled]:hover {
        background-color: #fff;
        cursor: default; }
    @media screen and (max-width: 767px) {
      .btn-line {
        height: 30px;
        line-height: 25px;
        font-size: 13px;
        padding: 0 10px; } }
    .btn-line:hover {
      background-color: #FBC920; }
  .btn-danger {
    border-color: #FB7C20;
    color: #FB7C20; }
    .btn-danger:hover {
      background-color: #FB7C20; }
  .btn-lock {
    display: inline-flex;
    padding: 0 12px; }
    @media screen and (max-width: 767px) {
      .btn-lock {
        padding: 0 10px; } }
    .btn-lock span.lock {
      background-image: url(../img/lock.svg);
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      margin-right: 6px;
      margin-top: 5px; }
      @media screen and (max-width: 1260px) {
        .btn-lock span.lock {
          margin-right: 0; } }
      @media screen and (max-width: 767px) {
        .btn-lock span.lock {
          display: none; } }
  .btn-small {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 0 32px;
    letter-spacing: 0.5px;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%; }
    @media screen and (max-width: 767px) {
      .btn-small {
        font-size: 11px;
        height: 29px;
        padding: 0 5px 0 28px;
        background-position: 6px 50%; } }
  .btn-mini {
    height: 40px !important;
    line-height: 38px !important;
    font-size: 17px !important;
    padding: 0px 22px !important; }

.text {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #333333; }
  .text a {
    color: #306BCF;
    transition: all 300ms; }
    .text a:hover {
      color: #1D407C; }
  @media screen and (max-width: 767px) {
    .text {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.3px; } }
  .text strong {
    font-weight: 800; }

.title {
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.7px;
  font-weight: 500;
  color: #333333; }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0; } }
  .title-large {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1.3px; }
    @media screen and (max-width: 767px) {
      .title-large {
        font-size: 26px;
        line-height: 31px;
        letter-spacing: 0; } }
  .title-small {
    font-size: 22px;
    line-height: 30.8px;
    font-weight: 600;
    letter-spacing: 0.1px; }
    @media screen and (max-width: 767px) {
      .title-small {
        font-size: 15px;
        line-height: 19.5px;
        letter-spacing: 0;
        letter-spacing: 0.5px; } }

.subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #333333; }
  @media screen and (max-width: 767px) {
    .subtitle {
      font-size: 15px;
      line-height: 19px;
      letter-spacing: 0.35px; } }

.more-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 58px;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .more-btn {
      margin-bottom: 29px; } }
  .more-btn__text {
    font-size: 20px;
    color: #306BCF;
    margin-left: 10px;
    letter-spacing: 0.5px;
    transition: all 300ms; }
    .more-btn__text:hover {
      color: #1D407C; }
    @media screen and (max-width: 767px) {
      .more-btn__text {
        font-size: 15px;
        margin-top: -3px; } }
  .more-btn__arrow {
    background-image: url(../img/arrow.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    margin-top: -2px; }
  .more-btn.disabled {
    display: none; }

.location {
  display: flex; }
  .location__icon {
    background-image: url(../img/map.png);
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px; }
    @media screen and (max-width: 767px) {
      .location__icon {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 7px; } }
  .location__text {
    font-size: 17px;
    font-weight: 500;
    color: #306BCF;
    margin-top: 4px; }
    @media screen and (max-width: 767px) {
      .location__text {
        font-size: 13px;
        line-height: 18px;
        margin-top: 1px; } }

.turn-btn .more-btn__arrow {
  transform: rotate(180deg);
  margin-top: 1px; }

.content-box {
  padding-left: 120px;
  margin-top: 79px;
  padding-bottom: 87px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 1600px) {
    .content-box {
      padding-left: 0; } }
  @media screen and (max-width: 1260px) {
    .content-box {
      flex-direction: column;
      margin-top: 58px; } }
  @media screen and (max-width: 1000px) {
    .content-box {
      margin-top: 30px; } }

.copy-code {
  display: inline-flex;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 12px 19px 14px 19px; }
  @media screen and (max-width: 767px) {
    .copy-code {
      padding: 7px 11px 9px 9px; } }
  .copy-code__icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/copy.svg);
    cursor: pointer;
    margin-left: 11px; }
    @media screen and (max-width: 767px) {
      .copy-code__icon {
        width: 20px;
        height: 20px; } }
  .copy-code__text {
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    line-height: 0; }
    @media screen and (max-width: 767px) {
      .copy-code__text {
        font-size: 13px; } }

.folder-link {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  background-image: url(../img/folder.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 15px 48%;
  height: 50px;
  line-height: 47px;
  background-color: #F7F7F7;
  border-right: 4px;
  padding: 0 17px 0 49px;
  display: inline-block;
  transition: all 300ms; }
  @media screen and (max-width: 767px) {
    .folder-link {
      height: 40px;
      line-height: 39px;
      font-size: 13px;
      background-size: 18px;
      padding: 0 14px 0 38px;
      background-position: 10px 47%; } }
  .folder-link:hover {
    color: #306BCF; }

.loading {
  display: flex; }
  .loading__icon {
    background-image: url(../img/loading-icon.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .loading__icon {
        width: 18px;
        height: 18px;
        margin-right: 7px; } }
  .loading__text {
    font-size: 17px;
    font-weight: 500;
    color: #306BCF;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .loading__text {
        font-size: 13px;
        margin-top: 3px; } }

.add-btn {
  display: flex;
  align-items: center; }
  .add-btn__icon {
    background-image: url(../img/add-btn.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 6px; }
    @media screen and (max-width: 767px) {
      .add-btn__icon {
        width: 18px;
        height: 18px;
        margin-right: 8px; } }
  .add-btn__text {
    font-size: 17px;
    line-height: 0;
    font-weight: 500;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .add-btn__text {
        font-size: 13px; } }

.att {
  display: inline-flex;
  border-radius: 6px;
  background-color: #FEEFBC;
  margin-top: 7px;
  padding: 19px 126px 15px 20px;
  margin-bottom: 19px; }
  @media screen and (max-width: 1000px) {
    .att {
      padding-right: 40px; } }
  @media screen and (max-width: 767px) {
    .att {
      padding: 13px 24px 13px 20px; }
      .att br {
        display: none; } }
  .att__icon {
    margin-right: 21px;
    margin-top: 1px; }
    @media screen and (max-width: 767px) {
      .att__icon {
        width: 30px;
        margin-right: 20px;
        min-width: 30px; }
        .att__icon img {
          width: 100%; } }

.form-radio input {
  display: none; }

.form-radio label {
  cursor: pointer;
  position: relative;
  margin-right: 0;
  user-select: none; }
  .form-radio label span {
    display: none; }
  .form-radio label:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    top: -31px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 300ms; }
    @media screen and (max-width: 1000px) {
      .form-radio label:after {
        top: -30px; } }
  .form-radio label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1px;
    border: 2px solid #D4D4D4;
    border-radius: 50%;
    transition: all 300ms;
    box-sizing: border-box;
    margin-bottom: 7px; }
    @media screen and (max-width: 1000px) {
      .form-radio label:before {
        margin-bottom: 6px; } }

.form-radio input[type=radio]:checked + label:before {
  border: 1px solid #FBC920; }

.form-radio input[type=radio]:checked + label:after {
  width: 10px;
  background-color: #FBC920;
  height: 10px; }

.relative {
  position: relative; }

button.mfp-close {
  background-image: url(../img/close.svg) !important;
  text-indent: -99999px;
  transition: all 300ms;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 20px !important;
  margin-right: 8px;
  margin-top: 8px;
  opacity: 1;
  -webkit-tap-highlight-color: transparent; }
  button.mfp-close:hover {
    background-image: url(../img/close-hover.svg) !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.header__userbar {
  width: 280px;
  padding: 20px 20px 20px 18px;
  padding-bottom: 0;
  position: absolute;
  border: 2px solid #FBC920;
  background-color: #fff;
  display: none;
  margin-top: -2px;
  z-index: 10;
  right: 0;
  border-radius: 6px;
  border-top-right-radius: 0px; }
  @media screen and (max-width: 767px) {
    .header__userbar {
      width: 200px; } }
  .header__userbar-wallet {
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 12px; }
    .header__userbar-wallet-row {
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
    .header__userbar-wallet-btn {
      margin-left: 34px; }
    .header__userbar-wallet-amount {
      font-size: 17px;
      font-weight: 800;
      padding-top: 3px;
      color: #333333; }
      .header__userbar-wallet-amount span {
        font-weight: 500; }
    .header__userbar-wallet-icon {
      width: 24px;
      height: 24px;
      background-image: url(../img/wallet-gray.svg);
      background-repeat: no-repeat;
      margin-right: 13px; }
  .header__userbar-item {
    color: #333333;
    width: calc(100% + 38px);
    margin-left: -18px;
    padding-left: 18px;
    height: 40px;
    display: flex;
    align-items: center; }
    .header__userbar-item--logout {
      margin-left: auto;
      display: flex;
      justify-content: flex-end;
      padding-right: 8px;
      padding-top: 5px;
      width: auto;
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 15px;
      background: none !important; }
      .header__userbar-item--logout a {
        background: none !important;
        justify-content: flex-end;
        padding-right: 0 !important;
        transition: all 300ms; }
        .header__userbar-item--logout a:hover {
          color: #1D407C; }
      @media screen and (max-width: 767px) {
        .header__userbar-item--logout {
          padding-right: 0; } }
    .header__userbar-item a {
      color: #333333;
      font-size: 17px;
      letter-spacing: 0.45px;
      line-height: 23.8px;
      font-weight: 500;
      display: flex;
      align-items: center;
      width: calc(100% + 38px);
      height: 100%;
      margin-left: -18px;
      padding-left: 18px;
      padding-right: 20px;
      transition: all 300ms; }
      .header__userbar-item a span {
        width: 24px;
        display: block;
        height: 24px;
        min-width: 24px;
        margin-right: 10px;
        transition: all 300ms;
        background-size: contain; }
        @media screen and (max-width: 767px) {
          .header__userbar-item a span {
            width: 20px;
            height: 20px;
            margin-right: 4px;
            background-size: contain;
            background-repeat: no-repeat; } }
        .header__userbar-item a span.user {
          background-image: url(../img/userbar-icon-1.svg); }
        .header__userbar-item a span.apps {
          background-image: url(../img/userbar-icon-2.svg); }
        .header__userbar-item a span.payment {
          background-image: url(../img/userbar-icon-3.svg); }
        .header__userbar-item a span.docs {
          background-image: url(../img/userbar-icon-4.svg); }
        .header__userbar-item a span.backet {
          background-image: url(../img/tariff.svg); }
        .header__userbar-item a span.logout {
          background-image: url(../img/out.svg); }
      .header__userbar-item a:hover {
        background-color: #EFF8FF; }
        .header__userbar-item a:hover span.user {
          background-image: url(../img/help-icon-2.svg); }
        .header__userbar-item a:hover span.apps {
          background-image: url(../img/userbar-icon-2-hover.svg); }
        .header__userbar-item a:hover span.payment {
          background-image: url(../img/userbar-icon-3-hover.svg); }
        .header__userbar-item a:hover span.docs {
          background-image: url(../img/userbar-icon-4-hover.svg); }
        .header__userbar-item a:hover span.backet {
          background-image: url(../img/tariff-hover.svg); }
        .header__userbar-item a:hover span.logout {
          background-image: url(../img/out.svg); }
      @media screen and (max-width: 767px) {
        .header__userbar-item a {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: 0; } }

.header__top {
  position: relative; }
  @media screen and (max-width: 767px) {
    .header__top {
      display: none; } }
  .header__top:after {
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -14px;
    left: 0; }
  .header__top-content {
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__top-menu {
    display: flex; }
    .header__top-menu-item {
      margin-right: 30px; }
    .header__top-menu-link {
      font-size: 14px;
      letter-spacing: 0.4px;
      line-height: 1;
      color: #333333;
      transition: all 300ms; }
      .header__top-menu-link:hover {
        color: #306BCF; }

.header__phone-link {
  display: flex; }

.header__phone-icon {
  background-image: url(../img/phone.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px; }

.header__phone-text {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  margin-left: 7px;
  margin-top: 6px; }

.header__logo {
  padding-right: 43px;
  margin-right: 46px;
  position: relative; }
  @media screen and (max-width: 1600px) {
    .header__logo {
      padding-right: 30px;
      margin-right: 30px; } }
  @media screen and (max-width: 1260px) {
    .header__logo {
      padding-right: 43px;
      margin-right: 0; } }
  @media screen and (max-width: 1000px) {
    .header__logo {
      margin-right: 46px; } }
  @media screen and (max-width: 767px) {
    .header__logo {
      margin-right: 0;
      padding-right: 0; } }
  .header__logo:after {
    content: '';
    width: 2px;
    height: 74px;
    background-color: #EDEDED;
    position: absolute;
    top: -2px;
    right: 0; }
    @media screen and (max-width: 1260px) {
      .header__logo:after {
        height: 40px; } }
    @media screen and (max-width: 767px) {
      .header__logo:after {
        display: none; } }
  .header__logo-link {
    background-image: url(../img/logo.svg);
    width: 183px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block; }
    @media screen and (max-width: 767px) {
      .header__logo-link {
        width: 110px;
        height: 24px; } }

@media screen and (max-width: 767px) {
  .header__mob-menu {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 12px 0 0 10px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    border-top: 2px solid #EDEDED;
    margin-bottom: -10px; } }

@media screen and (max-width: 767px) {
  .header__bottom {
    position: relative; }
    .header__bottom:after {
      content: '';
      width: 100%;
      height: 10px;
      background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      left: 0; } }

.header__bottom-content {
  display: flex;
  align-items: center;
  padding: 34px 0 30px 0;
  border-bottom: 2px solid #EDEDED;
  position: relative; }
  @media screen and (max-width: 1260px) {
    .header__bottom-content {
      flex-wrap: wrap;
      padding: 34px 0 36px 0; } }
  @media screen and (max-width: 767px) {
    .header__bottom-content {
      padding: 12px 0 15px 0;
      border: none; } }

.header__bottom-menu {
  display: flex;
  margin-right: 30px;
  margin-top: -1px; }
  @media screen and (max-width: 1600px) {
    .header__bottom-menu {
      margin-right: 20px; } }
  @media screen and (max-width: 1260px) {
    .header__bottom-menu {
      width: 100%;
      justify-content: center;
      margin-right: 0;
      margin-top: 32px; } }
  @media screen and (max-width: 767px) {
    .header__bottom-menu {
      justify-content: flex-start;
      overflow-y: auto;
      margin-top: 0;
      padding-bottom: 10px; }
      .header__bottom-menu::-webkit-scrollbar {
        display: none; } }
  @media screen and (max-width: 1260px) {
    .header__bottom-menu--desktop {
      display: none; } }
  .header__bottom-menu--mobile {
    display: none; }
    @media screen and (max-width: 1260px) {
      .header__bottom-menu--mobile {
        display: flex;
        padding-right: 10px; } }
  .header__bottom-menu__list {
    display: flex;
    width: 90%;
    overflow: auto;
    margin-top: -12px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: -12px;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (max-width: 1000px) {
      .header__bottom-menu__list {
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .header__bottom-menu__list {
        justify-content: flex-start; } }
    .header__bottom-menu__list::-webkit-scrollbar {
      display: none !important; }
  .header__bottom-menu-item {
    margin-left: 30px; }
    @media screen and (max-width: 1600px) {
      .header__bottom-menu-item {
        margin-left: 20px; } }
    @media screen and (max-width: 1260px) {
      .header__bottom-menu-item {
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .header__bottom-menu-item {
        margin-left: 12px; }
        .header__bottom-menu-item:last-child {
          margin-right: 20px; } }
    .header__bottom-menu-item:first-child {
      margin-left: 0; }
  .header__bottom-menu-link {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1;
    font-weight: 500;
    color: #306BCF;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: all 300ms; }
    @media screen and (max-width: 767px) {
      .header__bottom-menu-link {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0; } }
    .header__bottom-menu-link:hover {
      color: #1D407C; }
    .header__bottom-menu-link.active span.arrow {
      transform: rotate(180deg); }
    .header__bottom-menu-link.active:before {
      content: '';
      display: block;
      width: 199px;
      height: 2px;
      position: absolute;
      margin-top: 102px;
      border-radius: 2px;
      background-color: #E7721D; }
      @media screen and (max-width: 1000px) {
        .header__bottom-menu-link.active:before {
          margin-top: 91px; } }
    .header__bottom-menu-link span.arrow {
      background-image: url(../img/arrow.svg);
      width: 12px;
      height: 12px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      margin-left: 7px;
      transition: all 300ms; }
      @media screen and (max-width: 767px) {
        .header__bottom-menu-link span.arrow {
          margin-left: 13px;
          margin-top: -1px; } }

.header__bottom-left {
  display: flex; }

.header__bottom-right {
  display: flex;
  align-items: center;
  margin-left: auto; }

.header__text {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 20px;
  color: #777777;
  white-space: nowrap; }
  @media screen and (max-width: 1600px) {
    .header__text {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .header__text {
      display: block; } }
  @media screen and (max-width: 767px) {
    .header__text {
      display: none; } }

.header__button {
  margin-left: 11px; }
  @media screen and (max-width: 767px) {
    .header__button {
      margin-left: 15px; } }
  .header__button-link {
    height: 40px;
    line-height: 34px;
    border: 2px solid #FBC920;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #333333;
    display: inline-flex;
    transition: all 300ms; }
    @media screen and (max-width: 767px) {
      .header__button-link {
        height: 30px;
        line-height: 24px;
        font-size: 13px;
        letter-spacing: 0; } }
    .header__button-link:hover {
      background-color: #FEEFBC; }
    .header__button-link--1 {
      padding: 0 12px; }
      @media screen and (max-width: 1260px) {
        .header__button-link--1 {
          padding: 0 5px; } }
      @media screen and (max-width: 767px) {
        .header__button-link--1 {
          padding: 0 3px; } }
    .header__button-link--2 {
      padding: 0 22px; }
      @media screen and (max-width: 767px) {
        .header__button-link--2 {
          padding: 0 10px; } }
    .header__button-link--3 {
      padding: 0 11px;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 20;
      background: #fff !important; }
      @media screen and (max-width: 767px) {
        .header__button-link--3 {
          height: 30px;
          padding: 0px 5px;
          margin-left: -10px; } }
      .header__button-link--3.active {
        border-bottom-color: #fff;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important; }
        .header__button-link--3.active:after {
          content: '';
          display: block;
          width: 2px;
          height: 2px;
          background-color: #FBC920;
          position: absolute;
          right: -2px;
          bottom: -2px; }
        .header__button-link--3.active span.arrow {
          transform: rotate(180deg); }
      @media screen and (max-width: 1260px) {
        .header__button-link--3 span.header__button-link-text {
          display: none; } }
      .header__button-link--3 span.arrow {
        background-image: url(../img/arrow.svg);
        width: 12px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-left: 7px;
        transition: all 300ms; }
      .header__button-link--3 span.user {
        background-image: url(../img/help-icon-2.svg);
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-right: 6px; }
        @media screen and (max-width: 1260px) {
          .header__button-link--3 span.user {
            margin-right: 0; } }
        @media screen and (max-width: 767px) {
          .header__button-link--3 span.user {
            width: 20px;
            height: 20px;
            margin-top: 0; } }
    .header__button-link--4 {
      padding: 0 11px;
      display: flex;
      align-items: center;
      border: none;
      background: none !important;
      margin-left: -14px; }
      .header__button-link--4 span.arrow {
        background-image: url(../img/arrow.svg);
        width: 12px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-left: 7px;
        transition: all 300ms; }
      .header__button-link--4 span.wallet {
        background-image: url(../img/wallet.svg);
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin-right: 6px; }
        @media screen and (max-width: 767px) {
          .header__button-link--4 span.wallet {
            width: 20px;
            height: 20px;
            margin-top: 0px; } }
      @media screen and (max-width: 767px) {
        .header__button-link--4 {
          padding: 0 10px; } }
    .header__button-link span.lock {
      background-image: url(../img/lock.svg);
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      margin-right: 6px;
      margin-top: 5px; }
      @media screen and (max-width: 1260px) {
        .header__button-link span.lock {
          margin-right: 0; } }
      @media screen and (max-width: 767px) {
        .header__button-link span.lock {
          width: 20px;
          height: 20px;
          margin-top: 3px; } }
    @media screen and (max-width: 1260px) {
      .header__button-link span.button-text {
        display: none; } }

.header__burger {
  display: none;
  position: relative;
  -webkit-tap-highlight-color: transparent; }
  .header__burger:after {
    content: '';
    display: block;
    width: 38px;
    height: 18px;
    position: absolute;
    left: -38px;
    top: 0px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  @media screen and (max-width: 767px) {
    .header__burger {
      width: 20px;
      min-width: 20px;
      display: block;
      margin-left: auto;
      margin-right: 6px;
      margin-bottom: 10px;
      cursor: pointer; }
      .header__burger span {
        width: 100%;
        height: 2px;
        background-color: #5D94F1;
        display: block;
        margin-bottom: 3px; }
        .header__burger span:last-child {
          margin-bottom: 0; }
        .header__burger span:nth-child(3) {
          width: 82%; } }

.header__dropdown {
  position: absolute;
  left: 0;
  top: 106px;
  width: 100%;
  border-radius: 0 0 80px 0;
  background-color: #F7F7F7;
  padding-left: 40px;
  z-index: 300;
  display: none; }
  @media screen and (max-width: 1000px) {
    .header__dropdown {
      padding: 0 30px;
      top: 161px; } }
  @media screen and (max-width: 767px) {
    .header__dropdown {
      top: 96px;
      width: 100vw;
      margin-left: -10px;
      padding: 0 10px;
      border-radius: 0; } }
  .header__dropdown.active {
    display: block; }
  .header__dropdown-content {
    display: flex; }
    @media screen and (max-width: 1000px) {
      .header__dropdown-content {
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .header__dropdown-content {
        flex-direction: column; } }
  .header__dropdown-block {
    padding-top: 39px;
    padding-bottom: 47px; }
    .header__dropdown-block:first-child {
      width: 61.6%;
      border-right: 2px solid #FFFFFF;
      margin-right: 41px; }
      @media screen and (max-width: 1000px) {
        .header__dropdown-block:first-child {
          width: 53%;
          margin-right: 0;
          padding-right: 18px; } }
      @media screen and (max-width: 767px) {
        .header__dropdown-block:first-child {
          border-right: none;
          width: 100%;
          padding-right: 0;
          border-bottom: 2px solid #FFFFFF; } }
    @media screen and (max-width: 1000px) {
      .header__dropdown-block:last-child {
        width: 42%; } }
    @media screen and (max-width: 767px) {
      .header__dropdown-block:last-child {
        width: 100%; } }
    .header__dropdown-block-content {
      display: flex;
      flex-wrap: wrap; }
    @media screen and (max-width: 1000px) {
      .header__dropdown-block {
        padding-top: 30px; } }
    @media screen and (max-width: 767px) {
      .header__dropdown-block {
        padding-top: 20px;
        padding-right: 40px !important;
        padding-bottom: 30px; } }
  .header__dropdown-title {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .header__dropdown-title {
        margin-bottom: 20px; } }
  .header__dropdown-link {
    display: flex; }
    .header__dropdown-link:hover .header__dropdown-item-title {
      color: #306BCF; }
  .header__dropdown-icon {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .header__dropdown-icon {
        width: 36px;
        min-width: 36px; }
        .header__dropdown-icon img {
          width: 100%;
          margin-right: 22px; } }
  .header__dropdown-item {
    min-width: 411px;
    margin-bottom: 34px; }
    @media screen and (max-width: 1600px) {
      .header__dropdown-item {
        width: 335px;
        min-width: 335px; } }
    @media screen and (max-width: 1260px) {
      .header__dropdown-item {
        width: 100%;
        min-width: 100%; } }
    @media screen and (max-width: 767px) {
      .header__dropdown-item {
        margin-bottom: 20px; } }
    .header__dropdown-item-title {
      margin-bottom: 5px;
      transition: all 300ms; }
    .header__dropdown-item-text {
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      opacity: 0.6;
      letter-spacing: 0.4px; }
      @media screen and (max-width: 767px) {
        .header__dropdown-item-text {
          font-size: 11px;
          line-height: 15px; }
          .header__dropdown-item-text br {
            display: none; } }
  .header__dropdown-text {
    padding-top: 2px;
    margin-left: -9px;
    font-size: 14px;
    letter-spacing: 0.4px; }
    @media screen and (max-width: 767px) {
      .header__dropdown-text {
        padding-top: 0;
        margin-left: 0;
        font-size: 11px; } }
    .header__dropdown-text a {
      color: #306BCF;
      transition: all 300ms; }
      .header__dropdown-text a:hover {
        color: #1D407C; }

.main__title {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .main__title {
      font-size: 26px;
      line-height: 31px;
      letter-spacing: 0;
      margin-bottom: 20px; }
      .main__title br {
        display: none; } }
  .main__title span.accent {
    color: #E7721D; }

.main__list {
  padding-left: 22px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .main__list {
      padding-left: 20px;
      margin-bottom: 30px; } }
  .main__list li {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #333333;
    position: relative;
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .main__list li {
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0.3px; } }
    .main__list li:before {
      content: '';
      width: 10px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/arrow-right.svg);
      display: block;
      position: absolute;
      left: -22px;
      top: 4px; }
      @media screen and (max-width: 767px) {
        .main__list li:before {
          top: 4px;
          left: -20px;
          width: 8px;
          height: 12px; } }

.main__info {
  margin-right: 154px;
  margin-top: 44px; }
  @media screen and (max-width: 1600px) {
    .main__info {
      width: 62%;
      min-width: 62%;
      margin-right: 30px; } }
  @media screen and (max-width: 1260px) {
    .main__info {
      width: auto;
      min-width: auto; } }
  @media screen and (max-width: 767px) {
    .main__info {
      margin-top: 30px;
      margin-right: 0;
      width: 80%;
      min-width: 80%;
      position: relative;
      z-index: 100; } }

.main__content {
  display: flex;
  padding: 63px 0 98px 120px; }
  @media screen and (max-width: 1260px) {
    .main__content {
      padding: 36px 0 79px 2px;
      flex-direction: column; } }
  @media screen and (max-width: 1000px) {
    .main__content {
      padding: 16px 0 59px 0; } }
  @media screen and (max-width: 767px) {
    .main__content {
      padding: 0 0 38px 0; } }

@media screen and (max-width: 1260px) {
  .main__image {
    width: 379px;
    margin-left: auto;
    margin-top: -84px; }
    .main__image img {
      width: 100%; } }

@media screen and (max-width: 1000px) {
  .main__image {
    margin-top: -60px; } }

@media screen and (max-width: 767px) {
  .main__image {
    width: 250px;
    margin-top: -62px; } }

.main-content {
  margin-bottom: 69px; }
  .main-content__block {
    width: 1290px;
    margin: auto; }
    @media screen and (max-width: 1600px) {
      .main-content__block {
        width: 100%; } }
  .main-content__title {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .main-content__title {
        margin-bottom: 20px; } }
    .main-content__title--with-subtitle {
      margin-bottom: 10px;
      letter-spacing: 0.9px; }
      @media screen and (max-width: 767px) {
        .main-content__title--with-subtitle {
          letter-spacing: 0.6px; } }
  .main-content__table {
    margin-top: 61px;
    position: relative;
    position: relative; }
    @media screen and (max-width: 1260px) {
      .main-content__table {
        margin-top: 102px; } }
    @media screen and (max-width: 1000px) {
      .main-content__table {
        margin-top: 62px; } }
    @media screen and (max-width: 767px) {
      .main-content__table {
        margin-top: 20px; } }
    .main-content__table--hover-1:after {
      left: 618px;
      opacity: 1 !important;
      visibility: visible !important; }
      @media screen and (max-width: 1600px) {
        .main-content__table--hover-1:after {
          left: 478px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--hover-1:after {
          left: 508px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--hover-1:after {
          display: none !important; } }
      @media screen and (max-width: 767px) {
        .main-content__table--hover-1:after {
          display: none !important; } }
    .main-content__table--active-1 .main-content__table-text--1 span {
      font-weight: bold; }
    .main-content__table--active-1:before {
      left: 618px; }
      @media screen and (max-width: 1600px) {
        .main-content__table--active-1:before {
          left: 478px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--active-1:before {
          left: 508px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--active-1:before {
          left: 378px !important; } }
      @media screen and (max-width: 767px) {
        .main-content__table--active-1:before {
          display: none !important; } }
    .main-content__table--hover-2:after {
      left: 788px;
      opacity: 1 !important;
      visibility: visible !important; }
      @media screen and (max-width: 1600px) {
        .main-content__table--hover-2:after {
          left: 674px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--hover-2:after {
          left: 616px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--hover-2:after {
          display: none !important; } }
    .main-content__table--active-2 .main-content__table-text--2 span {
      font-weight: bold; }
    .main-content__table--active-2:before {
      left: 788px; }
      @media screen and (max-width: 1600px) {
        .main-content__table--active-2:before {
          left: 674px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--active-2:before {
          left: 616px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--active-2:before {
          left: 458px !important; } }
    .main-content__table--hover-3:after {
      left: 958px;
      opacity: 1 !important;
      visibility: visible !important; }
      @media screen and (max-width: 1600px) {
        .main-content__table--hover-3:after {
          left: 875px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--hover-3:after {
          left: 728px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--hover-3:after {
          display: none !important; } }
    .main-content__table--active-3 .main-content__table-text--3 span {
      font-weight: bold; }
    .main-content__table--active-3:before {
      left: 958px; }
      @media screen and (max-width: 1600px) {
        .main-content__table--active-3:before {
          left: 875px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--active-3:before {
          left: 728px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--active-3:before {
          left: 538px !important; } }
    .main-content__table--hover-4:after {
      left: 1128px;
      opacity: 1 !important;
      visibility: visible !important; }
      @media screen and (max-width: 1600px) {
        .main-content__table--hover-4:after {
          left: 1076px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--hover-4:after {
          left: 837px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--hover-4:after {
          display: none !important; } }
    .main-content__table--active-4 .main-content__table-text--4 span {
      font-weight: bold; }
    .main-content__table--active-4:before {
      left: 1128px; }
      @media screen and (max-width: 1600px) {
        .main-content__table--active-4:before {
          left: 1076px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table--active-4:before {
          left: 837px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table--active-4:before {
          left: 618px !important; } }
    .main-content__table:before {
      content: '';
      display: block;
      width: 160px;
      height: 100%;
      border: 2px solid #FBC920;
      position: absolute;
      border-radius: 6px;
      pointer-events: none;
      transition: all 300ms; }
      @media screen and (max-width: 1600px) {
        .main-content__table:before {
          width: 140px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table:before {
          width: 100px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table:before {
          width: 80px !important; } }
      @media screen and (max-width: 760px) {
        .main-content__table:before {
          display: none !important; } }
    .main-content__table:after {
      content: '';
      display: block;
      width: 160px;
      height: 100%;
      border: 2px solid #EFF8FF;
      background-color: #EFF8FF;
      position: absolute;
      border-radius: 6px;
      pointer-events: none;
      transition: opacity 300ms visibility 300ms;
      top: 0;
      z-index: -1;
      opacity: 0;
      visibility: hidden; }
      @media screen and (max-width: 1600px) {
        .main-content__table:after {
          width: 140px; } }
      @media screen and (max-width: 1260px) {
        .main-content__table:after {
          width: 100px !important; } }
      @media screen and (max-width: 1000px) {
        .main-content__table:after {
          display: none !important; } }
    .main-content__table-checkbox {
      background-image: url(../img/check-green.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 24px;
      display: block;
      height: 24px; }
      .main-content__table-checkbox--inactive {
        background-image: url(../img/check-blue.svg); }
    .main-content__table-text {
      font-size: 17px;
      padding: 12px 0px; }
    .main-content__table-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #EDEDED; }
      @media screen and (max-width: 767px) {
        .main-content__table-row {
          border: none; } }
      .main-content__table-row:last-child {
        border: none; }
        @media screen and (max-width: 767px) {
          .main-content__table-row:last-child {
            display: none; } }
      .main-content__table-row-title {
        width: 608px;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-top: 11.5px;
        margin-bottom: 11.5px;
        color: #333333; }
        .main-content__table-row-title i {
          display: none; }
        .main-content__table-row-title--strong {
          font-weight: 800;
          color: #000; }
        @media screen and (max-width: 1600px) {
          .main-content__table-row-title {
            width: 400px; } }
        @media screen and (max-width: 1260px) {
          .main-content__table-row-title {
            width: 500px !important; } }
        @media screen and (max-width: 1000px) {
          .main-content__table-row-title {
            width: 378px !important;
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: -0.1px; } }
        @media screen and (max-width: 767px) {
          .main-content__table-row-title {
            font-size: 11px;
            padding-left: 24px;
            margin-top: 0;
            margin-bottom: 12px;
            letter-spacing: 0.15px;
            display: flex; }
            .main-content__table-row-title i {
              display: block;
              position: absolute;
              left: 0;
              width: 16px;
              transition: all 300ms; } }
      .main-content__table-row-item {
        width: 160px;
        text-align: center;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-top: 11.5px;
        padding-bottom: 11.5px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent; }
        @media screen and (max-width: 1600px) {
          .main-content__table-row-item {
            width: 140px; } }
        @media screen and (max-width: 1260px) {
          .main-content__table-row-item {
            width: 100px; } }
        @media screen and (max-width: 1000px) {
          .main-content__table-row-item {
            width: 80px !important; } }
        @media screen and (max-width: 760px) {
          .main-content__table-row-item {
            display: none !important; } }
    .main-content__table-head {
      display: flex;
      height: 83.5px;
      justify-content: space-between;
      border-bottom: 1px solid #EDEDED; }
      @media screen and (max-width: 1000px) {
        .main-content__table-head {
          height: 79px;
          justify-content: flex-start; } }
      @media screen and (max-width: 767px) {
        .main-content__table-head {
          border: none;
          margin-bottom: 20px; } }
      .main-content__table-head-title {
        width: 608px;
        align-self: flex-end;
        padding-bottom: 24px;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.5px; }
        @media screen and (max-width: 1600px) {
          .main-content__table-head-title {
            width: 400px; } }
        @media screen and (max-width: 1260px) {
          .main-content__table-head-title {
            width: 500px !important; } }
        @media screen and (max-width: 1000px) {
          .main-content__table-head-title {
            width: 378px !important;
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: 0.4px; } }
        @media screen and (max-width: 767px) {
          .main-content__table-head-title {
            display: none !important; } }
      .main-content__table-head-radio {
        width: 160px;
        text-align: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 15px;
        font-size: 17px;
        font-weight: 500;
        line-height: 23.8px;
        color: #306BCF; }
        @media screen and (max-width: 1600px) {
          .main-content__table-head-radio {
            width: 140px; } }
        @media screen and (max-width: 1260px) {
          .main-content__table-head-radio {
            width: 100px !important; } }
        @media screen and (max-width: 1000px) {
          .main-content__table-head-radio {
            width: 80px !important;
            font-size: 14px;
            font-weight: 400; } }
        @media screen and (max-width: 760px) {
          .main-content__table-head-radio {
            width: 70px !important;
            margin-top: 0;
            background-color: #EFF8FF;
            border-radius: 6px;
            margin-right: 10px;
            padding-top: 10px;
            border: 2px solid transparent;
            -webkit-tap-highlight-color: transparent;
            transition: all 300ms; }
            .main-content__table-head-radio.active {
              background-color: #fff;
              border-color: #FBC920; }
            .main-content__table-head-radio label {
              font-size: 11px; }
              .main-content__table-head-radio label:before {
                background-color: #fff;
                width: 16px;
                height: 16px;
                margin-bottom: 0; }
              .main-content__table-head-radio label:after {
                top: -24px; }
              .main-content__table-head-radio label span {
                position: absolute;
                width: 100%;
                display: block;
                font-size: 13px;
                line-height: 18.2px;
                font-weight: 500;
                color: #333333; }
                .main-content__table-head-radio label span strong {
                  font-weight: 800; } }
  .main-content__total {
    padding-top: 55px; }
    @media screen and (max-width: 760px) {
      .main-content__total {
        padding-top: 7px; } }
    .main-content__total-row {
      display: flex;
      align-items: center;
      padding-top: 4px;
      padding-bottom: 4px;
      border-top: 1px solid #EDEDED; }
      .main-content__total-row:last-child {
        border-bottom: 1px solid #EDEDED; }
      @media screen and (max-width: 760px) {
        .main-content__total-row {
          padding-top: 3px;
          padding-bottom: 3px; } }
    .main-content__total-title {
      font-size: 17px;
      letter-spacing: 0.5px;
      font-weight: 500; }
      @media screen and (max-width: 760px) {
        .main-content__total-title {
          font-size: 13px;
          line-height: 18px; } }
      @media screen and (max-width: 460px) {
        .main-content__total-title {
          max-width: 100px; } }
    .main-content__total-price {
      width: 137px;
      font-size: 17px;
      font-weight: 800;
      text-align: right;
      padding-right: 40px; }
      @media screen and (max-width: 760px) {
        .main-content__total-price {
          width: 74px;
          font-size: 13px;
          padding-right: 0; } }
    .main-content__total-icon {
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-right: 10px; }
      @media screen and (max-width: 760px) {
        .main-content__total-icon {
          width: 20px;
          height: 20px;
          min-width: 20px;
          margin-right: 12px; } }
      .main-content__total-icon img {
        width: 100%;
        height: 100%; }
    .main-content__total-qty {
      margin-left: auto;
      width: 120px;
      height: 40px;
      position: relative; }
      @media screen and (max-width: 760px) {
        .main-content__total-qty {
          width: 90px;
          height: 30px; } }
      .main-content__total-qty-icon {
        width: 30px;
        height: 30px;
        background-color: #D1EAFF;
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 2px;
        cursor: pointer;
        transition: all 300ms; }
        @media screen and (max-width: 760px) {
          .main-content__total-qty-icon {
            width: 24px;
            height: 24px; } }
        .main-content__total-qty-icon--disabled {
          background-color: #EDEDED;
          cursor: default; }
          .main-content__total-qty-icon--disabled:after {
            background-color: #fff !important; }
          .main-content__total-qty-icon--disabled:before {
            background-color: #fff !important; }
        .main-content__total-qty-icon:hover {
          transform: scale(1.05); }
        .main-content__total-qty-icon--minus {
          left: 5px; }
          .main-content__total-qty-icon--minus:after {
            content: '';
            display: block;
            width: 14px;
            height: 2px;
            background-color: #4785EF;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
            @media screen and (max-width: 760px) {
              .main-content__total-qty-icon--minus:after {
                width: 11.3px; } }
        .main-content__total-qty-icon--plus {
          right: 5px; }
          .main-content__total-qty-icon--plus:before {
            content: '';
            display: block;
            width: 14px;
            height: 2px;
            background-color: #4785EF;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            transform: rotate(90deg); }
            @media screen and (max-width: 760px) {
              .main-content__total-qty-icon--plus:before {
                width: 11.3px; } }
          .main-content__total-qty-icon--plus:after {
            content: '';
            display: block;
            width: 14px;
            height: 2px;
            background-color: #4785EF;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
            @media screen and (max-width: 760px) {
              .main-content__total-qty-icon--plus:after {
                width: 11.3px; } }
      .main-content__total-qty input {
        width: 100%;
        height: 100%;
        position: absolute;
        text-align: center;
        font-size: 17px;
        font-weight: 800;
        font-family: 'Manrope';
        border: 2px solid #EDEDED;
        border-radius: 6px;
        transition: all 300ms;
        outline: none;
        cursor: default;
        z-index: 1; }
        @media screen and (max-width: 760px) {
          .main-content__total-qty input {
            font-size: 13px; } }
        .main-content__total-qty input:focus {
          border-color: #D1EAFF; }

.services {
  background-color: #E0F1FF; }
  .services__content {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 60px 3px; }
    @media screen and (max-width: 1260px) {
      .services__content {
        padding: 50px 0 40px 2px; } }
    @media screen and (max-width: 1000px) {
      .services__content {
        flex-wrap: wrap;
        padding: 41px 41px 9px 2px; } }
    @media screen and (max-width: 767px) {
      .services__content {
        padding: 40px 41px 20px 2px; } }
  .services__icon {
    margin-bottom: 28px;
    margin-left: -2px; }
    @media screen and (max-width: 1000px) {
      .services__icon {
        margin-bottom: 0;
        margin-right: 30px;
        margin-top: -1px; } }
    @media screen and (max-width: 767px) {
      .services__icon {
        width: 36px;
        min-width: 36px;
        margin-right: 22px;
        margin-left: 0;
        margin-top: 2px; }
        .services__icon img {
          width: 100%; } }
  .services__item {
    width: 220px; }
    @media screen and (max-width: 1260px) {
      .services__item {
        width: 162px; } }
    @media screen and (max-width: 1000px) {
      .services__item {
        width: 48%;
        display: flex;
        margin-bottom: 34px; }
        .services__item:nth-child(1) {
          order: 1; }
        .services__item:nth-child(2) {
          order: 3; } }
    @media screen and (max-width: 1000px) and (max-width: 767px) {
      .services__item:nth-child(2) {
        order: 2; } }
    @media screen and (max-width: 1000px) {
        .services__item:nth-child(3) {
          order: 5; } }
    @media screen and (max-width: 1000px) and (max-width: 767px) {
      .services__item:nth-child(3) {
        order: 3; } }
    @media screen and (max-width: 1000px) {
        .services__item:nth-child(4) {
          order: 2;
          margin-right: -19px; } }
    @media screen and (max-width: 1000px) and (max-width: 767px) {
      .services__item:nth-child(4) {
        order: 4;
        margin-right: 0; } }
    @media screen and (max-width: 1000px) {
        .services__item:nth-child(5) {
          order: 4;
          margin-right: -19px; } }
    @media screen and (max-width: 1000px) and (max-width: 767px) {
      .services__item:nth-child(5) {
        order: 5;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .services__item {
        width: 100%;
        margin-bottom: 20px; } }
  .services__title {
    margin-bottom: 6px; }
    @media screen and (max-width: 1260px) {
      .services__title br {
        display: none; } }
  .services__text {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 20px;
    color: #333333; }
    @media screen and (max-width: 1260px) {
      .services__text br {
        display: none; } }
    @media screen and (max-width: 767px) {
      .services__text {
        font-size: 11px;
        line-height: 15px; } }

.rent__content {
  display: flex;
  align-items: flex-start;
  padding: 100px 0 100px 120px; }
  @media screen and (max-width: 1600px) {
    .rent__content {
      padding: 100px 0 100px 0; } }
  @media screen and (max-width: 1260px) {
    .rent__content {
      padding: 80px 0 78px 0; } }
  @media screen and (max-width: 1000px) {
    .rent__content {
      flex-direction: column;
      padding: 60px 0 40px 0; } }
  @media screen and (max-width: 767px) {
    .rent__content {
      padding: 41px 0 20px 0; } }

.rent__banner {
  position: relative; }
  @media screen and (max-width: 1000px) {
    .rent__banner {
      order: 2;
      width: 100%; } }
  .rent__banner-img {
    width: 410px;
    height: 410px;
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    @media screen and (max-width: 1260px) {
      .rent__banner-img {
        width: 380px;
        height: 380px; } }
    @media screen and (max-width: 1000px) {
      .rent__banner-img {
        width: 100%;
        height: 230px; } }
    .rent__banner-img:after {
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(167.12deg, #E0F1FF 3.42%, rgba(225, 242, 255, 0) 36.05%), linear-gradient(195.15deg, rgba(29, 64, 124, 0) 55.75%, #2756A5 85.41%);
      position: absolute;
      top: 0;
      left: 0; }
    .rent__banner-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .rent__banner-title {
    position: absolute;
    top: 20px;
    left: 20px; }
    @media screen and (max-width: 1000px) {
      .rent__banner-title {
        max-width: 90%; }
        .rent__banner-title br {
          display: none; } }
  .rent__banner-text {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    position: absolute;
    bottom: 29px;
    left: 20px; }
    @media screen and (max-width: 767px) {
      .rent__banner-text {
        font-size: 15px;
        font-weight: 700;
        bottom: 29px; } }
    .rent__banner-text span.icon {
      width: 46px;
      height: 31px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/banner-icon.svg);
      display: block;
      margin-right: 10px;
      margin-top: -4px; }
      @media screen and (max-width: 767px) {
        .rent__banner-text span.icon {
          margin-top: -7px; } }

.rent__info {
  margin-left: 140px;
  width: 51%; }
  @media screen and (max-width: 1260px) {
    .rent__info {
      width: auto;
      margin-left: 100px; } }
  @media screen and (max-width: 1000px) {
    .rent__info {
      order: 1;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .rent__info {
      width: 100%; } }

.rent__title {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .rent__title {
      margin-bottom: 19px; } }

.rent__text {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .rent__text {
      margin-bottom: 20px; } }

.rent__row {
  display: flex;
  padding-left: 29px;
  margin-bottom: 71px; }
  @media screen and (max-width: 1260px) {
    .rent__row {
      flex-direction: column;
      margin-bottom: 25px; } }
  @media screen and (max-width: 1000px) {
    .rent__row {
      flex-direction: row;
      margin-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .rent__row {
      flex-direction: column;
      padding-left: 19px;
      margin-bottom: 10px; } }

.rent__list {
  margin-right: 71px; }
  @media screen and (max-width: 1260px) {
    .rent__list {
      margin-right: 0;
      margin-bottom: 3px; } }
  @media screen and (max-width: 1000px) {
    .rent__list {
      margin-bottom: 0;
      margin-right: 62px; } }
  .rent__list:last-child {
    margin-right: 0; }
  .rent__list li {
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.4px;
    position: relative;
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .rent__list li {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px; } }
    .rent__list li:before {
      content: '';
      width: 10px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/arrow-right.svg);
      display: block;
      position: absolute;
      left: -29px;
      top: 4px; }
      @media screen and (max-width: 767px) {
        .rent__list li:before {
          left: -19px;
          top: 4px;
          width: 8px;
          height: 12px; } }

@media screen and (max-width: 1000px) {
  .rent__button {
    margin-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .rent__button {
    margin-bottom: 36px; }
    .rent__button .btn {
      width: 100%;
      height: 41px;
      line-height: 40px;
      text-align: center;
      padding: 0; } }

.rent__button--mobile {
  display: none; }
  @media screen and (max-width: 1000px) {
    .rent__button--mobile {
      display: block; } }

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

.payments {
  border-top: 2px solid #EDEDED; }
  .payments__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0; }
    @media screen and (max-width: 767px) {
      .payments__content {
        justify-content: center;
        flex-wrap: wrap;
        padding: 29px 0;
        padding-bottom: 6px; } }
  @media screen and (max-width: 767px) {
    .payments__item {
      margin-bottom: 24px; } }
  .payments__item-link {
    height: 60px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    transition: all 300ms;
    filter: grayscale(1);
    opacity: 0.5; }
    .payments__item-link:hover {
      filter: grayscale(0);
      opacity: 1; }
    @media screen and (max-width: 1260px) {
      .payments__item-link {
        height: 50px;
        width: 100px; } }
    @media screen and (max-width: 1000px) {
      .payments__item-link {
        height: 42px;
        width: 84px; } }
    @media screen and (max-width: 767px) {
      .payments__item-link {
        height: 36px;
        width: 70px; } }
    .payments__item-link--1 {
      background-image: url(../img/payments/visa.svg); }
    .payments__item-link--2 {
      background-image: url(../img/payments/master.svg); }
    .payments__item-link--3 {
      background-image: url(../img/payments/sber.svg); }
    .payments__item-link--4 {
      background-image: url(../img/payments/mir.svg); }
    .payments__item-link--5 {
      background-image: url(../img/payments/u-money.svg); }
    .payments__item-link--6 {
      background-image: url(../img/payments/qiwi.svg); }
    .payments__item-link--7 {
      background-image: url(../img/payments/web-money.svg); }
    .payments__item-link--8 {
      background-image: url(../img/payments/alpha.svg); }

.footer {
  background-color: #F7F7F7; }
  .footer__copy {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #FBC920;
    padding-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .footer__copy {
        font-size: 11px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0;
        padding-bottom: 18px; } }
    .footer__copy br.mobile-only {
      display: none; }
      @media screen and (max-width: 767px) {
        .footer__copy br.mobile-only {
          display: block; } }
  .footer__content {
    padding: 80px 120px 30px 120px; }
    @media screen and (max-width: 1600px) {
      .footer__content {
        padding: 80px 0 30px 0; } }
    @media screen and (max-width: 1260px) {
      .footer__content {
        padding: 80px 0 60px 0; } }
    @media screen and (max-width: 1000px) {
      .footer__content {
        padding: 60px 0 40px 0; } }
    @media screen and (max-width: 767px) {
      .footer__content {
        padding: 30px 0 30px 0; } }
  @media screen and (max-width: 1260px) {
    .footer__logo {
      margin-top: 10px; } }
  @media screen and (max-width: 1000px) {
    .footer__logo {
      margin-top: 0;
      margin-right: 31px; } }
  @media screen and (max-width: 767px) {
    .footer__logo {
      margin-right: 0;
      margin-top: 10px; } }
  @media screen and (max-width: 1000px) {
    .footer__logo--desktop {
      display: none; } }
  .footer__logo--mobile {
    display: none; }
    @media screen and (max-width: 1000px) {
      .footer__logo--mobile {
        display: block; } }
  .footer__logo-link {
    background-image: url(../img/logo-1c.svg);
    width: 145px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block; }
    @media screen and (max-width: 767px) {
      .footer__logo-link {
        width: 72px;
        height: 35px;
        margin: auto; } }
  .footer__row {
    display: flex; }
    @media screen and (max-width: 767px) {
      .footer__row {
        flex-direction: column; }
        .footer__row .footer__logo {
          order: 2; }
        .footer__row .footer__text {
          order: 1; } }
  .footer__menu {
    display: flex;
    margin-top: 1px;
    margin-bottom: 23px; }
    @media screen and (max-width: 1260px) {
      .footer__menu {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .footer__menu {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0;
        margin-bottom: 16px; } }
    .footer__menu-item {
      margin-right: 21px; }
      @media screen and (max-width: 1260px) {
        .footer__menu-item {
          margin-right: 0;
          margin-bottom: 16px; } }
      @media screen and (max-width: 767px) {
        .footer__menu-item {
          margin-left: 6px;
          margin-right: 6px;
          margin-bottom: 7px; } }
    .footer__menu-link {
      font-size: 14px;
      letter-spacing: 0.4px;
      color: #333333;
      transition: all 300ms; }
      @media screen and (max-width: 767px) {
        .footer__menu-link {
          font-size: 11px;
          letter-spacing: 0; } }
      .footer__menu-link:hover {
        color: #306BCF; }
  .footer__main {
    display: flex;
    padding: 30px 5px 30px 1px; }
    @media screen and (max-width: 1600px) {
      .footer__main {
        padding: 30px 0 30px 0; } }
    @media screen and (max-width: 1260px) {
      .footer__main {
        padding: 30px 33px 17px 0; } }
    @media screen and (max-width: 1000px) {
      .footer__main {
        padding: 29px 33px 17px 0; } }
    @media screen and (max-width: 767px) {
      .footer__main {
        flex-wrap: wrap;
        padding-right: 0;
        padding: 18px 0 12px 0; } }
  .footer__info {
    width: 49%;
    margin-left: 40px;
    margin-right: 66px; }
    .footer__info .footer__text {
      display: block; }
      @media screen and (max-width: 1260px) {
        .footer__info .footer__text {
          display: none; } }
    @media screen and (max-width: 1600px) {
      .footer__info {
        margin-right: 27px; } }
    @media screen and (max-width: 1260px) {
      .footer__info {
        width: auto;
        margin-left: 95px;
        margin-right: 125px; } }
    @media screen and (max-width: 1000px) {
      .footer__info {
        margin-left: 0;
        margin-right: 59px; } }
    @media screen and (max-width: 767px) {
      .footer__info {
        width: 100%;
        margin-right: 0;
        margin: auto; } }
  .footer__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #333333;
    opacity: 0.6;
    display: none; }
    @media screen and (max-width: 1260px) {
      .footer__text {
        display: block; }
        .footer__text br {
          display: none; } }
    @media screen and (max-width: 767px) {
      .footer__text {
        font-size: 11px;
        line-height: 15px; } }
    .footer__text br.always {
      display: block; }
    .footer__text a {
      color: #333333; }
    .footer__text p {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .footer__text p {
          margin-bottom: 10px; } }
  .footer__column {
    margin-top: 3px;
    margin-right: 23px; }
    @media screen and (max-width: 1600px) {
      .footer__column {
        margin-right: 20px; } }
    @media screen and (max-width: 1000px) {
      .footer__column {
        margin-right: 60px; } }
    @media screen and (max-width: 767px) {
      .footer__column {
        margin-top: 0;
        margin-right: 50px; } }
    .footer__column:last-child {
      margin-right: 0; }
      @media screen and (max-width: 1260px) {
        .footer__column:last-child {
          margin-left: auto; } }
      @media screen and (max-width: 1000px) {
        .footer__column:last-child {
          margin-left: 0; } }
    .footer__column-title {
      font-size: 14px;
      letter-spacing: 0.4px;
      color: #333333;
      font-weight: 600;
      margin-bottom: 24px; }
      @media screen and (max-width: 1260px) {
        .footer__column-title {
          margin-bottom: 16px; } }
      @media screen and (max-width: 767px) {
        .footer__column-title {
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 0;
          margin-bottom: 12px; } }
    .footer__column-item {
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .footer__column-item {
          margin-bottom: 9px; } }
    .footer__column-link {
      font-size: 14px;
      letter-spacing: 0.4px;
      color: #333333;
      transition: all 300ms; }
      @media screen and (max-width: 767px) {
        .footer__column-link {
          font-size: 11px;
          letter-spacing: 0; } }
      .footer__column-link:hover {
        color: #306BCF; }

.hero__block {
  background-color: #EFF8FF;
  border-radius: 6px;
  margin-top: 81px;
  padding: 37px 120px 33px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px; }
  .hero__block--left {
    justify-content: flex-start; }
    .hero__block--left .hero__info {
      margin-left: 40px; }
  @media screen and (max-width: 1260px) {
    .hero__block {
      margin-top: 61px; } }
  @media screen and (max-width: 767px) {
    .hero__block {
      flex-direction: column;
      padding: 20px;
      margin-top: 30px;
      margin-bottom: 29px; } }

.hero--price .hero__title {
  margin-top: 7px;
  margin-bottom: 2px; }
  .hero--price .hero__title span {
    color: #E7721D; }
    @media screen and (max-width: 1000px) {
      .hero--price .hero__title span {
        display: block; } }

.hero--price .hero__block {
  margin-top: 49px;
  padding: 33px 40px 33px 41px;
  margin-bottom: 45px; }
  @media screen and (max-width: 760px) {
    .hero--price .hero__block {
      margin-top: 20px;
      text-align: center;
      padding: 10px 10px 10px 10px;
      align-items: center !important;
      margin-bottom: 20px; }
      .hero--price .hero__block em {
        display: block; }
      .hero--price .hero__block .hero__row {
        width: 100%;
        justify-content: center; } }

@media screen and (max-width: 1260px) {
  .hero-with-button .hero__block {
    align-items: flex-start;
    flex-direction: column; }
    .hero-with-button .hero__block .hero__button {
      margin-top: 27px; } }
    @media screen and (max-width: 1260px) and (max-width: 760px) {
      .hero-with-button .hero__block .hero__button {
        margin-top: 16px;
        width: 100%; }
        .hero-with-button .hero__block .hero__button a {
          display: block; } }

.hero-with-image .hero__block {
  align-items: flex-start;
  padding: 59px 120px 0 120px; }
  @media screen and (max-width: 1260px) {
    .hero-with-image .hero__block {
      padding: 60px 39px 0 40px; } }
  @media screen and (max-width: 767px) {
    .hero-with-image .hero__block {
      padding: 20px 20px 0 20px; } }

@media screen and (max-width: 1260px) {
  .hero-with-icon .hero__block {
    padding: 35px 39px 35px 40px; } }

@media screen and (max-width: 767px) {
  .hero-with-icon .hero__block {
    padding: 20px;
    align-items: flex-start; } }

@media screen and (max-width: 767px) {
  .hero--service-item {
    display: none; } }

@media screen and (max-width: 767px) {
  .hero--simple .hero__icon {
    display: flex;
    width: 60px;
    height: 60px; }
    .hero--simple .hero__icon img {
      width: 30px;
      height: 30px; } }

.hero--simple .hero__block {
  padding: 20px 120px; }
  @media screen and (max-width: 1260px) {
    .hero--simple .hero__block {
      padding: 18px 39px 18px 40px; } }
  @media screen and (max-width: 767px) {
    .hero--simple .hero__block {
      padding: 20px;
      align-items: center;
      flex-direction: row; } }

.hero__image--1 {
  margin-top: -102px; }
  @media screen and (max-width: 1260px) {
    .hero__image--1 {
      margin-top: -103px;
      margin-left: -100px; } }
  @media screen and (max-width: 1000px) {
    .hero__image--1 {
      margin-top: -13px; } }
  @media screen and (max-width: 767px) {
    .hero__image--1 {
      width: 192px;
      margin-left: auto;
      margin-top: 0; }
      .hero__image--1 img {
        width: 100%; } }

.hero__image--2 {
  margin-top: -130px; }
  @media screen and (max-width: 1260px) {
    .hero__image--2 {
      margin-top: -130px; } }
  @media screen and (max-width: 767px) {
    .hero__image--2 {
      width: 185px;
      margin-left: auto;
      margin-top: -44px; }
      .hero__image--2 img {
        width: 100%; } }

.hero__image--3 {
  margin-top: -80px; }
  @media screen and (max-width: 1600px) {
    .hero__image--3 {
      margin-right: -60px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--3 {
      margin-right: 0px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--3 {
      margin-left: -100px;
      z-index: 1; } }
  @media screen and (max-width: 767px) {
    .hero__image--3 {
      width: 160px;
      margin-left: auto;
      margin-top: -43px; }
      .hero__image--3 img {
        width: 100%; } }

.hero__image--4 {
  margin-top: -88px; }
  @media screen and (max-width: 1600px) {
    .hero__image--4 {
      margin-right: -60px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--4 {
      margin-right: 0px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--4 {
      margin-left: -100px;
      z-index: 1; } }
  @media screen and (max-width: 767px) {
    .hero__image--4 {
      width: 111px;
      margin-left: auto;
      margin-top: -53px; }
      .hero__image--4 img {
        width: 100%; } }

.hero__image--5 {
  margin-top: -78px;
  margin-right: -10px; }
  @media screen and (max-width: 1600px) {
    .hero__image--5 {
      margin-right: -60px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--5 {
      margin-right: 0px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--5 {
      margin-left: -100px;
      z-index: 1; } }
  @media screen and (max-width: 767px) {
    .hero__image--5 {
      width: 123px;
      margin-left: auto;
      margin-top: -48px; }
      .hero__image--5 img {
        width: 100%; } }

.hero__image--6 {
  margin-top: -89px;
  margin-right: -15px; }
  @media screen and (max-width: 1600px) {
    .hero__image--6 {
      margin-right: -60px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--6 {
      margin-right: 0px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--6 {
      margin-left: -100px;
      z-index: 1; } }
  @media screen and (max-width: 767px) {
    .hero__image--6 {
      width: 146px;
      margin-right: -2px;
      margin-left: auto;
      margin-top: -46px; }
      .hero__image--6 img {
        width: 100%; } }

.hero__image--7 {
  margin-top: -88px; }
  @media screen and (max-width: 1600px) {
    .hero__image--7 {
      margin-right: -60px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--7 {
      margin-right: 0px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--7 {
      margin-left: -82px;
      width: 314px;
      margin-right: 40px;
      z-index: 1;
      margin-top: -90px; } }
  @media screen and (max-width: 767px) {
    .hero__image--7 {
      width: 111px;
      margin-left: auto;
      margin-top: -41px;
      margin-right: 0; }
      .hero__image--7 img {
        width: 100%; } }

.hero__image--8 {
  margin-top: -59px;
  margin-bottom: -19px; }
  @media screen and (max-width: 1600px) {
    .hero__image--8 {
      margin-right: -60px; } }
  @media screen and (max-width: 1260px) {
    .hero__image--8 {
      margin-left: -82px;
      width: 314px;
      margin-right: -122px;
      z-index: 1;
      margin-top: -61px; } }
  @media screen and (max-width: 767px) {
    .hero__image--8 {
      width: 80px;
      margin-left: auto;
      margin-top: -98px;
      margin-right: -10px;
      margin-bottom: 14px; }
      .hero__image--8 img {
        width: 100%; } }

.hero__info {
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .hero__info--with-image {
      padding-top: 10px; } }
  .hero__info-title {
    font-size: 30px;
    line-height: 39px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.7px; }
    @media screen and (max-width: 767px) {
      .hero__info-title {
        font-size: 20px;
        line-height: 26px; } }
    .hero__info-title span.accent-color {
      color: #E7721D;
      white-space: nowrap; }

.hero__icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .hero__icon--large {
    background: none;
    width: 140px;
    height: 140px; }
  @media screen and (max-width: 1000px) {
    .hero__icon {
      margin-top: 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 760px) {
    .hero__icon {
      display: none; } }

.hero__row {
  display: flex; }
  .hero__row-text {
    font-size: 14px;
    font-weight: 600;
    color: #E7721D;
    margin-top: 3px;
    letter-spacing: 0.3px; }
    @media screen and (max-width: 767px) {
      .hero__row-text {
        font-size: 11px; } }
  .hero__row-icon {
    margin-right: 6px; }
  .hero__row a {
    display: flex; }
    .hero__row a .hero__row-text {
      color: #306BCF; }

.hero__title {
  margin-bottom: 13px;
  white-space: nowrap; }
  @media screen and (max-width: 1000px) {
    .hero__title {
      white-space: normal; }
      .hero__title em {
        display: block; } }
  @media screen and (max-width: 767px) {
    .hero__title {
      margin-bottom: 6px; } }

.hero-list {
  padding-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .hero-list {
      padding-top: 30px;
      margin-bottom: 30px; } }
  .hero-list__content {
    margin-top: 60px;
    padding: 50px 40px;
    padding-bottom: 0;
    padding-right: 84px;
    background-color: #EFF8FF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1260px) {
      .hero-list__content {
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .hero-list__content {
        margin-top: 30px;
        padding: 40px 36px 20px 20px; } }
  .hero-list__item {
    display: flex;
    width: 30%;
    margin-bottom: 48px; }
    @media screen and (max-width: 1260px) {
      .hero-list__item {
        width: 48.9%;
        margin-bottom: 48px; } }
    @media screen and (max-width: 767px) {
      .hero-list__item {
        width: 100%;
        margin-bottom: 20px; } }
    .hero-list__item-icon {
      width: 46px;
      height: 46px;
      min-width: 46px;
      margin-right: 30px;
      background-image: url(../img/check.svg); }
      @media screen and (max-width: 767px) {
        .hero-list__item-icon {
          width: 40px;
          height: 40px;
          min-width: 40px;
          background-size: contain;
          margin-right: 20px; } }
    .hero-list__item-title {
      font-size: 17px;
      font-weight: 800;
      letter-spacing: 0.5px;
      margin-top: 5px; }
      @media screen and (max-width: 1000px) {
        .hero-list__item-title {
          line-height: 1.2; } }
      @media screen and (max-width: 767px) {
        .hero-list__item-title {
          font-size: 13px;
          letter-spacing: 0.32px;
          margin-top: 2px; } }
    .hero-list__item-text {
      font-size: 14px;
      line-height: 20.3px;
      letter-spacing: 0.4px;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .hero-list__item-text {
          font-size: 11px;
          line-height: 15.4px;
          margin-top: 6px;
          letter-spacing: 0.3px; } }

.card {
  width: 410px;
  border: 2px solid #EDEDED;
  width: 410px;
  border-radius: 6px;
  padding: 38px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  transition: all 300ms; }
  @media screen and (max-width: 1600px) {
    .card {
      width: 49%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 1260px) {
    .card {
      width: 49%;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 1000px) {
    .card {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .card {
      padding: 18px;
      margin-bottom: 10px; } }
  .card:hover {
    border: 2px solid #FBC920; }
    .card:hover:not(.card--edo) .btn-line {
      background-color: #FBC920; }
  .card-large {
    width: 100%; }
    @media screen and (max-width: 1260px) {
      .card-large {
        width: 49%; } }
    @media screen and (max-width: 1000px) {
      .card-large {
        width: 100%; } }
    .card-large .card__text {
      margin-bottom: 48px; }
  .card.d-block {
    display: block; }
  .card__more {
    margin-left: 100px;
    border-top: 1px solid #EDEDED;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .card__more {
        margin-top: 13px;
        margin-left: 0; } }
    .card__more-content {
      display: flex; }
      @media screen and (max-width: 767px) {
        .card__more-content {
          width: 100%; } }
    .card__more-item {
      display: flex;
      padding: 13px 0 12px 0;
      border-bottom: 1px solid #EDEDED; }
      @media screen and (max-width: 767px) {
        .card__more-item {
          padding: 10px 0 9px 0;
          flex-wrap: wrap; } }
    .card__more-info {
      margin-left: 13px;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .card__more-info {
          margin-left: 6px;
          margin-right: 0; } }
    .card__more-btn {
      margin-left: auto;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .card__more-btn {
          margin-top: 10px; } }
      .card__more-btn .btn {
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 13px; }
        @media screen and (max-width: 767px) {
          .card__more-btn .btn {
            height: 24px;
            line-height: 21px;
            font-size: 11px;
            font-weight: normal; } }
        .card__more-btn .btn[disabled] {
          background-color: #EDEDED;
          color: #A6A6A6;
          cursor: default; }
    .card__more-status {
      width: 12px;
      min-width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-top: 4px; }
      @media screen and (max-width: 767px) {
        .card__more-status {
          width: 8px;
          min-width: 8px;
          height: 8px; } }
      .card__more-status--1 {
        background-color: #EDEDED; }
      .card__more-status--2 {
        background-color: #FED7BC; }
      .card__more-status--3 {
        background-color: #EEEA7F; }
      .card__more-status--4 {
        background-color: #9ADA7D; }
      .card__more-status--5 {
        border: 2px solid #9ADA7D; }
    .card__more-title {
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      color: #333333;
      letter-spacing: 0.35px;
      margin-bottom: 4px; }
      @media screen and (max-width: 767px) {
        .card__more-title {
          font-size: 11px;
          line-height: 15px;
          font-weight: 700; } }
      .card__more-title span {
        color: #777777; }
      .card__more-title br {
        display: none; }
        @media screen and (max-width: 767px) {
          .card__more-title br.only-mob {
            display: block; } }
    .card__more-text {
      font-size: 12px;
      line-height: 17px;
      font-weight: 500;
      color: #333333; }
      @media screen and (max-width: 767px) {
        .card__more-text {
          font-size: 9px;
          line-height: 12px; } }
      .card__more-text a {
        color: #306BCF; }
      .card__more-text strong {
        font-weight: 600; }
      .card__more-text span.color-accent-1 {
        color: #E7721D; }
      .card__more-text span.color-accent-2 {
        color: #449320; }
  .card__content {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .card__content {
        flex-direction: column; } }
  .card__title {
    font-size: 22px;
    line-height: 31px;
    color: #306BCF;
    font-weight: 600;
    margin-bottom: 19px;
    transition: all 300ms; }
    .card__title:hover {
      color: #1D407C; }
    @media screen and (max-width: 767px) {
      .card__title {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px; } }
  .card__text {
    margin-bottom: 41px; }
    @media screen and (max-width: 1260px) {
      .card__text br {
        display: none; } }
    @media screen and (max-width: 767px) {
      .card__text {
        margin-bottom: 20px !important; } }
    .card__text p {
      margin-bottom: 12px; }
      .card__text p:last-child {
        margin-bottom: 0; }
    .card__text-link {
      position: relative;
      color: #306BCF; }
      .card__text-link--desktop {
        cursor: pointer;
        display: inline; }
        @media screen and (max-width: 1000px) {
          .card__text-link--desktop {
            display: none; } }
        .card__text-link--desktop:hover .card__text-popup {
          opacity: 1;
          visibility: visible;
          transition-delay: 0s; }
      .card__text-link--mobile {
        display: none; }
        @media screen and (max-width: 1000px) {
          .card__text-link--mobile {
            display: inline; } }
    .card__text-popup {
      cursor: default;
      padding: 20px;
      min-width: 460px;
      color: #333333;
      /*background: #EFF8FF;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      border-radius: 6px;*/ }
      @media screen and (max-width: 1000px) {
        .card__text-popup {
          padding: 0;
          border-radius: 0;
          min-width: auto;
          box-shadow: none;
          background-color: transparent; } }
      .card__text-popup-title {
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.45; }
        @media screen and (max-width: 1000px) {
          .card__text-popup-title {
            font-weight: bold;
            font-size: 22px;
            line-height: 1.4;
            margin-bottom: 16px; } }
        @media screen and (max-width: 767px) {
          .card__text-popup-title {
            font-size: 12px;
            margin-right: 57px; } }
      .card__text-popup-desc {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px; }
        @media screen and (max-width: 1000px) {
          .card__text-popup-desc {
            font-size: 16px;
            margin-bottom: 16px; } }
        @media screen and (max-width: 767px) {
          .card__text-popup-desc {
            margin-right: 30px;
            font-size: 12px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 1000px) {
          .card__text-popup-desc p {
            margin-bottom: 16px; } }
        @media screen and (max-width: 767px) {
          .card__text-popup-desc p {
            margin-bottom: 10px; } }
    /*.card__text-popup {
      cursor: default;
      padding: 20px;
      min-width: 460px;
      position: absolute;
      left: -20px;
      top: 26px;
      opacity: 0;
      visibility: hidden;
      transition: opacity .2s ease, visibility .2s ease;
      transition-delay: .2s;
      color: #333333;
      background: #EFF8FF;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      border-radius: 6px;}
      .card__text-popup-title {
        margin-bottom: 16px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.45; }
      .card__text-popup-desc {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px; }
      .card__text-popup-link {
        font-size: 12px; }*/
  .card__icon {
    flex: none;
    width: 80px;
    margin-bottom: 19px; }
    .card__icon img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .card__icon {
        width: 50px;
        margin-bottom: 8px; }
        .card__icon img {
          width: 100%; } }
  .card__price {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
    margin-top: auto; }
    @media screen and (max-width: 767px) {
      .card__price {
        font-size: 20px;
        margin-bottom: 16px; } }
    .card__price span.small-text {
      font-size: 17px; }
      @media screen and (max-width: 767px) {
        .card__price span.small-text {
          font-size: 13px; } }
  .card__subtitle {
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .card__subtitle {
        margin-bottom: 12px;
        font-size: 13px; } }
    .card__subtitle:first-child {
      margin-top: 0; }
    .card__subtitle--second {
      margin-top: 23px;
      margin-bottom: 27px; }
      @media screen and (max-width: 767px) {
        .card__subtitle--second {
          margin-bottom: 12px; } }
  .card__items {
    margin-bottom: 19px;}
    @media screen and (max-width: 767px) {
      .card__items {
        margin-bottom: 10px; } }
  .card__item {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED; }
    @media screen and (max-width: 767px) {
      .card__item {
        padding-top: 12px;
        padding-bottom: 11px; } }
    .card__item:first-child {
      border-top: 1px solid #EDEDED; }
  .card__item-btn {
    margin-left: auto;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .card__item-btn {
        margin-top: 10px; } }
    .card__item-btn .btn {
      height: 30px;
      line-height: 28px;
      font-size: 14px;
      padding: 0 13px; }
      @media screen and (max-width: 767px) {
        .card__item-btn .btn {
          height: 24px;
          line-height: 21px;
          font-size: 11px;
          font-weight: normal; } }
      .card__item-btn .btn[disabled] {
        background-color: #EDEDED;
        color: #A6A6A6;
        cursor: default; }
  .card__item-status {
    flex: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 11px; }
    @media screen and (max-width: 767px) {
      .card__item-status {
        width: 8px;
        height: 8px;
        margin-right: 6px; } }
      .card__item-status--1 {
        background-color: #EDEDED; }
      .card__item-status--2 {
        background-color: #FED7BC; }
      .card__item-status--3 {
        background-color: #EEEA7F; }
      .card__item-status--4 {
        background-color: #9ADA7D; }
      .card__item-status--5 {
        border: 2px solid #9ADA7D; }
  .card__item-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .card__item-title {
        font-size: 11px;
        margin-bottom: 7px; } }
  .card__item-desc {
    font-size: 12px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .card__item-desc {
        font-size: 9px; } }
    .card__item-desc a {
      color: #306BCF; }
    .card__item-desc strong {
      font-weight: 600; }
    .card__item-desc span.color-accent-1 {
      color: #E7721D; }
    .card__item-desc span.color-accent-2 {
      color: #449320; }
  .card__btn.btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .card__btn.btn-small {
        height: 24px;
        border-radius: 6px;
        font-weight: 400;
        padding-left: 8px;
        padding-right: 8px; } }
  .card__payments {
    font-size: 14px; }
    .card__payments-header {
      display: flex;
      align-items: center;
      font-weight: 500;
      color: #777;
      font-size: 12px;
      border-bottom: 1px solid #EDEDED;
      padding-bottom: 17px; }
      @media screen and (max-width: 767px) {
        .card__payments-header {
          font-size: 9px;
          align-items: flex-end;
          line-height: 1.3;
          padding-bottom: 9px; } }
      .card__payments-header-item {
        flex: none; }
        .card__payments-header-item:nth-child(1) {
          flex: auto; }
        .card__payments-header-item:nth-child(2) {
          width: 75px;
          white-space: nowrap; }
          @media screen and (max-width: 991px) {
            .card__payments-header-item:nth-child(2) {
              display: none; } }
        .card__payments-header-item:nth-child(3) {
          width: 15%;
          text-align: right; }
          @media screen and (max-width: 991px) {
            .card__payments-header-item:nth-child(3) {
              width: 18%; } }
        .card__payments-header-item:nth-child(4) {
          width: 15%;
          text-align: right; }
          @media screen and (max-width: 991px) {
            .card__payments-header-item:nth-child(4) {
              width: 18%; } }
          @media screen and (max-width: 767px) {
            .card__payments-header-item:nth-child(4) {
              width: 25%; } }
        .card__payments-header-item:nth-child(5) {
          width: 19%;
          text-align: right; }
          @media screen and (max-width: 991px) {
            .card__payments-header-item:nth-child(5) {
              width: 26%; } }
          @media screen and (max-width: 767px) {
            .card__payments-header-item:nth-child(5) {
              width: 35%; } }
    .card__payments-item {
      border-bottom: 1px solid #EDEDED;
      padding-top: 16px;
      padding-bottom: 10px; }
      @media screen and (max-width: 991px) {
        .card__payments-item {
          padding-bottom: 13px; } }
      @media screen and (max-width: 767px) {
        .card__payments-item {
          padding-top: 11px;
          padding-bottom: 10px; } }
    .card__payments-title {
      font-weight: 600;
      margin-bottom: 8px; }
      @media screen and (max-width: 991px) {
        .card__payments-title {
          margin-bottom: 16px; } }
      @media screen and (max-width: 767px) {
        .card__payments-title {
          font-size: 13px;
          margin-bottom: 7px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .card__payments-holder {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .card__payments-holder {
          flex-wrap: wrap; } }
    .card__payments-month {
      flex: auto; }
      @media screen and (max-width: 991px) {
        .card__payments-month {
          width: 100%;
          margin-bottom: 8px; } }
      @media screen and (max-width: 767px) {
        .card__payments-month {
          font-size: 11px;
          margin-bottom: 12px; } }
    .card__payments-count {
      width: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #4785ef;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .card__payments-count {
          width: auto;
          flex: auto;
          justify-content: flex-start; } }
      @media screen and (max-width: 767px) {
        .card__payments-count {
          font-size: 11px; } }
      .card__payments-count:before {
        content: '';
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background: url("../img/docs.svg") no-repeat center/cover; }
    .card__payments-price {
      width: 15%;
      text-align: right; }
      @media screen and (max-width: 991px) {
        .card__payments-price {
          width: 18%; } }
      @media screen and (max-width: 767px) {
        .card__payments-price {
          font-size: 11px; } }
    .card__payments-total {
      width: 15%;
      text-align: right;
      font-weight: 600; }
      @media screen and (max-width: 991px) {
        .card__payments-total {
          width: 18%; } }
      @media screen and (max-width: 767px) {
        .card__payments-total {
          font-size: 11px;
          width: 25%; } }
    .card__payments-button {
      width: 19%;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 991px) {
        .card__payments-button {
          width: 26%; } }
      @media screen and (max-width: 767px) {
        .card__payments-button {
          width: 35%; } }
    .card__payments-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .card__payments-footer {
          flex-direction: column;
          align-items: flex-start; } }
      .card__payments-footer-text {
        font-weight: 600;
        font-size: 14px;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .card__payments-footer-text {
            font-size: 11px;
            margin-bottom: 12px; } }
      .card__payments-footer .btn {
        min-width: 94px; }
        @media screen and (max-width: 767px) {
          .card__payments-footer .btn {
            min-width: auto; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media screen and (max-width: 1600px) {
    .cards {
      width: 100%;
      margin-left: 0;
      justify-content: space-between; } }

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

.help__content {
  padding-bottom: 21px; }
  @media screen and (max-width: 767px) {
    .help__content {
      padding-bottom: 0; } }

.help__item {
  width: 100%;
  border: 2px solid #EDEDED;
  border-radius: 6px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .help__item {
      margin-bottom: 5px; } }
  .help__item.active {
    background-color: #F7F7F7; }
  .help__item-head {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 18px 28px 16px 18px;
    transition: all 300ms; }
    .help__item-head:hover {
      background-color: #f7f7f7; }
    @media screen and (max-width: 767px) {
      .help__item-head {
        padding: 8px 13px 6px 13px; } }
    .help__item-head.active .help__item-arrow {
      transform: rotate(180deg); }
  .help__item-title {
    font-size: 22px;
    line-height: 31px;
    color: #333333;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .help__item-title {
        font-size: 15px;
        line-height: 19px;
        font-weight: 700; } }
  .help__item-icon {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .help__item-icon {
        width: 30px;
        margin-right: 10px; }
        .help__item-icon img {
          width: 100%; } }
  .help__item-arrow {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    background-image: url(../img/arrow-color.svg); }
    @media screen and (max-width: 767px) {
      .help__item-arrow {
        width: 12px;
        height: 12px; } }

.help__dropdown {
  margin-top: -4px;
  padding-bottom: 14px;
  display: none; }
  @media screen and (max-width: 767px) {
    .help__dropdown {
      margin-top: 2px; } }
  .help__dropdown.active {
    display: block; }
  .help__dropdown-list {
    padding-left: 107px; }
    @media screen and (max-width: 767px) {
      .help__dropdown-list {
        padding-left: 72px;
        padding-right: 16px; } }
    .help__dropdown-list li {
      margin-bottom: 12px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .help__dropdown-list li {
          margin-bottom: 10px; } }
      .help__dropdown-list li:before {
        content: '';
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/arrow-color.svg);
        display: block;
        transform: rotate(-90deg);
        position: absolute;
        left: -33px;
        top: 3px; }
        @media screen and (max-width: 767px) {
          .help__dropdown-list li:before {
            left: -23px;
            top: 1px;
            width: 16px;
            height: 16px; } }
      .help__dropdown-list li a {
        font-size: 17px;
        line-height: 24px;
        color: #306BCF;
        display: flex;
        font-weight: 500;
        letter-spacing: 0.5px;
        display: inline-block;
        color: #306BCF;
        transition: all 300ms; }
        .help__dropdown-list li a:hover {
          color: #1D407C; }
        @media screen and (max-width: 767px) {
          .help__dropdown-list li a {
            font-size: 13px;
            line-height: 18px;
            letter-spacing: 0.4px; } }

.article {
  width: 1070px;
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  padding-right: 40px; }
  @media screen and (max-width: 1260px) {
    .article {
      width: 100%;
      padding-right: 0; } }
  .article h2 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    color: #E7721D;
    letter-spacing: 0.8px;
    margin-bottom: 42px; }
    @media screen and (max-width: 767px) {
      .article h2 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.6px;
        margin-bottom: 20px; } }
    .article h2.dark {
      color: #333333; }
  .article h3 {
    font-weight: 800;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 19px;
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .article h3 {
        font-size: 13px;
        margin-bottom: 9px; } }
  .article ul {
    padding-left: 29px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .article ul {
        font-size: 13px;
        padding-left: 15px;
        line-height: 1.5;
        padding-right: 14px;
        letter-spacing: 0.3px;
        margin-bottom: 12px; } }
    .article ul li {
      position: relative;
      margin-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .article ul li {
          margin-bottom: 5px; } }
      .article ul li:before {
        content: '';
        background-image: url(../img/arrow-color.svg);
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        transform: rotate(-90deg);
        position: absolute;
        left: -33px;
        top: 1px; }
        @media screen and (max-width: 767px) {
          .article ul li:before {
            width: 16px;
            height: 16px;
            left: -20px; } }
      .article ul li ul {
        margin-top: 13px; }
        @media screen and (max-width: 767px) {
          .article ul li ul {
            margin-top: 9px; } }
        .article ul li ul li {
          margin-bottom: 0px;
          list-style-type: disc; }
          .article ul li ul li:before {
            display: none; }
  .article p {
    color: #333333;
    margin-bottom: 13px;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .article p {
        font-size: 13px;
        line-height: 18.2px; } }
    .article h3 {
      font-size: 22px;
      line-height: 31px;
      font-weight: 600;
      margin-bottom: 39px;
      display: block; }
      @media screen and (max-width: 767px) {
        .article h3 {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 23px; } }
    .article p a {
      color: #306BCF; }
    .article p.light {
      color: #777777; }
  .article b {
    font-weight: 800; }
  .article strong {
    font-weight: 800; }
  .article__head {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .article__head {
        margin-top: 30px; } }
  .article__row {
    display: flex; }
    @media screen and (max-width: 767px) {
      .article__row {
        flex-direction: column; } }
  .article__box {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 41px; }
    @media screen and (max-width: 767px) {
      .article__box {
        padding: 20px;
        margin-bottom: 30px; } }
    .article__box.flex {
      display: flex; }
      @media screen and (max-width: 1000px) {
        .article__box.flex {
          flex-wrap: wrap; } }
    .article__box .form__select {
      width: 490px;
      margin-bottom: 36px; }
      @media screen and (max-width: 767px) {
        .article__box .form__select {
          width: 100%;
          margin-bottom: 17px; } }
    .article__box-info {
      margin-left: 41px;
      margin-top: -2px; }
      .article__box-info--button {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex: 1; }
        @media screen and (max-width: 1000px) {
          .article__box-info--button {
            justify-content: flex-start; } }
      @media screen and (max-width: 1000px) {
        .article__box-info {
          margin-left: 0;
          margin-top: 30px; } }
      @media screen and (max-width: 767px) {
        .article__box-info {
          margin-top: 17px; } }
      .article__box-info-row {
        display: flex;
        margin-top: 18px; }
      .article__box-info-btn {
        margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .article__box-left {
        width: 100%; } }
    @media screen and (max-width: 1600px) {
      .article__box-button {
        margin-top: 30px; } }
    @media screen and (max-width: 1260px) {
      .article__box-button {
        margin-top: 0; } }
    @media screen and (max-width: 1000px) {
      .article__box-button {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .article__box-button {
        margin-top: 17px;
        width: 100%; }
        .article__box-button .btn {
          width: 100%;
          text-align: center; } }
    .article__box-bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .article__box-rows {
        width: 100%; } }
    .article__box-row {
      display: flex;
      justify-content: space-between;
      width: 490px;
      margin-bottom: 11px; }
      @media screen and (max-width: 767px) {
        .article__box-row {
          width: 100%; } }
      .article__box-row:last-child {
        margin-bottom: 0; }
      .article__box-row-title {
        font-size: 17px;
        font-weight: 500;
        color: #333333;
        letter-spacing: 0.4px; }
        @media screen and (max-width: 767px) {
          .article__box-row-title {
            font-size: 13px; } }
      .article__box-row-text {
        font-size: 22px;
        font-weight: 600;
        color: #E7721D;
        margin-top: -2px; }
        @media screen and (max-width: 767px) {
          .article__box-row-text {
            font-size: 15px;
            font-weight: 700;
            margin-top: 0; } }
    .article__box--dashed .article__box-row {
      align-items: flex-end; }
      .article__box--dashed .article__box-row:before {
        content: '';
        height: 0;
        border-bottom: 1px dotted #A6A6A6;
        flex: auto;
        order: 2;
        margin-bottom: 6px;
        margin-left: 2px;
        margin-right: 7px; }
      .article__box--dashed .article__box-row .article__box-row-title {
        order: 1; }
      .article__box--dashed .article__box-row .article__box-row-text {
        order: 3;
        position: relative;
        top: -2px; }
  .article__table-note {
    margin-top: 19px; }
    .article__table-note p {
      margin-bottom: 13px !important;
      color: #777777; }
  .article__table-row {
    display: flex;
    border-bottom: 1px solid #EDEDED;
    padding: 12px 0; }
    @media screen and (max-width: 767px) {
      .article__table-row {
        align-items: flex-end;
        padding: 3px 0; } }
  .article__table-title {
    font-size: 17px;
    color: #777777;
    font-weight: 500;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
      .article__table-title {
        font-size: 11px;
        line-height: 15px;
        font-weight: normal;
        letter-spacing: 0.2px; } }
    @media screen and (max-width: 767px) {
      .article__table-title:first-child {
        width: 100px; } }
    .article__table-title:nth-child(2) {
      margin-left: auto; }
    .article__table-title:nth-child(3) {
      width: 228px;
      text-align: right; }
      @media screen and (max-width: 1000px) {
        .article__table-title:nth-child(3) {
          width: 174px; } }
      @media screen and (max-width: 767px) {
        .article__table-title:nth-child(3) {
          width: 64px;
          margin-left: 16px; } }
    .article__table-title:last-child {
      width: 212px;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .article__table-title:last-child {
          width: 106px;
          margin-left: 5px; } }
  .article__table-value {
    font-size: 17px;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .article__table-value {
        font-size: 11px;
        line-height: 15px;
        font-weight: 700; } }
    .article__table-value.blue {
      color: #306BCF;
      font-weight: 500; }
    .article__table-value.accent {
      color: #E7721D; }
    .article__table-value:first-child {
      color: #333333; }
      @media screen and (max-width: 767px) {
        .article__table-value:first-child {
          width: 100px; } }
    .article__table-value:nth-child(2) {
      margin-left: auto; }
    .article__table-value:nth-child(3) {
      width: 228px;
      text-align: right; }
      @media screen and (max-width: 1000px) {
        .article__table-value:nth-child(3) {
          width: 174px; } }
      @media screen and (max-width: 767px) {
        .article__table-value:nth-child(3) {
          width: 64px;
          margin-left: 16px; } }
    .article__table-value:last-child {
      width: 212px;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .article__table-value:last-child {
          width: 106px;
          margin-left: 5px; } }
  .article__block p {
    margin-bottom: 7px; }
    @media screen and (max-width: 767px) {
      .article__block p {
        margin-bottom: 18px; } }
    .article__block p strong {
      margin-bottom: 0; }
  .article__block .article__row {
    margin-bottom: 27px; }
  .article__number {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FB7C20;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .article__number {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 15px;
        line-height: 19.5px;
        margin-bottom: 9px; } }
    .article__number.check {
      background-image: url(../img/check-white.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 26px; }
      @media screen and (max-width: 767px) {
        .article__number.check {
          background-size: 16px; } }
  .article__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .article__card {
    width: 48%;
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .article__card {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px; } }
    .article__card--small {
      width: 32%; }
      @media screen and (max-width: 767px) {
        .article__card--small {
          width: 100%; } }
    .article__card-icon {
      margin-bottom: 14px; }
      @media screen and (max-width: 767px) {
        .article__card-icon {
          width: 80px;
          margin-bottom: 4px; }
          .article__card-icon img {
            width: 100%; } }
    .article__card-text p {
      font-size: 17px !important;
      line-height: 24px !important;
      color: #333333;
      font-weight: 500;
      margin-bottom: 10px !important; }
      .article__card-text p:last-child {
        margin-bottom: 0 !important; }
      @media screen and (max-width: 767px) {
        .article__card-text p {
          font-size: 13px !important;
          line-height: 18px !important; } }
      .article__card-text p strong {
        font-weight: 800;
        font-size: 17px !important;
        line-height: 24px !important;
        margin-bottom: 0 !important; }
        @media screen and (max-width: 767px) {
          .article__card-text p strong {
            font-size: 13px !important;
            line-height: 18px !important; } }
  .article__image {
    border-radius: 6px;
    background-color: #F7F7F7;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 34px;
    margin-left: 70px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .article__image {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 6px;
        margin-bottom: 20px; } }
    .article__image img {
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .article__image img {
          display: block; } }
  .article__bottom {
    display: none; }
    @media screen and (max-width: 1260px) {
      .article__bottom {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .article__bottom {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .article__inner {
    line-height: 145%;
    margin-bottom: 40px; }
    .article__inner p {
      line-height: 1.3;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .article__inner p {
          font-size: 11px; } }
      .article__inner p strong {
        margin-bottom: 22px; }
  .article--service p {
    font-size: 17px;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .article--service p {
        font-size: 13px;
        line-height: 18.2px; } }

.article-nav {
  width: 310px;
  border-radius: 6px;
  border: 2px solid #EDEDED;
  padding: 22px 4px; }
  @media screen and (max-width: 1260px) {
    .article-nav {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .article-nav {
      padding: 10px 4px; } }
  .article-nav__link {
    font-weight: 500;
    color: #306BCF;
    padding: 15px;
    display: inline-block;
    border-radius: 6px;
    min-width: 100%; }
    @media screen and (max-width: 1260px) {
      .article-nav__link {
        padding: 15px 34px;
        display: block; } }
    @media screen and (max-width: 767px) {
      .article-nav__link {
        padding: 11px 15px; } }
    .article-nav__link.active {
      background-color: #4785EF;
      color: #FFFFFF;
      transition: all 300ms; }
      .article-nav__link.active:hover {
        color: rgba(255, 255, 255, 0.9); }

.help-text {
  font-size: 14px;
  color: #777777;
  max-width: 83%;
  line-height: 20.3px;
  letter-spacing: 0.35px; }
  @media screen and (max-width: 1260px) {
    .help-text {
      max-width: 100%; } }
  @media screen and (max-width: 760px) {
    .help-text {
      font-size: 11px;
      line-height: 15.3px;
      letter-spacing: 0.25px; } }
  .help-text p {
    margin-bottom: 10px; }

.about {
  display: flex;
  padding-top: 20px;
  margin-bottom: 78px; }
  @media screen and (max-width: 1260px) {
    .about {
      padding-top: 5px;
      margin-bottom: 47px; } }
  @media screen and (max-width: 767px) {
    .about {
      flex-direction: column;
      padding-top: 0;
      margin-bottom: 15px; } }
  .about__text {
    padding-top: 15px;
    letter-spacing: 0.55px; }
    @media screen and (max-width: 1260px) {
      .about__text {
        padding-top: 0; } }
    .about__text p {
      margin-bottom: 12px; }
  .about__logo {
    width: 300px;
    min-width: 300px;
    margin-right: 140px; }
    @media screen and (max-width: 1260px) {
      .about__logo {
        width: 220px;
        min-width: 220px;
        margin-right: 100px; } }
    @media screen and (max-width: 1000px) {
      .about__logo {
        width: 160px;
        min-width: 160px;
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .about__logo {
        width: 120px;
        min-width: 120px;
        margin-bottom: 17px; } }
    .about__logo img {
      width: 100%;
      border: 2px solid #EDEDED;
      border-radius: 6px; }

.page {
  display: flex; }
  .page--simple {
    padding-top: 21px; }
    @media screen and (max-width: 1260px) {
      .page--simple {
        padding-top: 6px; } }
    @media screen and (max-width: 767px) {
      .page--simple {
        padding-top: 0; } }
  .page--pay .page__title {
    width: 100%; }
  @media screen and (max-width: 1260px) {
    .page--pay .page__title {
      letter-spacing: 1px; }
    .page--pay .page__content--small {
      width: 540px; }
    .page--pay .page__image--large {
      width: 380px; }
    .page--pay .page__image-info {
      padding: 30px 35px 39px 31px; }
    .page--pay.page--simple {
      padding-top: 24px; } }
  @media screen and (max-width: 1000px) {
    .page--pay.page--simple {
      padding-top: 5px;
      flex-direction: row; }
    .page--pay .page__content--small {
      width: 340px; }
    .page--pay .page__image--large {
      width: 340px;
      margin-left: auto;
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .page--pay.page--simple {
      padding-top: 1px;
      flex-direction: column; }
    .page--pay .page__content--small {
      width: 100%; }
    .page--pay .page__image-info {
      padding: 21px; }
      .page--pay .page__image-info-text {
        margin-top: 12px;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.3px; }
    .page--pay .page__image--large {
      width: 100%;
      margin-left: 0;
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .page--docs .page__title {
      font-size: 16px; }
    .page--docs .page__image {
      display: flex;
      width: 100%; }
      .page--docs .page__image img {
        width: 160px; }
      .page--docs .page__image-link {
        display: block;
        padding-left: 20px;
        margin-top: -2px;
        font-size: 13px;
        line-height: 1.5; }
        .page--docs .page__image-link a {
          display: block; } }
  @media screen and (max-width: 1000px) {
    .page {
      flex-direction: column; } }
  .page__text {
    padding-top: 38px;
    font-size: 17px;
    letter-spacing: 0.45px;
    padding-right: 120px;
    font-weight: 500; }
    @media screen and (max-width: 1260px) {
      .page__text {
        padding-right: 6px; } }
    @media screen and (max-width: 767px) {
      .page__text {
        padding-right: 0;
        padding-top: 23px;
        font-size: 12.8px;
        line-height: 1.4; } }
    .page__text p {
      margin-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .page__text p {
          margin-bottom: 13px; } }
      .page__text p.paragraph-with-icon {
        display: flex;
        align-items: center; }
        .page__text p.paragraph-with-icon i {
          margin-right: 9px;
          margin-top: 10px; }
          @media screen and (max-width: 767px) {
            .page__text p.paragraph-with-icon i {
              min-width: 24px;
              width: 24px;
              margin-right: 10px;
              margin-top: 0; } }
  .page__image {
    width: 300px;
    position: relative;
    z-index: 2;
    margin-left: auto; }
    @media screen and (max-width: 1260px) {
      .page__image {
        width: 220px; } }
    @media screen and (max-width: 1000px) {
      .page__image {
        margin-left: 0;
        margin-top: 30px;
        width: 250px; } }
    @media screen and (max-width: 767px) {
      .page__image {
        margin-top: 11px; } }
    .page__image--large {
      width: 520px; }
    .page__image-info {
      border: 2px solid #FBC920;
      background-color: #fff;
      border-radius: 6px;
      padding: 30px 39px 39px 31px; }
      .page__image-info-text {
        margin-top: 29px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.4px; }
        .page__image-info-text a {
          color: #306BCF;
          transition: all 300ms; }
          .page__image-info-text a:hover {
            color: #1D407C; }
    .page__image-link {
      display: flex;
      justify-content: center;
      font-size: 17px;
      font-weight: 500;
      line-height: 23.8px;
      margin-top: 20px;
      letter-spacing: 0.6px; }
      .page__image-link a {
        margin-right: 4px;
        color: #306BCF;
        transition: all 300ms; }
        .page__image-link a:hover {
          color: #1D407C; }
    .page__image img {
      width: 100%;
      border: 2px solid #FBC920;
      border-radius: 6px; }
  .page__title {
    padding-bottom: 41px;
    width: 850px; }
    @media screen and (max-width: 1260px) {
      .page__title {
        width: 699px;
        letter-spacing: 0px; } }
    @media screen and (max-width: 767px) {
      .page__title {
        padding-bottom: 18px;
        position: relative;
        width: 100%; } }
    .page__title:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #EDEDED;
      position: absolute;
      margin-top: 41px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .page__title:after {
          margin-top: 18px; } }
  .page__content {
    width: 959px;
    padding-bottom: 2px; }
    @media screen and (max-width: 1260px) {
      .page__content {
        width: 700px; } }
    @media screen and (max-width: 767px) {
      .page__content {
        width: 100%; } }
    .page__content--small {
      width: 720px; }
      .page__content--small .page__text {
        padding-right: 0; }
    .page__content-list {
      margin-top: 60px; }
      @media screen and (max-width: 1260px) {
        .page__content-list {
          margin-top: 38px; } }
      @media screen and (max-width: 767px) {
        .page__content-list {
          margin-top: 20px; } }
      .page__content-list-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin-right: 30px;
        background-image: url(../img/check.svg); }
        @media screen and (max-width: 767px) {
          .page__content-list-icon {
            width: 30px;
            height: 30px;
            min-width: 30px;
            background-size: contain;
            margin-right: 20px; } }
      .page__content-list-title {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 0.7px;
        margin-top: 8px; }
        @media screen and (max-width: 1000px) {
          .page__content-list-title {
            line-height: 1.2; } }
        @media screen and (max-width: 767px) {
          .page__content-list-title {
            font-size: 15px;
            letter-spacing: 0.22px;
            margin-top: 14px; } }
      .page__content-list-text {
        font-size: 17px;
        line-height: 23.5px;
        letter-spacing: 0.55px;
        margin-top: 19px; }
        @media screen and (max-width: 767px) {
          .page__content-list-text {
            font-size: 14px;
            line-height: 17.6px;
            margin-top: 11px;
            letter-spacing: -0.1px;
            padding-right: 2px; } }
      .page__content-list-item {
        display: flex;
        margin-bottom: 31px; }
        @media screen and (max-width: 1000px) {
          .page__content-list-item {
            margin-bottom: 28px; } }
        @media screen and (max-width: 767px) {
          .page__content-list-item {
            flex-direction: column;
            margin-bottom: 19px; } }

.pay {
  margin-top: 57px; }
  @media screen and (max-width: 1260px) {
    .pay {
      margin-top: 46px; } }
  @media screen and (max-width: 767px) {
    .pay {
      margin-top: 27px; } }
  .pay + .pay {
    margin-top: 31px; }
    @media screen and (max-width: 767px) {
      .pay + .pay {
        margin-top: 9px; } }
  .pay__title {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .pay__title {
        font-size: 20px;
        line-height: 31px;
        letter-spacing: 0.6px;
        margin-bottom: 16px; } }
  .pay__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 29px; }
    @media screen and (max-width: 1260px) {
      .pay__icons {
        margin-top: 33px; } }
    @media screen and (max-width: 767px) {
      .pay__icons {
        margin-top: 18px; } }
    .pay__icons-item {
      width: 190px;
      height: 110px;
      border: 2px solid #EDEDED;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px; }
      .pay__icons-item:empty {
        height: 0;
        border: none;
        margin-bottom: 0; }
      .pay__icons-item img.mir {
        width: 154px; }
      .pay__icons-item img.master {
        width: 154px; }
      .pay__icons-item img.visa {
        width: 154px; }
      .pay__icons-item img.sber {
        width: 159px; }
      .pay__icons-item img.alpha {
        width: 159px; }
      @media screen and (max-width: 1260px) {
        .pay__icons-item {
          width: 140px;
          height: 81px; }
          .pay__icons-item img.mir {
            width: 114px; }
          .pay__icons-item img.master {
            width: 114px; }
          .pay__icons-item img.maestro {
            width: 59px; }
          .pay__icons-item img.visa {
            width: 112px; }
          .pay__icons-item img.jcb {
            width: 52px; }
          .pay__icons-item img.union {
            width: 52px; }
          .pay__icons-item img.sbp {
            width: 44px; }
          .pay__icons-item img.am-ex {
            width: 86px; }
          .pay__icons-item img.svyaznoy {
            width: 86px; }
          .pay__icons-item img.mts {
            width: 74px; }
          .pay__icons-item img.sber {
            width: 116px; }
          .pay__icons-item img.alpha {
            width: 116px; }
          .pay__icons-item img.tink {
            width: 116px; }
          .pay__icons-item img.beeline {
            width: 100px; }
          .pay__icons-item img.megafon {
            width: 100px; }
          .pay__icons-item img.tele2 {
            width: 73px; }
          .pay__icons-item img.po-chastyam {
            width: 48px; } }
      @media screen and (max-width: 1000px) {
        .pay__icons-item {
          width: 160px;
          height: 93px; } }
      @media screen and (max-width: 767px) {
        .pay__icons-item {
          width: 47%;
          margin-bottom: 20px; }
          .pay__icons-item img {
            max-width: 80% !important;
            max-height: 80% !important; } }
  .pay__list p {
    padding-left: 30px;
    font-size: 17px;
    line-height: 23.8px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .pay__list p {
        padding-left: 20px;
        font-size: 13px;
        line-height: 17.8px;
        letter-spacing: 0.3px; } }
    .pay__list p:before {
      content: '';
      display: block;
      width: 10px;
      height: 16px;
      background-image: url(../img/arrow-right.svg);
      position: absolute;
      left: 0px;
      top: 2px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .pay__list p:before {
          width: 8px;
          height: 14px;
          background-size: contain; } }

.contacts {
  display: flex;
  padding-top: 22px;
  justify-content: space-between; }
  @media screen and (max-width: 1260px) {
    .contacts {
      padding-top: 6px; } }
  @media screen and (max-width: 1000px) {
    .contacts {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .contacts {
      padding-top: 0; } }
  .contacts__item {
    width: 300px;
    height: 300px;
    border: 2px solid #EDEDED;
    border-radius: 6px;
    padding: 38px; }
    @media screen and (max-width: 1600px) {
      .contacts__item {
        width: 260px;
        height: 280px;
        padding: 20px; } }
    @media screen and (max-width: 1260px) {
      .contacts__item {
        width: 220px;
        height: 240px;
        padding: 26px 20px; } }
    @media screen and (max-width: 1000px) {
      .contacts__item {
        width: 48%;
        margin-bottom: 20px;
        height: 200px; } }
    @media screen and (max-width: 767px) {
      .contacts__item {
        width: 100%;
        display: flex;
        padding: 20px;
        height: auto;
        min-height: 100px;
        margin-bottom: 10px; } }
  .contacts__title {
    margin-bottom: 20px; }
    @media screen and (max-width: 1260px) {
      .contacts__title {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .contacts__title {
        margin-bottom: 7px; } }
  .contacts__content {
    font-size: 17px;
    font-weight: 500;
    line-height: 23.8px; }
    @media screen and (max-width: 767px) {
      .contacts__content {
        font-size: 13px;
        line-height: 18.2px; } }
    .contacts__content a {
      color: #306BCF;
      transition: all 300ms; }
      .contacts__content a:hover {
        color: #1D407C; }
  .contacts__icon {
    width: 40px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1260px) {
      .contacts__icon {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .contacts__icon {
        width: 30px;
        min-width: 30px;
        margin-right: 20px; } }
    .contacts__icon img {
      width: 100%; }

.register {
  padding-top: 22px;
  display: flex; }
  @media screen and (max-width: 1260px) {
    .register {
      padding-top: 6px; } }
  @media screen and (max-width: 767px) {
    .register {
      flex-direction: column-reverse;
      padding-top: 0; } }
  .register__info {
    width: 410px;
    margin-left: auto;
    border: 2px solid #EDEDED;
    border-radius: 6px;
    align-self: flex-start;
    padding: 30px; }
    @media screen and (max-width: 1260px) {
      .register__info {
        width: 300px; } }
    @media screen and (max-width: 1000px) {
      .register__info {
        width: 260px; } }
    @media screen and (max-width: 767px) {
      .register__info {
        width: 100%;
        padding: 20px;
        margin-bottom: 28px; } }
    .register__info-icon {
      width: 40px;
      height: 40px;
      background-image: url(../img/shine.svg);
      background-size: contain;
      margin-top: -3px; }
    .register__info-title {
      font-size: 22px;
      color: #E7721D;
      line-height: 30.8px;
      font-weight: 600;
      margin-top: 31px;
      margin-bottom: 31px; }
      @media screen and (max-width: 767px) {
        .register__info-title {
          font-size: 15px;
          line-height: 19.5px;
          margin-top: 11px;
          padding-right: 20px;
          margin-bottom: 9px; } }
    .register__info-text {
      font-size: 17px;
      font-weight: 500;
      line-height: 23.8px;
      letter-spacing: 0.4px; }
      .register__info-text a {
        color: #306BCF;
        transition: all 300ms; }
        .register__info-text a:hover {
          color: #1D407C; }
      @media screen and (max-width: 767px) {
        .register__info-text {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: 0.2px; } }
  .register__text p {
    margin-bottom: 10px; }
  .register__title {
    margin-bottom: 10px; }
  .register__text {
    font-size: 14px;
    line-height: 20.3px;
    color: #777777;
    padding-left: 3px;
    letter-spacing: 0.35px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .register__text {
        padding-left: 0;
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 20px; } }
  .register__form {
    width: 420px; }
    @media screen and (max-width: 1000px) {
      .register__form {
        width: 410px; } }
    @media screen and (max-width: 767px) {
      .register__form {
        width: 100%; } }
    .register__form-row {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .register__form-row {
          margin-bottom: 27px; } }
  @media screen and (max-width: 767px) {
    .register__bottom .btn {
      display: block;
      text-align: center; } }
  .register__bottom-text {
    margin-top: 21px;
    font-size: 14px;
    padding-left: 3px;
    letter-spacing: 0.35px; }
    .register__bottom-text a {
      color: #306BCF;
      transition: all 300ms; }
      .register__bottom-text a:hover {
        color: #1D407C; }
    @media screen and (max-width: 767px) {
      .register__bottom-text {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.2px; } }
  .register .form__control-email-icon {
    top: 9px;
    left: 12px; }
  .register .form__control-user-icon,
  .register .form__control-username-icon {
    left: 12px;
    top: 8px;
    bottom: auto; }
  .register .form__control-phone-icon {
    left: 12px;
    top: 8px;
    bottom: auto; }

.form__control {
  width: 100%;
  height: 40px;
  font-size: 17px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  font-family: 'Manrope';
  border: 2px solid #EDEDED;
  border-radius: 6px;
  outline: none;
  resize: none; }
  @media screen and (max-width: 767px) {
    .form__control {
      background-size: 19px !important;
      background-position: 8px 50% !important;
      padding-left: 32px;
      font-size: 16px; } }
  .form__control[disabled] {
    background-color: #F7F7F7; }
    .form__control[disabled]::placeholder {
      color: #A6A6A6; }
  .form__control:focus {
    border-color: #FBC920; }
  .form__control--error {
    border-color: #E7721D; }
  .form__control--no-border {
    border: none; }
  .form__control--free-height {
    max-height: none !important; }
  .form__control--link {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #306BCF; }
  .form__control--location {
    background-image: url(../img/map.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px 50%;
    padding-left: 45px !important; }
    @media screen and (max-width: 767px) {
      .form__control--location {
        padding-left: 34px !important; } }
  .form__control--calendar {
    background-image: url(../img/time.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px 50%;
    padding-left: 45px; }
  .form__control--price {
    background-image: url(../img/wallet.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px 50%;
    padding-left: 45px; }
    @media screen and (max-width: 767px) {
      .form__control--price {
        padding-left: 34px !important; } }
    .form__control--price::placeholder {
      font-weight: 800;
      color: #E7721D !important; }
  .form__control--email {
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px 50%;
    padding-left: 44px; }
  .form__control--user {
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px 50%;
    padding-left: 44px; }
  .form__control--phone {
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 12px 50%;
    padding-left: 44px; }
  .form__control--username {
    padding-left: 44px; }
  .form__control-email-icon {
    background-image: url(../img/email.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    margin: auto;
    left: 12px; }
    @media screen and (max-width: 767px) {
      .form__control-email-icon {
        top: 7px;
        left: 8px; } }
  .form__control-phone-icon {
    background-image: url(../img/phone.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px; }
  .form__control-username-icon {
    background-image: url(../img/user.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px; }
    @media screen and (max-width: 767px) {
      .form__control-username-icon {
        left: 8px;
        bottom: auto;
        top: 6px; } }
  .form__control-user-icon {
    background-image: url(../img/help-icon-2.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px; }
    @media screen and (max-width: 767px) {
      .form__control-user-icon {
        left: 8px; } }
  .form__control-password-icon {
    background-image: url(../img/lock.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    margin: auto;
    left: 12px; }
    @media (max-width: 767px) {
      .form__control-password-icon {
        top: 7px;
        left: 8px; } }
  .form__control--password {
    padding-left: 44px; }
    @media (max-width: 767px) {
      .form__control--password {
        padding-left: 34px !important; } }
  .form__control--mini {
    width: 160px; }
  .form__control--medium {
    width: 190px; }
  .form__control--readonly {
    font-weight: 800;
    color: #333333; }
  .form__control::placeholder {
    color: #777777; }

.form__error-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #FB7C20;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .form__error-text {
      font-size: 9px; } }

.form__textarea {
  max-height: 500px;
  vertical-align: top;
  padding: 6px 12px; }
  .form__textarea--with-icon {
    padding-left: 40px; }

.form__field {
  position: relative; }
  .form__field + .form__field {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .form__field + .form__field {
        margin-top: 8px; } }
  .form__field + .form__field--extrasmall {
    margin-top: 0; }
  .form__field + .form__field--small {
    margin-top: 0; }
  .form__field-remember-link {
    position: absolute;
    right: -116px;
    margin-top: -32px; }
    @media screen and (max-width: 767px) {
      .form__field-remember-link {
        margin-top: 10px;
        right: auto; } }
    .form__field-remember-link a {
      font-size: 17px;
      color: #306BCF;
      letter-spacing: 0.5px;
      line-height: 24px;
      font-weight: 500;
      transition: all 300ms; }
      .form__field-remember-link a:hover {
        color: #1D407C; }

.form__checkbox {
  display: flex;
  align-items: center;
  letter-spacing: 0.40px;
  color: #777777;
  font-size: 17px;
  font-weight: 500;
  transition: all 300ms; }
  .form__checkbox:hover {
    color: #306BCF; }
  .form__checkbox input {
    display: none; }
  .form__checkbox label {
    cursor: pointer;
    position: relative;
    margin-right: 0;
    display: flex;
    align-items: center; }
    .form__checkbox label:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-radius: 4px;
      left: 0;
      transition: all 300ms; }
    .form__checkbox label:before {
      content: "";
      display: block;
      width: 18px;
      min-width: 18px;
      height: 18px;
      left: 0;
      margin: auto;
      border: 2px solid #D4D4D4;
      transition: all 300ms;
      box-sizing: border-box;
      border-radius: 4px;
      margin-right: 10px; }
  .form__checkbox input[type=checkbox]:checked + label {
    color: #000; }
  .form__checkbox input[type=checkbox]:checked + label:after {
    width: 18px;
    height: 18px;
    background-image: url(../img/checkbox-active.svg); }

.form__radio--active .form__radio-container {
  color: #000; }

.form__radio-container {
  display: flex;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.40px;
  color: #777777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (max-width: 767px) {
    .form__radio-container {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.3px; } }
  .form__radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.form__radio-checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #D4D4D4;
  background-color: #fff;
  border-radius: 50%;
  background: #FAFAFA;
  box-shadow: inset 0px 4px 0px #EEEEEE; }
  .form__radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FBC920; }

.form__radio input:checked ~ .form__radio-checkmark {
  border: 2px solid #FBC920; }
  .form__radio input:checked ~ .form__radio-checkmark:after {
    display: block; }

.form__radio-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.45;
  margin-top: 12px; }
  @media screen and (max-width: 767px) {
    .form__radio-desc {
      font-size: 11px;
      line-height: 1.4;
      margin-top: 10px; } }

.form__radio .form__fields {
  margin-left: 30px;
  margin-top: 16px; }
  .form__radio .form__fields--date {
    display: flex; }
    @media screen and (max-width: 767px) {
      .form__radio .form__fields--date {
        max-width: 320px; } }
    .form__radio .form__fields--date .form__field {
      margin-right: 10px;
      flex: none; }
      .form__radio .form__fields--date .form__field--day {
        width: 80px; }
        @media screen and (max-width: 767px) {
          .form__radio .form__fields--date .form__field--day {
            width: 62px; } }
      .form__radio .form__fields--date .form__field--date {
        width: 170px; }
        @media screen and (max-width: 767px) {
          .form__radio .form__fields--date .form__field--date {
            width: 120px; } }
      .form__radio .form__fields--date .form__field--month {
        width: 150px; }
        @media screen and (max-width: 767px) {
          .form__radio .form__fields--date .form__field--month {
            width: 122px; } }
      .form__radio .form__fields--date .form__field--year {
        width: 95px;
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .form__radio .form__fields--date .form__field--year {
            width: 72px;
            margin-right: 0; } }
      .form__radio .form__fields--date .form__field--time {
        width: 120px; }
        @media screen and (max-width: 767px) {
          .form__radio .form__fields--date .form__field--time {
            width: 100px;
            margin-right: 0; } }
    .form__radio .form__fields--date .form__control--time {
      color: #777777;
      padding-left: 35px;
      padding-right: 3px;
      background: url("../img/clock.svg") no-repeat 8px 50%; }
    .form__radio .form__fields--date .form__field + .form__field {
      margin-top: 0; }

.form__radio .form__control {
  color: #777777; }

.form__radio .form__checks {
  display: flex;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .form__radio .form__checks {
      margin-left: -30px; } }
  .form__radio .form__checks .form__checkbox {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .form__radio .form__checks .form__checkbox {
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .form__radio .form__checks .form__checkbox label {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .form__radio .form__checks .form__checkbox label:before {
        margin-right: 4px; } }

.form__radio:not(.form__radio--active) .select2-container .select2-selection--single .select2-selection__rendered {
  color: #A6A6A6; }

.form__radio:not(.form__radio--active) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(69%) hue-rotate(182deg) brightness(112%) contrast(86%); }

.form__radio:not(.form__radio--active) .select2 {
  pointer-events: none; }

.form__radio:not(.form__radio--active) .form__field {
  pointer-events: none; }

.form__radio:not(.form__radio--active) .form__control {
  color: #A6A6A6; }
  .form__radio:not(.form__radio--active) .form__control::placeholder {
    color: #A6A6A6; }

.form__radio:not(.form__radio--active) .form__checks {
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(67%) sepia(99%) saturate(0%) hue-rotate(147deg) brightness(104%) contrast(96%); }

.form__message {
  font-weight: 500;
  font-size: 17px;
  color: #777777; }
  @media screen and (max-width: 767px) {
    .form__message {
      font-size: 13px; } }

.form__desc {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .form__desc {
      font-size: 13px;
      margin-bottom: 19px; } }
  .form__desc--medium {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .form__desc--medium {
        font-size: 11px; } }
  .form__desc p:not(:last-child) {
    margin-bottom: 12px; }

.form__collapse {
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .form__collapse {
      margin-bottom: 10px; } }
  .form__collapse:last-child {
    margin-bottom: 0; }
  .form__collapse-header {
    display: flex;
    align-items: center; }
  .form__collapse-arrow {
    outline: none;
    flex: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url("../img/arrow-color.svg") no-repeat center/cover;
    transition: transform .3s ease; }
    .form__collapse-arrow--active {
      transform: rotate(180deg); }
  .form__collapse-desc {
    font-size: 14px;
    line-height: 1.45;
    margin-top: 13px; }
    @media screen and (max-width: 767px) {
      .form__collapse-desc {
        font-size: 11px;
        margin-top: 8px; } }
  .form__collapse-content {
    display: none; }
  @media screen and (max-width: 767px) {
    .form__collapse .form__checkbox label {
      font-size: 13px; } }

@media (min-width: 991px) {
  .form--profile .form__control-email-icon {
    top: 9px;
    left: 12px; } }

@media (min-width: 991px) {
  .form--profile .form__control-user-icon,
  .form--profile .form__control-username-icon {
    left: 12px;
    top: 8px;
    bottom: auto; } }

@media (min-width: 991px) {
  .form--profile .form__control-phone-icon {
    left: 12px;
    top: 8px;
    bottom: auto; } }

.form--profile .form__more-text {
  font-size: 17px;
  font-weight: 500;
  color: #306BCF;
  display: inline-flex;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .form--profile .form__more-text {
      font-size: 13px; } }
  .form--profile .form__more-text.active span.arrow {
    transform: rotate(180deg);
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__more-text.active span.arrow {
        margin-top: 0; } }
  .form--profile .form__more-text span.arrow {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arrow.svg);
    margin-left: 11px;
    transition: all 300ms; }
    @media screen and (max-width: 767px) {
      .form--profile .form__more-text span.arrow {
        margin-left: 8px;
        margin-top: -1px; } }

.form--profile .form__more-content {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  padding-top: 34px;
  display: none; }
  @media screen and (max-width: 767px) {
    .form--profile .form__more-content {
      font-size: 13px;
      line-height: 18px;
      padding-top: 20px; } }
  .form--profile .form__more-content.active {
    display: block; }
  .form--profile .form__more-content p {
    margin-bottom: 12px; }

.form--profile .form__head {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 1260px) {
    .form--profile .form__head {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .form--profile .form__head {
      margin-bottom: 21px; } }
  .form--profile .form__head-el {
    width: 2px;
    height: 24px;
    background-color: #EDEDED;
    margin-left: 21px;
    margin-right: 18px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__head-el {
        margin-left: 16px;
        margin-right: 14px; } }
  .form--profile .form__head .form__subtitle {
    margin-bottom: 0; }

.form--profile .form__rows {
  width: 410px;
  margin-bottom: 39px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__rows {
      width: 100%;
      margin-bottom: 28px; } }

.form--profile .form__row {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__row {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 17px; } }
  .form--profile .form__row-extra {
    display: flex;
    align-items: center;
    margin-left: auto; }
    @media screen and (max-width: 1000px) {
      .form--profile .form__row-extra {
        margin-left: 219px; } }
    @media screen and (max-width: 767px) {
      .form--profile .form__row-extra {
        margin-left: 0; } }
  @media screen and (max-width: 1000px) {
    .form--profile .form__row.wrap {
      flex-wrap: wrap; }
      .form--profile .form__row.wrap .form__field--middle {
        width: 480px; } }
    @media screen and (max-width: 1000px) and (max-width: 767px) {
      .form--profile .form__row.wrap .form__field--middle {
        width: 100%; } }
  .form--profile .form__row.column {
    flex-direction: column;
    align-items: flex-start; }

.form--profile .form__label {
  width: 110px;
  min-width: 110px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__label {
      font-size: 13px;
      font-weight: 500;
      width: 100%;
      min-width: 100%;
      margin-bottom: 7px; } }

.form--profile .form__button {
  padding-left: 110px;
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__button {
      padding-left: 0;
      padding-top: 3px; }
      .form--profile .form__button .btn-line {
        padding: 0 32px; } }

@media screen and (max-width: 767px) {
  .form--profile .form__control {
    height: 36px;
    padding-left: 8px;
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .form--profile .form__control--calendar {
    padding-left: 32px; } }

.form--profile .form__string {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1000px) {
    .form--profile .form__string {
      justify-content: space-between; }
      .form--profile .form__string .form__row:last-child .form__field {
        width: 202px; } }
    @media screen and (max-width: 1000px) and (max-width: 767px) {
      .form--profile .form__string .form__row:last-child .form__field {
        width: 100%; } }
  .form--profile .form__string.justify-content-between {
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .form--profile .form__string.justify-content-between {
        flex-direction: column; } }
    @media screen and (max-width: 1000px) {
      .form--profile .form__string.justify-content-between .form__field--middle {
        width: 261px; } }
    @media screen and (max-width: 767px) {
      .form--profile .form__string.justify-content-between .form__field--middle {
        width: 100%; } }
    .form--profile .form__string.justify-content-between .form__row {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .form--profile .form__string.justify-content-between .form__row {
          width: 100%; } }
      .form--profile .form__string.justify-content-between .form__row:last-child .form__label {
        margin-right: 19px; }
        @media screen and (max-width: 1600px) {
          .form--profile .form__string.justify-content-between .form__row:last-child .form__label {
            margin-right: 10px; } }
        @media screen and (max-width: 1260px) {
          .form--profile .form__string.justify-content-between .form__row:last-child .form__label {
            margin-right: 19px; } }
      @media screen and (max-width: 1000px) {
        .form--profile .form__string.justify-content-between .form__row:last-child .form__field {
          width: 110px; } }
  .form--profile .form__string .form__row {
    margin-right: 31px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__string .form__row {
        width: 48%;
        margin-right: 0; } }
    .form--profile .form__string .form__row:last-child {
      margin-right: 0; }
      .form--profile .form__string .form__row:last-child .form__label {
        width: auto;
        min-width: auto;
        margin-right: 23px; }

.form--profile .form__date-content {
  display: flex; }

.form--profile .form__date .form__field--middle {
  width: 180px;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__date .form__field--middle {
      width: 160px;
      margin-right: 20px; } }

.form--profile .form__date .form__field--small {
  width: 100px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__date .form__field--small {
      width: 90px; } }

.form--profile .form__date .form__info {
  margin-top: 22px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__date .form__info {
      margin-top: 11px; } }

.form--profile .form__info {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  color: #777777; }
  @media screen and (max-width: 1000px) {
    .form--profile .form__info br {
      display: none; } }
  @media screen and (max-width: 767px) {
    .form--profile .form__info {
      font-size: 11px;
      line-height: 15px; } }
  .form--profile .form__info p {
    margin-bottom: 11px; }
  .form--profile .form__info span.info-icon {
    background-image: url(../img/info-icon.png);
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-right: 12px;
    margin-top: -2px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__info span.info-icon {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin-right: 6px;
        margin-top: -1px; } }

.form--profile .form__note {
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  font-weight: 500; }
  .form--profile .form__note.light {
    color: #777777; }
  .form--profile .form__note p {
    margin-bottom: 11px; }
  .form--profile .form__note a {
    color: #306BCF; }
  .form--profile .form__note span.grey-color {
    color: #A6A6A6; }
  @media screen and (max-width: 1000px) {
    .form--profile .form__note br {
      display: none; } }
  @media screen and (max-width: 767px) {
    .form--profile .form__note {
      font-size: 13px;
      line-height: 18px; } }

.form--profile .form__links {
  display: flex;
  align-items: center; }

.form--profile .form__link a {
  font-size: 17px;
  font-weight: 500;
  color: #306BCF;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .form--profile .form__link a {
      font-size: 13px; } }
  .form--profile .form__link a:before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/rekv.svg);
    display: block;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__link a:before {
        width: 20px;
        height: 20px;
        margin-right: 7px; } }

@media screen and (max-width: 767px) {
  .form--profile .form__control--username {
    background-size: 20px;
    padding-left: 34px !important;
    font-size: 13px;
    font-weight: 500; } }

@media screen and (max-width: 767px) {
  .form--profile .form__control--email {
    font-size: 13px;
    padding-left: 34px !important; } }

@media screen and (max-width: 767px) {
  .form--profile .form__checkbox {
    font-size: 13px;
    line-height: 18px; }
    .form--profile .form__checkbox label:before {
      margin: 0;
      margin-right: 10px; }
    .form--profile .form__checkbox label {
      align-items: flex-start; } }

.form--profile .form__field {
  width: 300px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .form--profile .form__field {
      width: 100%; } }
  .form--profile .form__field--w-100 {
    width: 100%; }
  @media screen and (max-width: 1000px) {
    .form--profile .form__field--tablet {
      width: 250px; } }
  @media screen and (max-width: 767px) {
    .form--profile .form__field--tablet {
      width: 280px; } }
  .form--profile .form__field--large {
    width: 630px; }
    @media screen and (max-width: 1000px) {
      .form--profile .form__field--large {
        width: 480px; } }
    @media screen and (max-width: 767px) {
      .form--profile .form__field--large {
        width: 100%; } }
  .form--profile .form__field--extralarge {
    width: 740px; }
    @media screen and (max-width: 1000px) {
      .form--profile .form__field--extralarge {
        width: 100%; } }
  .form--profile .form__field--small {
    width: 190px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__field--small {
        width: 100%; } }
  .form--profile .form__field--middle {
    width: 412px; }
  .form--profile .form__field--mini {
    width: 110px; }
    @media screen and (max-width: 1600px) {
      .form--profile .form__field--mini {
        width: 100px; } }
    @media screen and (max-width: 1260px) {
      .form--profile .form__field--mini {
        width: 110px; } }
    @media screen and (max-width: 767px) {
      .form--profile .form__field--mini {
        width: 100% !important; } }
  .form--profile .form__field--extrasmall {
    width: 67px;
    margin-left: 6px; }
    @media screen and (max-width: 1600px) {
      .form--profile .form__field--extrasmall {
        width: 57px; } }
    @media screen and (max-width: 1260px) {
      .form--profile .form__field--extrasmall {
        width: 67px; } }
    @media screen and (max-width: 1000px) {
      .form--profile .form__field--extrasmall {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px; } }
    @media screen and (max-width: 767px) {
      .form--profile .form__field--extrasmall {
        margin-top: 20px;
        width: 70px;
        margin-right: 20px; } }
    .form--profile .form__field--extrasmall .form__control {
      text-align: center;
      padding: 0 4px; }
      @media screen and (max-width: 767px) {
        .form--profile .form__field--extrasmall .form__control {
          text-align: left;
          padding: 0 8px; } }
  .form--profile .form__field-help {
    position: absolute;
    width: 410px;
    right: -440px;
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 1.2;
    color: #777777;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 1600px) {
      .form--profile .form__field-help {
        width: 320px;
        right: -360px;
        font-size: 13px; } }
    @media screen and (max-width: 1260px) {
      .form--profile .form__field-help {
        font-size: 14px;
        line-height: 20px;
        right: -351px; } }
    @media screen and (max-width: 1000px) {
      .form--profile .form__field-help {
        width: 245px;
        right: -275px; } }
    @media screen and (max-width: 767px) {
      .form--profile .form__field-help {
        width: 100%;
        height: auto;
        position: static;
        margin-top: 10px;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 0.3px; } }

.form--profile .form__files {
  margin-top: 44px; }
  @media screen and (max-width: 767px) {
    .form--profile .form__files {
      margin-top: 23px; } }
  .form--profile .form__files-title {
    font-size: 17px;
    color: #777777;
    margin-bottom: 33px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files-title {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 21px; } }
    .form--profile .form__files-title strong {
      font-weight: 800;
      color: #333333; }
  .form--profile .form__files-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    padding: 12px 0 11px 0;
    margin-bottom: -1px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files-item {
        padding: 18px 0 11px 0; } }
  .form--profile .form__files-text {
    font-size: 17px;
    line-height: 0;
    font-weight: 500;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files-text {
        font-size: 13px; } }
  .form--profile .form__files-icon {
    margin-right: 16px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files-icon {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin-right: 10px; }
        .form--profile .form__files-icon img {
          width: 100%; } }
  .form--profile .form__files-size {
    font-size: 17px;
    font-weight: 500;
    color: #777777;
    margin-left: 14px;
    min-width: 70px;
    text-align: right;
    margin-top: -1px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files-size {
        font-size: 13px;
        width: 100%;
        margin-left: 0;
        margin-top: -4px; } }
  .form--profile .form__files-info {
    display: flex;
    margin-top: 31px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files-info {
        margin-top: 21px; } }
    .form--profile .form__files-info-icon {
      background-image: url(../img/help.png);
      width: 24px;
      height: 24px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 16px; }
      @media screen and (max-width: 767px) {
        .form--profile .form__files-info-icon {
          width: 18px;
          min-width: 18px;
          height: 18px;
          margin-right: 7px; } }
    .form--profile .form__files-info-text {
      font-size: 17px;
      font-weight: 500;
      color: #333333;
      margin-top: 4px; }
      @media screen and (max-width: 767px) {
        .form--profile .form__files-info-text {
          font-size: 13px;
          line-height: 18px;
          margin-top: 0px; } }
      .form--profile .form__files-info-text a {
        color: #306BCF; }
  .form--profile .form__files .loading {
    margin-left: auto;
    margin-top: -6px; }
    @media screen and (max-width: 767px) {
      .form--profile .form__files .loading {
        margin-top: -14px; } }

.form--profile .main-content__table-row-title {
  color: #777777;
  width: 467px;
  margin-right: -21px; }
  @media screen and (max-width: 1260px) {
    .form--profile .main-content__table-row-title {
      margin-right: 0; } }

.form--profile .main-content__table-row-title--strong {
  color: #333333; }

.form--profile .main-content__table-head-title {
  width: 467px;
  margin-right: -21px; }
  @media screen and (max-width: 1260px) {
    .form--profile .main-content__table-head-title {
      margin-right: 0; } }

.form--profile .main-content__table-row-item {
  width: 90px; }

.form--profile .main-content__table-head-radio {
  width: 90px; }

.form--profile .main-content__table:before {
  width: 101px; }

.form--profile .main-content__table--active-4:before {
  left: 752px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--active-4:before {
      left: 722px; } }

.form--profile .main-content__table--active-3:before {
  left: 650px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--active-3:before {
      left: 630px; } }

.form--profile .main-content__table--active-2:before {
  left: 549px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--active-2:before {
      left: 534px; } }

.form--profile .main-content__table--active-1:before {
  left: 448px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--active-1:before {
      left: 441px; } }

.form--profile .main-content__table:after {
  width: 90px; }

.form--profile .main-content__table--hover-4:after {
  left: 758px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--hover-4:after {
      left: 728px; } }

.form--profile .main-content__table--hover-3:after {
  left: 656px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--hover-3:after {
      left: 636px; } }

.form--profile .main-content__table--hover-2:after {
  left: 554px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--hover-2:after {
      left: 540px; } }

.form--profile .main-content__table--hover-1:after {
  left: 454px; }
  @media screen and (max-width: 1600px) {
    .form--profile .main-content__table--hover-1:after {
      left: 447px; } }

.form--profile .main-content__table {
  margin-top: 0; }

.form--profile .main-content__total-price {
  width: 97px;
  padding-right: 0; }
  @media screen and (max-width: 1260px) {
    .form--profile .main-content__total-price {
      padding-right: 40px;
      width: 137px; } }
  @media screen and (max-width: 767px) {
    .form--profile .main-content__total-price {
      width: 74px;
      padding-right: 0; } }

.form--profile .main-content {
  margin-bottom: 107px; }

@media screen and (max-width: 1260px) {
  .form--profile .form-radio label:after {
    top: -30px; } }

@media screen and (max-width: 1000px) {
  .form--profile .form-radio label:after {
    top: -29px; } }

@media screen and (max-width: 767px) {
  .form--profile .form-radio label:after {
    top: -25px; } }

.form--profile .hero--price .hero__block {
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .form--profile .hero--price .hero__block {
      padding: 14px 10px 10px 10px; } }
  .form--profile .hero--price .hero__block .hero__info {
    margin-bottom: 38px; }
    @media screen and (max-width: 1260px) {
      .form--profile .hero--price .hero__block .hero__info {
        margin-bottom: 3px; } }
  @media screen and (max-width: 1000px) {
    .form--profile .hero--price .hero__block .hero__title em {
      display: none; } }

.form--app .form__title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .form--app .form__title {
      font-size: 15px;
      margin-bottom: 20px; } }

@media screen and (max-width: 767px) {
  .form--app .form__subtitle {
    font-size: 13px;
    margin-bottom: 19px; } }

.form--app .form__subtitle--mb {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .form--app .form__subtitle--mb {
      margin-bottom: 8px; } }

.form--app .form__rows {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .form--app .form__rows {
      margin-bottom: 30px; } }

.form--app .form__row {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .form--app .form__row {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 23px; } }
  .form--app .form__row--align-start {
    align-items: flex-start; }
    .form--app .form__row--align-start .form__label {
      margin-top: 12px; }
      @media screen and (max-width: 767px) {
        .form--app .form__row--align-start .form__label {
          margin-top: 3px; } }
  @media screen and (max-width: 767px) {
    .form--app .form__row--line {
      flex-direction: row;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .form--app .form__row--line .form__label {
      width: 150px;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .form--app .form__row--line .form__field {
      flex: auto; } }
  @media screen and (max-width: 767px) {
    .form--app .form__row--line .form__control {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .form--app .form__row [for="offUpdate"] {
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .form--app .form__row [for="demoData"] {
      font-size: 13px; } }
  .form--app .form__row--single {
    position: relative; }
    .form--app .form__row--single .form__field {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .form--app .form__row--single .form__field {
          position: static; } }
    .form--app .form__row--single .form__control {
      width: 190px; }
    .form--app .form__row--single .form__checkbox {
      margin-left: 20px; }
      @media screen and (max-width: 767px) {
        .form--app .form__row--single .form__checkbox {
          position: absolute;
          left: 0;
          top: 46px;
          margin-left: 0; } }
      @media screen and (max-width: 767px) {
        .form--app .form__row--single .form__checkbox label {
          font-size: 13px; } }
  .form--app .form__row--mb {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .form--app .form__row--mb {
        margin-bottom: 47px; } }
  .form--app .form__row .form__field ~ .link {
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .form--app .form__row .form__field ~ .link {
        margin-left: 0;
        margin-top: 10px; } }
  .form--app .form__row .form__field a.form__control--link {
    display: flex;
    align-items: center;
    transition: color .3s ease; }
    .form--app .form__row .form__field a.form__control--link:focus {
      border-color: #F7F7F7; }
  .form--app .form__row .form__control--link {
    min-width: 323px; }

.form--app .form__label {
  flex: none;
  font-weight: 500;
  font-size: 17px;
  width: 220px; }
  @media screen and (max-width: 767px) {
    .form--app .form__label {
      font-size: 13px;
      margin-bottom: 12px; } }

.form--app .form__text {
  color: #777777;
  font-size: 17px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .form--app .form__text {
      font-size: 13px;
      line-height: 1.4; } }
  .form--app .form__text-link {
    color: #306bcf;
    transition: color .3s ease; }
    .form--app .form__text-link:hover {
      color: #1d407c; }

@media screen and (max-width: 767px) {
  .form--app .form__field {
    flex: auto;
    width: 100%; } }

.form--app .form__field--w-100 {
  width: 100%; }

.form--app .form__field--mini {
  width: 160px; }

.form--app .form__field--small {
  width: 120px; }

.form--app .form__field--flex {
  display: flex;
  align-items: center; }
  .form--app .form__field--flex .btn {
    margin-left: 9px;
    padding-top: 1px; }
    @media screen and (max-width: 767px) {
      .form--app .form__field--flex .btn {
        height: 36px;
        align-items: center;
        display: flex; } }

.form--app .form__field--file input[type="file"] {
  display: none; }

.form--app .form__field .copy-code {
  min-width: 368px;
  height: 40px;
  padding-left: 13px;
  padding-right: 11px; }
  @media screen and (max-width: 767px) {
    .form--app .form__field .copy-code {
      min-width: auto;
      width: 100%;
      height: 36px; } }
  .form--app .form__field .copy-code__text {
    margin-right: 10px; }
  .form--app .form__field .copy-code__icon {
    margin-left: auto; }

.form--app .form__note {
  display: flex;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .form--app .form__note {
      font-size: 13px; } }
  .form--app .form__note:before {
    content: '';
    flex: none;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/info-icon.png) no-repeat center/cover; }

@media screen and (max-width: 767px) {
  .form--app .form__control {
    font-size: 13px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px; } }

.form--app .form__control--file-name {
  cursor: pointer;
  display: flex;
  align-items: center; }

@media screen and (max-width: 767px) {
  .form--app .form__control--calendar {
    padding-left: 32px; } }

.form--app .form__details {
  padding-left: 220px; }
  @media screen and (max-width: 767px) {
    .form--app .form__details {
      padding-left: 0; } }

.form--app .form__button {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .form--app .form__button {
      margin-bottom: 30px; } }

.form--app .form__table-head {
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .form--app .form__table-head {
      justify-content: space-between;
      flex-wrap: wrap; } }

.form--app .form__table-row {
  padding-top: 5px;
  padding-bottom: 7px;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .form--app .form__table-row {
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 10px; } }

.form--app .form__table-name {
  text-align: left; }
  @media screen and (max-width: 767px) {
    .form--app .form__table-name {
      font-size: 11px; } }
  .form--app .form__table-name:nth-child(1) {
    width: 13%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-name:nth-child(1) {
        display: block;
        width: 23%; } }
  .form--app .form__table-name:nth-child(2) {
    width: 27%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-name:nth-child(2) {
        flex: auto; } }
  .form--app .form__table-name:nth-child(3) {
    width: 12%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-name:nth-child(3) {
        display: none; } }
  .form--app .form__table-name:nth-child(4) {
    width: 10.5%;
    text-align: right; }
    @media screen and (min-width: 768px) and (max-width: 1260px) {
      .form--app .form__table-name:nth-child(4) {
        width: 19%; } }
    @media screen and (max-width: 767px) {
      .form--app .form__table-name:nth-child(4) {
        width: 25%; } }
  .form--app .form__table-name:nth-child(5) {
    width: 18.5%; }
    @media screen and (min-width: 768px) and (max-width: 1260px) {
      .form--app .form__table-name:nth-child(5) {
        width: 10%; } }
    @media screen and (max-width: 767px) {
      .form--app .form__table-name:nth-child(5) {
        width: 50%; } }
  .form--app .form__table-name:nth-child(6) {
    width: 19%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-name:nth-child(6) {
        width: 50%; } }

.form--app .form__table-value {
  text-align: left;
  font-size: 14px;
  line-height: 1.45; }
  @media screen and (max-width: 767px) {
    .form--app .form__table-value {
      font-size: 11px; } }
  .form--app .form__table-value:nth-child(1) {
    width: 13%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value:nth-child(1) {
        width: 23%;
        font-weight: normal;
        font-size: 11px; } }
  .form--app .form__table-value:nth-child(2) {
    width: 27%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value:nth-child(2) {
        flex: auto; } }
  .form--app .form__table-value:nth-child(3) {
    width: 12%; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value:nth-child(3) {
        display: none; } }
  .form--app .form__table-value:nth-child(4) {
    width: 10.5%;
    text-align: right; }
    .form--app .form__table-value:nth-child(4) span {
      display: none; }
    @media screen and (min-width: 768px) and (max-width: 1260px) {
      .form--app .form__table-value:nth-child(4) {
        width: 19%; } }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value:nth-child(4) {
        width: 25%;
        font-size: 9px;
        color: #777777; }
        .form--app .form__table-value:nth-child(4) span {
          display: block;
          color: #333333;
          font-size: 11px;
          margin-top: 0; } }
  .form--app .form__table-value:nth-child(5) {
    width: 18.5%;
    text-align: right;
    padding-right: 2%; }
    @media screen and (min-width: 768px) and (max-width: 1260px) {
      .form--app .form__table-value:nth-child(5) {
        width: 10%;
        padding-right: 0;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value:nth-child(5) {
        width: 50%;
        text-align: left;
        margin-top: 14px; } }
  .form--app .form__table-value:nth-child(6) {
    width: 19%;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value:nth-child(6) {
        width: 50%;
        margin-top: 10px; } }
  .form--app .form__table-value .loading {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 2px; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value .loading {
        top: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1260px) {
      .form--app .form__table-value .loading__icon {
        margin-right: 0; } }
    .form--app .form__table-value .loading__text {
      margin-top: 0; }
      @media screen and (min-width: 768px) and (max-width: 1260px) {
        .form--app .form__table-value .loading__text {
          display: none; } }
  .form--app .form__table-value span {
    font-size: 12px;
    color: #777777;
    display: block;
    line-height: 1;
    margin-top: 4px; }
    @media screen and (max-width: 767px) {
      .form--app .form__table-value span {
        font-size: 9px;
        margin-top: 0; } }

.form--app .form__table-group {
  display: inline-flex;
  align-items: center; }

.form--app .form__table-link {
  flex: none;
  font-size: 17px;
  font-weight: 500;
  color: #1D407C;
  transition: color .3s ease; }
  @media screen and (max-width: 767px) {
    .form--app .form__table-link {
      font-size: 13px; } }
  .form--app .form__table-link:hover {
    color: #306BCF; }

.form--app .form__table-remove {
  border: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  cursor: pointer;
  flex: none;
  width: 24px;
  height: 24px;
  background: url("../img/close-border.svg") no-repeat center/cover;
  transition: filter .3s ease; }
  .form--app .form__table-remove:hover {
    filter: brightness(0) saturate(100%) invert(42%) sepia(46%) saturate(866%) hue-rotate(176deg) brightness(91%) contrast(96%); }

.form__subtitle {
  font-size: 17px;
  letter-spacing: 0.4px;
  font-weight: 800;
  color: #333333;
  margin-bottom: 30px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    .form__subtitle {
      font-size: 15px;
      line-height: 19px;
      font-weight: 700;
      margin-bottom: 14px; } }
  .form__subtitle--large {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px; }
    @media screen and (max-width: 767px) {
      .form__subtitle--large {
        font-size: 13px;
        line-height: 18px;
        font-weight: 800; } }

.form__table {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .form__table {
      margin-bottom: 29px; } }
  .form__table-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 9px; }
    @media screen and (max-width: 767px) {
      .form__table-head {
        justify-content: flex-start; } }
  .form__table-name {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    text-align: right;
    width: 15.5%; }
    @media screen and (max-width: 1000px) {
      .form__table-name {
        width: 130px; } }
    @media screen and (max-width: 767px) {
      .form__table-name {
        font-size: 9px;
        line-height: 12px;
        width: 77px; }
        .form__table-name:nth-child(2) {
          text-align: left; }
        .form__table-name:last-child {
          margin-left: auto; } }
    .form__table-name:first-child {
      text-align: left; }
      @media screen and (max-width: 767px) {
        .form__table-name:first-child {
          display: none; } }
  .form__table-value {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
    width: 15.5%;
    text-align: right; }
    @media screen and (max-width: 1000px) {
      .form__table-value {
        width: 130px; } }
    @media screen and (max-width: 767px) {
      .form__table-value {
        font-size: 11px;
        font-weight: 400;
        width: 77px; }
        .form__table-value:nth-child(2) {
          text-align: left; }
        .form__table-value:last-child {
          margin-left: auto; } }
    .form__table-value:first-child {
      text-align: left; }
      @media screen and (max-width: 767px) {
        .form__table-value:first-child {
          font-size: 13px;
          font-weight: 500;
          width: 100%;
          margin-bottom: 3px; } }
    .form__table-value.disabled {
      color: #A6A6A6; }
    .form__table-value.active {
      color: #306BCF; }
    .form__table-value.grey-color {
      color: #777777; }
      @media screen and (max-width: 767px) {
        .form__table-value.grey-color {
          color: #A6A6A6; } }
    .form__table-value strong {
      font-weight: 800; }
    .form__table-value-name {
      color: #333333; }
  .form__table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 13px 0;
    border-bottom: 1px solid #EDEDED; }
    @media screen and (max-width: 767px) {
      .form__table-row {
        flex-wrap: wrap;
        padding: 7px 0 4px 0;
        justify-content: flex-start; } }
  .form__table--2 .form__table-head {
    justify-content: flex-start; }
  .form__table--2 .form__table-row {
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .form__table--2 .form__table-row {
        align-items: flex-start; } }
  .form__table--2 .form__table-name {
    text-align: left; }
    .form__table--2 .form__table-name:first-child {
      width: 14.2%; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-name:first-child {
          width: 17.5%; } }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-name:first-child {
          display: block;
          width: 30%; } }
    .form__table--2 .form__table-name:nth-child(2) {
      width: 13.6%; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-name:nth-child(2) {
          width: 16.1%; } }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-name:nth-child(2) {
          width: 30%; } }
    .form__table--2 .form__table-name:nth-child(3) {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-name:nth-child(3) {
          display: none; } }
    .form__table--2 .form__table-name:nth-child(4) {
      text-align: right;
      margin-left: auto; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-name:nth-child(4) {
          width: auto; } }
    .form__table--2 .form__table-name:last-child {
      width: 106px;
      margin-left: 25px; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-name:last-child {
          width: 24px; } }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-name:last-child {
          display: none; } }
  .form__table--2 .form__table-value {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .form__table--2 .form__table-value {
        font-size: 13px;
        font-weight: 500; } }
    .form__table--2 .form__table-value:first-child {
      width: 14.2%; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-value:first-child {
          width: 17.5%; } }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-value:first-child {
          order: 1;
          width: 30%; } }
    .form__table--2 .form__table-value:nth-child(2) {
      width: 13.6%; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-value:nth-child(2) {
          width: 16.1%; } }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-value:nth-child(2) {
          order: 2;
          width: 30%; } }
    .form__table--2 .form__table-value:nth-child(3) {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-value:nth-child(3) {
          width: 100%;
          order: 5;
          font-size: 11px;
          font-weight: 400; } }
    .form__table--2 .form__table-value:nth-child(4) {
      text-align: right;
      margin-left: auto; }
      @media screen and (max-width: 1000px) {
        .form__table--2 .form__table-value:nth-child(4) {
          width: auto; } }
      @media screen and (max-width: 767px) {
        .form__table--2 .form__table-value:nth-child(4) {
          order: 3; } }
  .form__table--2 .form__table-loading {
    width: 106px;
    margin-left: 25px; }
    @media screen and (max-width: 1000px) {
      .form__table--2 .form__table-loading {
        width: 24px; } }
    @media screen and (max-width: 767px) {
      .form__table--2 .form__table-loading {
        order: 4;
        width: 18px;
        margin-left: 6px; } }
    @media screen and (max-width: 1000px) {
      .form__table--2 .form__table-loading .loading__text {
        display: none; } }
    @media screen and (max-width: 1000px) {
      .form__table--2 .form__table-loading .loading__icon {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .form__table--2 .form__table-loading .loading__icon {
        margin-top: 3px; } }
  .form__table--3 .form__table-row {
    justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-row {
        align-items: flex-start;
        padding-bottom: 11px; } }
  .form__table--3 .form__table-head {
    justify-content: flex-start; }
  .form__table--3 .form__table-name:nth-child(2) {
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-name:nth-child(2) {
        width: auto; } }
  .form__table--3 .form__table-name:last-child {
    width: 240px;
    text-align: left;
    margin-left: 62px; }
    @media screen and (max-width: 1000px) {
      .form__table--3 .form__table-name:last-child {
        text-align: right; } }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-name:last-child {
        display: none; } }
  @media screen and (max-width: 767px) {
    .form__table--3 .form__table-name:first-child {
      display: block; } }
  @media screen and (max-width: 767px) {
    .form__table--3 .form__table-value {
      font-size: 13px; } }
  .form__table--3 .form__table-value:nth-child(2) {
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-value:nth-child(2) {
        width: auto;
        margin-right: 24px; } }
  @media screen and (max-width: 767px) {
    .form__table--3 .form__table-value:first-child {
      width: 40%; } }
  .form__table--3 .form__table-loading {
    width: 240px;
    margin-left: 62px; }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-loading {
        margin-left: 0;
        width: 100%;
        margin-top: -24px; } }
    @media screen and (max-width: 1000px) {
      .form__table--3 .form__table-loading .loading {
        justify-content: flex-end; } }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-loading .loading {
        flex-direction: column;
        align-items: flex-end; } }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-loading .loading__icon {
        margin-right: 0;
        margin-bottom: 9px; } }
    @media screen and (max-width: 767px) {
      .form__table--3 .form__table-loading .loading__text {
        font-size: 11px;
        font-weight: 400; } }

.form__details-group {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .form__details-group {
      margin-bottom: 20px; } }
  .form__details-group .form__danger {
    margin-left: 30px;
    position: relative;
    top: 3px; }
    @media screen and (max-width: 767px) {
      .form__details-group .form__danger {
        top: 6px; } }

.form__danger {
  display: flex;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 500;
  color: #FB7C20; }
  @media screen and (max-width: 767px) {
    .form__danger {
      font-size: 13px; } }
  .form__danger:before {
    content: '';
    position: relative;
    top: -3px;
    flex: none;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(../img/info-icon.png) no-repeat center/cover; }
    @media screen and (max-width: 767px) {
      .form__danger:before {
        top: -6px; } }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  border: 2px solid #EDEDED;
  border-radius: 6px;
  height: 40px; }
  @media screen and (max-width: 767px) {
    .select2-container--default .select2-selection--single {
      height: 36px; } }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 10px 0 37px;
  font-size: 17px;
  font-weight: 500;
  color: #777777;
  line-height: 35px; }
  @media screen and (max-width: 767px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0 10px 0 26px;
      font-size: 13px;
      line-height: 32px; } }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: auto;
  width: 18px;
  height: 18px; }
  @media screen and (max-width: 767px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      left: 9px;
      width: 14px;
      height: 14px; } }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent !important;
  border-width: 0 !important;
  background-image: url(../img/arrow-color.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      width: 14px;
      height: 14px;
      background-size: 14px; } }

.select2-search--dropdown {
  display: none;
  z-index: 100; }

.select2-dropdown {
  border: 2px solid #FBC920;
  border-radius: 0 0 6px 6px;
  overflow: hidden; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 2px solid #FBC920;
  border-bottom-width: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow b {
    transform: rotate(180deg);
    margin-top: -1px; }
    @media screen and (max-width: 767px) {
      .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow b {
        margin-top: 0; } }

.select2-container--default .select2-results__option--selected {
  background-color: transparent; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #EFF8FF;
  color: #777777; }

.select2-results__option {
  padding: 10px 10px 10px 37px;
  color: #777777;
  font-weight: 500;
  font-size: 17px; }
  @media screen and (max-width: 767px) {
    .select2-results__option {
      padding: 10px 10px 10px 26px;
      font-size: 13px; } }

.burger {
  display: none;
  width: 240px;
  height: calc(100vh - 15vh);
  position: fixed;
  right: -240px;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 10px;
  z-index: 1010;
  background-image: url(../img/logo-gray.svg);
  background-position: 50% 87%;
  background-repeat: no-repeat;
  transition: all 400ms; }
  .burger.active {
    right: 0; }
  @media screen and (max-width: 767px) {
    .burger {
      display: block; } }
  .burger__close {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
    background-image: url(../img/close.svg);
    -webkit-tap-highlight-color: transparent; }
  .burger__bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms; }
    .burger__bg.active {
      opacity: 1;
      visibility: visible; }
  .burger__phone {
    margin-left: 30px;
    margin-top: 30px; }
    .burger__phone .header__button-link--1 {
      height: 40px; }
    .burger__phone .header__button-link span.button-text {
      display: block;
      font-size: 14px;
      padding-top: 6px;
      padding-left: 4px;
      letter-spacing: -0.1px;
      padding-right: 11px; }
    .burger__phone .header__phone-icon {
      width: 20px;
      height: 20px;
      margin-left: 11px;
      margin-top: 8px; }
  .burger__menu {
    padding-left: 30px;
    margin-top: 9px; }
    .burger__menu-item {
      font-size: 13px;
      line-height: 18.2px;
      margin-bottom: 20px;
      letter-spacing: 0.35px; }
      .burger__menu-item a {
        color: #333333;
        text-decoration: none; }

.modal {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  border-radius: 6px; }
  @media screen and (max-width: 767px) {
    .modal {
      padding: 20px; } }
  .modal__download {
    height: 40px;
    line-height: 38px;
    border: 2px solid #4785EF;
    width: 100%;
    display: flex;
    border-radius: 6px;
    text-align: left;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    align-items: center;
    margin-bottom: -3px; }
    .modal__download-progress {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background-color: #E0F1FF;
      z-index: 1; }
    .modal__download-icon {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      margin-left: 12px; }
    .modal__download-name {
      position: relative;
      z-index: 2;
      margin-left: 8px;
      color: #333;
      font-size: 17px;
      font-weight: 500; }
  .modal__success {
    margin-top: 30px;
    display: flex;
    align-items: center; }
    .modal__success-icon {
      margin-right: 20px; }
    .modal__success-text {
      font-weight: 500;
      font-size: 17px; }
  .modal__form {
    margin-top: 30px;
    width: 400px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .modal__form {
        width: 100%; } }
    .modal__form--large {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .modal__form--large .modal__form-bottom {
          flex-direction: column; } }
      @media screen and (max-width: 767px) {
        .modal__form--large .modal__form-bottom .btn {
          padding: 0px 20px;
          text-align: center;
          width: 100%;
          margin-bottom: 20px;
          margin-right: 0; } }
      @media screen and (max-width: 767px) {
        .modal__form--large .modal__form-bottom .btn-line {
          height: 50px;
          line-height: 48px;
          font-size: 15px;
          padding: 0px 20px;
          text-align: center;
          width: 100%;
          margin-bottom: 20px; } }
      .modal__form--large .modal__form-row {
        width: 52%; }
        @media screen and (max-width: 767px) {
          .modal__form--large .modal__form-row {
            width: 100%; } }
    .modal__form--phone {
      width: 100%; }
      .modal__form--phone .form__field {
        width: 260px; }
      .modal__form--phone .modal__form-text {
        margin-top: 26px; }
    .modal__form--code .form__field {
      width: 160px; }
    .modal__form-help {
      font-size: 17px;
      font-weight: 500;
      line-height: 24px;
      margin-top: 24px; }
      .modal__form-help a {
        color: #306BCF; }
    .modal__form-text {
      margin-bottom: 24px;
      font-size: 17px; }
    .modal__form-bottom {
      display: flex;
      align-items: center;
      margin-top: 24px; }
      @media screen and (max-width: 767px) {
        .modal__form-bottom {
          justify-content: space-between; } }
      .modal__form-bottom .btn-line {
        height: 60px;
        line-height: 53px;
        font-size: 22px;
        font-weight: 600;
        padding: 0 30px; }
        @media screen and (max-width: 767px) {
          .modal__form-bottom .btn-line {
            height: 50px;
            line-height: 49px;
            font-size: 15px;
            font-weight: 700;
            padding: 0 10px; } }
      .modal__form-bottom .btn {
        margin-right: 22px; }
        @media screen and (max-width: 767px) {
          .modal__form-bottom .btn {
            margin-right: 0;
            padding: 0 10px; } }
    .modal__form-message {
      color: #E7721D;
      margin-left: 20px;
      z-index: 17;
      font-weight: 500; }
    .modal__form-row {
      margin-bottom: 10px; }
      .modal__form-row--checkbox {
        margin-top: 27px;
        margin-bottom: 27px; }
        @media screen and (max-width: 767px) {
          .modal__form-row--checkbox {
            margin-top: 52px; } }
    .modal__form-link {
      font-size: 17px;
      font-weight: 500;
      color: #333333;
      margin-top: 25px; }
      .modal__form-link a {
        color: #306BCF; }
  .modal__subtitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .modal__subtitle {
        font-size: 12px;
        margin-right: 57px; } }
  .modal__desc {
    line-height: 1.4;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      .modal__desc {
        margin-right: 30px;
        font-size: 12px;
        margin-bottom: 10px; } }
    .modal__desc p {
      margin-bottom: 16px; }
      @media screen and (max-width: 767px) {
        .modal__desc p {
          margin-bottom: 10px; } }
  .modal__link {
    line-height: 1.4;
    color: #306BCF; }
    @media screen and (max-width: 767px) {
      .modal__link {
        display: inline-flex;
        max-width: 200px;
        margin-right: 30px;
        font-size: 12px; } }

.note {
  border-radius: 6px;
  background-color: #FEEFBC;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 500;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .note {
      font-size: 13px;
      padding: 20px;
      margin-bottom: 30px; } }
  .note--danger {
    background-color: #FED7BC; }
    .note--danger .note__title:before {
      background-image: url("../img/attention-danger.svg"); }
  .note__title {
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .note__title {
        align-items: center;
        margin-bottom: 20px; } }
    .note__title:before {
      content: '';
      flex: none;
      margin-right: 10px;
      width: 24px;
      height: 24px;
      background: url(../img/attention.svg) no-repeat center/cover; }
    .note__title b {
      font-weight: 800; }
  .note__desc {
    margin-bottom: 30px;
    line-height: 1.4; }
    @media screen and (max-width: 1260px) {
      .note__desc {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .note__desc {
        margin-bottom: 19px; } }
    .note__desc:last-child {
      margin-bottom: 0; }
  .note__links {
    display: flex;
    align-items: center;
    line-height: 1.4; }
    .note__links .btn:not(:hover) {
      background-color: #ffffff; }
    .note__links .btn ~ .note__link {
      margin-left: 20px; }
  .note__link {
    color: #1D407C;
    transition: color .3s ease;
    position: relative;
    margin-right: 25px; }
    .note__link:after {
      content: '|';
      position: absolute;
      left: 100%;
      margin-left: 10px;
      pointer-events: none; }
    .note__link:last-child {
      margin-right: 0; }
      .note__link:last-child:after {
        content: none; }

.collapse__group .collapse__group {
  padding-left: 35px;
  margin-top: 10px; }

.collapse__title {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-size: 17px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .collapse__title {
      font-size: 13px; } }
  .collapse__title:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/arrow-color.svg") no-repeat center/cover;
    margin-right: 10px;
    position: relative;
    top: 1px;
    transition: transform .3s ease; }
  .collapse__title--active:before {
    transform: rotate(180deg); }

.collapse__content {
  display: none; }
  .collapse__content .collapse__list {
    padding-bottom: 9px; }

.collapse__list {
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .collapse__list {
      margin-top: 8px; } }
  .collapse__list-item + .collapse__list-item {
    margin-top: 19px; }
    @media screen and (max-width: 767px) {
      .collapse__list-item + .collapse__list-item {
        margin-top: 12px; } }
  .collapse__list-link {
    font-weight: 500;
    font-size: 17px;
    color: #1D407C;
    transition: color .3s ease; }
    @media screen and (max-width: 767px) {
      .collapse__list-link {
        font-size: 13px; } }

.link {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #306BCF;
  transition: color .3s ease; }
  @media screen and (max-width: 767px) {
    .link {
      font-size: 13px; } }
  .link:before {
    content: '';
    flex: none;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px; }
  .link--refresh:before {
    background-image: url("../img/refresh.svg"); }

.item {
  max-width: 850px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EDEDED; }
  @media screen and (max-width: 1260px) {
    .item {
      max-width: 100%; } }
  .item__link {
    flex: auto;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      .item__link {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .item__link:hover .item__title {
      color: #306BCF; }
  .item__icon {
    flex: none;
    width: 40px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .item__icon {
        width: 30px;
        margin-right: 10px; } }
  .item__title {
    font-weight: 500;
    font-size: 17px;
    color: #1D407C;
    transition: color .3s ease; }
    @media screen and (max-width: 767px) {
      .item__title {
        font-size: 11px; } }

.items {
  padding-bottom: 100px; }

.table-data {
  font-weight: normal;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .table-data {
      line-height: 1.2 !important; } }
  .table-data__group {
    border-bottom: 1px solid #EDEDED; }
    @media screen and (max-width: 767px) {
      .table-data__group .table-data__item:not(:last-child) {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .table-data__group .table-data__item:not(:last-child) > .table-data__legend:first-child {
        margin-bottom: 12px; } }
  .table-data__item {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .table-data__item {
        min-height: 39px;
        padding-top: 15px;
        padding-bottom: 10px;
        align-items: center; } }
    .table-data__item > *:first-child {
      text-align: left;
      margin-right: auto; }
    .table-data__item > .table-data__legend:first-child {
      width: auto; }
    .table-data__item--header .table-data__legend {
      width: auto; }
  .table-data__legend {
    width: 125px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .table-data__legend {
        width: 80px;
        font-size: 11px; } }
    .table-data__legend.light {
      color: #777777; }
    .table-data__legend.fix-width {
      width: 97px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .table-data__legend.fix-width {
          width: 80px; } }
  .table-data__title {
    color: #4785EF;
    font-size: 17px;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .table-data__title {
        font-size: 13px;
        margin-bottom: 7px; } }
    .table-data__title.left {
      margin-right: auto; }
    .table-data__title.right {
      text-align: right;
      width: 125px; }
  .table-data__sum {
    width: 125px;
    text-align: right;
    color: #E7721D;
    font-size: 17px;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .table-data__sum {
        font-size: 11px;
        width: 80px; } }
    .table-data__sum.right {
      text-align: right;
      width: 125px; }
  .table-data__desc {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .table-data__desc {
        font-size: 11px;
        margin-top: 30px;
        margin-bottom: 30px; } }
  .table-data__holder {
    display: flex; }
    @media screen and (max-width: 767px) {
      .table-data__holder {
        margin-left: auto; } }

.account__hero {
  padding-left: 560px;
  padding-right: 120px;
  background-color: #EFF8FF;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding-top: 27px;
  padding-bottom: 27px; }
  @media screen and (max-width: 1600px) {
    .account__hero {
      padding-left: 377px;
      padding-right: 20px; } }
  @media screen and (max-width: 1260px) {
    .account__hero {
      margin-top: 60px;
      padding: 27px 40px 25px 41px; } }
  @media screen and (max-width: 767px) {
    .account__hero {
      margin-top: 30px;
      padding: 15px 10px 15px 20px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .account__hero-icon {
      width: 60px;
      height: 60px; }
      .account__hero-icon img {
        width: 100%; } }
  .account__hero-group {
    margin-top: 26px; }
    @media screen and (max-width: 767px) {
      .account__hero-group {
        margin-top: 0; } }
  .account__hero-back {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    color: #306BCF;
    transition: color .3s ease;
    margin-top: 12px; }
    @media screen and (max-width: 767px) {
      .account__hero-back {
        font-size: 11px;
        margin-top: 10px; } }
    .account__hero-back:before {
      content: '';
      margin-right: 6px;
      flex: none;
      width: 20px;
      height: 20px;
      background: url("../img/back.svg") no-repeat center/cover; }
      @media screen and (max-width: 767px) {
        .account__hero-back:before {
          width: 16px;
          height: 16px; } }

.account__wrapper {
  padding-left: 120px;
  display: flex; }
  @media screen and (max-width: 1600px) {
    .account__wrapper {
      padding-left: 20px; } }
  @media screen and (max-width: 1260px) {
    .account__wrapper {
      flex-direction: column;
      padding-left: 0; } }
  .account__wrapper--indent {
    padding-bottom: 153px; }
    @media screen and (max-width: 1260px) {
      .account__wrapper--indent {
        padding-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .account__wrapper--indent {
        padding-bottom: 21px; } }

.account__sidebar {
  margin-top: -135px;
  width: 360px;
  min-width: 360px;
  align-self: flex-start; }
  @media screen and (max-width: 1600px) {
    .account__sidebar {
      min-width: 320px;
      width: 320px; } }
  @media screen and (max-width: 1260px) {
    .account__sidebar {
      margin-top: 0;
      min-width: 100%;
      width: 100%; } }

.account__content {
  margin-left: 80px;
  padding-top: 60px;
  width: 850px; }
  @media screen and (max-width: 1600px) {
    .account__content {
      margin-left: 40px;
      width: 820px; } }
  @media screen and (max-width: 1260px) {
    .account__content {
      padding-top: 62px;
      margin-left: 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .account__content {
      padding-top: 25px; } }

.sidebar {
  padding: 20px;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 100px; }
  @media screen and (max-width: 1260px) {
    .sidebar {
      border: 2px solid #EDEDED;
      border-radius: 0 0 6px 6px;
      padding: 18px;
      padding-bottom: 23px;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .sidebar {
      padding: 11px 13px 11px 13px;
      border-radius: 6px; } }
  .sidebar__user {
    padding-bottom: 35px;
    border-bottom: 1px solid #E0F1FF; }
    @media screen and (max-width: 1260px) {
      .sidebar__user {
        display: flex;
        align-items: center;
        border-bottom: none;
        padding-bottom: 0;
        cursor: pointer; }
        .sidebar__user.active .sidebar__user-arrow {
          transform: rotate(180deg);
          margin-top: 5px; } }
    @media screen and (max-width: 1260px) and (max-width: 767px) {
      .sidebar__user.active .sidebar__user-arrow {
        margin-top: 3px; } }
    .sidebar__user-arrow {
      display: none;
      background-image: url(../img/arrow.svg);
      width: 13px;
      height: 13px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: 5px;
      transition: all 300ms; }
      @media screen and (max-width: 1260px) {
        .sidebar__user-arrow {
          display: block; } }
      @media screen and (max-width: 767px) {
        .sidebar__user-arrow {
          width: 12px;
          height: 12px; } }
    .sidebar__user-avatar {
      width: 60px;
      height: 60px;
      margin: auto;
      margin-top: -2px; }
      @media screen and (max-width: 1260px) {
        .sidebar__user-avatar {
          margin: 0;
          width: 36px;
          height: 36px;
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .sidebar__user-avatar {
          width: 24px;
          height: 24px;
          margin-right: 6px; } }
      .sidebar__user-avatar_letter {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block;
        background: linear-gradient(90deg, #FFB61A 0.3%, #FBC920 0.31%, #E7721D 100%), #FB7C20;
        color: #FFFFFF;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500; }
        @media screen and (max-width: 1260px) {
          .sidebar__user-avatar_letter {
            font-size: 17px; } }
        @media screen and (max-width: 767px) {
          .sidebar__user-avatar_letter {
            font-size: 13px; } }
      .sidebar__user-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    .sidebar__user-name {
      text-align: center;
      font-size: 17px;
      font-weight: 500;
      margin-top: 1px;
      color: #333333; }
      @media screen and (max-width: 1260px) {
        .sidebar__user-name {
          letter-spacing: 0.6px; } }
      @media screen and (max-width: 767px) {
        .sidebar__user-name {
          font-size: 13px;
          letter-spacing: 0.4px; } }
  @media screen and (max-width: 1260px) {
    .sidebar__content {
      border-top: 2px solid #E0F1FF;
      margin-top: 24px;
      display: none;
      padding-bottom: 8px; }
      .sidebar__content.active {
        display: flex; } }
  @media screen and (max-width: 1000px) {
    .sidebar__content {
      flex-wrap: wrap;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .sidebar__content {
      margin-top: 11px;
      padding-bottom: 7px; } }
  .sidebar__wallet {
    padding-top: 30px;
    padding-left: 10px; }
    @media screen and (max-width: 1260px) {
      .sidebar__wallet {
        padding-top: 20px;
        padding-left: 0;
        width: 250px; } }
    @media screen and (max-width: 1000px) {
      .sidebar__wallet {
        width: 319px; } }
    @media screen and (max-width: 767px) {
      .sidebar__wallet {
        width: 100%;
        padding-top: 19px; } }
    .sidebar__wallet-top {
      display: flex; }
    .sidebar__wallet-icon {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .sidebar__wallet-icon {
          width: 20px;
          min-width: 20px;
          margin-right: 11px; }
          .sidebar__wallet-icon img {
            width: 100%; } }
    .sidebar__wallet-title {
      font-size: 17px;
      line-height: 24px;
      color: #333333;
      font-weight: 500; }
      .sidebar__wallet-title span {
        color: #A6A6A6; }
      @media screen and (max-width: 767px) {
        .sidebar__wallet-title {
          font-size: 15px;
          font-weight: 400; } }
    .sidebar__wallet-wrapper {
      padding-left: 43px;
      padding-top: 14px; }
      @media screen and (max-width: 767px) {
        .sidebar__wallet-wrapper {
          padding-left: 30px;
          padding-top: 5px; } }
    .sidebar__wallet-button {
      margin-top: 21px; }
      @media screen and (max-width: 1260px) {
        .sidebar__wallet-button {
          margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        .sidebar__wallet-button {
          margin-top: 7px; } }
    .sidebar__wallet-text {
      padding-top: 18px;
      color: #777777;
      font-size: 14px; }
      @media screen and (max-width: 1260px) {
        .sidebar__wallet-text {
          line-height: 20px;
          padding-top: 14px; } }
      @media screen and (max-width: 767px) {
        .sidebar__wallet-text {
          font-size: 11px;
          padding-top: 8px; } }
      .sidebar__wallet-text br {
        display: none; }
        @media screen and (max-width: 1260px) {
          .sidebar__wallet-text br {
            display: block; } }
        @media screen and (max-width: 1000px) {
          .sidebar__wallet-text br {
            display: none; } }
    .sidebar__wallet-row {
      justify-content: space-between;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .sidebar__wallet-row {
          margin-bottom: -2px; } }
      .sidebar__wallet-row_title {
        color: #333333;
        font-size: 14px;
        line-height: 20.3px; }
        @media screen and (max-width: 767px) {
          .sidebar__wallet-row_title {
            font-size: 13px; } }
      .sidebar__wallet-row_value {
        padding-right: 10px;
        color: #A6A6A6;
        letter-spacing: -0.6px; }
        @media screen and (max-width: 767px) {
          .sidebar__wallet-row_value {
            font-size: 13px;
            padding-right: 0; } }
        .sidebar__wallet-row_value--strong {
          font-weight: 600;
          color: #333333; }
          @media screen and (max-width: 767px) {
            .sidebar__wallet-row_value--strong {
              font-weight: 800; } }
          .sidebar__wallet-row_value--strong span {
            font-weight: 400; }
  .sidebar__tariff {
    margin-top: 31px;
    padding-left: 10px; }
    @media screen and (max-width: 1260px) {
      .sidebar__tariff {
        margin-top: 20px;
        padding-left: 0;
        margin-left: 52px;
        width: 300px; } }
    @media screen and (max-width: 1000px) {
      .sidebar__tariff {
        margin-left: auto;
        width: 308px; } }
    @media screen and (max-width: 767px) {
      .sidebar__tariff {
        width: 100%;
        margin-top: 19px; } }
    .sidebar__tariff-top {
      display: flex;
      align-items: center; }
    .sidebar__tariff-icon {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .sidebar__tariff-icon {
          width: 20px;
          min-width: 20px;
          margin-right: 11px; }
          .sidebar__tariff-icon img {
            width: 100%; } }
    .sidebar__tariff-title {
      font-size: 17px;
      line-height: 24px;
      color: #333333;
      font-weight: 500;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .sidebar__tariff-title {
          font-size: 15px; } }
    .sidebar__tariff-rows {
      padding-left: 43px;
      padding-top: 14px; }
      @media screen and (max-width: 767px) {
        .sidebar__tariff-rows {
          padding-left: 30px;
          padding-top: 5px; } }
    .sidebar__tariff-row {
      justify-content: space-between;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .sidebar__tariff-row {
          margin-bottom: -2px; } }
      .sidebar__tariff-row_title {
        color: #333333;
        font-size: 14px;
        line-height: 20.3px; }
        @media screen and (max-width: 767px) {
          .sidebar__tariff-row_title {
            font-size: 13px; } }
      .sidebar__tariff-row_value {
        padding-right: 10px;
        color: #333333;
        font-weight: 600;
        letter-spacing: -0.6px; }
        @media screen and (max-width: 1000px) {
          .sidebar__tariff-row_value {
            padding-right: 0; } }
        @media screen and (max-width: 767px) {
          .sidebar__tariff-row_value {
            font-size: 15px;
            font-weight: 800; } }
        .sidebar__tariff-row_value span {
          color: #777777; }
          @media screen and (max-width: 767px) {
            .sidebar__tariff-row_value span {
              font-weight: 500; } }
    .sidebar__tariff-settings {
      margin-left: auto;
      margin-right: 13px; }
      @media screen and (max-width: 1000px) {
        .sidebar__tariff-settings {
          margin-right: 0; } }
      .sidebar__tariff-settings a {
        font-size: 14px;
        text-decoration: none;
        color: #777777;
        display: flex;
        align-items: center;
        transition: all 300ms; }
        @media screen and (max-width: 767px) {
          .sidebar__tariff-settings a {
            font-size: 11px; } }
        .sidebar__tariff-settings a:hover {
          color: #306BCF; }
        .sidebar__tariff-settings a:before {
          content: '';
          display: block;
          width: 18px;
          height: 18px;
          background-image: url(../img/settings-icon.svg);
          margin-right: 6px;
          margin-top: 2px; }
  .sidebar__nav {
    padding-top: 23px; }
    @media screen and (max-width: 1260px) {
      .sidebar__nav {
        width: 280px;
        padding-top: 13px;
        margin-left: auto; } }
    @media screen and (max-width: 1000px) {
      .sidebar__nav {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .sidebar__nav {
        padding-top: 22px;
        flex-direction: column; } }
    .sidebar__nav-item {
      margin-bottom: 2px; }
      @media screen and (max-width: 1260px) {
        .sidebar__nav-item {
          margin-bottom: 4px; } }
      @media screen and (max-width: 1000px) {
        .sidebar__nav-item {
          width: 48%; } }
      @media screen and (max-width: 767px) {
        .sidebar__nav-item {
          width: 100%;
          margin-bottom: 0; } }
      .sidebar__nav-item a {
        padding-left: 10px;
        display: flex;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        color: #333333;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 10px;
        border-radius: 4px;
        transition: all 300ms; }
        @media screen and (max-width: 1260px) {
          .sidebar__nav-item a {
            padding: 7px 10px 9px 11px; } }
        @media screen and (max-width: 767px) {
          .sidebar__nav-item a {
            font-size: 15px;
            padding: 9px 10px 11px 11px; } }
        .sidebar__nav-item a:hover {
          color: #306BCF; }
      .sidebar__nav-item_icon {
        margin-right: 19px;
        width: 24px;
        height: 24px; }
        .sidebar__nav-item_icon img {
          width: 100%; }
        @media screen and (max-width: 767px) {
          .sidebar__nav-item_icon {
            width: 20px;
            height: 20px;
            margin-right: 10px; } }
      .sidebar__nav-item--active a {
        background-color: #FEEFBC;
        font-weight: 800; }
        .sidebar__nav-item--active a:hover {
          color: #333333; }

.tabs {
  border-bottom: 2px solid #EDEDED;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .tabs {
      height: 33px; } }
  .tabs__list {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .tabs__list {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .tabs__list::-webkit-scrollbar {
          display: none !important; } }
  .tabs__content {
    padding-top: 60px;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .tabs__content {
        padding-top: 29px;
        padding-bottom: 22px; } }
    .tabs__content--full {
      width: 850px; }
      @media screen and (max-width: 1600px) {
        .tabs__content--full {
          width: 100%; } }
      @media screen and (max-width: 1260px) {
        .tabs__content--full {
          width: 850px; } }
      @media screen and (max-width: 1000px) {
        .tabs__content--full {
          width: 100%; } }
    .tabs__content-item--2 .form--profile:last-child .form__label {
      width: 109px;
      min-width: 109px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--2 .form--profile:last-child .form__label {
          width: auto;
          min-width: auto; } }
    .tabs__content-item--2 .form--profile .form__rows {
      width: 100%; }
    .tabs__content-item--2 .form--profile .form__label {
      width: 219px;
      min-width: 219px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--2 .form--profile .form__label {
          width: auto;
          min-width: auto; } }
    .tabs__content-item--2 .form--profile .form__note {
      margin-top: 25px;
      margin-bottom: 10px; }
      @media screen and (max-width: 1000px) {
        .tabs__content-item--2 .form--profile .form__note {
          margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        .tabs__content-item--2 .form--profile .form__note {
          margin-top: -7px;
          margin-bottom: 13px;
          font-size: 11px;
          line-height: 15px;
          color: #777777; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--3 .form--profile {
        margin-bottom: 28px; } }
    .tabs__content-item--3 .form--profile .form__note {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--3 .form--profile .form__note {
          margin-bottom: 17px; } }
    .tabs__content-item--3 .form--profile .form__info {
      margin-left: 76px;
      margin-top: -7px;
      margin-bottom: 9px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--3 .form--profile .form__info {
          margin-left: 0;
          margin-bottom: 27px; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--3 .form--profile .form__button .btn {
        width: 100%; } }
    .tabs__content-item--4 .form--profile .form__row {
      margin-bottom: 18px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--4 .form--profile .form__row {
          margin-bottom: 10px; } }
    .tabs__content-item--4 .form--profile .form__button {
      padding-left: 0;
      padding-top: 15px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--4 .form--profile .form__button {
          padding-top: 10px; }
          .tabs__content-item--4 .form--profile .form__button .btn {
            width: 100%; } }
    .tabs__content-item--4 .form--profile .form__note {
      margin-bottom: 29px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--4 .form--profile .form__note {
          margin-bottom: 20px; } }
    .tabs__content-item--4 .form--profile .form__rows {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .tabs__content-item--4 .form--profile .form__subtitle {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 20px; } }
    .tabs__content-item--5 .form--profile:last-child .form__subtitle {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--5 .form--profile:last-child .form__subtitle {
          margin-bottom: 23px; } }
    .tabs__content-item--5 .form--profile .form__rows {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .tabs__content-item--5 .form--profile .form__subtitle {
        font-size: 20px;
        font-weight: 500; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--6 {
        margin-bottom: 28px; } }
    .tabs__content-item--7 .form--profile .form__note {
      margin-bottom: 30px; }
    .tabs__content-item--7 .form--profile .folder-link {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--7 .form--profile .folder-link {
          margin-bottom: 20px; } }
    .tabs__content-item--8 {
      margin-bottom: 104px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--8 {
          margin-bottom: 52px; } }
      .tabs__content-item--8 .form--profile:nth-child(2) .form__row {
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile:nth-child(2) .form__row {
            margin-bottom: 17px; } }
      @media screen and (max-width: 767px) {
        .tabs__content-item--8 .form--profile:nth-child(2) .form__checkbox {
          margin-bottom: 16px; } }
      .tabs__content-item--8 .form--profile:nth-child(2) .form__note {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile:nth-child(2) .form__note {
            margin-bottom: 17px;
            padding-top: 0; } }
      .tabs__content-item--8 .form--profile:nth-child(2) .form__button {
        padding-left: 220px;
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile:nth-child(2) .form__button {
            padding-left: 0;
            padding-top: 9px; }
            .tabs__content-item--8 .form--profile:nth-child(2) .form__button .btn {
              width: auto;
              padding: 0 10px; } }
      .tabs__content-item--8 .form--profile:last-child .form__note {
        margin-bottom: 30px;
        padding-top: 0; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile:last-child .form__note {
            margin-bottom: 20px; } }
      .tabs__content-item--8 .form--profile .form__rows {
        width: 100%;
        margin-bottom: 33px; }
      .tabs__content-item--8 .form--profile .form__row {
        margin-bottom: 18px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile .form__row {
            margin-bottom: 10px; } }
      .tabs__content-item--8 .form--profile .form__note {
        padding-top: 15px;
        margin-bottom: 20px; }
      .tabs__content-item--8 .form--profile .form__button {
        padding-left: 0;
        padding-top: 12px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile .form__button .btn {
            width: 100%; } }
      .tabs__content-item--8 .form--profile .form__label {
        width: 219px;
        min-width: 219px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--8 .form--profile .form__field--sum {
          width: 120px; } }
      .tabs__content-item--8 .form--profile .copy-code {
        margin-bottom: 33px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item--8 .form--profile .copy-code {
            margin-bottom: 20px; } }
    .tabs__content-item--10 .form--profile .form__rows {
      width: 100%; }
    .tabs__content-item--10 .form--profile .form__label {
      width: 219px; }
    .tabs__content-item--10 .form--profile .form__row {
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--10 .form--profile .form__row {
          flex-direction: row;
          align-items: center; } }
      .tabs__content-item--10 .form--profile .form__row span.line {
        margin-left: 9px;
        margin-right: 9px; }
    .tabs__content-item--10 .form--profile .form__button {
      padding-left: 219px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--10 .form--profile .form__button {
          padding-left: 0; } }
    @media screen and (max-width: 1000px) {
      .tabs__content-item--10 .form--profile .form__links {
        padding-left: 189px; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--10 .form--profile .form__links {
        padding-left: 0;
        width: 100%; } }
    .tabs__content-item--10 .form--profile .form__link {
      padding-top: 18px;
      padding-left: 30px; }
      @media screen and (max-width: 1000px) {
        .tabs__content-item--10 .form--profile .form__link {
          padding-top: 20px; } }
      @media screen and (max-width: 767px) {
        .tabs__content-item--10 .form--profile .form__link {
          padding-left: 0;
          padding-top: 16px;
          margin-right: 28px; } }
    .tabs__content-item--10 .form--profile .form__checkbox {
      margin-right: 31px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--10 .form--profile .form__checkbox {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--10 .form--profile .form__field--small {
        width: 120px; } }
    .tabs__content-item--11 .form--profile:first-child {
      margin-bottom: 42px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--11 .form--profile:first-child {
          margin-bottom: 30px; } }
    .tabs__content-item--11 .form--profile .form__note {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--11 .form--profile .form__note {
          margin-bottom: 20px; } }
    .tabs__content-item--11 .form--profile .form__rows {
      width: 100%;
      margin-bottom: 30px; }
    .tabs__content-item--11 .form--profile .form__label {
      width: 219px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--11 .form--profile .form__label--desk {
          display: none; } }
    .tabs__content-item--11 .form--profile .form__field.ml-auto {
      margin-left: auto; }
    .tabs__content-item--11 .form--profile .form__info {
      font-size: 17px;
      color: #333333;
      font-weight: 500;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--11 .form--profile .form__info {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 30px; } }
    .tabs__content-item--12 .form--profile .form__checkbox input[type=checkbox]:checked + label {
      font-weight: 800; }
    .tabs__content-item--12 .form--profile .form__rows {
      width: 100%; }
    .tabs__content-item--12 .form--profile .form__checkbox {
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--12 .form--profile .form__checkbox {
          margin-bottom: 0px; } }
    .tabs__content-item--12 .form--profile .form__label {
      width: 219px;
      min-width: 219px; }
    .tabs__content-item--12 .form--profile .form__note {
      margin-bottom: 27px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--12 .form--profile .form__note {
          margin-bottom: 17px; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--13 {
        margin-bottom: 18px; } }
    .tabs__content-item--13 .form--profile .form__rows {
      width: 100%; }
    .tabs__content-item--13 .form--profile .form__row {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--13 .form--profile .form__row {
          margin-bottom: 17px; } }
    .tabs__content-item--13 .form--profile .form__label {
      width: 219px;
      min-width: 219px; }
    .tabs__content-item--13 .form--profile .form__button {
      padding-left: 0;
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--13 .form--profile .form__button {
          margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--13 .form--profile .form__field--small {
        width: 158px; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--14 {
        margin-bottom: 18px; } }
    .tabs__content-item--14 .form--profile .form__rows {
      width: 100%; }
    .tabs__content-item--14 .form--profile .form__select {
      margin-top: 16px;
      margin-left: 30px;
      width: 590px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--14 .form--profile .form__select {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
    .tabs__content-item--14 .form--profile .form__row {
      margin-bottom: 31px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--14 .form--profile .form__row {
          margin-bottom: 24px; } }
    .tabs__content-item--14 .form--profile .form__note {
      margin-bottom: 18px; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--14 .form--profile .form__note {
          margin-bottom: 10px; } }
    .tabs__content-item--14 .form--profile .form__button {
      padding-left: 0;
      padding-top: 0; }
      @media screen and (max-width: 767px) {
        .tabs__content-item--14 .form--profile .form__button {
          margin-bottom: 20px; }
          .tabs__content-item--14 .form--profile .form__button .btn {
            width: 100%; } }
    @media screen and (max-width: 767px) {
      .tabs__content-item--14 .form--profile .form__field--small {
        width: 158px; } }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(1) {
      z-index: 10; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(2) {
      z-index: 9; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(3) {
      z-index: 8; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(4) {
      z-index: 7; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(5) {
      z-index: 6; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(6) {
      z-index: 5; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(7) {
      z-index: 4; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(8) {
      z-index: 3; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(9) {
      z-index: 2; }
    .tabs__content-item .form:first-child .form__rows .card:nth-child(10) {
      z-index: 1; }
    .tabs__content-item .card {
      margin: 0;
      width: 100%;
      flex-direction: row;
      padding-bottom: 42px;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .tabs__content-item .card {
          flex-direction: column;
          padding-bottom: 20px;
          margin-bottom: 10px; } }
      .tabs__content-item .card__icon {
        margin-bottom: 0; }
      .tabs__content-item .card__title {
        font-size: 17px;
        line-height: 24px;
        font-weight: 800;
        margin-bottom: 13px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item .card__title {
            font-size: 15px;
            line-height: 19px;
            font-weight: 700;
            margin-bottom: 9px; } }
        .tabs__content-item .card__title:hover {
          color: #306BCF; }
      .tabs__content-item .card__text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px !important; }
        @media screen and (max-width: 767px) {
          .tabs__content-item .card__text {
            margin-bottom: -2px !important; } }
        .tabs__content-item .card__text a {
          color: #306BCF; }
      .tabs__content-item .card__info {
        flex: auto;
        margin-left: 20px;
        margin-top: 8px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item .card__info {
            margin-left: 0; } }
      .tabs__content-item .card__right {
        display: flex;
        margin-left: auto;
        align-items: flex-start; }
        @media screen and (max-width: 1000px) {
          .tabs__content-item .card__right {
            position: absolute;
            top: 38px;
            right: 38px; } }
        @media screen and (max-width: 767px) {
          .tabs__content-item .card__right {
            position: static;
            margin-left: 0;
            margin-top: 31px;
            align-items: center; } }
      @media screen and (max-width: 767px) {
        .tabs__content-item .card__button {
          order: 1; } }
      .tabs__content-item .card__settings {
        display: flex;
        align-items: center;
        margin-right: 24px;
        margin-top: 8px; }
        @media screen and (max-width: 767px) {
          .tabs__content-item .card__settings {
            order: 2;
            margin-right: 0;
            margin-top: 0;
            margin-left: 20px; } }
        .tabs__content-item .card__settings:hover .card__settings-text {
          color: #306BCF; }
        .tabs__content-item .card__settings-icon {
          background-image: url(../img/settings-icon.svg);
          width: 18px;
          height: 18px;
          background-size: contain;
          background-repeat: no-repeat;
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            .tabs__content-item .card__settings-icon {
              margin-right: 6px; } }
        .tabs__content-item .card__settings-text {
          font-size: 17px;
          font-weight: 500;
          line-height: 0;
          color: #333333;
          transition: all 300ms; }
          @media screen and (max-width: 767px) {
            .tabs__content-item .card__settings-text {
              font-size: 13px; } }
  .tabs__item {
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .tabs__item {
        margin-right: 24px; } }
    .tabs__item:last-child {
      margin-right: 0; }
    .tabs__item a {
      font-size: 22px;
      font-weight: 600;
      line-height: 30px;
      color: #306BCF;
      padding-bottom: 18px;
      display: block; }
      @media screen and (max-width: 767px) {
        .tabs__item a {
          font-size: 13px;
          white-space: nowrap;
          font-weight: 800;
          padding-bottom: 3px; } }
    .tabs__item--active a {
      color: #333333;
      position: relative; }
      .tabs__item--active a:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -2px;
        left: 0;
        border-bottom: 2px solid #E7721D; }
        @media screen and (max-width: 767px) {
          .tabs__item--active a:after {
            bottom: 0; } }
  .tabs__button {
    background-color: #EFF8FF;
    border-radius: 6px;
    padding: 30px;
    margin-top: 29px; }
    @media screen and (max-width: 767px) {
      .tabs__button {
        margin-top: 19px;
        padding: 20px 10px;
        margin-bottom: 28px; } }
    .tabs__button.disabled {
      background-color: #F7F7F7; }
      .tabs__button.disabled .btn {
        cursor: default;
        background-color: #EDEDED;
        color: #A6A6A6; }
    .tabs__button .btn {
      height: 40px;
      line-height: 38px;
      font-size: 17px;
      font-weight: 500;
      padding: 0 24px; }
      @media screen and (max-width: 767px) {
        .tabs__button .btn {
          height: 30px;
          line-height: 29px;
          font-size: 13px;
          width: 100%;
          text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1099px) {
    .tabs--app .tabs__item:not(:last-child) {
      margin-right: 2.5%; } }

.page-error {
  width: 1530px;
  max-width: 90%;
  margin: auto;
  margin-top: 80px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .page-error {
      max-width: calc(100% - 20px);
      margin-top: 11px; } }
  @media screen and (max-width: 1000px) {
    .page-error__heading {
      position: relative;
      top: -20px; } }
  @media screen and (max-width: 768px) {
    .page-error__heading {
      top: -15px; } }
  .page-error__notice {
    width: 410px;
    margin: auto;
    margin-top: 47px;
    text-align: center;
    border: 2px solid #EDEDED;
    padding-top: 26px;
    padding-bottom: 26px;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .page-error__notice {
        width: 100%;
        margin-top: 27px;
        padding-top: 18px;
        padding-bottom: 18px; } }
    .page-error__notice-text {
      font-size: 17px;
      color: #333333;
      line-height: 24px;
      font-weight: 500;
      margin-top: 29px;
      letter-spacing: 0.4px; }
      @media screen and (max-width: 768px) {
        .page-error__notice-text {
          font-size: 13px;
          line-height: 18px;
          margin-top: 7px; } }
    .page-error__notice-title {
      font-size: 22px;
      color: #FB7C20;
      line-height: 30px;
      font-weight: 600;
      margin-top: 31px; }
      @media screen and (max-width: 768px) {
        .page-error__notice-title {
          font-size: 15px;
          font-weight: bold;
          padding-left: 20px;
          padding-right: 20px;
          line-height: 20px;
          margin-top: 9px;
          letter-spacing: 0.4px; } }
    .page-error__notice-icon {
      width: 40px;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .page-error__notice-icon {
          width: 39px; } }
      .page-error__notice-icon img {
        width: 100%; }
  .page-error__info {
    width: 630px;
    margin: auto;
    margin-top: 58px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30.8px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-error__info {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        line-height: 20px;
        margin-top: 29px;
        letter-spacing: 0.3px; } }
  .page-error__head {
    height: 390px;
    background-color: #EFF8FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .page-error__head {
        height: 215px;
        padding-bottom: 16px;
        padding-top: 0; } }
  .page-error__title {
    margin-top: 53px; }
    @media screen and (max-width: 768px) {
      .page-error__title {
        margin-top: 45px; } }
  .page-error__logo img {
    width: 189px; }
    @media screen and (max-width: 768px) {
      .page-error__logo img {
        width: 80px; } }
  .page-error__text {
    font-size: 22px;
    line-height: 30.8px;
    width: 630px;
    margin: auto;
    margin-top: 124px;
    letter-spacing: 0.4px; }
    @media screen and (max-width: 768px) {
      .page-error__text {
        margin-top: 30px;
        width: 100%;
        padding: 0 4px;
        font-size: 15px;
        line-height: 19.5px;
        font-weight: bold; } }
