@charset "UTF-8";
/*-------------------- Common Styles -------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "SF Display", sans-serif;
  font-weight: normal;
  color: #333333;
}

.body-wrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #FFFFFF;
}
.body-wrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 10;
}

.show-menu {
  height: auto;
  position: relative;
  overflow: hidden;
}
.show-menu .body-wrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}

a {
  color: #2922C3;
}

.font-weight-semibold {
  font-family: "SFProDisplay-Semibold";
  font-weight: 500;
}

.text-blue {
  color: #2922C3 !important;
}

.text-lightblue {
  color: #3DB1F5 !important;
}

.text-darkblue {
  color: #0773B2 !important;
}

.text-darkblue-100 {
  color: #0076BB !important;
}

.text-grey {
  color: #6E7C8D !important;
}

.text-grey-100 {
  color: #515151 !important;
}

.text-Darkgrey {
  color: #555555 !important;
}

.text-yellow {
  color: #FF7A00 !important;
}

.text-required {
  color: #FF4343 !important;
}

.text-green {
  color: #3AA714 !important;
}

.font-size-sx {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-md {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
}

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

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

.pb-15 {
  padding-bottom: 15px !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 992px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 992px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 992px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}

@media (max-width: 992px) {
  .padding-sm-10 {
    padding: 10px !important;
  }
}

.padding-20 {
  padding: 20px !important;
}

@media (min-width: 992px) {
  .pr-lg-150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 992px) {
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

.form-group {
  margin-bottom: 0;
}

.fb-30 {
  flex-basis: 30%;
}

.fb-50 {
  flex-basis: 50%;
}

.fb-70 {
  flex-basis: 70%;
}

.btn {
  padding: 12px;
  font-size: 0.875rem;
  font-family: "SFProDisplay-Semibold";
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}
.btn:focus, .btn.focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.filter-toggle {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.btn.filter-toggle:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='17' viewBox='0 0 25 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.453125' y='0.223633' width='24.1002' height='3.00963' rx='1.50481' fill='white'/%3E%3Crect x='0.453125' y='6.99536' width='24.1002' height='3.00963' rx='1.50481' fill='white'/%3E%3Crect x='0.453125' y='13.7668' width='24.1002' height='3.00963' rx='1.50481' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 17px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
.btn.btn-search-filter {
  display: none;
}
.btn.btn-search-filter:before {
  content: none;
}
@media (max-width: 992px) {
  .btn.btn-search-filter {
    display: block;
    width: 100%;
    background: #fff;
    color: #333333;
    font-size: 16px;
    line-height: normal;
  }
}
.btn.btn-disabled {
  background-color: #C1C1C1;
  color: #fff;
  border-color: #C1C1C1;
  pointer-events: none;
}
.btn.btn-with-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn.main-btn {
  background-color: #2922C3;
  color: #fff;
  border-color: #2922C3;
}
.btn.main-btn:disabled {
  background-color: #C1C1C1;
  border-color: #C1C1C1;
  opacity: 1;
}
.btn.btn-secondary {
  background-color: #0D9DF1;
  color: #fff;
  border-color: #0D9DF1;
}
.btn.btn-blue {
  background-color: #3DB1F5;
  color: #fff;
  border-color: #3DB1F5;
  pointer-events: auto;
}
.btn.btn-green {
  background-color: #3AA714;
  color: #fff;
  border-color: #3AA714;
}
.btn.btn-sms {
  background-color: #C1C1C1;
  color: #fff;
  border-color: #C1C1C1;
}
.btn.btn-code {
  background-color: #3DB1F5;
  border-color: #3DB1F5;
  color: #fff;
}
.btn.btn-code:disabled {
  background-color: #C8C8C8;
  border-color: #C8C8C8;
  opacity: 1;
}
.btn.main-btn-outline {
  background-color: #fff;
  color: #2922C3;
  border-color: #2922C3;
}
.btn.main-btn-outline:hover {
  background-color: #2922C3;
  color: #fff;
}
.btn.btn-disabled-outline {
  background-color: #fff;
  color: #898989;
  border-color: #898989;
  pointer-events: none;
  cursor: default;
}
.btn.btn-secondary-outline {
  background-color: #fff;
  color: #0D9DF1;
  border-color: #0D9DF1;
}
.btn.btn-secondary-outline:hover {
  background-color: #0D9DF1;
  color: #fff;
}
.btn.btn-blue-outline {
  background-color: #fff;
  color: #3DB1F5;
  border-color: #3DB1F5;
}
.btn.btn-blue-outline:hover {
  background-color: #3DB1F5;
  color: #fff;
}
.btn.btn-blue-outline:hover .icon {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}
.btn.btn-blue-outline .icon {
  fill: #3DB1F5;
}

hr {
  border-color: #BCC8E5;
}

hr.border-blue {
  border-color: #3DB1F5;
}

hr.border-gray {
  border-color: #BBBBBB;
  border-width: 3px;
  margin: 30px 0;
}

.body-header {
  position: relative;
  border-bottom: 1px solid #BCC8E5;
  margin-top: 1.25rem;
  margin-bottom: 1.625rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .body-header {
    margin-top: 0.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .body-header--hidden {
    display: none;
  }
}
.body-header .body-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .body-header .body-title--hidden {
    display: none;
  }
}
@media (max-width: 992px) {
  .body-header .body-title {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .body-header .body-title {
    font-size: 2rem;
  }
}
.body-header .body-message-info {
  font-size: 1rem;
  line-height: normal;
  color: #7A8399;
  margin-bottom: 0.625rem;
}
@media (max-width: 992px) {
  .body-header .body-message-info {
    font-size: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .body-header .body-message-info--hidden {
    display: none;
  }
}

.breadcrumbs {
  background: #F5F5F5;
  border-top: 1px solid #BCC8E5;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb {
  padding: 15px 0;
  background: none;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #7A8399;
}
.breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #7A8399;
  font-weight: normal;
}
.breadcrumbs .breadcrumb li, .breadcrumbs .breadcrumb a {
  color: #2922C3;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .breadcrumbs li, .breadcrumbs a {
    font-size: 0.875rem;
  }
}

select {
  color: #000;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #7A8399;
  display: inline;
}

.pages-title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
  color: #000000;
}

.pages-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #7A8399;
}

.pages-hr {
  width: 100%;
  background: #BCC8E5;
  margin-bottom: 25px !important;
}

/*********   input, select, checkbox   **********/
.input, .select, .textarea {
  border: 1px solid #BCC8E5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  font-size: 14px;
  color: #333333;
  padding: 12px;
}
.input::-webkit-input-placeholder, .select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #8B9CB2;
}
.input:-moz-placeholder, .select:-moz-placeholder, .textarea:-moz-placeholder {
  font-size: 14px;
  color: #8B9CB2;
}
.input::-moz-placeholder, .select::-moz-placeholder, .textarea::-moz-placeholder {
  font-size: 14px;
  color: #8B9CB2;
}
.input:-ms-input-placeholder, .select:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #8B9CB2;
}
.input:focus, .select:focus, .textarea:focus {
  outline: none;
  border: 1px solid #2922C3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input:disabled, .select:disabled, .textarea:disabled {
  background: #F5F5F5;
  color: #6E7C8D;
}
.input.is-invalid, .select.is-invalid, .textarea.is-invalid {
  color: #FF3D3D;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin: 0;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #65A768;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.custom-checkbox:checked + label::before {
  border-color: #65A768;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.828125 3.59737L3.87231 6.64156L9.4709 1.04297' stroke='%2365A768' stroke-width='2'/%3E%3C/svg%3E");
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.custom-checkbox:focus + label::before {
  box-shadow: none;
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.form_radio {
  display: inline-flex;
  margin-right: 2rem;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  user-select: none;
}

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/radio-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Checked */
.form_radio input[type=radio]:checked + label:before {
  background-image: url("../images/radio-2.svg");
}

/* Hover */
.form_radio label:hover:before {
  filter: brightness(120%);
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}

.label-group {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

/******************************/
.date .kv-date-remove {
  display: none;
}
.date .kv-date-picker {
  background-color: white;
  border: 1px solid #BCC8E5;
  border-radius: 10px;
}
.date .kv-date-picker .kv-dp-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.24 3.26758H3.18831C2.07898 3.26758 1.17969 4.16301 1.17969 5.26758V17.2676C1.17969 18.3721 2.07898 19.2676 3.18831 19.2676H15.24C16.3494 19.2676 17.2487 18.3721 17.2487 17.2676V5.26758C17.2487 4.16301 16.3494 3.26758 15.24 3.26758Z' stroke='%23BCC8E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.2305 1.26758V5.26758' stroke='%23BCC8E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.19727 1.26758V5.26758' stroke='%23BCC8E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.17969 9.26758H17.2487' stroke='%23BCC8E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.20589 13.2676H5.19727V15.2676H7.20589V13.2676Z' stroke='%23BCC8E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 18px;
}
.date .input {
  border-right: none;
}
.date .input:focus {
  outline: none;
  border-color: #BCC8E5;
}

.label {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4576_11185)'%3E%3Cpath d='M11.2946 0.999537C10.9053 0.610265 10.2743 0.609921 9.88462 0.998769L6 4.87492L2.11538 0.998768C1.72569 0.609921 1.09466 0.610265 0.705384 0.999537C0.315811 1.38911 0.315811 2.02073 0.705384 2.41031L5.29289 6.99782C5.68342 7.38834 6.31658 7.38834 6.70711 6.99782L11.2946 2.41031C11.6842 2.02073 11.6842 1.38911 11.2946 0.999537Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4576_11185'%3E%3Crect width='12' height='7.41' fill='white' transform='translate(0 0.294922)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #BCC8E5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #6E7C8D;
  font-family: "SFProDisplay-Light";
}

span.multiselect-native-select {
  width: 100%;
}

.js-multiselect + .btn-group {
  display: block;
}

.multiselect-container .multiselect-all {
  padding: 0 !important;
}

.multiselect-container .multiselect-all .form-check-label {
  font-weight: normal !important;
}

.multiselect-container .multiselect-all, .multiselect-reset {
  display: inline-block;
  width: 50%;
  color: #677087;
  font-weight: normal;
}

.multiselect-reset {
  padding: 0 !important;
}
.multiselect-reset .btn-outline-secondary {
  background: none;
  border: none;
  color: #FE5B5B;
  font-size: 12px;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback) {
  background: transparent !important;
}
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback):hover {
  background: transparent !important;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background: transparent !important;
}

.multiselect-filter > .fa-search:before {
  content: "";
  display: block;
  background-image: url("/../images/search.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.multiselect-filter > input.multiselect-search {
  border: 1px solid lightgrey !important;
  border-radius: 5px !important;
}

.multiselect-filter {
  margin-bottom: 5px;
}

.multiselect-container.dropdown-menu {
  scrollbar-width: thin;
  scrollbar-color: #BCC8E5 #FFFFFF;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-track {
  background: white;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #BCC8E5;
  border-radius: 5px;
  border: 3px solid #BCC8E5;
}

.invalid-feedback {
  margin-top: 10px;
  background-color: #FEE7E7;
  align-items: flex-start;
  padding: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FF3D3D;
}
.invalid-feedback.has-error {
  position: relative;
  padding: 14px 14px 14px 40px;
  width: max-content;
}
.invalid-feedback.has-error::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23FF3D3D'/%3E%3Cpath d='M9.01953 5.54492H10.7773L10.6367 11.2168H9.16016L9.01953 5.54492ZM10.5723 13.8828C10.3887 14.0586 10.1641 14.1465 9.89844 14.1465C9.63281 14.1465 9.40625 14.0586 9.21875 13.8828C9.03516 13.7031 8.94336 13.4844 8.94336 13.2266C8.94336 12.9688 9.03516 12.752 9.21875 12.5762C9.40625 12.3965 9.63281 12.3066 9.89844 12.3066C10.1641 12.3066 10.3887 12.3965 10.5723 12.5762C10.7598 12.752 10.8535 12.9688 10.8535 13.2266C10.8535 13.4844 10.7598 13.7031 10.5723 13.8828Z' fill='%23FF3D3D'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
}

.valid-feedback {
  margin-top: 10px;
  background-color: #7EC166;
  align-items: flex-start;
  width: fit-content;
  padding: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #3AA714;
}
.valid-feedback:before {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  min-height: 15px;
  min-width: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8' cy='8.0211' rx='7.5' ry='7.50138' fill='%233AA714'/%3E%3Cpath d='M6.95209 11.5217C6.68193 11.5217 6.41995 11.4163 6.22893 11.228L3.5 8.55781L4.9477 7.14126L6.90434 9.05446L10.9595 4.52045L12.5 5.8382L7.72438 11.1786C7.53745 11.3869 7.27138 11.5111 6.98893 11.5204C6.97529 11.5217 6.96301 11.5217 6.95209 11.5217Z' fill='white'/%3E%3C/svg%3E");
}

.help-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "SFProDisplay-Semibold";
  color: #3AA714;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-block:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8' cy='8.0211' rx='7.5' ry='7.50138' fill='%233AA714'/%3E%3Cpath d='M6.95209 11.5217C6.68193 11.5217 6.41995 11.4163 6.22893 11.228L3.5 8.55781L4.9477 7.14126L6.90434 9.05446L10.9595 4.52045L12.5 5.8382L7.72438 11.1786C7.53745 11.3869 7.27138 11.5111 6.98893 11.5204C6.97529 11.5217 6.96301 11.5217 6.95209 11.5217Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.help-valid {
  background-color: #E8FFD7;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.3;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.loader-container .load-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.loader-container .loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-container .loader div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #2922C3;
  border-radius: 50%;
  animation: lds-default 1.4s linear infinite;
}
.loader-container .loader div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loader-container .loader div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loader-container .loader div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loader-container .loader div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loader-container .loader div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loader-container .loader div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loader-container .loader div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loader-container .loader div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loader-container .loader div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loader-container .loader div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loader-container .loader div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loader-container .loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 100% {
    transform: scale(1);
    background: rgba(41, 34, 195, 0.2);
  }
  50% {
    transform: scale(1.3);
    background: rgba(41, 34, 195, 0.5);
  }
  80% {
    transform: scale(1.5);
    background: rgb(41, 34, 195);
  }
}

.textarea {
  min-height: 120px;
  max-width: 980px;
  width: 100%;
  resize: none;
}

.statement-list2 li {
  margin-bottom: 10px;
}
.statement-list2 li:last-child {
  margin-bottom: 0;
}

.colgap-10 {
  column-gap: 10px;
}

@media (min-width: 992px) {
  .colgap-lg-20 {
    column-gap: 20px;
  }
}

.agreed-block {
  overflow-y: auto;
  position: relative;
}

.agreed-overflow {
  overflow: auto;
}

.agreed-block.scrolled .hidden-label {
  display: block;
}

.agreed-block.scrolled .hidden-label {
  display: block;
}

.agreed-block.scrolled .hidden-label {
  display: block;
}

.agreed-overflow::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.agreed-overflow::-webkit-scrollbar-thumb {
  background: transparent;
}

.agreed-overflow::-webkit-scrollbar-track {
  background: transparent;
}

.agreed-overflow {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

p {
  margin-bottom: 0;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  outline: none !important;
  border: none;
}

ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

input {
  border: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-left: 0;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background: transparent;
}

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

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
}

.required label.label:after {
  content: "*";
  color: #FF4343;
  margin-left: 5px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF3D3D !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23FF3D3D'/%3E%3Cpath d='M9.01953 5.54492H10.7773L10.6367 11.2168H9.16016L9.01953 5.54492ZM10.5723 13.8828C10.3887 14.0586 10.1641 14.1465 9.89844 14.1465C9.63281 14.1465 9.40625 14.0586 9.21875 13.8828C9.03516 13.7031 8.94336 13.4844 8.94336 13.2266C8.94336 12.9688 9.03516 12.752 9.21875 12.5762C9.40625 12.3965 9.63281 12.3066 9.89844 12.3066C10.1641 12.3066 10.3887 12.3965 10.5723 12.5762C10.7598 12.752 10.8535 12.9688 10.8535 13.2266C10.8535 13.4844 10.7598 13.7031 10.5723 13.8828Z' fill='%23FF3D3D'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  background-position: right 0.75rem center;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3AA714;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11.5858L1.70711 6.29289C1.31658 5.90237 0.683418 5.90237 0.292893 6.29289C-0.0976311 6.68342 -0.0976311 7.31658 0.292893 7.70711L6.29289 13.7071C6.68342 14.0976 7.31658 14.0976 7.70711 13.7071L19.7071 1.70711C20.0976 1.31658 20.0976 0.683418 19.7071 0.292893C19.3166 -0.0976311 18.6834 -0.0976311 18.2929 0.292893L7 11.5858Z' fill='%233AA714'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  background-position: right calc(0.375em + 0.5rem) center;
}

.form-check {
  padding-right: 1.25rem;
  padding-left: 0;
}

@font-face {
  font-family: "SF Display";
  font-style: normal;
  src: local("SF Display"), local("SF Display"), url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SFProDisplay-Bold";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: local("SFProDisplay-Bold"), local("SFProDisplay-Bold"), url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay-Light";
  src: url("../fonts/SF Pro Display Light.eot");
  src: local("SF Pro Display Light"), local("SF Pro Display Light"), url("../fonts/SF Pro Display Light.woff2") format("woff2"), url("../fonts/SF Pro Display Light.woff") format("woff"), url("../fonts/SF Pro Display Light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay-Semibold";
  src: url("../fonts/SF Pro Display Semibold.eot");
  src: local("SF Pro Display Semibold"), local("SF Pro Display Semibold"), url("../fonts/SF Pro Display Semibold.woff2") format("woff2"), url("../fonts/SF Pro Display Semibold.woff") format("woff"), url("../fonts/SF Pro Display Semibold.ttf") format("truetype");
  font-style: normal;
}
.sub-header {
  width: 100%;
  background: #2922C3;
  color: #fff;
  font-weight: normal;
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .sub-header {
    padding: 10px 0;
  }
}
.sub-header a {
  color: #fff;
  font-size: 0.875rem;
  padding: 0.6rem 0;
}
@media (max-width: 992px) {
  .sub-header a {
    padding-bottom: 0;
  }
}
.sub-header .dropdown .dropdown-info {
  display: inline-block;
}
.sub-header .dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 1px 0 rgba(33, 33, 33, 0.25);
  -moz-box-shadow: 0 2px 1px 0 rgba(33, 33, 33, 0.25);
  box-shadow: 0 2px 1px 0 rgba(33, 33, 33, 0.25);
  background: #FFFFFF;
  padding: 0;
  border: none;
  min-width: 14rem;
}
.sub-header .dropdown .dropdown-menu .dropdown-item {
  color: #000;
  padding: 0.5rem 1.5rem;
}
.sub-header .dropdown .dropdown-menu .dropdown-item:hover {
  background: none;
}
.sub-header .city-select {
  position: relative;
  padding-left: 2.5rem;
  display: block;
}
.sub-header .city-select:before {
  content: "";
  width: 22px;
  height: 30px;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url("../images/index-page/map-mark.svg") center no-repeat;
  background-size: 100%;
}
@media (max-width: 992px) {
  .sub-header .city-select:before {
    width: 14px;
    height: 19px;
  }
}
.sub-header .city-select-block {
  position: relative;
}
.sub-header .city-select-block .popover {
  color: #000;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0 0.2rem 1rem 0.1rem rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0.2rem 1rem 0.1rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.2rem 1rem 0.1rem rgba(0, 0, 0, 0.35);
}
.sub-header .city-select-block .popover.show {
  display: block;
}
.sub-header .city-select-block .popover.popover-bottom {
  top: 3.125rem;
  left: 50%;
  margin-left: -115px;
  width: 230px;
  padding: 1rem;
}
.sub-header .city-select-block .popover.popover-bottom .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.sub-header .city-select-block .popover.popover-bottom .popover-arrow:after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.sub-header .city-select-block .popover-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.sub-header .city-select-block .popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.sub-header .city-select-block .popover-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.sub-header .city-select-block .popover-content .btn {
  padding: 0.375rem 0.75rem;
  width: 45%;
  border-width: 1px;
}
.sub-header .city-select-block .popover-arrow {
  border-width: 11px;
}
.sub-header .city-select-block .popover-arrow:after {
  content: "";
  border-width: 10px;
}
.sub-header .lang-select {
  padding-left: 0;
  margin: 0;
}
.sub-header .lang-select li {
  display: inline-block;
  list-style: none;
}
.sub-header .lang-select li.active a, .sub-header .lang-select li:hover a {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}
.sub-header .lang-select li a {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 1.875rem 0.9rem;
  background: transparent;
  border: 1px solid transparent;
}

.main-header {
  width: 100%;
  background: #fff;
  z-index: 101;
  position: relative;
}
.main-header.box-shadow {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(60, 56, 205, 0.15);
  -moz-box-shadow: 0px 5px 15px 0px rgba(60, 56, 205, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(60, 56, 205, 0.15);
}
@media (max-width: 992px) {
  .main-header .main-logo {
    margin: 0 auto;
  }
}
.main-header .main-logo img {
  width: 240px;
  height: 68px;
}
@media (max-width: 992px) {
  .main-header .main-logo img {
    width: auto;
    height: 45px;
  }
}
.main-header .navbar-wrapper .nav-link {
  color: #333333;
  margin: 0 1rem;
}
.main-header .navbar-wrapper .navbar-indigo a {
  font-size: 0.875rem;
  font-weight: 600;
}
.main-header .navbar-wrapper .navbar-indigo a:hover {
  color: #2922C3;
}
.main-header .navbar-wrapper .navbar-indigo .nav-item.active a {
  color: #2922C3;
}
.main-header .mobile-menu {
  left: -100%;
  position: fixed;
  background: #5E59D2;
  max-width: 100%;
  height: 100%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
  top: 0;
  bottom: 0;
  width: 90%;
  z-index: 10151;
  color: #fff;
  padding: 1rem;
}
.main-header .mobile-menu .menu-header {
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}
.main-header .mobile-menu .menu-header .close-menu {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  right: 1.25rem;
  top: 0.1rem;
  z-index: 1;
}
.main-header .mobile-menu .menu-header .close-menu:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.55rem;
  margin-top: -0.55rem;
  background: url("../images/index-page/close-menu.svg") no-repeat center;
  background-size: 100%;
}
.main-header .mobile-menu .menu-body {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 100%;
  padding-bottom: 3rem;
  overflow-y: auto;
}
.main-header .mobile-menu ul {
  padding: 0 1rem;
  list-style: none;
}
.main-header .mobile-menu ul li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.main-header .mobile-menu ul li:first-child {
  margin-top: 0;
}
.main-header .mobile-menu ul li ul {
  padding-top: 1rem;
  padding-bottom: 0;
  margin-top: 0.75rem;
}
.main-header .mobile-menu ul li ul li {
  border: none;
  font-weight: 400;
  padding-bottom: 0;
}
.main-header .mobile-menu ul li a {
  color: #fff;
}
.main-header .mobile-menu.show {
  left: 0;
}
.main-header .mobile-menu .swipe-area {
  position: absolute;
  width: 50px;
  right: -20px;
  top: 0;
  height: 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  .main-header {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(60, 56, 205, 0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(60, 56, 205, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(60, 56, 205, 0.15);
  }
}

.btn-mobile-menu, .btn-mobile-login {
  display: none;
}
@media (max-width: 992px) {
  .btn-mobile-menu, .btn-mobile-login {
    display: block;
  }
}
.btn-mobile-menu:before, .btn-mobile-login:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.btn-mobile-menu {
  left: 0;
}
.btn-mobile-menu:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='23' viewBox='0 0 33 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.21875' width='32.0308' height='4' rx='2' fill='%232922C3'/%3E%3Crect y='9.21875' width='32.0308' height='4' rx='2' fill='%232922C3'/%3E%3Crect y='18.2188' width='32.0308' height='4' rx='2' fill='%232922C3'/%3E%3C/svg%3E%0A");
}

.btn-mobile-login {
  right: 0;
}
.btn-mobile-login:before {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0781 31.2188C24.3624 31.2188 31.0781 24.503 31.0781 16.2188C31.0781 7.93448 24.3624 1.21875 16.0781 1.21875C7.79385 1.21875 1.07812 7.93448 1.07812 16.2188C1.07812 24.503 7.79385 31.2188 16.0781 31.2188Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0781 21.2188C19.5299 21.2188 22.3281 18.4205 22.3281 14.9688C22.3281 11.517 19.5299 8.71875 16.0781 8.71875C12.6263 8.71875 9.82812 11.517 9.82812 14.9688C9.82812 18.4205 12.6263 21.2188 16.0781 21.2188Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.04688 27.3709C6.98845 25.5197 8.42394 23.9651 10.1944 22.8793C11.9649 21.7935 14.0013 21.2188 16.0783 21.2188C18.1552 21.2187 20.1916 21.7935 21.9621 22.8793C23.7326 23.9651 25.1681 25.5197 26.1097 27.3709' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.user-header .user-avatar {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 1px solid #9E9E9E;
  overflow: hidden;
}
.user-header .img-fluid {
  max-width: 100%;
  height: auto;
}
.user-header .user-info-header {
  margin-left: 0.5rem;
  display: inline-block;
  color: #212121;
}
.user-header .user-info-header .user-name {
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 4px;
}
.user-header .user-info-header .user-iin {
  font-weight: 100;
  font-size: 13px;
  color: #BCC8E5;
}
.user-header .user--menu-list {
  font-weight: normal;
  right: 0;
  left: auto;
  top: 120%;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.user-header .user--menu-list .dropdown-item {
  font-weight: normal !important;
  border-bottom: 1px solid #E0E0E0;
  padding: 0.5rem 1rem;
}
.user-header .user--menu-list li:last-child .dropdown-item {
  border-bottom: none;
}
.user-header .dropdown-toggle::after {
  display: none;
}

.clock-text {
  text-align: center;
}
@media (max-width: 992px) {
  .clock-text {
    text-align: left;
  }
}

/*User header*/
.user-header .dropdown-toggle:after {
  display: none;
}
.user-header .dropdown-toggle:hover .user-info-header {
  color: #2922C3;
}
.user-header .user-view-header .user-avatar {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.user-header .user-view-header .user-info-header {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.8125rem;
}
.user-header .user-view-header .user-info-header .user-name {
  font-family: "SFProDisplay-Bold";
}
.user-header .user-view-header .user-info-header .user-name .user-panel-text {
  text-transform: lowercase;
  display: inline-block;
}
.user-header .user-view-header .user-info-header .user-name .user-panel-text:first-letter {
  text-transform: capitalize;
}
.user-header .user-view-header .user-info-header .user-iin {
  font-family: "SFProDisplay-Light";
  color: #BCC8E5;
}
.user-header .user--menu-list {
  font-weight: normal;
  right: 0;
  left: auto;
  top: 120%;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.user-header .user--menu-list .dropdown-item {
  font-weight: normal !important;
  padding: 0.5rem 1rem;
}
.user-header .user--menu-list li:last-child .dropdown-item {
  border-bottom: none;
}
.user-header.show .dropdown-toggle {
  color: #2922C3;
}

.footer {
  font-family: "Roboto", sans-serif;
  background-color: #2922C3;
  padding: 3.75rem 2.5rem 2.5rem 2.5rem;
}
@media (max-width: 992px) {
  .footer {
    padding: 2rem 1rem 0 1rem;
  }
}
.footer a {
  color: #FFFFFF;
  line-height: normal;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer a:hover {
  color: #FFA300;
  text-decoration: none;
}
.footer .f-logo {
  display: block;
}
@media (max-width: 992px) {
  .footer .f-logo {
    margin-bottom: 25px;
  }
}
.footer .f-logo img {
  max-width: 15rem;
}
.footer .f-header {
  align-items: center;
  color: #FFFFFF;
  font-size: 22px;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .footer .f-header {
    padding-top: 15px;
  }
}
.footer .f-header h4 {
  font-size: 28px;
  font-weight: 600;
  color: #FFFFFF;
}
.footer .f-body {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footer .f-body {
    font-size: 16px;
  }
}
.footer .f-body li {
  padding-bottom: 0.875rem;
}
.footer .f-link li {
  padding-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .footer .f-link li {
    padding-bottom: 15px;
  }
}
.footer .f-copy {
  padding: 1.875rem 0 0 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer .f-copy {
    font-size: 16px;
    padding: 0 0 30px 0;
  }
}

.ui-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0;
}

.blue-with-border {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2922C3;
  padding: 9px 15px;
  border: 2px solid #2922C3;
  border-radius: 5px;
}
.blue-with-border:hover {
  background-color: #2922C3;
  border: 2px solid transparent;
  color: #ffffff;
}
.blue-with-border:active {
  background: #5D58CB;
  border: 2px solid transparent;
}
.blue-with-border:disabled {
  color: #C1C1C1;
  border: 2px solid #C1C1C1;
}
.blue-with-border:disabled:hover {
  color: #C1C1C1;
  border: 2px solid #C1C1C1;
  background: #ffffff;
}
.blue-with-border:disabled:active {
  color: #C1C1C1;
  border: 2px solid #C1C1C1;
  background: #ffffff;
}

.blue-with-bg {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 9px 15px;
  border: 2px solid #2922C3;
  border-radius: 5px;
  background: #2922C3;
}
.blue-with-bg:hover {
  background-color: #080384;
  border: 2px solid transparent;
  color: #ffffff;
}
.blue-with-bg:active {
  background: #7F7BD3;
  border: 2px solid transparent;
}
.blue-with-bg:disabled {
  color: #ffffff;
  border: 2px solid #C1C1C1;
  background: #C1C1C1;
}
.blue-with-bg:disabled:hover {
  color: #ffffff;
  border: 2px solid #C1C1C1;
  background: #C1C1C1;
}
.blue-with-bg:disabled:active {
  color: #ffffff;
  border: 2px solid #C1C1C1;
  background: #C1C1C1;
}

.text-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2922C3;
}
.text-button:hover {
  color: #504ACB;
}
.text-button:active {
  color: #827ECE;
}

.bright-with-border {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3DB1F5;
  padding: 9px 15px;
  border: 2px solid #3DB1F5;
  border-radius: 5px;
  background: #ffffff;
}
.bright-with-border:hover {
  background-color: #3DB1F5;
  border: 2px solid transparent;
  color: #ffffff;
}
.bright-with-border:active {
  background: #71C4F4;
  border: 2px solid transparent;
}
.bright-with-border:disabled {
  color: #C1C1C1;
  border: 2px solid #C1C1C1;
}
.bright-with-border:disabled:hover {
  color: #C1C1C1;
  border: 2px solid #C1C1C1;
  background: #ffffff;
}
.bright-with-border:disabled:active {
  color: #C1C1C1;
  border: 2px solid #C1C1C1;
  background: #ffffff;
}

.bright-with-bg {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 9px 15px;
  border: 2px solid #3DB1F5;
  border-radius: 5px;
  background: #3DB1F5;
}
.bright-with-bg:hover {
  background-color: #158BD0;
  border: 2px solid transparent;
  color: #ffffff;
}
.bright-with-bg:active {
  background: #8ECAEE;
  border: 2px solid transparent;
}
.bright-with-bg:disabled {
  color: #ffffff;
  border: 2px solid #C1C1C1;
  background: #C1C1C1;
}
.bright-with-bg:disabled:hover {
  color: #ffffff;
  border: 2px solid #C1C1C1;
  background: #C1C1C1;
}
.bright-with-bg:disabled:active {
  color: #ffffff;
  border: 2px solid #C1C1C1;
  background: #C1C1C1;
}

.green-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.green-checkbox__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.green-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.green-checkbox__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 1px solid #65A768;
  border-radius: 2px;
}
.green-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.green-checkbox .green-checkbox__input:checked ~ .green-checkbox__checkmark:after {
  display: block;
}

.green-checkbox .green-checkbox__checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #65A768;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blue-checkbox {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-checkbox__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.blue-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.blue-checkbox__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 1px solid #2922C3;
  border-radius: 2px;
}
.blue-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.blue-checkbox .blue-checkbox__input:checked ~ .blue-checkbox__checkmark:after {
  display: block;
}

.blue-checkbox .blue-checkbox__checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #2922C3;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blue-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blue-radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.blue-radio__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 1px solid #2922C3;
  border-radius: 50%;
}
.blue-radio__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.blue-radio .blue-radio__input:checked ~ .blue-radio__checkmark:after {
  display: block;
}

.blue-radio .blue-radio__checkmark:after {
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  background-color: #2922C3;
  border-radius: 50%;
}

.green-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.green-radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.green-radio__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 1px solid #3DB1F5;
  border-radius: 50%;
}
.green-radio__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.green-radio .green-radio__input:checked ~ .green-radio__checkmark:after {
  display: block;
}

.green-radio .green-radio__checkmark:after {
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  background-color: #3DB1F5;
  border-radius: 50%;
}

span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiselect.dropdown-toggle:after {
  display: none;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  padding: 0;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container .multiselect-filter > .fa-search {
  z-index: 1;
  padding-left: 0.75rem;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding-left: 2rem;
  margin-left: -1.625rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.multiselect-container .multiselect-filter > input.multiselect-search:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.multiselect-container .multiselect-filter > .multiselect-moz-clear-filter {
  margin-left: -1.5rem;
  display: none;
}
.multiselect-container .multiselect-option.multiselect-group-option-indented {
  padding-left: 1.75rem;
}

.multiselect-container .multiselect-option,
.multiselect-container .multiselect-group,
.multiselect-container .multiselect-all {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.multiselect-container .multiselect-option.dropdown-item,
.multiselect-container .multiselect-option.dropdown-toggle,
.multiselect-container .multiselect-group.dropdown-item,
.multiselect-container .multiselect-group.dropdown-toggle,
.multiselect-container .multiselect-all.dropdown-item,
.multiselect-container .multiselect-all.dropdown-toggle {
  cursor: none;
}

.multiselect-container .multiselect-option .form-check-label,
.multiselect-container .multiselect-group .form-check-label,
.multiselect-container .multiselect-all .form-check-label {
  cursor: none;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: lightgrey;
  color: black;
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-all:focus {
  background-color: darkgray !important;
}

.multiselect-container .multiselect-option .form-check,
.multiselect-container .multiselect-group .form-check,
.multiselect-container .multiselect-all .form-check {
  padding: 0 5px 0 20px;
}

.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
  outline: none;
}

.form-inline .multiselect-container span.form-check {
  padding: 3px 20px 3px 40px;
}

.input-group.input-group-sm > .multiselect-native-select .multiselect {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-right: 1.75rem;
  height: 4em;
}
.input-group > .multiselect-native-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group > .multiselect-native-select > div.btn-group {
  width: 100%;
}
.input-group > .multiselect-native-select:not(:first-child) .multiselect {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .multiselect-native-select:not(:last-child) .multiselect {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bg-img img {
  width: 100%;
  display: block;
}

.helpful-services {
  background: url("../images/bg-help-service.png") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.helpful-services h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.helpful-services p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.helpful-services .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 20px;
}
.helpful-services .body {
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 8px;
  height: 100%;
  font-size: 0.875rem;
  width: 50%;
}
@media (max-width: 992px) {
  .helpful-services .body {
    width: 100%;
  }
}
.helpful-services .body .more-link {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  margin-bottom: 10px;
}
.helpful-services .body .more-link:hover {
  color: #2922C3;
}

.service-list {
  padding: 1.25rem 1rem;
}
.service-list .list li {
  margin-bottom: 15px;
}
.service-list .list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border: 1px solid #3DB1F5;
  background-color: #FFFFFF;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.service-list .list .icon {
  fill: #3DB1F5;
  width: 1.125rem;
  height: 1.125rem;
}
.service-list .list span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  color: #333333;
}

.bg-blueColor {
  background-color: #DEEFFF;
}

.bg-lightColor {
  background-color: #E9F4FF;
}

.border-round_5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.border-round_7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.border-round_10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.border-round_20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.border-color_blue {
  border: 1px solid #3DB1F5;
}
.border-color_lightblue {
  border: 1px solid #BCC8E5;
}
.border-color-gray {
  border: 1px solid #CACACA;
}
.border-color-grey {
  border: 1px solid #BCC8E5;
}
.border-white {
  border: 2px solid #FFFFFF;
}

.d-info-list {
  padding: 0.875rem;
}
.d-info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.d-info-item h5 {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.d-info-item p {
  font-size: 1.125rem;
  color: #2922C3;
  line-height: 1.5rem;
}
.d-info-item .icon {
  fill: #3DB1F5;
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.d-info-item .icon-border {
  fill: transparent;
  stroke: #3DB1F5;
}

.s-info-list .icon {
  fill: #3DB1F5;
  margin-bottom: 11px;
}
.s-info-list .icon-border {
  stroke: #3DB1F5;
  fill: transparent;
}
.s-info-list h6 {
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.s-info-list p {
  font-size: 1.5rem;
  color: #2922C3;
}
.s-info-all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
}
.s-info-all .icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 0;
}
.s-info-all h5 {
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.s-info-all h6 {
  font-weight: bold;
  white-space: nowrap;
}
.s-info-all p {
  font-weight: 600;
}
.s-info-all .count {
  font-size: 18px;
}
.s-info-all .icon {
  fill: #3DB1F5;
}
@media (max-width: 992px) {
  .s-info-all {
    width: 50%;
  }
}

/**************  Tabs  **************/
.tab-body-group .nav-tabs {
  border-bottom: 1px solid #BCC8E5;
  column-gap: 3px;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs {
    border: none;
  }
}
.tab-body-group .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
}
.tab-body-group .nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 0.3125rem 0.3125rem 0 0;
  -moz-border-radius: 0.3125rem 0.3125rem 0 0;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 1px solid #BCC8E5;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #7A8399;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  height: 100%;
  background-color: #EFF4FF;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs .nav-item .nav-link {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: left;
    border-color: transparent;
    background-color: transparent;
    font-weight: 600;
    color: #333333;
  }
}
.tab-body-group .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
  color: #000000;
  background-color: #FFFFFF;
  border-top: 7px solid #3DB1F5;
  padding-top: 2px;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs .nav-item .nav-link.active {
    padding: 0.8rem 1rem;
    border: 1px solid #3DB1F5;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.tab-body-group .nav-tabs .nav-item .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.tab-body-group .tab-content {
  border: 1px solid #BCC8E5;
  border-top: none;
  padding: 25px 15px;
  -webkit-border-radius: 0 0 0.625rem 0.625rem;
  -moz-border-radius: 0 0 0.625rem 0.625rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (max-width: 992px) {
  .tab-body-group .tab-content {
    border: none;
    padding: 0;
  }
}

/********** list style **********/
.description__list {
  padding: 0;
  margin: 0;
}
.description__item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .description__item {
    margin-bottom: 30px;
  }
}
.description__title {
  font-weight: bold;
}

.info-card .bg-img {
  margin-right: 27px;
}
.info-card .bg-img img {
  width: 149px;
  height: 149px;
  object-fit: fill;
}
.info-card .description__title {
  font-weight: 600;
}
.info-card p {
  font-size: 14px;
  line-height: normal;
}

.main-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.main-cards .card {
  margin-bottom: 20px;
  padding: 14px;
  width: 100%;
  max-width: 337px;
}
@media (max-width: 992px) {
  .main-cards .card {
    max-width: 100%;
  }
}
.main-cards .card-head {
  padding: 6px 8px 13px 15px;
  font-size: 14px;
}
.main-cards .card-head h5 {
  color: #0076BB;
  font-family: "SFProDisplay-Bold";
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-box-pack: end;
}
.main-cards .card-head .city-select {
  color: #7A8399;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 55%;
  text-align: right;
}
.main-cards .card .title {
  font-size: 14px;
  color: #333333;
  font-family: "SFProDisplay-Bold";
  text-transform: uppercase;
}
.main-cards.block-2-cards .card {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 992px) {
  .main-cards.block-2-cards .card {
    width: 100%;
  }
}
.main-cards.block-3-cards .card {
  width: calc((100% - 40px) / 3);
}

.icon-map:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9996 0C4.75189 0 2.10938 2.64251 2.10938 5.89056C2.10938 6.73777 2.28278 7.54667 2.62452 8.29499C4.09724 11.5176 6.92085 14.9201 7.75137 15.886C7.81359 15.9582 7.9043 15.9998 7.99977 15.9998C8.09523 15.9998 8.18595 15.9582 8.24817 15.886C9.07836 14.9203 11.902 11.518 13.3752 8.29499C13.7171 7.54667 13.8903 6.73777 13.8903 5.89056C13.89 2.64251 11.2475 0 7.9996 0ZM7.9996 8.95013C6.31254 8.95013 4.93987 7.57746 4.93987 5.89039C4.93987 4.20317 6.31254 2.83049 7.9996 2.83049C9.68667 2.83049 11.0593 4.20317 11.0593 5.89039C11.0595 7.57746 9.68683 8.95013 7.9996 8.95013Z' fill='%23EF9610'/%3E%3C/svg%3E%0A");
}

.icon-phone:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.94692 1.39509L3.91586 1.08548C4.82379 0.795366 5.79385 1.26422 6.18267 2.18109L6.95644 4.0057C7.29362 4.80081 7.10651 5.73582 6.49386 6.31734L4.78897 7.93555C4.89417 8.90348 5.21952 9.85658 5.76505 10.7948C6.31057 11.7331 6.99189 12.5114 7.809 13.1298L9.85668 12.447C10.6328 12.1882 11.4781 12.4856 11.9542 13.1851L13.0633 14.8146C13.6167 15.6276 13.5172 16.7493 12.8305 17.4388L12.0946 18.1776C11.362 18.913 10.3157 19.1798 9.34787 18.8778C7.06291 18.1651 4.96203 16.049 3.04523 12.5296C1.12565 9.00503 0.448181 6.0147 1.01282 3.5586C1.25041 2.52512 1.98617 1.70208 2.94692 1.39509Z' stroke='%233DB1F5' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.icon-finish:before {
  content: "";
  display: inline-block;
  width: 151px;
  height: 151px;
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75.5' cy='75.5' r='75.5' fill='%23FBFBFB'/%3E%3Cpath d='M89 35V43C89 45.208 87.208 47 85 47H59C56.792 47 55 45.208 55 43V35H64C64 30.6 67.6 27 72 27C76.4 27 80 30.6 80 35H89Z' fill='%23FFBD64'/%3E%3Cpath d='M51 59H65V73H51V59Z' fill='%23F5F5F5'/%3E%3Cpath d='M51 91H65V105H51V91Z' fill='%23F5F5F5'/%3E%3Cpath d='M106 117C118.703 117 129 106.703 129 94C129 81.2975 118.703 71 106 71C93.2975 71 83 81.2975 83 94C83 106.703 93.2975 117 106 117Z' fill='%23F5F5F5'/%3E%3Cpath d='M65 76H51C49.344 76 48 74.656 48 73V59C48 57.344 49.344 56 51 56H65C66.656 56 68 57.344 68 59V73C68 74.656 66.656 76 65 76ZM54 70H62V62H54V70Z' fill='%23FFBD64'/%3E%3Cpath d='M65 108H51C49.344 108 48 106.656 48 105V91C48 89.344 49.344 88 51 88H65C66.656 88 68 89.344 68 91V105C68 106.656 66.656 108 65 108ZM54 102H62V94H54V102Z' fill='%23FFBD64'/%3E%3Cpath d='M75 58H97V64H75V58Z' fill='%23FFBD64'/%3E%3Cpath d='M106 120C91.664 120 80 108.336 80 94C80 79.664 91.664 68 106 68C120.336 68 132 79.664 132 94C132 108.336 120.336 120 106 120ZM106 74C94.972 74 86 82.972 86 94C86 105.028 94.972 114 106 114C117.028 114 126 105.028 126 94C126 82.972 117.028 74 106 74Z' fill='%23FFBD64'/%3E%3Cpath d='M101.973 105C101.192 105 100.435 104.684 99.8836 104.119L92 96.1098L96.1822 91.861L101.835 97.5995L113.55 84L118 87.9525L104.204 103.971C103.664 104.596 102.895 104.968 102.079 104.996C102.04 105 102.004 105 101.973 105Z' fill='%231185E0'/%3E%3Cpath d='M108 59H101.844V46.9809C101.844 44.2297 99.5423 41.9896 96.7149 41.9896H89V36H96.7149C102.94 36 108 40.9274 108 46.9809V59Z' fill='%231185E0'/%3E%3Cpath d='M80 120H47.0907C40.9727 120 36 115.068 36 109V47C36 40.932 40.9727 36 47.0907 36H54.6728V42H47.0907C44.312 42 42.0495 44.244 42.0495 47V109C42.0495 111.756 44.312 114 47.0907 114H80V120Z' fill='%231185E0'/%3E%3Cpath d='M85 50H59C55.14 50 52 46.86 52 43V35C52 33.344 53.344 32 55 32H61.416C62.728 27.388 66.976 24 72 24C77.024 24 81.272 27.388 82.584 32H89C90.656 32 92 33.344 92 35V43C92 46.86 88.86 50 85 50ZM58 38V43C58 43.552 58.448 44 59 44H85C85.552 44 86 43.552 86 43V38H80C78.344 38 77 36.656 77 35C77 32.244 74.756 30 72 30C69.244 30 67 32.244 67 35C67 36.656 65.656 38 64 38H58Z' fill='%231185E0'/%3E%3C/svg%3E");
}

.icon-warning:before {
  content: "";
  display: inline-block;
  width: 151px;
  height: 151px;
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75.5' cy='75.5' r='75.5' fill='%23FBFBFB'/%3E%3Cg clip-path='url(%23clip0_5029_16745)'%3E%3Cpath d='M26.0508 112.28L75.4991 26.7188L124.947 112.28H26.0508Z' fill='%23FBFBFB'/%3E%3Cpath d='M75.499 103.561C78.5835 103.561 81.0839 101.06 81.0839 97.9756C81.0839 94.8911 78.5835 92.3906 75.499 92.3906C72.4145 92.3906 69.9141 94.8911 69.9141 97.9756C69.9141 101.06 72.4145 103.561 75.499 103.561Z' fill='%23FFBD64'/%3E%3Cpath d='M72.3464 86.1569H78.6526C79.9958 86.1569 81.085 85.0678 81.085 83.7246V55.7234C81.085 54.3802 79.9958 53.291 78.6526 53.291H72.3464C71.0032 53.291 69.9141 54.3802 69.9141 55.7234V83.725C69.9139 85.0682 71.0028 86.1569 72.3464 86.1569Z' fill='%23FFBD64'/%3E%3Cpath d='M124.949 114.333H26.0519C25.3188 114.333 24.6413 113.942 24.2748 113.307C23.9082 112.672 23.9084 111.889 24.2754 111.255L73.7237 25.6931C74.0904 25.0586 74.7674 24.668 75.5001 24.668C76.2327 24.668 76.9099 25.0586 77.2764 25.6931L126.725 111.255C127.092 111.889 127.092 112.672 126.725 113.307C126.359 113.942 125.682 114.333 124.949 114.333ZM29.6074 110.23H121.393L75.5003 30.8204L29.6074 110.23Z' fill='%231185E0'/%3E%3Cpath d='M52.8588 82.2223C52.5103 82.2223 52.1573 82.1333 51.834 81.9464C50.8529 81.3793 50.5173 80.1244 51.0842 79.1433L51.9145 77.7071C52.4814 76.726 53.7367 76.3903 54.7176 76.9574C55.6987 77.5245 56.0343 78.7794 55.4674 79.7605L54.6371 81.1967C54.2567 81.8549 53.5673 82.2223 52.8588 82.2223Z' fill='%231185E0'/%3E%3Cpath d='M38.1556 107.664C37.8072 107.664 37.4544 107.575 37.1309 107.388C36.1498 106.821 35.8142 105.566 36.3811 104.585L46.4604 87.1445C47.0275 86.1634 48.2825 85.8279 49.2636 86.3948C50.2447 86.9619 50.5802 88.2168 50.0133 89.1979L39.934 106.638C39.5538 107.296 38.8644 107.664 38.1556 107.664Z' fill='%231185E0'/%3E%3Cpath d='M75.5004 105.612C71.2892 105.612 67.8633 102.186 67.8633 97.975C67.8633 93.7641 71.2894 90.3379 75.5004 90.3379C79.7113 90.3379 83.1377 93.7641 83.1377 97.975C83.1377 102.186 79.7115 105.612 75.5004 105.612ZM75.5004 94.4414C73.5518 94.4414 71.9668 96.0266 71.9668 97.975C71.9668 99.9233 73.5518 101.509 75.5004 101.509C77.4489 101.509 79.0342 99.9233 79.0342 97.975C79.0342 96.0266 77.4489 94.4414 75.5004 94.4414Z' fill='%231185E0'/%3E%3Cpath d='M78.6534 88.2101H72.3474C69.8748 88.2101 67.8633 86.1985 67.8633 83.7259V55.7244C67.8633 53.2518 69.8748 51.2402 72.3474 51.2402H78.6534C81.126 51.2402 83.1375 53.2518 83.1375 55.7244V83.7259C83.1377 86.1981 81.126 88.2101 78.6534 88.2101ZM72.3474 55.3437C72.1376 55.3437 71.9668 55.5145 71.9668 55.7244V83.7259C71.9668 83.9358 72.1376 84.1066 72.3474 84.1066H78.6534C78.8632 84.1066 79.034 83.9358 79.034 83.7259V55.7244C79.034 55.5145 78.8632 55.3437 78.6534 55.3437H72.3474Z' fill='%231185E0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5029_16745'%3E%3Crect width='103' height='103' fill='white' transform='translate(24 18)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-warning--2 {
  content: "";
  display: inline-block;
  width: 151px;
  height: 151px;
  background-image: url("data:image/svg+xml,%3Csvg width='152' height='152' viewBox='0 0 152 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='76' cy='76' r='75.5' fill='%23FBFBFB'/%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath d='M26.5508 112.781L75.9991 27.2196L125.447 112.781H26.5508Z' fill='%23FBFBFB'/%3E%3Cpath d='M75.999 104.06C79.0835 104.06 81.5839 101.56 81.5839 98.4751C81.5839 95.3906 79.0835 92.8901 75.999 92.8901C72.9145 92.8901 70.4141 95.3906 70.4141 98.4751C70.4141 101.56 72.9145 104.06 75.999 104.06Z' fill='%23FFBD64'/%3E%3Cpath d='M72.8464 86.657H79.1526C80.4958 86.657 81.585 85.5678 81.585 84.2246V56.2235C81.585 54.8802 80.4958 53.7911 79.1526 53.7911H72.8464C71.5032 53.7911 70.4141 54.8802 70.4141 56.2235V84.225C70.4139 85.5682 71.5028 86.657 72.8464 86.657Z' fill='%23FFBD64'/%3E%3Cpath d='M125.449 114.833H26.5519C25.8188 114.833 25.1413 114.441 24.7748 113.806C24.4082 113.171 24.4084 112.389 24.7754 111.754L74.2237 26.1927C74.5904 25.5582 75.2674 25.1675 76.0001 25.1675C76.7327 25.1675 77.4099 25.5582 77.7764 26.1927L127.225 111.754C127.592 112.389 127.592 113.171 127.225 113.806C126.859 114.442 126.182 114.833 125.449 114.833ZM30.1074 110.729H121.893L76.0003 31.3199L30.1074 110.729Z' fill='%23FF4343'/%3E%3Cpath d='M53.3588 82.7215C53.0103 82.7215 52.6573 82.6325 52.334 82.4457C51.3529 81.8785 51.0173 80.6236 51.5842 79.6425L52.4145 78.2063C52.9814 77.2252 54.2367 76.8895 55.2176 77.4566C56.1987 78.0237 56.5343 79.2786 55.9674 80.2597L55.1371 81.6959C54.7567 82.3541 54.0673 82.7215 53.3588 82.7215Z' fill='%23FF4343'/%3E%3Cpath d='M38.6556 108.164C38.3072 108.164 37.9544 108.075 37.6309 107.888C36.6498 107.321 36.3142 106.066 36.8811 105.085L46.9604 87.6447C47.5275 86.6636 48.7825 86.3281 49.7636 86.895C50.7447 87.4621 51.0802 88.717 50.5133 89.6981L40.434 107.139C40.0538 107.796 39.3644 108.164 38.6556 108.164Z' fill='%23FF4343'/%3E%3Cpath d='M76.0004 106.112C71.7892 106.112 68.3633 102.686 68.3633 98.4746C68.3633 94.2637 71.7894 90.8375 76.0004 90.8375C80.2113 90.8375 83.6377 94.2637 83.6377 98.4746C83.6377 102.686 80.2115 106.112 76.0004 106.112ZM76.0004 94.941C74.0518 94.941 72.4668 96.5263 72.4668 98.4746C72.4668 100.423 74.0518 102.008 76.0004 102.008C77.9489 102.008 79.5342 100.423 79.5342 98.4746C79.5342 96.5263 77.9489 94.941 76.0004 94.941Z' fill='%23FF4343'/%3E%3Cpath d='M79.1534 88.7092H72.8474C70.3748 88.7092 68.3633 86.6976 68.3633 84.225V56.2235C68.3633 53.7508 70.3748 51.7393 72.8474 51.7393H79.1534C81.626 51.7393 83.6375 53.7508 83.6375 56.2235V84.225C83.6377 86.6972 81.626 88.7092 79.1534 88.7092ZM72.8474 55.8428C72.6376 55.8428 72.4668 56.0136 72.4668 56.2235V84.225C72.4668 84.4348 72.6376 84.6056 72.8474 84.6056H79.1534C79.3632 84.6056 79.534 84.4348 79.534 84.225V56.2235C79.534 56.0136 79.3632 55.8428 79.1534 55.8428H72.8474Z' fill='%23FF4343'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='103' height='103' fill='white' transform='translate(24.5 18.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.service-list .list a {
  display: grid;
  grid-template-columns: 1fr 20px;
}

.collapse-item {
  margin-bottom: 20px;
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.collapse-item.radius {
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
}
.collapse-item-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 19px 22px 19px 12px;
  background-color: #E9F4FF;
  border-left: 9px solid #3DB1F5;
  cursor: pointer;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.collapse-item-btn h6 {
  font-family: "SFProDisplay-Bold";
  font-size: 18px;
  margin-bottom: 0;
}
.collapse-item-btn .arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.collapse-item-btn .arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.366116 0.357981C0.854272 -0.119327 1.64573 -0.119327 2.13388 0.357981L10 8.0493L17.8661 0.357981C18.3543 -0.119327 19.1457 -0.119327 19.6339 0.357981C20.122 0.835288 20.122 1.60916 19.6339 2.08646L10.8839 10.642C10.3957 11.1193 9.60427 11.1193 9.11612 10.642L0.366116 2.08646C-0.122039 1.60916 -0.122039 0.835288 0.366116 0.357981Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 20px;
  height: 11px;
  display: inline-block;
}
@media (max-width: 992px) {
  .collapse-item-btn {
    font-size: 14px;
    padding: 14px;
  }
}
.collapse-item-btn.arrow-rotate {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  border-bottom: 1px solid #C1C1C1;
}
.collapse-item-btn.arrow-rotate .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.collapse-body {
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 992px) {
  .collapse-body {
    padding: 20px;
  }
}
.collapse-body a {
  text-decoration: underline;
}
.collapse-body a:hover, .collapse-body a:focus {
  text-decoration: none;
  outline: none;
}

.table-simple {
  color: #333333;
  border-collapse: separate;
  border-spacing: 0;
  line-height: normal;
}
.table-simple th, .table-simple td {
  border: none;
  vertical-align: middle;
}
.table-simple thead th {
  border-bottom: 1px solid #BCC8E5;
  vertical-align: middle;
  border-top: 1px solid #CACACA;
}
.table-simple thead tr th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.table-simple thead tr th:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.table-simple tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-simple tbody tr:nth-of-type(odd) {
  background-color: rgb(255, 255, 255);
}
.table-simple tbody tr:last-child td {
  border-bottom: 1px solid #CACACA;
}
.table-simple tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.table-simple tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.table-simple tr th:first-child, .table-simple tr td:first-child {
  border-left: 1px solid #CACACA;
}
.table-simple tr th:last-child, .table-simple tr td:last-child {
  border-right: 1px solid #CACACA;
}
.table-simple .small {
  color: #7A8399;
}

@media (max-width: 992px) {
  .table-mobile {
    border: 0;
  }
  .table-mobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile tr, .table-mobile tr:nth-of-type(odd) {
    display: block;
    background-color: rgba(0, 0, 0, 0.05) !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .table-mobile td {
    display: flex;
    border: none !important;
  }
  .table-mobile td div {
    width: 60%;
  }
  .table-mobile td::before {
    content: attr(data-label);
    width: 45%;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .table-striped-mobile {
    border: 0;
  }
  .table-striped-mobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-striped-mobile td {
    display: flex;
    border: none !important;
  }
  .table-striped-mobile td div {
    width: 60%;
  }
  .table-striped-mobile td::before {
    content: attr(data-label);
    width: 45%;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .table-mobile-first--none, .table-mobile-first--done {
    border: 0;
  }
  .table-mobile-first--none thead, .table-mobile-first--done thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile-first--none tr, .table-mobile-first--done tr {
    display: block;
  }
  .table-mobile-first--none td, .table-mobile-first--done td {
    display: flex;
    border: none !important;
  }
  .table-mobile-first--none td div, .table-mobile-first--done td div {
    width: 50%;
  }
  .table-mobile-first--none td::before, .table-mobile-first--done td::before {
    content: attr(data-label);
    width: 50%;
    font-weight: bold;
  }
  .table-mobile-first--none td:first-child, .table-mobile-first--done td:first-child {
    display: none;
  }
}

.table-simple-mobile td {
  padding: 0.5rem;
}

.table-last-short td:last-child {
  width: 40%;
}
@media (max-width: 992px) {
  .table-last-short td:last-child {
    width: 100%;
  }
}

.table-first-short td:nth-child(2) {
  width: 35%;
}
@media (max-width: 992px) {
  .table-first-short td:nth-child(2) {
    width: 100%;
  }
}

.str-short {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .str-short {
    -webkit-line-clamp: 2;
  }
}

.date-circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.date-circle.bg-green {
  background-color: #3AA714;
}
.date-circle.bg-grey {
  background-color: #C4C4C4;
}

.passport-order-item {
  display: flex;
  column-gap: 20px;
  margin-bottom: 5px;
}
.passport-order-item:last-child .step-order:before, .passport-order-item:last-child .step-order:after {
  content: none;
}
.passport-order .step-order {
  position: relative;
  z-index: 1;
}
.passport-order .step-order span {
  font-size: 18px;
  font-weight: bold;
}
.passport-order .step-order:before {
  content: "";
  background: #DEEFFF;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}
.passport-order .step-order:after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -2px;
  transform: translate(-50%, 0%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.5 9.5' style='enable-background:new 0 0 15.5 9.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23DEEFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7.1,8.5c0.4,0.4,1,0.4,1.4,0l6.4-6.4c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L7.8,6.4L2.2,0.7 c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L7.1,8.5z'/%3E%3C/svg%3E%0A");
}
.passport-order .body-order {
  padding-bottom: 20px;
}

.img-100 img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}

.crop-height-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.hide-text {
  color: #2922C3;
}

.main-card__tag_hide {
  display: none;
}
.main-card__tag_show-more_func {
  cursor: pointer;
  background: transparent;
}

/***************/
.long-cards .card {
  padding: 12px 15px;
  margin-bottom: 17px;
  position: relative;
}
.long-cards .card:last-child {
  margin-bottom: 0;
}
.long-cards .card .list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.long-cards .card .list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .long-cards .card .list li {
    column-gap: 10px;
  }
  .long-cards .card .list li:last-child {
    margin-bottom: 20px;
  }
}
.long-cards .card .list .icon {
  fill: transparent;
  stroke: #3DB1F5;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  flex-shrink: 0;
}
.long-cards .card .col-lg-6:nth-child(odd) .list {
  position: relative;
}
.long-cards .card .col-lg-6:nth-child(odd) .list:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #BCC8E5;
}
@media (max-width: 992px) {
  .long-cards .card .col-lg-6:nth-child(odd) .list:after {
    height: 1px;
    width: 100%;
    top: 100%;
    right: 0;
    position: relative;
    display: block;
    margin: 20px 0;
  }
}
.long-cards .card-title {
  color: #7A8399;
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .long-cards .card-title {
    position: absolute;
    right: 15px;
    top: 12px;
  }
}
.long-cards .img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.long-cards .city-select {
  color: #515151;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.long-cards .city-select .icon-map {
  display: block;
  margin-right: 2px;
}

.form-date .form-control {
  padding: 6.5px 8px;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #C4CFE8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 95px;
}
.form-date a {
  text-decoration: none;
}
.form-date input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 1200px) {
  .form-date .filter-buttons .btn {
    width: 50%;
  }
}

.main-title {
  font-family: "SFProDisplay-Bold";
  color: #333333;
  font-size: 36px;
}
@media (max-width: 992px) {
  .main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sub-title {
  font-size: 1.125rem;
  line-height: normal;
}

.promo {
  position: relative;
  background: linear-gradient(90deg, #FFFFFF 25.61%, #FFFFFF 48.46%, rgba(255, 255, 255, 0.8) 56.53%, rgba(253, 252, 252, 0.565581) 60.62%, rgba(250, 249, 247, 0) 70.46%);
}
.promo-body {
  padding: 4.5rem 0;
  background-image: url("../images/index-page/bg-promo-left.svg"), url("../images/index-page/bg-promo-right.svg"), url("../images/index-page/bg-promo.jpg");
  background-repeat: no-repeat;
  background-position: 0 90%, 100% 0, 100% 100%;
  min-height: 615px;
}
.promo-body .btn {
  font-size: 18px;
  padding: 20px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 993px) and (max-width: 1224px) {
  .promo-body {
    background-size: auto, auto, cover;
  }
}
@media (min-width: 428px) and (max-width: 992px) {
  .promo-body {
    background-size: auto, contain;
  }
}
@media (max-width: 992px) {
  .promo-body {
    background-image: url("../images/index-page/bg-promo-left.svg"), url("../images/index-page/bg-promo-mob.jpg");
    background-position: 0 75%, 100% 100%;
    padding: 1.875rem 0 0 0;
    min-height: 700px;
  }
}
.promo-title {
  line-height: normal;
}
.promo-title .promo-sub-title {
  font-size: 24px;
  font-weight: normal;
}
.promo-title .btn-promo-city {
  color: #2922C3;
  position: relative;
}
.promo-title .btn-promo-city:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 1px dashed #2922C3;
}
.promo-title h2 {
  font-size: 60px;
  color: #FF9900;
  font-family: "SFProDisplay-Bold";
  font-weight: 700;
}
.promo-title h2.subtitle {
  color: #000;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .promo-title h2 {
    font-size: 36px;
  }
}
.promo .stamp-icon {
  position: absolute;
  right: 2.25rem;
  bottom: 0;
  margin-bottom: -90px;
}
@media (max-width: 1450px) {
  .promo .stamp-icon img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .promo .stamp-icon {
    margin-bottom: -20px;
  }
}
@media (max-width: 992px) {
  .promo .stamp-icon {
    margin-bottom: -50px;
    right: 0;
  }
  .promo .stamp-icon img {
    width: 114px;
  }
}

.counter-section {
  padding: 20px 0;
}
.counter-section .font-size-sm {
  font-size: 0.875rem;
  white-space: nowrap;
}
.counter-section .container-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #BCC8E5;
  width: 1px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .counter-section .container-item:after {
    content: none;
  }
}
.counter-section .container-item:last-child:after {
  content: none;
}
.counter-section .odometer-formatting-mark {
  margin-right: 5px;
  position: relative;
  top: 10px;
}
.counter-section .slick-dots {
  margin-top: 30px;
}
.counter-section .slick-dots li button:before {
  color: #6690FF;
  font-size: 10px;
}
@media (max-width: 992px) {
  .counter-section .single-slide .slick-slide {
    text-align: center;
  }
}
.counter-section .single-slide.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.counter-section .slick-prev {
  left: 30px;
  margin-top: 15px;
}
.counter-section .slick-next {
  right: 30px;
  margin-top: 15px;
}
.counter-section .slick-prev, .counter-section .slick-next {
  z-index: 2;
}
.counter-section .slick-prev:before, .counter-section .slick-next:before {
  content: "";
  display: block;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.75' x2='11.0712' y2='-0.75' transform='matrix(0.687745 0.725953 -0.687745 0.725953 0.3125 1.74683)' stroke='%236690FF' stroke-width='1.5'/%3E%3Cline y1='-0.75' x2='11.0712' y2='-0.75' transform='matrix(0.687745 -0.725953 0.687745 0.725953 1.38281 16.7468)' stroke='%236690FF' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 17px;
}
.counter-section .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.counter-section .slick-prev.slick-disabled:before, .counter-section .slick-next.slick-disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.75' x2='11.0712' y2='-0.75' transform='matrix(-0.687745 0.725953 0.687745 0.725953 9.6875 1.42261)' stroke='%23C4C4C4' stroke-width='1.5'/%3E%3Cline y1='-0.75' x2='11.0712' y2='-0.75' transform='matrix(-0.687745 -0.725953 -0.687745 0.725953 8.60938 16.4226)' stroke='%23C4C4C4' stroke-width='1.5'/%3E%3C/svg%3E");
  opacity: 1;
}
.counter-section .slick-prev.slick-disabled:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.counter-section .slick-next.slick-disabled:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.check-section {
  background: #fafaf8;
}
@media (max-width: 992px) {
  .check-section-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.check-section .container {
  position: relative;
  padding: 20px 0 0 0;
  display: flex;
}
@media (max-width: 992px) {
  .check-section .container {
    padding: 0 15px;
    display: block;
  }
}
.check-section .container:before {
  content: "";
  background-image: url("../images/index-page/bg-check-img.jpg");
  flex-shrink: 0;
  display: inline-block;
  width: 299px;
  height: 343px;
  margin-left: -80px;
  margin-right: 80px;
  margin-top: auto;
}
@media (max-width: 992px) {
  .check-section .container:before {
    content: none;
  }
}
.check-section .field-studentstatusform-recaptcha .rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none !important;
}
.check-section .field-studentstatusform-recaptcha .rc-anchor-light.rc-anchor-normal {
  border: 1px solid transparent !important;
}
.check-section .field-studentstatusform-recaptcha .rc-anchor {
  border-radius: 10px !important;
  box-shadow: none !important;
}

.search-form .label {
  font-size: 18px;
  color: #333333;
}
.search-form .form-control[type=text] {
  padding: 0.875rem;
  border: 1px solid #3DB1F5;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  font-size: 1rem;
  height: auto;
}
@media (max-width: 992px) {
  .search-form .form-control[type=text] {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 7px;
  }
}
.search-form .form-control[type=text]:focus {
  box-shadow: none;
}
.search-form .form-control[type=text]::placeholder {
  color: #7A8399;
}
.search-form .btn-search {
  background-color: #3DB1F5;
  border: 1px solid #3DB1F5;
  color: #fff;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  font-size: 1rem;
  font-family: "SFProDisplay-Bold";
  padding: 0 40px;
}
@media (max-width: 992px) {
  .search-form .btn-search {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    padding: 0.875rem;
  }
}

.g-recaptcha {
  border: 1px solid #3DB1F5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  background: #fff;
}

.service {
  background-color: #ffffff;
  background-image: url("../images/index-page/bg-service.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .service {
    padding: 30px 0;
    background-image: none;
  }
}
.service-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .service-container {
    flex-wrap: wrap;
  }
}
.service a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 22px;
}
.service-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px dashed #2922C3;
  transition: 0.15s;
  width: calc((100% - 0px) / 4);
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .service-item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.service-item:hover {
  -webkit-transform: translate(0px, -15px);
  -moz-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  background-color: #FAFAFA;
  border-color: #5B5753;
}
@media (max-width: 992px) {
  .service-item:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.service-item .icon {
  fill: #FF9900;
  width: 80px;
  height: 80px;
}
.service-item .icon-border {
  fill: transparent;
  stroke: #FF9900;
}
.service-item h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #5B5753;
}
.service-item p {
  color: #555555;
  margin-bottom: 18px;
  text-align: center;
}
.service-help {
  background: linear-gradient(90deg, #2922C3 3.04%, #5F59D2 100%);
  padding: 50px 0 0 0;
}
@media (max-width: 992px) {
  .service-help {
    padding: 30px 0;
  }
}
.service-help .main-title {
  color: #FFFFFF;
}
.service-help-body {
  background-image: url("../images/index-page/bg-service-right.png"), url("../images/index-page/bg-service-left.svg");
  background-repeat: no-repeat;
  background-position: 100% 75%, 0 100%;
  min-height: 850px;
}
@media (max-width: 992px) {
  .service-help-body {
    background-image: none;
  }
}
.service-help .service-container {
  flex-wrap: wrap;
}
.service-help .service-item {
  width: calc((100% - 40px) / 3);
  border: none;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .service-help .service-item {
    width: 100%;
  }
}
.service-help .service-item p {
  font-family: "SFProDisplay-Light";
}
.service-help .icon {
  width: 40px;
  height: 40px;
}
.service-process {
  background-image: url("../images/index-page/bg-service-process.svg");
  background-position: 0 0;
}
@media (max-width: 992px) {
  .service-process {
    background-image: none;
  }
}
.service-process .service-container {
  flex-wrap: wrap;
}
.service-process .service-item {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .service-process .service-item {
    width: 100%;
  }
}

.news-section {
  background: #2A23C4;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .news-section {
    padding: 40px 0;
  }
}
.news-section .main-title {
  color: #FFFFFF;
}
.news-section .slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  position: relative;
}
@media (max-width: 1450px) {
  .news-section .slider {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .news-section .slider {
    display: none;
  }
}
.news-section .slider:before {
  content: "";
  background: #2A23C4;
  width: 60px;
  height: 100%;
  left: -5px;
  top: 0;
  position: absolute;
  z-index: 1;
}
.news-section .slider:after {
  content: "";
  background: #2A23C4;
  width: 60px;
  height: 100%;
  right: -5px;
  top: 0;
  position: absolute;
  z-index: 1;
}
.news-section .slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.news-section .slick-prev {
  left: 0;
  z-index: 5;
  height: 100%;
}
.news-section .slick-prev:before {
  content: "";
  background-image: url("../images/carusel-arrow.svg");
  background-repeat: no-repeat;
  width: 143px;
  height: 280px;
  position: absolute;
  left: -90px;
  top: 0;
  margin-top: -2px;
}
.news-section .slick-next {
  right: 0;
  z-index: 5;
  height: 100%;
}
.news-section .slick-next:before {
  content: "";
  background-image: url("../images/carusel-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(180deg);
  width: 143px;
  height: 280px;
  position: absolute;
  right: -90px;
  top: 0;
  margin-top: -2px;
}
.news-section .slick-slide {
  margin: 0 10px;
}
.news-section .slider-mobile {
  display: none;
}
@media (max-width: 992px) {
  .news-section .slider-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-section .slider-mobile .slide-mob-item {
    margin-bottom: 10px;
  }
  .news-section .slider-mobile .slide-mob-item_hide {
    display: none;
  }
  .news-section .slider-mobile .show-more-button {
    width: 100%;
    font-size: 16px;
    margin-top: 22px;
  }
}

.new-services {
  background-image: url(../images/new-services/bg.svg);
  background-color: #FFFFFF;
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 99px 0 86px 0;
  position: relative;
}
@media (min-width: 1000px) and (max-width: 1366px) {
  .new-services {
    background-image: url(../images/new-services/bg-1366.svg);
  }
}
@media (max-width: 992px) {
  .new-services {
    background-image: url(../images/new-services/bg-mobile.svg);
    background-repeat: repeat-x;
    background-size: auto;
    padding: 70px 0 40px 0;
  }
}
.new-services h2 {
  color: #333333;
  font-size: 42px;
  font-family: "SFProDisplay-Bold";
  text-align: center;
}
@media (min-width: 1000px) {
  .new-services h2 {
    padding: 0 150px;
  }
}
@media (min-width: 321px) and (max-width: 992px) {
  .new-services h2 {
    font-size: 15px;
    padding: 0 60px;
  }
}
@media (max-width: 320px) {
  .new-services h2 {
    font-size: 15px;
    padding: 0 20px;
  }
}
.new-services .logo-img {
  display: block;
  margin-bottom: 43px;
}
@media (max-width: 992px) {
  .new-services .logo-img img {
    width: 190px;
  }
}
.new-services .icons-content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.new-services .icons-content .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 16px 34px rgba(15, 91, 238, 0.15);
  -moz-box-shadow: 0px 16px 34px rgba(15, 91, 238, 0.15);
  box-shadow: 0px 16px 34px rgba(15, 91, 238, 0.15);
  background-repeat: no-repeat;
  background-position: center;
  width: 66px;
  height: 66px;
  position: absolute;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.new-services .icons-content .icons .icon {
  fill: #8D96AD;
  width: 70%;
  height: 70%;
}
.new-services .icons-content .icons.icon-1 {
  left: 5%;
  top: 156px;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons.icon-1 {
    left: 0;
    top: 50px;
  }
}
.new-services .icons-content .icons.icon-2 {
  left: 15%;
  top: 10px;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons.icon-2 {
    left: 0;
    top: 155px;
  }
}
.new-services .icons-content .icons.icon-3 {
  left: 28%;
  top: 85px;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons.icon-3 {
    left: 17%;
    top: 0;
  }
}
.new-services .icons-content .icons.icon-4 {
  right: 26%;
  top: -28px;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons.icon-4 {
    right: 20%;
    top: -10px;
  }
}
.new-services .icons-content .icons.icon-5 {
  right: 17%;
  top: 115px;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons.icon-5 {
    right: 0;
    top: 40px;
  }
}
.new-services .icons-content .icons.icon-6 {
  right: 5%;
  top: 15px;
}
@media (max-width: 992px) {
  .new-services .icons-content .icons.icon-6 {
    right: 0;
    top: 165px;
  }
}

.border-main {
  border-color: #B6CDD2 !important;
}

.border-blue {
  border-color: #3DB1F5 !important;
}

.g-callout {
  font-size: 0.875rem;
}
.g-callout.g-callout-warning {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .g-callout.g-callout-warning {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.g-callout.g-callout-warning p {
  color: #333333;
}
.g-callout.g-callout-warning:before {
  content: "";
  display: inline-block;
  background-image: url("../images/ic-warning.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 8px;
}
.g-callout.g-callout-blue-warning {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #72C1D9;
  width: max-content;
  padding: 12px 20px;
}
.g-callout.g-callout-blue-warning p {
  color: white;
}
@media (max-width: 992px) {
  .g-callout.g-callout-blue-warning {
    width: 100%;
  }
}
.g-callout.g-callout-blue-warning:before {
  content: "";
  display: inline-block;
  background-image: url("../images/ic-warning-white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 8px;
}
.g-callout.g-callout-attention {
  background: #FFFFFF;
  border: 1px dashed #3DB1F5;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 18px;
}
.g-callout.g-callout-attention h5 {
  color: #2922C3;
  font-size: 18px;
  font-weight: bold;
}
.g-callout.g-callout-attention .icon-speaker {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='63' viewBox='0 0 65 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9529 42.655H6.49327C5.89831 42.655 5.32773 42.4187 4.90704 41.998C4.48634 41.5773 4.25 41.0067 4.25 40.4118V22.4657C4.25 21.8707 4.48634 21.3001 4.90704 20.8794C5.32773 20.4587 5.89831 20.2224 6.49327 20.2224H19.9529L40.1422 4.51953V58.3579L19.9529 42.655Z' stroke='%2390D3FB' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M51.3594 24.709V38.1686' stroke='%2390D3FB' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M60.332 20.2222V42.6548' stroke='%2390D3FB' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 56px;
  height: 53px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .g-callout.g-callout-attention .icon-speaker {
    flex-shrink: 0;
  }
}
.g-callout.g-callout-attention .icon {
  stroke: white;
  width: 20px;
  height: 20px;
  margin-right: 18px;
}
.g-callout.g-callout-attention.g-margin {
  margin: 10px -15px -18px -15px;
}
.g-callout.g-callout-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAFAFA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 16px;
  line-height: normal;
  border: 1px dashed #C8C8C8;
}
.g-callout.g-callout-check .icon {
  width: 69px;
  height: 69px;
}
.g-callout.g-callout-greyblue {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72C1D9;
}
.g-callout.g-callout-greyblue:before {
  content: "";
  display: inline-block;
  background-image: url("../images/ic-info.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.badge {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: max-content;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
}
.badge-green {
  border: 2px solid #FFFFFF;
  background-color: #3AA714;
  color: #FFFFFF;
}
.badge-yellow {
  border: none;
  background-color: #FF9900;
  color: #FFFFFF;
}
.badge-blue {
  border: none;
  background-color: #3DB1F5;
  color: #FFFFFF;
}
.badge-blue span.font-weight-bold {
  letter-spacing: 1px;
}
.badge-lightblue {
  background-color: #DEEFFF;
  color: #3DB1F5;
  border: 1px solid #3DB1F5;
}
.badge-lightblue-100 {
  background-color: #F6FAFF;
  color: #3DB1F5;
}
.badge-outline-blue {
  border: 1px solid #0D9DF1;
  background-color: #FFFFFF;
  color: #0D9DF1;
}
.badge-danger {
  background-color: #FFDADA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 25px 20px 25px;
  color: #FF4343;
  font-size: 24px;
  line-height: normal;
  text-align: left;
  width: 100%;
  white-space: normal;
}

.crop-height-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.icon {
  width: 18px;
  height: 18px;
}
.icon-border {
  fill: transparent;
}
.icon-information {
  fill: #3DB1F5;
  width: 25px;
  height: 25px;
}

.more-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2922C3;
  font-size: 14px;
  margin-top: auto;
}
.more-link .icon {
  fill: #2922C3;
  width: 19px;
  height: 19px;
  margin-left: 7px;
}

.card-item {
  border: 1px solid transparent;
  border-left-width: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 18px;
  height: max-content;
  max-width: 230px;
}
.card-item.blue {
  border-color: #3DB1F5;
}
.card-item.dashed-blue {
  border: 1px dashed #3DB1F5;
  border-width: 1px;
}

@media (max-width: 992px) {
  .object--profile {
    flex-wrap: wrap;
    align-items: center;
  }
}

/*custom-accordion*/
.custom-accordion {
  padding: 0 1rem;
}

.accordion-row {
  display: grid;
  grid-auto-flow: row;
  border-bottom: 1px solid #2922C3;
}

.custom-heading {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}
.custom-heading a {
  color: #23272b;
  padding: 0.875rem;
  font-size: 0.875rem;
}
.custom-heading__link {
  color: #23272b;
  padding: 0.875rem;
  font-size: 0.875rem;
}

.custom-dropdown {
  display: none;
  grid-auto-flow: row;
  grid-gap: 0.5rem;
  align-items: baseline;
  padding-top: 0.5rem;
  padding-left: 1rem;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out all;
}
.custom-dropdown--show {
  display: grid;
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: 0.3s ease-in-out all;
}

.custom-btn {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%234b5cba' d='M35,48.4c-0.9,0.9-2,1.3-3,1.3s-2.3-0.4-3-1.3L2.3,21.7c-1.7-1.7-1.7-4.4,0-6.2c1.7-1.7,4.4-1.7,6.2,0L32,39.1 l23.6-23.6c1.7-1.7,4.4-1.7,6.2,0c1.7,1.7,1.7,4.4,0,6.2L35,48.4L35,48.4z' /%3E%3C/svg%3E");
  transform: rotate(180deg) translateY(3px);
  transition: 0.3s ease-in-out all;
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(0px);
}
.custom-btn--show {
  transition: 0.3s ease-in-out all;
  transform: rotate(180deg);
}

.modal-accordion .modal-header {
  padding: 20px;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #FFF;
  background-color: #2922C3;
}
.modal-accordion .modal-header .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-accordion .modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #E0E0E0;
}
.modal-accordion .modal-footer__link {
  font-size: 0.875rem;
  color: #2922C3;
  margin-bottom: 0;
  padding: 0 0 0.5rem;
}

.faq .collapse-item {
  margin-bottom: 20px;
  border: none;
}
.faq .collapse-item-btn {
  border: 1px solid #3DB1F5;
  border-left: 9px solid #3DB1F5;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin-bottom: 15px;
}
.faq .collapse-item-btn.arrow-rotate {
  border: 1px solid #3DB1F5;
  border-left: 9px solid #3DB1F5;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.faq-show-btn {
  text-transform: uppercase;
}
.faq-lists {
  padding: 20px 25px;
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.faq-lists h6 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq-lists ol {
  margin: 0 0 0 15px;
}
.faq-lists p, .faq-lists ol li {
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: normal;
}

.page-info {
  border-top: 5px solid #F4F4F4;
  padding-top: 40px;
}
.page-info .sometext {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-info-list {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #3DB1F5;
  border-left-width: 8px;
  padding: 18px 14px;
  margin-bottom: 15px;
}
.page-info-list h6 {
  font-size: 18px;
  font-family: "SFProDisplay-Bold";
  margin-bottom: 10px;
}
.page-info-list p {
  font-size: 14px;
  line-height: normal;
}

.passport .step-info {
  border: 1px solid #3DB1F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.passport .step-info .step-info-show {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px 18px 34px;
  background-color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .passport .step-info .step-info-show {
    font-size: 16px;
    padding: 14px 24px 14px 12px;
  }
}
.passport .step-info .step-info-show.arrow-rotate {
  border-bottom: none;
}
.passport .step-info .step-info-show.arrow-rotate .step-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.passport .step-info .step-info-show .step-arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.passport .step-info .step-info-show .step-arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.366116 0.357981C0.854272 -0.119327 1.64573 -0.119327 2.13388 0.357981L10 8.0493L17.8661 0.357981C18.3543 -0.119327 19.1457 -0.119327 19.6339 0.357981C20.122 0.835288 20.122 1.60916 19.6339 2.08646L10.8839 10.642C10.3957 11.1193 9.60427 11.1193 9.11612 10.642L0.366116 2.08646C-0.122039 1.60916 -0.122039 0.835288 0.366116 0.357981Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 20px;
  height: 11px;
  display: inline-block;
}
.passport .step-info .state-passport-item {
  padding: 22px 22px 22px 32px;
  font-size: 14px;
  line-height: normal;
  background-color: white;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .passport .step-info .state-passport-item {
    padding: 0.9rem 1rem 0.9rem 1rem;
  }
}
.passport .step-info .state-passport-item h6 {
  font-size: 0.875rem;
  width: 100%;
}
@media (max-width: 992px) {
  .passport .step-info .state-passport-item h6 {
    margin-bottom: 10px;
  }
}
.passport .step-info .state-passport-item ul.list-styled {
  padding: 0;
  list-style: none;
}
.passport .step-info .state-passport-item ul.list-styled li {
  display: flex;
  margin-bottom: 10px;
}
.passport .step-info .state-passport-item ul.list-styled li:before {
  background: #3DB1F5;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition-duration: 0.5s;
  display: block;
  flex-shrink: 0;
  margin-right: 7px;
  margin-top: 5px;
}
.passport .step-info .state-passport-list {
  display: flex;
  align-items: center;
}
.passport .step-info .state-passport-list span:first-child {
  background: #3DB1F5;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.passport .step-info .state-passport-order {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .passport .step-info .state-passport-order {
    text-align: center;
  }
}
.passport .step-info .state-passport-order span {
  background: #72C1D9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 0.3rem 0.4rem;
}
.passport .step-info:first-child .state-passport-item:nth-child(even) {
  background-color: #F2F8FF;
}

.state-passport-text {
  background: #72C1D9;
  padding: 13px 37px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  display: flex;
}
@media (max-width: 992px) {
  .state-passport-text {
    padding: 13px 18px;
  }
}
.state-passport-text:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/information.svg") no-repeat center;
  background-size: 100%;
  margin-right: 10px;
  flex-shrink: 0;
}

.custom-filter-checkbox {
  display: none;
}
.custom-filter-checkbox.step-agree-checkbox + label {
  display: block;
}
.custom-filter-checkbox.step-agree-checkbox + label a {
  color: #4E8FA5;
  text-decoration: underline;
}
.custom-filter-checkbox.step-agree-checkbox + label:after {
  background: url("../images/checkmark-green.svg") no-repeat center center;
}
.custom-filter-checkbox.step-agree-checkbox + label:hover a {
  text-decoration: none;
}
.custom-filter-checkbox.step-agree-checkbox:checked + label:before {
  border: 1px solid #65A768;
}
.custom-filter-checkbox + label {
  margin: 0 0 0 1.59rem;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: normal;
  display: flex;
  align-items: center;
  text-transform: none;
}
.custom-filter-checkbox + label:before {
  content: " ";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 15px;
  height: 15px;
  display: block;
  background: white;
  border: 1px solid #3D3934;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.custom-filter-checkbox + label:after {
  content: " ";
  position: absolute;
  left: -25px;
  top: 2px;
  width: 15px;
  height: 15px;
  display: block;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}
.custom-filter-checkbox:checked + label:after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.custom-filter-checkbox:checked + label:before {
  border: 1px solid #65A768;
}

.step-list {
  counter-reset: section;
  list-style: none;
  padding: 5rem 0.1rem 1rem 0.1rem;
  margin: 0;
  width: 100%;
  background-color: #F6FAFF;
  border: 2px solid #3DB1F5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .step-list {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
  }
}
.step-item {
  position: relative;
  padding: 16px 10px 14px 10px;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.step-item .step-title {
  text-align: center;
  color: #54AAFF;
  font-size: 16px;
}
@media (max-width: 992px) {
  .step-item .step-title {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 12px;
    text-align: left;
  }
}
.step-item:before {
  counter-increment: section;
  content: counter(section);
  color: #A4D2FF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #A4D2FF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 992px) {
  .step-item:before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-shrink: 0;
  }
}
.step-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background-color: #C4E1FF;
  top: -23px;
  left: 50%;
}
@media (max-width: 992px) {
  .step-item:after {
    display: none;
  }
}
.step-item:last-child:after {
  display: none;
}
.step-item.active:before {
  background-color: #3DB1F5;
  border: 2px solid #3DB1F5;
  color: #FFFFFF;
}
.step-item.active .g-step-title {
  color: #0099F2;
}
@media (max-width: 992px) {
  .step-item.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
.step-item.complete:before {
  content: "";
  background-color: #3DB1F5;
  border: 2px solid #3DB1F5;
  background-image: url("../images/icon-done.svg");
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 3px 6px 0 rgba(81, 114, 144, 0.15);
}
.step-item.complete:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background-color: #6BC8FE;
  top: -23px;
}
.step-item.complete .g-step-title {
  color: #0099F2;
}
@media (max-width: 992px) {
  .step-item {
    display: none;
  }
  .step-item:first-child:before {
    counter-increment: section 1;
  }
  .step-item:nth-child(2):before {
    counter-increment: section 2;
  }
  .step-item:nth-child(3):before {
    counter-increment: section 3;
  }
  .step-item:nth-child(4):before {
    counter-increment: section 4;
  }
  .step-item:nth-child(5):before {
    counter-increment: section 4;
  }
  .step-item:nth-child(6):before {
    counter-increment: section 4;
  }
  .step-item:nth-child(7):before {
    counter-increment: section 4;
  }
  .step-item:nth-child(8):before {
    counter-increment: section 8;
  }
}
.step-form {
  border: 2px solid #3DB1F5;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 19px 48px;
}
@media (max-width: 992px) {
  .step-form {
    border: none;
    padding: 0;
  }
}
.step-form .formTitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .step-form .formTitle {
    margin-bottom: 30px;
  }
}
.step-form .card {
  border-color: #C1C1C1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 65px 30px 30px 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .step-form .card {
    height: auto !important;
    padding: 50px 15px 30px 15px;
    margin-bottom: 20px;
  }
}
.step-form .card.is-invalid {
  border-color: #FF4343;
}
.step-form .card.is-valid {
  border-color: #3AA714;
}
.step-form .card.is-valid .card__sticker {
  background-color: #3AA714;
}
.step-form .card-done {
  padding: 33px 20px;
  border-color: #3DB1F5;
  background-color: #F6FAFF;
}
.step-form .card .select2AzamatStyle + .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4576_11185)'%3E%3Cpath d='M11.2946 0.999537C10.9053 0.610265 10.2743 0.609921 9.88462 0.998769L6 4.87492L2.11538 0.998768C1.72569 0.609921 1.09466 0.610265 0.705384 0.999537C0.315811 1.38911 0.315811 2.02073 0.705384 2.41031L5.29289 6.99782C5.68342 7.38834 6.31658 7.38834 6.70711 6.99782L11.2946 2.41031C11.6842 2.02073 11.6842 1.38911 11.2946 0.999537Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4576_11185'%3E%3Crect width='12' height='7.41' fill='white' transform='translate(0 0.294922)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -12px;
  width: 12px;
  height: 8px;
  border: none;
}
.step-form .card .select2AzamatStyle + .select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.step-form .card .select2AzamatStyle + .select2-container--krajee .select2-selection--single {
  height: 100%;
  min-height: 55px;
  display: flex;
}
.step-form .card .select2AzamatStyle + .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  margin: auto 0;
}
.step-form .card .select2AzamatStyle + .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  display: none;
}
.step-form .card .select2AzamatStyle + .select2-container {
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.step-form .card .select2AzamatStyle + .select2-container:focus {
  box-shadow: none;
  outline: none;
}
.step-form .card .select2AzamatStyle + .select2-container .select2-selection__arrow {
  border: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.step-form .card .select2AzamatStyle + .select2-container .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.step-form .card .select2AzamatStyle + .select2-container .select2-selection__placeholder {
  color: #6E7C8D;
}
.step-form .card__sticker {
  position: absolute;
  padding: 9px 10px;
  color: white;
  font-size: 18px;
  font-family: "SFProDisplay-Semibold";
  top: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background-color: #72C1D9;
  width: max-content;
}
.step-form .card + .invalid-feedback::before {
  content: none;
}
.step-form .state-title {
  color: #6EAC1F;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .step-form .state-title {
    margin-bottom: 24px;
  }
}
.step-form .state-numbers {
  font-size: 36px;
  font-weight: bold;
  color: #1185E0;
}
.step-form .state-text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 992px) {
  .step-form .state-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .step-form .g-callout {
    text-align: left;
    line-height: normal;
    align-items: flex-start;
  }
}

.statement-list {
  font-size: 1rem;
  width: 90%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3rem 3rem 5rem 3rem;
  margin: auto;
  background-color: #fff;
}
@media (max-width: 992px) {
  .statement-list {
    padding: 1rem;
    width: 100%;
  }
}
.statement-list .time {
  color: #7D7D7D;
  font-size: 18px;
}
.statement-list p {
  margin-bottom: 20px;
}
.statement-list .agreed-block {
  font-weight: normal;
  padding: 25px 0;
  font-size: 1.125rem;
  border-bottom: 1px dotted #BBBBBB;
}
.statement-header {
  text-align: right;
  margin-bottom: 1rem;
  line-height: inherit;
  font-size: 18px;
  overflow: hidden;
}
.statement-header .inner {
  float: right;
  width: 45%;
}
.statement-header p {
  margin-bottom: 15px;
}
.statement-header-name {
  margin-top: 4rem;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
}
.statement-body {
  font-weight: normal;
  padding: 25px 0;
  font-size: 1.125rem;
  border-bottom: 1px dotted #BBBBBB;
}
.statement-body ol {
  padding: 0 0 15px 15px;
}
.statement-body label {
  font-size: 18px;
}
.statement-footer {
  width: 83%;
  margin: auto;
}
@media (max-width: 992px) {
  .statement-footer {
    width: 100%;
  }
}

.upload-form .download-field {
  display: block;
  padding: 14px 12px;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  font-size: 14px;
  line-height: normal;
  color: #6E7C8D;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #FFFFFF;
}
.upload-form .download-field--bg {
  background: #F5F5F5;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
}
.upload-form .btn {
  width: max-content;
}
.upload-form .is-invalid {
  border-color: #FF3D3D;
  position: relative;
  padding-right: 30px;
}
.upload-form .is-invalid:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23FF3D3D'/%3E%3Cpath d='M9.01953 5.54492H10.7773L10.6367 11.2168H9.16016L9.01953 5.54492ZM10.5723 13.8828C10.3887 14.0586 10.1641 14.1465 9.89844 14.1465C9.63281 14.1465 9.40625 14.0586 9.21875 13.8828C9.03516 13.7031 8.94336 13.4844 8.94336 13.2266C8.94336 12.9688 9.03516 12.752 9.21875 12.5762C9.40625 12.3965 9.63281 12.3066 9.89844 12.3066C10.1641 12.3066 10.3887 12.3965 10.5723 12.5762C10.7598 12.752 10.8535 12.9688 10.8535 13.2266C10.8535 13.4844 10.7598 13.7031 10.5723 13.8828Z' fill='%23FF3D3D'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
}
@media (max-width: 992px) {
  .upload-form .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .upload-form .help-block {
    justify-content: center;
  }
}

.loader-block {
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .loader-block {
    width: 100%;
  }
}

.loaded-file-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #F1F1F1;
  padding: 14px 20px;
}
.loaded-file-wrap progress {
  display: block;
  width: 100%;
  height: 4px;
}
.loaded-file-wrap .loader-icon {
  width: 20px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.loaded-file-wrap .loader-icon.ic-pdf {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='26' viewBox='0 0 21 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.20548C0 1.43514 1.38847 0 3.10124 0H13.535C13.9135 0 14.2753 0.160864 14.5356 0.444857L19.9526 6.35501C20.1952 6.61963 20.3304 6.97029 20.3304 7.33481V22.7945C20.3304 24.5649 18.9419 26 17.2291 26H3.10124C1.38847 26 0 24.5649 0 22.7945V3.20548Z' fill='%23FFAEAE'/%3E%3Cpath d='M3.25781 10.5898H5.41736C5.9762 10.5898 6.43126 10.7655 6.78254 11.1168C7.13647 11.468 7.31344 11.9231 7.31344 12.4819C7.31344 13.0434 7.13381 13.5012 6.77455 13.8551C6.41796 14.2064 5.95624 14.382 5.38941 14.382H4.15197V16.35H3.25781V10.5898ZM4.15197 11.3443V13.6316H5.17785C5.56638 13.6316 5.86709 13.5318 6.07999 13.3322C6.29288 13.1326 6.39933 12.8505 6.39933 12.4859C6.39933 12.124 6.29288 11.8433 6.07999 11.6437C5.86976 11.4441 5.57037 11.3443 5.18184 11.3443H4.15197Z' fill='%23C51A1A'/%3E%3Cpath d='M8.09583 10.5898H10.1276C10.9845 10.5898 11.6525 10.8413 12.1315 11.3443C12.6132 11.8472 12.854 12.5525 12.854 13.4599C12.854 14.37 12.6145 15.0792 12.1355 15.5875C11.6565 16.0958 10.9872 16.35 10.1276 16.35H8.09583V10.5898ZM8.98998 11.3603V15.5756H10.0438C10.6559 15.5756 11.1242 15.3946 11.4489 15.0327C11.7762 14.6708 11.9399 14.1492 11.9399 13.4679C11.9399 12.7893 11.7762 12.269 11.4489 11.9071C11.1216 11.5425 10.6532 11.3603 10.0438 11.3603H8.98998Z' fill='%23C51A1A'/%3E%3Cpath d='M14.6024 16.35H13.7082V10.5898H17.3048V11.3603H14.6024V13.1845H17.0773V13.9389H14.6024V16.35Z' fill='%23C51A1A'/%3E%3Cpath d='M13.0938 0.713762C13.0938 0.0721121 13.8502 -0.242426 14.2801 0.220451L20.244 6.64164C20.6645 7.0944 20.354 7.84728 19.7468 7.84728H14.1275C13.5566 7.84728 13.0938 7.36889 13.0938 6.77878V0.713762Z' fill='%23FF4343'/%3E%3C/svg%3E%0A");
}
.loaded-file-wrap .loader-icon.ic-img {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.62498 0H17.4318L24.7499 7.28977V24.375C24.7499 25.2728 24.022 26 23.125 26H3.62498C2.72796 26 2 25.2728 2 24.375V1.62498C2 0.727203 2.72804 0 3.62498 0Z' fill='%234CACE2'/%3E%3Cpath d='M24.3514 7.31187H18.6875C17.7905 7.31187 17.0625 6.58391 17.0625 5.68689V0.015625L24.3514 7.31187Z' fill='%232969B5'/%3E%3Cpath d='M8.34961 11.4997H9.33961V14.9997H8.34961V11.4997Z' fill='white'/%3E%3Cpath d='M13.2039 14.9997L13.1939 13.1447L12.2939 14.6547H11.8539L10.9589 13.1947V14.9997H10.0439V11.4997H10.8589L12.0889 13.5197L13.2889 11.4997H14.1039L14.1139 14.9997H13.2039Z' fill='white'/%3E%3Cpath d='M17.1595 13.1747H18.0345V14.6247C17.8345 14.768 17.6045 14.878 17.3445 14.9547C17.0845 15.0314 16.8245 15.0697 16.5645 15.0697C16.1978 15.0697 15.8678 14.993 15.5745 14.8397C15.2811 14.683 15.0511 14.4664 14.8845 14.1897C14.7178 13.913 14.6345 13.5997 14.6345 13.2497C14.6345 12.8997 14.7178 12.5864 14.8845 12.3097C15.0511 12.033 15.2828 11.818 15.5795 11.6647C15.8761 11.508 16.2111 11.4297 16.5845 11.4297C16.9111 11.4297 17.2045 11.4847 17.4645 11.5947C17.7245 11.7047 17.9411 11.863 18.1145 12.0697L17.4845 12.6397C17.2478 12.3797 16.9645 12.2497 16.6345 12.2497C16.3345 12.2497 16.0928 12.3414 15.9095 12.5247C15.7261 12.7047 15.6345 12.9464 15.6345 13.2497C15.6345 13.443 15.6761 13.6164 15.7595 13.7697C15.8428 13.9197 15.9595 14.038 16.1095 14.1247C16.2595 14.208 16.4311 14.2497 16.6245 14.2497C16.8145 14.2497 16.9928 14.2114 17.1595 14.1347V13.1747Z' fill='white'/%3E%3C/svg%3E%0A");
}
.loaded-file-wrap .loaded-file-name {
  font-size: 12px;
  color: #3DB1F5;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}
.loaded-file-wrap .delete-loaded-file {
  cursor: pointer;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23FF4343'/%3E%3Cpath d='M20 7.41L18.59 6L13 11.59L7.41 6L6 7.41L11.59 13L6 18.59L7.41 20L13 14.41L18.59 20L20 18.59L14.41 13L20 7.41Z' fill='white'/%3E%3C/svg%3E");
}

.table--last-stripe {
  position: relative;
}
.table--last-stripe:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-color: #F9F9F9;
}
@media (max-width: 992px) {
  .table--last-stripe:after {
    content: none;
  }
}
.table--last-stripe .cell--last-stripe {
  padding: 20px 0 20px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .table--last-stripe .cell--last-stripe {
    padding: 20px 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .table--last-stripe .border-right {
    border: none !important;
  }
}

.num-score {
  color: #2922C3;
  font-family: "SFProDisplay-Semibold";
  font-size: 48px;
}

.custom-list {
  list-style-type: none;
  counter-reset: num;
}
@media (max-width: 992px) {
  .custom-list li {
    display: flex;
  }
}
.custom-list li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background: #3DB1F5;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.75;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .custom-list li:before {
    display: block;
    flex-shrink: 0;
  }
}

.counter-block {
  background-color: #E6F1FF;
  border: 1px dashed #3DB1F5;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  width: 30%;
  padding: 20px 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .counter-block {
    position: relative;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}

.counter-inside {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
  text-align: center;
  font-family: "SFProDisplay-Light";
  font-weight: normal;
}
.counter-digit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #6690FF;
  font-size: 48px;
  border: 1px solid #247DC5;
  background-color: #EFFBFF;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  min-width: 40px;
}
.counter-digit.is-valid {
  color: #FF4343;
  border-color: #FF4343;
  background-color: #FFDADA;
}
.counter-formatting-mark {
  margin: 0 5px;
  color: #6690FF;
  font-size: 24px;
}

.modal-header-error {
  display: flex;
  align-items: flex-end;
  padding: 0.5rem 1rem 0rem 1rem;
  justify-content: flex-end;
}
.modal-header-error__span {
  font-weight: 500;
  font-size: 50px;
  color: #B0B0B0;
}

.modal-content-error {
  border-radius: 20px;
}

.modal-body-error {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.modal-body-error__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  padding: 0 60px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .modal-body-error__text {
    padding: 0 20px;
  }
}
.modal-body-error__button {
  padding: 15px 65px;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .modal-body-error__button {
    width: fit-content;
  }
}

.alert-box {
  background: #FFDADA;
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 30px;
}
.alert-box__title {
  font-weight: 700;
  font-size: 24px;
  color: #FF4343;
  margin-bottom: 10px;
}
.alert-box__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #FF4343;
  margin-bottom: 10px;
}
.alert-box__text:last-child {
  margin-bottom: 0;
}

.statement-container {
  background-color: #F6FAFF;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 35px 0;
}
.statement-container .container-item {
  position: relative;
  padding: 0 35px;
  text-align: center;
}
.statement-container .container-item .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  color: #3DB1F5;
}
.statement-container .container-item p {
  margin-bottom: 10px;
  font-weight: 600;
}
.statement-container .container-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #3DB1F5;
  width: 1px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.statement-container .container-item:last-child:after {
  content: none;
}
@media (max-width: 992px) {
  .statement-container .container-item:nth-child(odd):after {
    content: none;
  }
}

.img-icon {
  width: 20px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.file-name-description {
  padding: 6px;
}
.file-name-description a {
  font-size: 0.875rem;
  color: white;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.file-name-description a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #3F51B5 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #3F51B5 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #3F51B5 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #3F51B5 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #3F51B5 100%);
}
.file-name-description a:hover {
  text-decoration: none;
}
.file-name-description-none {
  border: 1px solid #898989;
  padding: 6px;
  color: #898989;
  font-size: 0.875rem;
  border-radius: 5px;
}

.doc-list {
  padding: 0 0 0 0rem;
  list-style: none;
}
@media (max-width: 768px) {
  .doc-list {
    padding: 0;
  }
}
.doc-list li {
  margin-bottom: 1.125rem;
}

.btn-file-close {
  background: #F35075;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  position: relative;
  cursor: pointer;
}
.btn-file-close:before {
  content: "";
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-file-close.ic-cross::before {
  background-image: url("../images/ic_cross.svg");
  width: 10px;
  height: 10px;
}

.btn-file-close.ic-trash::before {
  background-image: url("../images/ic_trash.svg");
  width: 13px;
  height: 16px;
}

.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2922C3;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***************************************/
.auth-container {
  background-image: url("../images/bg-auth.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 125px 0;
}
@media (max-width: 992px) {
  .auth-container {
    padding: 30px 0 125px 0;
  }
}
.auth-container .padding-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.auth-container .ip-check-form {
  width: 35%;
  margin: auto 0;
  background-color: #FFFFFF;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  line-height: normal;
  border: 1px dashed #C5C5C5;
}
@media (max-width: 992px) {
  .auth-container .ip-check-form {
    width: 100%;
  }
}
.auth-container .ip-check-form .card-title {
  font-weight: bold;
  position: relative;
}
.auth-container .ip-check-form .card-title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #BCC8E5;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.auth-container .ip-check-form .input {
  padding: 1rem 0.75rem;
}
.auth-container .ip-check-form .input::-webkit-input-placeholder {
  font-size: 1.125rem;
}
.auth-container .ip-check-form .input:-moz-placeholder {
  font-size: 1.125rem;
}
.auth-container .ip-check-form .input::-moz-placeholder {
  font-size: 1.125rem;
}
.auth-container .ip-check-form .input:-ms-input-placeholder {
  font-size: 1.125rem;
}
.auth-container .ip-check-form .form-group a {
  color: #3DB1F5;
  font-size: 0.875rem;
}
.auth-container .ip-check-form .btn {
  font-size: 1.125rem;
  line-height: normal;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.auth-container .ip-check-form .far {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
}
.auth-container .ip-check-form .far.fa-eye {
  background: url(../images/view.svg) 0 0 no-repeat;
}
.auth-container .ip-check-form .far.fa-eye-slash {
  background: url(../images/visibility.svg) 0 0 no-repeat;
}

.auth-body {
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 22px 25px;
}
.auth-body .header {
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.auth-body .header-title {
  font-family: "SFProDisplay-Semibold";
}
@media (max-width: 992px) {
  .auth-body .header-title {
    font-size: 24px;
  }
}

.events-menu {
  background: #EFF5FF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.events-links {
  display: block;
  padding: 14px 17px;
  margin: 0;
}
@media (max-width: 992px) {
  .events-links li {
    margin-bottom: 15px;
  }
}
.events-links li a {
  font-weight: 600;
  color: #333333;
  padding: 18px 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}
@media (max-width: 992px) {
  .events-links li a {
    padding: 11px 13px;
  }
}
.events-links li a i::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 18px;
}
.events-links li a .icon-home::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L11 1L20.9999 11' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.07422 13.3076V20.9999H17.9203V13.3076' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.events-links li a .icon-copy::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='25' viewBox='0 0 20 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1111 6.68717H4.44444V4.46495H11.1111V6.68717Z' fill='%232922C3'/%3E%3Cpath d='M11.1111 11.1316H4.44444V8.9094H11.1111V11.1316Z' fill='%232922C3'/%3E%3Cpath d='M4.44444 15.5761H11.1111V13.3538H4.44444V15.5761Z' fill='%232922C3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20.0205V0.0205078H15.5556V4.46495H20V24.465H4.44444V20.0205H0ZM13.3333 17.7983V2.24273H2.22222V17.7983H13.3333ZM15.5556 6.68717V20.0205H6.66667V22.2427H17.7778V6.68717H15.5556Z' fill='%232922C3'/%3E%3C/svg%3E");
}
.events-links li a .icon-person::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9986 14.879C13.509 14.879 15.544 12.8439 15.544 10.3335C15.544 7.82316 13.509 5.78809 10.9986 5.78809C8.48819 5.78809 6.45312 7.82316 6.45312 10.3335C6.45312 12.8439 8.48819 14.879 10.9986 14.879Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0909 1.24219H1.90909C1.40701 1.24219 1 1.6492 1 2.15128V20.3331C1 20.8352 1.40701 21.2422 1.90909 21.2422H20.0909C20.593 21.2422 21 20.8352 21 20.3331V2.15128C21 1.6492 20.593 1.24219 20.0909 1.24219Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.01953 21.2425C3.43198 19.4348 4.44604 17.8207 5.89563 16.6646C7.34523 15.5085 9.14444 14.8789 10.9986 14.8789C12.8528 14.8789 14.652 15.5085 16.1016 16.6646C17.5512 17.8207 18.5652 19.4348 18.9777 21.2425' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.events-links li a .icon-data::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7895 3.40008H18.9474C20.1101 3.40008 21.0526 4.34264 21.0526 5.50535V18.1369C21.0526 19.2996 20.1101 20.2422 18.9474 20.2422H2.10526C0.942559 20.2422 0 19.2996 0 18.1369V5.50535C0 4.34264 0.942559 3.40008 2.10526 3.40008H5.26316C5.26316 1.65603 6.677 0.242188 8.42105 0.242188H12.6316C14.3756 0.242188 15.7895 1.65603 15.7895 3.40008ZM12.6316 2.34745H8.42105C7.8397 2.34745 7.36842 2.81873 7.36842 3.40008H13.6842C13.6842 2.81873 13.2129 2.34745 12.6316 2.34745ZM18.9474 5.50535H2.10526V7.61061H18.9474V5.50535ZM2.10526 18.1369V9.71587H5.26316V11.8211H9.47368V9.71587H11.5789V11.8211H15.7895V9.71587H18.9474V18.1369H2.10526Z' fill='%232922C3'/%3E%3C/svg%3E%0A");
}
.events-links li a .icon-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.71398 11.3134C7.61756 13.1607 9.11498 14.6513 10.9664 15.5464C11.1018 15.6106 11.2517 15.6384 11.4011 15.6271C11.5506 15.6158 11.6946 15.5658 11.8188 15.4819L14.5449 13.6641C14.6654 13.5838 14.8042 13.5347 14.9485 13.5215C15.0928 13.5082 15.2381 13.5311 15.3713 13.5882L20.4712 15.7739C20.6445 15.8475 20.7891 15.9754 20.8834 16.1384C20.9776 16.3013 21.0163 16.4905 20.9937 16.6773C20.8325 17.9387 20.2171 19.098 19.2627 19.9383C18.3082 20.7786 17.0802 21.2421 15.8086 21.2422C11.8811 21.2422 8.1145 19.682 5.33735 16.9048C2.56019 14.1277 1 10.3611 1 6.43356C1.00007 5.16195 1.46363 3.93397 2.3039 2.97954C3.14417 2.0251 4.30351 1.40967 5.56487 1.24848C5.75173 1.22586 5.94089 1.26459 6.10383 1.35883C6.26677 1.45306 6.39467 1.5977 6.46827 1.77094L8.65586 6.87533C8.71244 7.00736 8.7355 7.15133 8.72298 7.29443C8.71045 7.43752 8.66273 7.5753 8.58407 7.69549L6.77258 10.4634C6.69014 10.5879 6.6414 10.7317 6.63113 10.8806C6.62085 11.0296 6.6494 11.1787 6.71398 11.3134V11.3134Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.events-links li a .icon-settings::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.50245V2.11342C1 1.88235 1.09179 1.66075 1.25518 1.49737C1.41857 1.33398 1.64017 1.24219 1.87123 1.24219H19.2959C19.5269 1.24219 19.7485 1.33398 19.9119 1.49737C20.0753 1.66075 20.1671 1.88235 20.1671 2.11342V8.50245C20.1671 17.6521 12.4016 20.6834 10.851 21.1974C10.6777 21.2571 10.4894 21.2571 10.3161 21.1974C8.7655 20.6834 1 17.6521 1 8.50245Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3765 7.34082L8.98745 13.4394L5.79297 10.3901' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.events-links li a .icon-call::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.31641 21.2422H14.3163' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.497 9.57469C18.497 7.80663 17.7946 6.11098 16.5444 4.86077C15.2942 3.61056 13.5985 2.9082 11.8305 2.9082C10.0624 2.9082 8.36678 3.61056 7.11657 4.86077C5.86636 6.11098 5.164 7.80663 5.164 9.57469V15.4079C5.164 16.0709 4.90061 16.7068 4.43178 17.1756C3.96295 17.6444 3.32709 17.9078 2.66406 17.9078H20.9969C20.3339 17.9078 19.698 17.6444 19.2292 17.1756C18.7604 16.7068 18.497 16.0709 18.497 15.4079V9.57469Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 9.36531C0.998756 7.7776 1.37609 6.21247 2.10071 4.79976C2.82532 3.38705 3.87633 2.16747 5.16656 1.24219' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6666 9.36531C22.6678 7.7776 22.2905 6.21247 21.5659 4.79976C20.8412 3.38705 19.7902 2.16747 18.5 1.24219' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.events-links li a .icon-out::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='23' viewBox='0 0 28 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.159 18.1288H13.5938M1.8699 19.4912L8.73934 21.2086C8.91078 21.2511 9.08971 21.2533 9.26215 21.2151C9.43459 21.1769 9.59585 21.0994 9.73333 20.9885C9.87081 20.8776 9.98078 20.7364 10.0546 20.576C10.1285 20.4156 10.1642 20.2402 10.159 20.0637V2.42068C10.1642 2.24414 10.1285 2.0688 10.0546 1.90836C9.98078 1.74793 9.87081 1.60675 9.73333 1.49588C9.59585 1.38501 9.43459 1.30745 9.26215 1.26927C9.08971 1.23108 8.91078 1.23331 8.73934 1.27577L1.8699 2.99313C1.61587 3.05582 1.39098 3.20362 1.23266 3.41193C1.07434 3.62025 0.992149 3.8765 0.999769 4.13804V18.3807C0.999967 18.6364 1.08575 18.8846 1.24345 19.0859C1.40115 19.2872 1.62168 19.4299 1.8699 19.4912V19.4912ZM13.5938 4.38992H10.159H13.5938Z' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5886 6.90918L26.9382 11.2588M26.9382 11.2588L22.5886 15.6084M26.9382 11.2588H16.7891' stroke='%232922C3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.events-links li.active a, .events-links li a:hover {
  background-color: #FFFFFF;
  border: 1px solid #3DB1F5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.events-count {
  background-color: #FF9900;
  padding: 1px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: auto;
}

.bg-gray {
  background: #FAFAFA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 18px 15px;
}

.object--profile .label-photo {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  flex-shrink: 0;
}
.object--profile .icon {
  fill: #FF9900;
  width: 19px;
  height: 16px;
  margin-right: 15px;
}

.statement-item-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px;
}
.statement-item-body .card {
  width: calc((100% - 20px) / 3);
  border: 1px solid #BCC8E5;
  padding: 15px 10px 15px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 16px;
  min-height: 140px;
  height: max-content;
}
@media (max-width: 992px) {
  .statement-item-body .card {
    width: 100%;
  }
}
.statement-item-body .card.new {
  border: 2px solid #FF9900;
  position: relative;
}
.statement-item-body .card.new:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  background: #FF9900;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.statement-item-body .card.new .card-text {
  font-weight: bold;
  padding-right: 25px;
}
.statement-item-body .num {
  color: #3DB1F5;
  text-decoration: underline;
}
.statement-item-body .readmore-link {
  color: #515151;
  text-decoration: underline;
}
.statement-item-body .readmore-js-toggle {
  margin-bottom: 25px;
}

.card_show-more {
  color: #2922C3;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}
.card_show-more:hover {
  text-decoration: none;
}

.statement-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #3DB1F5;
  text-transform: uppercase;
  text-decoration: underline;
}
.statement-title:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .qr-block {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .qr-block .qr-block-item {
    display: none;
  }
  .qr-block .qr-block-item:first-child {
    display: flex;
    justify-content: center;
  }
  .qr-block .qr-block-item img {
    width: 100%;
  }
}

.links-badge {
  background-color: #fff;
  border: 1px solid #3DB1F5;
  color: #3DB1F5;
  padding: 2px 6px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 9px 10px;
}

.form-verification {
  border: 2px solid #3DB1F5;
  padding: 14px 18px;
  background-color: #EFF5FF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.comment {
  font-size: 14px;
  margin-top: auto;
}

.morecontent span {
  display: none;
}

.morelink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #2922C3;
  font-size: 14px;
  margin-top: 20px;
}
.morelink:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' transform='rotate(90 9 9)' fill='%232922C3'/%3E%3Cg clip-path='url(%23clip0_4576_10873)'%3E%3Cpath d='M14.2946 6.70462C13.9053 6.31534 13.2743 6.315 12.8846 6.70385L9 10.58L5.11538 6.70385C4.72569 6.315 4.09466 6.31534 3.70538 6.70462C3.31581 7.09419 3.31581 7.72581 3.70538 8.11538L8.29289 12.7029C8.68342 13.0934 9.31658 13.0934 9.70711 12.7029L14.2946 8.11538C14.6842 7.72581 14.6842 7.09419 14.2946 6.70462Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4576_10873'%3E%3Crect width='12' height='7.41' fill='white' transform='translate(3 6)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 7px;
  transition: 0.2s;
}
.morelink.less:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.birth-certificate {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

.block-text {
  display: none;
}

.card .select2-container--krajee-bs3 .select2-selection--single {
  height: 100%;
  min-height: 34px;
  max-height: 50px;
  padding: 6px 35px 6px 12px;
}

.application-section {
  /*professional-section*/
}
.application-section .application-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .application-heading {
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
  }
}
.application-section .application-heading__number {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #3DB1F5;
  background: #EFF5FF;
  border-radius: 5px;
  padding: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .application-heading__number {
    margin: 15px 0;
  }
}
.application-section .application-heading__number--no-bg {
  background: #ffffff;
  font-size: 24px;
}
.application-section .card-button {
  display: flex;
  align-items: center;
  background: #FEE7E7;
  border: 1px solid #FF3D3D;
  border-radius: 10px;
  padding: 12px 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-button {
    justify-content: center;
    margin-bottom: 25px;
  }
}
.application-section .card-button__icon {
  width: 18px;
  height: 18px;
  fill: #FF3D3D;
  margin-right: 15px;
}
.application-section .card-button__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FF3D3D;
}
.application-section .application-card {
  background-image: url(../images/backgrounds/application-card-bg.jpg);
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 25px 30px 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .application-section .application-card {
    padding: 5px 15px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .application-section .application-card {
    padding: 5px 15px 50px;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .application-card {
    padding: 5px 15px 50px;
  }
}
.application-section .application-card--padding {
  padding: 25px 30px 30px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .application-card--padding {
    padding: 15px 15px 25px;
  }
}
.application-section .application-card--bg {
  background-image: none;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.application-section .card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-heading {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
  }
}
.application-section .card-heading__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  max-width: 650px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-heading__title {
    margin-bottom: 10px;
  }
}
.application-section .card-heading__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3DB1F5;
}
.application-section .card-box {
  display: flex;
  flex-direction: column;
  background: #3DB1F5;
  border-radius: 5px;
  padding: 5px 5px;
}
.application-section .card-box--grey {
  background-color: #C1C1C1;
}
.application-section .card-box__text {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 5px;
  align-self: flex-end;
}
.application-section .card-box__time {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-box__time {
    text-align: end;
  }
}
.application-section .card-content {
  display: flex;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-content {
    margin-top: 0;
  }
}
.application-section .card-content--column {
  flex-direction: column;
}
.application-section .card-content--row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-content--row {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
}
.application-section .card-content--row-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-content--row-2 {
    display: grid;
    grid-row-gap: 20px;
  }
}
.application-section .card-block {
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-block--margin {
    margin-bottom: 0px;
  }
}
.application-section .card-block__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E7C8D;
  margin-bottom: 5px;
}
.application-section .card-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2922C3;
  padding-left: 21px;
}
.application-section .card-block__icon {
  width: 16px;
  height: 16px;
  fill: #EF9610;
  margin-right: 5px;
  margin-bottom: 5px;
}
.application-section .card-block__icon--2 {
  width: 20px;
  height: 27px;
  margin-right: 10px;
}
.application-section .custom-hr {
  border-bottom: 1px solid #BCC8E5;
  width: 100%;
}
.application-section .custom-hr--wave {
  background-image: url(../images/backgrounds/wave-arrow.png);
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  border: none;
  margin: 40px 0;
}
.application-section .card-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .card-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.application-section .titles-block {
  position: relative;
  z-index: 1;
}
.application-section .titles-block:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 11px;
  z-index: -1;
  border-bottom: 1px dashed #C1C1C1;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .titles-block:before {
    content: none;
  }
}
.application-section .titles-block__title {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  width: fit-content;
  background: whitesmoke;
  padding-right: 5px;
}
.application-section .data-block {
  display: grid;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .data-block {
    margin-bottom: 30px;
  }
  .application-section .data-block:last-child {
    margin-bottom: 0;
  }
}
.application-section .data-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2922C3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .data-block__text {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.application-section .data-block__text--not-found {
  color: #808080;
}
.application-section .data-block__text--decline {
  color: #FF4343;
}
.application-section .data-block__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #3DB1F5;
}
.application-section .data-link {
  display: flex;
  align-items: center;
}
.application-section .process-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #515151;
}
.application-section .process-grid {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: minmax(60px, 1fr);
  grid-template-areas: "number title" "number text";
  grid-column-gap: 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .process-grid {
    grid-template-areas: "number title" "text text";
    grid-template-columns: 30px 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 20px;
  }
}
.application-section .process-grid--in-process .process-number__number {
  background: #EF9610;
}
.application-section .process-grid--in-process .result-block__status {
  color: #EF9610;
}
.application-section .process-grid--accept .process-number__number {
  background: #3AA714;
}
.application-section .process-grid--accept .result-block__status {
  color: #3DB1F5;
}
.application-section .process-grid--accept .process-result__status {
  color: #3DB1F5;
}
.application-section .process-grid--decline .process-content {
  background: #FEE7E7;
}
.application-section .process-grid--decline .process-number__number {
  background: #FF3D3D;
}
.application-section .process-grid--decline .result-block__status {
  color: #FF3D3D;
}
.application-section .process-grid--decline .process-result__status {
  color: #FF3D3D;
}
.application-section .process-grid--decline .process-result__icon {
  stroke: #FF3D3D;
}
.application-section .process-number {
  z-index: 1;
  position: relative;
  grid-area: number;
}
.application-section .process-number:before {
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  z-index: -1;
  border-left: 2px dashed #C1C1C1;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .process-number:before {
    top: 20px;
  }
}
.application-section .process-number__number {
  width: 30px;
  height: 30px;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  background: #C1C1C1;
  border-radius: 50%;
}
.application-section .process-wrapper .process-grid:last-child .process-number::before {
  content: none;
}
.application-section .process-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 8px;
  grid-area: title;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .process-title {
    margin-top: 0px;
    align-items: center;
  }
}
.application-section .process-title__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.application-section .process-title__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E7C8D;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .process-title__time {
    text-align: end;
  }
}
.application-section .process-content {
  background: #F6FAFF;
  border-radius: 10px;
  padding: 12px 12px 25px;
  margin-bottom: 30px;
  grid-area: text;
}
.application-section .process-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .process-result {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.application-section .process-result__icon {
  width: 19px;
  height: 24px;
  fill: none;
  stroke: #3DB1F5;
  margin-right: 5px;
  padding-bottom: 3px;
}
.application-section .process-result__status {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.application-section .process-result__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E7C8D;
  margin-bottom: 10px;
}
.application-section .result-block {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-block {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
.application-section .result-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E7C8D;
  margin-bottom: 10px;
}
.application-section .result-block__status {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 5px;
}
.application-section .result-block__status:last-child {
  margin-bottom: 0;
}
.application-section .result-button {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: transparent;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-button {
    width: 100%;
  }
}
.application-section .result-button:hover {
  background-color: #3DB1F5;
  border: 2px solid transparent;
  color: #ffffff;
}
.application-section .result-button--success {
  background-color: #2922C3;
  border: 2px solid #2922C3;
}
.application-section .result-button--card {
  width: fit-content;
}
.application-section .result-button__icon {
  width: 20px;
  height: 20px;
  fill: #3DB1F5;
  margin-right: 10px;
}
.application-section .result-button--1 {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-button--1 {
    width: 100%;
    justify-content: center;
  }
}
.application-section .result-button--1:hover {
  background-color: #3DB1F5;
  border: 2px solid transparent;
  color: #ffffff;
}
.application-section .result-button--2 {
  padding: 12px 75px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-button--2 {
    width: 100%;
    justify-content: center;
  }
}
.application-section .result-button--2__icon {
  width: 7px;
  margin-top: 1px;
  height: 12px;
  fill: #2922C3;
  margin-left: 5px;
}
.application-section .result-button--3 {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-button--3 {
    width: 100%;
    justify-content: center;
  }
}
.application-section .result-button--3__icon {
  width: 18px;
  height: 20px;
  fill: white;
  margin-right: 5px;
}
.application-section .result-button--4 {
  padding: 12px 30px;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-button--4 {
    width: 100%;
    justify-content: center;
  }
}
.application-section .result-button--5 {
  padding: 10px 35px;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .result-button--5 {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .service-list {
    margin-bottom: 30px;
  }
}
.application-section .result-button--1:hover .result-button__icon {
  fill: white;
}
.application-section .result-button:hover .result-button__icon {
  fill: white;
}
.application-section .result-button--2:hover .result-button--2__icon {
  fill: white;
}
.application-section .card-process {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.application-section .application-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #FAFAFA;
  border-radius: 10px;
  padding: 20px 15px;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .application-list {
    padding: 0;
    background-color: #FFFFFF;
  }
}
.application-section .list-card {
  background: #FFFFFF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  padding: 15px 10px;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .list-card {
    width: 100%;
  }
}
.application-section .list-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.application-section .list-title__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2922C3;
  margin-bottom: 5px;
}
.application-section .list-title__time {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}
.application-section .list-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.application-section .info-block {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.application-section .info-block:last-child {
  margin-bottom: 0;
}
.application-section .info-block__icon {
  width: 16px;
  height: 16px;
  fill: #EF9610;
}
.application-section .info-block__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  overflow: hidden;
  width: 360px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .info-block__title--mobile {
    width: 100%;
    display: block;
    overflow: auto;
  }
}
.application-section .info-block__title--2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  overflow: hidden;
  width: 360px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .info-block__title--2 {
    width: 230px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .application-section .info-block__title--2 {
    width: 340px;
  }
}
.application-section .actions {
  padding: 15px 33px;
  border-radius: 10px;
}
.application-section .dropdown-item--2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #7A8399;
}
.application-section .list-grid {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: minmax(45px, 1fr);
}
.application-section .list-grid--accept .list-number:before {
  border: 1px dashed #3AA714;
}
.application-section .list-grid--accept .list-number__number {
  background: #3AA714;
}
.application-section .list-grid--decline .list-number:before {
  border: 1px dashed #FF3D3D;
}
.application-section .list-grid--decline .list-number__number {
  background: #FF3D3D;
}
.application-section .list-grid--decline .list-content {
  background: #FEE7E7;
  border-radius: 5px;
  padding: 3px;
}
.application-section .list-grid--decline .list-content__title {
  color: #FF3D3D;
}
.application-section .list-grid--decline .list-content__text {
  color: #FF3D3D;
}
.application-section .list-grid--in-process .list-number:before {
  border: 1px dashed #EF9610;
}
.application-section .list-grid--in-process .list-number__number {
  background: #EF9610;
}
.application-section .list-number {
  position: relative;
  z-index: 1;
}
.application-section .list-number::before {
  content: "";
  height: 100%;
  left: 4px;
  top: 5px;
  z-index: -1;
  position: absolute;
  border: 1px dashed #C1C1C1;
}
.application-section .list-number__number {
  background: #C1C1C1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 3px;
}
.application-section .list-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  min-height: 225px;
}
.application-section .list-container .list-grid:last-child .list-number::before {
  content: none;
}
.application-section .list-container .list-content {
  margin-bottom: 15px;
}
.application-section .list-container.list-content:last-child {
  margin-bottom: 0;
}
.application-section .list-content {
  display: flex;
  flex-direction: column;
}
.application-section .list-content__title {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  width: 360px;
  white-space: nowrap;
  margin-bottom: 2px;
  text-overflow: ellipsis;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .list-content__title {
    width: 230px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .application-section .list-content__title {
    width: 340px;
  }
}
.application-section .list-content__text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  width: 360px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .list-content__text {
    width: 230px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .application-section .list-content__text {
    width: 340px;
  }
}
.application-section .list-attention {
  padding: 13px 12px;
  margin-bottom: 10px;
}
.application-section .list-attention--grid {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 2px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .list-attention--grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .application-section .list-attention--grid {
    grid-template-columns: 1fr 0.5fr;
  }
}
.application-section .list-attention--decline {
  background: #FEE7E7;
  border: 1px dashed #FF3D3D;
  border-radius: 0px 0px 10px 10px;
}
.application-section .list-attention--decline .list-block__title {
  color: #FF3D3D;
}
.application-section .list-attention--decline .list-block__text {
  color: #FF3D3D;
}
.application-section .list-attention--decline .list-block__icon {
  stroke: #FF3D3D;
}
.application-section .list-attention--decline .list-wrapper {
  border-right: 1px dashed #FF3D3D;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .list-attention--decline .list-wrapper {
    border-bottom: 1px dashed #FF3D3D;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.application-section .list-attention--in-progress {
  background: #FFE5B3;
  border: 1px dashed #FF8A00;
  border-radius: 0px 0px 10px 10px;
}
.application-section .list-attention--in-progress .list-block__title {
  color: #FF4D00;
}
.application-section .list-attention--in-progress .list-block__text {
  color: #FF4D00;
}
.application-section .list-attention--in-progress .list-block__icon {
  stroke: #FF4D00;
}
.application-section .list-attention--accept {
  background: #DAFFB4;
  border: 1px dashed #3AA714;
  border-radius: 0px 0px 10px 10px;
}
.application-section .list-attention--accept .list-block__title {
  color: #3AA714;
}
.application-section .list-attention--accept .list-block__text {
  color: #3AA714;
}
.application-section .list-attention--accept .list-block__icon {
  stroke: #3AA714;
}
.application-section .list-attention--accept .list-wrapper {
  border-right: 1px dashed #3AA714;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .list-attention--accept .list-wrapper {
    border-bottom: 1px dashed #3AA714;
    border-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.application-section .list-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 5px;
}
.application-section .list-block {
  display: flex;
  align-items: center;
}
.application-section .list-block__icon {
  width: 34px;
  height: 32px;
  fill: none;
  margin-right: 10px;
}
.application-section .list-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.application-section .list-block__text {
  font-weight: 700;
  font-size: 14px;
  width: 212px;
  line-height: 17px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .application-section .list-block__text {
    width: fit-content;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .application-section .list-block__text {
    width: fit-content;
  }
}
.application-section .list-block__text--2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.application-section .list-time__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  width: min-content;
  text-align: center;
  margin: 0 auto;
  color: #333333;
  margin-bottom: 5px;
}
.application-section .list-time__time-block {
  font-weight: 500;
  font-size: 72px;
  line-height: 86px;
  width: 52px;
  text-align: center;
  background: #EFFBFF;
  border: 2px solid #ACC3FF;
  border-radius: 5.65729px;
  color: #6690FF;
}
.application-section .list-time__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #333333;
  margin-top: 5px;
}
.application-section .faq-block {
  display: flex;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
.application-section .faq-block__icon {
  width: 32px;
  height: 32px;
  fill: #2922C3;
  margin-right: 15px;
}
.application-section .faq-block__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #2922C3;
}
.application-section .btn-dropdown {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .btn-dropdown {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
}
.application-section .btn-dropdown__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3DB1F5;
  margin-right: 10px;
}
.application-section .btn-dropdown__icon {
  width: 16px;
  height: 16px;
  fill: #3DB1F5;
}
.application-section .btn-dropdown:hover .btn-dropdown__text {
  color: #ffffff;
}
.application-section .btn-dropdown:hover .btn-dropdown__icon {
  fill: #ffffff;
}
.application-section .dropdown-toggle::after {
  display: none;
}
.application-section .cancel-wrapper {
  background: #FEE7E7;
  border: 1px solid #FF3D3D;
  border-radius: 10px;
  padding: 15px 20px 40px;
  margin-bottom: 20px;
}
.application-section .cancel-wrapper__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FF3D3D;
  margin-bottom: 20px;
}
.application-section .cancel-block {
  display: grid;
  grid-template-columns: 30px 1fr;
}
.application-section .cancel-block__icon {
  width: 20px;
  height: 20px;
  fill: #FF3D3D;
  margin-right: 10px;
}
.application-section .cancel-block__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FF3D3D;
}
.application-section .cancel-button {
  padding: 12px 50px;
  background: #FF3D3D;
  border-radius: 10px;
  border: 2px solid #FF3D3D;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .cancel-button {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.application-section .cancel-button:hover {
  background: #FF3D3D;
}
.application-section .cancel-button:focus {
  background: #FF3D3D;
}
.application-section .cancel-button:active {
  background: #FF3D3D;
}
.application-section .appeal-wrapper {
  background: #EFF5FF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  padding: 20px 25px 30px;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .appeal-wrapper {
    padding: 20px 25px;
  }
}
.application-section .appeal-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.application-section .appeal-block__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  color: #6E7C8D;
}
.application-section .appeal-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.application-section .appeal-textarea {
  background: #FFFFFF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  padding: 20px 15px;
  height: 200px;
  resize: none;
  margin-bottom: 20px;
}
.application-section .appeal-textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6E7C8D;
}
.application-section .appeal-grid {
  display: grid;
  grid-template-columns: repeat(2, 250px);
  gap: 30px;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .appeal-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.application-section .appeal-grid__icon {
  width: 16px;
  height: 16px;
  fill: #6E7C8D;
  margin-right: 5px;
}
.application-section .appeal-grid__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E7C8D;
}
.application-section .appeal-grid__text--padding {
  padding-left: 20px;
}
.application-section .appeal-grid__text--alert {
  color: #FF3D3D;
}
.application-section .success-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.application-section .success-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #6EAC1F;
}
.application-section .success-block__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.application-section .success-block__id {
  color: #1185E0;
}
.application-section .success-block__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.application-section .success-block__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 25px;
  color: #7D7D7D;
}
.application-section .quota-wrapper {
  background: #EFF5FF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.application-section .quota-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.application-section .quota-block__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  color: #6E7C8D;
}
.application-section .quota-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #333333;
}
.application-section .quota-info {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 15px;
}
.application-section .quota-info__icon {
  width: 32px;
  height: 32px;
  fill: #3DB1F5;
}
.application-section .quota-info__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #3DB1F5;
}
.application-section .quota-container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .application-section .quota-container {
    grid-template-columns: 1fr;
  }
}
.application-section .quota-wrap {
  display: grid;
  grid-template-columns: 20px 1fr;
}
.application-section .form-group__text {
  background: #FCFCFC;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  width: 300px;
  color: #6E7C8D;
}
@media (min-width: 320px) and (max-width: 992px) {
  .application-section .form-group__text {
    width: 100%;
    margin-bottom: 10px;
  }
}
.application-section .quota-link-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.application-section .quota-link {
  display: flex;
  align-items: center;
}
.application-section .quota-link__button {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FF4343;
  margin-left: 10px;
}
.application-section .quota-link__icon {
  width: 20px;
  height: 26px;
  margin-right: 15px;
}
.application-section .quota-link__icon--2 {
  width: 9px;
  height: 9px;
  fill: white;
}
.application-section .quota-link__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #3DB1F5;
}
.application-section .document-wrapper {
  display: flex;
  flex-direction: column;
}
.application-section .document-block {
  display: flex;
  align-items: center;
  background: #FBFBFB;
  padding: 15px;
  width: fit-content;
  margin-top: 10px;
}
.application-section .document-success {
  display: flex;
  align-items: center;
}
.application-section .document-success__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #3AA714;
}
.application-section .success-icon {
  background: #3AA714;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.application-section .success-icon__icon {
  width: 9px;
  height: 7px;
  fill: white;
}
.application-section .professional-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  border-bottom: 1px solid #BCC8E5;
}
.application-section .professional-grid {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.application-section .professional-grid__number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #3DB1F5;
}
.application-section .professional-grid__number::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  left: 11px;
  top: 10px;
  border-left: 2px dashed #3DB1F5;
}
.application-section .professional-wrapper .professional-grid:last-child .professional-grid__number::before {
  content: none;
}
.application-section .professional-start {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #BCC8E5;
}
.application-section .professional-start__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 25px;
}
.application-section .professional-start__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.application-section .professional-start__text--bold {
  font-weight: 700;
}
.application-section .professional-start .professional-block:last-child {
  margin-bottom: 0;
}
.application-section .professional-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.application-section .professional-block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #3DB1F5;
  margin-top: 5px;
}
.application-section .professional-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.application-section .professional-block__text:last-child {
  margin-bottom: 0;
}
.application-section .professional-quote {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 560px;
  margin: 0px auto;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .application-section .professional-quote {
    width: 100%;
  }
}
.application-section .professional-quote::before {
  content: "“";
  font-family: serif;
  position: absolute;
  font-size: 70px;
  color: #EF9610;
  left: -35px;
  top: -15px;
}
.application-section .professional-quote__text {
  font-style: italic;
  font-weight: 100;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.application-section .professional-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .application-section .professional-box {
    flex-direction: column;
  }
}
.application-section .professional-box__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.application-section .professional-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.application-section .professional-item {
  display: flex;
  align-items: center;
}
.application-section .professional-item__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
  color: #3AA714;
}
.application-section .professional-author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.application-section .professional-author__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #BCC8E5;
}
.application-section .professional-author__author {
  font-weight: 600;
  font-size: 12px;
  width: 170px;
  line-height: 14px;
  color: #BCC8E5;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .application-section .professional-author__author {
    width: 180px;
    margin-bottom: 20px;
  }
}
.application-section .professional-resources {
  display: flex;
  flex-direction: column;
  padding: 20px 15px 30px;
  background: #E6F3FF;
  border-radius: 10px;
}
.application-section .professional-resources__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
  color: #333333;
}
.application-section .resources-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.application-section .resources-wrapper:last-child {
  margin-bottom: 0;
}
.application-section .resources-block {
  display: grid;
  gap: 10px;
  grid-template-columns: 60px 1fr;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .application-section .resources-block {
    grid-template-columns: 45px 1fr;
  }
}
.application-section .resources-block__img {
  width: 100%;
}
.application-section .resources-box__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 10px;
}
.application-section .resources-box__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
  margin-bottom: 20px;
}
.application-section .resources-box__text:last-child {
  margin-bottom: 0;
}
.application-section .resources-box__text--number {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  color: #2787F5;
  margin-right: 5px;
}
.application-section .resources-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.application-section .resources-link__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.application-section .resources-link--green .resources-link__text {
  color: #3AA714;
}
.application-section .resources-link--green .resources-icon {
  width: 18px;
  height: 18px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #3AA714;
}
.application-section .resources-link--green .resources-icon__icon {
  width: 12px;
  height: 8px;
  fill: white;
}
.application-section .resources-link--blue .resources-link__text {
  color: #2922C3;
}
.application-section .resources-link--blue .resources-icon {
  width: 18px;
  height: 18px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #2922C3;
}
.application-section .resources-link--blue .resources-icon__icon {
  width: 12px;
  height: 8px;
  fill: white;
}

.bg-img img {
  width: 100%;
  display: block;
}

.helpful-services {
  background: url("../images/bg-help-service.png") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.helpful-services h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.helpful-services p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.helpful-services .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 20px;
}
.helpful-services .body {
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 8px;
  height: 100%;
  font-size: 0.875rem;
  width: 50%;
}
@media (max-width: 992px) {
  .helpful-services .body {
    width: 100%;
  }
}
.helpful-services .body .more-link {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  margin-bottom: 10px;
}
.helpful-services .body .more-link:hover {
  color: #2922C3;
}

.service-list {
  padding: 1.25rem 1rem;
}
.service-list .list li {
  margin-bottom: 15px;
}
.service-list .list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border: 1px solid #3DB1F5;
  background-color: #FFFFFF;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.service-list .list .icon {
  fill: #3DB1F5;
  width: 1.125rem;
  height: 1.125rem;
}
.service-list .list span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  color: #333333;
}

.bg-blueColor {
  background-color: #DEEFFF;
}

.bg-lightColor {
  background-color: #E9F4FF;
}

.border-round_5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.border-round_7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.border-round_10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.border-round_20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.border-color_blue {
  border: 1px solid #3DB1F5;
}
.border-color_lightblue {
  border: 1px solid #BCC8E5;
}
.border-color-gray {
  border: 1px solid #CACACA;
}
.border-color-grey {
  border: 1px solid #BCC8E5;
}
.border-white {
  border: 2px solid #FFFFFF;
}

.d-info-list {
  padding: 0.875rem;
}
.d-info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.d-info-item h5 {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.d-info-item p {
  font-size: 1.125rem;
  color: #2922C3;
  line-height: 1.5rem;
}
.d-info-item .icon {
  fill: #3DB1F5;
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.d-info-item .icon-border {
  fill: transparent;
  stroke: #3DB1F5;
}

.s-info-list .icon {
  fill: #3DB1F5;
  margin-bottom: 11px;
}
.s-info-list .icon-border {
  stroke: #3DB1F5;
  fill: transparent;
}
.s-info-list h6 {
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.s-info-list p {
  font-size: 1.5rem;
  color: #2922C3;
}
.s-info-all {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
}
.s-info-all .icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 0;
}
.s-info-all h5 {
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.s-info-all h6 {
  font-weight: bold;
  white-space: nowrap;
}
.s-info-all p {
  font-weight: 600;
}
.s-info-all .count {
  font-size: 18px;
}
.s-info-all .icon {
  fill: #3DB1F5;
}
@media (max-width: 992px) {
  .s-info-all {
    width: 50%;
  }
}

/**************  Tabs  **************/
.tab-body-group .nav-tabs {
  border-bottom: 1px solid #BCC8E5;
  column-gap: 3px;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs {
    border: none;
  }
}
.tab-body-group .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs .nav-item {
    margin-bottom: 15px;
  }
}
.tab-body-group .nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-border-radius: 0.3125rem 0.3125rem 0 0;
  -moz-border-radius: 0.3125rem 0.3125rem 0 0;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 1px solid #BCC8E5;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #7A8399;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  height: 100%;
  background-color: #EFF4FF;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs .nav-item .nav-link {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    text-align: left;
    border-color: transparent;
    background-color: transparent;
    font-weight: 600;
    color: #333333;
  }
}
.tab-body-group .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #fff;
  color: #000000;
  background-color: #FFFFFF;
  border-top: 7px solid #3DB1F5;
  padding-top: 2px;
}
@media (max-width: 992px) {
  .tab-body-group .nav-tabs .nav-item .nav-link.active {
    padding: 0.8rem 1rem;
    border: 1px solid #3DB1F5;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.tab-body-group .nav-tabs .nav-item .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.tab-body-group .tab-content {
  border: 1px solid #BCC8E5;
  border-top: none;
  padding: 25px 15px;
  -webkit-border-radius: 0 0 0.625rem 0.625rem;
  -moz-border-radius: 0 0 0.625rem 0.625rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media (max-width: 992px) {
  .tab-body-group .tab-content {
    border: none;
    padding: 0;
  }
}

/********** list style **********/
.description__list {
  padding: 0;
  margin: 0;
}
.description__item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .description__item {
    margin-bottom: 30px;
  }
}
.description__title {
  font-weight: bold;
}

.info-card .bg-img {
  margin-right: 27px;
}
.info-card .bg-img img {
  width: 149px;
  height: 149px;
  object-fit: fill;
}
.info-card .description__title {
  font-weight: 600;
}
.info-card p {
  font-size: 14px;
  line-height: normal;
}

.main-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.main-cards .card {
  margin-bottom: 20px;
  padding: 14px;
  width: 100%;
  max-width: 337px;
}
@media (max-width: 992px) {
  .main-cards .card {
    max-width: 100%;
  }
}
.main-cards .card-head {
  padding: 6px 8px 13px 15px;
  font-size: 14px;
}
.main-cards .card-head h5 {
  color: #0076BB;
  font-family: "SFProDisplay-Bold";
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-box-pack: end;
}
.main-cards .card-head .city-select {
  color: #7A8399;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 55%;
  text-align: right;
}
.main-cards .card .title {
  font-size: 14px;
  color: #333333;
  font-family: "SFProDisplay-Bold";
  text-transform: uppercase;
}
.main-cards.block-2-cards .card {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 992px) {
  .main-cards.block-2-cards .card {
    width: 100%;
  }
}
.main-cards.block-3-cards .card {
  width: calc((100% - 40px) / 3);
}

.icon-map:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9996 0C4.75189 0 2.10938 2.64251 2.10938 5.89056C2.10938 6.73777 2.28278 7.54667 2.62452 8.29499C4.09724 11.5176 6.92085 14.9201 7.75137 15.886C7.81359 15.9582 7.9043 15.9998 7.99977 15.9998C8.09523 15.9998 8.18595 15.9582 8.24817 15.886C9.07836 14.9203 11.902 11.518 13.3752 8.29499C13.7171 7.54667 13.8903 6.73777 13.8903 5.89056C13.89 2.64251 11.2475 0 7.9996 0ZM7.9996 8.95013C6.31254 8.95013 4.93987 7.57746 4.93987 5.89039C4.93987 4.20317 6.31254 2.83049 7.9996 2.83049C9.68667 2.83049 11.0593 4.20317 11.0593 5.89039C11.0595 7.57746 9.68683 8.95013 7.9996 8.95013Z' fill='%23EF9610'/%3E%3C/svg%3E%0A");
}

.icon-phone:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.94692 1.39509L3.91586 1.08548C4.82379 0.795366 5.79385 1.26422 6.18267 2.18109L6.95644 4.0057C7.29362 4.80081 7.10651 5.73582 6.49386 6.31734L4.78897 7.93555C4.89417 8.90348 5.21952 9.85658 5.76505 10.7948C6.31057 11.7331 6.99189 12.5114 7.809 13.1298L9.85668 12.447C10.6328 12.1882 11.4781 12.4856 11.9542 13.1851L13.0633 14.8146C13.6167 15.6276 13.5172 16.7493 12.8305 17.4388L12.0946 18.1776C11.362 18.913 10.3157 19.1798 9.34787 18.8778C7.06291 18.1651 4.96203 16.049 3.04523 12.5296C1.12565 9.00503 0.448181 6.0147 1.01282 3.5586C1.25041 2.52512 1.98617 1.70208 2.94692 1.39509Z' stroke='%233DB1F5' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.icon-finish:before {
  content: "";
  display: inline-block;
  width: 151px;
  height: 151px;
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75.5' cy='75.5' r='75.5' fill='%23FBFBFB'/%3E%3Cpath d='M89 35V43C89 45.208 87.208 47 85 47H59C56.792 47 55 45.208 55 43V35H64C64 30.6 67.6 27 72 27C76.4 27 80 30.6 80 35H89Z' fill='%23FFBD64'/%3E%3Cpath d='M51 59H65V73H51V59Z' fill='%23F5F5F5'/%3E%3Cpath d='M51 91H65V105H51V91Z' fill='%23F5F5F5'/%3E%3Cpath d='M106 117C118.703 117 129 106.703 129 94C129 81.2975 118.703 71 106 71C93.2975 71 83 81.2975 83 94C83 106.703 93.2975 117 106 117Z' fill='%23F5F5F5'/%3E%3Cpath d='M65 76H51C49.344 76 48 74.656 48 73V59C48 57.344 49.344 56 51 56H65C66.656 56 68 57.344 68 59V73C68 74.656 66.656 76 65 76ZM54 70H62V62H54V70Z' fill='%23FFBD64'/%3E%3Cpath d='M65 108H51C49.344 108 48 106.656 48 105V91C48 89.344 49.344 88 51 88H65C66.656 88 68 89.344 68 91V105C68 106.656 66.656 108 65 108ZM54 102H62V94H54V102Z' fill='%23FFBD64'/%3E%3Cpath d='M75 58H97V64H75V58Z' fill='%23FFBD64'/%3E%3Cpath d='M106 120C91.664 120 80 108.336 80 94C80 79.664 91.664 68 106 68C120.336 68 132 79.664 132 94C132 108.336 120.336 120 106 120ZM106 74C94.972 74 86 82.972 86 94C86 105.028 94.972 114 106 114C117.028 114 126 105.028 126 94C126 82.972 117.028 74 106 74Z' fill='%23FFBD64'/%3E%3Cpath d='M101.973 105C101.192 105 100.435 104.684 99.8836 104.119L92 96.1098L96.1822 91.861L101.835 97.5995L113.55 84L118 87.9525L104.204 103.971C103.664 104.596 102.895 104.968 102.079 104.996C102.04 105 102.004 105 101.973 105Z' fill='%231185E0'/%3E%3Cpath d='M108 59H101.844V46.9809C101.844 44.2297 99.5423 41.9896 96.7149 41.9896H89V36H96.7149C102.94 36 108 40.9274 108 46.9809V59Z' fill='%231185E0'/%3E%3Cpath d='M80 120H47.0907C40.9727 120 36 115.068 36 109V47C36 40.932 40.9727 36 47.0907 36H54.6728V42H47.0907C44.312 42 42.0495 44.244 42.0495 47V109C42.0495 111.756 44.312 114 47.0907 114H80V120Z' fill='%231185E0'/%3E%3Cpath d='M85 50H59C55.14 50 52 46.86 52 43V35C52 33.344 53.344 32 55 32H61.416C62.728 27.388 66.976 24 72 24C77.024 24 81.272 27.388 82.584 32H89C90.656 32 92 33.344 92 35V43C92 46.86 88.86 50 85 50ZM58 38V43C58 43.552 58.448 44 59 44H85C85.552 44 86 43.552 86 43V38H80C78.344 38 77 36.656 77 35C77 32.244 74.756 30 72 30C69.244 30 67 32.244 67 35C67 36.656 65.656 38 64 38H58Z' fill='%231185E0'/%3E%3C/svg%3E");
}

.icon-warning:before {
  content: "";
  display: inline-block;
  width: 151px;
  height: 151px;
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75.5' cy='75.5' r='75.5' fill='%23FBFBFB'/%3E%3Cg clip-path='url(%23clip0_5029_16745)'%3E%3Cpath d='M26.0508 112.28L75.4991 26.7188L124.947 112.28H26.0508Z' fill='%23FBFBFB'/%3E%3Cpath d='M75.499 103.561C78.5835 103.561 81.0839 101.06 81.0839 97.9756C81.0839 94.8911 78.5835 92.3906 75.499 92.3906C72.4145 92.3906 69.9141 94.8911 69.9141 97.9756C69.9141 101.06 72.4145 103.561 75.499 103.561Z' fill='%23FFBD64'/%3E%3Cpath d='M72.3464 86.1569H78.6526C79.9958 86.1569 81.085 85.0678 81.085 83.7246V55.7234C81.085 54.3802 79.9958 53.291 78.6526 53.291H72.3464C71.0032 53.291 69.9141 54.3802 69.9141 55.7234V83.725C69.9139 85.0682 71.0028 86.1569 72.3464 86.1569Z' fill='%23FFBD64'/%3E%3Cpath d='M124.949 114.333H26.0519C25.3188 114.333 24.6413 113.942 24.2748 113.307C23.9082 112.672 23.9084 111.889 24.2754 111.255L73.7237 25.6931C74.0904 25.0586 74.7674 24.668 75.5001 24.668C76.2327 24.668 76.9099 25.0586 77.2764 25.6931L126.725 111.255C127.092 111.889 127.092 112.672 126.725 113.307C126.359 113.942 125.682 114.333 124.949 114.333ZM29.6074 110.23H121.393L75.5003 30.8204L29.6074 110.23Z' fill='%231185E0'/%3E%3Cpath d='M52.8588 82.2223C52.5103 82.2223 52.1573 82.1333 51.834 81.9464C50.8529 81.3793 50.5173 80.1244 51.0842 79.1433L51.9145 77.7071C52.4814 76.726 53.7367 76.3903 54.7176 76.9574C55.6987 77.5245 56.0343 78.7794 55.4674 79.7605L54.6371 81.1967C54.2567 81.8549 53.5673 82.2223 52.8588 82.2223Z' fill='%231185E0'/%3E%3Cpath d='M38.1556 107.664C37.8072 107.664 37.4544 107.575 37.1309 107.388C36.1498 106.821 35.8142 105.566 36.3811 104.585L46.4604 87.1445C47.0275 86.1634 48.2825 85.8279 49.2636 86.3948C50.2447 86.9619 50.5802 88.2168 50.0133 89.1979L39.934 106.638C39.5538 107.296 38.8644 107.664 38.1556 107.664Z' fill='%231185E0'/%3E%3Cpath d='M75.5004 105.612C71.2892 105.612 67.8633 102.186 67.8633 97.975C67.8633 93.7641 71.2894 90.3379 75.5004 90.3379C79.7113 90.3379 83.1377 93.7641 83.1377 97.975C83.1377 102.186 79.7115 105.612 75.5004 105.612ZM75.5004 94.4414C73.5518 94.4414 71.9668 96.0266 71.9668 97.975C71.9668 99.9233 73.5518 101.509 75.5004 101.509C77.4489 101.509 79.0342 99.9233 79.0342 97.975C79.0342 96.0266 77.4489 94.4414 75.5004 94.4414Z' fill='%231185E0'/%3E%3Cpath d='M78.6534 88.2101H72.3474C69.8748 88.2101 67.8633 86.1985 67.8633 83.7259V55.7244C67.8633 53.2518 69.8748 51.2402 72.3474 51.2402H78.6534C81.126 51.2402 83.1375 53.2518 83.1375 55.7244V83.7259C83.1377 86.1981 81.126 88.2101 78.6534 88.2101ZM72.3474 55.3437C72.1376 55.3437 71.9668 55.5145 71.9668 55.7244V83.7259C71.9668 83.9358 72.1376 84.1066 72.3474 84.1066H78.6534C78.8632 84.1066 79.034 83.9358 79.034 83.7259V55.7244C79.034 55.5145 78.8632 55.3437 78.6534 55.3437H72.3474Z' fill='%231185E0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5029_16745'%3E%3Crect width='103' height='103' fill='white' transform='translate(24 18)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-warning--2 {
  content: "";
  display: inline-block;
  width: 151px;
  height: 151px;
  background-image: url("data:image/svg+xml,%3Csvg width='152' height='152' viewBox='0 0 152 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='76' cy='76' r='75.5' fill='%23FBFBFB'/%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath d='M26.5508 112.781L75.9991 27.2196L125.447 112.781H26.5508Z' fill='%23FBFBFB'/%3E%3Cpath d='M75.999 104.06C79.0835 104.06 81.5839 101.56 81.5839 98.4751C81.5839 95.3906 79.0835 92.8901 75.999 92.8901C72.9145 92.8901 70.4141 95.3906 70.4141 98.4751C70.4141 101.56 72.9145 104.06 75.999 104.06Z' fill='%23FFBD64'/%3E%3Cpath d='M72.8464 86.657H79.1526C80.4958 86.657 81.585 85.5678 81.585 84.2246V56.2235C81.585 54.8802 80.4958 53.7911 79.1526 53.7911H72.8464C71.5032 53.7911 70.4141 54.8802 70.4141 56.2235V84.225C70.4139 85.5682 71.5028 86.657 72.8464 86.657Z' fill='%23FFBD64'/%3E%3Cpath d='M125.449 114.833H26.5519C25.8188 114.833 25.1413 114.441 24.7748 113.806C24.4082 113.171 24.4084 112.389 24.7754 111.754L74.2237 26.1927C74.5904 25.5582 75.2674 25.1675 76.0001 25.1675C76.7327 25.1675 77.4099 25.5582 77.7764 26.1927L127.225 111.754C127.592 112.389 127.592 113.171 127.225 113.806C126.859 114.442 126.182 114.833 125.449 114.833ZM30.1074 110.729H121.893L76.0003 31.3199L30.1074 110.729Z' fill='%23FF4343'/%3E%3Cpath d='M53.3588 82.7215C53.0103 82.7215 52.6573 82.6325 52.334 82.4457C51.3529 81.8785 51.0173 80.6236 51.5842 79.6425L52.4145 78.2063C52.9814 77.2252 54.2367 76.8895 55.2176 77.4566C56.1987 78.0237 56.5343 79.2786 55.9674 80.2597L55.1371 81.6959C54.7567 82.3541 54.0673 82.7215 53.3588 82.7215Z' fill='%23FF4343'/%3E%3Cpath d='M38.6556 108.164C38.3072 108.164 37.9544 108.075 37.6309 107.888C36.6498 107.321 36.3142 106.066 36.8811 105.085L46.9604 87.6447C47.5275 86.6636 48.7825 86.3281 49.7636 86.895C50.7447 87.4621 51.0802 88.717 50.5133 89.6981L40.434 107.139C40.0538 107.796 39.3644 108.164 38.6556 108.164Z' fill='%23FF4343'/%3E%3Cpath d='M76.0004 106.112C71.7892 106.112 68.3633 102.686 68.3633 98.4746C68.3633 94.2637 71.7894 90.8375 76.0004 90.8375C80.2113 90.8375 83.6377 94.2637 83.6377 98.4746C83.6377 102.686 80.2115 106.112 76.0004 106.112ZM76.0004 94.941C74.0518 94.941 72.4668 96.5263 72.4668 98.4746C72.4668 100.423 74.0518 102.008 76.0004 102.008C77.9489 102.008 79.5342 100.423 79.5342 98.4746C79.5342 96.5263 77.9489 94.941 76.0004 94.941Z' fill='%23FF4343'/%3E%3Cpath d='M79.1534 88.7092H72.8474C70.3748 88.7092 68.3633 86.6976 68.3633 84.225V56.2235C68.3633 53.7508 70.3748 51.7393 72.8474 51.7393H79.1534C81.626 51.7393 83.6375 53.7508 83.6375 56.2235V84.225C83.6377 86.6972 81.626 88.7092 79.1534 88.7092ZM72.8474 55.8428C72.6376 55.8428 72.4668 56.0136 72.4668 56.2235V84.225C72.4668 84.4348 72.6376 84.6056 72.8474 84.6056H79.1534C79.3632 84.6056 79.534 84.4348 79.534 84.225V56.2235C79.534 56.0136 79.3632 55.8428 79.1534 55.8428H72.8474Z' fill='%23FF4343'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='103' height='103' fill='white' transform='translate(24.5 18.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.service-list .list a {
  display: grid;
  grid-template-columns: 1fr 20px;
}

.collapse-item {
  margin-bottom: 20px;
  border: 1px solid #C1C1C1;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.collapse-item.radius {
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  border-radius: 0 10px 10px 10px;
}
.collapse-item-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 19px 22px 19px 12px;
  background-color: #E9F4FF;
  border-left: 9px solid #3DB1F5;
  cursor: pointer;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.collapse-item-btn h6 {
  font-family: "SFProDisplay-Bold";
  font-size: 18px;
  margin-bottom: 0;
}
.collapse-item-btn .arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.collapse-item-btn .arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.366116 0.357981C0.854272 -0.119327 1.64573 -0.119327 2.13388 0.357981L10 8.0493L17.8661 0.357981C18.3543 -0.119327 19.1457 -0.119327 19.6339 0.357981C20.122 0.835288 20.122 1.60916 19.6339 2.08646L10.8839 10.642C10.3957 11.1193 9.60427 11.1193 9.11612 10.642L0.366116 2.08646C-0.122039 1.60916 -0.122039 0.835288 0.366116 0.357981Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 20px;
  height: 11px;
  display: inline-block;
}
@media (max-width: 992px) {
  .collapse-item-btn {
    font-size: 14px;
    padding: 14px;
  }
}
.collapse-item-btn.arrow-rotate {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
  border-bottom: 1px solid #C1C1C1;
}
.collapse-item-btn.arrow-rotate .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.collapse-body {
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 992px) {
  .collapse-body {
    padding: 20px;
  }
}
.collapse-body a {
  text-decoration: underline;
}
.collapse-body a:hover, .collapse-body a:focus {
  text-decoration: none;
  outline: none;
}

.table-simple {
  color: #333333;
  border-collapse: separate;
  border-spacing: 0;
  line-height: normal;
}
.table-simple th, .table-simple td {
  border: none;
  vertical-align: middle;
}
.table-simple thead th {
  border-bottom: 1px solid #BCC8E5;
  vertical-align: middle;
  border-top: 1px solid #CACACA;
}
.table-simple thead tr th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.table-simple thead tr th:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.table-simple tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-simple tbody tr:nth-of-type(odd) {
  background-color: rgb(255, 255, 255);
}
.table-simple tbody tr:last-child td {
  border-bottom: 1px solid #CACACA;
}
.table-simple tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.table-simple tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.table-simple tr th:first-child, .table-simple tr td:first-child {
  border-left: 1px solid #CACACA;
}
.table-simple tr th:last-child, .table-simple tr td:last-child {
  border-right: 1px solid #CACACA;
}
.table-simple .small {
  color: #7A8399;
}

@media (max-width: 992px) {
  .table-mobile {
    border: 0;
  }
  .table-mobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile tr, .table-mobile tr:nth-of-type(odd) {
    display: block;
    background-color: rgba(0, 0, 0, 0.05) !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .table-mobile td {
    display: flex;
    border: none !important;
  }
  .table-mobile td div {
    width: 60%;
  }
  .table-mobile td::before {
    content: attr(data-label);
    width: 45%;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .table-striped-mobile {
    border: 0;
  }
  .table-striped-mobile thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-striped-mobile td {
    display: flex;
    border: none !important;
  }
  .table-striped-mobile td div {
    width: 60%;
  }
  .table-striped-mobile td::before {
    content: attr(data-label);
    width: 45%;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .table-mobile-first--none, .table-mobile-first--done {
    border: 0;
  }
  .table-mobile-first--none thead, .table-mobile-first--done thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-mobile-first--none tr, .table-mobile-first--done tr {
    display: block;
  }
  .table-mobile-first--none td, .table-mobile-first--done td {
    display: flex;
    border: none !important;
  }
  .table-mobile-first--none td div, .table-mobile-first--done td div {
    width: 50%;
  }
  .table-mobile-first--none td::before, .table-mobile-first--done td::before {
    content: attr(data-label);
    width: 50%;
    font-weight: bold;
  }
  .table-mobile-first--none td:first-child, .table-mobile-first--done td:first-child {
    display: none;
  }
}

.table-simple-mobile td {
  padding: 0.5rem;
}

.table-last-short td:last-child {
  width: 40%;
}
@media (max-width: 992px) {
  .table-last-short td:last-child {
    width: 100%;
  }
}

.table-first-short td:nth-child(2) {
  width: 35%;
}
@media (max-width: 992px) {
  .table-first-short td:nth-child(2) {
    width: 100%;
  }
}

.str-short {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .str-short {
    -webkit-line-clamp: 2;
  }
}

.date-circle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.date-circle.bg-green {
  background-color: #3AA714;
}
.date-circle.bg-grey {
  background-color: #C4C4C4;
}

.passport-order-item {
  display: flex;
  column-gap: 20px;
  margin-bottom: 5px;
}
.passport-order-item:last-child .step-order:before, .passport-order-item:last-child .step-order:after {
  content: none;
}
.passport-order .step-order {
  position: relative;
  z-index: 1;
}
.passport-order .step-order span {
  font-size: 18px;
  font-weight: bold;
}
.passport-order .step-order:before {
  content: "";
  background: #DEEFFF;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}
.passport-order .step-order:after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -2px;
  transform: translate(-50%, 0%);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.5 9.5' style='enable-background:new 0 0 15.5 9.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23DEEFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7.1,8.5c0.4,0.4,1,0.4,1.4,0l6.4-6.4c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L7.8,6.4L2.2,0.7 c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L7.1,8.5z'/%3E%3C/svg%3E%0A");
}
.passport-order .body-order {
  padding-bottom: 20px;
}

.img-100 img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}

.crop-height-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.hide-text {
  color: #2922C3;
}

.main-card__tag_hide {
  display: none;
}
.main-card__tag_show-more_func {
  cursor: pointer;
  background: transparent;
}

/***************/
.long-cards .card {
  padding: 12px 15px;
  margin-bottom: 17px;
  position: relative;
}
.long-cards .card:last-child {
  margin-bottom: 0;
}
.long-cards .card .list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.long-cards .card .list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .long-cards .card .list li {
    column-gap: 10px;
  }
  .long-cards .card .list li:last-child {
    margin-bottom: 20px;
  }
}
.long-cards .card .list .icon {
  fill: transparent;
  stroke: #3DB1F5;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  flex-shrink: 0;
}
.long-cards .card .col-lg-6:nth-child(odd) .list {
  position: relative;
}
.long-cards .card .col-lg-6:nth-child(odd) .list:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #BCC8E5;
}
@media (max-width: 992px) {
  .long-cards .card .col-lg-6:nth-child(odd) .list:after {
    height: 1px;
    width: 100%;
    top: 100%;
    right: 0;
    position: relative;
    display: block;
    margin: 20px 0;
  }
}
.long-cards .card-title {
  color: #7A8399;
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .long-cards .card-title {
    position: absolute;
    right: 15px;
    top: 12px;
  }
}
.long-cards .img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.long-cards .city-select {
  color: #515151;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.long-cards .city-select .icon-map {
  display: block;
  margin-right: 2px;
}

.form-date .form-control {
  padding: 6.5px 8px;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #C4CFE8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 95px;
}
.form-date a {
  text-decoration: none;
}
.form-date input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 1200px) {
  .form-date .filter-buttons .btn {
    width: 50%;
  }
}

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

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

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.profile-block .btn {
  background: #FFFFFF;
  border: 1px solid #BCC8E5;
  border-radius: 10px;
  padding: 11px 15px;
}
.profile-block .btn:focus {
  box-shadow: none;
}
.profile-block .filter-option {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.profile-block .dropdown-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3012 0.555097C10.9114 0.167013 10.2814 0.16667 9.89121 0.554329L5.9868 4.43351L2.08239 0.554329C1.69221 0.16667 1.06216 0.167015 0.672408 0.555099V0.555099C0.27997 0.945853 0.27997 1.58118 0.672408 1.97193L5.28122 6.56096C5.67139 6.94946 6.30221 6.94946 6.69239 6.56096L11.3012 1.97193C11.6936 1.58118 11.6936 0.945851 11.3012 0.555097V0.555097Z' fill='%23333333'/%3E%3C/svg%3E");
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  border: none;
}
.profile-block .dropdown-toggle:focus {
  outline: 0 !important;
  box-shadow: none;
}
.profile-block .btn-light:not(:disabled):not(.disabled):active, .profile-block .btn-light:not(:disabled):not(.disabled).active, .profile-block .show > .btn-light.dropdown-toggle {
  background-color: #ffffff;
  color: #333333;
  border-color: transparent;
}
.profile-block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 420px;
}
.profile-block .filter-option-inner {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #333333;
}

/* сards-section */
.organization-register {
  /*organization-section*/
  /*map-section*/
  /*specialists-block*/
}
.organization-register .margin-container {
  margin-bottom: 115px;
}
.organization-register .cards-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 424px) {
  .organization-register .cards-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
@media (min-width: 425px) and (max-width: 1439px) {
  .organization-register .cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .organization-register .dropdown--desktop {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .organization-register .dropdown {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .organization-register .dropdown--mobile {
    display: none;
  }
}
.organization-register .cards-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .organization-register .cards-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
}
.organization-register .card-block {
  display: flex;
  flex-direction: column;
}
.organization-register .card-block__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #555555;
  margin-bottom: 10px;
}
.organization-register .card-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #555555;
  margin-bottom: 5px;
}
.organization-register .card-block__text--bg {
  background: #DEEFFF;
  border-radius: 5px;
  padding: 2px 4px;
}
.organization-register .card-block__number {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #555555;
}
.organization-register .register-icons {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  margin-top: 5px;
}
.organization-register .organization-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.organization-register .organization-card {
  display: flex;
  padding: 15px;
  width: 31%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #E9F4FF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .organization-register .organization-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .organization-register .organization-card {
    width: 47%;
  }
}
.organization-register .organization-card__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  height: 45px;
  color: #0076BB;
  display: -webkit-box;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.organization-register .organization-card__heading--ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 45px;
}
.organization-register .organization-card__hr {
  width: 100%;
  border-color: #BCC8E5;
}
.organization-register .organization-card:hover ~ .organization-card.organization-card__button:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
}
.organization-register .organization-wrapper {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .organization-register .organization-wrapper {
    width: 100%;
  }
}
.organization-register .organization-wrapper__img {
  width: 284px;
  border-radius: 10px;
  height: 150px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .organization-register .organization-wrapper__img {
    width: 100%;
  }
}
.organization-register .organization-wrapper__reception {
  position: absolute;
  background: #3AA714;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  text-align: right;
  color: #FFFFFF;
  right: 7px;
  top: 7px;
  padding: 6.5px 10px;
}
.organization-register .organization-wrapper__text {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #7A8399;
  background: #FFFFFF;
  padding: 5px 10px;
  width: 100%;
  height: 25px;
  bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.organization-register .organization-category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 6px 7px;
  width: 100%;
  align-items: flex-start;
}
.organization-register .organization-category__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #0D9DF1;
  padding: 2px 5px;
  border: 1px solid #0D9DF1;
  border-radius: 10px;
}
.organization-register .organization-classification {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.organization-register .organization-classification__heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 5px;
}
.organization-register .organization-classification__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.organization-register .organization-classification__text--bg {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #3DB1F5;
  border-radius: 10px;
  padding: 3px 7px;
}
.organization-register .organization-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  width: 100%;
}
.organization-register .organization-button {
  display: flex;
  align-items: center;
  background: transparent;
  margin-left: auto;
}
.organization-register .organization-button__bg {
  background: #2922C3;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.organization-register .organization-button__icon {
  fill: #ffffff;
  width: 12px;
  height: 11px;
  margin-bottom: 1px;
  margin-left: 2px;
}
.organization-register .organization-button__text {
  font-weight: 400;
  font-size: 14px;
  color: #2922C3;
  margin-right: 7px;
}
.organization-register .map-block {
  width: 100%;
}
.organization-register .map-block__img {
  width: 100%;
}
.organization-register .specialists-wrapper {
  background: #FFFFFF;
  border: 1px solid #BCC8E5;
  border-radius: 10px;
  width: 284px;
  padding: 13px 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .organization-register .specialists-wrapper {
    width: 100%;
  }
}
.organization-register .specialists-wrapper--2 {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.organization-register .specialists-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.organization-register .specialists-block__id {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  overflow: hidden;
  max-width: 140px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.organization-register .specialists-block__condition {
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  padding: 6.5px 9px;
  background: #3AA714;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}
.organization-register .specialists-block__number {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.organization-register .specialists-geo {
  display: flex;
  align-items: center;
}
.organization-register .specialists-geo__icon {
  width: 16px;
  height: 16px;
  fill: #EF9610;
}
.organization-register .specialists-geo__place {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7A8399;
  overflow: hidden;
  max-width: 140px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.organization-register .specialists-organization {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  height: 35px;
  text-transform: uppercase;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.organization-register .map-info {
  width: 180px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 5px;
  position: relative;
  z-index: 1;
}
.organization-register .map-info::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  left: 45%;
  position: absolute;
  bottom: -8%;
  z-index: -1;
}
.organization-register .map-info__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #3DB1F5;
  margin-bottom: 10px;
}
.organization-register .map-info__button {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  padding: 5px 0;
  background: #2922C3;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
}
.organization-register .map-info__img {
  width: 52px;
  height: 52px;
}

.account-registration {
  z-index: 1;
  /*Step-1-styles*/
  /*Step-2-styles*/
  /*Step-3-styles*/
  /*Step-4-styles*/
  /*step-5-styles*/
}
.account-registration--bg {
  background-image: url(../images/backgrounds/account-registration-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: 100% 60%;
  z-index: 1;
  width: 100%;
  position: relative;
}
.account-registration--bg:after {
  position: absolute;
  top: 6%;
  left: -9%;
  z-index: -1;
  content: url("data:image/svg+xml,%3Csvg width='986' height='1040' viewBox='0 0 986 1082' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8279' d='M143.019 1.53701C143.748 22.8743 138.413 45.0136 129.035 67.6698C119.962 89.599 106.935 112.072 93.3145 135.204C79.8283 158.107 65.7502 181.994 51.6868 204.407C44.4029 215.999 37.2312 227.176 30.5707 238.829C23.8563 250.617 17.356 262.905 12.804 276.363C-3.43126 324.263 -3.65474 379.437 24.184 418.118C25.5786 420.05 27.0199 421.922 28.5373 423.759C58.3094 459.963 109.478 478.124 128.683 520.674C130.413 524.506 131.822 528.392 132.97 532.335C146.319 577.955 124.131 630.513 129.218 679.572C136.28 747.615 198.982 795.867 266.295 809.263C333.663 822.723 404.767 809.37 473.833 798.877C505 794.151 536.803 790.048 568.076 789.237C606.09 788.204 643.312 792.016 677.667 805.435C802.612 854.143 855.601 1016.43 984.149 1049.75' stroke='%23A7A3FF' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
}
.account-registration--bg:before {
  position: absolute;
  right: 0;
  z-index: -1;
  content: url("data:image/svg+xml,%3Csvg width='310' height='700' viewBox='0 0 310 950' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8279' d='M143.524 -100.705C144.253 -79.3679 138.918 -57.2286 129.54 -34.5723C120.467 -12.6432 107.439 9.83006 93.8194 32.9622C80.3331 55.8643 66.2551 79.7521 52.1917 102.165C44.9078 113.757 37.7361 124.934 31.0755 136.587C24.3612 148.375 17.8609 160.663 13.3088 174.121C-2.92637 222.02 -3.14986 277.195 24.6889 315.876C26.0835 317.808 27.5248 319.68 29.0422 321.517C58.8143 357.721 109.983 375.882 129.188 418.432C130.918 422.264 132.327 426.149 133.475 430.092C146.824 475.713 124.635 528.27 129.723 577.33C136.785 645.373 199.487 693.625 266.8 707.021C334.168 720.481 405.272 707.128 474.338 696.635C505.505 691.909 537.308 687.805 568.581 686.995C606.595 685.962 643.816 689.774 678.172 703.193C803.117 751.9 856.106 914.186 984.654 947.511' stroke='%23A7A3FF' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E");
}
.account-registration .account-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 70px;
  padding: 30px 25px 50px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .account-wrapper {
    padding: 30px 25px 30px;
  }
}
.account-registration .account-wrapper__h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .account-wrapper__h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
  }
}
.account-registration .account-wrapper__span {
  color: #3DB1F5;
}
.account-registration .account-wrapper__hr {
  height: 1px;
  width: 100%;
  background: #F2F8FF;
}
.account-registration .steps-wrapper {
  background: #F2F8FF;
  border-top: 1px solid #3DB1F5;
  padding: 25px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .steps-wrapper {
    grid-template-columns: 1fr;
    padding: 25px 10px;
  }
}
.account-registration .steps-wrapper--no-bg {
  background: transparent;
  border-top: none;
  padding-top: 0;
  align-items: flex-start;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .steps-wrapper--no-bg {
    padding: 25px 0px;
  }
}
.account-registration .steps-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .steps-block {
    margin-bottom: 30px;
  }
}
.account-registration .steps-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 30px;
  width: 570px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .steps-block__title {
    width: fit-content;
  }
}
.account-registration .step-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .step-info {
    display: grid;
    grid-template-columns: 55px 1fr;
    grid-gap: 25px;
  }
}
.account-registration .step-info__step {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  background: #3DB1F5;
  border: 1px solid #3DB1F5;
  border-radius: 8px;
  margin-right: 20px;
  width: 55px;
  height: 25px;
  padding: 2px;
  position: relative;
}
.account-registration .step-info__step:after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.46086 19.794C7.85139 20.1845 8.48455 20.1845 8.87507 19.794L15.239 13.4301C15.6296 13.0395 15.6296 12.4064 15.239 12.0158C14.8485 11.6253 14.2153 11.6253 13.8248 12.0158L8.16797 17.6727L2.51111 12.0158C2.12059 11.6253 1.48742 11.6253 1.0969 12.0158C0.706376 12.4064 0.706376 13.0395 1.0969 13.4301L7.46086 19.794ZM7.16797 0.921875L7.16797 19.0869L9.16797 19.0869L9.16797 0.921875L7.16797 0.921875Z' fill='%233DB1F5'/%3E%3C/svg%3E");
  position: absolute;
  top: 30px;
}
.account-registration .step-info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.account-registration .step-info:last-child {
  margin-bottom: 0;
}
.account-registration .step-info:last-child .step-info__step:after {
  content: "";
}
.account-registration .attention-block {
  display: grid;
  grid-template-columns: 55px 1fr;
  grid-column-gap: 30px;
  grid-template-areas: "icon title" "icon text";
  width: fit-content;
  height: fit-content;
  background: #FFFFFF;
  border: 1px dashed #3DB1F5;
  border-radius: 10px;
  padding: 20px;
  justify-self: flex-end;
}
@media (min-width: 320px) and (max-width: 424px) {
  .account-registration .attention-block {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    grid-template-areas: "icon " "title" "text";
  }
}
@media (min-width: 425px) and (max-width: 1439px) {
  .account-registration .attention-block {
    grid-template-columns: 55px 1fr;
    grid-template-areas: "icon title" "text text";
  }
}
.account-registration .attention-block__icon {
  grid-area: icon;
  fill: none;
  width: 56px;
  height: 53px;
  margin-right: 30px;
  margin-top: 5px;
}
.account-registration .attention-info {
  display: flex;
  flex-direction: column;
}
.account-registration .attention-info__title {
  grid-area: title;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #3DB1F5;
  margin-bottom: 20px;
  width: 330px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .attention-info__title {
    width: fit-content;
    grid-area: title;
  }
}
.account-registration .attention-info__text {
  font-weight: 400;
  grid-area: text;
  width: 440px;
  font-size: 16px;
  line-height: 19px;
  color: #515151;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .attention-info__text {
    width: fit-content;
    grid-area: text;
  }
}
.account-registration .attention-info__span {
  font-weight: 700;
  font-size: 16px;
}
.account-registration .step-faq {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .step-faq {
    display: grid;
    grid-template-columns: 50px 1fr;
  }
}
.account-registration .step-faq:last-child {
  margin-bottom: 0;
}
.account-registration .step-faq__step {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  background: #3DB1F5;
  border-radius: 50%;
  margin-right: 15px;
}
.account-registration .step-faq__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.account-registration .accept-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.account-registration .accept-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  width: 560px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .accept-block {
    width: fit-content;
    margin-bottom: 15px;
  }
}
.account-registration .accept-block__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #3D3934;
}
.account-registration .accept-block__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #4E8FA5;
}
.account-registration .accept-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .accept-buttons {
    flex-direction: column;
  }
}
.account-registration .accept-buttons__button--accept {
  padding: 12px 23px;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .accept-buttons__button--accept {
    width: 100%;
    padding: 12px 15px;
  }
}
.account-registration .accept-buttons__button--decline {
  padding: 12px 75px;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .accept-buttons__button--decline {
    width: 100%;
    text-align: center;
  }
}
.account-registration .bright-with-bg-padding {
  padding: 12.5px 75px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .bright-with-bg-padding {
    padding: 12.5px 0;
    width: 100%;
  }
}
.account-registration .numbers-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #F6FAFF;
  border: 2px solid #3DB1F5;
  border-radius: 10px;
  padding: 20px 15px 30px;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .numbers-wrapper {
    display: none;
  }
}
.account-registration .numbers-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1439px) {
  .account-registration .numbers-block--mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .numbers-block {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    margin-bottom: 25px;
  }
}
.account-registration .numbers-block__span {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #3DB1F5;
  border-radius: 50%;
  background: #FFFFFF;
  margin-bottom: 15px;
  border: 2px solid #A4D2FF;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .numbers-block__span {
    margin-bottom: 0px;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
  }
}
.account-registration .numbers-block__span--active {
  color: #FFFFFF;
  background: #3DB1F5;
  border: 2px solid transparent;
}
.account-registration .numbers-block__text {
  width: 170px;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #3DB1F5;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .numbers-block__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    color: #333333;
    width: 100%;
    text-align: start;
  }
}
.account-registration .numbers-block--position-1:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 12px;
  top: 25%;
  left: 64%;
  background: #C4E1FF;
  z-index: -1;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .numbers-block--position-1:after {
    display: none;
  }
}
.account-registration .numbers-block--position-1--active:after {
  background: #6BC8FE;
}
.account-registration .numbers-block--position-2:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 12px;
  top: 21%;
  left: 61%;
  background: #C4E1FF;
  z-index: -1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .numbers-block--position-2:after {
    display: none;
  }
}
.account-registration .numbers-block--position-2--active:after {
  background: #6BC8FE;
}
.account-registration .numbers-block--position-3:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 12px;
  top: 20%;
  left: 61%;
  background: #C4E1FF;
  z-index: -1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .numbers-block--position-3:after {
    display: none;
  }
}
.account-registration .numbers-block--position-3--active:after {
  background: #6BC8FE;
}
.account-registration .numbers-block--position-4:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 12px;
  top: 25%;
  left: 61%;
  background: #C4E1FF;
  z-index: -1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .numbers-block--position-4:after {
    display: none;
  }
}
.account-registration .numbers-block--position-4--active:after {
  background: #6BC8FE;
}
.account-registration .verification-container {
  background: #FFFFFF;
  border: 2px solid #3DB1F5;
  border-radius: 10px;
  padding: 25px 15px 50px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .verification-container {
    padding: 0;
    border: none;
  }
}
.account-registration .verification-container__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .verification-container__title {
    display: none;
  }
}
.account-registration .verification-wrapper {
  display: grid;
  grid-template-columns: 380px 380px 1fr;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .verification-wrapper {
    grid-template-columns: 1fr;
  }
}
.account-registration .verification-wrapper__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
}
.account-registration .verification-block {
  display: grid;
  grid-template-rows: 65px 60px 60px 1fr;
  gap: 10px;
  position: relative;
  min-height: 400px;
  background: #FCFCFC;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 0 15px 30px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .verification-block {
    grid-template-rows: 1fr;
  }
}
.account-registration .verification-block__step {
  background: #72C1D9;
  border-radius: 0px 0px 10px 10px;
  padding: 9px 35px;
  font-weight: 600;
  font-size: 18px;
  width: fit-content;
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 30px;
}
.account-registration .verification-block__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #555555;
  margin-bottom: 20px;
}
.account-registration .verification-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.account-registration .verification-form__label {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.account-registration .verification-form__label :after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.7734' cy='10.6172' r='9.5' stroke='%23FF3D3D'/%3E%3Cpath d='M9.79297 6.16211H11.5508L11.4102 11.834H9.93359L9.79297 6.16211ZM11.3457 14.5C11.1621 14.6758 10.9375 14.7637 10.6719 14.7637C10.4062 14.7637 10.1797 14.6758 9.99219 14.5C9.80859 14.3203 9.7168 14.1016 9.7168 13.8438C9.7168 13.5859 9.80859 13.3691 9.99219 13.1934C10.1797 13.0137 10.4062 12.9238 10.6719 12.9238C10.9375 12.9238 11.1621 13.0137 11.3457 13.1934C11.5332 13.3691 11.627 13.5859 11.627 13.8438C11.627 14.1016 11.5332 14.3203 11.3457 14.5Z' fill='%23FF3D3D'/%3E%3C/svg%3E");
  top: 12px;
  right: 15px;
}
.account-registration .verification-form__label--step-3 {
  margin-bottom: 10px;
  position: relative;
}
.account-registration .verification-form__label--step-3 :after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.7734' cy='10.6172' r='9.5' stroke='%23FF3D3D'/%3E%3Cpath d='M9.79297 6.16211H11.5508L11.4102 11.834H9.93359L9.79297 6.16211ZM11.3457 14.5C11.1621 14.6758 10.9375 14.7637 10.6719 14.7637C10.4062 14.7637 10.1797 14.6758 9.99219 14.5C9.80859 14.3203 9.7168 14.1016 9.7168 13.8438C9.7168 13.5859 9.80859 13.3691 9.99219 13.1934C10.1797 13.0137 10.4062 12.9238 10.6719 12.9238C10.9375 12.9238 11.1621 13.0137 11.3457 13.1934C11.5332 13.3691 11.627 13.5859 11.627 13.8438C11.627 14.1016 11.5332 14.3203 11.3457 14.5Z' fill='%23FF3D3D'/%3E%3C/svg%3E");
  top: 39px;
  right: 154px;
}
.account-registration .verification-form__label--step-4 {
  margin-bottom: 10px;
  position: relative;
}
.account-registration .verification-form__label--step-4 :after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.7734' cy='10.6172' r='9.5' stroke='%23FF3D3D'/%3E%3Cpath d='M9.79297 6.16211H11.5508L11.4102 11.834H9.93359L9.79297 6.16211ZM11.3457 14.5C11.1621 14.6758 10.9375 14.7637 10.6719 14.7637C10.4062 14.7637 10.1797 14.6758 9.99219 14.5C9.80859 14.3203 9.7168 14.1016 9.7168 13.8438C9.7168 13.5859 9.80859 13.3691 9.99219 13.1934C10.1797 13.0137 10.4062 12.9238 10.6719 12.9238C10.9375 12.9238 11.1621 13.0137 11.3457 13.1934C11.5332 13.3691 11.627 13.5859 11.627 13.8438C11.627 14.1016 11.5332 14.3203 11.3457 14.5Z' fill='%23FF3D3D'/%3E%3C/svg%3E");
  top: 40px;
  right: 10px;
}
.account-registration .verification-form__alert {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FF3D3D;
  background: #FEE7E7;
  padding: 5px 10px;
}
.account-registration .verification-form__alert--width {
  width: fit-content;
}
.account-registration .verification-form__alert--step-3 {
  width: 280px;
}
.account-registration .verification-form__alert--step-4 {
  width: fit-content;
}
.account-registration .verification-form__input {
  background: #FFFFFF;
  border: 1px solid #BCC8E5;
  border-radius: 10px;
  padding: 11px 10px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.account-registration .verification-form__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.account-registration .verification-form__input--error {
  border: 1px solid #FF3D3D;
  margin-bottom: 5px;
}
.account-registration .verification-form__input--width {
  width: 240px;
}
.account-registration .verification-form__input:disabled {
  background: #F5F5F5;
  color: #6E7C8D;
}
.account-registration .verification-form__textarea {
  border: 1px solid #BCC8E5;
  border-radius: 10px;
  padding: 5px 11px;
  height: 3.5em;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E7C8D;
}
.account-registration .verification-form__textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6E7C8D;
}
.account-registration .green-checkbox {
  padding-left: 35px;
}
.account-registration .green-checkbox__checkmark {
  top: 4px;
  left: 6px;
}
.account-registration .green-checkbox__text {
  margin-top: 7px;
}
.account-registration .verification-info {
  display: flex;
  align-items: center;
  background: #72C1D9;
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.account-registration .verification-info__icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  fill: #ffffff;
}
.account-registration .verification-info__text {
  width: 200px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.account-registration .checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #BCC8E5;
  border-radius: 10px;
  padding: 4px;
}
.account-registration .checkbox-wrapper__img {
  width: 38px;
  height: 38px;
}
.account-registration .verification-faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #F6FAFF;
  border-radius: 10px;
  padding: 20px 12px;
}
.account-registration .verification-faq__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #8B9CB2;
  margin-bottom: 20px;
}
.account-registration .verification-faq__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #8B9CB2;
  margin-bottom: 5px;
}
.account-registration .verification-faq__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #515151;
  margin-bottom: 20px;
}
.account-registration .buttons-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .buttons-group {
    flex-direction: column-reverse;
  }
}
.account-registration .buttons-group__padding {
  padding: 10px 75px;
  border-radius: 10px;
  width: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .buttons-group__padding {
    width: 100%;
    padding: 14px 75px;
    text-align: center;
  }
}
.account-registration .buttons-group__padding-2 {
  padding: 10px 35px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .buttons-group__padding-2 {
    width: 100%;
    padding: 14px 35px;
    text-align: center;
  }
}
.account-registration .buttons-container {
  display: flex;
  width: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .buttons-container {
    width: 100%;
  }
}
.account-registration .data-info-width {
  width: 460px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .account-registration .data-info-width {
    width: 100%;
  }
}
.account-registration .profile-container {
  display: grid;
  grid-template-columns: 420px 420px;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .profile-container {
    grid-template-columns: 1fr;
  }
}
.account-registration .profile-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .profile-wrap {
    flex-direction: column;
    width: 100%;
  }
}
.account-registration .profile-card {
  display: flex;
  flex-direction: column;
}
.account-registration .profile-block {
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .profile-block {
    flex-direction: column;
    width: 100%;
  }
}
.account-registration .profile-block:last-child {
  margin-bottom: 0;
}
.account-registration .profile-block__button {
  background: #3AA714;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 16px;
}
.account-registration .data-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .data-wrapper {
    flex-direction: column;
  }
}
.account-registration .data-info {
  background: #72C1D9;
  border-radius: 10px;
  padding: 5px 15px 5px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.account-registration .data-info__icon {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  margin-right: 15px;
}
.account-registration .data-info__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.account-registration .data-info__span {
  border-bottom: 1px solid #ffffff;
}
.account-registration .data-grid {
  display: grid;
  grid-template-columns: 300px 300px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .data-grid {
    grid-template-columns: 1fr;
  }
}
.account-registration .data-phone {
  display: flex;
  flex-direction: column;
}
.account-registration .data-phone__alert {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FF4343;
}
.account-registration .data-comment {
  background: #F6FAFF;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding: 12px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .data-comment {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-gap: 15px;
    margin-top: 20px;
  }
}
.account-registration .data-comment__icon {
  width: 32px;
  height: 32px;
  fill: #3DB1F5;
  margin-right: 10px;
}
.account-registration .data-comment__text {
  font-weight: 500;
  width: 500px;
  font-size: 14px;
  line-height: 17px;
  color: #3DB1F5;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .data-comment__text {
    width: 100%;
  }
}
.account-registration .data-attention {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.account-registration .data-attention__icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #3DB1F5;
}
.account-registration .data-attention__text {
  font-weight: 500;
  width: 280px;
  font-size: 14px;
  line-height: 17px;
  color: #3DB1F5;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .data-attention__text {
    width: 100%;
  }
}
.account-registration .confirmation-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .confirmation-container {
    grid-template-columns: 1fr;
  }
}
.account-registration .confirmation-wrapper {
  padding: 20px;
  background: #FAFAFA;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .confirmation-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.account-registration .confirmation-data {
  display: flex;
  flex-direction: column;
}
.account-registration .confirmation-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.account-registration .confirmation-block:last-child {
  margin-bottom: 0px;
}
.account-registration .confirmation-block__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  color: #333333;
}
.account-registration .confirmation-block__data {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2922C3;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .confirmation-block__data--overflow {
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.account-registration .confirmation-info {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .confirmation-info {
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.account-registration .confirmation-info__icon {
  width: 33px;
  height: 33px;
  fill: #3DB1F5;
  margin-right: 10px;
}
.account-registration .confirmation-info__text {
  width: 480px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3DB1F5;
}
@media (min-width: 320px) and (max-width: 1439px) {
  .account-registration .confirmation-info__text {
    width: 100%;
  }
}
.account-registration .confirmation-faq {
  background: #F6FAFF;
  border-radius: 10px;
  padding: 20px 15px;
  height: fit-content;
}
.account-registration .confirmation-faq__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #8B9CB2;
}
.account-registration .confirmation-faq__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #515151;
}
.account-registration .select {
  margin-right: 10px;
}
.account-registration .btn-registration-qr {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  color: #3DB1F5;
  transition: 0.3s ease-in-out all;
}
.account-registration .btn-registration-qr:hover, .account-registration .btn-registration-qr:focus, .account-registration .btn-registration-qr:active {
  transition: 0.3s ease-in-out all;
  background-color: #3DB1F5;
  color: #ffffff;
}
.account-registration .qr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
.account-registration .qr-block {
  display: grid;
  grid-auto-flow: row;
  border-radius: 10px;
  background-color: #ffffff;
  place-content: center;
  padding: 12px 16px;
  border: 1px solid #3DB1F5;
}
.account-registration .qr-block__img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.account-registration .qr-block__title {
  color: #3DB1F5;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.modal-qr {
  border-radius: 20px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  max-width: 1280px;
}
.modal-qr .modal-title {
  font-weight: 500;
  font-size: 36px;
  color: #000;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .modal-qr .modal-title {
    font-size: 24px;
  }
}
.modal-qr .modal-header {
  border: none;
  padding: 1.5rem 2.5rem 0;
}
@media (max-width: 1023px) {
  .modal-qr .modal-header {
    padding: 1rem 1rem 0;
  }
}
.modal-qr .modal-body {
  padding: 0 2.5rem 1.5rem;
}
@media (max-width: 1023px) {
  .modal-qr .modal-body {
    padding: 0 1rem 1rem;
  }
}
.modal-qr .modal-footer {
  border: none;
}
.modal-qr .modal-qr-grid {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 1.5rem;
  place-items: start;
}
@media (max-width: 1023px) {
  .modal-qr .modal-qr-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.modal-qr .modal-or-block {
  place-self: center;
  border: 1px dashed #000;
  border-radius: 40px;
  padding: 12px 10px;
  opacity: 0.5;
  margin: 0;
  font-weight: 500;
  line-height: 130%;
  color: #333;
}
.modal-qr .modal-qr-block {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  width: 100%;
}
.modal-qr .modal-qr-block__text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #333;
}
@media (max-width: 1023px) {
  .modal-qr .modal-qr-block__text {
    font-size: 16px;
  }
}
.modal-qr .modal-qr-box {
  min-height: 200px;
  max-width: 530px;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: grid;
  place-items: center;
  place-content: center;
  border-radius: 10px;
  background: #f2f2f2;
}
@media (max-width: 1023px) {
  .modal-qr .modal-qr-box {
    min-height: 150px;
  }
}
.modal-qr .modal-qr-box__img {
  width: 168px;
  height: 100%;
}
@media (max-width: 1023px) {
  .modal-qr .modal-qr-box__img {
    width: 118px;
  }
}
.modal-qr .modal-qr-box__code {
  font-weight: 500;
  font-size: 44px;
  line-height: 130%;
  color: #333;
}
@media (max-width: 1023px) {
  .modal-qr .modal-qr-box__code {
    font-size: 2rem;
  }
}
.modal-qr .close {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .modal-qr .close {
    font-size: 2rem;
  }
}
.modal-qr .modal-box {
  display: grid;
  grid-auto-flow: row;
  gap: 0.5rem;
}
.modal-qr .modal-box__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #ff3d3d;
}
@media (max-width: 1023px) {
  .modal-qr .modal-box__title {
    font-size: 16px;
  }
}
.modal-qr .modal-box__text {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  line-height: 130%;
  color: #ff3d3d;
}
@media (max-width: 1023px) {
  .modal-qr .modal-box__text {
    font-size: 14px;
  }
}
.modal-qr .btn-registration-qr {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  color: #3DB1F5;
  transition: 0.3s ease-in-out all;
}
.modal-qr .btn-registration-qr:hover, .modal-qr .btn-registration-qr:focus, .modal-qr .btn-registration-qr:active {
  transition: 0.3s ease-in-out all;
  background-color: #3DB1F5;
  color: #ffffff;
}

.special-card {
  margin-bottom: 200px;
}
.special-card .characteristic-wrapper {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-width: 2px 2px 2px 11px;
  border-style: solid;
  border-color: #3DB1F5;
  border-radius: 10px;
  padding: 12px;
}
.special-card .characteristic-wrapper__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #2922C3;
  margin-bottom: 10px;
}
.special-card .characteristic-wrapper__id {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 20px;
}
.special-card .characteristic-wrapper__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #23A4F0;
  margin-bottom: 15px;
}
.special-card .characteristic-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.special-card .characteristic-info__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #515151;
  margin-bottom: 7px;
}
.special-card .characteristic-info__text:last-child {
  margin-bottom: 0;
}
.special-card .characteristic-geo {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.special-card .characteristic-geo__icon {
  width: 12px;
  height: 16px;
  fill: #EF9610;
  margin-right: 5px;
}
.special-card .characteristic-geo__text {
  font-size: 14px;
  line-height: 17px;
  color: #515151;
}
.special-card .characteristic-buttons {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .characteristic-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.special-card .bright-with-bg {
  padding: 12px 7px;
  font-size: 13px;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .bright-with-bg {
    width: 100%;
  }
}
.special-card .bright-with-border {
  padding: 12px 7px;
  font-size: 13px;
  border-radius: 10px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .bright-with-border {
    width: 100%;
  }
}
.special-card .points-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.special-card .points-container:last-child {
  margin-bottom: 0;
}
.special-card .points-wrapper {
  border: 2px solid #BCC8E5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.special-card .points-wrapper__heading {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.special-card .points-years {
  z-index: 1;
  position: relative;
}
.special-card .points-years__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 15px;
  z-index: 2;
  width: fit-content;
  padding-right: 5px;
  background: #ffffff;
}
.special-card .points-years::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 8px;
  z-index: -1;
  border-bottom: 2px solid #BCC8E5;
}
.special-card .points-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.special-card .points-block:last-child {
  margin-bottom: 0;
}
.special-card .points-block__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2922C3;
}
.special-card .points-block .points-name__icon {
  width: 18px;
  height: 18px;
  fill: #3DB1F5;
}
.special-card .statistics-wrapper {
  border: 2px solid #BCC8E5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.special-card .statistics-heading {
  gap: 10px;
  display: grid;
  grid-template-columns: 160px min-content;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .statistics-heading {
    grid-template-columns: 160px 1fr;
  }
}
.special-card .statistics-heading__icon {
  width: 18px;
  height: 18px;
  stroke: #3DB1F5;
  fill: none;
  margin-right: 5px;
}
.special-card .statistics-heading__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .statistics-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .statistics-grid {
    grid-template-columns: 1fr;
  }
}
.special-card .statistics-block {
  display: flex;
  flex-direction: column;
}
.special-card .statistics-block--border {
  border-right: 1px solid #BCC8E5;
  margin-left: 30px;
  padding-right: 15px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .statistics-block--border {
    border-right: none;
    padding-bottom: 15px;
    margin-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #BCC8E5;
  }
}
.special-card .statistics-numbers {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
}
.special-card .statistics-numbers__text {
  font-size: 14px;
}
.special-card .statistics-numbers__data {
  justify-self: end;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2922C3;
}
.special-card .numbers-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .numbers-wrapper {
    flex-direction: column;
  }
}
.special-card .info-container {
  background: #E9F4FF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-container {
    padding: 15px;
  }
}
.special-card .info-container__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.special-card .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-grid {
    gap: 10px;
  }
}
.special-card .info-grid--border {
  border-bottom: 1px solid #BCC8E5;
}
.special-card .info-wrapper--border {
  border-right: 1px solid #BCC8E5;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-wrapper--border {
    padding-right: 5px;
  }
}
.special-card .info-block-row {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-block-row {
    grid-template-columns: 1fr;
  }
}
.special-card .info-block-row:last-child {
  margin-bottom: 0;
}
.special-card .info-block-row__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .info-block-row__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .info-block-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.special-card .info-block-column:last-child {
  margin-bottom: 0;
}
.special-card .info-block-column__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-block-column__heading {
    font-size: 15px;
  }
}
.special-card .info-block-column__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-block-column__title {
    font-size: 13px;
  }
}
.special-card .info-block-column__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .info-block-column__text {
    font-size: 14px;
  }
}
.special-card .numbers-block {
  background: #E9F4FF;
  border: 1px solid #3DB1F5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.special-card .numbers-block__text {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 5px;
  text-align: center;
}
.special-card .numbers-block__number {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  line-height: 43px;
  color: #3DB1F5;
  margin-top: auto;
}
.special-card .step-container {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 424px) {
  .special-card .step-container {
    grid-template-columns: 1fr;
  }
}
.special-card .step-wrapper {
  display: grid;
  gap: 20px;
}
.special-card .collapse-container {
  display: grid;
  gap: 20px;
}
.special-card .collapse-grid__number {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #C1C1C1;
  text-align: center;
  width: 40px;
  align-self: flex-start;
  height: 40px;
  border-radius: 50%;
  margin-top: 13px;
  background: #ffffff;
}
@media (min-width: 320px) and (max-width: 424px) {
  .special-card .collapse-grid__number {
    display: none;
  }
}
.special-card .collapse-grid__number--active {
  background: #3AA714;
  border: 3px solid #3AA714;
  color: #ffffff;
}
.special-card .collapse-grid__number--not-active {
  border: 3px solid #C1C1C1;
}
.special-card .collapse-grid__number--in-process {
  background: #FF9900;
  border: 3px solid #FF9900;
  color: #ffffff;
}
.special-card .collapse-grid__number::before {
  content: "";
  height: 100%;
  left: 19px;
  position: absolute;
  z-index: -1;
  border-left: 4px dashed #C1C1C1;
}
.special-card .grid-container {
  display: grid;
  gap: 20px;
}
.special-card .grid-container .step-container:last-child .collapse-grid__number::before {
  content: none;
}
.special-card .grid-container .step-container:first-child .collapse-grid__number::after {
  content: none;
}
.special-card .grid-container .step-container:not(:first-child) .collapse-grid__number::after {
  content: "";
  height: 30px;
  top: 2px;
  left: 19px;
  position: absolute;
  z-index: -1;
  border-left: 4px dashed #C1C1C1;
}
.special-card .collapse-wrapper--active .panel-heading {
  background: #ECFFD8;
  border: 1px solid #3AA714;
  border-left: 9px solid #3AA714;
}
.special-card .collapse-wrapper--active .panel-title__status {
  background: #3AA714;
}
.special-card .collapse-wrapper--active .panel-body {
  border: 1px solid #3AA714;
}
.special-card .collapse-wrapper--not-active .panel-heading {
  background: #EAEAEA;
  border: 1px solid #C1C1C1;
  border-left: 9px solid #3DB1F5;
}
.special-card .collapse-wrapper--not-active .panel-title__status {
  background: #7A7A7A;
}
.special-card .collapse-wrapper--not-active .panel-body {
  border: 1px solid #C1C1C1;
}
.special-card .collapse-wrapper--in-process .panel-heading {
  background: #FAE8A1;
  border: 1px solid #FF9900;
  border-left: 9px solid #FF9900;
}
.special-card .collapse-wrapper--in-process .panel-title__status {
  background: #FF9900;
}
.special-card .collapse-wrapper--in-process .panel-body {
  border: 1px solid #FF9900;
}
.special-card .collapse-protocol .panel-heading {
  padding-left: 38px;
}
.special-card .collapse-protocol--active .panel-heading {
  border: 1px solid #3AA714;
}
.special-card .collapse-protocol--active .panel-title__status {
  background: #3AA714;
}
.special-card .collapse-protocol--active .panel-body {
  border: 1px solid #3AA714;
}
.special-card .collapse-protocol--not-active .panel-heading {
  border: 1px solid #C1C1C1;
}
.special-card .collapse-protocol--not-active .panel-title__status {
  background: #7A7A7A;
}
.special-card .collapse-protocol--not-active .panel-body {
  border: 1px solid #C1C1C1;
}
.special-card .collapse-protocol--in-process .panel-heading {
  border: 1px solid #FF9900;
}
.special-card .collapse-protocol--in-process .panel-title__status {
  background: #FF9900;
}
.special-card .collapse-protocol--in-process .panel-body {
  border: 1px solid #FF9900;
}
.special-card .protocol-block {
  background: #F9F9F9;
  border: 1px solid #C1C1C1;
  min-height: 67px;
  grid-area: protocol-block;
  border-radius: 0px 10px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 37px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .protocol-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 23px;
  }
}
.special-card .protocol-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.special-card .protocol-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #555555;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .protocol-block__text {
    margin-bottom: 15px;
  }
}
.special-card .protocol-block__status {
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-right: 18px;
}
.special-card .protocol-block__status--not-active {
  background: #9E9E9E;
  border-radius: 5px;
  padding: 5px;
}
.special-card .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-title {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    padding: 15px 10px 15px 0px;
  }
}
.special-card .panel-title__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 65px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-title__link {
    justify-content: flex-start;
  }
}
.special-card .panel-title__link--active::before {
  transform: rotate(180deg);
}
.special-card .panel-title__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.special-card .panel-title__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
.special-card .panel-title__status {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  color: #FFFFFF;
  padding: 5px;
  margin-right: 25px;
  border-radius: 5px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-title__status {
    margin-right: 0;
    width: fit-content;
  }
}
.special-card .panel-title__link::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6339 10.642C19.1457 11.1193 18.3543 11.1193 17.8661 10.642L10 2.9507L2.13388 10.642C1.64573 11.1193 0.854273 11.1193 0.366119 10.642C-0.122038 10.1647 -0.122038 9.39084 0.36612 8.91353L9.11612 0.357978C9.60427 -0.11933 10.3957 -0.11933 10.8839 0.357978L19.6339 8.91354C20.122 9.39084 20.122 10.1647 19.6339 10.642Z' fill='%23333333'/%3E%3C/svg%3E");
  position: absolute;
  top: 30%;
  right: 20px;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-title__link::before {
    top: 10%;
    right: 10px;
  }
}
.special-card .panel-title__link-active::before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s;
}
.special-card .panel-heading {
  border-radius: 0px 10px 10px 10px;
  padding: 0px 30px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-heading {
    padding: 0px 15px;
  }
}
.special-card .active {
  border-radius: 0px 10px 0 0px;
  border-bottom: none !important;
}
.special-card .panel-body {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 10px 10px;
  padding: 30px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-body {
    padding: 15px;
  }
}
.special-card .panel-body__heading {
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  color: #333333;
}
.special-card .panel-body__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 15px;
}
.special-card .panel-body__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .panel-body__text--link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2922C3;
  text-decoration: none;
}
.special-card .panel-body__icon {
  width: 12px;
  height: 18px;
  stroke: #3DB1F5;
  fill: none;
  stroke-width: 1.5;
  margin-right: 5px;
}
.special-card .panel-body__icon--2 {
  width: 16px;
  height: 16px;
  stroke: #EF9610;
  fill: #EF9610;
  margin-right: 5px;
}
.special-card .panel-grid {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 25px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.special-card .panel-grid--1 {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-grid--1 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.special-card .panel-grid--2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-grid--2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.special-card .panel-grid--3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-grid--3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.special-card .panel-grid--border {
  border-bottom: 1px solid #BCC8E5;
}
.special-card .appeal-block {
  display: flex;
  flex-direction: column;
}
.special-card .appeal-block__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}
.special-card .panel-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.special-card .panel-wrap {
  margin-bottom: 30px;
}
.special-card .panel-wrapper-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-wrapper-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.special-card .panel-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-block {
    flex-direction: column;
  }
}
.special-card .panel-block__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #2922C3;
}
.special-card .panel-block--center {
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-block--center {
    align-items: flex-start;
  }
}
.special-card .panel-block__day {
  width: 22px;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #3AA714;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-card .panel-block__day--closed {
  background-color: #C4C4C4;
}
.special-card .panel-block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .panel-block__text--flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.special-card .panel-block__text--bold {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-right: 5px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-block__text--bold {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.special-card .panel-block__text--online {
  border: 1px solid #0D9DF1;
  padding: 3px 11px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0D9DF1;
}
.special-card .collapse-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .collapse-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.special-card .collapse-heading__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .collapse-heading__title {
    margin-bottom: 20px;
  }
}
.special-card .dropholder {
  background: #FFFFFF;
  border: 1px solid #BCC8E5;
  height: 30px;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .dropholder {
    width: 100%;
  }
}
.special-card .dropholder:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 5px;
  display: block;
  top: 100px;
  left: 37px;
  margin: auto;
  border-radius: 50%;
}
.special-card .dropdown > p {
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
}
.special-card .dropdown {
  width: 160px;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  height: 30px;
  position: relative;
}
.special-card .dropdown::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6339 10.642C19.1457 11.1193 18.3543 11.1193 17.8661 10.642L10 2.9507L2.13388 10.642C1.64573 11.1193 0.854273 11.1193 0.366119 10.642C-0.122038 10.1647 -0.122038 9.39084 0.36612 8.91353L9.11612 0.357978C9.60427 -0.11933 10.3957 -0.11933 10.8839 0.357978L19.6339 8.91354C20.122 9.39084 20.122 10.1647 19.6339 10.642Z' fill='%23333333'/%3E%3C/svg%3E");
  position: absolute;
  right: 15px;
  top: 8px;
  transform: rotate(180deg);
  display: block;
}
.special-card .menu {
  position: absolute;
  right: 0;
  top: 30px;
  width: 160px;
  cursor: pointer;
  opacity: 0;
  display: none;
  border: 1px solid #BCC8E5;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 5;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .menu {
    width: 100%;
  }
}
.special-card .menu__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='19' viewBox='0 0 15 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.18183 3.40909C8.18183 3.03253 7.87657 2.72727 7.50001 2.72727C7.12346 2.72727 6.8182 3.03253 6.8182 3.40909V4.86683C5.76888 5.16362 5.00001 6.12838 5.00001 7.27273C5.00001 7.98247 5.29577 8.62313 5.77076 9.07819L4.59424 12.0195C4.45439 12.3691 4.62444 12.7659 4.97407 12.9058C5.32369 13.0456 5.72049 12.8756 5.86034 12.5259L6.98304 9.71921C7.14984 9.75428 7.32278 9.77273 7.50001 9.77273C7.67725 9.77273 7.85019 9.75428 8.01699 9.71921L9.13969 12.5259C9.27954 12.8756 9.67634 13.0456 10.026 12.9058C10.3756 12.7659 10.5456 12.3691 10.4058 12.0195L9.22927 9.07819C9.70426 8.62313 10 7.98247 10 7.27273C10 6.12838 9.23115 5.16362 8.18183 4.86683V3.40909ZM6.36365 7.27273C6.36365 6.64513 6.87242 6.13636 7.50001 6.13636C8.12761 6.13636 8.63638 6.64513 8.63638 7.27273C8.63638 7.90032 8.12761 8.40909 7.50001 8.40909C6.87242 8.40909 6.36365 7.90032 6.36365 7.27273Z' fill='%232922C3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.27273 0C1.01753 0 0 1.01753 0 2.27273V15.9091C0 17.1643 1.01753 18.1818 2.27273 18.1818H14.3182C14.6947 18.1818 15 17.8766 15 17.5C15 17.1234 14.6947 16.8182 14.3182 16.8182H2.27273C1.77065 16.8182 1.36364 16.4112 1.36364 15.9091H14.3182C14.6947 15.9091 15 15.6038 15 15.2273V2.27273C15 1.01753 13.9825 0 12.7273 0H2.27273ZM13.6364 14.5455H1.36364V2.27273C1.36364 1.77065 1.77065 1.36364 2.27273 1.36364H12.7273C13.2293 1.36364 13.6364 1.77065 13.6364 2.27273V14.5455Z' fill='%232922C3'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 9px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.special-card p > .menu__icon {
  top: 5px;
}
.special-card .menu li {
  padding: 10px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  color: #5C5C5C;
}
.special-card .menu li:hover {
  background: #61ccfd;
}
.special-card .menu li:last-child {
  border: none;
}
.special-card .showMenu {
  opacity: 1;
  display: block;
}
@keyframes move {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
.special-card .collapse-container > .protocol-wrapper:last-child::before {
  content: none;
}
.special-card .collapse-container > .protocol-wrapper:nth-last-child(n+2)::before {
  min-height: 105px;
}
.special-card .panel-table {
  border: 1px solid #C1C1C1;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-table--mobile {
    display: none;
  }
}
.special-card .panel-table__button {
  font-weight: 700;
  display: flex;
  margin: 0 auto;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #2922C3;
}
.special-card .table-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #C1C1C1;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .table-heading {
    gap: 30px;
  }
}
.special-card .table-heading--protocol {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(60px, 0.7fr) minmax(75px, 1fr) minmax(95px, 1fr);
  align-items: center;
}
.special-card .table-heading--2 {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(110px, 1fr) minmax(110px, 1fr);
  align-items: center;
}
.special-card .table-heading--3 {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(60px, 1fr) minmax(75px, 1fr) minmax(95px, 1.5fr);
  align-items: center;
}
.special-card .table-heading--4 {
  grid-template-columns: 4fr 1fr;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 424px) {
  .special-card .table-heading--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 425px) and (max-width: 1023px) {
  .special-card .table-heading--4 {
    grid-template-columns: 1fr 1fr;
  }
}
.special-card .table-heading--5 {
  grid-template-columns: 1.7fr 1fr 1fr;
  align-items: center;
}
.special-card .table-heading--6 {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(60px, 1fr) minmax(95px, 1.5fr);
  align-items: center;
}
.special-card .table-heading__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding: 10px 0;
}
.special-card .table-heading__title--pl {
  padding-left: 42px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .table-heading__title--pl {
    padding-left: 30px;
  }
}
.special-card .table-content {
  display: grid;
}
.special-card .table-content .table-row:nth-child(even) {
  background: #F1F1F1;
}
.special-card .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 20px;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 424px) {
  .special-card .table-row {
    padding: 10px 2px;
  }
}
@media (min-width: 425px) and (max-width: 1023px) {
  .special-card .table-row {
    padding: 10px 10px;
  }
}
.special-card .table-row--protocol {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(60px, 0.7fr) minmax(75px, 1fr) minmax(95px, 1fr);
  align-items: center;
  padding: 10px 0;
}
.special-card .table-row--2 {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(110px, 1fr) minmax(110px, 1fr);
  align-items: center;
  padding: 10px 0;
}
.special-card .table-row--3 {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(60px, 1fr) minmax(75px, 1fr) minmax(95px, 1.5fr);
  align-items: center;
  padding: 10px 0;
}
.special-card .table-row--4 {
  grid-template-columns: 4fr 1fr;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 320px) and (max-width: 424px) {
  .special-card .table-row--4 {
    padding: 10px 2px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 425px) and (max-width: 1023px) {
  .special-card .table-row--4 {
    padding: 10px 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.special-card .table-row--5 {
  grid-template-columns: 1.7fr 1fr 1fr;
  align-items: center;
  padding: 10px 0;
}
.special-card .table-row--6 {
  grid-template-columns: minmax(250px, 2.5fr) minmax(110px, 1fr) minmax(60px, 1fr) minmax(95px, 1.5fr);
  align-items: center;
  padding: 10px 0;
}
.special-card .mobile-table-container {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .mobile-table-container {
    display: grid;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .panel-table-mobile {
    display: grid;
    grid-row-gap: 20px;
    background: #F1F1F1;
    border-radius: 10px;
    padding: 15px 10px;
  }
}
.special-card .table-mobile-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.special-card .table-mobile-row__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .table-mobile-row__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .table-names {
  padding-left: 20px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .table-names {
    padding-left: 0;
  }
}
.special-card .table-names__subtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #686868;
}
.special-card .table-names__status {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.special-card .table-names__status--accept {
  color: #3AA714;
}
.special-card .table-names__status--decline {
  color: #FF3D3D;
}
.special-card .table-names__status--bold {
  font-weight: 500;
}
.special-card .table-names__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.special-card .table-names__text--link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #2922C3;
}
.special-card .table-names__text--bold {
  font-weight: 600;
}
.special-card .table-numbers {
  display: flex;
  align-items: flex-start;
}
.special-card .table-numbers__subtext {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #686868;
  padding-left: 20px;
  margin-top: 5px;
}
.special-card .table-numbers__number {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-right: 15px;
}
.special-card .table-numbers__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .table-positions__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
.special-card .faq-wrapper {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  background: #E9F4FF;
  border: 1px solid #3DB1F5;
  padding: 20px;
  border-radius: 10px;
}
.special-card .faq-wrapper__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.special-card .faq-wrapper__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 15px;
}
.special-card .faq-wrapper__text:last-child {
  margin-bottom: 0;
}
.special-card .form-control {
  width: fit-content;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 25px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .special-card .form-control {
    width: 100%;
  }
}

/*filter-section*/
.filter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 15px;
  background: #E6F3FF;
  border: 1px solid #CACACA;
  border-radius: 10px;
}

.header-desktop {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header-desktop {
    display: none;
  }
}

.filter-mobile-body {
  width: 100%;
}

.filter-heading {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .filter-heading {
    border-bottom: 1px solid #BCC8E5;
    padding-bottom: 15px;
  }
}
.filter-heading__title {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.filter-heading__icon {
  width: 24px;
  height: 24px;
  fill: #000000;
  margin-right: 10px;
}

.filter-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .filter-buttons {
    flex-direction: column;
    row-gap: 10px;
  }
}
.filter-buttons__accept {
  background: #3DB1F5;
  border: 1px solid #3DB1F5;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  padding: 6.5px 25px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .filter-buttons__accept {
    width: 100%;
  }
}
.filter-buttons__decline {
  background: #FFFFFF;
  border: 1px solid #3DB1F5;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #3DB1F5;
  padding: 6.5px 30px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .filter-buttons__decline {
    width: 100%;
  }
}

.filter-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
.filter-block__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  margin-bottom: 10px;
}

.filter-hr {
  width: 100%;
  background: #BCC8E5;
}

.custom-select {
  box-shadow: none;
  font-size: 14px;
}

.filter-block .multiselect {
  display: flex;
  align-items: center;
  border: 1px solid #BCC8E5;
  background: #ffffff;
  border-radius: 5px;
}
.filter-block .multiselect-container {
  width: 100%;
  max-height: 300px;
  min-height: fit-content;
  overflow-x: scroll;
  padding: 12px 10px 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .filter-block .multiselect-container {
    max-height: 270px;
    min-height: fit-content;
    scroll-behavior: auto;
    overflow-x: scroll;
  }
}
.filter-block .select-filter {
  border: 1px solid #BCC8E5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 2.5em;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4576_11185)'%3E%3Cpath d='M11.2946 0.999537C10.9053 0.610265 10.2743 0.609921 9.88462 0.998769L6 4.87492L2.11538 0.998768C1.72569 0.609921 1.09466 0.610265 0.705384 0.999537C0.315811 1.38911 0.315811 2.02073 0.705384 2.41031L5.29289 6.99782C5.68342 7.38834 6.31658 7.38834 6.70711 6.99782L11.2946 2.41031C11.6842 2.02073 11.6842 1.38911 11.2946 0.999537Z' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4576_11185'%3E%3Crect width='12' height='7.41' fill='white' transform='translate(0 0.294922)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filter-block .btn-group {
  position: relative;
}
.filter-block .btn-group:after {
  position: absolute;
  width: 12px;
  height: 8px;
  top: 10px;
  right: 15px;
  content: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2946 1.49954C10.9053 1.11026 10.2743 1.10992 9.88462 1.49877L6 5.37492L2.11538 1.49877C1.72569 1.10992 1.09466 1.11026 0.705384 1.49954C0.315811 1.88911 0.315811 2.52073 0.705384 2.91031L5.29289 7.49782C5.68342 7.88834 6.31658 7.88834 6.70711 7.49782L11.2946 2.91031C11.6842 2.52073 11.6842 1.88911 11.2946 1.49954Z' fill='%23333333'/%3E%3C/svg%3E");
}
.filter-block .multiselect-selected-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-block .multiselect-group {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #677087;
  padding-left: 0 !important;
  padding-bottom: 12px !important;
}
.filter-block .multiselect-option {
  padding-left: 0 !important;
}
.filter-block .multiselect-container .multiselect-option:hover {
  background-color: transparent !important;
}
.filter-block .multiselect-container .multiselect-option:active {
  background-color: transparent !important;
}
.filter-block .multiselect-container .multiselect-option:focus {
  background-color: transparent !important;
}
.filter-block .multiselect-native-select {
  width: 100%;
}
.filter-block .form-check {
  display: flex;
  align-items: flex-start;
  white-space: normal;
}
.filter-block .form-check-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
  padding-top: 3px;
}
.filter-block .btn-group {
  outline: none;
}
.filter-block .btn-group, .filter-block .btn-group-vertical {
  width: 100%;
}
.filter-block .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .filter-block .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .filter-block .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .filter-block .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .filter-block .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .filter-block .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
  background-color: #ffffff;
}

/* search-section */
.search-container {
  padding: 20px 15px;
  background: #DEEFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-form__input {
  width: 100%;
  padding-left: 50px;
  background: #FFFFFF;
  height: 2.62rem;
  border-radius: 7px 0px 0px 7px;
}
@media (max-width: 992px) {
  .search-form__input {
    padding-left: 10px;
    border-radius: 0;
  }
}
.search-form__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7A8399;
}
.search-form__icon {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.10811 0C12.5861 0 16.2162 3.63012 16.2162 8.10811C16.2162 9.95692 15.5974 11.6612 14.5557 13.0252L19.6834 18.1545C20.1055 18.5767 20.1055 19.2612 19.6834 19.6834C19.2936 20.0731 18.6804 20.103 18.2563 19.7733L18.1545 19.6834L13.0252 14.5557C11.6612 15.5974 9.95692 16.2162 8.10811 16.2162C3.63012 16.2162 0 12.5861 0 8.10811C0 3.63012 3.63012 0 8.10811 0ZM8.10811 2.16216C4.82425 2.16216 2.16216 4.82425 2.16216 8.10811C2.16216 11.392 4.82425 14.0541 8.10811 14.0541C11.392 14.0541 14.0541 11.392 14.0541 8.10811C14.0541 4.82425 11.392 2.16216 8.10811 2.16216Z' fill='%2392B0FF'/%3E%3C/svg%3E") no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  margin-left: 15px;
  margin-top: 3px;
}
@media (max-width: 992px) {
  .search-form__icon {
    display: none;
  }
}
.search-form__button {
  padding: 13px 50px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  background: #3DB1F5;
  border-radius: 0px 7px 7px 0px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .search-form__button {
    padding: 13px 20px;
  }
}

.dropdown-btn {
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 10px;
}
.dropdown-btn__text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #7A8399;
}

.dropdown-menu-sort.dropdown-menu {
  padding: 0;
  background: #FFFFFF;
  border-radius: 5px;
  margin-top: 5px;
}

.dropdown-item-sort.dropdown-item {
  padding: 12px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.dropdown-item-sort.dropdown-item:hover {
  background: #EFF4FF;
}
.dropdown-item-sort.dropdown-item:hover::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4 7.5L10.5 1' stroke='%232922C3' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  height: 7px;
  width: 10px;
  right: 11px;
  bottom: 20px;
}

.dropdown-item__icon--1 {
  fill: none;
  width: 14px;
  height: 15px;
}
.dropdown-item__icon--2 {
  width: 15px;
  height: 16px;
}
.dropdown-item__icon--3 {
  fill: none;
  width: 17px;
  height: 15px;
}
.dropdown-item__icon--4 {
  width: 15px;
  height: 15px;
}
.dropdown-item__text {
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #7A8399;
}

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

.dropdown-block {
  display: flex;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-right: 7px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .dropdown-block {
    width: auto;
  }
}
.dropdown-block__icon {
  fill: #1185E0;
  width: 20px;
  height: 14px;
  align-self: center;
  margin: 0 auto;
}

/*search-block-section*/
.search-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .search-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7A8399;
}
.search-block__span {
  font-weight: 700;
  font-size: 16px;
  color: #7A8399;
}

.search-link {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .search-link {
    background: rgba(221, 228, 251, 0.3333333333);
    margin-top: 15px;
    border-radius: 20px;
    padding: 10px 15px;
  }
}
.search-link__icon {
  fill: #3DB1F5;
  width: 12px;
  height: 16px;
  margin-right: 10px;
}
.search-link__icon--map {
  fill: #3DB1F5;
  width: 18px;
  height: 10px;
  margin-right: 10px;
}
.search-link--bg {
  background: #DDE4FB;
  opacity: 0.5;
  border-radius: 20px;
  padding: 8px 10px;
}
.search-link__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3DB1F5;
}

@media (max-width: 992px) {
  .filter-mobile-block {
    display: block;
    left: -100%;
    position: fixed;
    z-index: 10151;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
  }
  .filter-mobile-block.show {
    left: 0;
  }
}
.filter-mobile-block .filter-mobile-header {
  display: none;
}
@media (max-width: 992px) {
  .filter-mobile-block .filter-mobile-header {
    display: block;
    padding: 15px 30px;
    background: #EFF5FF;
  }
}
.filter-mobile-block h3 {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #BCC8E5;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .filter-mobile-block .close-filter {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 30px;
    top: 15px;
    z-index: 1;
  }
  .filter-mobile-block .close-filter:before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.55rem;
    margin-top: -0.55rem;
    background: url("../images/close-filter.svg") no-repeat center;
    background-size: 100%;
  }
}
@media (max-width: 992px) {
  .filter-mobile-block .mobile-filter-body {
    height: 100%;
    padding: 1rem 1.875rem 8rem 1.875rem;
    background: #EFF5FF;
    position: absolute;
    overflow-y: scroll;
    width: 100%;
  }
  .filter-mobile-block .mobile-filter-body .filter-container {
    background: none;
    border: none;
    padding: 0;
  }
}
.filter-mobile-block .filter-mobile-footer {
  display: none;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 992px) {
  .filter-mobile-block .filter-mobile-footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: #D3EAFF;
    z-index: 101;
  }
}
@media (max-width: 992px) {
  .filter-mobile-block .filter-mobile-footer--2 {
    padding: 15px 30px;
  }
}

/*# sourceMappingURL=main.css.map */
