html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: auto;
  min-height: 100vh;
}

.vlada-embed {
  all: initial;
  display: block;
  font-family: "Open Sans", sans;
  font-size: 16px;
  color: #000;
  line-height: 1;
  box-sizing: border-box;
}
.vlada-embed *, .vlada-embed *::before, .vlada-embed *::after {
  box-sizing: border-box;
}
.vlada-embed .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.vlada-embed [class*=col-], .vlada-embed .col {
  padding-right: 12px;
  padding-left: 12px;
}
.vlada-embed .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .vlada-embed .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.vlada-embed .col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.vlada-embed .d-none {
  display: none !important;
}
.vlada-embed .d-md-block {
  display: block !important;
}
.vlada-embed .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  transition: 0.2s ease;
}
.vlada-embed .btn--red {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  color: #fff;
  border-radius: 5px;
  background-color: #DD2228;
}
.vlada-embed .btn--red:hover {
  background-color: #BC1B20;
}
.vlada-embed .form .radio-bts__item label, .vlada-embed .form .tabs-nav__item label {
  width: 100%;
  height: 100%;
  padding: 0.8125rem;
  font-family: "Open Sans", sans;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #000;
  cursor: pointer;
  background-color: transparent;
  transition: 0.2s ease;
}
.vlada-embed .form .radio-bts__item label:hover, .vlada-embed .form .tabs-nav__item label:hover {
  background-color: rgba(196, 195, 195, 0.2);
}
.vlada-embed .form input, .vlada-embed .form label, .vlada-embed .form textarea {
  box-sizing: border-box !important;
}
.vlada-embed .form__row {
  margin-bottom: 1.5rem !important;
}
.vlada-embed .form .tabs-nav {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  border-bottom: none;
}
.vlada-embed .form .tabs-nav .tabs-nav__item + .tabs-nav__item {
  margin-top: 0;
}
.vlada-embed .form .tabs-nav__item {
  width: 100%;
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.vlada-embed .form .tabs-nav__item input {
  display: none;
}
.vlada-embed .form .tabs-nav__item label {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  border-radius: 5px 5px 0 0;
}
.vlada-embed .form .tabs-nav__item input:checked + label {
  color: #fff;
  background-color: #000;
}
.vlada-embed .form .radio-bts {
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-right: -4px;
  margin-left: -4px;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .vlada-embed .form .radio-bts {
    margin-top: 0;
    margin-right: -8px;
    margin-left: -8px;
  }
}
.vlada-embed .form .radio-bts.additional {
  margin-bottom: 0.5rem !important;
}
.vlada-embed .form .radio-bts__item {
  flex: 1 0 20%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  white-space: pre-wrap;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .vlada-embed .form .radio-bts__item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.vlada-embed .form .radio-bts__item input {
  display: none;
}
.vlada-embed .form .radio-bts__item label {
  padding: 0.6875rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .vlada-embed .form .radio-bts__item label {
    padding: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  .vlada-embed .form .radio-bts__item label {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    white-space: nowrap;
  }
}
.vlada-embed .form .radio-bts__item input:checked + label {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.vlada-embed .form .checkbox input {
  display: none;
}
.vlada-embed .form .checkbox label {
  display: flex;
  align-items: flex-start;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
.vlada-embed .form .checkbox label::before {
  content: "";
  display: block;
  height: 18px;
  margin-right: 0.8125rem;
  padding-left: 14px;
  box-shadow: 0 0 0 1px #000000;
  border: 2px solid #F5F4F4;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.2s ease;
}
.vlada-embed .form .checkbox input:checked + label::before {
  background-color: #000;
}
.vlada-embed .form__input-text {
  width: 100%;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000;
}
.vlada-embed .form__input-text:disabled {
  opacity: 0.3;
}
.vlada-embed .form__input-text::-moz-placeholder {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
}
.vlada-embed .form__input-text::placeholder {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
}
.vlada-embed .form__input-text:focus {
  outline: none;
}
.vlada-embed .form__select {
  width: 100%;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-family: inherit;
  color: #000;
}
.vlada-embed .form__select:disabled {
  opacity: 0.3;
}
.vlada-embed .form__select::-moz-placeholder {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
}
.vlada-embed .form__select::placeholder {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.4);
}
.vlada-embed .form__select:focus {
  outline: none;
}
.vlada-embed .form__select-wrap {
  position: relative;
}
.vlada-embed .form__select-wrap:before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
.vlada-embed .form__notes {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #888888;
  text-align: center;
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
}
.vlada-embed .form__notes a {
  color: #DD2228;
  text-decoration: none;
}
.vlada-embed .form__actions {
  display: flex;
  align-items: center;
}
.vlada-embed .form__submit {
  flex: 1 0 auto;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.vlada-embed .tabs-item {
  display: none;
}
.vlada-embed .tabs-item.show {
  display: block;
}
.vlada-embed .gray-block {
  background-color: transparent;
  padding: 1.5rem;
}
.vlada-embed .main__title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.vlada-embed .main__title--24 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.vlada-embed .main__support-form {
  max-width: 670px;
  background-color: #fdfdfd;
  margin: 1rem auto;
}
@media (max-width: 767px) {
  .vlada-embed .main__support-formInput + .main__support-formInput {
    margin-top: 1rem;
  }
}
.vlada-embed .embed__wrapper {
  background-color: #F5F4F4;
  display: flex;
  justify-content: center;
  border-radius: 1rem;
}
@media (max-width: 650px) {
  .vlada-embed .embed__wrapper {
    background-color: transparent;
  }
}
.vlada-embed .embed__head {
  padding: 1rem 1.5rem;
  background-color: #000000;
}
.vlada-embed .embed__head-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 650px) {
  .vlada-embed .embed__head-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.vlada-embed .embed__text {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #000;
  margin: 0 0 1rem;
}

.notification {
  position: fixed;
  right: 50px;
  top: 20px;
  z-index: 9999;
  padding: 0 0.5rem 0.5rem;
  transform: translateY(100%);
  transition: 0.3s;
  visibility: hidden;
  font-family: "Open Sans", sans;
  font-weight: 700;
}
.notification.active {
  visibility: visible;
  transform: translateY(0);
}
.notification--error .notification__status-error {
  display: block;
}
.notification--error .notification__wrap {
  background-color: #F0D2D2;
}
.notification--error .notification__icon {
  background: rgba(229, 122, 122, 0.2) url("../images/client/icons/error-ico.svg") no-repeat center;
  background-size: 24px;
}
.notification--success .notification__status-success {
  display: block;
}
.notification--success .notification__wrap {
  background-color: #d9ffda;
}
.notification--success .notification__icon {
  background: rgba(122, 229, 126, 0.2) url("../images/client/icons/success-ico.svg") no-repeat center;
  background-size: 24px;
}
.notification__wrap {
  max-width: 38.5rem;
  width: 100%;
  border-radius: 4px;
  background-color: #F0D2D2;
  box-shadow: 0px 4px 10px 0px rgba(36, 41, 50, 0.1);
  padding: 1rem 1.5rem 1rem 1rem;
  display: flex;
  position: relative;
}
.notification__icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background: rgba(229, 122, 122, 0.2) url("../images/client/icons/error-ico.svg") no-repeat center;
  background-size: 24px;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.notification__status-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.125rem;
}
.notification__status-name span {
  display: none;
}
.notification__text {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
.notification__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0;
  border: hidden;
  background-color: transparent;
}
