body {
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.styled-checkbox {
  padding-top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-bottom: 10px;
}

.styled-checkbox.privacy label {
  font-size: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.styled-checkbox input[type=checkbox] {
  display: none;
}

.styled-checkbox input[type=checkbox]:checked ~ label::before {
  background-size: 70%;
}

.styled-checkbox label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: auto;
}

.styled-checkbox label::after {
  display: none;
}

.styled-checkbox label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #BCBEBF;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 0;
  position: relative;
  top: 5px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 14 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .2h14v14H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cpath d='M.2 7.8c-.1-.1-.2-.3-.2-.4 0-.1.1-.3.2-.4l.8-.8c.1-.2.5-.2.7.1l.1.1 3 3.2c.1.1.3.1.4 0L12.3 2h.1c.2-.2.5-.2.8 0l.8.8c.2.2.2.5 0 .8l-8.6 8.9c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.3 7.9l-.1-.1z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
}

.styled-checkbox label span {
  vertical-align: top;
}

.styled-checkbox label strong {
  font-weight: 600;
}

.styled-checkbox label a {
  color: #000000;
}

.styled-checkbox label a:hover {
  opacity: 0.7;
}

.loading-animation {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.loading-animation::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

.loading-animation::before {
  z-index: 2;
  content: '';
  display: inline-block;
  height: 52px;
  width: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='200px' height='200px' display='block' shape-rendering='auto' style='background:none;margin:auto' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='17.5' y='30' width='15' height='40' fill='%236a6a6a'%3E%3Canimate attributeName='y' begin='-0.2s' calcMode='spline' dur='1s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.5;1' repeatCount='indefinite' values='18;30;30'/%3E%3Canimate attributeName='height' begin='-0.2s' calcMode='spline' dur='1s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.5;1' repeatCount='indefinite' values='64;40;40'/%3E%3C/rect%3E%3Crect x='42.5' y='30' width='15' height='40' fill='%23979797'%3E%3Canimate attributeName='y' begin='-0.1s' calcMode='spline' dur='1s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.5;1' repeatCount='indefinite' values='20.999999999999996;30;30'/%3E%3Canimate attributeName='height' begin='-0.1s' calcMode='spline' dur='1s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.5;1' repeatCount='indefinite' values='58.00000000000001;40;40'/%3E%3C/rect%3E%3Crect x='67.5' y='30' width='15' height='40' fill='%23bdbdbd'%3E%3Canimate attributeName='y' calcMode='spline' dur='1s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.5;1' repeatCount='indefinite' values='20.999999999999996;30;30'/%3E%3Canimate attributeName='height' calcMode='spline' dur='1s' keySplines='0 0.5 0.5 1;0 0.5 0.5 1' keyTimes='0;0.5;1' repeatCount='indefinite' values='58.00000000000001;40;40'/%3E%3C/rect%3E%3C/svg%3E");
}

.loading-animation.background::before {
  z-index: -1;
}

.loading-animation.background::after {
  z-index: -2;
}

.modale.active .modal-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modale.active .modal-block .modal-overlay {
  display: block;
}

.modale *, .modale *::before, .modale *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modale .modal-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  text-align: center;
  z-index: 1001;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modale .modal-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  border: 0;
}

.modale .modal-box {
  display: inline-block;
  text-align: left;
  padding: 20px;
  width: 500px;
  background-color: #fff;
  vertical-align: middle;
  position: relative;
  max-height: 100%;
  overflow: auto;
}

@media (max-width: 1200px) {
  .modale .modal-box {
    width: 100%;
    height: 100%;
  }
}

.modale .modal-container {
  position: relative;
  font-weight: 300;
}

.modale .modal-heading {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  font-weight: 400;
}

@media (max-width: 540px) {
  .modale .modal-heading {
    font-size: 22px;
  }
}

.thank-you {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.thank-you h2 {
  margin-bottom: 10px;
  font-weight: 30;
  font-size: 20px;
}

.thank-you i {
  display: inline-block;
  width: 50px;
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  padding: 15px;
  width: auto;
  height: auto;
  line-height: 1;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
  background-color: transparent;
}

.close-button:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: none;
          filter: none;
}

.close-button::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
  background-image: url(./../../img/icons/close.svg);
}

.regular-tabs .tabs-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  background-color: #F3F3F3;
  font-size: 0;
}

@media (max-width: 1200px) {
  .regular-tabs .tabs-buttons {
    display: none;
  }
}

.regular-tabs .tab-button {
  padding: 15px 25px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #4A95CF;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.regular-tabs .tab-button.active {
  background-color: #E6E7E9;
  color: #000;
  text-decoration: none;
}

.regular-tabs .tab-button:not(.active):active, .regular-tabs .tab-button:not(.active):hover {
  background-color: rgba(230, 231, 233, 0.5);
  color: #555555;
  text-decoration: none;
}

.regular-tabs .button-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E6E7E9;
  height: 36px;
  width: 100%;
  margin-top: -1px;
  padding: 0 10px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #7d818c;
}

@media (min-width: 1201px) {
  .regular-tabs .button-expand {
    display: none;
  }
}

.regular-tabs .button-expand::after {
  content: '';
  border-bottom: 2px solid #7D818C;
  border-right: 2px solid #7D818C;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.regular-tabs .button-expand.active {
  background-color: #E6E7E9;
  color: #000000;
}

.regular-tabs .button-expand.active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (max-width: 1200px) {
  .regular-tabs .button-expand:not(.active) ~ .tab-content {
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1201px) {
  .regular-tabs .tab-content:not(.active) {
    display: none;
  }
}

.regular-tabs .tab-container {
  padding: 30px 20px;
}

@media (min-width: 1401px) {
  .regular-tabs .tab-container {
    width: 700px;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .regular-tabs .tab-container {
    padding: 10px;
  }
}

@media (max-width: 540px) {
  .regular-tabs .tab-container {
    padding: 10px 0;
  }
}

.modal-logioner.modale .modal-box {
  width: 440px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  position: relative;
}

.modal-logioner.modale .back-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  padding: 10px;
  line-height: normal;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.modal-logioner.modale .back-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-logioner.modale .back-button::before {
  content: '';
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7.54'%3E%3Cpath d='M7 6.24L.92.16a.54.54 0 00-.76.76l6.46 6.46a.54.54 0 00.76 0L13.85.92a.54.54 0 000-.76.54.54 0 00-.75 0z'/%3E%3C/svg%3E");
}

.modal-logioner.modale .modal-container {
  height: 100%;
}

.modal-logioner.modale .modal-heading {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.modal-logioner.modale input:focus, .modal-logioner.modale button:focus {
  outline: 0;
}

.modal-logioner.modale .phone-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #F1F1F1;
  border: 1px solid #007000;
  padding-right: 20px;
}

.modal-logioner.modale .phone-country .country-changer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-logioner.modale .phone-country .country-changer input[type="radio"] {
  display: none;
}

.modal-logioner.modale .phone-country .country-changer input.dropdown-status {
  display: none;
}

.modal-logioner.modale .phone-country .country-changer input.dropdown-status:checked ~ .countries-list {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.modal-logioner.modale .phone-country .country-changer input.dropdown-status:checked ~ .current-country .flags-box::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.modal-logioner.modale .phone-country .country-changer .current-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-logioner.modale .phone-country .country-changer .current-country:hover {
  background-color: #dfdfdf;
}

.modal-logioner.modale .phone-country .country-changer .flags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-logioner.modale .phone-country .country-changer .flags-box::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 7.54'%3E%3Cpath d='M7 6.24L.92.16a.54.54 0 00-.76.76l6.46 6.46a.54.54 0 00.76 0L13.85.92a.54.54 0 000-.76.54.54 0 00-.75 0z'/%3E%3C/svg%3E");
}

.modal-logioner.modale .phone-country .country-changer .flags-box .flag-status:checked + .flag-icon {
  opacity: 1;
  position: static;
}

.modal-logioner.modale .phone-country .country-changer .flags-box .flag-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  margin-right: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 26px;
  min-width: 26px;
  border: 1px solid #cccccc;
}

.modal-logioner.modale .phone-country .country-changer .countries-list {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -1px;
  right: -1px;
  background-color: #F1F1F1;
  border-width: 1px 1px 1px 1px;
  border-color: #007000;
  border-style: solid;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  padding: 15px 0;
}

.modal-logioner.modale .phone-country .country-changer .countries-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 14px;
  cursor: pointer;
}

.modal-logioner.modale .phone-country .country-changer .countries-list label:hover {
  background-color: #dfdfdf;
}

.modal-logioner.modale .phone-country .country-changer .countries-list label .item-icon {
  width: 26px;
  min-width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  border: 1px solid #cccccc;
}

.modal-logioner.modale .phone-country .country-changer .countries-list label .item-icon img {
  width: 100%;
}

.modal-logioner.modale .phone-country .country-changer .countries-list label .item-title {
  font-size: 14px;
  font-weight: normal;
}

.modal-logioner.modale .phone-country .phone-inputor {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.modal-logioner.modale .phone-country .phone-inputor .inputor-label {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 6px;
}

.modal-logioner.modale .phone-country .phone-inputor input {
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  width: 100%;
  text-align: center;
  font-family: monospace;
  padding: 25px 15px 10px;
}

.modal-logioner.modale .phone-country .phone-inputor input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #777777;
  text-align: center;
}

.modal-logioner.modale .phone-country .phone-inputor input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #777777;
  text-align: center;
}

.modal-logioner.modale .phone-country .phone-inputor input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #777777;
  text-align: center;
}

.modal-logioner.modale .phone-country .phone-inputor input::placeholder {
  font-size: 20px;
  font-weight: normal;
  color: #777777;
  text-align: center;
}

.modal-logioner.modale .regular-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.modal-logioner.modale .form-line {
  margin-bottom: 20px;
}

.modal-logioner.modale .form-line .form-cell {
  position: relative;
}

.modal-logioner.modale .form-line .form-cell .cell-label,
.modal-logioner.modale .form-line .form-cell .cell-error {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  padding-top: 2px;
  text-align: center;
  font-size: 12px;
}

.modal-logioner.modale .form-line .form-cell .cell-error {
  color: red;
  font-size: 14px;
  font-weight: normal;
}

.modal-logioner.modale .form-line .form-cell .cell-error ~ .cell-label {
  display: none;
}

.modal-logioner.modale .form-line .form-cell input[type="phone"],
.modal-logioner.modale .form-line .form-cell input[type="text"],
.modal-logioner.modale .form-line .form-cell input[type="email"],
.modal-logioner.modale .form-line .form-cell input[type="password"],
.modal-logioner.modale .form-line .form-cell input[type="number"] {
  width: 100%;
  height: 55px;
  padding: 20px 15px 10px;
  font-size: 18px;
  color: #000000;
  text-align: center;
  background-color: #F1F1F1;
  border: 1px solid transparent;
}

.modal-logioner.modale .form-line .form-cell input[type="phone"]::-webkit-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="text"]::-webkit-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="email"]::-webkit-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="password"]::-webkit-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="number"]::-webkit-input-placeholder {
  font-size: 18px;
  color: #777777;
}

.modal-logioner.modale .form-line .form-cell input[type="phone"]:-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="text"]:-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="email"]:-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="password"]:-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="number"]:-ms-input-placeholder {
  font-size: 18px;
  color: #777777;
}

.modal-logioner.modale .form-line .form-cell input[type="phone"]::-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="text"]::-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="email"]::-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="password"]::-ms-input-placeholder,
.modal-logioner.modale .form-line .form-cell input[type="number"]::-ms-input-placeholder {
  font-size: 18px;
  color: #777777;
}

.modal-logioner.modale .form-line .form-cell input[type="phone"]::placeholder,
.modal-logioner.modale .form-line .form-cell input[type="text"]::placeholder,
.modal-logioner.modale .form-line .form-cell input[type="email"]::placeholder,
.modal-logioner.modale .form-line .form-cell input[type="password"]::placeholder,
.modal-logioner.modale .form-line .form-cell input[type="number"]::placeholder {
  font-size: 18px;
  color: #777777;
}

.modal-logioner.modale .form-line .form-cell input[type="phone"]:focus,
.modal-logioner.modale .form-line .form-cell input[type="text"]:focus,
.modal-logioner.modale .form-line .form-cell input[type="email"]:focus,
.modal-logioner.modale .form-line .form-cell input[type="password"]:focus,
.modal-logioner.modale .form-line .form-cell input[type="number"]:focus {
  border-color: #007000;
}

.modal-logioner.modale .form-line.submit-line {
  margin-bottom: 60px;
}

.modal-logioner.modale .form-line .sms-timer-cell {
  text-align: center;
  background-color: #878787;
  color: #ffffff;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.modal-logioner.modale .form-line .sms-timer-cell .timer-value {
  font-size: 18px;
  font-weight: bold;
}

.modal-logioner.modale .form-line .button-submit {
  width: 100%;
  background-color: #0065bb;
  padding: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
}

.modal-logioner.modale .form-line .button-submit:hover {
  background-color: #005dac;
}

.modal-logioner.modale .form-line .button-submit[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

.modal-logioner.modale .form-line .sms-code-cell input[type="text"],
.modal-logioner.modale .form-line .sms-code-cell input[type="number"] {
  letter-spacing: 10px;
}

.modal-logioner.modale .form-line .sms-code-cell input[type="text"]::-webkit-input-placeholder,
.modal-logioner.modale .form-line .sms-code-cell input[type="number"]::-webkit-input-placeholder {
  letter-spacing: 10px;
}

.modal-logioner.modale .form-line .sms-code-cell input[type="text"]:-ms-input-placeholder,
.modal-logioner.modale .form-line .sms-code-cell input[type="number"]:-ms-input-placeholder {
  letter-spacing: 10px;
}

.modal-logioner.modale .form-line .sms-code-cell input[type="text"]::-ms-input-placeholder,
.modal-logioner.modale .form-line .sms-code-cell input[type="number"]::-ms-input-placeholder {
  letter-spacing: 10px;
}

.modal-logioner.modale .form-line .sms-code-cell input[type="text"]::placeholder,
.modal-logioner.modale .form-line .sms-code-cell input[type="number"]::placeholder {
  letter-spacing: 10px;
}

.modal-logioner.modale .form-message {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0;
}

.modal-logioner.modale .form-links {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
}

.modal-logioner.modale .form-links .link-item {
  color: #004aa1;
  text-decoration: none;
  font-weight: normal;
  padding: 10px;
}

.modal-logioner.modale .policy-text {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.modal-logioner.modale .policy-text a {
  color: #004aa1;
}
/*# sourceMappingURL=super.css.map */