@charset "UTF-8";
/* layouts */
/* line 2, layout.scss.liquid */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 6, layout.scss.liquid */
input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

/* line 7, layout.scss.liquid */
input::-moz-placeholder {
  color: #fff;
  opacity: 1; }

/* Firefox 19+ */
/* line 8, layout.scss.liquid */
input:-moz-placeholder {
  color: #fff;
  opacity: 1; }

/* Firefox 18- */
/* line 9, layout.scss.liquid */
input:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

/* line 10, layout.scss.liquid */
iframe[name="google_conversion_frame"] {
  display: none; }

/* line 13, layout.scss.liquid */
input:focus::-webkit-input-placeholder {
  opacity: 0; }

/* line 16, layout.scss.liquid */
input:focus::-moz-placeholder {
  opacity: 0; }

/* line 19, layout.scss.liquid */
input:focus:-ms-input-placeholder {
  opacity: 0; }

/* line 22, layout.scss.liquid */
input:focus:-moz-placeholder {
  opacity: 0; }

/* line 24, layout.scss.liquid */
html {
  overflow-x: hidden; }

/* line 28, layout.scss.liquid */
body {
  overflow-x: hidden;
  min-width: 320px; }

/* common class */
/* line 38, layout.scss.liquid */
.wrap {
  max-width: 1200px; }

/* данные классы используются для стилизации крупных блоков. */
/* line 47, layout.scss.liquid */
.section--program {
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/bg_program.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 2%;
  width: 100%;
  position: relative; }
/* line 56, layout.scss.liquid */
.section--welcome {
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/bg_welcome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  overflow: hidden; }
/* line 64, layout.scss.liquid */
.section--header {
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 999;
  width: 100%;
  transition: all 300ms;
  position: absolute; }
/* line 75, layout.scss.liquid */
.section--registration {
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/bg_transparent.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 2%;
  width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  margin-top: 120px; }
  @media (max-width: 1400px) {
    /* line 75, layout.scss.liquid */
    .section--registration {
      background-position: 100% 50%; } }
  @media (max-width: 640px) {
    /* line 75, layout.scss.liquid */
    .section--registration {
      background-position: 85% 50%;
      margin-top: 80px; } }
/* line 94, layout.scss.liquid */
.section--reviews {
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/bg_reviews.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  width: 100%;
  overflow: hidden; }
/* line 103, layout.scss.liquid */
.section--infopartners {
  width: 100%;
  background: #e4e4e4;
  padding-bottom: 4em; }
  @media (max-width: 640px) {
    /* line 103, layout.scss.liquid */
    .section--infopartners {
      padding-bottom: 0em; } }
/* line 112, layout.scss.liquid */
.section--map {
  position: relative; }
/* line 115, layout.scss.liquid */
.section--footer {
  background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/bg-footer.jpg), #373737;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  width: 100%;
  padding: 1em 0;
  height: 120px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media (max-width: 800px) {
    /* line 115, layout.scss.liquid */
    .section--footer {
      height: auto;
      background-image: none;
      background: #373737; } }

/* sidebar */
/* line 142, layout.scss.liquid */
.underline {
  text-decoration: underline; }

/* line 146, layout.scss.liquid */
.owl-prev {
  background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/arrleft.svg);
  height: 40px;
  width: 40px;
  z-index: 999;
  left: -40px;
  position: absolute;
  top: -20px;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8; }

/* line 160, layout.scss.liquid */
.owl-next {
  background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/arrright.svg);
  height: 40px;
  width: 40px;
  z-index: 999;
  right: -5px;
  position: absolute;
  top: -20px;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8; }

/* line 173, layout.scss.liquid */
.owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none; }

/* line 179, layout.scss.liquid */
.owl-carousel {
  padding: 1rem !important;
  width: 94%;
  margin: auto; }

/* line 189, layout.scss.liquid */
.modals_popup-head {
  font-family: 'Code-Pro';
  margin-bottom: 1em;
  font-size: 20px; }
  @media (max-width: 640px) {
    /* line 189, layout.scss.liquid */
    .modals_popup-head {
      font-size: 18px; } }

/* line 197, layout.scss.liquid */
.one-click_popup {
  display: block;
  background-color: #fff;
  width: 400px;
  z-index: 810;
  margin: auto;
  position: relative;
  border: 2px solid #232323;
  border-radius: 10px;
  padding: 20px !important;
  display: none; }

/* line 210, layout.scss.liquid */
.callback_popup {
  border-radius: 10px;
  padding: 20px !important;
  background: #fff;
  width: 500px;
  margin: auto;
  position: relative; }
  @media (max-width: 640px) {
    /* line 210, layout.scss.liquid */
    .callback_popup {
      width: 400px; } }
  @media (max-width: 480px) {
    /* line 210, layout.scss.liquid */
    .callback_popup {
      width: 320px; } }
  @media (max-width: 375px) {
    /* line 210, layout.scss.liquid */
    .callback_popup {
      width: 300px; } }

/* line 227, layout.scss.liquid */
.input_error {
  border-color: rgba(255, 0, 0, 0.38) !important; }

/* line 230, layout.scss.liquid */
.callback_message-inner {
  text-align: center;
  color: #3B8EC8;
  transition: all 200ms;
  opacity: 0; }

/* line 236, layout.scss.liquid */
.callback_message-inner:after {
  content: ''; }

/* line 239, layout.scss.liquid */
.callback_popup form button, .one-click_popup form button {
  width: auto;
  padding: 0.45em 1.5em;
  font-family: 'Code-Pro';
  background: #c10238;
  color: #fff;
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 1em; }

/* line 250, layout.scss.liquid */
.callback_popup input, .one-click_popup input {
  width: 100%;
  height: 35px;
  border: 2px solid #141414;
  margin-bottom: 1em;
  font-family: 'Code-Pro';
  padding: 5px; }

/* line 258, layout.scss.liquid */
.callback_popup label {
  margin-bottom: 0.5em;
  display: block;
  font-family: 'Code-Pro'; }

/* line 263, layout.scss.liquid */
.callback_popup textarea {
  width: 100%;
  border: 2px solid;
  padding: 5px; }

/* line 268, layout.scss.liquid */
.search-send:focus {
  outline: none !important; }

/* line 271, layout.scss.liquid */
.input_error_text {
  color: #C10238;
  opacity: 0;
  text-align: center; }

/* line 276, layout.scss.liquid */
.callback_bot-inner {
  text-align: center;
  font-family: 'code-pro';
  font-size: 0.8em; }

/* line 281, layout.scss.liquid */
#mod-fast-call-link {
  visibility: visible; }

/* line 284, layout.scss.liquid */
.one-click_popup form button:focus, .one-click_popup input:focus, #mod-fast-call form button:focus, #mod-fast-call input:focus, .review-form input:focus, .review-form textarea:focus, .set-block input:focus {
  outline: none !important; }

/* line 288, layout.scss.liquid */
path.hand-man_2 {
  display: none; }

/* line 291, layout.scss.liquid */
path.hand-man_1 {
  fill: #8DC80E; }

/* line 294, layout.scss.liquid */
.take-part-form-box {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }
  /* line 313, layout.scss.liquid */
  .take-part-form-box span {
    margin-left: 10px;
    color: #ffffff;
    font-family: "Museo Sans Cyrl";
    font-size: 12px;
    font-weight: 300;
    line-height: 18px; }
  /* line 322, layout.scss.liquid */
  .take-part-form-box input {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid white;
    width: 20px;
    min-width: 20px;
    height: 20px; }
    /* line 332, layout.scss.liquid */
    .take-part-form-box input:checked:after {
      content: "";
      background-color: #c10238;
      width: 16px;
      height: 16px;
      font-size: 18px;
      position: absolute;
      top: -1px;
      left: -1px; }

/* line 345, layout.scss.liquid */
.compliance_block_wrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3); }

/* line 354, layout.scss.liquid */
.compliance_block {
  background: #ffffff;
  left: 50%;
  max-height: 95%;
  max-width: 470px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10; }

/* line 367, layout.scss.liquid */
.compliance_title {
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center; }

/* line 372, layout.scss.liquid */
.compliance_text {
  font-size: .9em;
  min-height: 250px;
  padding: 10px;
  resize: vertical;
  width: 100%; }

/* line 379, layout.scss.liquid */
.compliance_block .button {
  display: inline-block;
  min-width: 150px; }

/* line 383, layout.scss.liquid */
.compliance_block .button + .button {
  margin-left: calc(30px - .33em); }

/* line 386, layout.scss.liquid */
.compliance_buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

/* line 391, layout.scss.liquid */
.compliance_buttons button {
  background-color: #c10238;
  color: white;
  transition: 0.5s; }

/* line 396, layout.scss.liquid */
.compliance_buttons button:hover {
  background-color: #c10238; }

/* line 2, header.scss.liquid */
.header-block {
  height: 120px;
  position: relative; }
  @media (min-width: 641px) {
    /* line 2, header.scss.liquid */
    .header-block {
      display: table;
      align-items: center; } }
  @media (max-width: 640px) {
    /* line 2, header.scss.liquid */
    .header-block {
      height: 80px; } }
/* line 13, header.scss.liquid */
.header_fixed {
  position: fixed;
  width: 100%;
  z-index: 999; }

/* line 22, header.scss.liquid */
.logo {
  display: table-cell;
  vertical-align: middle;
  float: none; }
  @media (max-width: 640px) {
    /* line 22, header.scss.liquid */
    .logo {
      line-height: 70px; } }

/* line 28, header.scss.liquid */
.progress {
  padding: 0 2%;
  position: relative; }
  @media (min-width: 641px) {
    /* line 28, header.scss.liquid */
    .progress {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
  /* line 34, header.scss.liquid */
  .progress-line {
    height: 2px;
    line-height: 14px;
    background: #CCC none repeat scroll 0% 0%;
    vertical-align: middle;
    margin-top: 4px;
    left: 45%;
    display: inline-block;
    width: 100%;
    top: 0;
    position: absolute; }
    /* line 45, header.scss.liquid */
    .progress-line_inner {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      background: #8DC80E;
      transition: all 500ms;
      display: none; }
  /* line 56, header.scss.liquid */
  .progress-link {
    display: inline-block;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    float: left;
    position: relative;
    padding-top: 15px;
    color: #fff;
    text-align: center;
    width: 16%;
    color: #fff;
    font-family: 'Code-Pro-Light';
    font-size: 15px;
    font-weight: 600; }
    @media (max-width: 1100px) {
      /* line 56, header.scss.liquid */
      .progress-link {
        font-size: 14px; } }
    @media (max-width: 900px) {
      /* line 56, header.scss.liquid */
      .progress-link {
        font-size: 12px; } }
    /* line 77, header.scss.liquid */
    .progress-link:after {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      vertical-align: middle;
      float: left;
      position: absolute;
      content: '';
      top: 0;
      left: 45%; }
    /* line 92, header.scss.liquid */
    .progress-link--last span {
      display: none; }
    /* line 98, header.scss.liquid */
    .progress-link--active:after {
      background: #c10238; }

/* line 104, header.scss.liquid */
.date {
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/date.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 132px;
  background-position: 0 0;
  position: absolute;
  top: 0;
  right: -10%;
  width: 91%; }
  @media (max-width: 1200px) {
    /* line 104, header.scss.liquid */
    .date {
      right: -0.6rem; } }

/* line 119, header.scss.liquid */
input[name="step"] {
  display: none; }

/* line 123, header.scss.liquid */
.mobile_menu-button {
  color: #fff;
  line-height: 80px;
  font-family: 'Code-Pro';
  font-size: 20px;
  text-align: right; }
  /* line 129, header.scss.liquid */
  .mobile_menu-button:after {
    content: '';
    background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/menu.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-left: 0.2em;
    vertical-align: middle;
    background-position: 0; }
/* line 142, header.scss.liquid */
.mobile_menu--open {
  display: block !important;
  position: absolute;
  right: 0.5rem;
  top: 60%;
  width: 50%;
  background: #373737;
  color: #fff;
  padding: 0.5em;
  z-index: 99; }
  @media (max-width: 480px) {
    /* line 142, header.scss.liquid */
    .mobile_menu--open {
      width: 65%; } }
/* line 156, header.scss.liquid */
.mobile_menu-link {
  display: block;
  color: #fff;
  padding: 0.3em;
  font-family: 'Code-Pro'; }

/* line 163, header.scss.liquid */
.mobile_menu.mobile_menu--open {
  display: block !important; }

/* line 1, registration.scss.liquid */
.registration {
  position: relative; }
  /* line 3, registration.scss.liquid */
  .registration-title {
    margin-top: 30%;
    margin-bottom: 0.5em;
    color: #fff;
    font-family: 'Code-Pro-Bold';
    font-size: 44px; }
    @media (max-width: 640px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 40px;
        text-align: center;
        margin-top: 15%; } }
    @media (max-width: 560px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 34px; } }
    @media (max-width: 480px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 32px; } }
    @media (max-width: 450px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 30px; } }
    @media (max-width: 400px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 26px; } }
    @media (max-width: 375px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 24px; } }
    @media (max-width: 350px) {
      /* line 3, registration.scss.liquid */
      .registration-title {
        font-size: 22px; } }
    /* line 32, registration.scss.liquid */
    .registration-title.go {
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }

@media (max-width: 1100px) {
  /* line 38, registration.scss.liquid */
  .form {
    margin-bottom: 1em; } }
/* line 43, registration.scss.liquid */
.form-title {
  color: #fff;
  font-family: 'Code-Pro-Light';
  font-size: 32px;
  margin-bottom: 1em; }
  @media (max-width: 640px) {
    /* line 43, registration.scss.liquid */
    .form-title {
      font-size: 30px;
      text-align: center; } }
  @media (max-width: 560px) {
    /* line 43, registration.scss.liquid */
    .form-title {
      font-size: 26px; } }
  @media (max-width: 480px) {
    /* line 43, registration.scss.liquid */
    .form-title {
      font-size: 22px; } }
  @media (max-width: 400px) {
    /* line 43, registration.scss.liquid */
    .form-title {
      font-size: 20px; } }
  /* line 61, registration.scss.liquid */
  .form-title.go {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
/* line 66, registration.scss.liquid */
.form-input {
  background: transparent;
  border: 2px solid #fff;
  padding: 0.45em 0.5rem;
  color: #fff; }
  @media (max-width: 640px) {
    /* line 66, registration.scss.liquid */
    .form-input {
      margin-bottom: 1em;
      text-align: center; } }
/* line 76, registration.scss.liquid */
.form-button {
  font-family: 'Code-Pro';
  background: #c10238;
  color: #fff;
  padding: 0.45em 0;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%; }
  @media (max-width: 1100px) {
    /* line 76, registration.scss.liquid */
    .form-button {
      width: auto;
      padding: 0.45em 1.5em; }
      /* line 87, registration.scss.liquid */
      .form-button_wraps {
        text-align: center;
        margin-left: 0 !important;
        margin-top: 0.5em; } }
    @media (max-width: 1100px) and (max-width: 640px) {
      /* line 87, registration.scss.liquid */
      .form-button_wraps {
        margin-top: 0em !important;
        padding-top: 0em !important; } }

  @media (max-width: 640px) {
    /* line 76, registration.scss.liquid */
    .form-button {
      width: 100%;
      padding: 0.7em 1.5em; } }

/* line 103, registration.scss.liquid */
.techman {
  position: absolute;
  right: 0;
  top: 3%;
  width: 13%; }
  @media (max-width: 1100px) {
    /* line 103, registration.scss.liquid */
    .techman {
      right: 3%; } }
  @media (max-width: 640px) {
    /* line 103, registration.scss.liquid */
    .techman {
      display: none; } }
  /* line 114, registration.scss.liquid */
  .techman-img {
    width: 100%; }

/* line 118, registration.scss.liquid */
#own_preloader {
  background: #fff;
  padding: 2em;
  border-radius: 5px;
  font-family: 'Code-Pro';
  line-height: 1.5em; }
  @media (max-width: 640px) {
    /* line 118, registration.scss.liquid */
    #own_preloader {
      font-size: 0.8em;
      left: 9% !important;
      width: 80% !important;
      text-align: center;
      padding: 2em 1em; } }

/* line 133, registration.scss.liquid */
.touch .mouse-image {
  display: none; }
/* line 136, registration.scss.liquid */
.touch .mouse {
  height: 30px;
  width: 30px;
  opacity: 0.8;
  display: inline-block;
  background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/double_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%; }

/* line 148, registration.scss.liquid */
.online_tv iframe {
  width: 100%;
  height: 445px; }
  @media (max-width: 880px) {
    /* line 148, registration.scss.liquid */
    .online_tv iframe {
      height: 400px; } }
  @media (max-width: 640px) {
    /* line 148, registration.scss.liquid */
    .online_tv iframe {
      height: 360px; } }
  @media (max-width: 480px) {
    /* line 148, registration.scss.liquid */
    .online_tv iframe {
      height: 300px; } }
/* line 161, registration.scss.liquid */
.online_tv-video {
  margin: 1.5rem 0; }
/* line 164, registration.scss.liquid */
.online_tv-title {
  margin-top: 10%;
  margin-bottom: 0.5em;
  color: #fff;
  font-family: 'Code-Pro-Bold';
  font-size: 44px;
  text-align: center; }
  @media (max-width: 640px) {
    /* line 164, registration.scss.liquid */
    .online_tv-title {
      font-size: 34px; } }
  @media (max-width: 480px) {
    /* line 164, registration.scss.liquid */
    .online_tv-title {
      font-size: 32px; } }
  @media (max-width: 375px) {
    /* line 164, registration.scss.liquid */
    .online_tv-title {
      font-size: 22px; } }

@font-face {
  font-family: 'Code-Pro';
  src: url("Code-Pro.eot");
  src: url("Code-Pro.eot?#iefix") format("embedded-opentype"), url("Code-Pro.woff") format("woff"), url("Code-Pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Code-Pro-Black';
  src: url("Code-Pro-Black.eot");
  src: url("Code-Pro-Black.eot?#iefix") format("embedded-opentype"), url("Code-Pro-Black.woff") format("woff"), url("Code-Pro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Code-Pro-Light';
  src: url("Code-Pro-Light.eot");
  src: url("Code-Pro-Light.eot?#iefix") format("embedded-opentype"), url("Code-Pro-Light.woff") format("woff"), url("Code-Pro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Code-Pro-Bold';
  src: url("Code-Pro-Bold.eot");
  src: url("Code-Pro-Bold.eot?#iefix") format("embedded-opentype"), url("Code-Pro-Bold.woff") format("woff"), url("Code-Pro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/* line 1, welcome.scss.liquid */
.welcome {
  text-align: center;
  position: relative; }
  /* line 2, welcome.scss.liquid */
  .welcome-title {
    font-family: 'Code-Pro';
    font-size: 42px;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      /* line 2, welcome.scss.liquid */
      .welcome-title {
        font-size: 34px; } }
    @media (max-width: 480px) {
      /* line 2, welcome.scss.liquid */
      .welcome-title {
        font-size: 32px; } }
    @media (max-width: 375px) {
      /* line 2, welcome.scss.liquid */
      .welcome-title {
        font-size: 22px; } }
  /* line 16, welcome.scss.liquid */
  .welcome #hand-man {
    height: 66%;
    width: 66%;
    position: absolute;
    left: -10.3%;
    bottom: 0; }
    /* line 22, welcome.scss.liquid */
    .welcome #hand-man:hover {
      cursor: pointer; }
  /* line 26, welcome.scss.liquid */
  .welcome-head {
    position: absolute;
    right: 0;
    bottom: 0; }
    /* line 30, welcome.scss.liquid */
    .welcome-head img {
      width: 200px; }
  /* line 34, welcome.scss.liquid */
  .welcome-hand {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: block;
    z-index: 99; }
    /* line 45, welcome.scss.liquid */
    .welcome-hand:hover {
      cursor: pointer; }

/* line 52, welcome.scss.liquid */
.mackbook {
  display: inline-block;
  margin: 2em 0;
  vertical-align: top;
  width: 45%;
  position: relative;
  margin-bottom: 10em; }
  @media (max-width: 980px) {
    /* line 52, welcome.scss.liquid */
    .mackbook {
      width: 60%; } }
  /* line 63, welcome.scss.liquid */
  .mackbook:hover {
    cursor: pointer; }
  /* line 66, welcome.scss.liquid */
  .mackbook:after {
    content: '';
    background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/macbook.png);
    background-size: 100% 100%;
    width: 162%;
    height: 147%;
    position: absolute;
    top: -19%;
    left: -32%;
    background-repeat: no-repeat;
    z-index: 0; }
  /* line 79, welcome.scss.liquid */
  .mackbook--play iframe {
    z-index: 99;
    position: relative; }
  /* line 83, welcome.scss.liquid */
  .mackbook--play:after {
    z-index: 0; }
  /* line 86, welcome.scss.liquid */
  .mackbook--play ~ .mackbook iframe {
    z-index: 99;
    position: relative; }

/* line 92, welcome.scss.liquid */
#welcome-hand_svg {
  transform: translateY(100%);
  width: 51%;
  bottom: 0;
  overflow: visible;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

@media (max-width: 1200px) {
  /* line 106, welcome.scss.liquid */
  .welcome-hand {
    display: none !important; } }

/* line 111, welcome.scss.liquid */
#mackbook-video {
  width: 100%; }
  @media (max-width: 1100px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 280px; } }
  @media (max-width: 1000px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 250px; } }
  @media (max-width: 980px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 335px; } }
  @media (max-width: 980px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 310px; } }
  @media (max-width: 800px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 275px; } }
  @media (max-width: 720px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 245px; } }
  @media (max-width: 640px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 220px; } }
  @media (max-width: 570px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 195px; } }
  @media (max-width: 500px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 175px; } }
  @media (max-width: 460px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 150px; } }
  @media (max-width: 375px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 120px; } }
  @media (max-width: 320px) {
    /* line 111, welcome.scss.liquid */
    #mackbook-video {
      height: 105px; } }

/*animations*/
@-webkit-keyframes widthAnimate {
  0% {
    width: 51%; }
  50% {
    width: 52%; }
  100% {
    width: 51%; } }
@keyframes widthAnimate {
  0% {
    width: 51%; }
  50% {
    width: 52%; }
  100% {
    width: 51%; } }
/* line 24, animate.scss */
.width_animate {
  -webkit-animation-name: widthAnimate;
  animation-name: widthAnimate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/******************
* Bounce in right *
*******************/
/* line 35, animate.scss */
.growIns {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

/* line 40, animate.scss */
.growIns {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 48, animate.scss */
.bounceOuts {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 56, animate.scss */
html.js.cssanimations.no-touch {
  /* Added by Andy Meetan */
  /***********
  * bounceIn *
  ************/
  /****************
  * bounceInRight *
  ****************/
  /******************
  * Bounce in left *
  *******************/
  /******************
  * Bounce in up *
  *******************/
  /******************
  * Bounce in down *
  *******************/
  /**********
  * Fade In *
  **********/
  /**********
  * Grow in *
  ***********/
  /********
  * Shake *
  ********/
  /********
  * ShakeUp *
  ********/
  /*************
  * FadeInLeft *
  *************/
  /*************
  * FadeInRight *
  *************/
  /*************
  * FadeInUp *
  *************/
  /*************
  * FadeInDown *
  *************/
  /*****************
  * rotateIn *
  *****************/
  /*****************
  * rotateInUpLeft *
  *****************/
  /*******************
  * rotateInDownLeft *
  *******************/
  /******************
  * rotateInUpRight *
  *******************/
  /********************
  * rotateInDownRight *
  ********************/
  /*********
  * rollIn *
  **********/
  /*********
  * wiggle *
  **********/
  /********
  * swing *
  *********/
  /*******
  * tada *
  ********/
  /*********
  * wobble *
  **********/
  /********
  * pulse *
  *********/
  /***************
  * lightSpeedInRight *
  ****************/
  /***************
  * lightSpeedInLeft *
  ****************/
  /*******
  * Flip *
  *******/
  /**********
  * flipInX *
  **********/
  /**********
  * flipInY *
  **********/
  /*****************
  * Out animations *
  *****************/
  /************
  * bounceOut *
  *************/
  /************
  * bounceOutUp *
  *************/
  /************
  * bounceOutDown *
  *************/
  /************
  * bounceOutLeft *
  *************/
  /************
  * bounceOutRight *
  *************/
  /************
  * fadeOut *
  *************/
  /************
  * fadeOutUp *
  *************/
  /************
  * fadeOutDown *
  *************/
  /************
  * fadeOutLeft *
  *************/
  /************
  * fadeOutRight *
  *************/
  /************
  * flipOutX *
  *************/
  /************
  * flipOutY *
  *************/
  /************
  * lightSpeedOutRight *
  *************/
  /************
  * lightSpeedOutLeft *
  *************/
  /************
  * rotateOut *
  *************/
  /************
  * rotateOutUpLeft *
  *************/
  /************
  * rotateOutDownLeft *
  *************/
  /************
  * rotateOutUpRight *
  *************/
  /************
  * rollOut *
  *************/
  /*****************
  * Short Animations
  *******************/
  /*********************
  * fadeInUpShort
  *********************/
  /*********************
  * fadeInDownShort
  *********************/
  /*********************
  * fadeInRightShort 
  *********************/
  /*********************
  * fadeInLeftShort 
  *********************/ }
  /* line 57, animate.scss */
  html.js.cssanimations.no-touch .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  /* line 63, animate.scss */
  html.js.cssanimations.no-touch .slow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  /* line 69, animate.scss */
  html.js.cssanimations.no-touch .slower {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  /* line 75, animate.scss */
  html.js.cssanimations.no-touch .slowest {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  /* line 83, animate.scss */
  html.js.cssanimations.no-touch .delay-250 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  /* line 89, animate.scss */
  html.js.cssanimations.no-touch .delay-500 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  /* line 95, animate.scss */
  html.js.cssanimations.no-touch .delay-750 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  /* line 101, animate.scss */
  html.js.cssanimations.no-touch .delay-1000 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s; }
  /* line 107, animate.scss */
  html.js.cssanimations.no-touch .delay-1250 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s; }
  /* line 113, animate.scss */
  html.js.cssanimations.no-touch .delay-1500 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  /* line 119, animate.scss */
  html.js.cssanimations.no-touch .delay-1750 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s; }
  /* line 125, animate.scss */
  html.js.cssanimations.no-touch .delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s; }
  /* line 131, animate.scss */
  html.js.cssanimations.no-touch .delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  /* line 137, animate.scss */
  html.js.cssanimations.no-touch .delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s; }
  /* line 143, animate.scss */
  html.js.cssanimations.no-touch .delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s; }
  /* line 149, animate.scss */
  html.js.cssanimations.no-touch .delay-3000 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s; }
  /* line 155, animate.scss */
  html.js.cssanimations.no-touch .delay-3500 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s; }
  /* line 162, animate.scss */
  html.js.cssanimations.no-touch .bounceInRight, html.js.cssanimations.no-touch .bounceInLeft, html.js.cssanimations.no-touch .bounceInUp, html.js.cssanimations.no-touch .bounceInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px); }
  /* line 167, animate.scss */
  html.js.cssanimations.no-touch .fadeInRight, html.js.cssanimations.no-touch .fadeInLeft, html.js.cssanimations.no-touch .fadeInUp, html.js.cssanimations.no-touch .fadeInDown {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px); }
  /* line 173, animate.scss */
  html.js.cssanimations.no-touch .flipInX, html.js.cssanimations.no-touch .flipInY, html.js.cssanimations.no-touch .rotateIn, html.js.cssanimations.no-touch .rotateInUpLeft, html.js.cssanimations.no-touch .rotateInUpRight, html.js.cssanimations.no-touch .rotateInDownLeft, html.js.cssanimations.no-touch .rotateDownUpRight, html.js.cssanimations.no-touch .rollIn {
    opacity: 0; }
  /* line 177, animate.scss */
  html.js.cssanimations.no-touch .lightSpeedInRight, html.js.cssanimations.no-touch .lightSpeedInLeft {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px); }
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
  /* line 216, animate.scss */
  html.js.cssanimations.no-touch .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
  /* line 267, animate.scss */
  html.js.cssanimations.no-touch .bounceIn.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  60% {
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  60% {
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  /* line 317, animate.scss */
  html.js.cssanimations.no-touch .bounceInRight.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  60% {
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  60% {
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  /* line 366, animate.scss */
  html.js.cssanimations.no-touch .bounceInLeft.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  60% {
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  60% {
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 415, animate.scss */
  html.js.cssanimations.no-touch .bounceInUp.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  60% {
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  60% {
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 465, animate.scss */
  html.js.cssanimations.no-touch .bounceInDown.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
  /* line 484, animate.scss */
  html.js.cssanimations.no-touch .fadeIn {
    opacity: 0; }
  /* line 487, animate.scss */
  html.js.cssanimations.no-touch .fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    opacity: 1; } }
  /* line 524, animate.scss */
  html.js.cssanimations.no-touch .growIn {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0; }
  /* line 530, animate.scss */
  html.js.cssanimations.no-touch .growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn; }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
  /* line 548, animate.scss */
  html.js.cssanimations.no-touch .shake.go {
    -webkit-animation-name: shake;
    animation-name: shake; }
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px); } }
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateY(10px); } }
  /* line 566, animate.scss */
  html.js.cssanimations.no-touch .shakeUp.go {
    -webkit-animation-name: shakeUp;
    animation-name: shakeUp; }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  /* line 601, animate.scss */
  html.js.cssanimations.no-touch .fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px); }
  /* line 606, animate.scss */
  html.js.cssanimations.no-touch .fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  /* line 642, animate.scss */
  html.js.cssanimations.no-touch .fadeInRight {
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px); }
  /* line 647, animate.scss */
  html.js.cssanimations.no-touch .fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 682, animate.scss */
  html.js.cssanimations.no-touch .fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px); }
  /* line 687, animate.scss */
  html.js.cssanimations.no-touch .fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px); }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 722, animate.scss */
  html.js.cssanimations.no-touch .fadeInDown {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px); }
  /* line 727, animate.scss */
  html.js.cssanimations.no-touch .fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
  /* line 759, animate.scss */
  html.js.cssanimations.no-touch .rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn; }
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
  /* line 792, animate.scss */
  html.js.cssanimations.no-touch .rotateInUpLeft.go {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
  /* line 824, animate.scss */
  html.js.cssanimations.no-touch .rotateInDownLeft.go {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
  /* line 857, animate.scss */
  html.js.cssanimations.no-touch .rotateInUpRight.go {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight; }
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
  /* line 890, animate.scss */
  html.js.cssanimations.no-touch .rotateInDownRight.go {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight; }
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
  /* line 907, animate.scss */
  html.js.cssanimations.no-touch .rollIn.go {
    -webkit-animation-name: rollIn;
    animation-name: rollIn; }
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }
@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
  /* line 942, animate.scss */
  html.js.cssanimations.no-touch .wiggle.go {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
  /* line 968, animate.scss */
  html.js.cssanimations.no-touch .swing.go {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
  /* line 993, animate.scss */
  html.js.cssanimations.no-touch .tada.go {
    -webkit-animation-name: tada;
    animation-name: tada; }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
  /* line 1020, animate.scss */
  html.js.cssanimations.no-touch .wobble.go {
    -webkit-animation-name: wobble;
    animation-name: wobble; }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
  /* line 1039, animate.scss */
  html.js.cssanimations.no-touch .pulse.go {
    -webkit-animation-name: pulse;
    animation-name: pulse; }
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
  /* line 1059, animate.scss */
  html.js.cssanimations.no-touch .lightSpeedInRight.go {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
  /* line 1081, animate.scss */
  html.js.cssanimations.no-touch .lightSpeedInLeft.go {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
  /* line 1136, animate.scss */
  html.js.cssanimations.no-touch .flip.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip; }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
  /* line 1178, animate.scss */
  html.js.cssanimations.no-touch .flipInX.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX; }
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
  /* line 1221, animate.scss */
  html.js.cssanimations.no-touch .flipInY.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY; }
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
  /* line 1268, animate.scss */
  html.js.cssanimations.no-touch .bounceOut.goAway {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
  /* line 1302, animate.scss */
  html.js.cssanimations.no-touch .bounceOutUp.goAway {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp; }
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
  /* line 1336, animate.scss */
  html.js.cssanimations.no-touch .bounceOutDown.goAway {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
  /* line 1371, animate.scss */
  html.js.cssanimations.no-touch .bounceOutLeft.goAway {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
  /* line 1405, animate.scss */
  html.js.cssanimations.no-touch .bounceOutRight.goAway {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  /* line 1421, animate.scss */
  html.js.cssanimations.no-touch .fadeOut.goAway {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
  /* line 1449, animate.scss */
  html.js.cssanimations.no-touch .fadeOutUp.goAway {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
  /* line 1477, animate.scss */
  html.js.cssanimations.no-touch .fadeOutDown.goAway {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
  /* line 1505, animate.scss */
  html.js.cssanimations.no-touch .fadeOutLeft.goAway {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
  /* line 1533, animate.scss */
  html.js.cssanimations.no-touch .fadeOutRight.goAway {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
  /* line 1560, animate.scss */
  html.js.cssanimations.no-touch .flipOutX.goAway {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
  /* line 1590, animate.scss */
  html.js.cssanimations.no-touch .flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY; }
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
  /* line 1608, animate.scss */
  html.js.cssanimations.no-touch .lightSpeedOutRight.goAway {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0; } }
  /* line 1627, animate.scss */
  html.js.cssanimations.no-touch .lightSpeedOutLeft.goAway {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
  /* line 1662, animate.scss */
  html.js.cssanimations.no-touch .rotateOut.goAway {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut; }
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
  /* line 1695, animate.scss */
  html.js.cssanimations.no-touch .rotateOutUpLeft.goAway {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
  /* line 1728, animate.scss */
  html.js.cssanimations.no-touch .rotateOutDownLeft.goAway {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
  /* line 1760, animate.scss */
  html.js.cssanimations.no-touch .rotateOutUpRight.goAway {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight; }
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
  /* line 1788, animate.scss */
  html.js.cssanimations.no-touch .rollOut.goAway {
    -webkit-animation-name: rollOut;
    animation-name: rollOut; }
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 1820, animate.scss */
  html.js.cssanimations.no-touch .fadeInUpShort {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  /* line 1825, animate.scss */
  html.js.cssanimations.no-touch .fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort; }
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  /* line 1854, animate.scss */
  html.js.cssanimations.no-touch .fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  /* line 1859, animate.scss */
  html.js.cssanimations.no-touch .fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort; }
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  /* line 1887, animate.scss */
  html.js.cssanimations.no-touch .fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  /* line 1892, animate.scss */
  html.js.cssanimations.no-touch .fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort; }
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  /* line 1920, animate.scss */
  html.js.cssanimations.no-touch .fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  /* line 1925, animate.scss */
  html.js.cssanimations.no-touch .fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort; }

/* line 1, program.scss */
.program {
  position: relative;
  z-index: 1;
  color: #fff; }
  /* line 4, program.scss */
  .program-days {
    padding-right: 15%;
    margin-bottom: 2em;
    position: relative;
    z-index: 99; }
    @media (max-width: 800px) {
      /* line 4, program.scss */
      .program-days {
        padding-right: 0%; } }
  /* line 13, program.scss */
  .program-head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  /* line 20, program.scss */
  .program-title {
    font-family: 'Code-Pro';
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 1em 0; }
    @media (max-width: 640px) {
      /* line 20, program.scss */
      .program-title {
        padding: 0.5em 0;
        font-size: 38px; } }
    @media (max-width: 480px) {
      /* line 20, program.scss */
      .program-title {
        padding: 0.8em 0;
        font-size: 32px; } }
    @media (max-width: 375px) {
      /* line 20, program.scss */
      .program-title {
        font-size: 26px; } }
  /* line 41, program.scss */
  .program-text_first {
    font-family: 'Code-Pro';
    font-size: 22px;
    padding-right: 10%;
    position: relative;
    z-index: 1; }
    @media (max-width: 800px) {
      /* line 41, program.scss */
      .program-text_first {
        font-size: 18px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 1em; } }
    @media (max-width: 640px) {
      /* line 41, program.scss */
      .program-text_first {
        font-size: 16px; } }
  /* line 59, program.scss */
  .program-day_item {
    list-style: none;
    padding: 1em 0; }
    /* line 63, program.scss */
    .program-day_item div {
      font-family: 'Code-Pro';
      font-size: 22px; }
      @media (min-width: 800px) and (max-width: 900px) {
        /* line 63, program.scss */
        .program-day_item div {
          font-size: 20px; } }
      @media (max-width: 480px) {
        /* line 63, program.scss */
        .program-day_item div {
          font-size: 18px; } }
    /* line 73, program.scss */
    .program-day_item span {
      font-family: 'Code-Pro-light';
      font-size: 22px; }
    /* line 77, program.scss */
    .program-day_item:first-child {
      border-right: 2px dashed #fff; }
  /* line 81, program.scss */
  .program-day_date {
    font-size: 30px !important; }
    @media (max-width: 480px) {
      /* line 81, program.scss */
      .program-day_date {
        font-size: 20px !important; } }
  /* line 87, program.scss */
  .program-day_list {
    border: 2px solid #fff;
    padding: 20px; }
    @media (max-width: 480px) {
      /* line 87, program.scss */
      .program-day_list {
        padding: 20px 10px; } }
  /* line 94, program.scss */
  .program-section_1 {
    margin-bottom: 1.5em; }
  /* line 97, program.scss */
  .program-section_2 {
    margin-bottom: 1.5em; }
  /* line 100, program.scss */
  .program-ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.5em; }
    /* line 104, program.scss */
    .program-ul a {
      color: #fff;
      text-decoration: underline; }
  /* line 109, program.scss */
  .program-ol {
    padding-left: 1.5em;
    line-height: 1.5em; }
  @media (max-width: 800px) {
    /* line 113, program.scss */
    .program-list {
      padding-right: 5%; } }

/* line 119, program.scss */
.day {
  display: table;
  margin-bottom: 1em; }
  @media (max-width: 800px) {
    /* line 119, program.scss */
    .day {
      padding-right: 0% !important;
      text-align: center;
      margin-bottom: 2em; } }
  @media (max-width: 640px) {
    /* line 119, program.scss */
    .day {
      margin-bottom: 2em; } }
  @media (min-width: 801px) {
    /* line 130, program.scss */
    .day > div {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
  /* line 135, program.scss */
  .day-img {
    width: 100%; }
    @media (max-width: 800px) {
      /* line 135, program.scss */
      .day-img {
        width: auto;
        text-align: center;
        margin: auto; } }
  /* line 143, program.scss */
  .day-icon {
    padding-right: 9%; }
    @media (max-width: 800px) {
      /* line 143, program.scss */
      .day-icon {
        padding-right: 0%;
        height: 100px;
        text-align: center;
        margin-bottom: 1em; } }
  /* line 152, program.scss */
  .day_one {
    padding-right: 5%; }
  @media (max-width: 800px) {
    /* line 156, program.scss */
    .day_two {
      margin-bottom: 0em; } }
  /* line 161, program.scss */
  .day-title {
    font-family: 'Code-Pro';
    font-size: 20px;
    margin-bottom: 0.5em; }
    @media (max-width: 640px) {
      /* line 161, program.scss */
      .day-title {
        text-align: center; } }
  /* line 169, program.scss */
  .day-making {
    font-family: 'Code-Pro-Light';
    font-size: 15px; }
    @media (max-width: 640px) {
      /* line 169, program.scss */
      .day-making {
        text-align: center; } }
  /* line 176, program.scss */
  .day-description {
    font-family: 'Code-Pro';
    font-size: 15px;
    display: block;
    color: #fff; }
    @media (max-width: 640px) {
      /* line 176, program.scss */
      .day-description {
        text-align: center; } }
  /* line 185, program.scss */
  .day-button {
    text-align: center;
    font-family: 'Code-Pro';
    font-size: 18px;
    color: #c31f3c;
    margin-top: 1em;
    position: relative;
    display: inline-block;
    border-bottom: 2px dashed; }
  /* line 195, program.scss */
  .day-more {
    text-align: left; }
    @media (max-width: 800px) {
      /* line 195, program.scss */
      .day-more {
        display: none;
        padding: 0 2em; } }
    @media (max-width: 480px) {
      /* line 195, program.scss */
      .day-more {
        padding: 0 1em; } }
    /* line 204, program.scss */
    .day-more--open {
      display: block; }

/* line 209, program.scss */
.more-wrap {
  text-align: center; }

/* line 1, speakers.scss */
.speakers {
  padding-bottom: 2em; }
  /* line 3, speakers.scss */
  .speakers-title {
    font-family: 'Code-Pro';
    font-size: 42px;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      /* line 3, speakers.scss */
      .speakers-title {
        font-size: 34px; } }
    @media (max-width: 480px) {
      /* line 3, speakers.scss */
      .speakers-title {
        font-size: 32px; } }
    @media (max-width: 375px) {
      /* line 3, speakers.scss */
      .speakers-title {
        font-size: 22px; } }
  /* line 17, speakers.scss */
  .speakers-block {
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    padding: 2em 0; }
    @media (max-width: 480px) {
      /* line 17, speakers.scss */
      .speakers-block {
        padding: 1em 0; } }
  /* line 25, speakers.scss */
  .speakers-item {
    text-align: center;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  /* line 30, speakers.scss */
  .speakers-square {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    display: block;
    height: 170px;
    width: 170px;
    z-index: 99;
    position: relative;
    margin: auto;
    margin-bottom: 1em; }
    @media (max-width: 900px) {
      /* line 30, speakers.scss */
      .speakers-square {
        height: 140px;
        width: 140px; } }
    @media (max-width: 480px) {
      /* line 30, speakers.scss */
      .speakers-square {
        height: 120px;
        width: 120px; } }
    @media (max-width: 375px) {
      /* line 30, speakers.scss */
      .speakers-square {
        height: 90px;
        width: 90px; } }
  /* line 54, speakers.scss */
  .speakers-name {
    font-family: 'Code-Pro';
    font-size: 14px; }
  /* line 58, speakers.scss */
  .speakers-company {
    font-family: 'Code-Pro';
    font-size: 14px;
    color: #c10238; }
    @media (max-width: 375px) {
      /* line 58, speakers.scss */
      .speakers-company {
        font-size: 10px; } }
  @media (min-width: 1201px) {
    /* line 66, speakers.scss */
    .speakers-button {
      margin-left: 68%; } }
  @media (max-width: 1200px) {
    /* line 66, speakers.scss */
    .speakers-button {
      text-align: center;
      padding: 1em 0; } }
  @media (max-width: 375px) {
    /* line 66, speakers.scss */
    .speakers-button {
      font-size: 12px; } }
  /* line 78, speakers.scss */
  .speakers-modal {
    width: auto;
    padding: 0.45em 1.5em;
    font-family: 'Code-Pro';
    background: #c10238;
    color: #fff; }

/* line 1, reviews.scss.liquid */
.reviews {
  background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/s_logo.png);
  background-repeat: no-repeat;
  background-position: 95% 95%;
  padding-bottom: 2em;
  background-size: 50px; }
  /* line 7, reviews.scss.liquid */
  .reviews-block {
    padding-right: 2em; }
    @media (max-width: 800px) {
      /* line 7, reviews.scss.liquid */
      .reviews-block {
        padding-right: 1em; } }
  /* line 13, reviews.scss.liquid */
  .reviews-title {
    color: #fff;
    font-family: 'Code-Pro';
    font-size: 42px;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      /* line 13, reviews.scss.liquid */
      .reviews-title {
        font-size: 34px; } }
    @media (max-width: 480px) {
      /* line 13, reviews.scss.liquid */
      .reviews-title {
        font-size: 32px; } }
    @media (max-width: 375px) {
      /* line 13, reviews.scss.liquid */
      .reviews-title {
        font-size: 22px; } }
  /* line 28, reviews.scss.liquid */
  .reviews-inner {
    position: relative;
    padding: 1.5em;
    border: 2px solid #fff;
    border-bottom: none;
    color: #fff;
    font-family: 'Code-Pro';
    font-size: 14px; }
    /* line 36, reviews.scss.liquid */
    .reviews-inner:after {
      content: '';
      width: 100%;
      height: 50px;
      bottom: -48px;
      left: 0;
      background: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/arr_bottom.png);
      position: absolute;
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat; }
      @media (min-width: 500px) and (max-width: 768px) {
        /* line 36, reviews.scss.liquid */
        .reviews-inner:after {
          height: 49px; } }
  /* line 52, reviews.scss.liquid */
  .reviews-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 0; }
    @media (max-width: 1000px) {
      /* line 52, reviews.scss.liquid */
      .reviews-img {
        height: 50px;
        width: 50px; } }
  /* line 66, reviews.scss.liquid */
  .reviews-author {
    padding-left: 25%;
    margin-top: 10px;
    color: #fff;
    position: relative;
    padding-bottom: 10%; }
    @media (max-width: 768px) {
      /* line 66, reviews.scss.liquid */
      .reviews-author {
        padding-left: 5%;
        margin-top: 45px; } }
  /* line 77, reviews.scss.liquid */
  .reviews-name {
    font-family: 'Code-Pro';
    font-size: 16px;
    padding-top: 15px;
    padding-left: 80px; }
    @media (max-width: 1000px) {
      /* line 77, reviews.scss.liquid */
      .reviews-name {
        padding-top: 5px;
        padding-left: 60px; } }
  /* line 87, reviews.scss.liquid */
  .reviews-company {
    font-family: 'Code-Pro-Light';
    font-size: 16px;
    padding-left: 80px; }
    @media (max-width: 1000px) {
      /* line 87, reviews.scss.liquid */
      .reviews-company {
        padding-left: 60px; } }
    /* line 94, reviews.scss.liquid */
    .reviews-company a {
      color: #fff;
      font-family: 'Code-Pro'; }

/* line 101, reviews.scss.liquid */
.one-reviews.owl-carousel .owl-stage {
  margin: auto; }

/* line 1, sponsors.scss */
.spons {
  padding-bottom: 2em; }
  /* line 3, sponsors.scss */
  .spons-title {
    font-family: 'Code-Pro';
    font-size: 42px;
    text-transform: uppercase; }
    @media (max-width: 640px) {
      /* line 3, sponsors.scss */
      .spons-title {
        font-size: 34px; } }
    @media (max-width: 480px) {
      /* line 3, sponsors.scss */
      .spons-title {
        font-size: 32px; } }
    @media (max-width: 375px) {
      /* line 3, sponsors.scss */
      .spons-title {
        font-size: 22px; } }
  /* line 17, sponsors.scss */
  .spons-item {
    display: inline-block;
    vertical-align: middle;
    max-height: 55px;
    position: relative;
    margin-right: 4em;
    text-align: start;
    margin-bottom: 2em; }
    @media (max-width: 800px) {
      /* line 17, sponsors.scss */
      .spons-item {
        margin-right: 2em; } }
    /* line 28, sponsors.scss */
    .spons-item:hover .spons-img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
      -moz-filter: grayscale(0%); }
  /* line 34, sponsors.scss */
  .spons-img {
    width: auto !important;
    max-height: 55px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out; }
  /* line 43, sponsors.scss */
  .spons-wrap {
    padding: 0 6em;
    text-align: center; }
    @media (max-width: 800px) {
      /* line 43, sponsors.scss */
      .spons-wrap {
        padding: 0 0 0 0.5rem; } }
  /* line 50, sponsors.scss */
  .spons-modal {
    width: auto;
    padding: 0.45em 1.5em;
    font-family: 'Code-Pro';
    background: #c10238;
    color: #fff; }

/* line 58, sponsors.scss */
.spons-wrap.animated.fadeInUpShort {
  display: block !important; }

/* line 2, infopartners.scss */
.infopartners-title {
  font-family: 'Code-Pro';
  font-size: 42px;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    /* line 2, infopartners.scss */
    .infopartners-title {
      font-size: 34px;
      margin: 0.5em 0 0.5em 0; } }
  @media (max-width: 480px) {
    /* line 2, infopartners.scss */
    .infopartners-title {
      font-size: 32px; } }
  @media (max-width: 375px) {
    /* line 2, infopartners.scss */
    .infopartners-title {
      font-size: 22px; } }
/* line 17, infopartners.scss */
.infopartners p {
  display: inline-block;
  vertical-align: middle;
  max-height: 40px;
  position: relative;
  margin-right: 2em;
  text-align: start;
  margin-bottom: 2em;
  margin-left: 2em; }
  @media (max-width: 800px) {
    /* line 17, infopartners.scss */
    .infopartners p {
      margin-right: 3%;
      margin-top: 2%; } }
  @media (max-width: 420px) {
    /* line 17, infopartners.scss */
    .infopartners p {
      margin-right: 3%;
      margin-left: 3%;
      margin-top: 2%;
      width: 43%;
      text-align: center; } }
  /* line 37, infopartners.scss */
  .infopartners p:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -moz-filter: grayscale(0%); }
/* line 43, infopartners.scss */
.infopartners img {
  width: auto !important;
  height: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out; }
  @media (max-width: 800px) {
    /* line 43, infopartners.scss */
    .infopartners img {
      height: 30px; } }
/* line 55, infopartners.scss */
.infopartners-wrap {
  padding: 0 6em;
  text-align: center; }
  @media (max-width: 800px) {
    /* line 55, infopartners.scss */
    .infopartners-wrap {
      padding: 0 0 0 0.5rem; } }

/* line 63, infopartners.scss */
.infopartners-wrap.animated.fadeInUpShort {
  display: block !important; }

/* line 1, map.scss.liquid */
.map {
  position: relative;
  height: 600px;
  overflow: hidden;
  	/*&-title.go + .map-inner .ymaps-image{
  		 -webkit-animation-duration: 0.8s;
  		  animation-duration: 0.8s;
  		  -webkit-animation-fill-mode: both;
  		  animation-fill-mode: both;
  		  -webkit-animation-name: fadeInDownShort ;
    			animation-name: fadeInDownShort ;
    			-webkit-animation-delay:0.5s;
  		    -moz-animation-delay:0.5s;
  		    -o-animation-delay:0.5s;
  		    animation-delay:0.5s;
  	}*/ }
  @media (max-width: 600px) {
    /* line 1, map.scss.liquid */
    .map {
      height: 670px; } }
  /* line 8, map.scss.liquid */
  .map-title {
    text-align: center;
    color: #c31f3c;
    font-family: 'Code-Pro';
    font-size: 42px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.65);
    margin: 0;
    padding: 0.5em 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    @media (max-width: 640px) {
      /* line 8, map.scss.liquid */
      .map-title {
        font-size: 34px; } }
    @media (max-width: 480px) {
      /* line 8, map.scss.liquid */
      .map-title {
        font-size: 32px; } }
    @media (max-width: 375px) {
      /* line 8, map.scss.liquid */
      .map-title {
        font-size: 22px; } }
  /* line 32, map.scss.liquid */
  .map-inner {
    width: 100%;
    height: 600px;
    padding: 0;
    margin: 0;
    position: absolute; }
    @media (max-width: 600px) {
      /* line 32, map.scss.liquid */
      .map-inner {
        height: 670px; } }
  /* line 39, map.scss.liquid */
  .map-coordinate {
    position: absolute;
    top: 10em;
    left: 5em;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5em 3em 3em 1.5em; }
    @media (max-width: 768px) {
      /* line 39, map.scss.liquid */
      .map-coordinate {
        top: 8em;
        left: 2em; } }
  /* line 50, map.scss.liquid */
  .map-head {
    font-family: 'Code-Pro';
    font-size: 20px;
    color: #c31f3c; }
    @media (max-width: 768px) {
      /* line 50, map.scss.liquid */
      .map-head {
        font-size: 14px; } }
  /* line 58, map.scss.liquid */
  .map-text {
    font-family: 'Code-Pro';
    font-size: 20px;
    margin-bottom: 1em; }
    /* line 62, map.scss.liquid */
    .map-text a {
      color: #383838; }
    @media (max-width: 768px) {
      /* line 58, map.scss.liquid */
      .map-text {
        font-size: 14px; } }
  /* line 69, map.scss.liquid */
  .map-img {
    position: absolute;
    border: 5px solid #c31f3c;
    border-radius: 50%;
    overflow: hidden;
    width: 50%;
    right: -16%;
    bottom: -22%; }
    /* line 77, map.scss.liquid */
    .map-img img {
      width: 101%; }
  /* line 81, map.scss.liquid */
  .map-coordinate_wrap {
    position: relative; }
  /* line 84, map.scss.liquid */
  .map .ymaps-image {
    /*position: absolute;
    left: -20px;
    top: -190px;
    width: 138px;
    height: 170px;
    background-image: url(https://assets3.insales.ru/assets/1/5917/1292061/1572381860/pointer.png);*/
    background-size: 30px 42px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999; }
  /* line 110, map.scss.liquid */
  .map-baloon {
    text-align: center;
    font-family: 'Code-Pro'; }
    /* line 113, map.scss.liquid */
    .map-baloon a {
      color: #C52E49;
      display: inline-block;
      margin-top: 5px;
      font-weight: bold; }

/* line 2, footer.scss */
.footer-title {
  color: #fff;
  font-family: 'Code-Pro-Light';
  font-size: 18px; }
  @media (max-width: 800px) {
    /* line 2, footer.scss */
    .footer-title {
      margin-bottom: 0.5em; } }
/* line 10, footer.scss */
.footer-menu_item {
  color: #fff;
  font-family: 'Code-Pro';
  font-size: 24px;
  border-left: 2px solid #fff;
  padding: 0 1em 0 1em; }
  @media (min-width: 951px) and (max-width: 1100px) {
    /* line 10, footer.scss */
    .footer-menu_item {
      font-size: 20px; } }
  @media (min-width: 701px) and (max-width: 950px) {
    /* line 10, footer.scss */
    .footer-menu_item {
      font-size: 18px; } }
  /* line 22, footer.scss */
  .footer-menu_item:first-child {
    padding: 0 1em 0 0em;
    border-left: none; }
  @media (max-width: 700px) {
    /* line 10, footer.scss */
    .footer-menu_item {
      display: block;
      border: none;
      text-align: center;
      padding: 0 !important; } }
/* line 33, footer.scss */
.footer-logo {
  border-right: 1px solid #fff;
  height: 81px;
  padding-top: 5px; }
  @media (max-width: 800px) {
    /* line 33, footer.scss */
    .footer-logo {
      text-align: center;
      border-right: none;
      height: auto;
      padding-bottom: 5px; } }
/* line 44, footer.scss */
.footer-center {
  padding: 0 3em;
  border-right: 1px solid #fff;
  height: 81px;
  padding-top: 15px; }
  @media (max-width: 800px) {
    /* line 44, footer.scss */
    .footer-center {
      text-align: center;
      border-right: none;
      height: auto;
      padding-bottom: 15px; } }
/* line 56, footer.scss */
.footer-contact {
  color: #fff;
  font-family: 'Code-Pro-Light';
  font-size: 15px;
  text-align: right; }
  @media (max-width: 800px) {
    /* line 56, footer.scss */
    .footer-contact {
      text-align: center; } }
/* line 65, footer.scss */
.footer-social_icon {
  height: 2em; }
/* line 68, footer.scss */
.footer-social {
  margin-bottom: 1em; }
/* line 71, footer.scss */
.footer-social_link {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: top; }
@media (max-width: 800px) {
  /* line 76, footer.scss */
  .footer-email {
    margin-bottom: 0.3em; } }
