@charset "utf-8";

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  background: #fff;
  font-family: "Fira Sans";
  line-height: 1.25;
  margin: 0; }

html, body {
  height: 100%; }

.site-wrapper {
  min-height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column; }
  .site-wrapper.dark {
    color: #fff; }
    .site-wrapper.dark::before {
      background: rgba(0, 0, 0, 0.7);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .site-wrapper.dark .site-name a {
      color: #fff; }
    .site-wrapper.dark .modal-click a {
      background: #ffde54;
      color: #222; }
  .site-wrapper.light {
    color: #222; }
    .site-wrapper.light::before {
      background: rgba(252, 252, 252, 0.7);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .site-wrapper.light .site-name a, .site-wrapper.light .phone a {
      color: #222; }
    .site-wrapper.light .modal-click a {
      background: #5559ff;
      color: #fff; }

.site-header {
  min-height: 90px;
  padding: 72px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  @media (max-width: 1170px) {
  .site-header {
    padding: 50px 60px; } }
  @media (max-width: 1024px) {
  .site-header {
    padding: 30px; } }
  @media (max-width: 940px) {
  .site-header {
    padding: 20px; } }
  @media (max-width: 690px) {
  .site-header {
    flex-wrap: wrap; } }
  .site-header .left-part {
    max-width: 500px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;}
    @media (max-width: 690px) {
  .site-header .left-part {
    max-width: 100%;
    width: 100%;
    justify-content: center; } }
    @media (max-width: 479px) {
  .site-header .left-part {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap; } }
  @media (max-width: 690px) {
    .site-header .right-part {
      max-width: 100%;
      width: 100%; } }
  .site-header .logo {
    margin-right: 30px; }
    @media (max-width: 940px) {
  .site-header .logo {
    margin-right: 20px; } }
    @media (max-width: 479px) {
  .site-header .logo {
    margin: 0 auto 10px; } }
    .site-header .logo a {
      display: inline-block;
      max-width: 200px;
      font-size: 0; }
    .site-header .logo img {
      max-width: 100%; }
  .site-header .site-name {
    font-family: "Fira Sans";
    font-size: 2em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal; }
    @media (max-width: 940px) {
  .site-header .site-name {
    font-size: 1.6em; } }
    @media (max-width: 479px) {
  .site-header .site-name {
    width: 100%;
    text-align: center; } }
    .site-header .site-name a {
      text-decoration: none;
      color: #fff; }
    .site-header .site-name .site-desc {
      opacity: 0.7;
      font-family: "Fira Sans";
      font-size: 0.5em;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      letter-spacing: normal; }
  .site-header .phone {
    font-family: "Fira Sans";
    font-size: 2em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: right; }
    @media (max-width: 940px) {
  .site-header .phone {
    font-size: 1.6em; } }
    @media (max-width: 690px) {
  .site-header .phone {
    text-align: center; } }
    .site-header .phone a {
      color: #fff;
      text-decoration: none; }

.site-container {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .site-container .tech-info .text {
    font-size: 5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 70px; }
    @media (max-width: 1170px) {
    .site-container .tech-info .text {
      font-size: 3.8em; } }
    @media (max-width: 1024px) {
    .site-container .tech-info .text {
      margin-bottom: 40px; } }
    @media (max-width: 940px) {
    .site-container .tech-info .text {
      font-size: 2.8em;
      margin-bottom: 30px; } }
    @media (max-width: 690px) {
    .site-container .tech-info .text {
      font-size: 1.8em;
      margin-bottom: 20px; } }
    @media (max-width: 580px) {
    .site-container .tech-info .text {
      font-size: 1.8em;
      margin-bottom: 20px;
      padding: 0 15px; } }
    .site-container .tech-info .text span {
      opacity: 0.7;
      display: block;
      margin-top: 18px;
      font-weight: 300;
      font-size: 0.45em;
      text-align: center;
      font-style: normal;
      line-height: normal;
      font-stretch: normal;
      letter-spacing: normal; }
      @media (max-width: 940px) {
    .site-container .tech-info .text span {
      font-size: 0.4em; } }
      @media (max-width: 690px) {
    .site-container .tech-info .text span {
      font-size: 0.5em;
      margin-top: 12px; } }
    .site-container .tech-info .modal-click {
      display: flex;
      align-items: center;
      justify-content: center; }
    .site-container .tech-info .modal-click a {
      width: 400px;
      height: 88px;
      border-radius: 44px;
      box-shadow: 0 12px 16px -10px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      font-size: 2em;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 690px) {
    .site-container .tech-info .modal-click a {
      width: 370px;
      height: 78px; } }
      @media (max-width: 580px) {
    .site-container .tech-info .modal-click a {
      width: 200px;
      height: 48px;
      font-size: 1em; } }

.plupload.html5 {
  display: none; }

.remodal[data-remodal-id="questions-form"] {
  border-radius: 12px;
  text-align: left;
  max-width: 500px; }
  @media (max-width: 480px) {
  .remodal[data-remodal-id="questions-form"] {
    padding: 45px 20px 20px; } }
  .remodal[data-remodal-id="questions-form"] .tpl-anketa__title {
    font-family: "Fira Sans";
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #222;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
    .remodal[data-remodal-id="questions-form"] .tpl-anketa__title {
      font-size: 26px; } }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa .tpl-field {
      margin-bottom: 30px; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa .field-note, .remodal[data-remodal-id="questions-form"] .tpl-anketa .upload-count {
      color: #6d6d6d;
      font-size: 12px; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa .field-title {
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      color: #555;
      display: block;
      font-family: "Fira Sans";
      text-align: left;
      margin-bottom: 10px; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa input[type=text], .remodal[data-remodal-id="questions-form"] .tpl-anketa input[type=email], .remodal[data-remodal-id="questions-form"] .tpl-anketa input[type=phone], .remodal[data-remodal-id="questions-form"] .tpl-anketa textarea, .remodal[data-remodal-id="questions-form"] .tpl-anketa select {
      min-height: 48px;
      border-radius: 2px;
      background-color: #fff;
      border: none;
      border: 2px solid #e5e5e5;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      outline: none;
      padding: 20px; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa .type-radio_group ul, .remodal[data-remodal-id="questions-form"] .tpl-anketa .type-multi_checkbox ul, .remodal[data-remodal-id="questions-form"] .tpl-anketa .type-checkbox ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa .type-upload input[type="button"] {
      min-height: 48px;
      border-radius: 2px;
      background-color: #fff;
      border: none;
      border: 2px solid #e5e5e5;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      outline: none;
      padding: 0 20px; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa .type-calendar_interval input[type="text"] {
      display: inline-block;
      width: auto;
      outline: none;
      padding: 10px; }
    .remodal[data-remodal-id="questions-form"] .tpl-anketa a {
      color: #2379ef; }
  .remodal[data-remodal-id="questions-form"] .remodal-close-btn {
    border: none;
    font-size: 0;
    position: absolute;
    top: 16px;
    right: 19px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 480px) {
  .remodal[data-remodal-id="questions-form"] .remodal-close-btn {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0; } }
  .remodal[data-remodal-id="questions-form"] .tpl-form-button {
    border: none;
    width: 200px;
    height: 72px;
    border-radius: 44px;
    box-shadow: 0 12px 16px -10px rgba(0, 0, 0, 0.3);
    background-color: #222;
    font-family: "Fira Sans";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 16px 50px;
    outline: none; }
    
footer {
  background: #fdfdfd; }
  footer .footer-copyright {
    text-align: right;
    max-width: 1024px;
    margin: 0 auto;
    padding: 15px 20px; }
    footer .footer-copyright span {
      font-size: 14px !important; }
    footer .footer-copyright a {
      color: #2379ef; }