.banner-logo {
  display: block;
  margin: 0 !important;
  text-decoration: none !important;
}

.banner-logo .banner-logo__prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
  text-transform: uppercase;
}

.banner-logo .banner-logo__prefix .banner-logo__suffix {
  margin-left: 5px;
  text-transform: uppercase;
  color: #e90e3f;
}

.button-wrapper {
  display: block;
}

.button-wrapper__left {
  text-align: left;
}

.button-wrapper__center {
  text-align: center;
}

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

.button {
  position: relative;
  vertical-align: top;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 15px;
  margin: 5px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  white-space: nowrap;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.button:focus {
  outline: none;
}

.button[disabled] {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.button-block {
  display: block;
  width: 100%;
}

.button.button-default {
  color: #333333;
  background-color: white;
  border-color: rgba(119, 119, 119, 0.4);
}

.button.button-default:hover {
  background-color: #e6e6e6;
}

.button.button-default.active {
  background-color: #e6e6e6;
}

.button.button-primary {
  color: white;
  background-color: #0063b0;
  border-color: rgba(0, 69, 123, 0.6);
}

.button.button-primary:hover {
  background-color: #00599e;
}

.button.button-primary.active {
  background-color: #00599e;
}

.button.button-info {
  color: white;
  background-color: #9dd6fd;
  border-color: rgba(110, 150, 177, 0.6);
}

.button.button-info:hover {
  background-color: #8dc1e4;
}

.button.button-info.active {
  background-color: #8dc1e4;
}

.button.button-success {
  color: white;
  background-color: #5cb85c;
  border-color: rgba(64, 129, 64, 0.6);
}

.button.button-success:hover {
  background-color: #53a653;
}

.button.button-success.active {
  background-color: #53a653;
}

.button.button-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: rgba(168, 121, 55, 0.6);
}

.button.button-warning:hover {
  background-color: #d89c46;
}

.button.button-warning.active {
  background-color: #d89c46;
}

.button.button-danger {
  color: white;
  background-color: #e90e3f;
  border-color: rgba(163, 10, 44, 0.6);
}

.button.button-danger:hover {
  background-color: #d20d39;
}

.button.button-danger.active {
  background-color: #d20d39;
}

.button.button-link {
  color: #0063b0;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.button-link:hover {
  background-color: transparent;
  color: #00599e;
  text-decoration: underline;
}

.button.button-link.active {
  background-color: transparent;
  color: #00599e;
  text-decoration: underline;
}

.button.button-lg {
  font-size: 1.125rem;
  padding: 12px 30px;
}

.button.button-sm {
  font-size: 0.9375rem;
  padding: 5px 10px;
}

.button.button-xs {
  font-size: 0.875rem;
  padding: 3px 6px;
}

.button.button-arrow-right {
  padding: 8px 25px 8px 15px;
  color: white;
  background-color: #0063b0;
}

.button.button-arrow-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.button.button-arrow-right:hover {
  background-color: #00599e;
}

.button.button-arrow-right.active {
  background-color: #00599e;
}

.button.button-arrow-right.button-lg {
  padding: 12px 44px 12px 30px;
}

.button.button-arrow-right.button-lg:before {
  right: 18px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.button.button-arrow-right.button-sm {
  padding: 5px 20px 5px 10px;
}

.button.button-arrow-right.button-sm:before {
  right: 10px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}

.button.button-arrow-right.button-xs {
  padding: 3px 16px 3px 6px;
}

.button.button-arrow-right.button-xs:before {
  right: 6px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}

.button.button-arrow-left {
  padding: 8px 15px 8px 25px;
  border-color: rgba(119, 119, 119, 0.6);
  color: #555555;
  background-color: white;
}

.button.button-arrow-left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-bottom: 2px solid #555555;
  border-right: 2px solid #555555;
  border-radius: 2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.button.button-arrow-left:hover {
  background-color: #e6e6e6;
}

.button.button-arrow-left.active {
  background-color: #e6e6e6;
}

.button.button-arrow-left.button-lg {
  padding: 12px 30px 12px 44px;
}

.button.button-arrow-left.button-lg:before {
  left: 18px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.button.button-arrow-left.button-sm {
  padding: 5px 10px 5px 20px;
}

.button.button-arrow-left.button-sm:before {
  left: 10px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}

.button.button-arrow-left.button-xs {
  padding: 3px 6px 3px 16px;
}

.button.button-arrow-left.button-xs:before {
  left: 6px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}

.addButton {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  min-width: 26px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #5cb85c;
  text-align: center;
}

.addButton:after,
.addButton:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 14px;
  height: 2px;
  display: block;
  background: #5cb85c;
  margin-left: -7px;
  margin-top: -1px;
}

.addButton:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.deleteButton,
.dwButton,
.upButton {
  position: relative;
  min-width: 30px;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  display: inline-block;
  padding: 0;
  margin: 15px 10px 0 0;
  text-align: center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 0) and (max-width: 767px) {
  .deleteButton,
  .dwButton,
  .upButton {
    margin: 0 10px 20px 0;
  }
}

.deleteButton:hover,
.dwButton:hover,
.upButton:hover {
  opacity: 0.5;
}

.deleteButton {
  background-image: url(images/btn_cancel.svg);
}

.dwButton {
  background-image: url(images/btn_dw.svg);
}

.upButton {
  background-image: url(images/btn_up.svg);
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/HelveticaNeue.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/HelveticaNeueBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ekibastuz";
  src: url(fonts/Ekibastuz-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ekibastuz";
  src: url(fonts/Ekibastuz-Bold.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ekibastuz";
  src: url(fonts/Ekibastuz-Light.otf);
  font-weight: 300;
  font-style: normal;
}

.base-caption {
  margin-bottom: 40px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .base-caption {
    font-size: 1.8rem;
  }
}

.base-caption.base-caption--center {
  text-align: center;
}

.base-caption.base-caption--left {
  text-align: left;
}

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

@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/HelveticaNeue.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/HelveticaNeueBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ekibastuz";
  src: url(fonts/Ekibastuz-Regular.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ekibastuz";
  src: url(fonts/Ekibastuz-Bold.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ekibastuz";
  src: url(fonts/Ekibastuz-Light.otf);
  font-weight: 300;
  font-style: normal;
}

.base-caption {
  margin-bottom: 40px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .base-caption {
    font-size: 1.8rem;
  }
}

.base-caption.base-caption--center {
  text-align: center;
}

.base-caption.base-caption--left {
  text-align: left;
}

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

.card-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) and (max-width: 767px) {
  .card-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.card-caption .card-caption__img-wrapper {
  width: 72px;
  min-width: 72px;
  height: 80px;
  margin: 0 20px 0 0;
}

@media (min-width: 0) and (max-width: 499px) {
  .card-caption .card-caption__img-wrapper {
    margin: 0 0 10px 0;
  }
}

.card-caption .card-caption__img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.card-caption .card-caption__name {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin: 0;
}

@media (min-width: 0) and (max-width: 499px) {
  .card-caption .card-caption__name {
    text-align: center;
  }
}

.card-caption.large {
  margin-bottom: 20px;
}

.card-caption.large .card-caption__name {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 1 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 1 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 1 - 20px);
            flex-basis: calc(100% / 24 * 1 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 2 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 2 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 2 - 20px);
            flex-basis: calc(100% / 24 * 2 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 3 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 3 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 3 - 20px);
            flex-basis: calc(100% / 24 * 3 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 4 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 4 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 4 - 20px);
            flex-basis: calc(100% / 24 * 4 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 5 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 5 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 5 - 20px);
            flex-basis: calc(100% / 24 * 5 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 6 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 6 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 6 - 20px);
            flex-basis: calc(100% / 24 * 6 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 7 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 7 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 7 - 20px);
            flex-basis: calc(100% / 24 * 7 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 8 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 8 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 8 - 20px);
            flex-basis: calc(100% / 24 * 8 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 9 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 9 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 9 - 20px);
            flex-basis: calc(100% / 24 * 9 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 10 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 10 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 10 - 20px);
            flex-basis: calc(100% / 24 * 10 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 11 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 11 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 11 - 20px);
            flex-basis: calc(100% / 24 * 11 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 12 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 12 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 12 - 20px);
            flex-basis: calc(100% / 24 * 12 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-13 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 13 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 13 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 13 - 20px);
            flex-basis: calc(100% / 24 * 13 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-14 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 14 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 14 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 14 - 20px);
            flex-basis: calc(100% / 24 * 14 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 15 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 15 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 15 - 20px);
            flex-basis: calc(100% / 24 * 15 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 16 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 16 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 16 - 20px);
            flex-basis: calc(100% / 24 * 16 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-17 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 17 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 17 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 17 - 20px);
            flex-basis: calc(100% / 24 * 17 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-18 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 18 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 18 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 18 - 20px);
            flex-basis: calc(100% / 24 * 18 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-19 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 19 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 19 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 19 - 20px);
            flex-basis: calc(100% / 24 * 19 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 20 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 20 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 20 - 20px);
            flex-basis: calc(100% / 24 * 20 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-21 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 21 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 21 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 21 - 20px);
            flex-basis: calc(100% / 24 * 21 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-22 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 22 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 22 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 22 - 20px);
            flex-basis: calc(100% / 24 * 22 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-23 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 23 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 23 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 23 - 20px);
            flex-basis: calc(100% / 24 * 23 - 20px);
  }
}

@media (min-width: 1220.2px) and (min-width: 1220.2px) {
  .col-lg-24 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 24 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 24 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 24 - 20px);
            flex-basis: calc(100% / 24 * 24 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 1 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 1 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 1 - 20px);
            flex-basis: calc(100% / 24 * 1 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 2 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 2 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 2 - 20px);
            flex-basis: calc(100% / 24 * 2 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 3 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 3 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 3 - 20px);
            flex-basis: calc(100% / 24 * 3 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 4 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 4 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 4 - 20px);
            flex-basis: calc(100% / 24 * 4 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 5 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 5 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 5 - 20px);
            flex-basis: calc(100% / 24 * 5 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 6 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 6 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 6 - 20px);
            flex-basis: calc(100% / 24 * 6 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 7 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 7 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 7 - 20px);
            flex-basis: calc(100% / 24 * 7 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 8 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 8 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 8 - 20px);
            flex-basis: calc(100% / 24 * 8 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 9 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 9 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 9 - 20px);
            flex-basis: calc(100% / 24 * 9 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 10 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 10 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 10 - 20px);
            flex-basis: calc(100% / 24 * 10 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 11 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 11 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 11 - 20px);
            flex-basis: calc(100% / 24 * 11 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 12 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 12 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 12 - 20px);
            flex-basis: calc(100% / 24 * 12 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-13 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 13 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 13 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 13 - 20px);
            flex-basis: calc(100% / 24 * 13 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-14 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 14 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 14 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 14 - 20px);
            flex-basis: calc(100% / 24 * 14 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 15 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 15 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 15 - 20px);
            flex-basis: calc(100% / 24 * 15 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 16 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 16 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 16 - 20px);
            flex-basis: calc(100% / 24 * 16 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-17 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 17 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 17 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 17 - 20px);
            flex-basis: calc(100% / 24 * 17 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-18 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 18 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 18 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 18 - 20px);
            flex-basis: calc(100% / 24 * 18 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-19 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 19 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 19 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 19 - 20px);
            flex-basis: calc(100% / 24 * 19 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 20 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 20 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 20 - 20px);
            flex-basis: calc(100% / 24 * 20 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-21 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 21 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 21 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 21 - 20px);
            flex-basis: calc(100% / 24 * 21 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-22 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 22 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 22 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 22 - 20px);
            flex-basis: calc(100% / 24 * 22 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-23 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 23 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 23 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 23 - 20px);
            flex-basis: calc(100% / 24 * 23 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) and (min-width: 992px) and (max-width: 1220.2px) {
  .col-md-24 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% / 24 * 24 - 20px);
    -webkit-flex-basis: calc(100% / 24 * 24 - 20px);
        -ms-flex-preferred-size: calc(100% / 24 * 24 - 20px);
            flex-basis: calc(100% / 24 * 24 - 20px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 1 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 1 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 1 - 15px);
            flex-basis: calc(100% / 12 * 1 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 2 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 2 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 2 - 15px);
            flex-basis: calc(100% / 12 * 2 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 3 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 3 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 3 - 15px);
            flex-basis: calc(100% / 12 * 3 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 4 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 4 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 4 - 15px);
            flex-basis: calc(100% / 12 * 4 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 5 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 5 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 5 - 15px);
            flex-basis: calc(100% / 12 * 5 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 6 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 6 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 6 - 15px);
            flex-basis: calc(100% / 12 * 6 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 7 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 7 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 7 - 15px);
            flex-basis: calc(100% / 12 * 7 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 8 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 8 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 8 - 15px);
            flex-basis: calc(100% / 12 * 8 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 9 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 9 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 9 - 15px);
            flex-basis: calc(100% / 12 * 9 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 10 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 10 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 10 - 15px);
            flex-basis: calc(100% / 12 * 10 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 11 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 11 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 11 - 15px);
            flex-basis: calc(100% / 12 * 11 - 15px);
  }
}

@media (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px) {
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7.5px;
    margin-right: 7.5px;
    max-width: calc(100% / 12 * 12 - 15px);
    -webkit-flex-basis: calc(100% / 12 * 12 - 15px);
        -ms-flex-preferred-size: calc(100% / 12 * 12 - 15px);
            flex-basis: calc(100% / 12 * 12 - 15px);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .col-xs-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    max-width: calc(100% / 6 * 1 - 14px);
    -webkit-flex-basis: calc(100% / 6 * 1 - 14px);
        -ms-flex-preferred-size: calc(100% / 6 * 1 - 14px);
            flex-basis: calc(100% / 6 * 1 - 14px);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .col-xs-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    max-width: calc(100% / 6 * 2 - 14px);
    -webkit-flex-basis: calc(100% / 6 * 2 - 14px);
        -ms-flex-preferred-size: calc(100% / 6 * 2 - 14px);
            flex-basis: calc(100% / 6 * 2 - 14px);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .col-xs-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    max-width: calc(100% / 6 * 3 - 14px);
    -webkit-flex-basis: calc(100% / 6 * 3 - 14px);
        -ms-flex-preferred-size: calc(100% / 6 * 3 - 14px);
            flex-basis: calc(100% / 6 * 3 - 14px);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .col-xs-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    max-width: calc(100% / 6 * 4 - 14px);
    -webkit-flex-basis: calc(100% / 6 * 4 - 14px);
        -ms-flex-preferred-size: calc(100% / 6 * 4 - 14px);
            flex-basis: calc(100% / 6 * 4 - 14px);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .col-xs-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    max-width: calc(100% / 6 * 5 - 14px);
    -webkit-flex-basis: calc(100% / 6 * 5 - 14px);
        -ms-flex-preferred-size: calc(100% / 6 * 5 - 14px);
            flex-basis: calc(100% / 6 * 5 - 14px);
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .col-xs-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 7px;
    margin-right: 7px;
    max-width: calc(100% / 6 * 6 - 14px);
    -webkit-flex-basis: calc(100% / 6 * 6 - 14px);
        -ms-flex-preferred-size: calc(100% / 6 * 6 - 14px);
            flex-basis: calc(100% / 6 * 6 - 14px);
  }
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1220.2px) {
  .container {
    max-width: 1200.2px;
  }
}

@media (min-width: 992px) and (max-width: 1220.2px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.usluga-card-wrapper .usluga-card:hover .usluga-card__links .usluga-card__link {
  text-decoration: underline;
}

.usluga-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 380px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 0) and (max-width: 767px) {
  .usluga-card {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.usluga-card:hover {
  background-color: rgba(230, 230, 230, 0.2);
  border-color: #eeeeee;
}

.usluga-card:hover .usluga-card__links .usluga-card__link {
  color: #0063b0;
}

.usluga-card__links {
  margin-top: auto;
}

.usluga-card__link {
  display: block;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #555555;
  line-height: 1.25rem;
  font-style: normal;
  margin: 0;
  padding: 10px 0 0 92px;
  text-decoration: none;
}

@media (min-width: 0) and (max-width: 767px) {
  .usluga-card__link {
    text-align: center;
    padding-left: 0;
  }
}

.usluga-card__link:hover {
  text-decoration: underline;
}

.popular-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.popular-services-wrapper {
  margin-bottom: 80px;
}

.dashboard__items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 80px 0;
  padding: 0;
  list-style: none;
}

.dashboard__items-wrapper .dashboard__item {
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dashboard__items-wrapper .dashboard__item:first-child {
  border-top: 1px solid rgba(119, 119, 119, 0.4);
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-icon {
  width: 5%;
  text-align: center;
  padding-right: 10px;
  margin-left: 5px;
}

@media (max-width: 992px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-icon {
    width: 8%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-icon {
    padding-right: 5px;
  }
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper {
  width: 83%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper {
    width: 75%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper .dashboard__col-uslugaName {
  width: 65%;
  padding: 0 20px 0 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper .dashboard__col-uslugaName {
    width: 100%;
    padding: 0 5px 0 0;
  }
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper .dashboard__col-uslugaName p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper .dashboard__col-organizationName {
  width: 35%;
  padding: 0 20px 0 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper .dashboard__col-organizationName {
    width: 100%;
    padding: 5px 5px 0 0;
  }
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-name-wrapper .dashboard__col-organizationName p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-date {
  width: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-date {
    width: 17%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-date {
    width: 25%;
  }
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .dashboard__col-date span {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  word-break: break-all;
}

.dashboard__items-wrapper .dashboard__item .dashboard__item-link .arrow {
  margin-right: 10px;
}

.background-color--default {
  background-color: white;
}

.background-color--default:hover {
  background-color: #f2f2f2;
}

.background-color--warning {
  background-color: rgba(245, 198, 131, 0.4);
}

.background-color--warning:hover {
  background-color: rgba(237, 155, 37, 0.4);
}

.background-color--danger {
  background-color: rgba(240, 86, 121, 0.4);
}

.background-color--danger:hover {
  background-color: rgba(206, 18, 61, 0.4);
}

.background-color--success {
  background-color: rgba(141, 205, 141, 0.4);
}

.background-color--success:hover {
  background-color: rgba(74, 170, 74, 0.4);
}

.background-color--info {
  background-color: rgba(186, 226, 254, 0.4);
}

.background-color--info:hover {
  background-color: rgba(85, 184, 253, 0.4);
}

.background-color--primary {
  background-color: rgba(77, 146, 200, 0.4);
}

.background-color--primary:hover {
  background-color: rgba(41, 93, 134, 0.4);
}

.arrow {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  border-right: solid #333;
  border-bottom: solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow__right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 5px;
}

.arrow__left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: 10px;
  margin-bottom: 2px;
}

.arrow__top {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-left: 10px;
  margin-bottom: -2px;
}

.arrow__bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-bottom: 6px;
}

.arrow__lg {
  min-width: 14px;
  width: 14px;
  height: 14px;
  border-width: 2px;
}

.arrow__md {
  min-width: 11px;
  width: 11px;
  height: 11px;
  border-width: 2px;
}

.arrow__sm {
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-width: 2px;
}

.arrow__xs {
  min-width: 5px;
  width: 5px;
  height: 5px;
  border-width: 1px;
}

.download-files-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.download-files__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.download-files__item:focus,
.download-files__item:active {
  text-decoration: none;
}

.download-files__item:hover .item__text .item__download {
  color: #00457b;
  text-decoration: underline;
}

.download-files__item .item__img {
  width: 2.8125rem;
  min-width: 2.8125rem;
  margin-right: 10px;
}

.download-files__item .item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.download-files__item .item__text .item__name {
  display: block;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin: 0;
  word-break: break-all;
}

.download-files__item .item__text .item__download {
  display: block;
  margin-top: 10px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

.download-files__item.large .item__img {
  width: 3.75rem;
  min-width: 3.75rem;
  margin-right: 20px;
}

.download-files__item.large .item__text .item__name {
  font-size: 24px;
  line-height: 2.5rem;
}

.download-files__item.large .item__text .item__download {
  font-size: 20px;
}

.download-files__item.small .item__img {
  width: 1.875rem;
  min-width: 1.875rem;
  margin-right: 10px;
}

.download-files__item.small .item__text .item__name {
  font-size: 16px;
}

.download-files__item.small .item__text .item__download {
  font-size: 14px;
}

.footer-wrapper {
  margin-top: 40px;
  background: #e0e6e7;
  padding-top: 0;
  padding-left: 10px;
  padding-bottom: 0;
  padding-right: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__caption.list-group-item {
  padding: 10px 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  border: none;
  background: transparent;
  white-space: nowrap;
  text-transform: uppercase;
}

.list__item.list-group-item {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #414951;
  line-height: 1.25rem;
  font-style: normal;
  border: none;
  background: transparent;
  padding: 10px 0;
  opacity: 0.7;
}

.list__item.list-group-item:hover,
.list__item.list-group-item:focus {
  background: transparent;
  color: #333;
  opacity: 1;
}

.footer-hr {
  border-color: #bac3c4;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 10px;
}

.footer__logo-img {
  margin-right: 20px;
}

.footer__logo-text {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #414951;
  line-height: 1.2;
  font-style: normal;
}

.footer__phone {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #414951;
  line-height: 1.25rem;
  font-style: normal;
  padding: 15px 10px 10px;
  display: block;
}

.footer__address {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #414951;
  line-height: 1.2;
  font-style: normal;
  display: block;
  padding-left: 10px;
}

.footer__logo-gosuslugi-icon {
  display: block;
  min-width: 64px;
  margin-right: 20px;
  width: 64px;
  height: 70px;
  background: url(images/gos_logo_mobile.svg) no-repeat;
  background-size: contain;
}

.footer__logo-gosuslugi-text {
  display: block;
  max-width: 400px;
  padding: 0;
  margin: 7px auto 0 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #414951;
  line-height: 1.2;
  font-style: normal;
}

.footer {
  padding: 40px 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer__logo-gosuslugi-text {
  max-width: 400px;
  padding: 0;
  margin: 0 auto 0 0;
}

.footer .footer__logo-gosuslugi-text a {
  text-decoration: none;
}

.footer .footer__logo-gosuslugi-text a:hover {
  text-decoration: underline;
}

@media (min-width: 0) and (max-width: 767px) {
  .footer .footer__logo-gosuslugi-text {
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0 20px;
    text-align: center;
  }
}

.footer .footer__logo-gosuslugi-icon {
  padding-left: 20px;
}

@media (min-width: 0) and (max-width: 767px) {
  .footer .footer__logo-gosuslugi-icon {
    display: none;
  }
}

.footer .footer__logo-gosuslugi-icon.footer__logo-gosuslugi-icon--right {
  width: 65px;
  height: 80px;
  margin-right: 0;
  margin-left: 20px;
  background: url(logo-headmade.png) no-repeat;
  background-size: contain;
}

.footer .session-new-footer-phone a {
  display: block;
  margin: 0 0 5px 20px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  text-decoration: underline;
  padding: 0;
}

.footer .session-new-footer-phone a:hover {
  text-decoration: none;
}

.footer .session-new-footer-phone .session-new-footer-phone-item {
  display: block;
  margin: 0 0 5px 0;
  text-align: center;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  padding: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .footer .session-new-footer-phone .session-new-footer-phone-item {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.footer .session-new-footer-phone .banner-logo {
  font-size: 1.1rem;
  line-height: 1.25rem;
}

.footer .session-new-footer-support a {
  display: block;
  margin: 0 0 0 20px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  text-decoration: underline;
}

.footer .session-new-footer-support a:hover {
  text-decoration: none;
}

.info-banner-wrapper {
  margin: 0;
}

.info-banner-wrapper .info-banner-text {
  position: relative;
  padding: 20px 25px 20px 40px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #555555;
  line-height: 1.25rem;
  font-style: normal;
}

.info-banner-wrapper .info-banner-text a {
  color: #0063b0;
}

.info-banner-wrapper .info-banner-text a:hover {
  color: #00457b;
}

.info-banner-wrapper .info-banner-text:before {
  text-align: center;
  min-width: 1.25rem;
  content: "!";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.info-banner-wrapper .info-banner-text .info-banner-caption {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.info-banner-wrapper.info-banner--success {
  background-color: rgba(141, 205, 141, 0.2);
}

.info-banner-wrapper.info-banner--success .info-banner-text:before {
  color: #5cb85c;
  border: 1px solid #5cb85c;
  border-radius: 50%;
}

.info-banner-wrapper.info-banner--warning {
  background-color: rgba(245, 198, 131, 0.2);
}

.info-banner-wrapper.info-banner--warning .info-banner-text:before {
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
  border-radius: 50%;
}

.info-banner-wrapper.info-banner--danger {
  background-color: rgba(240, 86, 121, 0.2);
}

.info-banner-wrapper.info-banner--danger .info-banner-text:before {
  color: #e90e3f;
  border: 1px solid #e90e3f;
  border-radius: 50%;
}

.octagon-wrapper {
  text-align: center;
}

.octagon-wrapper h3 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.octagon-wrapper p {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.octagon-wrapper .octagon {
  width: 104px;
  height: 104px;
  margin: 20px auto;
  display: block;
}

.octagon-wrapper .octagon svg:not(:root) {
  overflow: hidden;
}

.octagon-wrapper .octagon svg {
  width: 104px;
  height: 104px;
  -webkit-transform-origin: 0 52px;
          transform-origin: 0 52px;
  -webkit-animation: throbberRotateX 1.5s infinite cubic-bezier(0.8, 0, 0, 0.8);
          animation: throbberRotateX 1.5s infinite cubic-bezier(0.8, 0, 0, 0.8);
}

.octagon-wrapper .octagon svg .octagon-animate {
  -webkit-transform-origin: 46px 50px;
          transform-origin: 46px 50px;
  -webkit-animation: throbberRotateZ 1.5s infinite linear, throbberColor 6s infinite cubic-bezier(0.8, 0, 0, 0.8);
          animation: throbberRotateZ 1.5s infinite linear, throbberColor 6s infinite cubic-bezier(0.8, 0, 0, 0.8);
}

@-webkit-keyframes throbberColor {
  0%, 100% {
    fill: #0ad;
  }

  25% {
    fill: #00cb3c;
  }

  50% {
    fill: #d71956;
  }

  75% {
    fill: #ff9700;
  }
}

@keyframes throbberColor {
  0%, 100% {
    fill: #0ad;
  }

  25% {
    fill: #00cb3c;
  }

  50% {
    fill: #d71956;
  }

  75% {
    fill: #ff9700;
  }
}

@-webkit-keyframes throbberRotateX {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

@keyframes throbberRotateX {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

@-webkit-keyframes throbberRotateZ {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  25% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }

  75% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes throbberRotateZ {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  25% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }

  75% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

.NewYearBanner {
  width: 100%;
  display: block;
  position: relative;
  height: 100px;
  background: url(christmass-banner.png) no-repeat center center;
  cursor: pointer;
}

.NewYearBanner .NewYearBanner__btn-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: 70%;
  margin-left: -107px;
}

@media (max-width: 992px) {
  .NewYearBanner .NewYearBanner__btn-wrapper {
    left: 50%;
  }
}

.NewYearBanner .NewYearBanner__btn-wrapper .button.button-default {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 992px) {
  .NewYearBanner .NewYearBanner__btn-wrapper .button.button-default {
    background-color: white;
  }
}

.NewYearBanner .NewYearBanner__btn-wrapper .NewYearBanner__decor {
  display: block;
  position: absolute;
  top: -4px;
  left: 4px;
  right: 0;
  height: 22px;
  z-index: 2;
  background: url(gerlyanda.png) 0 0 repeat-x;
  -webkit-animation: gerlyanda 1500ms infinite step-end;
          animation: gerlyanda 1500ms infinite step-end;
}

@-webkit-keyframes gerlyanda {
  0%, 33% {
    background-position: 0 0;
  }

  33.1%, 66% {
    background-position: 0 -24px;
  }

  66.1%, 100% {
    background-position: 0 -48px;
  }
}

@keyframes gerlyanda {
  0%, 33% {
    background-position: 0 0;
  }

  33.1%, 66% {
    background-position: 0 -24px;
  }

  66.1%, 100% {
    background-position: 0 -48px;
  }
}

.article {
  margin-top: 40px;
}

.article p {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 20px;
}

.article a {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  color: #4d92c8;
  line-height: 1.25rem;
  font-style: normal;
}

.article a:hover {
  color: #0063b0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 20px;
}

.article h1 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.article h2 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.article h3 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.article h4 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.article h5 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.article h6 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.article ul {
  margin-bottom: 20px;
}

.article ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article li {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 10px;
}

.article img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
}

.newsCaption {
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.news-list {
  padding: 0;
  margin-top: 10px;
}

.news-list .news-item {
  list-style: none;
  margin-bottom: 20px;
}

.news-list .news-item .news-item__date {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #999999;
  line-height: 1.25rem;
  font-style: normal;
}

.news-list .news-item .news-item__link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-list .news-item .news-item__link:hover {
  background-color: rgba(238, 247, 253, 0.8);
}

.news-list .news-item .news-item__link .news-item__caption {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  color: black;
  line-height: 1.25rem;
  font-style: normal;
}

.news-list .news-item .news-item__link .news-item__text {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  color: #555555;
  line-height: 1.25rem;
  font-style: normal;
}

.news-wrapper {
  margin-top: 40px;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
  padding-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}

.news:last-child {
  border: none;
}

.news:hover {
  background-color: rgba(230, 244, 252, 0.2);
}

.news:hover .news__caption {
  color: black;
}

.news .news__date {
  margin-bottom: 10px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.25rem;
  font-style: normal;
}

.news .news__date .date__clock-wrapper {
  vertical-align: top;
  display: inline-block;
  width: 16px;
  min-width: 16px;
  margin-right: 10px;
}

.news .news__date .date__clock-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.news .news__caption {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news .news__caption.news__caption_padding {
  margin-bottom: 20px;
}

.news .news__text {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.input-wrapper input[type='text'],
.input-wrapper input[type='email'],
.input-wrapper textarea,
.input-wrapper select,
.input-wrapper input[type='date'],
.input-wrapper input[type='search'],
.input-wrapper input[type='datetime-local'],
.input-wrapper .color-picker {
  position: relative;
  width: 100%;
  height: 60px;
  vertical-align: top;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333333;
  line-height: 32px;
  font-style: normal;
  outline: none;
  border: 1px solid rgba(153, 153, 153, 0.4);
  border-radius: 0;
  resize: none;
  background: white;
  -webkit-box-shadow: 0 0 0 4px transparent;
          box-shadow: 0 0 0 4px transparent;
  -webkit-transition: border-color 0.25s, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s, box-shadow 0.25s;
  transition: border-color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-wrapper input[type='text']:focus,
.input-wrapper input[type='email']:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus,
.input-wrapper input[type='date']:focus,
.input-wrapper input[type='search']:focus,
.input-wrapper input[type='datetime-local']:focus,
.input-wrapper .color-picker:focus {
  -webkit-box-shadow: 0 0 0 4px #bfe5ff;
          box-shadow: 0 0 0 4px #bfe5ff;
  border-color: #bfe5ff;
}

@media (min-width: 0) and (max-width: 767px) {
  .input-wrapper input[type='text']:focus,
  .input-wrapper input[type='email']:focus,
  .input-wrapper textarea:focus,
  .input-wrapper select:focus,
  .input-wrapper input[type='date']:focus,
  .input-wrapper input[type='search']:focus,
  .input-wrapper input[type='datetime-local']:focus,
  .input-wrapper .color-picker:focus {
    -webkit-box-shadow: 0 0 0 2px #bfe5ff;
            box-shadow: 0 0 0 2px #bfe5ff;
  }
}

.search-wrapper.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: #9dd6fd;
  margin-bottom: 40px;
}

.search-wrapper.input-wrapper input[type='search'] {
  margin-right: 10px;
}

.send-button {
  position: relative;
  width: 75px;
  min-width: 75px;
  height: 60px;
  min-height: 60px;
  display: inline-block;
  line-height: 42px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #0063b0;
  white-space: nowrap;
  outline: none;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.send-button:hover {
  background-color: #00457b;
}

.send-button .send-button__wrapper-img {
  position: absolute;
  margin-left: -12px;
  left: 50%;
  margin-top: -12px;
  top: 50%;
  width: 24px;
  height: 24px;
}

.send-button .send-button__wrapper-img img {
  display: block;
  width: 100%;
  height: auto;
}

.lastStep {
  margin: 0;
  padding: 0 0 40px 60px;
}

.lastStep .lastStep__caption {
  position: relative;
  list-style: none;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.lastStep .lastStep__caption span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -53px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.lastStep .lastStep__caption span:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 7px;
  width: 15px;
  height: 10px;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid white;
  border-left: 3px solid white;
}

.lastStep .lastStep__content {
  list-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #535B63;
  line-height: 28px;
  font-style: normal;
}

.lastStep.transportAndDriving .lastStep__caption span {
  background-color: #2d7daf;
}

.lastStep.primary .lastStep__caption span {
  background-color: #6ba9d2;
}

.article p {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 20px;
}

.article a {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  color: #4d92c8;
  line-height: 1.25rem;
  font-style: normal;
}

.article a:hover {
  color: #0063b0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 20px;
}

.article h1 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.article h2 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.article h3 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

.article h4 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.article h5 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.article h6 {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article li {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 10px;
}

.article img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: 100%;
  margin: 0 auto 20px;
}

.steps {
  margin: 0;
  padding: 0 0 40px 60px;
  position: relative;
}

.steps:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 3px;
  height: 100%;
  border-radius: 4px;
}

.steps .steps__caption {
  list-style: none;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin: 0 0 20px 0;
}

.steps .steps__caption span {
  content: "";
  position: absolute;
  top: -5px;
  right: auto;
  bottom: auto;
  left: -53px;
  width: 30px;
  height: 30px;
  display: block;
  padding-left: 7px;
  padding-top: 2px;
  background: white;
  font-size: 17px;
  font-weight: normal;
  border-radius: 50%;
  border: 3px solid;
  outline: 5px solid transparent;
  z-index: 3;
}

.steps .steps__content {
  list-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #535B63;
  line-height: 28px;
  font-style: normal;
}

.steps.transportAndDriving:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#2d7daf));
  background: linear-gradient(to bottom, white 0%, #2d7daf 100%);
}

.steps.transportAndDriving .steps__caption span {
  border-color: #2d7daf;
  color: #2d7daf;
}

.steps.primary:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#6ba9d2));
  background: linear-gradient(to bottom, white 0%, #6ba9d2 100%);
}

.steps.primary .steps__caption span {
  border-color: #6ba9d2;
  color: #6ba9d2;
}

.titleStep .titleStep__text {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.titleStep .titleStep__text-bold {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-right: 10px;
}

.titleStep__list {
  margin: 0;
  padding: 20px 0 20px 60px;
}

.titleStep__list .list__caption {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  list-style: none;
  padding-bottom: 20px;
}

.titleStep__list .list__caption:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: -46px;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: transparent;
}

.titleStep__list .list__caption:before {
  content: "";
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: -40px;
  width: 3px;
  height: 100%;
  border-radius: 4px;
}

.titleStep__list .list__content {
  list-style: none;
  margin-bottom: 20px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.titleStep__list.transportAndDriving .list__caption:after {
  border-color: #2d7daf;
}

.titleStep__list.transportAndDriving .list__caption:before {
  background-color: #2d7daf;
}

.titleStep__list.primary .list__caption:after {
  border-color: #4d92c8;
}

.titleStep__list.primary .list__caption:before {
  background-color: #4d92c8;
}

.complaint-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.complaint-wrapper .complaint {
  margin-right: 20px;
  max-width: 800px;
}

.complaint-wrapper .complaint .complaint__caption {
  margin-bottom: 20px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.complaint-wrapper .complaint .complaint__text {
  margin-bottom: 20px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.complaint-wrapper button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.complaint-wrapper button img {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form {
  margin-bottom: 40px;
}

.form-group {
  margin-bottom: 20px;
}

@media (min-width: 0) and (max-width: 767px) {
  .form-group {
    margin-bottom: 5px;
  }
}

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

@media (min-width: 0) and (max-width: 767px) {
  .input-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.input-group .input-wrapper {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (min-width: 0) and (max-width: 767px) {
  .input-group .input-wrapper {
    margin-left: 0;
  }
}

.input-group .input-wrapper:first-child {
  margin-left: 0;
}

.form__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
}

.form__caption .form__caption-number {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-right: 20px;
}

.form__caption .form__caption-text {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.input-wrapper.field-error input[type='text'],
.input-wrapper.field-error input[type='email'],
.input-wrapper.field-error textarea,
.input-wrapper.field-error select,
.input-wrapper.field-error input[type='date'] {
  border: 1px solid #e90e3f;
}

.input-wrapper input[type='text'],
.input-wrapper input[type='email'],
.input-wrapper textarea,
.input-wrapper select,
.input-wrapper input[type='date'],
.input-wrapper input[type='search'],
.input-wrapper input[type='datetime-local'],
.input-wrapper .color-picker {
  position: relative;
  width: 100%;
  height: 60px;
  vertical-align: top;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333333;
  line-height: 32px;
  font-style: normal;
  outline: none;
  border: 1px solid rgba(153, 153, 153, 0.4);
  border-radius: 0;
  resize: none;
  background: white;
  -webkit-box-shadow: 0 0 0 4px transparent;
          box-shadow: 0 0 0 4px transparent;
  -webkit-transition: border-color 0.25s, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s, -webkit-box-shadow 0.25s;
  transition: border-color 0.25s, box-shadow 0.25s;
  transition: border-color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.input-wrapper input[type='text']:focus,
.input-wrapper input[type='email']:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus,
.input-wrapper input[type='date']:focus,
.input-wrapper input[type='search']:focus,
.input-wrapper input[type='datetime-local']:focus,
.input-wrapper .color-picker:focus {
  -webkit-box-shadow: 0 0 0 4px #bfe5ff;
          box-shadow: 0 0 0 4px #bfe5ff;
  border-color: #bfe5ff;
}

@media (min-width: 0) and (max-width: 767px) {
  .input-wrapper input[type='text']:focus,
  .input-wrapper input[type='email']:focus,
  .input-wrapper textarea:focus,
  .input-wrapper select:focus,
  .input-wrapper input[type='date']:focus,
  .input-wrapper input[type='search']:focus,
  .input-wrapper input[type='datetime-local']:focus,
  .input-wrapper .color-picker:focus {
    -webkit-box-shadow: 0 0 0 2px #bfe5ff;
            box-shadow: 0 0 0 2px #bfe5ff;
  }
}

.input-wrapper input[type='text'] + label,
.input-wrapper input[type='text'] + div + label,
.input-wrapper input[type='email'] + label,
.input-wrapper input[type='email'] + div + label,
.input-wrapper textarea + label,
.input-wrapper textarea + div + label,
.input-wrapper select + label,
.input-wrapper select + div + label,
.input-wrapper input[type='date'] + label,
.input-wrapper input[type='date'] + div + label,
.input-wrapper input[type='search'] + label,
.input-wrapper input[type='search'] + div + label,
.input-wrapper input[type='datetime-local'] + label,
.input-wrapper input[type='datetime-local'] + div + label,
.input-wrapper .color-picker + label,
.input-wrapper .color-picker + div + label {
  position: absolute;
  top: 18px;
  left: 20px;
  vertical-align: top;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #999999;
  line-height: 1.3;
  font-style: normal;
  cursor: pointer;
  margin-bottom: 4px;
  white-space: normal !important;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 0) and (max-width: 767px) {
  .input-wrapper input[type='text'] + label,
  .input-wrapper input[type='text'] + div + label,
  .input-wrapper input[type='email'] + label,
  .input-wrapper input[type='email'] + div + label,
  .input-wrapper textarea + label,
  .input-wrapper textarea + div + label,
  .input-wrapper select + label,
  .input-wrapper select + div + label,
  .input-wrapper input[type='date'] + label,
  .input-wrapper input[type='date'] + div + label,
  .input-wrapper input[type='search'] + label,
  .input-wrapper input[type='search'] + div + label,
  .input-wrapper input[type='datetime-local'] + label,
  .input-wrapper input[type='datetime-local'] + div + label,
  .input-wrapper .color-picker + label,
  .input-wrapper .color-picker + div + label {
    top: -20px;
    left: 0;
  }
}

.input-wrapper textarea {
  height: 200px;
}

.input-wrapper input[type='text']:focus + label,
.input-wrapper input[type='text'].label-min + label,
.input-wrapper input[type='date']:focus + label,
.input-wrapper input[type='date'].label-min + label,
.input-wrapper input[type='email']:focus + label,
.input-wrapper input[type='email'].label-min + label,
.input-wrapper textarea:focus + label,
.input-wrapper .label-min textarea + label,
.input-wrapper textarea.label-min + label,
.input-wrapper input[type='text']:focus + div + label,
.input-wrapper input[type='text'].label-min + div + label,
.input-wrapper select:focus + label,
.input-wrapper .label-min select + label,
.input-wrapper input[type='datetime-local'] + label,
.input-wrapper .color-picker.label-min label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.625rem;
  color: #999999;
  line-height: 1.3;
  font-style: normal;
  top: 3px;
  z-index: 1;
}

@media (min-width: 0) and (max-width: 767px) {
  .input-wrapper input[type='text']:focus + label,
  .input-wrapper input[type='text'].label-min + label,
  .input-wrapper input[type='date']:focus + label,
  .input-wrapper input[type='date'].label-min + label,
  .input-wrapper input[type='email']:focus + label,
  .input-wrapper input[type='email'].label-min + label,
  .input-wrapper textarea:focus + label,
  .input-wrapper .label-min textarea + label,
  .input-wrapper textarea.label-min + label,
  .input-wrapper input[type='text']:focus + div + label,
  .input-wrapper input[type='text'].label-min + div + label,
  .input-wrapper select:focus + label,
  .input-wrapper .label-min select + label,
  .input-wrapper input[type='datetime-local'] + label,
  .input-wrapper .color-picker.label-min label {
    top: -20px;
    left: 0;
    font-size: 14px;
  }
}

input[type='text']:disabled,
input[type='email']:disabled,
textarea:disabled,
select:disabled,
input[type='date']:disabled {
  background: #e4e7e9;
  cursor: no-drop;
}

input[type='text']:disabled + label,
input[type='text']:disabled + div + label,
input[type='email']:disabled + label,
input[type='email']:disabled + div + label,
textarea:disabled + label,
textarea:disabled + div + label,
select:disabled + label,
select:disabled + div + label,
input[type='date']:disabled + label,
input[type='date']:disabled + div + label {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.625rem;
  color: #777777;
  line-height: 1.3;
  font-style: normal;
  top: 3px;
  z-index: 5;
}

@media (min-width: 0) and (max-width: 767px) {
  input[type='text']:disabled + label,
  input[type='text']:disabled + div + label,
  input[type='email']:disabled + label,
  input[type='email']:disabled + div + label,
  textarea:disabled + label,
  textarea:disabled + div + label,
  select:disabled + label,
  select:disabled + div + label,
  input[type='date']:disabled + label,
  input[type='date']:disabled + div + label {
    top: -18px;
    left: 0;
    font-size: 0.875rem;
  }
}

.input__under-text {
  position: relative;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  color: #4c4c4c;
  line-height: 1.3;
  font-style: normal;
  text-align: right;
}

.checkboxes_inline .checkboxes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.checkboxes {
  margin-top: 50px;
}

.checkboxes .checkbox {
  margin-bottom: 20px;
  margin-top: 0;
}

.checkboxes + label {
  position: absolute;
  top: -35px;
}

.checkboxes label {
  padding-left: 0;
}

.checkboxes {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkboxes .checkbox-inline + .checkboxes .checkbox-inline {
  margin-left: 0;
}

.checkboxes .checkbox,
.checkboxes .checkbox-inline {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.checkboxes + label {
  position: absolute;
  top: -35px;
}

.checkboxes label {
  padding-left: 0;
}

.checkboxes label span {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 20px;
  padding-left: 0;
  margin-left: 0;
}

.checkboxes label span input[type="checkbox"] {
  display: none;
}

.checkboxes label span input[type="checkbox"] + span {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 20px;
}

.checkboxes label span input[type="checkbox"] + span:hover:before {
  -webkit-box-shadow: 0 0 0 4px #bfe5ff;
          box-shadow: 0 0 0 4px #bfe5ff;
}

.checkboxes label span input[type="checkbox"] + span::before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 5px;
  border-radius: 4px;
  border: 1px solid #CDD1D4;
  cursor: pointer;
  z-index: 10;
  background: white;
}

.checkboxes label span input[type="checkbox"]:checked + span::before {
  background-color: #6CA9D2;
}

.checkboxes label span input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50%;
  left: 6px;
  width: 8px;
  height: 10px;
  background-color: #6CA9D2;
  margin-bottom: -4px;
  border-radius: 1px;
  border-left: none;
  border-top: none;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  z-index: 20;
}

.checkboxes input[disabled]:checked + span::before {
  background-color: #d3dbe0;
}

.checkboxes input[disabled]:checked + span::after {
  background-color: #d3dbe0;
  border-right: 3px solid #859097;
  border-bottom: 3px solid #859097;
}

.checkboxes input[disabled] + span:hover:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkboxes input[disabled] + span::before {
  background-color: #e7e8e8;
}

.input__under-text.checkbox-error {
  position: absolute;
  left: 0;
  color: #e90e3f;
  bottom: -15px;
}

@media (min-width: 0) and (max-width: 767px) {
  .input__under-text.checkbox-error {
    bottom: -10px;
  }
}

.radios_inline .field-radio-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.field-radio-group {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.field-radio-group + label {
  position: absolute;
  top: -35px;
}

.field-radio-group .radio-inline {
  margin-bottom: 20px;
}

.field-radio-group .radio-inline + .radio-inline {
  margin-left: 0;
}

.field-radio-group .option-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 50px;
  padding-left: 0;
  margin-left: 0;
}

.field-radio-group .option-wrapper input[type="radio"] {
  display: none;
}

.field-radio-group .option-wrapper input[type="radio"] + label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 20px;
}

.field-radio-group .option-wrapper input[type="radio"] + label:hover:before {
  -webkit-box-shadow: 0 0 0 4px #bfe5ff;
          box-shadow: 0 0 0 4px #bfe5ff;
}

.field-radio-group .option-wrapper input[type="radio"] + label::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  vertical-align: middle;
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 2px 5px 0 0;
  border: 1px solid #CDD1D4;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  background: white;
  z-index: 10;
}

.field-radio-group .option-wrapper input[type="radio"]:checked + label::before {
  border-color: #6CA9D2;
  border-width: 3px;
}

.field-radio-group .option-wrapper input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #6CA9D2;
  cursor: pointer;
  z-index: 20;
}

.field-radio-group label {
  padding-left: 0;
}

.field-radio-group label span {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 50px;
  padding-left: 0;
  margin-left: 0;
}

.field-radio-group label span input[type="radio"] {
  display: none;
}

.field-radio-group label span input[type="radio"] + span {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 20px;
}

.field-radio-group label span input[type="radio"] + span:hover:before {
  -webkit-box-shadow: 0 0 0 4px #bfe5ff;
          box-shadow: 0 0 0 4px #bfe5ff;
}

.field-radio-group label span input[type="radio"] + span::before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 2px 5px 0 0;
  border: 1px solid #CDD1D4;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  background: white;
  z-index: 10;
}

.field-radio-group label span input[type="radio"]:checked + span::before {
  border-color: #6CA9D2;
}

.field-radio-group label span input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #6CA9D2;
  cursor: pointer;
  z-index: 20;
}

.field-radio-group label input[disabled]:checked + label::before {
  border: 3px solid #859097;
  background-color: #d3dbe0;
}

.field-radio-group label input[disabled]:checked + label::after {
  background-color: #859097;
}

.field-radio-group label input[disabled] + label:hover:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-radio-group label input[disabled] + label::before {
  background-color: #e7e8e8;
}

.input__under-text.radio-error {
  position: absolute;
  left: 0;
  color: #e90e3f;
}

@media (min-width: 0) and (max-width: 767px) {
  .input__under-text.radio-error {
    bottom: -10px;
  }
}

.firstStep {
  margin: 0;
  padding: 0 0 40px 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.firstStep:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 3px;
  height: 100%;
  border-radius: 4px;
}

.firstStep .firstStep__caption {
  padding-top: 5px;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.firstStep .firstStep__caption span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -53px;
  width: 30px;
  height: 30px;
  border: 8px solid;
  border-radius: 50%;
  outline: 5px solid white;
  background: white;
  z-index: 3;
}

.firstStep .firstStep__radio-wrapper {
  margin-right: 40px;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}

.firstStep .firstStep__radio-wrapper.field-radio-group {
  width: auto;
  margin-top: 0;
}

.firstStep .firstStep__radio-wrapper .firstStep__radio {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-right: 10px;
}

.firstStep.transportAndDriving:before {
  background-color: #2d7daf;
}

.firstStep.transportAndDriving .firstStep__caption span {
  border-color: #2d7daf;
}

.firstStep.primary:before {
  background-color: #4d92c8;
}

.firstStep.primary .firstStep__caption span {
  border-color: #4d92c8;
}

.nameCategory {
  margin-bottom: 40px;
}

.nameCategory button {
  margin: 0;
}

.organization .organization__caption {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin: 0 0 10px 0;
}

.organization .organization__list {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}

.organization .organization__list .organization__item {
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 10px;
}

.service {
  margin: 0 0 20px 0;
}

.thanks__caption-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.thanks__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.thanks__btn-wrapper .thanks__link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

.thanks__btn-wrapper .thanks__link:hover {
  color: #4d92c8;
}

.thanks__btn-wrapper .button {
  margin: 0 20px 0 100px;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__btn-wrapper .button {
    margin: 0 0 10px 0;
  }
}

.thanks__ok {
  position: relative;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 8px solid #e6e6e6;
  border-radius: 50%;
  margin-right: 20px;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__ok {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-width: 4px;
  }
}

.thanks__ok:after {
  content: "";
  position: absolute;
  top: 17px;
  right: auto;
  bottom: auto;
  left: 35px;
  width: 8px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #5cb85c;
  border-radius: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__ok:after {
    left: 18px;
    top: 8px;
    width: 4px;
    height: 15px;
  }
}

.thanks__ok:before {
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 8px;
  height: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #5cb85c;
  border-radius: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__ok:before {
    left: 9px;
    top: 12px;
    width: 4px;
    height: 12px;
  }
}

.thanks__caption {
  margin: 0;
  padding: 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  line-height: 2.5rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__caption {
    line-height: 1.25rem;
  }
}

.thanks__info {
  margin-left: 100px;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__info {
    margin-left: 0;
  }
}

.thanks__info .thanks__info-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
  margin-bottom: 20px;
}

.thanks__info .thanks__info-phone-wrapper,
.thanks__info .thanks__info-email-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.thanks__info .thanks__info-phone-wrapper .thanks__info-phone-link,
.thanks__info .thanks__info-phone-wrapper .thanks__info-email-text,
.thanks__info .thanks__info-email-wrapper .thanks__info-phone-link,
.thanks__info .thanks__info-email-wrapper .thanks__info-email-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.thanks__info .thanks__info-phone-wrapper .thanks__info-phone-link,
.thanks__info .thanks__info-email-wrapper .thanks__info-phone-link {
  color: #0063b0;
}

.thanks__info .thanks__info-phone-wrapper .thanks__info-phone-link:hover,
.thanks__info .thanks__info-email-wrapper .thanks__info-phone-link:hover {
  color: #4d92c8;
}

.thanks__info .thanks__info-phone-wrapper .thanks__info-phone,
.thanks__info .thanks__info-phone-wrapper .thanks__info-email,
.thanks__info .thanks__info-email-wrapper .thanks__info-phone,
.thanks__info .thanks__info-email-wrapper .thanks__info-email {
  vertical-align: top;
  display: inline-block;
  min-width: 200px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .thanks__info .thanks__info-phone-wrapper .thanks__info-phone,
  .thanks__info .thanks__info-phone-wrapper .thanks__info-email,
  .thanks__info .thanks__info-email-wrapper .thanks__info-phone,
  .thanks__info .thanks__info-email-wrapper .thanks__info-email {
    min-width: 180px;
  }
}

@charset "UTF-8";

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 992px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 13px;
  border-radius: 4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #0173c1;
}

.hamburger-wrapper {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: 2px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  background-color: #0173c1;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  top: 8px;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

/* состояние active при открытом меню  */

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

.nav-wrapper {
  background-color: white;
  border-bottom: 1px solid #eeeeee;
  z-index: 20;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list__item {
  margin: 0 30px 0 0;
}

@media (max-width: 992px) {
  .nav-list__item {
    margin: 0;
  }
}

.nav-list__item a:focus {
  text-decoration: none;
  color: black;
}

.nav-list__item .nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-list__item a {
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__item a {
    font-size: 1rem;
  }
}

.nav-list__item a:hover {
  color: #00457b;
}

.nav-list__item a .banner-logo {
  margin-right: 0;
  font-size: 1.25rem;
}

.nav-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .nav-list__items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 992px) {
  .nav-list__items {
    position: absolute;
    left: 0;
    top: 33px;
    display: none;
    width: 100%;
    background-color: white;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .nav-list__items {
    top: 39px;
  }
}

.nav-list__items.nav-list__items_active {
  display: block;
}

@media (max-width: 992px) {
  .nav-list__items .nav-list__item {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #eeeeee;
  }
}

@media (max-width: 992px) {
  .nav-list__dropdown {
    border-bottom: 1px solid #eeeeee;
  }
}

.nav-list__dropdown .nav-list__dropdown-caption.active:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -3px 0 0 0;
  border-color: black;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.nav-list__dropdown .nav-list__dropdown-caption {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 25px 10px 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
  cursor: pointer;
}

@media (max-width: 992px) {
  .nav-list__dropdown .nav-list__dropdown-caption {
    padding: 10px 25px 10px 10px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__dropdown .nav-list__dropdown-caption {
    font-size: 1rem;
  }
}

.nav-list__dropdown .nav-list__dropdown-caption:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -8px 0 0 0;
  border-bottom: 2px solid #0063b0;
  border-right: 2px solid #0063b0;
}

@media (max-width: 992px) {
  .nav-list__dropdown .nav-list__dropdown-caption:after {
    right: 0;
  }
}

.nav-list__dropdown .nav-list__dropdown-caption:focus {
  text-decoration: none;
  color: black;
}

.nav-list__dropdown .nav-list__dropdown-caption:hover {
  color: #00457b;
}

.nav-list__dropdown .nav-list__dropdown-caption.nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-list__dropdown .dropdown {
  position: absolute;
  width: 100%;
  right: 0;
  display: block;
  text-align: right;
  margin-top: 0;
  padding: 0 20px;
  list-style: none;
  background: white;
  border: 1px solid #eeeeee;
}

@media (max-width: 992px) {
  .nav-list__dropdown .dropdown {
    position: relative;
    left: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
}

.nav-list__dropdown .dropdown .nav {
  margin-left: -20px;
}

@media (max-width: 992px) {
  .nav-list__dropdown .dropdown .nav {
    margin-left: 0;
  }
}

.nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid #eeeeee;
  text-align: left;
}

.nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption a {
  cursor: pointer;
  padding: 20px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

@media (max-width: 992px) {
  .nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption a {
    padding: 0.625rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption a {
    font-size: 1rem;
  }
}

.nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption a:hover,
.nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption a:focus {
  background-color: transparent;
  color: #00457b;
}

.nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption.active {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid white;
  z-index: 2;
}

.nav-list__dropdown .dropdown .nav.nav-stacked .dropdown__tab-caption.active a {
  color: black;
}

.nav-list__dropdown .dropdown .tab-content.dropdown__tab-content {
  border-top: 1px solid #eeeeee;
  margin: 0 -20px 0 -31px;
  padding: 0 20px 0 30px;
  border-left: 1px solid #eeeeee;
  min-height: 150px;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .nav-list__dropdown .dropdown .tab-content.dropdown__tab-content {
    margin: 0 0 0 -31px;
    min-height: 120px;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__dropdown .dropdown .tab-content.dropdown__tab-content {
    min-height: 0;
  }
}

.nav-list__dropdown .dropdown .tab-content.dropdown__tab-content .dropdown__tab-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list__dropdown .dropdown .tab-content.dropdown__tab-content .dropdown__tab-content-list .dropdown__list-item a {
  vertical-align: top;
  display: inline-block;
  padding: 20px 10px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

@media (max-width: 992px) {
  .nav-list__dropdown .dropdown .tab-content.dropdown__tab-content .dropdown__tab-content-list .dropdown__list-item a {
    padding: 0.625rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__dropdown .dropdown .tab-content.dropdown__tab-content .dropdown__tab-content-list .dropdown__list-item a {
    font-size: 1rem;
  }
}

.nav-list__dropdown .dropdown .tab-content.dropdown__tab-content .dropdown__tab-content-list .dropdown__list-item a:hover {
  color: #00457b;
}

.nav-list__dropdown.nav-list__dropdown-user {
  margin: 0 0 0 auto;
}

.nav-list__dropdown.nav-list__dropdown-user .nav-list__dropdown-caption--user {
  padding: 10px 25px 10px 30px;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

.nav-list__dropdown.nav-list__dropdown-user .nav-list__dropdown-caption--user:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 22px;
  height: 16px;
  margin: -10px 0 0 0;
  background: url(images/message.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 1200px) {
  .nav-list__dropdown.nav-list__dropdown-user .nav-list__dropdown-caption--user:before {
    left: 8px;
  }
}

@media (max-width: 992px) {
  .nav-list__dropdown.nav-list__dropdown-user .nav-list__dropdown-caption--user:before {
    left: 10px;
  }
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #333;
  line-height: 1.25rem;
  font-style: normal;
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top a {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
  margin-left: 20px;
  padding: 20px 0;
}

@media (max-width: 992px) {
  .nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top a {
    padding: 0.625rem 0;
    margin-left: 10px;
  }
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top a.nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top a:hover {
  color: #00457b;
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top .dropdown__close-btn {
  cursor: pointer;
  color: #cccccc;
  font-size: 1.5rem;
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top .dropdown__close-btn:hover {
  color: #838383;
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top .dropdown__row-top-user--exit {
  position: relative;
  padding-left: 30px;
  margin-left: auto;
}

.nav-list__dropdown.nav-list__dropdown-user .dropdown .dropdown__row-top .dropdown__row-top-user--exit:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 16px;
  margin: -10px 0 0 0;
  background: url(images/logout.svg) no-repeat;
  background-size: contain;
}

.nav-list__dropdown.nav-list__dropdown-item .nav-list__dropdown-caption.nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-list__dropdown.nav-list__dropdown-item .dropdown .wrapperDropdownContent {
  position: relative;
  z-index: 2;
}

.nav-list__dropdown.nav-list__dropdown-item .dropdown .wrapperDropdownContent .nav .dropdown__tab-caption:first-child {
  border-top: none;
}

.nav-list__dropdown.nav-list__dropdown-item .dropdown .wrapperDropdownContent .dropdown__tab-content {
  border-top: none;
}

.nav-list__dropdown.nav-list__dropdown-item .dropdown .wrapperDropdownContent .dropdown__tab-content .dropdown__list-item .nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-wrapper {
  background-color: white;
  border-bottom: 1px solid #eeeeee;
  z-index: 20;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list__item {
  margin: 0 30px 0 0;
}

@media (max-width: 992px) {
  .nav-list__item {
    margin: 0;
  }
}

.nav-list__item a:focus {
  text-decoration: none;
  color: black;
}

.nav-list__item .nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-list__item a {
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__item a {
    font-size: 1rem;
  }
}

.nav-list__item a:hover {
  color: #00457b;
}

.nav-list__item a .banner-logo {
  margin-right: 0;
  font-size: 1.25rem;
}

.nav-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .nav-list__items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 992px) {
  .nav-list__items {
    position: absolute;
    left: 0;
    top: 33px;
    display: none;
    width: 100%;
    background-color: white;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .nav-list__items {
    top: 39px;
  }
}

.nav-list__items.nav-list__items_active {
  display: block;
}

@media (max-width: 992px) {
  .nav-list__items .nav-list__item {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #eeeeee;
  }
}

.dropdown__row-topRoles p {
  vertical-align: top;
  display: inline-block;
  padding: 20px 0;
  margin: 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: rgba(119, 119, 119, 0.8);
  line-height: 1.25rem;
  font-style: normal;
}

@media (max-width: 992px) {
  .dropdown__row-topRoles p {
    padding: 0.625rem 0;
  }
}

.nav-wrapper {
  background-color: white;
  border-bottom: 1px solid #eeeeee;
  z-index: 20;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list__item {
  margin: 0 30px 0 0;
}

@media (max-width: 992px) {
  .nav-list__item {
    margin: 0;
  }
}

.nav-list__item a:focus {
  text-decoration: none;
  color: black;
}

.nav-list__item .nav-list__item_active {
  text-decoration: none;
  color: black;
}

.nav-list__item a {
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 0;
  font-family: "Ekibastuz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0063b0;
  line-height: 1.25rem;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 767px) {
  .nav-list__item a {
    font-size: 1rem;
  }
}

.nav-list__item a:hover {
  color: #00457b;
}

.nav-list__item a .banner-logo {
  margin-right: 0;
  font-size: 1.25rem;
}

.nav-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .nav-list__items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 992px) {
  .nav-list__items {
    position: absolute;
    left: 0;
    top: 33px;
    display: none;
    width: 100%;
    background-color: white;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .nav-list__items {
    top: 39px;
  }
}

.nav-list__items.nav-list__items_active {
  display: block;
}

@media (max-width: 992px) {
  .nav-list__items .nav-list__item {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #eeeeee;
  }
}


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