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

/* END: base */
.modal-dialog {
  max-width: 534px;
  width: calc(100% - 1rem);
}
.modal-content {
  border: none;
  border-radius: 12px;
}
.modal-header {
  padding: 60px 90px 10px;
  border-bottom: none;
  position: relative;
}
.modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  box-shadow: none;
  background: none;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal-header .btn-close i {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-header .btn-close i, .modal-header .btn-close i::before, .modal-header .btn-close i::after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #797979;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.modal-header .btn-close i::before, .modal-header .btn-close i::after {
  position: absolute;
  content: "";
}
.modal-header .btn-close i::before {
  top: -5px;
}
.modal-header .btn-close i::after {
  top: 5px;
}
.modal-header .btn-close i {
  background-color: transparent;
}
.modal-header .btn-close i::before {
  transform: translateY(5px) rotate(45deg);
}
.modal-header .btn-close i::after {
  transform: translateY(-5px) rotate(-45deg);
}
.modal-body {
  padding: 13px 90px 85px;
}
.modal-title {
  color: #100131;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.modal-lg {
  max-width: 640px;
}
.modal-xl {
  max-width: 940px;
}
.modal-xs {
  max-width: 397px;
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 8px;
  vertical-align: top;
}
.form-control {
  padding: 19px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #ededed;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.form-control:focus {
  background-color: #fff;
  box-shadow: none;
  border-color: #EDEDED;
}
.form-control::-moz-placeholder {
  color: #878787;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #878787;
  opacity: 1;
}
.form-control::placeholder {
  color: #878787;
  opacity: 1;
}
.form-check {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 37px;
  min-height: auto;
}
.form-check .form-check-input {
  margin-left: -35px;
}
.form-check-input {
  margin-top: 0;
  margin-right: 10px;
  width: 21px;
  height: 21px;
}
.form-check-input[type=checkbox] {
  border-radius: 4px;
}
.form-check-input-sm {
  width: 18px;
  height: 18px;
  margin-left: -28px;
}
.form-limiter {
  max-width: 516px;
}
.form-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 28px;
  padding: 0;
}
.form-text {
  font-size: 14px;
  color: #878787;
}

textarea.form-control {
  line-height: 1.45;
}

.mt-4 {
  margin-top: 1.6rem !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.fz-14 {
  font-size: 14px;
}

.fz-12 {
  font-size: 12px;
}

.mt-30 {
  margin-top: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.w-100p {
  width: 100px;
}

.w-90p {
  width: 90px;
}

.w-60p {
  width: 60px;
}

.dropdown-toggle::after {
  margin-left: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
}

.dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 10px;
}

.checkboxes-group {
  background: #F5F5F5;
  border-radius: 8px;
}

select.form-control {
  width: 100%;
  display: block;
  background-color: #fff;
}
select.form-control + .select2-container--default {
  display: block;
  width: 100% !important;
  outline: none;
}
select.form-control + .select2-container--default .select2-selection {
  display: block;
  width: 100%;
  outline: none;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out;
}
select.form-control + .select2-container--default .select2-selection__arrow {
  transform: rotate(0) !important;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #EDEDED;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
select.form-control + .select2-container--default .select2-selection__arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #878787 transparent transparent transparent;
}
select.form-control + .select2-container--default .select2-selection__arrow b {
  display: none;
}
select.form-control + .select2-container--default .select2-selection__rendered {
  line-height: 54px;
  padding: 0 75px 0 21px;
  color: #000000;
}
select.form-control + .select2-container--default .select2-selection__rendered .select2-selection__placeholder {
  color: #878787;
  opacity: 1;
}
select.form-control + .select2-container--default.select2-container--open .select2-selection {
  border-color: #EDEDED;
}
select.form-control + .select2-container--default.select2-container--disabled {
  opacity: 0.5;
}
select.form-control + .select2-container--default.select2-container--focus .select2-selection {
  border-color: #EDEDED;
}
select.form-control.tags + .select2-container--default .select2-search--inline .select2-search__field, select.form-control[multiple] + .select2-container--default .select2-search--inline .select2-search__field {
  height: 36px;
}
select.form-control.tags + .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder, select.form-control[multiple] + .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #878787;
  font-weight: 300;
  opacity: 1;
}
select.form-control.tags + .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder, select.form-control[multiple] + .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #878787;
  font-weight: 300;
  opacity: 1;
}
select.form-control.tags + .select2-container--default .select2-search--inline .select2-search__field::placeholder, select.form-control[multiple] + .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #878787;
  font-weight: 300;
  opacity: 1;
}
select.form-control.tags + .select2-container--default .select2-selection, select.form-control[multiple] + .select2-container--default .select2-selection {
  min-height: 56px;
  height: auto;
}
select.form-control.tags + .select2-container--default .select2-selection__rendered, select.form-control[multiple] + .select2-container--default .select2-selection__rendered {
  line-height: 35px;
  padding-top: 4px;
  padding-left: 7px;
  padding-right: 7px;
}
select.form-control.tags + .select2-container--default .select2-selection--multiple .select2-selection__choice, select.form-control[multiple] + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 9px;
  line-height: 34px;
  color: #000000;
  font-size: 14px;
  max-width: calc(100% - 15px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
select.form-control.tags + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, select.form-control[multiple] + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 20px;
  line-height: 13px;
  position: relative;
  top: 2px;
}
select.form-control[multiple]:not(.tags) + .select2-container--default .select2-selection__rendered {
  padding-right: 35px;
  padding-left: 14px;
}
select.form-control[multiple]:not(.tags) + .select2-container--default .select2-selection__rendered:after {
  display: none;
}

.selection-with-icon {
  display: flex;
  align-items: center;
}
.selection-with-icon img {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
  margin-right: 10px;
}
.selection-with-icon .text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-dropdown {
  border: 1px solid #ededed;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  z-index: 1060;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #DFE2E8;
  color: #000000;
}
.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #f4f5f6;
  color: #000000;
}

.select2-results__option {
  padding: 10px 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-results__option .item-with-icon {
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 0;
  max-width: calc(100% - 30px);
  text-overflow: ellipsis;
}
.select2-results__option .item-with-icon img {
  display: inline-block;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
  margin-right: 10px;
}

.s2-to-tree li.select2-results__option.non-leaf {
  position: relative;
  overflow: visible;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse {
  width: 26px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  text-decoration: none;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before, .s2-to-tree li.select2-results__option.non-leaf .expand-collapse:after {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #6c757d;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before {
  width: 12px;
  height: 2px;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:after {
  height: 12px;
  width: 2px;
}
.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:hover::after, .s2-to-tree li.select2-results__option.non-leaf .expand-collapse:hover::before {
  background-color: #ba4655;
}
.s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse:after {
  display: none;
}

.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {
  background-color: #DFE2E8;
  color: #000000;
}

.s2-to-tree.select2-container li.select2-results__option[aria-selected=true] > span.item-label {
  background-color: #f4f5f6;
}

.s2-to-tree .item-label {
  padding: 10px 21px 10px 5px;
  margin-left: 15px;
  width: calc(100% - 15px);
}

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected],
.s2-to-tree.select2-container li.select2-results__option[aria-selected=true] {
  background-color: inherit;
  color: inherit;
}

.switch {
  font-weight: inherit;
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
}
.switch__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.switch__input:focus ~ .switch__icon {
  opacity: 0.9;
}
.switch__input_left:checked ~ .switch__label_left {
  color: #272032;
}
.switch__input_left:checked ~ .switch__icon::before {
  display: block;
  transform: translateX(4px);
}
.switch__input_right:checked ~ .switch__label_right {
  color: #272032;
}
.switch__input_right:checked ~ .switch__icon::before {
  display: block;
  transform: translateX(24px);
}
.switch__icon {
  width: 50px;
  flex: 0 0 auto;
  height: 30px;
  margin: 0 12px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E6ECF3;
  background-blend-mode: soft-light, normal;
  box-shadow: inset -2.5px -2.5px 5px rgba(255, 255, 255, 0.15), inset 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  position: relative;
}
.switch__icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E8586A;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: -2.5px -2.5px 10px #ECF4FF, 2.5px 2.5px 10px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  transition: transform 0.15s ease-in-out;
  display: none;
}
.switch__label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  padding-top: 3px;
  z-index: 1;
  color: #969696;
}
.switch__label:hover {
  color: #565656;
}
.switch__label::before {
  content: "";
  position: absolute;
  height: 30px;
  top: 0;
  width: calc(100% + 37px);
}
.switch__label_left::before {
  left: 0;
}
.switch__label_right::before {
  right: 0;
}

.text-grey {
  color: #969696;
}

.text-grey-dark {
  color: #878787;
}

.text-violet {
  color: #642269;
}

.styled-table {
  width: 100%;
  font-size: 14px;
}
.styled-table td,
.styled-table th {
  padding: 22px 25px;
  border: 1px solid #fff;
  border-right: none;
}
.styled-table td:first-child,
.styled-table th:first-child {
  border-left: none;
}
.styled-table td:last-child,
.styled-table th:last-child {
  border-right: none;
}
.styled-table thead td,
.styled-table thead th {
  border-bottom: 1px solid #E8586A;
  background-color: #E9E9E9;
  border-right: none;
}
.styled-table thead td:first-child,
.styled-table thead th:first-child {
  border-top-left-radius: 9px;
}
.styled-table thead td:last-child,
.styled-table thead th:last-child {
  border-top-right-radius: 9px;
}
.styled-table tbody tr:nth-child(odd) td, .styled-table tbody tr:nth-child(odd) th {
  background-color: #F5F5F5;
}
.styled-table tbody tr:nth-child(odd) .table-action {
  background-color: #F9F9F9;
}
.styled-table tbody tr:nth-child(even) td, .styled-table tbody tr:nth-child(even) th {
  background-color: #eee;
}
.styled-table tbody tr:nth-child(even) .table-action {
  background-color: #f5f5f5;
}
.styled-table .col-action {
  border-left: none;
  text-align: right;
}
.styled-table a:not(.table-action) {
  color: #642269;
  text-decoration: none;
}
.styled-table a:not(.table-action):hover {
  text-decoration: underline;
}
.styled-table_groups-tree tbody td {
  background-color: #F9F9F9 !important;
}
.styled-table_groups-tree tbody .spacer {
  height: 20px;
}
.styled-table_groups-tree tbody tr.alternative-bg td {
  background-color: #eee !important;
}

.table-action {
  background-color: #f5f5f5;
  width: 48px;
  height: 48px;
  font-size: 17px;
  color: #BCB6B6;
  vertical-align: middle;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  border-radius: 50%;
}
.table-action:hover {
  background-color: #E8586A !important;
  color: #fff !important;
  text-decoration: none !important;
}

.table-action-group {
  margin: -2px;
}
.table-action-group .table-action {
  margin: 2px;
}

.form-file {
  text-align: center;
  padding: 14px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  line-height: 1.3;
  position: relative;
}
.form-file__btn,
.form-file label.control-label {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #E8586A;
  cursor: pointer;
}
.form-file__btn:hover,
.form-file label.control-label:hover {
  color: #e54256;
}
.form-file__btn::before,
.form-file label.control-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.form-file__desc {
  font-size: 12px;
}

.form-file-uploaded__item {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 6px 20px rgba(166, 157, 157, 0.35);
}
.form-file-uploaded__item:last-child {
  margin-bottom: 0;
}
.form-file-uploaded__img {
  width: 120px;
  flex: 0 0 auto;
  margin-right: 5px;
  cursor: zoom-in;
}
.form-file-uploaded__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-file-uploaded__title {
  line-height: 1.2;
  font-size: 14px;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  font-weight: 500;
}
.form-file-uploaded__title .d-inline-block {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.form-file-uploaded__remove {
  flex: 0 0 auto;
  margin-left: 10px;
}

.form-group .help-block {
  font-size: 14px;
  margin-top: 4px;
}
.form-group.has-error .help-block {
  color: #E8586A;
}

.alert {
  padding: 26px 30px;
  border: none;
  color: #000;
  font-size: 14px;
}
.alert-danger {
  background-color: #FDF0F2;
}
.alert-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 7px;
  padding: 0;
}

.form-block {
  padding: 35px 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
  border-radius: 8px;
}

.tooltip-inner {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  padding: 15px;
  max-width: 240px;
}

.datepicker-header {
  box-shadow: none;
  background-color: #F5F5F5;
  padding: 10px 20px;
  font-weight: 400;
}
.datepicker-main {
  padding: 15px 15px;
}
.datepicker-view .dow {
  height: 33px;
  line-height: 33px;
  font-size: 13px;
  color: #878C97;
  font-weight: 400;
  margin: 2px 0;
}
.datepicker-cell {
  width: 34px;
  line-height: 34px;
  flex-basis: 34px;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin: 2px 0;
}
.datepicker-cell.next:not(.disabled), .datepicker-cell.prev:not(.disabled) {
  color: #dddfe3;
}
.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: transparent;
  position: relative;
  color: #fff;
}
.datepicker-cell.selected:before, .datepicker-cell.selected:hover:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(0deg, #E8586A, #E8586A), #E8586A;
  box-shadow: 0px 6px 20px rgba(221, 36, 115, 0.4);
}
.datepicker-cell.selected span, .datepicker-cell.selected:hover span {
  position: relative;
  z-index: 1;
}
.datepicker-header .datepicker-controls .button {
  font-weight: 700;
  background-color: transparent;
  font-size: 18px;
  border: none;
  outline: none;
  box-shadow: none;
}
.datepicker-header .datepicker-controls .button:hover, .datepicker-header .datepicker-controls .button:focus, .datepicker-header .datepicker-controls .button:active {
  color: #ba4655;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.datepicker-header .datepicker-controls .prev-btn,
.datepicker-header .datepicker-controls .next-btn {
  color: #BBC0C8;
}
.datepicker-header .datepicker-controls .prev-btn:hover,
.datepicker-header .datepicker-controls .next-btn:hover {
  color: #E8586A;
}

.activity-days-datepicker-style .datepicker-grid {
  width: 100%;
}

.btn {
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  padding: 19px 30px;
}
.btn__content {
  position: relative;
  z-index: 2;
}

.btn-group-lg > .btn,
.btn-lg,
.btn-outline-primary.btn-lg {
  padding: 23px 40px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}

.btn-sm,
.btn-outline-primary.btn-sm {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 16px;
}

.btn-xs,
.btn-outline-primary.btn-xs {
  padding: 12px 15px;
  font-size: 12px;
  line-height: 16px;
}

.btn-red {
  color: #fff;
  background-color: #E8586A;
  box-shadow: none !important;
  border: 1px solid #E8586A;
}
.btn-red:hover, .btn-red:focus {
  background-color: #e54256;
  color: #fff;
}
.btn-red:active {
  background-color: #e3364c;
  color: #fff;
}

.btn-primary {
  outline: none;
  box-shadow: 0 10px 24px rgba(185, 68, 106, 0.4);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  overflow: hidden;
  color: #fff;
  background-color: #E8586A;
}
.btn-primary::before {
  content: "";
  position: absolute;
  background: linear-gradient(90.03deg, #7F2C6A 0.87%, #E8586A 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: width 0.3s ease-out;
}

.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(185, 68, 106, 0.4);
  color: #fff;
  background-color: #E8586A;
}
.btn-primary:hover::before,
.btn-check:focus + .btn-primary::before,
.btn-primary:focus::before {
  width: 300%;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #E8586A;
  border-color: transparent;
  box-shadow: 0 5px 12px rgba(185, 68, 106, 0.4);
}
.btn-check:active + .btn-primary::before,
.btn-check:checked + .btn-primary::before,
.btn-primary.active::before,
.btn-primary:active::before,
.show > .btn-primary.dropdown-toggle::before {
  background-color: #6c255a;
  background-image: none;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 5px 12px rgba(185, 68, 106, 0.4);
}

.btn-outline-primary {
  border-color: #eee8f1;
  color: #a873a1;
  font-weight: 500;
  padding-top: 18px;
  padding-bottom: 18px;
}

.btn-outline-primary:hover,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  color: #ba4655;
  background-color: #eee8f1;
  border-color: #eee8f1;
  box-shadow: none;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ba4655;
  background-color: #e9e2ed;
  border-color: #e9e2ed;
  box-shadow: none;
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary_primary {
  font-weight: 700;
  text-transform: uppercase;
  color: #E8586A;
}

.btn-outline-primary_violet {
  font-weight: 700;
  text-transform: uppercase;
  color: #642269;
}

@media (max-width: 767.98px) {
  .btn {
    padding: 12px 24px;
  }

  .btn-outline-primary {
    padding: 11px 23px;
  }

  .btn-group-lg > .btn,
.btn-lg,
.btn-outline-primary.btn-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-sm,
.btn-outline-primary.btn-sm {
    padding: 12px 15px;
  }

  .btn-xs,
.btn-outline-primary.btn-xs {
    padding: 10px 15px;
  }

  .btn-primary {
    box-shadow: 0 6px 12px rgba(185, 68, 106, 0.4);
  }

  .btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: 0 6px 12px rgba(185, 68, 106, 0.4);
  }

  .btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    box-shadow: 0 2px 6px rgba(185, 68, 106, 0.4);
  }

  .btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 2px 6px rgba(185, 68, 106, 0.4);
  }
}
.article {
  overflow: hidden;
}
.article h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 1.5em 0 1em;
}
.article h1:first-child {
  margin-top: 0;
}
.article h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  margin: 1.5em 0 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article h2:first-child {
  margin-top: 0;
}
.article h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 1.5em 0 1em;
  font-weight: 900;
}
.article h3:first-child {
  margin-top: 0;
}
.article h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 1.5em 0 1em;
  font-weight: 900;
}
.article h4:first-child {
  margin-top: 0;
}
.article h5, .article h6 {
  font-size: 1em;
  margin: 1em 0 0.5em;
  font-weight: 700;
}
.article h5:first-child, .article h6:first-child {
  margin-top: 0;
}
.article p {
  margin: 0 0 1.2em;
}
.article p:last-child {
  margin-bottom: 0;
}
.article img {
  margin: 0.5em 2em 1.5em 0;
  width: 100%;
  clear: both;
}
.article img:last-child {
  margin-bottom: 0;
}
.article ul, .article ol {
  list-style: initial;
  padding-left: 2em;
  margin: 0 0 1.1em;
}
.article ul li, .article ol li {
  margin-bottom: 0.4em;
  position: relative;
}
.article ul li:last-child, .article ol li:last-child {
  margin-bottom: 0;
}
.article ul:last-child, .article ol:last-child {
  margin-bottom: 0;
}
.article ol {
  list-style: auto;
}
.article strong {
  font-weight: 700;
}
.article::after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  display: inline-block;
  vertical-align: top;
  max-width: 175px;
}
.logo img {
  display: inline-block;
  vertical-align: top;
}

.contact {
  display: flex;
  align-items: center;
}
.contact__icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  flex: 0 0 auto;
  box-shadow: 0 2px 6px rgba(53, 57, 70, 0.2);
  background-color: #fff;
  position: relative;
  align-self: flex-start;
  margin-right: 16px;
}
.contact__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.contact__icon_facebook::before {
  background-image: url("../images/icons/com-fb.svg");
}
.contact__icon_telegram::before {
  background-image: url("../images/icons/com-tg.svg");
}
.contact__icon_mail::before {
  background-image: url("../images/icons/com-mail.svg");
}
.contact__icon_vk::before {
  background-image: url("../images/icons/com-vk.svg");
}
.contact a {
  color: #d75c62;
  text-decoration: none;
}
.contact a:hover {
  color: #ba4655;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f1f1;
  box-shadow: 1px 9px 40px rgba(141, 87, 89, 0.15);
}
.header__container {
  display: flex;
  align-items: center;
  height: 75px;
}
.header__left, .header__right {
  flex: 0 0 auto;
  width: 330px;
}
.header__right_profile {
  width: auto;
  margin-left: auto;
}
.header__center {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
.header-menu li {
  margin: 0;
  padding: 0;
}
.header-menu li + li {
  margin-left: 20px;
}
.header-menu a {
  height: 76px;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #55525d;
  text-decoration: none;
}
.header-menu a:hover {
  color: #ba4655;
}
.header-menu a.active {
  color: #100131;
  border-bottom-color: #d55b65;
}

.header-auth {
  display: flex;
  justify-content: flex-end;
}
.header-auth .btn {
  flex: 0 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.header-auth .btn + .btn {
  margin-left: 10px;
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  overflow: hidden;
}
.page__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.page__header + .page__main {
  margin-top: 75px;
}
.page__header_absolute {
  position: absolute;
  box-shadow: none;
}
.page__main {
  flex: 1 1 auto;
  padding: 20px 0 80px;
}
.page__footer {
  margin-top: auto;
}

.footer {
  background-color: #f5f8f9;
}
.footer__contacts .contact {
  font-size: 13px;
  margin: 0 0 10px;
}
.footer__contacts .contact:last-child {
  margin-bottom: 0;
}
.footer__contacts .contact__icon {
  margin-right: 10px;
}
.footer__contact-more {
  padding-left: 53px;
}
.footer__contact-more a {
  text-decoration: underline;
}
.footer__contact-more a:hover {
  text-decoration: none;
}

.footer-main {
  padding: 32px 0 0;
}
.footer-main__col {
  margin-bottom: 32px;
  flex: 0 0 auto;
  width: 20%;
}
.footer-main__col-title {
  color: #1a2129;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 15px;
}
.footer-main__double-col {
  width: 40%;
  flex: 0 0 auto;
}
.footer-main__double-col .footer-main__col {
  width: 50%;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #dcdfe0;
}

.footer-menu {
  color: #504653;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  margin: 0 0 0.5rem;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: inherit;
  text-decoration: none;
}
.footer-menu a:hover {
  color: #ba4655;
}

.infoblock {
  padding: 15px 0;
  background-color: #e4e0e3;
}
.infoblock__container {
  display: flex;
  align-items: center;
}
.infoblock__left {
  flex: 1 1 auto;
  padding-right: 20px;
}
.infoblock__right {
  margin-left: auto;
  margin-right: 10%;
  display: flex;
  align-items: center;
}
.infoblock__title {
  margin-right: 25px;
  color: #100131;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.infoblock__title span {
  color: #cb5660;
}
.infoblock__btn {
  flex: 0 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.copyright {
  color: #787a7b;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

.presentation {
  padding: 100px 115px;
  margin-left: -15px;
  margin-right: -15px;
  color: #ffffff;
}
.presentation__category {
  color: #e4616c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.presentation__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.13;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.presentation__desc {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  max-width: 817px;
}
.presentation__desc .fw-bold {
  color: #e4616c;
}
.presentation__btn {
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
.presentation__list {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.presentation__list li {
  margin: 0 0 22px;
  display: flex;
  align-items: baseline;
}
.presentation__list li:last-child {
  margin-bottom: 0;
}
.presentation__number {
  color: #e4616c;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  width: 55px;
  flex: 0 0 auto;
}

.contacts-page__contacts .contact {
  margin: 0 0 14px;
}
.contacts-page__contacts .contact:last-child {
  margin-bottom: 0;
}
.contacts-page__contacts .contact:last-child {
  margin-bottom: 0;
}

.experience {
  position: relative;
  margin: 0 0 110px;
}
.experience__figure-1 {
  position: absolute;
  width: 82px;
  height: 82px;
  background: #000;
  left: -117px;
  top: 234px;
  background: url("../images/png-figures/home-ball-1.png") no-repeat center/contain;
}
.experience__category {
  color: #f6f2f7;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -11px;
}
.experience__title {
  text-align: center;
  color: #1a2129;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.14;
  text-transform: uppercase;
}
.experience__term {
  color: #e4616c;
  font-weight: 900;
}
.experience__row {
  margin: 75px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 1299px;
}
.experience__col {
  padding: 0 15px;
  flex: 0 0 auto;
  width: 33%;
  max-width: 300px;
}
.experience__col:first-child .experience-item__number-bg {
  background: linear-gradient(to right, #100131, #7F2C6A 50%, #E8586A 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.experience-item__title {
  border-bottom: 1px solid #c3c7c9;
}
.experience-item__number {
  display: inline-block;
  vertical-align: top;
  margin-bottom: -1px;
  padding: 0 8px 30px 0;
  border-bottom: 2px solid #ffaf00;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}
.experience-item__number-bg {
  color: #7F2C6A;
  background: linear-gradient(to left, #100131, #7F2C6A 50%, #E8586A 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.experience-item__desc {
  margin-top: 25px;
  color: #1a2129;
}

.benefits {
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto 125px;
  position: relative;
}
.benefits__figure-1, .benefits__figure-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.benefits__figure-1 {
  left: -95px;
  top: 260px;
  width: 132px;
  height: 131px;
  background-image: url("../images/png-figures/home-ball-2.png");
}
.benefits__figure-2 {
  right: -157px;
  bottom: 94px;
  width: 194px;
  height: 194px;
  background-image: url("../images/png-figures/home-ball-3.png");
}
.benefits__col {
  position: relative;
  max-width: calc(50% - 15px);
  width: 527px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.benefits__col::before {
  content: "";
  position: absolute;
  box-shadow: 2px 23px 49px rgba(65, 82, 88, 0.26);
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 0.5;
  top: 15px;
  height: 100%;
  width: calc(100% - 34px);
  left: 17px;
}
.benefits__col-inner {
  box-shadow: 2px 23px 49px rgba(65, 82, 88, 0.26);
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.benefits__title {
  padding: 55px 20px 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.8;
  flex: 0 0 auto;
}
.benefits__title-bg {
  color: #7F2C6A;
  background: linear-gradient(to right, #100131, #7F2C6A 50%, #E8586A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefits__body {
  border-top: 1px solid #e1e3e4;
  border-bottom: 1px solid #e1e3e4;
  padding: 35px 35px 40px;
  background-color: #f9f9fa;
  flex: 1 1 auto;
}
.benefits__btn {
  padding: 30px;
  text-align: center;
}
.benefits__btn .btn {
  padding-left: 5px;
  padding-right: 5px;
  width: 298px;
}
.benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits__list li {
  position: relative;
  margin: 0 0 22px;
  padding-left: 48px;
  font-size: 15px;
}
.benefits__list li:last-child {
  margin-bottom: 0;
}
.benefits__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 26px;
  background: url("../images/png-figures/icon-checkmark.png") no-repeat center/contain;
}

.breadcrumbs {
  margin: -20px 0 10px;
}
.breadcrumbs > .container {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs__list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #e4616c;
  font-size: 12px;
  line-height: 1.4;
}
.breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  min-width: 0;
  max-width: 100%;
}
.breadcrumbs li:after {
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "/";
  vertical-align: baseline;
  position: relative;
  display: inline-block;
  padding-left: 0.2em;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs a {
  color: #100131;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #E8586A;
}

.home-page__top-presentation {
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.how__presentation {
  padding-right: 135px;
  padding-top: 100px;
  padding-bottom: 120px;
}
.how__container {
  display: flex;
  align-items: center;
}
.how__left {
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  z-index: 2;
}
.how__right {
  flex: 0 0 auto;
  width: 50%;
}
.how__video {
  width: 656px;
  height: 408px;
  position: relative;
}
.how__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.how__video::before {
  content: "";
  position: absolute;
  background: url("../images/png-figures/home-laptop.png");
  width: 844px;
  height: 501px;
  top: -33px;
  left: -96px;
}

.page-header {
  margin: 0 0 40px;
}

.page-title {
  color: #100131;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.auth-socials {
  display: flex;
  list-style: none;
  margin: 0 -9px 30px 0;
  padding: 0;
}
.auth-socials li {
  margin-right: 9px;
}
.auth-socials img {
  display: inline-block;
  vertical-align: top;
  max-width: 40px;
}
.auth-socials a {
  transition: opacity 0.15s ease-in-out;
}
.auth-socials a:hover {
  opacity: 0.8;
}

.modal-login__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-login__buttons .btn {
  width: 191px;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-login__forget {
  text-align: right;
  font-size: 14px;
  padding-left: 10px;
  white-space: nowrap;
}
.modal-login__forget a:hover {
  text-decoration: none;
}

.modal-registration__checkboxes .form-check {
  font-size: 12px;
  line-height: 1.38;
  padding-left: 29px;
}
.modal-registration__checkboxes .form-check .form-check-input {
  margin-left: -27px;
}
.modal-registration__checkboxes .form-check-input {
  margin-top: 0;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.modal-registration__checkboxes .form-check-input[type=checkbox] {
  border-radius: 2px;
}

.scroll-down {
  position: fixed;
  left: calc(50% - 828px);
  top: 40%;
  transform: translateX(-50%);
}
.scroll-down__text {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  font-weight: 600;
  white-space: nowrap;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: scale(-1);
}
.scroll-down .text-2 {
  display: none;
}
.scroll-down::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 11px;
  height: 59px;
  background: url("../images/icons/scroll-down.svg") no-repeat center/contain;
  left: 50%;
  margin-left: -7px;
  margin-top: 10px;
}

.profile-menu {
  display: flex;
}
.profile-menu__item {
  flex: 0 0 auto;
  min-width: 0;
}
.profile-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 75px;
  color: #100131;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.profile-menu__link:hover {
  color: #ba4655;
}
.profile-menu__item-user {
  border-left: 1px solid #f0f1f2;
  border-right: 1px solid #f0f1f2;
  margin-left: 20px;
}
.profile-menu__user {
  position: relative;
  cursor: pointer;
}
.profile-menu__user.show .user {
  color: #ba4655;
}
.profile-menu__link-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.profile-menu__number {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #E8586A;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  top: 50%;
  right: 0;
  margin-top: -13px;
}

.link-icon-support {
  background-image: url("../images/icons/profile-menu-1.svg");
}

.link-icon-messages {
  background-image: url("../images/icons/profile-menu-2.svg");
}

.link-icon-rouble {
  background-image: url("../images/icons/profile-menu-rouble.svg");
}

.link-icon-dollar {
  background-image: url("../images/icons/profile-menu-dollar.svg");
}

.user {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 75px;
  min-width: 0;
  color: #000000;
  text-decoration: none;
}
.user:hover {
  color: #ba4655;
}
.user__img {
  width: 60px;
  height: 60px;
  padding: 3px;
  flex: 0 0 auto;
  margin-right: 18px;
  background-image: linear-gradient(to top, #581c6b 0%, #c85463 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.user__img > * {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user__img::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: inherit;
}
.user__name {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user__burger {
  flex: 0 0 auto;
  margin-left: 30px;
}
.user__burger i {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user__burger i, .user__burger i::before, .user__burger i::after {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #100131;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.user__burger i::before, .user__burger i::after {
  position: absolute;
  content: "";
}
.user__burger i::before {
  top: -7px;
}
.user__burger i::after {
  top: 7px;
}

.user-menu {
  inset: auto !important;
  width: 100%;
  max-height: calc(100vh - 76px);
  overflow: auto;
  padding-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translate3d(0, 0, 0) !important;
  top: 100%;
  min-width: 280px;
  right: 0 !important;
  left: auto !important;
}
.user-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-menu__list .dropdown-item {
  border-bottom: 1px solid #F0F1F2;
  color: #1a2129;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  padding: 20px 30px;
}
.user-menu__list .dropdown-item:hover, .user-menu__list .dropdown-item:focus {
  background-color: transparent;
  color: #ba4655;
}
.user-menu__list .dropdown-item.active {
  background-color: #E8586A;
  color: #fff;
}
.user-menu__list li:last-child {
  border-bottom: none;
}
.user-menu__list li:last-child .dropdown-item {
  border-bottom: none;
}
.user-menu__switch {
  padding: 20px 30px;
  background-color: #F2F2F2;
}

.personal-header {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.personal-header__left {
  padding-right: 10px;
  margin-bottom: 10px;
}
.personal-header__left .personal-title {
  display: inline-block;
  padding-right: 10px;
}
.personal-header__left-link {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.personal-header__left-link:hover {
  text-decoration: none;
}

.personal-title {
  color: #100131;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  padding: 0 5px 0 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}

.personal-options {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.personal-options__item {
  display: inline-block;
  margin: 0 50px 10px 0;
  font-size: 14px;
  flex: 0 0 auto;
}
.personal-options__item .badge {
  font-size: 14px;
  font-weight: 400;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 11px;
}
.personal-options__item a:hover {
  text-decoration: none;
}
.personal-options__item:last-child {
  margin-right: 0;
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.tabs-nav li {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
}
.tabs-nav a {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 9px 10px;
  line-height: 1.1;
  border-radius: 4px;
  font-size: 14px;
  color: #E8586A;
  text-decoration: none;
  display: block;
}
.tabs-nav a:hover {
  color: #000000;
}
.tabs-nav a.active {
  background-color: #E8586A;
  color: #fff;
}

.profile-settings-paddings {
  padding: 30px 40px;
}

.profile-upload-photo {
  padding: 20px 0 0;
  max-width: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.profile-upload-photo__img {
  width: 137px;
  height: 137px;
  padding: 6px;
  flex: 0 0 auto;
  background-image: linear-gradient(to top, #581c6b 0%, #c85463 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.profile-upload-photo__img > * {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-upload-photo__img::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: inherit;
}
.profile-upload-photo__content {
  min-width: 0;
  max-width: 100%;
}
.profile-upload-photo__btn {
  font-weight: 700;
  text-transform: uppercase;
  color: #642269;
  width: 300px;
  max-width: 100%;
}

.news-list__news-item {
  margin-bottom: 30px;
}

.news-item {
  display: flex;
}
.news-item__img {
  flex: 0 0 auto;
  display: block;
  width: 35%;
  margin-right: 60px;
}
.news-item__img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__desc {
  padding: 30px 0;
  flex: 1 1 auto;
}
.news-item__news-date {
  margin: 0 0 20px;
}
.news-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px;
}
.news-item__title a {
  color: #100131;
  text-decoration: none;
}
.news-item__title a:hover {
  color: #ba4655;
}
.news-item__intro {
  color: #737079;
  font-weight: 300;
}
.news-item__bottom {
  padding-top: 25px;
}
.news-item__read-btn {
  color: #d55b65;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.news-item__read-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin: -10px 0 -10px 16px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #efefef, #fff);
}
.news-item__read-btn i:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url("../images/icons/arrow-right.svg") no-repeat center/contain;
  transition: transform 0.15s ease-in-out;
}
.news-item__read-btn:hover i:before {
  transform: translateX(2px);
}

.news-date {
  color: #838e98;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.rules__article {
  color: #1a2129;
}

.profile-menu__item_finance {
  position: relative;
}
.profile-menu__item_finance a {
  color: inherit;
  text-decoration: none;
}
.profile-menu__item_finance a:hover {
  color: #ba4655;
  text-decoration: underline;
}
.profile-menu__item_finance .dropdown-menu {
  padding: 10px 0;
  overflow: auto;
}
.profile-menu__item_finance .dropdown-menu .profile-menu__link {
  padding: 0 30px;
  height: 60px;
  justify-content: flex-start;
  color: #000000;
  cursor: default;
}

.search-form {
  position: relative;
}
.search-form__input {
  height: 60px;
  font-size: 15px;
  font-weight: 300;
  padding: 0 65px 0 25px;
}
.search-form__input:not(:focus) {
  border-color: #f0eded;
  background-color: #f0eded;
}
.search-form__btn {
  position: absolute;
  right: 4px;
  top: 4px;
  border-radius: 2px;
  background-color: #E8586A;
  padding: 0;
  width: 52px;
  height: 52px;
  font-size: 22px;
  color: #fff;
}
.search-form__btn:hover, .search-form__btn:focus {
  background-color: #e54256;
  box-shadow: none;
  color: #fff;
}
.search-form__btn:active {
  background-color: #e3364c;
}

.faq-form {
  margin: -10px 0 25px;
}

.faq__section {
  margin-bottom: 5px;
}
.faq__section > .collapsing .faq__item-head::before {
  box-shadow: none;
}
.faq__head {
  color: #5a1e6a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 15px 5px 15px 30px;
  cursor: pointer;
  position: relative;
  transition: color 0.15s ease-in-out;
}
.faq__head:hover {
  color: #E8586A;
}
.faq__head::before {
  content: "\e900";
  font-family: "icomoon", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 19px;
  font-size: 10px;
  color: inherit;
}
.faq__head[aria-expanded=true] {
  color: #E8586A;
}
.faq__list {
  padding: 20px 0 15px;
}
.faq__item {
  margin: 0 0 15px;
  position: relative;
}
.faq__item-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.faq__item-head {
  color: #121f3e;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 22px 26px;
  transition: color 0.15s ease-in-out;
}
.faq__item-head:hover {
  color: #E8586A;
}
.faq__item-head .icon-chevron-down {
  position: relative;
  z-index: 1;
  font-size: 9px;
  flex: 0 0 auto;
  padding-left: 15px;
  margin-left: auto;
}
.faq__item-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #ebecf1;
  background-color: #ffffff;
  transition: 0.15s ease-in-out;
}
.faq__item-head[aria-expanded=true]::before {
  box-shadow: 1px 13px 51px rgba(152, 133, 133, 0.45);
  border-radius: 3px;
  background-color: #ffffff;
  border-color: transparent;
}
.faq__item-head[aria-expanded=true] .icon-chevron-down::before {
  transform: scale(-1);
  color: #E8586A;
  display: inline-block;
}
.faq__item-text {
  position: relative;
  z-index: 1;
  padding: 0 26px 25px;
  color: #737079;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: normal;
  max-width: 930px;
  top: -5px;
}

.tariffs-settings {
  padding: 0 0 20px;
}
.tariffs-settings__item {
  margin-right: 120px;
  display: inline-block;
  margin-bottom: 20px;
}
.tariffs-settings__item:last-child {
  margin-right: 0;
}

.tariffs-group__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.tariffs-group__title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2129;
  line-height: 1.45;
}
.tariffs-group__title span {
  color: #581c6b;
}

.tariffs-table {
  width: 100%;
  font-size: 14px;
  line-height: 1.35;
  color: #100131;
}
.tariffs-table td,
.tariffs-table th {
  padding: 20px 25px;
  border: 1px solid #fff;
}
.tariffs-table td:first-child,
.tariffs-table th:first-child {
  width: 50%;
}
.tariffs-table thead td,
.tariffs-table thead th {
  background-color: #fceaed;
  font-weight: 400;
  color: #3a393e;
  padding-top: 25px;
  padding-bottom: 25px;
}
.tariffs-table tbody tr:nth-child(even) td,
.tariffs-table tbody tr:nth-child(even) th {
  background-color: #f4f4f4;
}
.tariffs-table .title {
  color: #3a393e;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}
.tariffs-table .subtitle {
  color: #999;
  font-size: 13px;
}

.new-project-start {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.new-project-start__item {
  margin: 0 10px 20px;
  padding: 30px 20px 25px;
  flex: 0 0 auto;
  width: calc(25% - 20px);
  background: #FFFFFF;
  border: 1px solid #FDDCE0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.new-project-start__item:hover, .new-project-start__item.active {
  border-color: #E8586A;
  box-shadow: 0 6px 20px rgba(166, 157, 157, 0.35);
}
.new-project-start__item:hover .new-project-start__img, .new-project-start__item.active .new-project-start__img {
  background-color: #E8586A;
}
.new-project-start__item:hover .new-project-start__img path, .new-project-start__item.active .new-project-start__img path {
  fill: #fff;
}
.new-project-start__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(232, 88, 106, 0.2);
  transition: background-color 0.15s ease-in-out;
}
.new-project-start__img svg {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-project-start__img path {
  transition: fill 0.15s ease-in-out;
}
.new-project-start__title {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  margin-top: 23px;
  line-height: 1.53;
  text-transform: uppercase;
  color: #000;
}
.new-project-start__back {
  margin-top: 75px;
}
.new-project-start__back .btn {
  width: 256px;
}

.messages-head {
  display: flex;
  margin: 0 0 25px;
}
.messages-head__search {
  width: calc(100% - 325px);
  flex: 0 0 auto;
}
.messages-head__new-message-btn {
  flex: 1 1 auto;
  margin-left: 20px;
  width: 305px;
  padding-left: 5px;
  padding-right: 5px;
}

.messages-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.messages-top .left {
  color: #E8586A;
}
.messages-top .right {
  color: #878787;
}

.messages-item {
  margin: 0 0 4px;
  border-radius: 8px;
  background-color: #F5F5F5;
  display: flex;
  color: #969696;
  font-size: 14px;
}
.messages-item__col {
  flex: 0 0 auto;
  padding: 20px 20px;
  width: calc(50% - 130px);
  min-width: 0;
  border-right: 1px solid #fff;
}
.messages-item__col:first-child {
  padding-left: 30px;
}
.messages-item__col:last-child {
  width: 260px;
  flex: 0 0 auto;
}
.messages-item__col:last-child {
  border-right: none;
}
.messages-item__title {
  font-weight: 700;
}
.messages-item__title a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #642269;
  text-decoration: none;
}
.messages-item__title a:hover {
  text-decoration: underline;
}
.messages-item__qty {
  color: #878787;
}

.messages-user {
  display: flex;
  align-items: center;
}
.messages-user__img {
  display: flex;
  align-items: center;
  width: 51px;
  height: 51px;
  padding: 3px;
  flex: 0 0 auto;
  margin: -5px 0;
  margin-right: 18px;
  background-image: linear-gradient(to top, #581c6b 0%, #c85463 100%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.messages-user__img > * {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.messages-user__img::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: inherit;
}
.messages-user__name {
  color: #100131;
}
.messages-user__name a {
  color: #100131;
  text-decoration: none;
}
.messages-user__name a:hover {
  color: #ba4655;
}
.messages-user__name img {
  width: 22px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
  display: inline-block;
  vertical-align: baseline;
}

.form-date {
  display: flex;
}
.form-date__btn {
  width: 50px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #878787;
  text-decoration: none;
}
.form-date__btn .form-control {
  flex: 1 1 auto;
}

.finance-form__limit {
  max-width: 247px;
}

.finance-payment {
  border-top: 1px solid #EFEFEF;
  margin-top: 16px;
  padding-top: 16px;
}
.finance-payment__title {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #100131;
  margin: 0 0 20px;
  font-weight: 700;
}
.finance-payment__list {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.finance-payment__item {
  position: relative;
  flex: 0 0 auto;
  margin: 0 5px 10px;
  width: calc(33.33333% - 10px);
  display: block;
}
.finance-payment__item input {
  position: absolute;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.finance-payment__item input:checked ~ .finance-payment__item-content {
  box-shadow: 0px 4px 16px rgba(232, 88, 106, 0.4);
  border-color: #E8586A;
}
.finance-payment__item-content {
  padding: 14px 10px 15px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.finance-payment__item-img {
  height: 56px;
  width: 123px;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.finance-payment__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.my-projects-intro {
  padding: 25px 30px 30px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
  border-radius: 8px;
}
.my-projects-intro__desc a {
  text-decoration: none;
}

.projects-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.projects-top__left {
  display: flex;
  flex-wrap: wrap;
}
.projects-top__select-wrapper {
  margin-bottom: 10px;
  width: 258px;
  margin-right: 15px;
}
.projects-top__select-wrapper select.form-control + .select2-container--default .select2-selection {
  border-color: #F3F1F1;
}
.projects-top__select-wrapper select.form-control + .select2-container--default .select2-selection__arrow {
  border-left: none;
}
.projects-top__select-wrapper select.form-control + .select2-container--default .select2-selection__arrow::before {
  border-top-color: #E8586A;
}
.projects-top__select-wrapper select.form-control + .select2-container--default .select2-selection__rendered {
  color: #E8586A;
  padding-right: 40px;
}

.filter-toggle-btn {
  font-weight: 400;
  text-transform: none;
}
.filter-toggle-btn i {
  font-size: 18px;
  color: #D3CCCC;
  padding-right: 16px;
  display: inline-block;
  margin: -5px 0;
  position: relative;
  top: 4px;
}

.projects {
  margin-top: 30px;
}
.projects__project {
  margin: 0 0 20px;
}

.filter-collapse {
  width: 100%;
}

.projects-header {
  padding: 5px 0;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  margin-left: 10%;
  font-size: 14px;
}
.projects-header__item {
  margin-right: 10px;
}
.projects-header__item:last-child {
  margin-right: 0;
}
.projects-header .tooltip-info::before {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.projects-stat {
  display: inline-flex;
  white-space: nowrap;
}
.projects-stat__item {
  padding: 0 3px;
  font-weight: 700;
}
.projects-stat__item:first-child {
  margin-left: 5px;
}
.projects-stat_1 {
  color: #642269;
}
.projects-stat_2 {
  color: #E8586A;
}
.projects-stat_3 {
  color: #000;
}
.projects-stat_4 {
  color: #FF0020;
}

.tooltip-info {
  display: inline-flex;
  margin-left: 5px;
  cursor: pointer;
}
.tooltip-info::before {
  content: "?";
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #C4C4C4;
  border-radius: 50%;
  font-weight: 700;
  font-style: normal;
}

.project {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
  border-radius: 8px;
  line-height: 1.45;
}
.project__header {
  border-bottom: 1px solid #E8586A;
  display: flex;
  padding: 0 12px;
  font-size: 14px;
  height: 57px;
  align-items: center;
}
.project__header .project__col {
  padding-top: 0;
  padding-bottom: 0;
}
.project__body {
  padding: 5px 12px;
  display: flex;
  font-size: 15px;
}
.project__col {
  padding: 18px 12px;
  flex: 0 0 auto;
}
.project__col_5 {
  width: 170px;
}
.project__col_4 {
  width: 80px;
}
.project__col_3 {
  width: 140px;
}
.project__col_2 {
  width: 240px;
}
.project__col_1 {
  flex: 1 1 auto;
  min-width: 0;
}
.project__footer {
  display: flex;
  border-top: 1px solid #ededed;
  justify-content: space-between;
  padding: 0 12px;
}
.project__folter-left {
  padding: 14px 12px;
}
.project__footer-right {
  padding: 14px 12px;
}
.project .table-action {
  width: 38px;
  height: 38px;
  background-color: #E8E8E8;
}
.project__title a {
  color: #642269;
  text-decoration: none;
  font-weight: 700;
}
.project__title a:hover {
  color: #ba4655;
}
.project__limit {
  color: #878787;
}
.project__limit strong {
  font-weight: 500;
  color: #000000;
}
.project__lang img {
  max-width: 22px;
}
.project__desc {
  color: #878787;
  font-weight: 700;
}
.project__id {
  font-weight: 500;
  padding-right: 30px;
  display: inline-block;
}
.project__category {
  color: #878787;
  display: inline-block;
}
.project__check {
  padding: 0;
}
.project__check .form-check-input {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.project__vip {
  border-radius: 8px 0 0 0;
  height: 57px;
  width: 85px;
  display: inline-flex;
  vertical-align: top;
  margin-left: -12px;
  margin-right: 8px;
  background: linear-gradient(90deg, #72276A 1.7%, #E8586A 100%);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.project__socials {
  display: flex;
  align-items: center;
  margin: auto -2px 0;
  padding-top: 15px;
}
.project__socials .item {
  margin: 0 2px;
}
.project__socials .item img {
  width: 32px;
  height: auto;
  display: block;
}

.new-project__back {
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 0;
  display: inline-block;
}
.new-project__back i {
  font-size: 6px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.social-req {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.social-req__col {
  flex: 0 0 auto;
  margin: 0 10px 20px;
  width: calc(33.333333% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.social-req__item {
  padding: 35px 40px;
  background: #FFFFFF;
  box-shadow: 0 6px 20px rgba(166, 157, 157, 0.35);
  border-radius: 8px;
  flex: 1 1 auto;
}
.social-req__title {
  padding-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #100131;
  font-weight: 700;
}
.social-req__check {
  z-index: 2;
  position: absolute;
  right: 23px;
  top: 28px;
  margin: 0;
}
.social-req__check:not(:checked) ~ .social-req__item {
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.social-req__check:not(:checked) ~ .social-req__check-label {
  display: block;
}
.social-req__check-label {
  z-index: 2;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.social-range {
  padding-top: 30px;
}
.social-range .noUi-target {
  height: 8px;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #EFF1F4;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 2.5px 2.5px 5px #A6ABBD;
  border-radius: 18.5px;
}
.social-range .noUi-connect {
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E8586A;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: inset 2.5px 2.5px 5px #BA394C;
  border-radius: 50px;
}
.social-range .noUi-handle {
  border-radius: 50%;
  cursor: default;
  transition: background-color 0.15s ease-in;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #E7EBF0;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: 2.5px 2.5px 10px #A6ABBD;
}
.social-range .noUi-handle::before, .social-range .noUi-handle::after {
  display: none;
}
.social-range .noUi-handle:hover, .social-range .noUi-handle:focus {
  box-shadow: 1px 1px 5px #A6ABBD;
}
.social-range .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -7px;
}
.social-range .noUi-value {
  display: none;
}
.social-range .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 8px;
  background-color: rgba(196, 196, 196, 0.6);
}
.social-range .noUi-marker-horizontal.noUi-marker-large {
  height: 14px;
}
.social-range .noUi-tooltip {
  border: none;
  border-radius: 12px;
  background: #E8586A;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
}

.activity-days__time {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 100px;
}
.activity-days__modal-header {
  padding: 57px 42px 28px;
}
.activity-days__btn {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
  border-radius: 8px;
  margin-right: 20px;
}
.activity-days__btn:hover, .activity-days__btn:focus {
  color: #ba4655;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
}
.activity-days__btn:active {
  box-shadow: 0px 3px 10px rgba(166, 157, 157, 0.35);
}
.activity-days__time-group {
  margin-right: 30px;
}
.activity-days__selected-input {
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.tabs-section {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
  border-radius: 8px;
}
.tabs-section__nav {
  padding: 0 25px;
  border-bottom: 1px solid #e7e7e7;
}
.tabs-section__nav li {
  margin-right: 30px;
}
.tabs-section__nav li:last-child {
  margin-right: 0;
}
.tabs-section__nav a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
  padding: 22px 0;
  text-transform: uppercase;
  color: #969696;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.tabs-section__nav a:hover {
  color: #E8586A;
}
.tabs-section__nav a.active {
  color: #100131;
  border-bottom-color: #E8586A;
}
.tabs-section__tab-pane {
  padding: 45px 25px 20px;
}

.activity-days__modal-header {
  padding: 40px 42px 30px;
}

@-webkit-keyframes splashLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes splashLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes splashRun {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(-80%);
  }
}
@keyframes splashRun {
  from {
    transform: translateX(-5%);
  }
  to {
    transform: translateX(-80%);
  }
}
.splash-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 6000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s linear;
}
.splash-screen__center {
  width: 200px;
  height: 200px;
  flex: 0 0 auto;
  background-color: #000;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-animation: 2s linear splashLoad;
          animation: 2s linear splashLoad;
}
.splash-screen__center::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #7F2C6A, #E8586A, #7F2C6A, #E8586A, #7F2C6A, #E8586A, #7F2C6A, #E8586A, #7F2C6A, #E8586A, #7F2C6A, #E8586A);
  -webkit-animation: 8s linear 0s infinite splashRun;
          animation: 8s linear 0s infinite splashRun;
}
.splash-screen__img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.splash-screen__img::after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/logo.svg") no-repeat center/contain;
  position: relative;
  z-index: 6;
}
.splash-screen.out {
  opacity: 0;
}

.border-block {
  padding: 30px;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
}

.grey-block {
  padding: 30px;
  background: #F5F5F5;
  border-radius: 8px;
}

.shadow-block {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(166, 157, 157, 0.35);
}

.exam-language {
  font-size: 16px;
}
.exam-language img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.exam-language__row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}

.profile-social-info {
  line-height: 1.4;
  font-size: 14px;
}

.profile-social-remove-btn {
  width: 36px;
  height: 36px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #adb5bd;
}
.profile-social-remove-btn:hover {
  color: #E8586A;
}

.comments-types .form-check {
  position: relative;
  padding: 0;
}
.comments-types .form-check-label {
  display: block;
  padding: 15px;
  padding-right: 35px;
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
.comments-types .form-check-label:hover {
  color: #E8586A;
}
.comments-types .form-check-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.comments-types .form-check-input:checked + .form-check-label {
  background-color: #F5F5F5;
}

.project-geo__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-geo__list > li {
  margin: 0 0 20px;
  font-weight: 700;
  color: #495057;
  position: relative;
}
.project-geo__list > li:last-child {
  margin-bottom: 0;
}
.project-geo__list ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0 0 35px;
  font-weight: 500;
}
.project-geo__list ul li {
  margin: 0 0 5px;
  padding: 3px 0 3px 30px;
  position: relative;
}
.project-geo__list .flag {
  position: relative;
  top: -2px;
  margin-right: 10px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.project-geo__remove {
  position: absolute;
  left: -5px;
  top: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: rotate(45deg);
  opacity: 0.5;
}
.project-geo__remove:hover {
  opacity: 0.8;
}
.project-geo__remove::before, .project-geo__remove::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.project-geo__remove::before {
  height: 2px;
  width: 16px;
}
.project-geo__remove::after {
  height: 16px;
  width: 2px;
}

.page-project__limits {
  font-size: 14px;
  line-height: 1.25;
}
.page-project__limits-item {
  padding: 15px;
}
.page-project__limits-item:nth-child(odd) {
  background-color: #F5F5F5;
}
.page-project__client-actions {
  display: inline-flex;
}
.page-project__client-actions .table-action {
  width: 20px;
  height: 20px;
  font-size: 1em;
  color: #000000;
}
.page-project__socials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.page-project__socials-item {
  background-color: #F5F5F5;
  padding: 15px;
  margin: 0 5px 10px;
  width: calc(33.33333333% - 10px);
  flex: 0 0 auto;
  line-height: 1.25;
}
.page-project__socials-item .title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.page-project__socials-item .title img {
  width: 30px;
  height: 30px;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 10px;
}
.page-project__socials-item .desc {
  margin-top: 10px;
  font-size: 12px;
}
.page-project__socials-item .desc-item {
  margin-bottom: 5px;
}
.page-project__socials-item .desc-item:last-child {
  margin-bottom: 0;
}
.page-project__progress-timer {
  font-weight: 700;
  font-size: 18px;
  color: #E8586A;
}

.inline-icon-actions {
  display: inline-flex;
}
.inline-icon-actions__action {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px !important;
  text-decoration: none !important;
  color: #000000 !important;
  margin: 3px;
}
.inline-icon-actions__action:hover {
  color: #ba4655;
}

.styled-table {
  flex-wrap: nowrap;
}

.filter-socials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.filter-socials__item {
  cursor: pointer;
  margin: 0 5px 10px;
  position: relative;
}
.filter-socials__item input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.filter-socials__item input:not(:checked) ~ .img img {
  filter: grayscale(1);
  opacity: 0.5;
}
.filter-socials__item input:not(:checked) ~ .img img:hover {
  opacity: 0.8;
}
.filter-socials__item img {
  width: 50px;
  display: block;
  transition: opacity 0.15s ease-in-out, filter 0.15s ease-in-out;
}
.filter-socials__item img:hover {
  opacity: 0.8;
}

.filter__scroll {
  max-height: 247px;
  overflow: auto;
  border: 1px solid #F5F5F5;
  padding: 15px;
}
.filter__scroll .mt-3:first-child {
  margin-top: 0 !important;
}
.filter__btn-submit {
  width: 250px;
  margin-right: 10px;
}

.w-400 {
  width: 400px;
  max-width: 100%;
}

.groups-tree {
  border-radius: 9px;
  overflow: hidden;
}
.groups-tree__right {
  width: 300px;
  text-align: right;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.groups-tree__left {
  flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - 300px);
  padding: 20px;
}
.groups-tree__list {
  flex: 1 1 auto;
}
.groups-tree__item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  background-color: #f5f5f5;
  transition: background-color 0.15s ease-in-out;
}
.groups-tree__item:hover {
  background-color: #eee;
}
.groups-tree__item:first-child {
  border-top: none;
}
.groups-tree__item .groups-tree__list {
  border-left: 30px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 5px solid #fff;
  padding-left: 2px;
}
.groups-tree__item .title {
  font-weight: 700;
  color: #642269;
}
.groups-tree__item .title a {
  color: inherit;
  text-decoration: none;
}
.groups-tree__item .title a:hover {
  text-decoration: underline;
}
.groups-tree__item .info {
  font-size: 15px;
  line-height: 1.25;
  margin: 5px 0 0;
  color: #555;
}

.fixed-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 500;
  background-color: #fff;
  border-top: 1px solid #E8586A;
  box-shadow: 1px -10px 20px rgba(141, 87, 89, 0.15);
}
.fixed-actions__count {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 5px;
}

.mobile-left-filter-close {
  display: none;
}

.actions {
  display: flex;
  justify-content: flex-end;
  width: 144px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.actions__col {
  flex: 0 0 36px;
  width: 36px;
  padding: 2px;
}
.actions__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  color: #878787;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  text-decoration: none;
}
.actions__btn:hover, .actions__btn:focus {
  color: #000000;
}
.actions__btn:active {
  color: #000;
}

@media (max-width: 1700px) {
  .scroll-down {
    left: auto;
    top: auto;
    transform: none;
    background-color: rgba(255, 255, 255, 0.1);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 60px;
    bottom: 60px;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    color: #999999;
    z-index: 900;
  }
  .scroll-down:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #000000;
  }
  .scroll-down__text {
    display: none;
  }
  .scroll-down::after {
    display: none;
  }
  .scroll-down::before {
    content: "\e900";
    font-family: "icomoon", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
  }
}
@media (min-width: 1330px) {
  .container_wide {
    max-width: 1560px;
  }
}
@media (max-width: 1329.98px) {
  .infoblock__right {
    margin-right: 0;
  }

  .header__left,
.header__right {
    width: auto;
  }

  .presentation__title {
    font-size: 46px;
  }

  .how__video {
    width: 445px;
    height: 280px;
    position: relative;
  }
  .how__video::before {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 572px;
    height: 339px;
    top: -22px;
    left: -63px;
  }
  .how__left {
    padding-right: 20px;
    width: 60%;
  }
  .how__right {
    width: 40%;
  }

  .experience__category {
    font-size: 95px;
    margin-bottom: -10px;
  }
  .experience__title {
    font-size: 34px;
  }

  .user {
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile-menu__link {
    padding: 0 18px;
    font-size: 15px;
  }

  .profile-menu__item-user {
    margin-left: 10px;
  }

  .finance-payment__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) and (max-width: 1329.98px) {
  .header-menu li + li {
    margin-left: 5px;
  }

  .profile-menu__number {
    top: 10px;
    right: 2px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .mobile-menu-btn {
    display: none;
  }

  .user-menu .profile-menu__item {
    display: none;
  }

  .finance-form__btn {
    position: absolute;
    right: 0;
    top: 27px;
    width: calc(100% - 267px);
    max-width: 235px;
  }
}
@media (max-width: 1199.98px) {
  .footer-main__col {
    width: 25%;
  }
  .footer-main__double-col {
    width: 25%;
  }
  .footer-main__double-col .row {
    display: block;
  }
  .footer-main__double-col .footer-main__col {
    width: 100%;
  }

  .header__nav {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background-color: #fff;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #f0f1f1;
    box-shadow: 1px 10px 20px rgba(141, 87, 89, 0.15);
    opacity: 0;
    visibility: hidden;
  }

  .mobile-menu-btn {
    padding: 0 16px !important;
    margin-left: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .mobile-menu-btn i {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .mobile-menu-btn i, .mobile-menu-btn i::before, .mobile-menu-btn i::after {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #a873a1;
    border-radius: 2px;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .mobile-menu-btn i::before, .mobile-menu-btn i::after {
    position: absolute;
    content: "";
  }
  .mobile-menu-btn i::before {
    top: -8px;
  }
  .mobile-menu-btn i::after {
    top: 8px;
  }

  body.show-mobile-menu .header__nav {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s linear;
  }
  body.show-mobile-menu .mobile-menu-btn i {
    background-color: transparent;
  }
  body.show-mobile-menu .mobile-menu-btn i::before {
    transform: translateY(8px) rotate(45deg);
  }
  body.show-mobile-menu .mobile-menu-btn i::after {
    transform: translateY(-8px) rotate(-45deg);
  }

  .home-page__top-presentation {
    background-position: center;
  }

  .presentation {
    padding: 60px 40px;
  }
  .presentation__title {
    font-size: 33px;
  }
  .presentation__desc {
    font-size: 14px;
  }
  .presentation__list {
    font-size: 14px;
  }
  .presentation__list li {
    margin-bottom: 15px;
  }
  .presentation__list li:last-child {
    margin-bottom: 0;
  }
  .presentation__number {
    font-size: 23px;
    width: 40px;
  }

  .how__left {
    width: 50%;
  }
  .how__right {
    width: 50%;
  }

  .page-header {
    margin-bottom: 26px;
  }

  .page-title {
    font-size: 30px;
  }

  .personal-title {
    font-size: 24px;
  }

  .news-item__desc {
    padding: 0 0 30px 0;
  }

  .article h1 {
    font-size: 30px;
  }
  .article h2 {
    font-size: 24px;
  }
  .article h3 {
    font-size: 20px;
  }
  .article h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .article h5, .article h6 {
    font-size: 15px;
  }

  .profile-menu > .profile-menu__item_support,
.profile-menu > .profile-menu__item_messages {
    display: none;
  }
  .profile-menu__number {
    right: 5px;
  }

  .user-menu .profile-menu__item {
    border-bottom: 1px solid #F0F1F2;
  }
  .user-menu .profile-menu__link {
    padding: 10px 30px;
    height: auto;
    justify-content: flex-start;
  }
  .user-menu .profile-menu__link-icon {
    width: 28px;
    height: 28px;
  }

  .new-project-start__item {
    width: calc(50% - 20px);
  }
  .new-project-start__back {
    margin-top: 40px;
  }

  .social-req__col {
    width: calc(50% - 20px);
  }

  .left-filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2000;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 9px 40px rgba(141, 87, 89, 0.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1051;
  }
  .left-filter__header {
    position: relative;
    flex: 0 0 auto;
    padding: 15px;
  }
  .left-filter__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 15px;
  }
  .left-filter__footer {
    flex: 0 0 auto;
    padding: 15px;
  }

  .mobile-left-filter-close {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    text-decoration: none;
    color: #000000;
    opacity: 0.6;
    font-size: 20px;
  }
  .mobile-left-filter-close:hover {
    opacity: 1;
  }

  .left-filter-mobile-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1050;
  }

  body.show-mobile-left-filter .left-filter {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transition: opacity 0.15s linear;
  }
  body.show-mobile-left-filter .left-filter-mobile-backdrop {
    background: #000;
    opacity: 0.7;
    visibility: visible;
    pointer-events: initial;
    transition: opacity 0.15s linear;
  }
}
@media (min-width: 992px) {
  .collapse.footer-collapse-body {
    display: block !important;
    height: initial !important;
    visibility: visible !important;
    max-height: none !important;
  }

  .mobile-footer-collapse-btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .footer-main {
    padding: 15px 0 35px;
  }
  .footer-main__row {
    display: block;
  }
  .footer-main__col {
    margin-bottom: 0;
    width: 100%;
  }
  .footer-main__double-col {
    width: 100%;
  }
  .footer-main__double-col .footer-main__col {
    width: 100%;
  }
  .footer-main__col-title {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .footer-collapse-title {
    margin: 0;
    border-bottom: 1px solid #dcdfe0;
    padding-left: 26px;
    position: relative;
  }

  .footer-collapse-body .footer-menu {
    padding: 20px 0;
  }
  .footer-collapse-body .footer-menu li {
    margin: 0;
  }
  .footer-collapse-body .footer-menu a {
    padding: 10px 0 10px 26px;
    display: block;
  }

  .mobile-footer-collapse-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    padding: 0 0 3px !important;
    border: none;
    text-align: left;
    transition: none;
  }
  .mobile-footer-collapse-btn + span {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .mobile-footer-collapse-btn::before {
    content: "\e900";
    font-family: "icomoon", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    font-size: 9px;
    display: inline-block;
    margin-right: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .mobile-footer-collapse-btn:active {
    color: #ba4655;
  }
  .mobile-footer-collapse-btn[aria-expanded=true] {
    color: #e85366;
  }
  .mobile-footer-collapse-btn[aria-expanded=true]::before {
    transform: rotate(180deg);
  }
  .mobile-footer-collapse-btn[aria-expanded=true] + span {
    color: #e85366;
  }

  .infoblock__container {
    flex-direction: column;
  }
  .infoblock__right {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    width: 100%;
  }

  .how__container {
    display: block;
  }
  .how__left {
    width: 100%;
  }
  .how__right {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding: 50px 50px;
  }

  .home-page__top-presentation {
    margin-bottom: 25px;
  }

  .experience {
    margin-bottom: 70px;
  }

  .benefits__title {
    padding: 30px 15px;
  }
  .benefits__list {
    font-size: 14px;
    line-height: 1.3;
  }
  .benefits__list li {
    margin: 0 0 10px;
    padding-left: 38px;
  }
  .benefits__list li::before {
    width: 23px;
    height: 23px;
    top: -5px;
  }
  .benefits__list li:last-child {
    margin-bottom: 0;
  }
  .benefits__col {
    max-width: calc(50% - 10px);
  }
  .benefits__body {
    padding: 20px;
  }
  .benefits__btn {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .breadcrumbs > .container {
    min-height: 40px;
  }
  .breadcrumbs__list {
    font-size: 12px;
  }

  .page-title {
    font-size: 24px;
  }

  .scroll-down {
    bottom: 10px;
    right: 10px;
  }

  .profile-settings-paddings {
    padding: 1.5rem;
  }

  .profile-upload-photo {
    flex-direction: row;
    max-width: none;
  }
  .profile-upload-photo__img {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .profile-upload-photo__btn {
    width: 200px;
  }

  .news-item__news-date {
    margin-bottom: 15px;
  }
  .news-item__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news-item__intro {
    font-size: 14px;
    line-height: 1.5;
  }

  .user__img {
    width: 45px;
    height: 45px;
  }
  .user__burger {
    margin-left: 15px;
  }

  .profile-menu__item-user {
    margin-left: 0;
  }

  .styled-table {
    display: block;
  }
  .styled-table thead {
    display: none;
  }
  .styled-table tbody {
    display: block;
  }
  .styled-table tr {
    margin-bottom: 10px;
  }
  .styled-table tr,
.styled-table th, .styled-table td {
    display: block;
  }
  .styled-table th, .styled-table td {
    padding: 10px 15px;
  }
  .styled-table th[data-label]::before, .styled-table td[data-label]::before {
    content: attr(data-label);
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
  }
  .styled-table .col-action {
    text-align: left !important;
  }

  .messages-head__search {
    width: calc(100% - 260px);
  }
  .messages-head__new-message-btn {
    width: 250px;
    margin-left: 10px;
  }

  .messages-item {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .messages-item__col {
    padding: 15px 15px;
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .messages-item__col:last-child {
    border-bottom: none;
  }
  .messages-item__col:first-child {
    padding-left: 15px;
  }

  .projects-header {
    margin-left: 0;
    flex-wrap: wrap;
  }

  .project__body {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }
  .project__body .project__col {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100% !important;
    border-bottom: 1px solid #ededed;
  }
  .project__body .project__col:last-child {
    border-bottom: none;
  }
  .project__body .project__col[data-label]::before {
    content: attr(data-label);
    font-size: 12px;
    margin: 0 0 10px;
    display: block;
  }
  .project__header .project__col_2,
.project__header .project__col_3,
.project__header .project__col_4,
.project__header .project__col_5 {
    display: none;
  }

  .actions {
    justify-content: flex-start;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header__nav .header-btn-registration {
    display: none;
  }

  .user-menu .user {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-main__col-title {
    font-size: 14px;
  }

  .header__logo {
    max-width: 175px;
  }

  .header-auth .header-btn-registration {
    display: none;
  }

  .header-auth .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu-btn {
    padding: 0 10px !important;
    margin-left: 5px !important;
  }

  .header__left {
    flex-shrink: 1;
    padding-right: 10px;
  }

  .header__container {
    height: 65px;
  }

  .page__header + .page__main {
    margin-top: 65px;
  }

  .header__logo img {
    vertical-align: middle;
  }

  .header__nav {
    height: calc(100vh - 61px);
    padding: 30px 15px;
  }

  .header-menu {
    flex-direction: column;
  }
  .header-menu li {
    margin-top: 20px;
  }
  .header-menu li + li {
    margin-left: 0;
  }
  .header-menu a {
    height: 50px;
  }

  .page__main {
    padding: 10px 0 50px;
  }

  .presentation {
    padding: 40px 30px;
  }
  .presentation__category {
    margin-bottom: 23px;
    font-size: 12px;
  }
  .presentation__title {
    font-size: 29px;
    max-width: 430px;
    margin-bottom: 20px;
  }
  .presentation__title br {
    display: none;
  }
  .presentation__desc {
    line-height: 1.5;
  }
  .presentation__btn {
    margin-top: 26px;
  }
  .presentation__list {
    margin-top: 28px;
  }

  body.show-mobile-menu {
    overflow: hidden;
  }

  .how__video {
    width: 330px;
    height: 210px;
  }
  .how__video::before {
    left: -49px;
    top: -17px;
    width: 554px;
    height: 253px;
  }
  .how__video iframe {
    min-width: auto;
  }
  .how__right {
    padding: 30px 0 20px;
  }

  .benefits {
    display: block;
    margin-bottom: 60px;
  }
  .benefits__col {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .benefits__col:last-child {
    margin-bottom: 0;
  }

  .experience {
    margin-bottom: 50px;
  }
  .experience__category {
    margin-bottom: 0;
    font-size: 45px;
  }
  .experience__title {
    font-size: 23px;
  }
  .experience__row {
    display: block;
    margin: 40px 0 0;
    padding: 0;
  }
  .experience__col {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0 0 30px;
  }
  .experience__col:last-child {
    margin-bottom: 0;
  }

  .experience-item__number {
    padding-bottom: 10px;
  }
  .experience-item__desc {
    margin-top: 10px;
    font-size: 14px;
  }

  .form-control {
    padding: 12px 16px;
  }

  .form-title {
    font-size: 16px;
  }

  .personal-title {
    font-size: 20px;
  }

  select.form-control + .select2-container--default .select2-selection {
    height: 42px;
  }
  select.form-control + .select2-container--default .select2-selection__arrow {
    width: 40px;
  }
  select.form-control + .select2-container--default .select2-selection__rendered {
    line-height: 40px;
    padding: 0 50px 0 15px;
  }

  .select2-results__option {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mb-40 {
    margin-bottom: 25px !important;
  }

  .news-item {
    display: block;
  }
  .news-item__img {
    width: 100%;
    margin: 0 0 20px;
  }
  .news-item__desc {
    padding-left: 0;
  }

  .article {
    font-size: 15px;
  }
  .article h1 {
    font-size: 24px;
  }
  .article h2 {
    font-size: 20px;
  }
  .article h3 {
    font-size: 18px;
  }
  .article h4 {
    font-size: 16px;
  }
  .article h5, .article h6 {
    font-size: 14px;
  }

  .profile-menu__link {
    height: 65px;
  }

  .profile-menu__user > .user .user__name {
    display: none;
  }
  .profile-menu__user > .user .user__img {
    display: none;
  }
  .profile-menu__user > .user .user__burger {
    margin-left: 0;
  }

  .profile-menu__item-user {
    border-right: none;
    margin-right: -15px;
  }

  .user {
    height: 65px;
  }

  .user-menu {
    max-height: calc(100vh - 66px);
  }

  .profile-menu__link-icon {
    width: 28px;
    height: 28px;
  }

  .profile-menu__link {
    padding-left: 0;
  }

  .profile-menu__item_finance .dropdown-toggle::after {
    display: none;
  }

  .user-menu .user {
    padding: 10px 20px;
    height: auto;
  }
  .user-menu .user__burger {
    display: none;
  }
  .user-menu .user__name {
    color: #000000;
  }

  .search-form__input {
    height: 42px;
    padding-right: 40px;
    font-size: 12px;
  }
  .search-form__btn {
    width: 36px;
    height: 36px;
    right: 2px;
    top: 2px;
  }

  .faq__head {
    font-size: 16px;
  }
  .faq__list {
    padding: 10px 0;
  }
  .faq__item-title {
    font-size: 14px;
  }
  .faq__item-head {
    padding: 12px 15px;
  }
  .faq__item-text {
    padding: 0 15px 15px;
    top: 0;
    font-size: 14px;
  }

  .tariffs-settings {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .tariffs-settings__item {
    display: block;
  }

  .tariffs-table {
    display: block;
  }
  .tariffs-table thead {
    display: none;
  }
  .tariffs-table tbody, .tariffs-table tr, .tariffs-table td, .tariffs-table th {
    display: block;
  }
  .tariffs-table td:first-child {
    width: 100%;
  }
  .tariffs-table td[data-label]::before {
    content: attr(data-label);
    font-size: 12px;
    margin: -5px 0 5px;
    display: block;
  }
  .tariffs-table td,
.tariffs-table th {
    padding: 10px;
    background-color: #f4f4f4 !important;
  }
  .tariffs-table tr td:last-child:not(:first-child) {
    border-bottom: 3px solid #c2c2c2;
  }
  .tariffs-table tr td:first-child:last-child,
.tariffs-table tr th:first-child:last-child {
    border-bottom: 3px solid #c2c2c2;
    background-color: transparent !important;
  }

  .tariffs-group__title {
    font-size: 16px;
  }

  .messages-head {
    flex-direction: column;
  }
  .messages-head__search {
    width: 100%;
  }
  .messages-head__new-message-btn {
    width: 100%;
    margin: 0 0 15px;
    order: -1;
  }

  .form-block {
    padding: 25px 20px;
  }

  .projects-top__select-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .projects-top__select-wrapper .select2-container--default {
    width: 100%;
  }

  .filter-toggle-btn {
    width: 100%;
  }

  .projects-top {
    flex-direction: column;
  }

  .projects-header {
    flex-direction: column;
    width: 100%;
  }

  .social-req__col {
    width: calc(100% - 20px);
  }
  .social-req__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grey-block,
.shadow-block {
    padding: 20px;
  }

  .alert {
    padding: 20px;
  }

  .page-project__socials-item {
    width: calc(50% - 10px);
  }

  .groups-tree__left {
    width: 100%;
  }

  .groups-tree__right {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .groups-tree__item .groups-tree__list {
    border-left-width: 15px;
  }

  .fixed-actions {
    padding: 15px 0;
  }
  .fixed-actions__count {
    font-size: 14px;
    margin-bottom: 0;
  }
  .fixed-actions__clear {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 6rem auto;
  }

  select.form-control.form-select_one-line.tags + .select2-container--default .select2-selection--multiple .select2-search--inline,
select.form-control[multiple].form-select_one-line + .select2-container--default .select2-selection--multiple .select2-search--inline {
    display: none;
  }
  select.form-control.form-select_one-line.tags + .select2-container--default .select2-selection--multiple .select2-selection__choice,
select.form-control[multiple].form-select_one-line + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none;
  }
  select.form-control.form-select_one-line.tags + .select2-container--default .select2-selection--multiple .select2-selection__rendered,
select.form-control[multiple].form-select_one-line + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .infoblock__container {
    align-items: stretch;
  }
  .infoblock__right {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
  }
  .infoblock__btn {
    margin-top: 10px;
  }

  .presentation {
    padding-left: 15px;
    padding-right: 15px;
  }
  .presentation__title {
    font-size: 26px;
    max-width: 390px;
  }

  .benefits__btn .btn {
    width: 260px;
  }

  .experience__term {
    display: block;
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-header {
    padding: 40px 30px 5px;
  }
  .modal-header .btn-close {
    right: 15px;
    top: 15px;
  }
  .modal-body {
    padding: 5px 30px 40px;
  }

  .user-menu__list .dropdown-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .new-project-start__item {
    width: calc(100% - 20px);
    flex-direction: row;
    padding: 10px;
    padding-right: 15px;
  }
  .new-project-start__img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    flex: 0 0 auto;
  }
  .new-project-start__img svg {
    width: 40px;
    height: 40px;
  }
  .new-project-start__title {
    text-align: left;
    margin-top: 0;
  }

  .finance-payment__item {
    width: calc(100% - 10px);
  }

  .tabs-section__nav li {
    margin-right: 15px;
  }
  .tabs-section__nav li:last-child {
    margin-right: 0;
  }
  .tabs-section__nav a {
    padding: 15px 0;
    font-size: 12px;
  }

  .activity-days__modal-header {
    padding-bottom: 20px;
  }

  .page-project__socials-item {
    width: calc(100% - 10px);
  }

  .filter.border-block {
    padding: 10px;
  }

  .form-file-uploaded__img {
    width: 80px;
  }
}