@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNovaT-Thin.eot');
	src: url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/ProximaNovaT-Thin.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-ThinIt.eot');
	src: url('../fonts/ProximaNova-ThinIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-ThinIt.woff') format('woff'),
		url('../fonts/ProximaNova-ThinIt.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Light.woff') format('woff'),
		url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-LightIt.eot');
	src: url('../fonts/ProximaNova-LightIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-LightIt.woff') format('woff'),
		url('../fonts/ProximaNova-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-RegularIt.eot');
	src: url('../fonts/ProximaNova-RegularIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-RegularIt.woff') format('woff'),
		url('../fonts/ProximaNova-RegularIt.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-SemiboldIt.eot');
	src: url('../fonts/ProximaNova-SemiboldIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-SemiboldIt.woff') format('woff'),
		url('../fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-BoldIt.eot');
	src: url('../fonts/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-BoldIt.woff') format('woff'),
		url('../fonts/ProximaNova-BoldIt.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
		url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-ExtrabldIt.eot');
	src: url('../fonts/ProximaNova-ExtrabldIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-ExtrabldIt.woff') format('woff'),
		url('../fonts/ProximaNova-ExtrabldIt.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}


@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Black.eot');
	src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Black.woff') format('woff'),
		url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-BlackIt.eot');
	src: url('../fonts/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-BlackIt.woff') format('woff'),
		url('../fonts/ProximaNova-BlackIt.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}


@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400700&display=swap");
.check_the_reference {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #777777;
  padding-bottom: 100px;
}

.check_the_reference h1, .check_the_reference h2 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 45px;
  line-height: 100%;
  color: #131313;
  text-align: center;
  font-weight: 700;
}

.check_the_reference h2 {
  margin-top: 130px;
  margin-bottom: 20px;
}

.check_the_reference__form {
  font-size: 16px;
  line-height: 100%;
  color: #131313;
  margin-top: 40px;
}

.check_the_reference__form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCCCCC;
  padding: 6px 12px;
  background: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 367px;
  width: 100%;
}

.check_the_reference__form span {
  font-style: italic;
  font-size: 16px;
  line-height: 100%;
  color: #777777;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.check_the_reference__form__input {
  margin-bottom: 20px;
}

.check_the_reference__form__input div {
  margin-top: 12px;
}

.check_the_reference__form__btn {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  background: #008C35;
  border-radius: 30px;
  width: 142px;
  margin-top: 26px;
  cursor: pointer;
}

.check_the_reference__subtitle {
  font-size: 25px;
  line-height: 100%;
  color: #777777;
  margin-bottom: 60px;
  text-align: center;
}

.check_the_reference__success span {
  font-size: 20px;
  line-height: 100%;
  color: #131313;
}

.check_the_reference__success strong {
  font-size: 25px;
  line-height: 100%;
  color: #131313;
}

.check_the_reference__success__top {
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.check_the_reference__success__top div {
  margin-bottom: 20px;
}

.check_the_reference__success__items {
  margin-top: 30px;
}

.check_the_reference__success__items div {
  margin-bottom: 30px;
}

.check_the_reference__success__items span {
  display: block;
  margin-top: 10px;
}

.check_the_reference__title {
  font-size: 35px;
  line-height: 100%;
  color: #008C35;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
}

.check_the_reference__title div {
  display: inline-block;
  vertical-align: top;
}

.check_the_reference__title span {
  font-size: 20px;
  line-height: 100%;
  display: block;
  color: #008C35;
  margin-top: 10px;
  font-weight: 400;
}

.check_the_reference__title::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 35px;
  width: 35px;
  margin-right: 20px;
  background: url("../img/check_the_reference__success.png");
  background-size: cover;
}

.check_the_reference__title.check_the_reference__title__error {
  color: #DE2626;
}

.check_the_reference__title.check_the_reference__title__error span {
  color: #DE2626;
}

.check_the_reference__title.check_the_reference__title__error::before {
  background: url("../img/check_the_reference__error.png");
  background-size: cover;
}

.check_the_reference__error__title {
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  margin-top: 45px;
}

.check_the_reference__preloader {
  margin: 40px 0;
}

.check_the_reference__preloader .check_the_reference__subtitle {
  margin-bottom: 80px;
}

.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
}

.check_the_reference__hide {
  display: none;
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  transform--o-transform: rotate(225deg);
  transform--ms-transform: rotate(225deg);
  transform--webkit-transform: rotate(225deg);
  transform--moz-transform: rotate(225deg);
  -webkit-animation: orbit 6.96s infinite;
          animation: orbit 6.96s infinite;
  animation--o-animation: orbit 6.96s infinite;
  animation--ms-animation: orbit 6.96s infinite;
  animation--webkit-animation: orbit 6.96s infinite;
  animation--moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3da727;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
  animation-delay--o-animation-delay: 1.52s;
  animation-delay--ms-animation-delay: 1.52s;
  animation-delay--webkit-animation-delay: 1.52s;
  animation-delay--moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  animation-delay--o-animation-delay: 0.3s;
  animation-delay--ms-animation-delay: 0.3s;
  animation-delay--webkit-animation-delay: 0.3s;
  animation-delay--moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
  -webkit-animation-delay: 0.61s;
          animation-delay: 0.61s;
  animation-delay--o-animation-delay: 0.61s;
  animation-delay--ms-animation-delay: 0.61s;
  animation-delay--webkit-animation-delay: 0.61s;
  animation-delay--moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
  animation-delay--o-animation-delay: 0.91s;
  animation-delay--ms-animation-delay: 0.91s;
  animation-delay--webkit-animation-delay: 0.91s;
  animation-delay--moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
  animation-delay--o-animation-delay: 1.22s;
  animation-delay--ms-animation-delay: 1.22s;
  animation-delay--webkit-animation-delay: 1.22s;
  animation-delay--moz-animation-delay: 1.22s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
            transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
            transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
            transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
  }
  opacity: 0;
  opacity-transform: rotate(900deg);
  100% {
  }
  opacity: 0;
  opacity-transform: rotate(900deg);
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
  }
  opacity: 0;
  opacity--webkit-transform: rotate(900deg);
  100% {
  }
  opacity: 0;
  opacity--webkit-transform: rotate(900deg);
}

@media (max-width: 767px) {
  .check_the_reference {
    font-size: 16px;
  }
  .check_the_reference h1, .check_the_reference h2 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .check_the_reference h2 {
    margin-bottom: 15px;
  }
  .check_the_reference__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .check_the_reference__title {
    font-size: 22px;
  }
  .check_the_reference__title:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .check_the_reference__success__top {
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .check_the_reference__success {
    line-height: 120%;
  }
  .check_the_reference__success span {
    font-size: 18px;
  }
  .check_the_reference__success strong {
    font-size: 20px;
  }
  .check_the_reference__success__items div {
    margin-bottom: 15px;
  }
}
