html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
details,
main {
  display: block;
}
.main {
  flex-shrink: 0;
}
h1 {
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hidden {
  display: none !important;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.tingle-modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -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;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}
.tingle-modal--noOverlayClose {
  cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
  display: none;
}
.tingle-modal__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.tingle-modal__close svg * {
  fill: currentColor;
}
.tingle-modal__closeLabel {
  display: none;
}
.tingle-modal__close:hover {
  color: #fff;
}
.tingle-modal-box {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}
.tingle-modal-box__content {
  padding: 3rem;
}
.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}
.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}
.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom 0.3s ease-in-out 0.3s;
  -o-transition: bottom 0.3s ease-in-out 0.3s;
  transition: bottom 0.3s ease-in-out 0.3s;
}
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}
.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
  -webkit-animation: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards scale;
  animation: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards scale;
}
.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.tingle-btn--primary {
  background-color: #3498db;
}
.tingle-btn--danger {
  background-color: #e74c3c;
}
.tingle-btn--default {
  background-color: #34495e;
}
.tingle-btn--pull-left {
  float: left;
}
.tingle-btn--pull-right {
  float: right;
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  @media (max-width: 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
    }
  }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
    filter: none;
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@font-face {
  font-family: CircularStd-Bold;
  src: url(../fonts);
  src: url(../fonts/CircularStd-Bold?#iefix) format("embedded-opentype"),
    url(../fonts/CircularStd-Bold.woff) format("woff"),
    url(../fonts/CircularStd-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts);
  src: url(../fonts/Gilroy-Regular?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-Regular.woff) format("woff"),
    url(../fonts/Gilroy-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts);
  src: url(../fonts/Gilroy-Medium?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-Medium.woff) format("woff"),
    url(../fonts/Gilroy-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  src: url(../fonts);
  src: url(../fonts/Gilroy-Bold?#iefix) format("embedded-opentype"),
    url(../fonts/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Gilroy, serif;
  color: #2a3f57;
  font-size: 16px;
  width: 100%;
  height: 100%;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.img-responsive {
  width: 100%;
  display: block;
  height: auto;
}
.section {
  padding: 0 0;
}
.show-md {
  display: none;
}
.title-lg {
  font-family: CircularStd-Bold, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  margin: 0;
  line-height: 0.9;
}
.title-md {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 5px;
}
.title-sm {
  font-size: 1.875rem;
  font-weight: 500;
}
.text-md {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.75rem;
}
.accent-btn {
  text-decoration: none;
  background: #0030b8;
  color: #fff;
  border: none;
  padding: 20px 150px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  margin: 42px 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  cursor: pointer;
  outline: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  text-align: center;
}
.accent-btn:hover {
  background: #ff0641;
}
.accent-btn:disabled {
  background: gray;
  cursor: not-allowed;
}
.accent-input-group {
  margin-top: 10px;
  background: #fff;
  position: relative;
  padding: 10px 40px 10px 12px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  min-height: 60px;
  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;
  border: 2px solid #e3e3e3;
}
.accent-input-group:first-child {
  margin-top: 0;
}
.accent-input-group.centered span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.accent-input-group .accent-input__arrow {
  width: 18px;
  height: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  margin-left: auto;
}
.accent-input-group .accent-input__dscr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.accent-input-group .accent-input__dscr span {
  color: #333;
  margin-left: 21px;
  font-size: 1.125rem;
  font-weight: 700;
}
.accent-input-group .accent-input__dscr img {
  display: inline-block;
  width: auto;
  max-width: 37px;
  height: auto;
  max-height: 40px;
}
.accent-input-group label {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
}
.accent-input-group input {
  display: none;
}
.sexy-line {
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ccc),
    color-stop(#999),
    to(#ccc)
  );
  background-image: -webkit-linear-gradient(left, #ccc, #999, #ccc);
  background-image: -o-linear-gradient(left, #ccc, #999, #ccc);
  background-image: linear-gradient(to right, #ccc, #999, #ccc);
  margin: 30px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.header {
  padding: 30px 0;
  flex-shrink: 0;
}
.header__inner-lay {
  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;
  -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;
}
.header__logo {
  text-decoration: none;
  display: block;
  width: 374px;
  height: 100px;
  background: url(../img/logo.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 0;
}
.header__region-container {
  margin-left: auto;
  font-weight: 700;
}
.footer {
  padding: 70px 0;
  margin-top: auto;
}
.footer__discl {
  text-align: center;
  line-height: 1.5;
}
.footer__links-row {
  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-top: 55px;
}
.footer__links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0;
}
.footer__link-item {
  margin-left: 70px;
}
.footer__link-item:first-child {
  margin-left: 0;
}
.footer__link {
  font-weight: 700;
  text-decoration: none;
  color: #2a3f57;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.footer__link:hover {
  color: #ff3464;
}
.copy {
  display: block;
}
.tingle-modal-box {
  width: 80%;
}
ul.text-md {
  margin-left: 0;
}
.top-section {
  padding-top: 0;
}
.top-section__inner-lay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.top-section__left-col {
  width: 48%;
}
.top-section__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.top-section__list li {
  margin-top: 25px;
  padding-left: 60px;
  position: relative;
}
.top-section__list li:before {
  content: url(../img/checked.svg);
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.top-section__right-col {
  width: 52%;
  margin-left: 50px;
  max-width: 520px;
  padding: 0;
}
.top-section__right-col .title-sm {
  font-weight: 700;
  text-align: center;
}
.top-section__right-col .right-col__logos-row {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 17px;
  padding: 0 50px;
}
.video-section .title-lg {
  text-align: center;
}
.video-section__inner-lay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.video-section__left-col {
  width: 44%;
}
.video__outer {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video__inner iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.video-section__right-col {
  width: 56%;
  padding: 0 0 0 72px;
}
.video-section__right-col .text-md:first-child {
  margin-top: 0;
}
.last-section .title-lg {
  text-align: center;
}
.last-section__inner-lay {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.last-section__list {
  max-width: 690px;
  padding: 0;
  margin: 60px auto 0;
  text-align: left;
  list-style: none;
}
.last-section__item {
  margin-top: 28px;
  padding-left: 60px;
  position: relative;
}
.last-section__item span {
  position: absolute;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #3aad73;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.last-section__item p {
  margin: 0;
}
.last-section__item p:first-child {
  font-weight: 700;
}
.interactive-form {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.slides-wrap {
  background: #f6f7f8;
  border: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(42, 63, 87, 0.06);
  box-shadow: inset 0 0 10px 0 rgba(42, 63, 87, 0.06);
  margin: 10px 0 0;
  position: relative;
  overflow: hidden;
}
.slides-wrap__progress-bar {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
}
.slides-wrap__progress-bar__inner {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff3464;
}
.interactive-form__q-item {
  display: none;
}
.interactive-form__q-item.active {
  display: block;
}
.interactive-form__q-item .title-sm {
  min-height: 70px;
}
fieldset {
  padding: 26px 20px 20px;
  border: none;
}
fieldset .text-md {
  text-align: center;
}
fieldset .accent-btn {
  max-width: none;
  width: 100%;
}
fieldset input {
  outline: 0;
}
.slide-inner {
  padding: 26px 20px 20px;
}
.interactive-form__text-input-row {
  margin-top: 10px;
}
.interactive-form__text-input-row:first-child {
  margin-top: 0;
}
.interactive-form__text-input-row label {
  width: 100%;
  display: block;
}
.interactive-form__text-input-row textarea {
  min-height: 250px;
}
.interactive-form__text-input-row input,
.interactive-form__text-input-row select,
.interactive-form__text-input-row textarea {
  width: 100%;
  display: block;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #0030b8;
  font-size: 1.125rem;
  padding: 20px;
  letter-spacing: 3px;
  margin-top: 5px;
}
.circle-wrap {
  margin: 60px auto;
  position: relative;
  width: 150px;
}
.stat-circle circle.bg {
  fill: none;
  stroke: #c8c8c8;
  stroke-width: 1.5;
}
.stat-circle circle.progress {
  fill: none;
  stroke: #0030b8;
  stroke-width: 1.5;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg) translateY(0);
  -ms-transform: rotate(-90deg) translateY(0);
  transform: rotate(-90deg) translateY(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.circle-progress-num {
  font-size: 1.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-anchor: middle;
  line-height: 1.5;
  fill: #2a3f57;
  position: absolute;
}
.thankyou {
  text-align: center;
}
@media (max-width: 1199px) {
  .container {
    max-width: 997px;
  }
  .section {
    padding: 10px 0;
  }
  .title-lg {
    font-size: 3rem;
  }
  .title-md {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .title-sm {
    font-size: 1.4rem;
  }
  .text-md {
    font-size: 1rem;
  }
  .top-section__list {
    margin: 30px 0 0;
  }
  .top-section__list li {
    margin: 15px 0 0;
  }
}
@media (max-width: 992px) {
  .section {
    padding: 0 0;
  }
  .title-lg {
    font-size: 2.4rem;
  }
  .title-md {
    font-size: 1.4rem;
  }
  .header {
    padding: 5px 0;
  }
  .header__inner-lay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__region-container {
    margin: 10px 0 0;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .section {
    padding: 0 0;
  }
  .hide-md {
    display: none;
  }
  .show-md {
    display: initial;
  }
  .title-lg {
    font-size: 2rem;
  }
  .text-sm {
    font-size: 0.6rem;
  }
  .accent-btn {
    font-size: 1.5rem;
    margin: 20px 0;
    padding: 20px 40px;
  }
  .footer {
    padding: 35px 0;
  }
  .footer__links-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__links-list {
    margin: 0 0 35px;
  }
  .copy {
    font-size: 0.75rem;
  }
  .top-section__inner-lay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-section__left-col {
    width: 100%;
  }
  .top-section__left-col .title-lg,
  .top-section__left-col .title-md {
    text-align: center;
  }
  .top-section__list li {
    padding-left: 30px;
  }
  .top-section__list li:before {
    width: 24px;
    height: 24px;
  }
  .top-section__right-col {
    width: 100%;
    margin: 10px 0 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .video-section__inner-lay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
  .video-section__left-col {
    width: 100%;
  }
  .video-section__right-col {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .video-section__right-col .accent-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .last-section__list {
    margin: 25px auto 12px;
  }
  .last-section__item {
    margin-top: 15px;
    padding-left: 30px;
  }
  .last-section__item span {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .title-lg {
    font-size: 2.5rem;
  }
  .title-md {
    font-size: 1.5rem;
  }
  .title-sm {
    font-size: 1.5rem;
    text-align: center;
  }
  .text-md {
    font-size: 1.5rem;
  }
  .accent-btn {
    padding: 20px 20px;
  }
  .header {
    padding: 5px 0;
  }
  .header__logo {
    width: 284px;
    height: 75px;
  }
  .footer__links-list {
    -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;
  }
  .footer__link-item {
    margin: 10px 0 0;
  }
  .footer__link-item:first-child {
    margin: 0;
  }
  .top-section__list {
    margin: 30px 0 0;
  }
  .top-section__right-col {
    margin: 0 0 0;
  }
  .interactive-form__q-item .title-sm {
    min-height: 40px;
  }
}
@media (max-width: 540px) {
  .tingle-modal {
    top: 0;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
      "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
#form-contact {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.alert {
  margin-top: 1rem;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
}
#email_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#email_failed {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.hide {
  display: none;
}
