@charset "UTF-8";
.olk-consultant {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.olk-consultant * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.olk-consultant button {
  border: 0;
}

.olk-consultant input {
  outline: 0;
  border: 0;
}

.olk-consultant .form-notices {
  margin-bottom: 20px;
}

.olk-consultant .form-notices .form-notice {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0E3D69;
}

.olk-consultant .form-notices .form-notice::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  background-color: #0E3D69;
  background-size: cover;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.olk-consultant .form-notices .form-notice.form-error {
  color: #C2111B;
}

.olk-consultant .form-notices .form-notice.form-error::before {
  background-color: #C2111B;
}

.olk-consultant .form-notices .form-notice.form-accept {
  color: #205522;
}

.olk-consultant .form-notices .form-notice.form-accept::before {
  background-color: #205522;
}

.olk-consultant .thank-you {
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.olk-consultant .thank-you .item-heading {
  margin-bottom: 10px;
  font-weight: 30;
  font-size: 22px;
  color: #0E3D69;
  line-height: 1.3;
}

.olk-consultant .thank-you .item-message {
  padding-bottom: 25px;
  color: #898989;
}

.olk-consultant .thank-you .item-icon {
  display: inline-block;
  width: 50px;
}

.olk-consultant .thank-you .item-icon::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.996 295.996' width='512' height='512'%3E%3Cpath d='M147.998 0C66.392 0 0 66.392 0 147.998s66.392 147.998 147.998 147.998 147.998-66.392 147.998-147.998S229.605 0 147.998 0zm0 279.996c-36.256 0-69.143-14.696-93.022-38.44a132.713 132.713 0 01-23.934-32.42C21.442 190.847 16 170.047 16 147.998 16 75.214 75.214 16 147.998 16c34.523 0 65.987 13.328 89.533 35.102 12.208 11.288 22.289 24.844 29.558 39.996 8.27 17.239 12.907 36.538 12.907 56.9 0 72.784-59.214 131.998-131.998 131.998z' fill='%230e3d69'/%3E%3Ccircle cx='99.666' cy='114.998' r='16'  fill='%230e3d69'/%3E%3Ccircle cx='198.666' cy='114.998' r='16' fill='%230e3d69'/%3E%3Cpath d='M147.715 229.995c30.954 0 60.619-15.83 77.604-42.113l-13.439-8.684c-15.597 24.135-44.126 37.604-72.693 34.308-22.262-2.567-42.849-15.393-55.072-34.308l-13.438 8.684c14.79 22.889 39.716 38.409 66.676 41.519 3.461.399 6.917.594 10.362.594z' fill='%230e3d69'/%3E%3C/svg%3E");
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
}

.olk-consultant .\:button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  border: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 25px;
  background-color: #21A038;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-transition: background-color .33s;
  transition: background-color .33s;
}

.olk-consultant .\:button:hover {
  background-color: #1b822e;
}

.olk-consultant .\:button.green {
  color: #fff !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.olk-consultant .\:button.gray {
  background-color: #A0A0A0;
}

.olk-consultant .\:button.gray:hover {
  background-color: #8e8e8e;
}

.olk-consultant .\:button.blue {
  background-color: #3B569D;
}

.olk-consultant .\:button.blue:hover {
  background-color: #314883;
}

.olk-consultant .\:button.red {
  background-color: #D10A11;
}

.olk-consultant .\:button.red:hover {
  background-color: #af080e;
}

.olk-consultant .\:button.small {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.olk-consultant .\:button.gray-border {
  border-color: gray;
}

.olk-consultant .\:button.blue-border {
  border-color: #3B569D;
  background-color: #fff;
  color: #3B569D;
  outline: 2px solid #3B569D;
  outline-offset: -2px;
}

.olk-consultant .\:button.blue-border:hover {
  background-color: rgba(59, 86, 157, 0.06);
}

.olk-consultant .\:button.red-bordered {
  border: 2px solid #D10A11;
  background-color: #ffffff;
  color: #D10A11;
}

.olk-consultant .\:button.red-bordered:hover {
  background-color: #D10A11;
  color: #ffffff;
}

.olk-consultant .\:button.wrap {
  white-space: normal;
  height: auto;
  line-height: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 1620px) {
  .olk-consultant .\:button.wrap {
    font-size: 16px;
  }
}

@media screen and (max-width: 1220px) {
  .olk-consultant .\:button.wrap {
    padding: 10px;
  }
}

.olk-consultant .\:button.flare {
  position: relative;
  overflow: hidden;
}

.olk-consultant .\:button.flare::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateX(-150%) skew(-45deg);
          transform: translateX(-150%) skew(-45deg);
  -webkit-animation: move-light 6s infinite;
          animation: move-light 6s infinite;
}

.olk-consultant .\:button.order {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}

.olk-consultant .\:button.order::before {
  content: '';
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-right: 10px;
  background-image: url(./../img/svg-icons/click.svg);
}

.olk-consultant .\:button.big {
  height: 66px;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
}

.olk-consultant .\:button.disabled, .olk-consultant .\:button[disabled] {
  border-color: #e5e5e5;
  color: #a1a1a1;
  cursor: default;
  background-color: #eeeeee;
}

.olk-consultant .\:button.disabled:hover, .olk-consultant .\:button.disabled:focus, .olk-consultant .\:button.disabled:active, .olk-consultant .\:button[disabled]:hover, .olk-consultant .\:button[disabled]:focus, .olk-consultant .\:button[disabled]:active {
  background-color: #eeeeee;
  border-color: #e5e5e5;
  color: #a1a1a1;
}

.olk-consultant .button-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.olk-consultant .button-close:hover span::before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.olk-consultant .button-close span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background-color: #F3F3F3;
  border-radius: 50%;
  padding: 13px;
}

.olk-consultant .button-close span::before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512 30.2L481.8 0 256 225.8 30.2 0 0 30.2 225.8 256 0 481.8 30.2 512 256 286.2 481.8 512l30.2-30.2L286.2 256 512 30.2z' fill='%230e3d69'/%3E%3C/svg%3E");
}

.olk-consultant #cons-dialog {
  position: fixed;
  z-index: 13;
  right: 50px;
  bottom: 0;
  width: 300px;
  height: 430px;
  max-height: 100%;
  border-radius: 6px;
  background: #fff;
  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-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24), 0 5px 35px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24), 0 5px 35px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 1221px) {
  .olk-consultant #cons-dialog {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}

@media screen and (max-width: 540px) {
  .olk-consultant #cons-dialog {
    right: 10px;
  }
}

.olk-consultant #form-dialog {
  position: relative;
  height: auto;
  background: #fde3e2;
  font-size: 14px;
  width: 100%;
  padding: 8px;
}

.olk-consultant #form-dialog .jq-selectbox__dropdown, .olk-consultant #form-dialog .jq-selectbox__select {
  width: 65px;
  text-align: center;
}

.olk-consultant .hidden {
  display: none !important;
}

.olk-consultant .cons-header {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #f23933;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.15)), color-stop(80%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 80%);
  font-size: 14px;
  border-radius: 6px 6px 0 0;
  padding: 10px;
  text-align: left;
}

.olk-consultant .cons-header .manag-foto {
  display: block;
  width: 50px;
  min-width: 50px;
  height: 40px;
}

.olk-consultant .cons-header .manag-foto img {
  width: 40px;
  margin-right: 10px;
  border-radius: 20px;
}

.olk-consultant .cons-header .manag-name {
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
}

.olk-consultant .button-close {
  font-size: 0;
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.olk-consultant .button-close span {
  background-color: transparent;
}

.olk-consultant .button-close span:hover::before {
  ransform: scale(1.05);
}

.olk-consultant .button-close span::before {
  -webkit-filter: brightness(1800%);
          filter: brightness(1800%);
}

.olk-consultant .form-text {
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 10px;
}

.olk-consultant .cons-chat {
  overflow: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 0;
  padding: 6px 10px;
}

.olk-consultant .messages-container {
  position: relative;
}

.olk-consultant .messages-container.typing {
  padding-bottom: 18px;
}

.olk-consultant .messages-container.typing::before {
  content: 'Печатает';
  display: inline-block;
  -webkit-animation: 2s typing infinite;
          animation: 2s typing infinite;
  font-size: 12px;
  color: #555;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@-webkit-keyframes typing {
  30% {
    content: 'Печатает.';
  }
  60% {
    content: 'Печатает..';
  }
  90% {
    content: 'Печатает...';
  }
}

@keyframes typing {
  30% {
    content: 'Печатает.';
  }
  60% {
    content: 'Печатает..';
  }
  90% {
    content: 'Печатает...';
  }
}

.olk-consultant .mass_oper {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.2;
  padding: 8px;
  text-align: left;
  border-radius: 4px;
  background: #fde3e2;
}

.olk-consultant .mass_users {
  font-size: 13px;
  font-weight: 300;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 8px 8px;
  text-align: right;
  border-radius: 6px;
  word-break: break-word;
}

.olk-consultant #mass_users {
  width: 100%;
  height: 38px;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.olk-consultant .regular-form .form-line {
  margin-bottom: 3px;
}

.olk-consultant .regular-form .line-label {
  font-size: 12px;
  margin-bottom: 3px;
}

.olk-consultant .phone-line {
  width: 90px;
  font-size: 18px;
}

.olk-consultant .phone-line select {
  font-size: 14px;
}

.olk-consultant .phone-line::-webkit-input-placeholder {
  font-size: 18px;
}

.olk-consultant .phone-line:-ms-input-placeholder {
  font-size: 18px;
}

.olk-consultant .phone-line::-ms-input-placeholder {
  font-size: 18px;
}

.olk-consultant .phone-line::placeholder {
  font-size: 18px;
}

.olk-consultant .submit-block {
  text-align: center;
  margin-bottom: 5px;
}

.olk-consultant .phone-cell input {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.olk-consultant .phone-cell input::-webkit-input-placeholder {
  font-size: 18px;
}

.olk-consultant .phone-cell input:-ms-input-placeholder {
  font-size: 18px;
}

.olk-consultant .phone-cell input::-ms-input-placeholder {
  font-size: 18px;
}

.olk-consultant .phone-cell input::placeholder {
  font-size: 18px;
}

.olk-consultant .line-note.attention {
  font-size: 12px;
  padding-top: 2px;
  padding-left: 3px;
  color: #c2111b;
}

.olk-consultant .privacy-first {
  line-height: 1;
  font-size: 9px;
  font-weight: 300;
}

.olk-consultant .privacy-last {
  line-height: 1;
  font-size: 9px;
  font-weight: 300;
  line-height: 1.1;
}

.olk-consultant .cons-conf {
  font-size: 11px;
  text-align: center;
  color: gray;
}

.olk-consultant .message-line {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.olk-consultant .message-line.hidden {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.olk-consultant .message-line.hidden::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  cursor: not-allowed;
}

.olk-consultant .submit-button {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C2111B;
  position: relative;
  right: -7px;
}

.olk-consultant .submit-button:hover, .olk-consultant .submit-button:active {
  background-color: #205522;
}

.olk-consultant .submit-button svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  position: relative;
  right: -1px;
}

.regular-form.small {
  width: 400px;
  max-width: 100%;
}

.regular-form.small .submit-block {
  text-align: center;
}

.regular-form input, .regular-form textarea, .regular-form select {
  border: 1px solid #C6C6C6;
  font-size: 14px;
  max-width: 100%;
  -webkit-transition: border .33s;
  transition: border .33s;
  width: 100%;
  color: #000000;
  outline: 0;
  border-radius: 0px;
  background-color: #fff;
}

.regular-form input::-webkit-input-placeholder, .regular-form textarea::-webkit-input-placeholder, .regular-form select::-webkit-input-placeholder {
  font-size: 14px;
  color: #B2AEAB;
}

.regular-form input:-ms-input-placeholder, .regular-form textarea:-ms-input-placeholder, .regular-form select:-ms-input-placeholder {
  font-size: 14px;
  color: #B2AEAB;
}

.regular-form input::-ms-input-placeholder, .regular-form textarea::-ms-input-placeholder, .regular-form select::-ms-input-placeholder {
  font-size: 14px;
  color: #B2AEAB;
}

.regular-form input::placeholder, .regular-form textarea::placeholder, .regular-form select::placeholder {
  font-size: 14px;
  color: #B2AEAB;
}

.regular-form input:focus, .regular-form textarea:focus, .regular-form select:focus {
  border: 1px solid #0E3D69;
  outline: 0;
}

.regular-form input[disabled], .regular-form textarea[disabled], .regular-form select[disabled] {
  border-color: #e5e5e5;
  color: #a1a1a1;
  cursor: default;
  background-color: #eeeeee;
}

.regular-form input[disabled]:hover, .regular-form input[disabled]:focus, .regular-form input[disabled]:active, .regular-form textarea[disabled]:hover, .regular-form textarea[disabled]:focus, .regular-form textarea[disabled]:active, .regular-form select[disabled]:hover, .regular-form select[disabled]:focus, .regular-form select[disabled]:active {
  background-color: #eeeeee;
  border-color: #e5e5e5;
  color: #a1a1a1;
}

.regular-form input {
  height: 44px;
  padding: 0 10px;
}

.regular-form input[type="file"] {
  height: auto;
  padding: 0;
  border: 0;
}

.regular-form textarea {
  width: 100%;
  padding: 5px 10px;
  max-height: 100px;
}

@media (max-width: 700px) {
  .regular-form textarea {
    padding: 0 10px;
  }
}

.regular-form select {
  height: 43px;
  padding: 0 7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='404.308' height='404.309'%3E%3Cpath d='M0 101.08h404.308L202.151 303.229 0 101.08z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: right 10px top 50%;
  padding-right: 20px;
  background-repeat: no-repeat;
}

.regular-form .form-box {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .regular-form .form-box {
    margin-bottom: 30px;
  }
}

.regular-form .form-heading {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .regular-form .form-heading {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 20px;
  }
}

.regular-form .form-line {
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .regular-form .form-line {
    margin-bottom: 13px;
  }
}

.regular-form .form-line.cells {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.regular-form .form-line.cells .form-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.regular-form .form-line.cells .form-cell:not(:last-of-type) {
  padding-right: 20px;
}

.regular-form .line-label {
  font-size: 15px;
  margin-bottom: 10px;
  padding-right: 10px;
  font-weight: 30;
}

.regular-form .line-label.required::after {
  content: ' *';
  color: #0E3D69;
}

.regular-form .line-note {
  font-size: 13px;
  padding-top: 10px;
  padding-left: 10px;
  color: #555555;
}

.regular-form .line-note.attention {
  font-size: 14px;
  padding-left: 0;
  padding-top: 5px;
  color: #C2111B;
  font-weight: 400;
}

.regular-form .phone-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.regular-form .phone-line .phone-code {
  padding-right: 18px;
}

@media screen and (max-width: 540px) {
  .regular-form .phone-line .phone-code {
    padding-right: 10px;
  }
}

.regular-form .phone-line .phone-code select {
  min-width: 124px;
  width: 124px;
  font-size: 22px;
  text-align: center;
  text-align-last: center;
}

@media screen and (max-width: 540px) {
  .regular-form .phone-line .phone-code select {
    font-size: 16px;
    width: 90px;
    min-width: 90px;
  }
}

.regular-form .phone-line .phone-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.regular-form .masked-phone,
.regular-form .masked-phone-int {
  font-size: 22px;
  padding: 0 20px;
  font-family: monospace;
}

@media screen and (max-width: 540px) {
  .regular-form .masked-phone,
  .regular-form .masked-phone-int {
    font-size: 16px;
  }
}

.regular-form .masked-phone::-webkit-input-placeholder,
.regular-form .masked-phone-int::-webkit-input-placeholder {
  font-size: 22px;
  color: #B2AEAB;
}

.regular-form .masked-phone:-ms-input-placeholder,
.regular-form .masked-phone-int:-ms-input-placeholder {
  font-size: 22px;
  color: #B2AEAB;
}

.regular-form .masked-phone::-ms-input-placeholder,
.regular-form .masked-phone-int::-ms-input-placeholder {
  font-size: 22px;
  color: #B2AEAB;
}

.regular-form .masked-phone::placeholder,
.regular-form .masked-phone-int::placeholder {
  font-size: 22px;
  color: #B2AEAB;
}

@media screen and (max-width: 540px) {
  .regular-form .masked-phone::-webkit-input-placeholder,
  .regular-form .masked-phone-int::-webkit-input-placeholder {
    font-size: 16px;
  }
  .regular-form .masked-phone:-ms-input-placeholder,
  .regular-form .masked-phone-int:-ms-input-placeholder {
    font-size: 16px;
  }
  .regular-form .masked-phone::-ms-input-placeholder,
  .regular-form .masked-phone-int::-ms-input-placeholder {
    font-size: 16px;
  }
  .regular-form .masked-phone::placeholder,
  .regular-form .masked-phone-int::placeholder {
    font-size: 16px;
  }
}

.regular-form .privacy-line {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.3;
}

.regular-form .privacy-line label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
  font-size: 14px;
}

.regular-form .privacy-line a {
  color: #0E3D69;
  text-decoration: underline;
}

.regular-form .privacy-line .privacy-special {
  font-size: 11px;
  color: #303033;
  padding-top: 10px;
}

.regular-form .submit-block {
  margin-bottom: 20px;
}

.regular-form .thank-you {
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.regular-form .thank-you .item-heading {
  margin-bottom: 10px;
  font-weight: 30;
  font-size: 22px;
  color: #0E3D69;
  line-height: 1.3;
}

.regular-form .thank-you .item-text {
  padding-bottom: 25px;
  color: #898989;
}

.regular-form .thank-you i {
  display: inline-block;
  width: 50px;
}

.regular-form .thank-you i::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 295.996 295.996' width='512' height='512'%3E%3Cpath d='M147.998 0C66.392 0 0 66.392 0 147.998s66.392 147.998 147.998 147.998 147.998-66.392 147.998-147.998S229.605 0 147.998 0zm0 279.996c-36.256 0-69.143-14.696-93.022-38.44a132.713 132.713 0 01-23.934-32.42C21.442 190.847 16 170.047 16 147.998 16 75.214 75.214 16 147.998 16c34.523 0 65.987 13.328 89.533 35.102 12.208 11.288 22.289 24.844 29.558 39.996 8.27 17.239 12.907 36.538 12.907 56.9 0 72.784-59.214 131.998-131.998 131.998z' fill='%230e3d69'/%3E%3Ccircle cx='99.666' cy='114.998' r='16'  fill='%230e3d69'/%3E%3Ccircle cx='198.666' cy='114.998' r='16' fill='%230e3d69'/%3E%3Cpath d='M147.715 229.995c30.954 0 60.619-15.83 77.604-42.113l-13.439-8.684c-15.597 24.135-44.126 37.604-72.693 34.308-22.262-2.567-42.849-15.393-55.072-34.308l-13.438 8.684c14.79 22.889 39.716 38.409 66.676 41.519 3.461.399 6.917.594 10.362.594z' fill='%230e3d69'/%3E%3C/svg%3E");
}

.regular-form .sent-counted {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #0E3D69;
}

@media screen and (max-width: 540px) {
  .regular-form .sent-counted {
    font-size: 16px;
    line-height: 1.3;
  }
}

.regular-form .sent-counted b {
  font-weight: 500;
  color: #C2111B;
}

.form-notices {
  margin-bottom: 20px;
}

.form-notices .form-notice {
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0E3D69;
}

.form-notices .form-notice::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  background-color: #0E3D69;
  background-size: cover;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.form-notices .form-notice.form-error {
  color: #C2111B;
}

.form-notices .form-notice.form-error::before {
  background-color: #C2111B;
}

.form-notices .form-notice.form-accept {
  color: #205522;
}

.form-notices .form-notice.form-accept::before {
  background-color: #205522;
}

.form-notices .event-message {
  text-align: center;
  margin-bottom: 30px;
}

.form-notices .event-message .message-icon {
  opacity: 0.5;
  width: 80px;
  display: inline-block;
  margin-bottom: 15px;
}

.form-notices .event-message .message-heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.styled-checkbox {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
}

.styled-checkbox.small label::before {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 3px;
}

.styled-checkbox input[type=checkbox] {
  display: none;
}

.styled-checkbox input[type=checkbox]:checked ~ label::before {
  background-size: 69%;
}

.styled-checkbox input ~ 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.styled-checkbox input ~ label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 1px solid  #C6C6C6;
  margin-right: 15px;
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: 0;
  position: relative;
  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 input ~ label span {
  vertical-align: middle;
}

.styled-checkbox input ~ label a {
  color: #000000;
}

.styled-checkbox input ~ label a:hover {
  opacity: 0.7;
}

.styled-radio input[type=radio] {
  display: none;
}

.styled-radio input[type=radio]:checked ~ label::before {
  background-color: #0E3D69;
}

.styled-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.styled-radio input ~ label {
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity .33s;
  transition: opacity .33s;
  margin-right: 25px;
}

.styled-radio input ~ label:hover {
  opacity: 1;
}

.styled-radio input ~ label::before {
  content: '';
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
  border: 6px solid  #fff;
  z-index: 1;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: background-color .33s;
  transition: background-color .33s;
}

@media (max-width: 767px) {
  .styled-radio input ~ label::before {
    top: 2px;
  }
}
/*# sourceMappingURL=common.css.map */