@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  border-radius: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  padding-top: 80px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a:hover, a:active {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ico {
  display: inline-block;
  vertical-align: middle;
}

.ico_fb {
  background-image: url("../img/sprite.svg");
  background-position: -4px -1096px;
  width: 9px;
  height: 17px;
  background-repeat: no-repeat;
}

.ico_g {
  background-image: url("../img/sprite.svg");
  background-position: -4px -943px;
  width: 27px;
  height: 17px;
  background-repeat: no-repeat;
}

.ico_in {
  background-image: url("../img/sprite.svg");
  background-position: -4px -1075px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}

.footer {
  background: #131313;
  color: #a7a7a7;
  line-height: 20px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 750px) {
  .footer {
    text-align: center;
  }
}

.footer_line {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.07;
}

.footer_left {
  float: left;
  height: 100%;
}

.footer_left:before, .footer_left:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.footer_left:before {
  margin-left: -1px;
}

.footer_left:after {
  margin-right: -1px;
}

@media only screen and (max-width: 750px) {
  .footer_left {
    float: none;
    height: auto;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.footer_right {
  float: right;
  height: 100%;
}

.footer_right:before, .footer_right:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.footer_right:before {
  margin-left: -1px;
}

.footer_right:after {
  margin-right: -1px;
}

@media only screen and (max-width: 750px) {
  .footer_right {
    float: none;
    height: auto;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.footer_top {
  height: 88px;
}

@media only screen and (max-width: 750px) {
  .footer_top {
    height: auto;
  }
}

.footer_bottom {
  height: 70px;
}

@media only screen and (max-width: 750px) {
  .footer_bottom {
    height: auto;
  }
}

.footer_contact {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .footer_contact {
    text-align: center;
  }
}

.footer_copyright {
  display: inline-block;
  vertical-align: middle;
}

.footer_menu {
  display: inline-block;
  vertical-align: middle;
}

.footer_menu_li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

@media only screen and (max-width: 750px) {
  .footer_menu_li {
    margin: 0 10px;
  }
}

.footer_menu_li_a {
  display: block;
}

.footer_social {
  display: inline-block;
  vertical-align: middle;
  width: 222px;
  text-align: right;
  font-size: 0;
}

@media only screen and (max-width: 750px) {
  .footer_social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer_social .ico {
  margin-right: 15px;
}

.footer_social .ico:hover {
  opacity: 0.5;
}

.footer .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.footer .footer_logo {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprite.svg");
  background-position: -4px -383px;
  width: 94px;
  height: 52px;
  background-repeat: no-repeat;
  opacity: .5;
}

.footer .facility {
  display: block;
  background-image: url("../img/sprite.svg");
  background-position: -4px -200px;
  width: 184px;
  height: 11px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.footer a {
  color: #a7a7a7;
}

.footer a:hover {
  opacity: 1;
  color: #fff;
}

html, body {
  height: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  html, body {
    min-width: 0;
  }
}

.wrapper {
  width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 1279px) {
  .wrapper {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: calc(100% - 10px);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 2;
  background: #fff;
}

@media only screen and (max-width: 750px) {
  .header {
    z-index: 9999;
  }
}

.header.fix {
  position: fixed;
}

.header .wrapper {
  height: 100%;
  position: relative;
}

.header .wrapper:before, .header .wrapper:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.header .wrapper:before {
  margin-left: -1px;
}

.header .wrapper:after {
  margin-right: -1px;
}

.header:before {
  content: '';
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #71ffad 0%, #ff75ac 0%, #51b394 0%, #fff77b 46%, #f66d73 100%);
  background-image: linear-gradient(90deg, #71ffad 0%, #ff75ac 0%, #51b394 0%, #fff77b 46%, #f66d73 100%);
}

.header_logo {
  display: block;
  background-image: url("../img/sprite.svg");
  background-position: -4px -327px;
  width: 94px;
  height: 52px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.header_logo.ru {
  background-image: url("../img/sprite.svg");
  background-position: -4px -215px;
  width: 137px;
  height: 52px;
  background-repeat: no-repeat;
}

.header_logo.ua {
  background-image: url("../img/sprite.svg");
  background-position: -4px -271px;
  width: 104px;
  height: 52px;
  background-repeat: no-repeat;
}

.header_menu {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 750px) {
  .header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background: #fff;
    z-index: 999;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: scroll;
  }
  .header_menu.active {
    opacity: 1;
    visibility: visible;
  }
}

.header_menu_li {
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  .header_menu_li {
    display: block;
    text-align: center;
  }
}

.header_menu_li.active {
  opacity: 0.6;
}

.header_menu_a {
  display: block;
  position: relative;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  padding: 0 11px;
}

@media only screen and (max-width: 750px) {
  .header_menu_a {
    font-size: 18px;
    line-height: 50px;
    letter-spacing: .2em;
  }
}

.header_menu_line {
  height: 5px;
  width: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header_menu_line.notr {
  -webkit-transition: none;
  transition: none;
}

@media only screen and (max-width: 750px) {
  .header_menu_line {
    display: none;
  }
}

.header_menu_status-mob {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .header_menu_status-mob {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    background-image: url("../img/sprite.svg");
    background-position: -4px -865px;
    width: 29px;
    height: 17px;
    background-repeat: no-repeat;
    z-index: 999;
  }
  .header_menu_status-mob.active {
    background-image: url("../img/sprite.svg");
    background-position: -4px -1054px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
  }
}

.header_lang {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .header_lang {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
  }
  .header_lang.active {
    opacity: 1;
    visibility: visible;
  }
  .header_lang .header_menu_li {
    display: inline-block;
  }
}

.header_lang_line {
  height: 5px;
  width: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header_lang_line.notr {
  -webkit-transition: none;
  transition: none;
}

@media only screen and (max-width: 750px) {
  .header_lang_line {
    display: none;
  }
}

.top {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 750px) {
  .top {
    white-space: normal;
  }
}

.top_roads {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.top_img {
  background-image: url("../img/roads.jpg");
  -webkit-transform: perspective(1000px) rotateX(60deg);
          transform: perspective(1000px) rotateX(60deg);
  -webkit-transition: all 2s ease-in;
  transition: all 2s ease-in;
  height: 100%;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 150px 150px #fff inset;
  border-radius: 50%;
}

@media only screen and (max-width: 750px) {
  .top_img {
    background-image: url("../img/roads-mob.jpg");
  }
}

.top_img.active {
  border-radius: 0;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  margin-top: 0px;
  box-shadow: 0 0 0px 0px #fff inset;
}

.top_content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  text-align: center;
  margin-top: 20px;
}

.top_title {
  color: #000000;
  font-size: 72px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  opacity: .75;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 750px) {
  .top_title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 750px) and (orientation: landscape) {
  .top_title {
    font-size: 40px;
    white-space: nowrap;
  }
}

.top_title_line {
  width: 83px;
  height: 5px;
  background: #77d69d;
  margin: 20px auto;
  -webkit-transition: all 1s .7s;
  transition: all 1s .7s;
}

.top_title_line.hide {
  width: 0;
}

.top_title.hide {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.top_after-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.025em;
  -webkit-transition: all 1s 1.4s;
  transition: all 1s 1.4s;
}

@media only screen and (max-width: 750px) {
  .top_after-title {
    font-size: 10px;
    line-height: 20px;
  }
}

.top_after-title.hide {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.top_mouse {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.15);
  width: 76px;
  height: 76px;
  z-index: 3;
  border-radius: 100%;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: all 1s 2s;
  transition: all 1s 2s;
}

.top_mouse.hide {
  opacity: 0;
}

.top_mouse svg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 22px;
}

.top_mouse svg .blink {
  -webkit-animation: 1s blink infinite;
          animation: 1s blink infinite;
}

@media only screen and (max-width: 750px) {
  .top_mouse {
    display: none;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation {
  background: #2b3139;
  width: 100%;
  height: 234px;
  position: relative;
}

.animation .car {
  background-image: url("../img/sprite.svg");
  background-position: -4px -4px;
  width: 186px;
  height: 94px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: -200px;
}

.animation .car2 {
  background-image: url("../img/sprite.svg");
  background-position: -4px -102px;
  width: 186px;
  height: 94px;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  left: -200px;
}

.animation .pedestrian {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -50px;
  background-image: url("../img/sprite.svg");
  background-position: -4px -587px;
  width: 35px;
  height: 56px;
  background-repeat: no-repeat;
  z-index: 3;
  display: none;
}

.animation .pedestrian.up {
  background-image: url("../img/sprite.svg");
  background-position: -4px -647px;
  width: 35px;
  height: 56px;
  background-repeat: no-repeat;
}

.animation .crosswalk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/crosswalk.png") center top repeat-y;
}

.animation .markings {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/markings.png") center left repeat-x;
  overflow: hidden;
}

.list {
  text-align: center;
  font-size: 0;
  height: 300px;
}

@media only screen and (max-width: 750px) {
  .list {
    height: auto;
  }
}

.list_item {
  -webkit-transition: all .5s;
  transition: all .5s;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  color: #676767;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.safe_item span,
.list_item span {
  display: block;
}

.list_item svg {
  fill: #77d69d;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.list_item:hover {
  background: #77d69d;
  color: #fff;
}

.list_item:hover .list_title {
  color: #fff;
}

.list_item:hover svg {
  fill: #ffffff;
}

.list_item:hover .list_after {
  opacity: 0;
}

.list_svg {
  height: 90px;
  display: inline-block;
  position: relative;
}

.list_title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 15px 0 20px;
}

.list_text {
  font-size: 12px;
  line-height: 24px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  left: 0;
  overflow: hidden;
  height: 77px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

@media only screen and (max-width: 750px) {
  .list_text {
    height: auto;
  }
}

.list_after {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  font-size: 0;
}

.list_after i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  margin: 3px;
}

.test {
  border: 8px solid #faafb2;
  width: 1264px;
  margin: auto;
  padding: 60px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  box-sizing: content-box;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .test {
    width: calc(100% - 20px);
  }
}

.test_first {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  width: 100%;
}

.test_first_title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 91px;
  opacity: 0.13;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.test_first_after-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  opacity: 0.50;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 30px 0;
}

@media only screen and (max-width: 750px) {
  .test_first_after-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.test_finish {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  width: 100%;
}

.test_finish_title {
  padding-top: 100px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #2b3139;
}

.test_finish_result {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .15em;
}

.test_finish_result.bad {
  color: #faafb2;
}

.test_finish_result.bad .test_finish_val {
  border-color: #faafb2;
}

.test_finish_result.bad .bad {
  display: block;
}

.test_finish_result.middle {
  color: #ffc876;
}

.test_finish_result.middle .test_finish_val {
  border-color: #ffc876;
}

.test_finish_result.middle .middle {
  display: block;
}

.test_finish_result.good {
  color: #77d69d;
}

.test_finish_result.good .test_finish_val {
  border-color: #77d69d;
}

.test_finish_result.good .good {
  display: block;
}

.test_finish_val {
  border: 1px solid;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 16px;
  margin-top: 10px;
}

.test_finish_text {
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.test_btn, .news_btn, .popup_btn, .popup_btn_in {
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .2em;
  color: #ffffff;
  font-size: 12px;
  background: #63ca96;
  height: 55px;
  border-radius: 28px;
  padding: 0 25px;
  display: inline-block;
  line-height: 55px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0px 11px 16px 0px rgba(48, 148, 55, 0.38);
  min-width: 213px;
}

.test_btn:hover, .news_btn:hover, .popup_btn:hover, .popup_btn_in:hover {
  opacity: 0.5;
}

.test_btn span, .news_btn span, .popup_btn span, .popup_btn_in span {
  position: relative;
}

.test_btn:before, .news_btn:before, .popup_btn:before, .popup_btn_in:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/btn.png") right top no-repeat;
}

.test_status {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 40px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 0;
}

@media only screen and (max-width: 750px) {
  .test_status {
    width: 100%;
  }
}

.test_status_title {
  font-size: 16px;
  letter-spacing: .15em;
  margin-bottom: 20px;
}

.test_status_gr {
  display: inline-block;
  width: 60px;
  height: 5px;
  margin-right: 4px;
  background: #e8e8e8;
}

@media only screen and (max-width: 750px) {
  .test_status_gr {
    width: 30px;
  }
}

.test_status_gr.true {
  background: #77d69d;
}

.test_status_gr.false {
  background: #f69b99;
}

.test_item {
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.test .hide {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.test_question {
  font-size: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #2b3139;
  line-height: 40px;
  text-transform: uppercase;
  max-width: 900px;
  margin: auto;
  padding-top: 100px;
}

@media only screen and (max-width: 750px) {
  .test_question {
    font-size: 16px;
    line-height: 24px;
  }
}

.test_variant {
  text-align: center;
  font-size: 0;
  padding-top: 100px;
}

@media only screen and (max-width: 750px) {
  .test_variant {
    display: inline-block;
    padding-top: 10px;
  }
}

.test_variant span {
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 10px 50px;
  cursor: pointer;
  letter-spacing: .15em;
  line-height: 18px;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .test_variant span {
    width: 100%;
    display: block;
    margin: 10px 10px;
  }
}

.test_variant span i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #a9a9a9;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  vertical-align: middle;
  border-radius: 100%;
  margin-right: 13px;
  position: relative;
}

@media only screen and (min-width: 1359px) {
  .test_variant span:hover i {
    border: 1px solid #63ca96;
  }
  .test_variant span:hover i:after {
    content: '';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #63ca96;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
}

.test_help {
  color: #a5a5a5;
  text-align: center;
  letter-spacing: .15px;
  font-size: 12px;
  margin-top: 100px;
}

@media only screen and (max-width: 750px) {
  .test_help {
    margin-top: 10px;
  }
}

.test_val {
  display: none;
  line-height: 18px;
  letter-spacing: .025em;
  max-width: 800px;
  margin: auto;
}

.test_val > span {
  pointer-events: none;
  letter-spacing: .15em;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  margin: 30px auto;
}

.test_val > span:before {
  content: '';
  display: inline-block;
  border: 2px solid;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
}

.test_val > span.true {
  color: #77d69d;
}

.test_val > span.true:before {
  background-image: url("../img/sprite.svg");
  background-position: -4px -824px;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  border-color: #77d69d;
}

.test_val > span.false {
  color: #f69b99;
}

.test_val > span.false:before {
  background-image: url("../img/sprite.svg");
  background-position: -4px -783px;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  border-color: #f69b99;
}

.test_val p {
  margin-bottom: 60px;
}

.test_val p strong {
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .5em;
}

.test_val p strong.true {
  color: #77d69d;
}

.test_val p strong.false {
  color: #faafb2;
}

.test_val_true {
  font-size: 12px;
  letter-spacing: .025em;
  margin-bottom: 40px;
  display: none;
}

.test_val_true strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .05em;
}

.graphic {
  width: 100%;
  height: 420px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .graphic_scroll {
    overflow: scroll;
  }
}

@media only screen and (max-width: 750px) {
  .graphic {
    height: 460px;
    width: 1280px;
  }
}

.graphic_wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.graphic_gradient {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.graphic_title {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .15em;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 100px;
}

@media only screen and (max-width: 750px) {
  .graphic_title {
    margin: auto;
    margin-top: 100px;
    width: 260px;
  }
}

.graphic_after-title {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .025em;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.country {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 40px;
}

.country_item {
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.21);
}

.country_item_1 {
  left: -575px;
  height: 31px;
}

.country_item_1 .country_info:after {
  background: #77d69d;
}

@media only screen and (max-width: 1380px) {
  .country_item_1 .country_info_content {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

.country_item_2 {
  left: -447px;
  height: 42px;
}

.country_item_2 .country_info:after {
  background: #77d69d;
}

.country_item_3 {
  left: -330px;
  height: 63px;
}

.country_item_3 .country_info:after {
  background: #95cfaa;
}

.country_item_4 {
  left: -221px;
  height: 63px;
}

.country_item_4 .country_info:after {
  background: #95cfaa;
}

.country_item_5 {
  left: -103px;
  height: 70px;
}

.country_item_5 .country_info:after {
  background: #95cfaa;
}

.country_item_6 {
  left: 7px;
  height: 76px;
}

.country_item_6 .country_info:after {
  background: #f3df99;
}

.country_item_7 {
  left: 117px;
  height: 78px;
}

.country_item_7 .country_info:after {
  background: #f3df99;
}

.country_item_8 {
  left: 244px;
  height: 103px;
}

.country_item_8 .country_info:after {
  background: #f6aa99;
}

.country_item_9 {
  left: 349px;
  height: 123px;
}

.country_item_9 .country_info:after {
  background: #f6aa99;
}

.country_item_10 {
  left: 460px;
  height: 164px;
}

.country_item_10 .country_info:after {
  background: #f6aa99;
}

.country_item_11 {
  left: 578px;
  height: 176px;
}

.country_item_11 .country_info:after {
  background: #f59a98;
}

@media only screen and (max-width: 1380px) {
  .country_item_11 .country_info_content {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}

.country_name {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.075em;
  opacity: 0.54;
}

.country_info {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 10px;
  background: #fff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);
  border-radius: 100%;
}

.country_info:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0.5;
}

@media only screen and (max-width: 750px) {
  .country_info:after {
    pointer-events: none;
    opacity: 1;
  }
}

.country_info_content {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  letter-spacing: .025em;
  width: 160px;
  border-radius: 4px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 20px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 750px) {
  .country_info_content {
    display: none;
  }
}

.country_info_content strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.country_info:hover:after {
  opacity: 1;
}

.country_info:hover .country_info_content {
  opacity: 1;
  visibility: visible;
}

.country_number {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -30px;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.075em;
  font-weight: bold;
}

.content {
  padding-top: 82px;
  min-height: calc(100% - 159px);
  position: relative;
}

.content .wrapper {
  position: relative;
  padding-top: 1px;
}

.content_title {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  text-transform: uppercase;
  font-size: 80px;
  color: #ededed;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 65px;
  letter-spacing: .15em;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .content_title {
    font-size: 36px;
  }
}

.content_back {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  color: #000;
  font-weight: bold;
}

.content_back:before {
  content: '';
  background-image: url("../img/sprite.svg");
  background-position: -4px -912px;
  width: 15px;
  height: 27px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.content_back:hover:before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.line {
  width: 100%;
  height: 1px;
  background: #ededed;
}

.video_list {
  margin: 0 -11px;
  font-size: 0;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 750px) {
  .video_list {
    margin: 0;
  }
}

.video_item {
  display: inline-block;
  width: 222px;
  vertical-align: top;
  background: #f8fafc;
  overflow: hidden;
  margin: 11px;
  padding-bottom: 10px;
  cursor: pointer;
}

.video_item:nth-child(n + 11) {
  display: none;
}

.video_item_img {
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
  background: #000;
}

.video_item_img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100%;
  display: block;
  opacity: 0.75;
}

.video_item_time {
  opacity: 0.5;
  font-size: 10px;
  vertical-align: .05em;
  line-height: 35px;
}

.video_item_title {
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  vertical-align: .05em;
  padding: 0 15px;
  line-height: 18px;
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: bold;
}

.video_item_info {
  opacity: 0.5;
  font-size: 10px;
  vertical-align: .05em;
}

.video_item_info_view {
  display: inline-block;
  vertical-align: middle;
}

.video_item_info_view:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprite.svg");
  background-position: -4px -1038px;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.video_item_info_like {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.video_item_info_like:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprite.svg");
  background-position: -4px -1038px;
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.video_item_play {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/sprite.svg");
  background-position: -4px -707px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: content-box;
}

.video_item:hover .video_item_play {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.video_btn, .news_btn_more {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4em;
  margin: auto;
  line-height: 34px;
  margin-bottom: 90px;
  width: 200px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.video_btn:after, .news_btn_more:after {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  content: '';
  width: 52px;
  height: 5px;
  background: #000;
  bottom: -5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.video_btn:hover:after, .news_btn_more:hover:after {
  -webkit-transform: translateX(-50%) rotateY(180deg);
          transform: translateX(-50%) rotateY(180deg);
}

.over-hidden {
  overflow: hidden;
}

.video_slider {
  position: relative;
  height: 428px;
  margin-top: 87px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .video_slider {
    height: 200px;
    margin-top: 117px;
  }
}

.video_slider_iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.video_slider_item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.video_slider_item_time {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -60px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 750px) {
  .video_slider_item_time {
    top: -90px;
  }
}

.video_slider_item_title {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: -40px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: 18px;
  width: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .video_slider_item_title {
    letter-spacing: 0.2em;
    line-height: 16px;
    width: 100%;
    top: -70px;
  }
}

.video_slider_item_img {
  width: 756px;
  height: 428px;
  position: relative;
  overflow: hidden;
  background: #000;
}

@media only screen and (max-width: 750px) {
  .video_slider_item_img {
    width: 300px;
    height: 200px;
  }
}

.video_slider_item_img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 100%;
  display: block;
  opacity: 0.75;
}

.video_slider_item_play {
  display: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video_slider_item_play:before {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/sprite.svg");
  background-position: -4px -439px;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  -webkit-transition: all .1s;
  transition: all .1s;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: content-box;
}

.video_slider_item:hover .video_slider_item_play:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.video_slider_item.active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.video_slider_item.active .video_slider_item_play {
  display: block;
}

.video_slider_item.active .video_slider_item_time, .video_slider_item.active .video_slider_item_title {
  visibility: visible;
  opacity: 1;
}

.video_slider_item.next {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0%, -50%) scale(0.6);
          transform: translate(0%, -50%) scale(0.6);
  z-index: 4;
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}

.video_slider_item.next .video_slider_item_img {
  background: #7f7f7f;
}

.video_slider_item.next .video_slider_item_img img {
  opacity: 0.5;
}

.video_slider_item.next2 {
  -webkit-transform: translate(30%, -50%) scale(0.3);
          transform: translate(30%, -50%) scale(0.3);
  z-index: 3;
}

.video_slider_item.next2 .video_slider_item_img {
  background: #7f7f7f;
}

.video_slider_item.next2 .video_slider_item_img img {
  opacity: 0.5;
}

.video_slider_item.prev {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-100%, -50%) scale(0.6);
          transform: translate(-100%, -50%) scale(0.6);
  z-index: 4;
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}

.video_slider_item.prev .video_slider_item_img {
  background: #7f7f7f;
}

.video_slider_item.prev .video_slider_item_img img {
  opacity: 0.5;
}

.video_slider_item.prev2 {
  -webkit-transform: translate(-130%, -50%) scale(0.3);
          transform: translate(-130%, -50%) scale(0.3);
  z-index: 3;
}

.video_slider_item.prev2 .video_slider_item_img {
  background: #7f7f7f;
}

.video_slider_item.prev2 .video_slider_item_img img {
  opacity: 0.5;
}

.contact {
  padding-bottom: 110px;
}

.contact .line {
  margin-bottom: -50px;
  margin-top: 100px;
}

.contact_title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .4em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 30px;
  font-weight: bold;
}

.contact_title:before {
  content: '';
  display: block;
  background-image: url("../img/sprite.svg");
  background-position: -4px -964px;
  width: 25px;
  height: 18px;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 15px;
}

.contact_form {
  position: relative;
  border: #71d56c 1px solid;
  text-align: center;
  background: #ffffff;
  width: 600px;
  margin: auto;
  border-radius: 3px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .contact_form {
    width: 90%;
  }
}

.contact_form.done .contact_done {
  opacity: 1;
  visibility: visible;
}

.contact_form.done .submit {
  top: 50%;
}

@media only screen and (max-width: 750px) {
  .contact_form.done {
    width: 100%;
  }
}

.contact .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact .control-label {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 100%;
  left: 0;
}

.contact .control-label.hide {
  top: 100%;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  font-size: 10px;
}

@media only screen and (max-width: 750px) {
  .contact .control-label.hide {
    font-size: 9px;
  }
}

@media only screen and (max-width: 750px) {
  .contact .control-label {
    width: 100%;
    font-size: 10px;
  }
}

.contact .form-control {
  border-bottom: 1px solid #e0e0e0;
  width: 368px;
  text-align: center;
  height: 40px;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  .contact .form-control {
    width: 220px;
    font-size: 10px;
  }
}

.contact .help-block {
  font-size: 12px;
  display: none;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: #ef5d67;
  border-radius: 8px;
  width: 530px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  letter-spacing: .025em;
  z-index: 2;
}

@media only screen and (max-width: 750px) {
  .contact .help-block {
    width: 220px;
    font-size: 10px;
  }
}

.contact .help-block:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: -8px;
  left: 50%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  background: #ef5d67;
}

.contact .has-error .form-control {
  color: #ed4b56;
}

.contact .has-error .help-block {
  display: block;
}

.contact .submit {
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: .4em;
  color: #ffffff;
  font-size: 12px;
  background: #63ca96;
  height: 49px;
  border-radius: 28px;
  padding: 0 25px;
  display: inline-block;
  line-height: 49px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0px 11px 16px 0px rgba(48, 148, 55, 0.38);
  min-width: 213px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  top: 100%;
  font-weight: bold;
}

.contact .submit:hover {
  opacity: 0.5;
}

.contact_done {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact_done_message {
  letter-spacing: .2em;
  text-transform: uppercase;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}

.contact_done_message span {
  letter-spacing: .4em;
  display: block;
  color: #97df77;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact_done_message:before {
  content: '';
  display: block;
  margin: auto;
  background-image: url("../img/sprite.svg");
  background-position: -4px -527px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  z-index: 10;
  margin-bottom: 30px;
}

.contact_map {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .4em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .contact_map {
    letter-spacing: .2em;
  }
}

.contact_map_img {
  display: block;
  margin: auto;
  margin-top: 30px;
  max-width: 90%;
}

.big_title {
  color: #2b3139;
  font-size: 36px;
  letter-spacing: .025em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 100px;
  margin-top: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .big_title {
    margin-top: 10px;
    font-size: 32px;
    line-height: 40px;
  }
}

.big_title_after {
  line-height: 24px;
  letter-spacing: .025em;
  font-size: 12px;
  margin: 0px auto 20px;
  max-width: 956px;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .big_title_after {
    max-width: 300px;
  }
}

.big_title_after span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

.facts {
  background: url("../img/facts.jpg") bottom center repeat-x;
  -webkit-animation: city 10s infinite linear;
          animation: city 10s infinite linear;
}

.facts_title {
  text-align: center;
  color: #2b3139;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: .025em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 70px 0;
  font-weight: bold;
}

.facts img {
  width: 100%;
}

.facts_100 {
  background: url("../img/bg-facts.png") center no-repeat;
  background-size: cover;
}

.info {
  text-align: center;
}

.info_gradient {
  padding: 3px;
  background: -webkit-linear-gradient(left, #51b394 0%, #fff67a 46%, #f66d73 100%);
  background: linear-gradient(to right, #51b394 0%, #fff67a 46%, #f66d73 100%);
  margin: 8px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 750px) {
  .info_gradient {
    width: 300px;
    margin: 8px auto;
    display: block;
  }
}

.info_gradient:hover .info_arrow {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_gradient:hover .info_death {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.5s 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_gradient:hover .info_car_blue {
  margin: 0;
  opacity: 1;
  -webkit-transition: margin 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: margin 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_gradient:hover .info_car_green {
  margin: 0;
  opacity: 1;
  -webkit-transition: margin 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: margin 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_gradient:hover .info_car_red {
  margin: 0;
  opacity: 1;
  -webkit-transition: margin 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: margin 2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.info_gradient:hover .info_line {
  -webkit-animation: line 0.2s infinite linear;
          animation: line 0.2s infinite linear;
}

.info_gradient:hover .info_line2 {
  -webkit-animation: line2 1.5s infinite linear;
          animation: line2 1.5s infinite linear;
}

@media only screen and (max-width: 750px) {
  .info_gradient:hover .info_line2 {
    -webkit-animation: line2-2 1.5s infinite linear;
            animation: line2-2 1.5s infinite linear;
  }
}

.info_gradient:hover .info_green {
  opacity: 0;
  -webkit-transition: opacity .1s .5s;
  transition: opacity .1s .5s;
}

.info_gradient:hover .info_yelow {
  -webkit-animation: color 1s linear;
          animation: color 1s linear;
}

.info_gradient:hover .info_red {
  opacity: 0.9;
  -webkit-transition: opacity 0.1s .5s;
  transition: opacity 0.1s .5s;
}

.info_content {
  background: #fff;
  width: 574px;
  height: 660px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .info_content {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 1279px) {
  .info_content.w100 {
    width: 1174px;
    height: 532px;
  }
}

@media only screen and (min-width: 1279px) and (max-width: 750px) {
  .info_content.w100 {
    width: 100%;
  }
}

@media only screen and (min-width: 1279px) {
  .info_content.w100 .info_animate {
    width: auto;
    height: 100%;
    background: #2b3139;
  }
}

@media only screen and (max-width: 750px) {
  .info_content.w100 {
    padding-bottom: 120px;
  }
  .info_content.w100 .info_animate {
    background: #2b3139;
  }
}

.info_title {
  position: relative;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: .025em;
  line-height: 24px;
  padding-top: 50px;
  font-weight: bold;
}

.info_text {
  position: relative;
  z-index: 2;
  width: 480px;
  text-align: left;
  margin: auto;
  font-size: 12px;
  letter-spacing: .025em;
  line-height: 24px;
}

@media only screen and (max-width: 750px) {
  .info_text {
    width: 90%;
    padding-bottom: 260px;
  }
}

.info_animate {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.info_animate img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1279px) {
  .info_w100 {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 100px;
  }
  .info_w100 .info_title {
    padding-top: 0;
  }
}

.info_arrow {
  position: absolute;
  bottom: 90px;
  left: 239px;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 2s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media only screen and (max-width: 750px) {
  .info_arrow {
    width: 50px;
    bottom: 50px;
    left: 129px;
  }
}

.info_death {
  position: absolute;
  bottom: 143px;
  left: 379px;
  width: 32px;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: opacity 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media only screen and (max-width: 750px) {
  .info_death {
    bottom: 73px;
    left: 194px;
    width: 20px;
  }
}

.info_car_blue {
  position: absolute;
  bottom: 210px;
  left: 100px;
  margin-left: -100%;
  opacity: 0;
  -webkit-transition: margin 0s 1s, opacity 1s;
  transition: margin 0s 1s, opacity 1s;
  width: 104px !important;
}

@media only screen and (max-width: 750px) {
  .info_car_blue {
    width: 64px !important;
    bottom: 107px;
    left: 40px;
  }
}

.info_car_green {
  position: absolute;
  bottom: 300px;
  left: 370px;
  margin-left: 100%;
  width: 104px !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: margin 0s 1s, opacity 1s;
  transition: margin 0s 1s, opacity 1s;
}

@media only screen and (max-width: 750px) {
  .info_car_green {
    width: 64px !important;
    bottom: 150px;
    left: 190px;
  }
}

.info_car_red {
  position: absolute;
  bottom: 120px;
  left: 280px;
  margin-bottom: -100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  width: 104px !important;
  -webkit-transition: margin 0s 1s, opacity 1s;
  transition: margin 0s 1s, opacity 1s;
}

@media only screen and (max-width: 750px) {
  .info_car_red {
    width: 64px !important;
    bottom: 50px;
    left: 140px;
  }
}

.info_line {
  width: 100%;
  height: 100%;
  background: url("../img/line.png") 0px center repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 750px) {
  .info_line {
    background-size: auto 100%;
  }
}

.info_line2 {
  width: 100%;
  height: 100%;
  background: url("../img/line2.png") center 0px repeat-y;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
}

.info_green {
  background: #413e46;
  width: 70px;
  height: 90px;
  position: absolute;
  top: 240px;
  left: 168px;
  opacity: 0.9;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@media only screen and (max-width: 750px) {
  .info_green {
    width: 30px;
    height: 40px;
    top: 123px;
    left: 92px;
  }
}

.info_yelow {
  background: #413e46;
  width: 90px;
  height: 80px;
  position: absolute;
  top: 160px;
  left: 168px;
  opacity: 0.9;
  border-radius: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-animation: color2 0.5s linear;
          animation: color2 0.5s linear;
}

@media only screen and (max-width: 750px) {
  .info_yelow {
    width: 40px;
    height: 40px;
    top: 81px;
    left: 94px;
  }
}

.info_red {
  background: #413e46;
  width: 80px;
  height: 90px;
  position: absolute;
  top: 70px;
  left: 178px;
  opacity: 0;
  -webkit-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
}

@media only screen and (max-width: 750px) {
  .info_red {
    width: 40px;
    height: 40px;
    top: 40px;
    left: 94px;
  }
}

@-webkit-keyframes line {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -60px;
  }
}

@keyframes line {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -60px;
  }
}

@-webkit-keyframes city {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -1920px;
  }
}

@keyframes city {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -1920px;
  }
}

@-webkit-keyframes line2 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 532px;
  }
}

@keyframes line2 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 532px;
  }
}

@-webkit-keyframes line2-2 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 361px;
  }
}

@keyframes line2-2 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 361px;
  }
}

@-webkit-keyframes color {
  0% {
    opacity: 0.9;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes color {
  0% {
    opacity: 0.9;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@-webkit-keyframes color2 {
  0% {
    opacity: 0.9;
  }
  10% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes color2 {
  0% {
    opacity: 0.9;
  }
  10% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

.life {
  position: relative;
  margin-top: 50px;
}

.life_item {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1279px) {
  .life_item {
    min-height: 320px;
  }
  .life_item:nth-child(even) .life_content {
    left: auto;
    right: 50%;
    padding-left: 0px;
    padding-top: 15px;
    padding-right: 70px;
  }
  .life_item:nth-child(even) .life_img {
    margin-left: 100%;
    padding-right: 0px;
    padding-left: 40px;
  }
}

.life_title {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.life_text {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .025em;
  color: #676767;
}

.life_id {
  color: #434242;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  background: #fff;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  margin: auto;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .life_id {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 26px;
    margin-left: 16px;
  }
}

.life_id_1 {
  border: 5px #d96d73 solid;
}

.life_id_2 {
  border: 5px #d96d73 solid;
}

.life_id_3 {
  border: 5px #d96d73 solid;
}

.life_id_4 {
  border: 5px #e38875 solid;
}

.life_id_5 {
  border: 5px #fddf7e solid;
}

.life_id_6 {
  border: 5px #fdf481 solid;
}

.life_id_7 {
  border: 5px #89c690 solid;
}

.life_id_8 {
  border: 5px #89c690 solid;
}

.life_id_9 {
  border: 5px #77b294 solid;
}

.life_img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-left: -100%;
  padding-right: 40px;
}

@media only screen and (max-width: 750px) {
  .life_img {
    margin-left: 0;
    max-width: 40px;
    max-height: 40px;
    padding: 0;
    left: 35px;
  }
}

.life_content {
  position: absolute;
  left: 50%;
  top: 0;
  padding-left: 70px;
  padding-top: 15px;
}

@media only screen and (max-width: 750px) {
  .life_content {
    padding-top: 0px;
    margin-top: -40px;
    position: static;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .life_content:before {
    content: '';
    width: 36px;
    height: 36px;
    background: #fff;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 30px;
  }
}

.life_gradient {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  height: 100%;
  width: 5px;
  background-image: -webkit-linear-gradient(bottom, #71ffad 0%, #ff75ac 0%, #51b394 0%, #fff77b 46%, #f66d73 100%);
  background-image: linear-gradient(0deg, #71ffad 0%, #ff75ac 0%, #51b394 0%, #fff77b 46%, #f66d73 100%);
}

@media only screen and (max-width: 750px) {
  .life_gradient {
    left: 34px;
  }
}

.facts_mob {
  display: none;
}

@media only screen and (max-width: 750px) {
  .facts_mob {
    display: block;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .facts_desc {
    display: none;
  }
}

.news {
  font-size: 0;
  margin: 100px -10px 40px;
}

@media only screen and (max-width: 750px) {
  .news {
    margin: 80px -0px 40px;
  }
}

.news_other {
  font-size: 0;
  margin: 10px -10px 10px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .news_other {
    margin: 10px 0px 10px;
  }
}

.news_other_title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 100px;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .news_other_title {
    line-height: 20px;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

.news_item {
  display: inline-block;
  position: relative;
  width: 226px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .05em;
  margin: 0 9px 20px 9px;
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align: top;
}

.news_item:nth-child(n+11) {
  display: none;
}

.news_item:after {
  content: '';
  border: 5px solid rgba(107, 205, 151, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.news_item:hover {
  background-color: white;
  box-shadow: 0px 4px 24px 0px rgba(57, 131, 91, 0.41);
}

.news_item:hover:after {
  visibility: visible;
  opacity: 1;
}

.news_item:hover .news_btn {
  margin-top: 0;
  opacity: .88;
}

.news_content {
  width: 100%;
  padding: 0 10px;
  margin: auto;
  border-bottom: 1px solid #f7f7f7;
}

.news_img {
  width: 100%;
  height: 165px;
  position: relative;
  overflow: hidden;
}

.news_img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-height: 100%;
}

.news_time {
  font-size: 10px;
  color: #a3a3a3;
  margin-top: 10px;
}

.news_title {
  color: #000000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: 54px;
  overflow: hidden;
  font-weight: bold;
}

.news_text {
  color: #676767;
  height: 72px;
  overflow: hidden;
  margin-bottom: 10px;
}

.news_btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 184px;
  opacity: 0;
  margin-top: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0;
  min-width: 0;
}

.news_btn:hover {
  opacity: 1;
}

.article {
  line-height: 24px;
  letter-spacing: .05em;
}

.article:after {
  content: "";
  display: table;
  clear: both;
}

.article time {
  display: block;
  text-align: center;
  color: #a3a3a3;
  letter-spacing: .05em;
  font-size: 12px;
  margin-top: 20px;
}

.article em {
  font-style: italic;
}

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

.article ul li {
  list-style: outside;
}

.article .h1 {
  text-align: center;
  font-size: 30px;
  letter-spacing: .05em;
  line-height: 36px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 10px 0 30px;
  width: 700px;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .article .h1 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
}

.article h1, .article h2, .article h3, .article h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-weight: bold;
}

.article_img {
  float: left;
  max-height: 400px;
  max-width: 70%;
  margin-right: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .article_img {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
  }
}

.article b, .article strong {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.article a {
  color: #000;
  text-decoration: underline;
}

.share {
  font-size: 12px;
  letter-spacing: .15em;
  color: #c5c5c5;
  margin-top: 20px;
  text-align: center;
}

.share:after {
  content: "";
  display: table;
  clear: both;
}

.share_a {
  width: 32px;
  height: 32px;
  background: center no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  margin: 12px 5px;
  opacity: 0.4;
}

.share_a:hover {
  opacity: 0.7;
}

.share_a:active {
  opacity: 1;
}

.share_fb {
  background-image: url("../img/images/soc_01.png");
}

.share_tw {
  background-image: url("../img/images/soc_03.png");
}

.share_vk {
  background-image: url("../img/images/soc_05.png");
}

.share_ok {
  background-image: url("../img/images/soc_07.png");
}

.maps {
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.maps_title {
  margin-top: 82px;
}

@media only screen and (max-width: 750px) {
  .maps_title {
    margin-top: 82px;
  }
}

.maps_title .big_title_after {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .maps {
    overflow: scroll;
    height: 100%;
    width: 100%;
    position: relative;
  }
}

.maps_city {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .025em;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
}

@media only screen and (max-width: 750px) {
  .maps_city {
    display: none;
  }
}

.maps_img {
  display: block;
  margin: auto;
}

.maps_wrap {
  position: relative;
  min-width: 1280px;
}

@media only screen and (max-width: 750px) {
  .maps_wrap {
    display: none;
  }
  .maps_wrap.active {
    display: block;
  }
}

.maps_pointer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.maps_marker {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.9) center no-repeat;
  border-radius: 100%;
  cursor: pointer;
}

.maps_marker.active {
  z-index: 5;
}

.maps_marker:before {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.6) center no-repeat;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.maps_marker:after {
  content: '';
  width: 100%;
  height: 100%;
  background: center no-repeat;
  display: block;
  position: relative;
}

.maps_marker:hover:before {
  width: 52px;
  height: 52px;
}

.maps_marker_content {
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 50%;
  width: 160px;
  background: rgba(255, 255, 255, 0.9) center no-repeat;
  padding: 20px 10px;
  text-align: center;
  border-radius: 4px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.maps_marker_content.active {
  opacity: 1;
  visibility: visible;
}

.maps_marker_content.active i {
  -webkit-animation: elips .7s infinite linear;
          animation: elips .7s infinite linear;
}

.maps_marker_content.active i:nth-child(2) {
  -webkit-animation: elips .5s infinite linear;
          animation: elips .5s infinite linear;
}

.maps_marker_content.active i:nth-child(3) {
  -webkit-animation: elips .6s infinite linear;
          animation: elips .6s infinite linear;
}

.maps_marker_content.tops {
  bottom: auto;
  top: 50%;
}

.maps_marker_pc {
  position: relative;
  width: 101px;
  height: 101px;
  margin: auto;
  line-height: 101px;
  font-size: 18px;
  letter-spacing: .05em;
}

.maps_marker i {
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
  height: 101px;
  background: url("../img/elips.png") center no-repeat;
  display: block;
  font-size: 1px;
  color: #fff;
}

.maps_marker i:nth-child(2) {
  opacity: 0.46;
}

.maps_marker i:nth-child(3) {
  opacity: 0.25;
}

.maps_red:after {
  background-image: url("../img/camera_red.png");
}

.maps_yellow:after {
  background-image: url("../img/camera_yelow.png");
}

.maps_green:after {
  background-image: url("../img/camera_green.png");
}

.maps_data {
  font-size: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.maps_data span {
  font-size: 18px;
  display: block;
}

.maps_data_e {
  text-align: left;
  display: inline-block;
  color: #f66f74;
  font-size: 12px;
  margin-left: 10px;
}

.maps_data_n {
  text-align: left;
  display: inline-block;
  color: #a2a2a2;
  font-size: 12px;
}

.maps_tabs {
  display: none;
}

@media only screen and (max-width: 750px) {
  .maps_tabs {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
  }
  .maps_tabs:after {
    content: "";
    display: table;
    clear: both;
  }
  .maps_tabs_link {
    display: block;
    width: 50%;
    height: 65px;
    float: left;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    opacity: .5;
    color: #000;
    position: relative;
  }
  .maps_tabs_link:before {
    content: '';
    background-image: url("../img/sprite.svg");
    background-position: -4px -1012px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    display: block;
    margin: 10px auto 5px;
  }
  .maps_tabs_link:nth-child(2) {
    border-left: 1px #ededed solid;
  }
  .maps_tabs_link:nth-child(2):before {
    background-image: url("../img/sprite.svg");
    background-position: -4px -886px;
    width: 28px;
    height: 22px;
    background-repeat: no-repeat;
  }
  .maps_tabs_link:nth-child(3):before {
    background-image: url("../img/sprite.svg");
    background-position: -4px -757px;
    width: 38px;
    height: 22px;
    background-repeat: no-repeat;
  }
  .maps_tabs_link:nth-child(4) {
    border-left: 1px #ededed solid;
  }
  .maps_tabs_link:nth-child(4):before {
    background-image: url("../img/sprite.svg");
    background-position: -4px -986px;
    width: 23px;
    height: 22px;
    background-repeat: no-repeat;
  }
  .maps_tabs_link.active {
    opacity: 1;
  }
  .maps_tabs_link.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    display: block;
    background: #000;
    top: -4px;
    left: 0;
  }
}

@-webkit-keyframes elips {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes elips {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.statistics {
  background: url("../img/bg-statistics.jpg") top center no-repeat;
  margin-top: 80px;
  padding-top: 0;
}

@media only screen and (min-width: 1900px) {
  .statistics {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 750px) {
  .statistics .content_title {
    font-size: 32px;
  }
}

.safe {
  background: url("../img/bg-safe.jpg") top center no-repeat;
  margin-top: 80px;
  padding-top: 0;
}

@media only screen and (min-width: 1900px) {
  .safe {
    background-size: 100% auto;
  }
}

.safe .content_title {
  color: #fff;
  text-shadow: 0px 15px 24px rgba(0, 0, 0, 0.41);
  letter-spacing: .1em;
}

.safe_list {
  margin-top: 260px;
  margin-bottom: 240px;
}

.safe_list:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 750px) {
  .safe_list {
    margin-top: 260px;
    margin-bottom: 50px;
  }
}

.safe_img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.safe_image {
  margin-top: -10px;
}

.safe_item {
  float: left;
  position: relative;
  display: block;
  height: 409px;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 750px) {
  .safe_item {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
  }
}

.safe_item:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.8;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.safe_item:hover {
  box-shadow: 0px 15px 24px 0px rgba(26, 68, 40, 0.42);
}

.safe_item:hover:before {
  opacity: 1;
}

.safe_title {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: .4em;
  line-height: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.safe_title span {
  display: block;
  font-size: 30px;
  line-height: 40px;
}

.safe_var-1 {
  width: 416px;
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .safe_var-1 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-1:before {
  background-image: -webkit-linear-gradient(66deg, #51b394 0%, #ffca4b 0%, #71ffad 0%, #51b394 0%, #8cda89 100%);
  background-image: linear-gradient(24deg, #51b394 0%, #ffca4b 0%, #71ffad 0%, #51b394 0%, #8cda89 100%);
}

.safe_var-2 {
  width: 774px;
}

@media only screen and (max-width: 750px) {
  .safe_var-2 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-2:before {
  background-image: -webkit-linear-gradient(66deg, #51b394 0%, #b2e984 0%, #71ffad 0%, #88d78a 0%, #fff079 100%);
  background-image: linear-gradient(24deg, #51b394 0%, #b2e984 0%, #71ffad 0%, #88d78a 0%, #fff079 100%);
}

.safe_var-3 {
  width: 1200px;
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .safe_var-3 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-3:before {
  background-image: -webkit-linear-gradient(66deg, #51b394 0%, #f9ef7a 0%, #71ffad 0%, #62ba8f 0%, #a9db83 100%);
  background-image: linear-gradient(24deg, #51b394 0%, #f9ef7a 0%, #71ffad 0%, #62ba8f 0%, #a9db83 100%);
}

.safe_var-4 {
  width: 590px;
}

@media only screen and (max-width: 750px) {
  .safe_var-4 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-4:before {
  background-image: -webkit-linear-gradient(66deg, #71ffad 0%, #ffbc76 0%, #51b394 0%, #9bd385 0%, #e1e87c 100%);
  background-image: linear-gradient(24deg, #71ffad 0%, #ffbc76 0%, #51b394 0%, #9bd385 0%, #e1e87c 100%);
}

.safe_var-5 {
  width: 594px;
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .safe_var-5 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-5:before {
  background-image: -webkit-linear-gradient(66deg, #71ffad 0%, #51b394 0%, #51b394 0%, #51b394 0%, #51b394 100%);
  background-image: linear-gradient(24deg, #71ffad 0%, #51b394 0%, #51b394 0%, #51b394 0%, #51b394 100%);
}

.safe_var-6 {
  width: 596px;
  margin-right: 0px;
}

@media only screen and (max-width: 750px) {
  .safe_var-6 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-6:before {
  background-image: -webkit-linear-gradient(66deg, #71ffad 0%, #ffae75 0%, #51b394 0%, #ffba76 0%, #ffea79 100%);
  background-image: linear-gradient(24deg, #71ffad 0%, #ffae75 0%, #51b394 0%, #ffba76 0%, #ffea79 100%);
}

.safe_var-7 {
  width: 1200px;
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .safe_var-7 {
    width: 100%;
    margin-right: 0;
  }
}

.safe_var-7:before {
  background-image: -webkit-linear-gradient(66deg, #71ffad 0%, #f66d73 0%, #51b394 0%, #f66d73 0%, #fe9275 100%);
  background-image: linear-gradient(24deg, #71ffad 0%, #f66d73 0%, #51b394 0%, #f66d73 0%, #fe9275 100%);
}

.concept {
  background: url("../img/bg-concept.png") center top no-repeat;
  margin-bottom: 10px;
  margin-top: 155px;
  padding-top: 90px;
}

@media only screen and (max-width: 750px) {
  .concept {
    margin-top: 0px;
    margin-bottom: 50px;
    background: none;
  }
}

.concept_image {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  margin-top: -10px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 2s;
  transition: all 2s;
}

@media only screen and (max-width: 750px) {
  .concept_image {
    margin: 0;
    width: 100%;
    display: block;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.concept_item {
  text-align: center;
  height: 240px;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.concept_item.active .concept_image {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.concept_item.active:nth-of-type(1) {
  padding-right: 330px;
}

.concept_item:nth-of-type(2) .concept_image {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.concept_item:nth-of-type(2) .concept_content {
  text-align: left;
}

.concept_item.active:nth-of-type(2) {
  padding-left: 410px;
}

.concept_item.active:nth-of-type(2) .concept_image {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.concept_item.active:nth-of-type(3) {
  padding-right: 330px;
}

@media only screen and (max-width: 750px) {
  .concept_item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto;
    position: relative;
    margin-top: 40px;
  }
}

.concept_content {
  display: inline-block;
  width: 525px;
  text-align: right;
  vertical-align: top;
}

@media only screen and (max-width: 750px) {
  .concept_content {
    padding-top: 100px;
    width: 100%;
    display: block;
    text-align: center !important;
  }
}

.concept_title {
  letter-spacing: .05em;
  line-height: 22px;
  color: #2b3139;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.concept_text {
  letter-spacing: .05em;
  line-height: 22px;
  color: #2b3139;
}

.you {
  letter-spacing: .025em;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .you {
    margin-bottom: 50px;
  }
  .you p {
    margin-top: 20px;
  }
}

.you_title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  clear: both;
}

@media only screen and (max-width: 750px) {
  .you_title {
    padding-bottom: 20px;
  }
}

.you_item {
  clear: both;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .you_item br.dn {
    display: none;
  }
}

@media only screen and (min-width: 1279px) {
  .you_item.w50 {
    clear: none;
    width: calc(50% - 40px);
    float: left;
    margin-right: 40px;
  }
  .you_item.w50 .absolute {
    position: absolute;
    top: 0;
    right: -40px;
  }
  .you_item.w50.w-right {
    margin-right: 0;
    margin-left: 40px;
  }
  .you_item.w50 .you_alt {
    top: 70px;
  }
}

.you_item_dib {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
}

@media only screen and (max-width: 750px) {
  .you_item_dib {
    display: block;
    width: 100%;
  }
}

.you_image {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .you_image {
    display: block;
  }
}

.you_image img {
  display: block;
}

@media only screen and (max-width: 750px) {
  .you_image img {
    max-width: 100%;
    margin: auto;
  }
}

.you_alt {
  line-height: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: .025em;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 320px;
  width: 200px;
}

@media only screen and (max-width: 750px) {
  .you_alt {
    position: static;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .you_alt br {
    display: none;
  }
}

.tests {
  position: relative;
  padding-top: 230px;
  margin-top: 82px;
  margin-bottom: 100px;
  background: url("../img/bg-tests.jpg") top center no-repeat;
}

@media only screen and (min-width: 1900px) {
  .tests {
    background-size: 100% auto;
    margin-bottom: 50px;
  }
}

.tests .test {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.55);
}

.about {
  text-align: center;
  line-height: 22px;
  color: #2b3139;
  letter-spacing: .05em;
}

.about .wrapper {
  padding-top: 180px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .about .wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.about_title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  font-size: 120%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
}

.about p {
  max-width: 524px;
  margin: auto;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.about p:nth-of-type(2) {
  max-width: 397px;
}

.about p:nth-of-type(3) {
  max-width: 353px;
}

.about img {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.about .hide {
  opacity: 0;
}

.page-404 {
  background: url("../img/404.png") center;
  background-size: cover;
  text-align: center;
}

.page-404 span {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #404040;
}

.page-404 span:nth-child(1) {
  font-size: 30px;
  line-height: 10px;
}

.page-404 span:nth-child(2) {
  font-size: 100px;
  line-height: 100px;
}

.page-404 .test_btn, .page-404 .news_btn, .page-404 .popup_btn, .page-404 .popup_btn_in {
  margin-top: 20px;
}

.page-404_content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.imaps .big_title {
  margin-bottom: -150px;
  position: relative;
  z-index: 21;
}

@media only screen and (max-width: 750px) {
  .imaps .big_title {
    margin-bottom: 0px;
  }
}

.imaps_image {
  position: relative;
}

.imaps_abs {
  position: absolute;
  left: 0;
  top: 0;
}

.imaps_abs_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.imaps_abs_h.active {
  opacity: 1;
  z-index: 2;
}

.imaps_mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

@media only screen and (max-width: 750px) {
  .imaps img {
    display: none;
  }
}

.imaps_info-map {
  position: absolute;
  top: 230px;
  right: 100px;
  z-index: 22;
}

@media only screen and (max-width: 750px) {
  .imaps_info-map {
    position: static;
    margin: 20px auto;
    width: 250px;
  }
}

.imaps_info-map i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: rgba(235, 72, 71, 0.2);
  position: relative;
  border-radius: 100%;
  margin-right: 10px;
}

.imaps_info-map i:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #eb4847;
  border-radius: 100%;
}

.imaps_info-map span {
  display: block;
  margin-bottom: 13px;
  letter-spacing: .025em;
  font-size: 14px;
}

.imaps_info-map span:nth-child(2) i {
  background: rgba(68, 174, 110, 0.2);
}

.imaps_info-map span:nth-child(2) i:before {
  background: #44ae6e;
}

.imaps_obl {
  position: absolute;
  letter-spacing: .05em;
  font-size: 14px;
  color: #fff;
  z-index: 5;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

@media only screen and (max-width: 750px) {
  .imaps_obl {
    position: static;
    padding: 100px 0;
  }
}

.imaps_obl i {
  width: 59px;
  height: 23px;
  background: url("../img/i.png");
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 750px) {
  .imaps_obl i {
    display: block;
    position: static;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    margin: auto;
  }
}

.imaps_obl.active i {
  opacity: 1;
  bottom: 100%;
}

.imaps_obl.var-1 {
  top: 420px;
  left: 480px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-1 {
    background: url("../img/1-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-2 {
  top: 520px;
  left: 730px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-2 {
    background: url("../img/2-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-3 {
  top: 360px;
  left: 490px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-3 {
    background: url("../img/3-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-4 {
  top: 420px;
  left: 200px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-4 {
    background: url("../img/4-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-5 {
  top: 420px;
  left: 830px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-5 {
    background: url("../img/5-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-6 {
  top: 656px;
  left: 497px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-6 {
    background: url("../img/6-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-7 {
  top: 536px;
  left: 570px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-7 {
    background: url("../img/7-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-8 {
  top: 330px;
  left: 710px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-8 {
    background: url("../img/8-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-9 {
  top: 540px;
  left: 210px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-9 {
    background: url("../img/9-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_obl.var-10 {
  top: 340px;
  left: 260px;
}

@media only screen and (max-width: 750px) {
  .imaps_obl.var-10 {
    background: url("../img/0-mob.png") center no-repeat;
    background-size: contain;
  }
}

.imaps_inform {
  background: url("../img/clock.png") bottom right no-repeat;
  margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .imaps_inform {
    background-position: calc(50% + 50px) bottom;
  }
}

.imaps_item {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .imaps_item {
    width: 100%;
  }
}

.imaps_item span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: .05em;
  display: block;
  line-height: 45px;
}

.imaps_item.middle {
  width: 450px;
  margin-left: 100px;
}

@media only screen and (max-width: 750px) {
  .imaps_item.middle {
    width: 100%;
    margin-left: 0;
  }
}

.imaps_item.middle .imaps_li {
  margin-left: 75px;
}

.imaps_item.middle img {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -75px;
  display: block;
}

.imaps_item.first {
  text-align: center;
  width: 330px;
  font-size: 16px;
  letter-spacing: .05em;
}

@media only screen and (max-width: 750px) {
  .imaps_item.first {
    width: 100%;
  }
  .imaps_item.first img {
    max-width: 80%;
    display: block;
    margin: auto;
  }
}

.imaps_item.first span {
  font-size: 52px;
  margin-top: 30px;
  line-height: 65px;
}

.imaps_li {
  position: relative;
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 50px;
}

@media only screen and (max-width: 750px) {
  .imaps_li {
    margin-top: 20px;
    margin-left: 75px;
  }
}

.imaps_title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .075em;
}

@media only screen and (max-width: 750px) {
  .imaps_title {
    text-align: center;
    margin-top: 40px;
  }
}

.popup_btn {
  display: block;
  margin: auto;
  margin-top: 30px;
  width: 220px;
  text-align: center;
}

.popup_btn_in {
  display: block;
  margin: auto;
  margin-top: 30px;
  width: 194px;
  text-align: center;
}

.popup {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 999;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
  padding: 25px 25px;
}

@media only screen and (max-width: 750px) {
  .popup {
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 99999999;
  }
}

.popup .graphic_after-title {
  margin-bottom: 20px;
}

.popup_close {
  position: absolute;
  top: 18px;
  right: 21px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.popup_close:before, .popup_close:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #dadada;
  display: block;
  top: 50%;
  position: absolute;
}

.popup_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_close:hover:before, .popup_close:hover:after {
  background: #000;
}

.subs_form {
  font-size: 0;
  letter-spacing: .05em;
  line-height: 16px;
  width: 520px;
}

@media only screen and (max-width: 750px) {
  .subs_form {
    width: 100%;
  }
}

.subs_form .help-block {
  opacity: 0;
  margin-bottom: 5px;
}

.subs_form .has-error {
  color: #f66d73;
}

.subs_form .has-error .help-block {
  opacity: 1;
  padding: 0 10px;
}

.subs_form .has-error .form-control {
  border: #f66d73 solid 1px;
}

.subs_form .done .form-control {
  border: #63ca96 solid 1px;
}

.subs_form .form-control {
  display: block;
  width: 100%;
  height: 55px;
  border: #e9e9e9 solid 1px;
  border-radius: 7px;
  padding: 0 10px;
}

.subs_form .form-control:focus {
  border: #63ca96 solid 1px;
}

.subs_form .control-label {
  padding: 0 10px;
}

.subs_form .form-group {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0 10px;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  .subs_form .form-group {
    display: block;
    margin: auto;
  }
}

.subs_form .form-group.tell {
  width: 500px;
}

@media only screen and (max-width: 750px) {
  .subs_form .form-group.tell {
    width: 240px;
  }
}

.subs_form.done .contact_done {
  opacity: 1;
  visibility: visible;
}

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

/*
     FILE ARCHIVED ON 05:49:57 May 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:38:06 Sep 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.497
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.013
  esindex: 0.009
  cdx.remote: 3.878
  LoadShardBlock: 3367.907 (3)
  PetaboxLoader3.datanode: 178.275 (4)
  PetaboxLoader3.resolve: 3217.786 (3)
  load_resource: 70.376
*/