@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FuturaPT-Book.ttf") format("woff2");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FuturaPT-Medium.ttf") format("woff2");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/FuturaPT-Demi.ttf") format("woff2");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FuturaPT-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/FuturaPT-Heavy.ttf") format("woff2");
}

@font-face {
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SFProDisplay-Regular.ttf") format("woff2");
}

/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

[hidden] {
  display: none !important;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1680px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #01a0e4;
  color: #fff;
}

::selection {
  background-color: #01a0e4;
  color: #fff;
}

input, textarea, select {
  outline: none;
}

/* styles */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  cursor: default;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  cursor: default;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}

h1 {
  font-size: 25px;
}

p:last-child {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

a, button, input {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  outline: none;
}

a:hover, a:focus, button:hover, button:focus, input:hover, input:focus {
  outline: none;
}

.section-register {
  padding-top: 5px;
  padding-bottom: 110px;
  font-family: "FuturaPT", sans-serif;
}

.section-register a{
  text-decoration: none;
}

button {
  cursor: pointer;
}

.input-wrapper {
  position: relative;
}

.input-wrapper input {
  width: 100%;
}

.textarea-wrapper {
  position: relative;
}

.textarea-wrapper textarea {
  width: 100%;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkbox-wrapper {
  position: relative;
}

.radio-wrapper {
  position: relative;
}

.btn-wrapper {
  position: relative;
}

.form input[type='text'],
.form input[type='email'],
.form input[type='password'] {
  background-color: #F5F5F5;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  color: #A5A5A5;
  font-size: 16px;
  border: 1px solid #A5A5A5;
}

.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='password']:focus {
  background-color: #fff;
}

.form textarea {
  background-color: #f4f6fa;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  color: #A5A5A5;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #f4f6fa;
  resize: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form select {
  background-color: #f4f6fa;
  height: 50px;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 10px;
  font-size: 16px;
  border: 0;
  color: #6e7a85;
}

.form .input-wrapper,
.form .textarea-wrapper,
.form .select-wrapper {
  margin-top: 15px;
}

.form .input-wrapper:first-child,
.form .textarea-wrapper:first-child,
.form .select-wrapper:first-child {
  margin-top: 0;
}

.form ::-webkit-input-placeholder {
  color: #A5A5A5;
}

.form ::-moz-placeholder {
  color: #A5A5A5;
}

.form :-ms-input-placeholder {
  color: #A5A5A5;
}

.form ::-ms-input-placeholder {
  color: #A5A5A5;
}

.form ::placeholder {
  color: #A5A5A5;
}

.form .btn-wrapper {
  margin-top: 17px;
}

.form .btn-wrapper .orange-btn {
  width: 100%;
}

.input-note {
  color: #A5A5A5;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.3;
  min-height: 23px;
}

.register-form-block {
  margin-top: 34px;
}

.rf-steps-block {
  overflow: hidden;
}

.rf-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.rf-step {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: none;
  cursor: pointer;
}

.rf-step:first-child {
  padding-left: 30px;
}

.rf-step:last-child {
  padding-right: 30px;
}

.rf-step:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  border-right: 2px solid #fff;
  display: block;
  background-color: #66C3CD;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.rf-step:hover:before {
  background-color:#E50046;
}

.rf-step.active {
  pointer-events: auto;
}

.rf-step.active:before {
  background-color:#E50046;
}

.rf-step.complete {
  pointer-events: auto;
}

.rf-step.complete:hover:before {
  background-color:#E50046;
}

.rf-step__link {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  z-index: 2;
  text-align: center;
  font-size: 16px;
}

.rf-step-content {
  padding-top: 37px;
  display: none;
}

.rf-step-content:first-child {
  display: block;
}


.input-wrapper input::-webkit-input-placeholder {
   color:transparent;
}

.input-wrapper input:-moz-placeholder {
   color:transparent;
}

.input-wrapper input::-moz-placeholder {
   color:transparent;
}

.input-wrapper input:-ms-input-placeholder {
   color:transparent;
}

.required-fields-note {
  color:#E50046;
  font-size: 18px;
  margin-top: 30px;
}

.calling-radio-block {
  margin-top: 30px;
}

.calling-radio-title {
  font-size: 18px;
  font-weight: 600;
  color: #4D4D4F;
  line-height: 1.3;
}

.calling-radio-radios {
  margin-top: 27px;
}

.calling-radio-radio {
  margin-top: 17px;
}

.calling-radio-radio:first-child {
  margin-top: 0;
}

.calling-radio-radio .custom-radio-text-label {
  white-space: nowrap;
}

.custom-radio-label {
  line-height: 1;
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  align-items: center;
}

.custom-radio-text-label {
  font-size: 16px;
  color: #141516;
  max-width: calc(100% - 20px);
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.custom-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A5A5;
  border-radius: 15px;
  background-color: #F5F5F5;
  font-size: 14px;
  position: relative;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-radio span {
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.radio {
  display: none;
}

.radio:checked ~ .custom-radio span {
  background-color: #66C3CD;
}

.form-agreement .checkbox-wrapper {
  margin-top: 35px;
}

.form-agreement .custom-checkbox-text-label {
  font-weight: 600;
}

.checkbox-wrapper {
  margin-top: 15px;
}

.checkbox-wrapper {
  margin-top: 35px;
}

.custom-checkbox-label {
  line-height: 1;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.custom-checkbox-text-label {
  font-size: 16px;
  color: #141516;
  max-width: calc(100% - 20px);
  padding-left: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.custom-checkbox-text-label a {
  color:#E50046;
}

.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A5A5;
  background-color: #F5F5F5;
  font-size: 14px;
  position: relative;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-checkbox span {
  background-color: transparent;
  width: 14px;
  height: 14px;
}

.checkbox {
  display: none;
}

.checkbox:checked ~ .custom-checkbox span {
  background-color: #66C3CD;
}

.field-block {
  margin-top: 30px;
  position: relative;
}

.field-block .input-wrapper {
  margin-top: 15px;
}

.field-block-title {
  /*font-size: 24px;*/
  font-weight: 600;
  color: #4D4D4F;
  line-height: 1.3;
}

.ui-datepicker.ui-widget-content {
  border: 0;
  width: 496px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.ui-datepicker .ui-datepicker-title {
  color:#E50046;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-title select {
  color:#E50046;
  font-weight: 600;
  margin-left: 5px;
  border-color: transparent;
  width: 85px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/svg/select-arrow.svg");
  background-size: 10px 10px;
  background-position: center right 5px;
  background-repeat: no-repeat;
  padding-left: 5px;
}

.ui-datepicker .ui-datepicker-title select option {
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-title select:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-header {
  height: 30px;
  border: 0;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 20px;
  height: 26px;
  border: 0;
  padding: 0;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  background-image: none;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  width: 20px;
  height: 26px;
}

.ui-datepicker .ui-datepicker-next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 20px;
  height: 26px;
  -webkit-mask-image: url("../img/svg/datepicker-arrow-right.svg");
          mask-image: url("../img/svg/datepicker-arrow-right.svg");
  -webkit-mask-position: center right;
          mask-position: center right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 25px 26px;
          mask-size: 25px 26px;
  background-color: #000000;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  width: 20px;
  height: 26px;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 20px;
  height: 26px;
  -webkit-mask-image: url("../img/svg/datepicker-arrow-left.svg");
          mask-image: url("../img/svg/datepicker-arrow-left.svg");
  -webkit-mask-position: center left;
          mask-position: center left;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 25px 26px;
          mask-size: 25px 26px;
  background-color: #000000;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-calendar {
  border: 0;
  margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-calendar thead {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  border: 0;
  cursor: default;
}

.ui-datepicker .ui-datepicker-calendar thead th {
  font-weight: 400;
}

.ui-datepicker .ui-datepicker-calendar thead th.ui-datepicker-week-end {
  font-weight: 600;
  color: #F0513D;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  border: 0;
  padding: 0;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-end a {
  color:#E50046;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-end a:hover {
  background-color: #66C3CD;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-end a.ui-state-active {
  background-color: #66C3CD;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-week-end a.ui-state-highlight {
  background-color: #66C3CD;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
  opacity: 0.5;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled a, .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled span {
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled a:hover, .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled span:hover {
  background-color: transparent;
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar tbody td span, .ui-datepicker .ui-datepicker-calendar tbody td a {
  width: 55px;
  height: 55px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  border: none;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody td span:hover, .ui-datepicker .ui-datepicker-calendar tbody td a:hover {
  background-color: #66C3CD;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar tbody td span.ui-state-active, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #66C3CD;
  color: #000;
}

.ui-datepicker .ui-datepicker-calendar tbody td span.ui-state-highlight, .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #66C3CD;
  color: #000;
}

.loading-photo-block {
  margin-top: 30px;
}

.loading-photo-block-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.loading-photo-block-photo {
  margin-top: 15px;
}

.loading-photo-block-info {
  margin-top: 23px;
  font-size: 16px;
  line-height: 1.2;
}

.loading-photo-block-info a {
  color:#E50046;
}

.input-wrapper-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-wrapper-photo .custom-file {
  max-width: 375px;
  width: 100%;
  display: block;
  height: auto;
}

.custom-file {
  margin-bottom: 0;
}

.custom-file input[type=file] {
  display: none;
}

.custom-file .filename {
  display: inline-block;
  width: 100%;
  height: 65px;
  border-radius: 40px;
  font-size: 18px;
  color:#E50046;
  font-weight: 600;
  text-align: center;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid#E50046;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  text-transform: uppercase;
}

.custom-file .filename span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.custom-file .filename:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-wrapper-file {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-wrapper select {
  opacity: 0;
  pointer-events: none;
}

.select-wrapper .bootstrap-select {
  width: 100%;
}

.select-wrapper .bootstrap-select.fit-width {
  width: 100% !important;
}

.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
  border: 0;
  outline: none !important;
  height: 55px;
  padding-left: 25px;
  padding-right: 75px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #A5A5A5;
  font-size: 16px;
  color: #64646C;
  background-color: #fff;
  font-weight: 600;
  -webkit-transition: 0s, border-color 0.4s ease;
  -o-transition: 0s, border-color 0.4s ease;
  transition: 0s, border-color 0.4s ease;
}

.bootstrap-select > .dropdown-toggle:after {
  content: '';
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -8px;
  width: 30px;
  height: 15px;
  -webkit-mask-image: url("../img/svg/select-arrow.svg");
          mask-image: url("../img/svg/select-arrow.svg");
  -webkit-mask-size: 30px 15px;
          mask-size: 30px 15px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #64646C;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.bootstrap-select.show > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-select.show > .dropdown-toggle:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bootstrap-select .dropdown-menu {
  width: 100%;
  margin-top: -18px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 230px;
  color: #4D4D4F;
  border-bottom: 1px solid #A5A5A5;
}

.bootstrap-select .dropdown-menu li {
  padding-left: 0;
  margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li:before {
  display: none;
}

.bootstrap-select .dropdown-menu li a {
  color: #4D4D4F;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3;
  border: 1px solid #A5A5A5;
  border-bottom: 0;
  font-weight: 600;
}

.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  color: #4D4D4F;
  background-color: #F5F5F5;
}

.bootstrap-select .dropdown-menu li a:active, .bootstrap-select .dropdown-menu li a.active {
  color: #4D4D4F;
  background-color: #F5F5F5;
}

.bootstrap-select .dropdown-menu li a .text {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.bootstrap-select .dropdown-menu li.disabled {
  display: none;
}

.bootstrap-select .dropdown-menu li:first-child a {
  border-top: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  max-width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #64646C;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  -webkit-transform: translate3d(0px, 75px, 0px) !important;
          transform: translate3d(0px, 75px, 0px) !important;
}

.was-validated .not-selected .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #FF4242 !important;
}

.was-validated .not-selected .bootstrap-select select:valid + .dropdown-toggle:after {
  background-color: #FF4242;
}

.was-validated .not-selected .bootstrap-select > .dropdown-toggle:after {
  background-color: #FF4242;
}

.or-bd-btn {
  display: inline-block;
  line-height: 1;
  color:#E50046;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  text-align: center;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid#E50046;
  text-decoration: none;
}

.or-bd-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color:#E50046;
  border: 1px solid#E50046;
}

.or-bd-btn.active {
  color: #ffffff;
  text-decoration: none;
  background-color:#E50046;
  border: 1px solid#E50046;
}

.or-bd-btn:active, .or-bd-btn:focus {
  border: 1px solid#E50046;
}

.or-bd-btn:disabled, .or-bd-btn.disabled,.or-bd-btn:disabled:hover, .or-bd-btn.disabled:hover {
  pointer-events: none;
  border-color: #A5A5A5;
  color: #A5A5A5;
}

.white-bd-btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  text-align: center;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  text-decoration: none;
}

.white-bd-btn:hover {
  color:#E50046;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
}

.white-bd-btn:active, .white-bd-btn:focus {
  border: 1px solid #fff;
}

.section-topline-buttons {
  position: relative;
  z-index: 10;
  padding-top: 10px;
}

.topline-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "FuturaPT", sans-serif;
}

.t-register-btn-block {
  position: relative;
}

.t-login-btn-block {
  position: relative;
  margin-left: 20px;
}

.t-login-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 9px;
  padding-bottom: 9px;
}

.t-login-btn * {
  pointer-events: none;
}

.t-login-btn:hover .t-login-btn__icon {
  background-color: #fff;
}

.t-login-btn__icon {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/svg/user.svg");
          mask-image: url("../img/svg/user.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  background-color:#E50046;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.t-login-btn__text {
  padding-left: 13px;
}

.t-login-panel-wrapper {
  width: 496px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 40px;
  display: none;
  z-index: 99;
}

.t-login-panel {
  position: relative;
}

.t-login-panel-header {
  background-color: #66C3CD;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.t-login-panel-header:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #66C3CD;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -17px;
  right: 55px;
}

.t-login-panel-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}

.t-login-panel-body {
  padding-top: 20px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.t-login-form input[type='text'],
.t-login-form input[type='email'],
.t-login-form input[type='password'] {
  height: 55px;
}

.t-login-form .field-block:first-child {
  margin-top: 0;
}

.t-login-form .btn-wrapper {
  margin-top: 32px;
  text-align: center;
}

.t-login-form .btn-wrapper .or-bd-btn {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

.form-link-wrapper {
  margin-top: 28px;
  text-align: center;
}

.form-link {
  font-size: 16px;
  line-height: 1.2;
  color:#E50046;
  font-weight: 500;
}

.form-link:hover {
  color:#E50046;
  text-decoration: underline;
}

.t-recovery-panel {
  display: none;
}

.t-recovery-panel-header {
  background-color: #66C3CD;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.t-recovery-panel-header:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #66C3CD;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -17px;
  right: 55px;
}

.t-recovery-panel-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}

.t-recovery-panel-body {
  padding-top: 20px;
  padding-bottom: 35px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.t-recovery-form input[type='text'],
.t-recovery-form input[type='email'],
.t-recovery-form input[type='password'] {
  height: 55px;
}

.t-recovery-form .field-block:first-child {
  margin-top: 0;
}

.t-recovery-form .btn-wrapper {
  margin-top: 32px;
  text-align: center;
}

.t-recovery-form .btn-wrapper .or-bd-btn {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

.rf-step-change-buttons-block {
  margin-top: 46px;
}

.rf-step-change-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}

.rf-step-change-buttons .or-bd-btn {
  padding-left: 113px;
  padding-right: 113px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
}

.rf-prev-step-btn-block {
  padding-left: 6px;
  padding-right: 6px;
}

.rf-next-step-btn-block {
  padding-left: 6px;
  padding-right: 6px;
}

.language-radio-block {
  margin-top: 20px;
}

.language-radio-title {
  font-size: 18px;
  font-weight: 600;
  color: #4D4D4F;
  line-height: 1.3;
}

.language-radio-radios {
  margin-top: 27px;
}

.language-radio-radio {
  margin-top: 17px;
}

.language-radio-radio:first-child {
  margin-top: 0;
}

.language-radio-radio .radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-radio-radio .custom-radio-text-label {
  white-space: nowrap;
}

.contact-fields {
  margin-top: 15px;
}

.address-fields-block {
  margin-top: 90px;
  margin-left: -136px;
  margin-right: -136px;
  border: 1px solid #A5A5A5;
  padding-top: 58px;
  padding-bottom: 106px;
  padding-left: 135px;
  padding-right: 135px;
}

.address-fields-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.connect-fields-block {
  margin-top: 60px;
}

.phone-fields-block {
  margin-top: 30px;
}

.phone-fields-block:first-child {
  margin-top: 0;
}

.phone-fields-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.phone-fields {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone-field {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-top: 15px;
}

.phone-field--country {
  width: 200px;
}

.phone-field--country:before {
  content: '+';
  position: absolute;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  pointer-events: none;
}

.phone-field--country input[type='text'] {
  padding-left: 35px;
  text-align: center;
}

.phone-field--region {
  width: 230px;
}

.phone-field--region:before {
  content: '(';
  position: absolute;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  pointer-events: none;
}

.phone-field--region:after {
  content: ')';
  position: absolute;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
}

.phone-field--region input[type='text'] {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

.phone-field--number {
  width: calc(100% - 690px);
}

.phone-field--number input[type='text'] {
  text-align: center;
}

.phone-field--ext {
  width: 260px;
}

.phone-field--ext:before {
  content: 'ext.';
  position: absolute;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  pointer-events: none;
}

.phone-field--ext input[type='text'] {
  padding-left: 60px;
  text-align: center;
}

.field-block--site .input-note {
  margin-top: 15px;
  max-width: 1195px;
}

.organization-note {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  color: #a5a5a5;
}

.rf-step-content--organization-info .form-agreement{
  display: none;
}

.rf-complete-block {
  background-image: url("../img/register-form-complete-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rf-complete-top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rf-complete-bottom {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #F5F5F5;
}

.h1-finopolis {
  font-size: 64px;
  margin-top: 15px;
}

.rf-complete-top-inner {
  color: #fff;
}

.rf-complete-top-inner h1 {
  color: #fff;
}

.rf-complete-top-btn-block {
  margin-top: 54px;
}

.rf-complete-top-btn-block .white-bd-btn {
  font-size: 24px;
  font-weight: 600;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 26px;
  border-radius: 40px;
  text-transform: uppercase;
}

.rf-complete-bottom-text {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  max-width: 800px;
}

.section-lk {
  padding-top: 5px;
  padding-bottom: 110px;
  font-family: "FuturaPT", sans-serif;
}

.section-lk a{
  text-decoration: none;
}

.lk-tabs-block {
  overflow: hidden;
  margin-top: 40px;
}

.lk-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.lk-tab {
  /* width: 14.28%; */
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.lk-tab * {
  pointer-events: none;
}

.lk-tab:first-child {
  padding-left: 30px;
}

.lk-tab:last-child {
  padding-right: 30px;
}

.lk-tab:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  border-right: 2px solid #fff;
  display: block;
  background-color: #66C3CD;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.lk-tab:hover:before {
  background-color:#E50046;
}

.lk-tab.active {
  pointer-events: auto;
}

.lk-tab.active:before {
  background-color:#E50046;
}

.lk-tab.complete {
  pointer-events: auto;
}

.lk-tab.complete:hover:before {
  background-color:#E50046;
}

.lk-tab__link {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  z-index: 2;
  text-align: center;
  font-size: 16px;
}

.lk-tab-content {
  padding-top: 40px;
  display: none;
}

.lk-tab-content:first-child {
  display: block;
}
.lk-common-form .field-block:first-child{
  margin-top: 0;

}
.profile-photo-block {
  width: 450px;
  height: 450px;
  /*margin-top: 30px;*/
}

.profile-photo {
  width: 100%;
  height: 100%;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lk-contact-form .col-12 .field-block:first-child {
  /*margin-top: -20px;*/
  margin-top: 0;
}
.lk-contact-form .btn-wrapper {
  margin-top: 80px;
}

.lk-contact-form .btn-wrapper .or-bd-btn {
  padding-left: 113px;
  padding-right: 113px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
}

.edit-link-block {
  position: absolute;
  top: 0;
  right: -80px;
  margin-top: 38px;
  z-index: 25;
}

.edit-link {
  width: 54px;
  height: 54px;
  display: block;
  border: 1px solid#E50046;
  border-radius: 50%;
}

.edit-link:hover {
  border: 1px solid#E50046;
}
.edit-link:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: url("../img/svg/pen.svg");
          mask-image: url("../img/svg/pen.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  background-color:#E50046;
}

.entity-radio-radio {
  margin-top: 20px;
}

.entity-radio-radio:first-child {
  margin-top: 0;
}

.natural-person-payment-form {
  margin-top: 32px;
}

.natural-person-payment-form .btn-wrapper {
  margin-top: 0;
}

.natural-person-payment-form .btn-wrapper .or-bd-btn {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
}

.legal-entity-form {
  margin-top: 20px;
  display: none;
}

.legal-entity-form .btn-wrapper {
  margin-top: 24px;
}

.legal-entity-form-bottom-buttons {
  margin-left: -17px;
  margin-right: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
}

.legal-entity-form-bottom-button {
  padding-left: 17px;
  padding-right: 17px;
}

.legal-entity-form-bottom-button .or-bd-btn {
  padding-left: 113px;
  padding-right: 113px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
}

.register-colleague-block {
  margin-top: 48px;
}

.register-colleague-block-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.register-colleague-block-descr {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 22px;
}

.register-colleague-items {
  display: none;
}

.register-colleague-item {
  margin-left: -130px;
  margin-right: -130px;
  padding-left: 129px;
  padding-right: 129px;
  border: 1px solid #A5A5A5;
  padding-bottom: 40px;
  margin-top: 54px;
  padding-top: 50px;
  position: relative;
}

.register-colleague-item__remove {
  width: 46px;
  height: 46px;
  background-image: url("../img/svg/cross.svg");
  background-repeat: no-repeat;
  background-size: 46px 46px;
  background-position: center;
  display: block;
  position: absolute;
  right: 30px;
  top: 25px;
}

.register-colleague-add-btn-block {
  margin-top: 16px;
}

.register-colleague-add-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-colleague-add-btn__text {
  padding-right: 42px;
  font-size: 16px;
  font-weight: 600;
  color:#E50046;
}

.register-colleague-add-btn__icon {
  width: 74px;
  height: 74px;
  position: relative;
  border-radius: 50%;
  border: 1px solid#E50046;
}

.register-colleague-add-btn__icon:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../img/svg/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.register-colleague-note {
  margin-top: 20px;
  margin-left: -135px;
  margin-right: -135px;
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 1.2;
  color: #4D4D4F;
}

.lk-hotel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*min-height: 240px;
  height: 240px;*/
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-hotel-item--unavailable .or-bd-btn {
  pointer-events: none;
  border-color: #A5A5A5;
  color: #A5A5A5;
}

.lk-hotel-item-img-block {
  width: 345px;
  height: 100%;
}

.lk-hotel-item-img {
  width: 100%;
  height: 100%;
}

.lk-hotel-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lk-hotel-item-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 36px;
  padding-bottom: 20px;
  width: calc(100% - 655px);
  min-height: 240px;
}

.lk-hotel-item-bron {
  width: 310px;
  padding-right: 45px;
}

.lk-hotel-item-bron .or-bd-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
  width: 100%;
}

.lk-hotel-item-bron .or-bd-btn.disabled{
  color: #ffffff;
  text-decoration: none;
  background-color:#E50046;
  border: 1px solid#E50046;
}

.lk-hotel-item-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.lk-hotel-item-phone {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 20px;
}

.lk-hotel-item-phone a {
  color: #4D4D4F;
}

.lk-hotel-item-phone a:hover {
  text-decoration: underline;
}

.lk-hotel-item-info {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.2;
}

.lk-hotel-bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}

.lk-hotel-bottom-button {
  margin-left: 36px;
}

.lk-hotel-bottom-button:first-child {
  margin-left: 0;
}

.lk-hotel-bottom-button .or-bd-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
  width: 100%;
}

.lk-events-block-title {
  font-size: 16px;
  line-height: 1.2;
  color: #4D4D4F;
}

.lk-event-list {
  margin-left: -136px;
  margin-right: -136px;
  padding-left: 136px;
  padding-right: 136px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.lk-event-list--bd-red:before {
  content: '';
  border: 10px solid#E50046;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lk-event-list-note {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.2;
  color: #4D4D4F;
}

.lk-event-list-inner {
  position: relative;
  z-index: 2;
}

.lk-event-list-date {
  font-size: 18px;
  color:#E50046;
}

.lk-event-item {
  cursor: pointer;
}

.lk-event-item {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 600;
  margin-top: 30px;
  display: block;
  margin-bottom: 0;
}

.lk-event-item:first-child {
  margin-top: 10px;
}

.lk-event-item__flag {
  position: absolute;
  left: -84px;
  top: -4px;
  width: 33px;
  height: 40px;
  background-image: url("../img/svg/flag.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px 40px;
}

.radio:checked ~ .lk-event-item__flag {
  background-image: url("../img/svg/flag-full.svg");
}

.lk-event-list-form .btn-wrapper {
  margin-top: 50px;
}

.lk-event-list-form .btn-wrapper .or-bd-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 113px;
  padding-right: 113px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
}

.lk-support-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #4D4D4F;
}

.lk-support-phone-block {
  margin-top: 26px;
}

.lk-support-phone {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  padding-left: 56px;
  color: #4D4D4F;
  position: relative;
}

.lk-support-phone:hover {
  color: #4D4D4F;
  text-decoration: underline;
}

.lk-support-phone:before {
  content: '';
  position: absolute;
  left: 4px;
  background-image: url("../img/tel-icon.png");
  width: 27px;
  height: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 27px 27px;
  background-repeat: no-repeat;
  background-position: center;
}

.lk-support-mail-block {
  margin-top: 20px;
}

.lk-support-mail {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  padding-left: 56px;
  color:#E50046;
  position: relative;
}

.lk-support-mail:hover {
  color:#E50046;
  text-decoration: underline;
}

.lk-support-mail:before {
  content: '';
  position: absolute;
  left: 4px;
  background-image: url("../img/email-icon.png");
  width: 33px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 33px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.lk-covid-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #4D4D4F;
}

.lk-covid-title .text--orange {
  display: inline-block;
}

.text--orange {
  color:#E50046;
}

.lk-covid-form {
  margin-top: 40px;
}

.loading-doc-block {
  margin-top: 30px;
}

.loading-doc-block-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.loading-doc-block-doc {
  margin-top: 15px;
}

.loading-doc-block-info {
  margin-top: 23px;
  font-size: 24px;
  line-height: 1.2;
}

.input-wrapper-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-wrapper-doc .custom-file {
  display: block;
  height: auto;
}

.input-wrapper-doc .filename {
  padding-left: 50px;
  padding-right: 50px;
  width: auto;
}

.popups {
  background-color: #333;
  display: none;
}

.popup-bron-window {
  padding: 30px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1020px;
  position: relative;
}

.popup-bron-window .fancybox-button {
  background-image: url("../img/svg/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  top: 10px;
  right: 10px;
}

.popup-bron-window .fancybox-button svg {
  display: none;
}

.popup-bron-message {
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.register-colleague-block-top-btn-block .or-bd-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
}

.smi-type-info {
  display: none;
}

.loading-photo-example-items {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loading-photo-example-item-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.loading-photo-example-item__img {
  border: 1px solid #A5A5A5;
  width: 150px;
  height: 190px;
}

.loading-photo-example-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loading-photo-example-item__info {
  font-size: 18px;
  line-height: 1.2;
  color: #4D4D4F;
  margin-top: 20px;
  text-align: center;
}

.text--grey {
  color: #A5A5A5;
}

.input-invalid{
  outline: none;
  border-color: #FF4242 !important;
}
.input-valid{
  outline: none;
  border-color: green !important;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1679.98px) {
 /* .loading-photo-example-item__img {
    width: 190px;
    height: 260px;
  }*/
  .lk-tab__link {
    font-size: 14px;
  }
  .profile-photo-block {
    width: 100%;
    height: auto;
  }
  .register-colleague-item {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .register-colleague-note {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .lk-contact-form .btn-wrapper {
    margin-top: 60px;
  }
  .lk-event-list {
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .lk-event-item__flag {
    left: -48px;
  }
  .lk-hotel-item-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199.98px) {

.t-register-btn.or-bd-btn:hover, .t-login-btn.or-bd-btn:hover,
.t-register-btn.or-bd-btn:active, .t-register-btn.or-bd-btn:focus,
.t-login-btn.or-bd-btn:active, .t-login-btn.or-bd-btn:focus  {
  border: 0;
}

  .t-register-btn {
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .t-register-btn:hover {
    background-color: #fff;
    color:#E50046;
  }
  .t-login-btn {
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .t-login-btn:hover {
    background-color: #fff;
  }
  .t-login-btn:hover .t-login-btn__icon {
    background-color:#E50046;
  }
  .t-login-btn__text {
    display: none;
  }
  .address-fields-block {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .phone-field--country {
    width: 170px;
  }
  .phone-field--region {
    width: 200px;
  }
  .phone-field--ext {
    width: 200px;
  }
  .phone-field--number {
    width: calc(100% - 570px);
  }
  /*.loading-photo-example-item__img {
    width: 150px;
    height: 200px;
  }*/
  .loading-photo-example-item-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .loading-photo-example-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .loading-photo-example-item__info {
    font-size: 16px;
  }
  .lk-tab__link {
    font-size: 12px;
  }
  .legal-entity-form-bottom-buttons {
    margin-left: -15px;
    margin-right: -15px;
  }
  .legal-entity-form-bottom-button {
    padding-left: 15px;
    padding-right: 15px;
  }
  .legal-entity-form-bottom-button .or-bd-btn {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lk-hotel-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .lk-hotel-item-content {
    width: calc(100% - 345px);
  }
  .lk-hotel-item-bron {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .lk-hotel-item-bron .or-bd-btn {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .lk-hotel-bottom-buttons {
    margin-top: 50px;
  }
  .rf-step {
    height: 60px;
  }
  .rf-step__link {
    font-size: 14px;
  }
  .custom-checkbox-text-label {
    font-size: 20px;
    max-width: calc(100% - 26px);
  }
  .custom-checkbox {
    width: 16px;
    height: 16px;
  }
  .custom-checkbox span {
    width: 10px;
    height: 10px;
  }
  .custom-radio {
    width: 16px;
    height: 16px;
  }
  .custom-radio span {
    width: 10px;
    height: 10px;
  }
  .custom-radio-text-label {
    font-size: 16px;
    max-width: calc(100% - 26px);
  }
  .rf-step-content {
    /*padding-top: 17px;*/
  }
  .bootstrap-select > .dropdown-toggle {
    height: 45px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 18px;
  }
  .bootstrap-select > .dropdown-toggle:after {
    width: 15px;
    height: 8px;
    -webkit-mask-size: 15px 8px;
            mask-size: 15px 8px;
    margin-top: -4px;
    right: 20px;
  }
  .bootstrap-select .dropdown-menu li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    -webkit-transform: translate3d(0px, 60px, 0px) !important;
            transform: translate3d(0px, 60px, 0px) !important;
  }
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='password'] {
    height: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .field-block-title,
  .loading-photo-block-title {
    font-size: 16px;
  }
  .input-wrapper-photo .custom-file {
    max-width: 280px;
  }
  .custom-file .filename {
    width: 100%;
    max-width: 280px;
    height: 45px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .required-fields-note {
    font-size: 16px;
  }
  h1 {
    font-size: 20px;
  }
  .rf-step-change-buttons .or-bd-btn {
    width: 130px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .address-fields-title {
    font-size: 20px;
  }
  .address-fields-block {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .rf-step-change-buttons-block {
    margin-top: 30px;
  }
  .required-fields-note {
    margin-top: 16px;
  }
  .address-fields-block {
    margin-top: 46px;
  }
  .rf-complete-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rf-complete-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rf-complete-bottom-text {
    font-size: 18px;
  }
  .h1-finopolis {
    font-size: 40px;
  }
  .rf-complete-top-btn-block {
    margin-top: 20px;
  }
  .rf-complete-top-btn-block .white-bd-btn {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .lk-tab {
    height: 60px;
  }
  .field-block {
    margin-top: 24px;
  }
  .field-block .input-wrapper {
    margin-top: 12px;
  }
  .edit-link-block {
    margin-top: 38px;
  }
  .edit-link {
    width: 60px;
    height: 60px;
  }
  .lk-contact-form .btn-wrapper {
    margin-right: -56px;
    margin-top: 40px;
  }
  .lk-contact-form .btn-wrapper .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .natural-person-payment-form {
    margin-top: 30px;
  }
  .natural-person-payment-form .btn-wrapper .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
  }
  .lk-hotel-item-bron {
    padding-top: 10px;
  }
  .lk-hotel-item-bron .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .lk-hotel-bottom-buttons {
    margin-top: 10px;
  }
  .lk-hotel-bottom-button {
    margin-top: 20px;
  }
  .lk-hotel-bottom-button .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .lk-event-list-form {
    margin-top: 20px;
  }
  .lk-event-list-form .btn-wrapper {
    margin-top: 20px;
  }
  .lk-event-list-form .btn-wrapper .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .register-colleague-block-top-btn-block .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .register-colleague-block {
    margin-top: 30px;
  }
  .register-colleague-add-btn__text {
    font-size: 16px;
    padding-right: 23px;
  }
  .register-colleague-add-btn__icon {
    width: 44px;
    height: 44px;
  }
  .register-colleague-add-btn__icon:before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
  }
  .register-colleague-note {
    padding-top: 34px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .legal-entity-form-bottom-buttons {
    margin-top: 10px;
  }
  .legal-entity-form-bottom-button {
    margin-top: 20px;
  }
  .legal-entity-form-bottom-button .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .rf-step:first-child {
    padding-left: 15px;
  }
  .rf-step:last-child {
    padding-right: 15px;
  }
  .rf-step {
    width: 100%;
  }
  .rf-step:before {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
  }
  .rf-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .phone-field--country {
    width: 140px;
  }
  .phone-field--region {
    width: 170px;
  }
  .phone-field--ext {
    width: 170px;
  }
  .phone-field--number {
    width: calc(100% - 480px);
  }
  .rf-complete-top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .rf-complete-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .rf-complete-bottom-text {
    font-size: 20px;
  }
  .loading-photo-example-items-block {
    margin-top: 20px;
  }
  .loading-photo-example-item__info {
    margin-top: 12px;
  }
  .lk-tab:first-child {
    padding-left: 15px;
  }
  .lk-tab:last-child {
    padding-right: 15px;
  }
  .lk-tab {
    width: 100%;
  }
  .lk-tab:before {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
  }
  .lk-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lk-tab__link {
    font-size: 22px;
  }
  .lk-tab-content {
    padding-top: 20px;
  }
  .lk-contact-form {
    padding-right: 104px;
  }
  .register-colleague-item {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
  }
  .register-colleague-item__remove {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .register-colleague-note {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lk-event-list {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 72px;
    padding-right: 12px;
  }
  .input-note {
    min-height: 0;
  }
  .lk-hotel-item-title {
    font-size: 24px;
  }
  .lk-hotel-item-phone {
    font-size: 20px;
  }
  .lk-hotel-item-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lk-hotel-item-info {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 20px;
  }
  .rf-step-change-buttons .or-bd-btn {
    width: 130px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .section-register {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .register-form-block {
    margin-top: 20px;
  }
  .rf-step {
    height: 40px;
  }
  .rf-step__link {
    font-size: 15px;
  }
  .rf-step-content {
    /*padding-top: 16px;*/
  }
  .required-fields-note {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 16px;
  }
  .calling-radio-block {
    margin-top: 15px;
  }
  .calling-radio-title {
    font-size: 15px;
  }
  .field-block-title {
    font-size: 15px;
  }
  .custom-radio {
    width: 14px;
    height: 14px;
  }
  .custom-radio span {
    width: 8px;
    height: 8px;
  }
  .custom-radio-text-label {
    max-width: calc(100% - 18px);
  }
  .custom-radio-text-label {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 12px;
  }
  .calling-radio-radios {
    margin-top: 18px;
  }
  .common-data-fields {
    margin-top: 15px;
  }
  .field-block {
    margin-top: 10px;
  }
  .field-block .input-wrapper {
    margin-top: 10px;
  }
  .input-note {
    font-size: 13px;
    min-height: 0;
  }
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='password'] {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }
  .loading-photo-block-title {
    font-size: 14px;
  }
  .loading-photo-block {
    margin-top: 16px;
  }
  .input-wrapper-photo .custom-file {
    max-width: 280px;
  }
  .custom-file .filename {
    width: 100%;
    max-width: 280px;
    height: 45px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .loading-photo-block-info {
    font-size: 14px;
  }
  .loading-doc-block-title {
    font-size: 14px;
  }
  .loading-doc-block {
    margin-top: 14px;
  }
  .input-wrapper-doc .custom-file {
    max-width: 280px;
  }
  .loading-doc-block-info {
    font-size: 14px;
  }
  .custom-checkbox {
    width: 14px;
    height: 14px;
  }
  .custom-checkbox span {
    width: 8px;
    height: 8px;
  }
  .custom-checkbox-text-label {
    max-width: calc(100% - 18px);
  }
  .custom-checkbox-text-label {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
  }
  .form-agreement .checkbox-wrapper {
    margin-top: 20px;
  }
  .rf-step-change-buttons-block {
    margin-top: 20px;
  }
  .section-topline-buttons-inner {
    padding-right: 60px;
  }
  .t-login-panel-wrapper {
    right: -60px;
    width: 290px;
  }
  .t-login-panel-title {
    font-size: 16px;
  }
  .t-login-panel-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-login-panel-header:before {
    width: 32px;
    height: 32px;
    top: -16px;
  }
  .t-login-panel-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .t-login-form .btn-wrapper {
    margin-top: 24px;
  }
  .t-login-form .btn-wrapper .or-bd-btn {
    width: 100%;
    font-size: 14px;
  }
  .form-link-wrapper {
    margin-top: 18px;
  }
  .form-link {
    font-size: 14px;
  }
  .t-recovery-panel-title {
    font-size: 16px;
  }
  .t-recovery-panel-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-recovery-panel-header:before {
    width: 32px;
    height: 32px;
    top: -16px;
  }
  .t-recovery-panel-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  .t-recovery-form .btn-wrapper {
    margin-top: 24px;
  }
  .t-recovery-form .btn-wrapper .or-bd-btn {
    width: 100%;
    font-size: 14px;
  }
  .t-login-btn-block {
    margin-left: 15px;
  }
  .ui-datepicker.ui-widget-content {
    width: 290px;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
  }
  .ui-datepicker .ui-datepicker-header {
    height: auto;
  }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
  }
  .ui-datepicker .ui-datepicker-next .ui-icon {
    width: 20px;
    height: 20px;
  }
  .ui-datepicker .ui-datepicker-next:before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
  }
  .ui-datepicker .ui-datepicker-prev .ui-icon {
    width: 20px;
    height: 20px;
  }
  .ui-datepicker .ui-datepicker-prev:before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
  }
  .ui-datepicker .ui-datepicker-calendar thead {
    font-size: 16px;
  }
  .ui-datepicker .ui-datepicker-calendar thead th {
    padding-top: 12px;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td span, .ui-datepicker .ui-datepicker-calendar tbody td a {
    width: 33px;
    height: 33px;
    font-size: 14px;
  }
  .language-radio-block {
    margin-top: 15px;
  }
  .language-radio-title {
    font-size: 14px;
  }
  .address-fields-block {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .address-fields-title {
    font-size: 18px;
  }
  .phone-fields-block {
    margin-top: 10px;
  }
  .phone-fields-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }
  .phone-fields {
    margin-left: -8px;
    margin-right: -8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .phone-field {
    padding-left: 8px;
    padding-right: 8px;
  }
  .phone-field--country {
    width: 100px;
  }
  .phone-field--country:before {
    font-size: 14px;
    left: 22px;
  }
  .phone-field--country input[type='text'] {
    padding-left: 30px;
  }
  .phone-field--region {
    width: 130px;
  }
  .phone-field--region:before {
    font-size: 14px;
    left: 22px;
  }
  .phone-field--region:after {
    font-size: 14px;
    right: 22px;
  }
  .phone-field--region input[type='text'] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .phone-field--ext {
    width: 100px;
  }
  .phone-field--ext:before {
    font-size: 14px;
    left: 22px;
  }
  .phone-field--ext input[type='text'] {
    padding-left: 40px;
  }
  .phone-field--number {
    width: calc(100% - 330px);
  }
  .connect-fields-block {
    margin-top: 20px;
  }
  .bootstrap-select > .dropdown-toggle {
    height: 40px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
  }
  .bootstrap-select > .dropdown-toggle:after {
    width: 15px;
    height: 8px;
    -webkit-mask-size: 15px 8px;
            mask-size: 15px 8px;
    margin-top: -4px;
    right: 20px;
  }
  .bootstrap-select .dropdown-menu li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    -webkit-transform: translate3d(0px, 40px, 0px) !important;
            transform: translate3d(0px, 40px, 0px) !important;
  }
  .organization-fields {
    margin-top: 10px;
  }
  .organization-note {
    font-size: 14px;
    margin-top: 10px;
  }
  .rf-complete-bottom-text {
    font-size: 14px;
  }
  .h1-finopolis {
    font-size: 40px;
  }
  .rf-complete-top-btn-block {
    margin-top: 20px;
  }
  .rf-complete-top-btn-block .white-bd-btn {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .lk-tab__link {
    font-size: 15px;
  }
  .lk-tab {
    height: 40px;
  }
  .edit-link {
    width: 40px;
    height: 40px;
  }
  .edit-link:before {
    width: 14px;
    height: 14px;
    -webkit-mask-size: 14px 14px;
            mask-size: 14px 14px;
  }
  .edit-link-block {
    margin-top: 30px;
    right: -56px;
  }
  .lk-contact-form {
    padding-right: 56px;
  }
  .lk-contact-form .btn-wrapper {
    margin-right: -56px;
    margin-top: 40px;
  }
  .lk-contact-form .btn-wrapper .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .entity-radio-radio {
    margin-top: 10px;
  }
  .natural-person-payment-form {
    margin-top: 30px;
  }
  .natural-person-payment-form .btn-wrapper .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .lk-hotel-item-img-block {
    width: 100%;
  }
  .lk-hotel-item-content {
    width: 100%;
    min-height: 0;
  }
  .lk-hotel-item-bron {
    padding-top: 10px;
  }
  .lk-hotel-item-bron .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .lk-tabs-block {
    margin-top: 30px;
  }
  .lk-hotel-item-phone {
    margin-top: 10px;
  }
  .lk-hotel-item-info {
    margin-top: 10px;
  }
  .lk-hotel-item-img-block {
    position: relative;
    padding-top: 60%;
  }
  .lk-hotel-item-img {
    position: absolute;
    top: 0;
  }
  .lk-hotel-bottom-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .lk-hotel-bottom-button {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .lk-hotel-bottom-button .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .lk-event-item__flag {
    width: 24px;
    height: 30px;
    background-size: 24px 30px;
  }
  .lk-event-list {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .lk-event-list-note {
    font-size: 16px;
    margin-top: 20px;
  }
  .lk-event-list-form {
    margin-top: 20px;
  }
  .lk-event-list-form .btn-wrapper {
    margin-top: 20px;
  }
  .lk-event-list-form .btn-wrapper .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .lk-events-block-title {
    font-size: 16px;
  }
  .lk-event-list--bd-red:before {
    border-width: 5px;
  }
  .lk-event-list {
    margin-top: 25px;
  }
  .lk-support-title {
    font-size: 16px;
  }
  .lk-support-phone-block {
    margin-top: 20px;
  }
  .lk-support-phone {
    font-size: 24px;
    padding-left: 42px;
  }
  .lk-support-phone:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .lk-support-mail-block {
    margin-top: 12px;
  }
  .lk-support-mail {
    font-size: 16px;
    padding-left: 42px;
  }
  .lk-support-mail:before {
    width: 18px;
    height: 14px;
    background-size: 18px 14px;
  }
  .lk-covid-title {
    font-size: 16px;
  }
  .lk-covid-form {
    margin-top: 26px;
  }
  .register-colleague-block-top-btn-block .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .register-colleague-block-descr {
    font-size: 16px;
  }
  .register-colleague-item {
    margin-top: 20px;
  }
  .register-colleague-block {
    margin-top: 30px;
  }
  .register-colleague-add-btn__text {
    font-size: 16px;
    padding-right: 23px;
  }
  .register-colleague-add-btn__icon {
    width: 44px;
    height: 44px;
  }
  .register-colleague-add-btn__icon:before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
  }
  .register-colleague-note {
    padding-top: 34px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .legal-entity-form-bottom-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 10px;
  }
  .legal-entity-form-bottom-button {
    margin-top: 20px;
  }
  .legal-entity-form-bottom-button .or-bd-btn {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    font-size: 14px;
  }
  .lk-event-item {
    font-size: 14px;
  }
  .lk-event-list {
    margin-left: 0;
    margin-right: 0;
    padding-right: 24px;
  }
  .lk-event-list-date {
    font-size: 14px;
  }
  .section-lk {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .ui-datepicker .ui-datepicker-title select {
    width: 70px;
  }
}

@media (max-width: 575.98px) {
  .rf-step-change-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .phone-field--region {
    width: calc(100% - 100px);
  }
  .phone-field--number {
    width: calc(100% - 100px);
  }
  .phone-field--ext {
    width: 100px;
  }
  .t-register-btn {
    font-size: 12px;
  }
  /*.loading-photo-example-item__img {
    width: 130px;
    height: 160px;
  }*/
  .loading-photo-example-item__info {
    font-size: 14px;
  }
}

/*==========  Mobile First  ==========*/
/* styles  ends*/

.ui-state-highlight{
    background-color:#ffffff!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background-color:#66C3CD!important;
}
