html {
  margin: 0;
  padding: 0; }
  html * {
    font-family: "Raleway", sans-serif; }

h1, h2, h3, h4, h5, h6, .h1 {
  font-family: "Raleway", sans-serif;
  width: 100%;
  color: #333333;
  line-height: 120%;
  font-style: normal; }

h1 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 40px;
      font-weight: 600; } }

h2, .h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 32px; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 40px;
      font-weight: 600; } }

h3 {
  font-size: 40px;
  font-weight: 600; }

h4 {
  font-size: 32px;
  font-weight: 600; }

h5 {
  font-size: 24px;
  font-weight: 500; }

h6 {
  font-size: 20px;
  font-weight: 500; }

body {
  margin: 0;
  padding: 0;
  color: #333333;
  overflow-x: hidden;
  background: #fff;
  font-family: "Raleway", sans-serif; }
  body.nonscroll {
    overflow: hidden; }
  body section {
    padding: 100px 0; }
    @media (max-width: 991px) {
      body section {
        padding: 52px 0; } }
    body section a {
      text-decoration: underline !important;
      color: #009a87; }
      body section a:hover {
        color: #FAB216; }
    body section ul {
      padding: 0 20px;
      margin-bottom: 30px; }
      body section ul ul li {
        color: #333333; }
        body section ul ul li:before {
          background: #009a87 !important; }
        body section ul ul li a {
          color: #333333;
          text-decoration: none !important; }
      body section ul li {
        list-style-type: none;
        line-height: 32px;
        color: #333333; }
        body section ul li:before {
          content: " ";
          position: absolute;
          width: 6px;
          height: 6px;
          background: #009a87;
          margin-left: -15px;
          margin-top: 13px;
          border-radius: 50%; }
    body section ol {
      padding: 0 20px;
      margin-bottom: 30px; }
      body section ol li {
        line-height: 42px;
        color: #333333;
        padding-left: 5px; }
        body section ol li:hover::marker {
          color: #3475E0; }
        body section ol li::marker {
          color: #909090;
          margin-right: 5px; }
    body section table tr td, body section table tr th {
      color: #333333;
      font-size: 14px;
      line-height: 28px; }

::placeholder {
  color: #909090;
  font-size: 18px;
  font-weight: 400; }

a, p {
  font-size: 16px;
  line-height: 135%; }

a {
  font-weight: 600; }

p {
  font-weight: 400; }

.big {
  margin-bottom: 48px; }
  .big p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; }

input[type^='submit'] {
  width: 100%; }
  input[type^='submit']:hover {
    border: 1px solid #ffffff00; }
  input[type^='submit']:disabled {
    color: #909090;
    background: #E7E7E7; }
    input[type^='submit']:disabled:hover {
      box-shadow: none;
      border: 1px solid #ffffff00 !important; }
  input[type^='submit'].blue {
    color: #fff !important; }

.btn, input[type^='submit'] {
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none !important;
  line-height: 100%; }
  .btn:hover, input[type^='submit']:hover {
    color: #fff;
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1); }
  .btn.green, input[type^='submit'].green {
    background: #009a87; }
    .btn.green:hover, input[type^='submit'].green:hover {
      background: #03592D; }
  .btn.blue, input[type^='submit'].blue {
    background: #3475E0; }
    .btn.blue a, input[type^='submit'].blue a {
      color: #fff;
      text-decoration: none !important;
      line-height: 100%; }
    .btn.blue:hover, input[type^='submit'].blue:hover {
      background: #295CB6; }
  .btn.orange, input[type^='submit'].orange {
    background: #FAB216; }
    .btn.orange:hover, input[type^='submit'].orange:hover {
      background: #CC9112; }
  .btn.red, input[type^='submit'].red {
    background: #EB332C; }
    .btn.red:hover, input[type^='submit'].red:hover {
      background: #A6241F; }
  .btn.white, input[type^='submit'].white {
    background: #fff;
    color: #3475E0 !important; }
    .btn.white:hover, input[type^='submit'].white:hover {
      background: #F5F5F5; }
  .btn.blue-border, input[type^='submit'].blue-border {
    background: #fff;
    color: #3475E0;
    border: 1px solid #3475E0; }
    .btn.blue-border a, input[type^='submit'].blue-border a {
      text-decoration: none !important;
      line-height: 100%; }

.center-block {
  display: flex;
  align-items: center; }

.delay-250 {
  animation-delay: 0.250s; }

.delay-500 {
  animation-delay: 0.500s; }

.delay-750 {
  animation-delay: 0.750s; }

.delay-950 {
  animation-delay: 0.950s; }

.delay-1250 {
  animation-delay: 1.250s; }

.delay-1500 {
  animation-delay: 1.500s; }

#promo {
  background: linear-gradient(100.72deg, #ed4567, #d449f7);
  padding: 10px 0; }
  #promo p {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px; }

#subheader {
  border-bottom: 1px solid #6563c6;
  background: #5e5cc1;
  padding: 10px 0; }
  #subheader p {
    color: #c7cbe2;
    font-size: 11px;
    margin: 0; }
    #subheader p span {
      color: #a49fdb;
      margin-right: 10px; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  padding: 20px 0;
  background-color: transparent;
  transition: height 0.5s ease;
  z-index: 99999; }
  @media (max-width: 991px) {
    header {
      height: 76px; } }
  header .mobile-main-menu {
    position: relative;
    left: -9300px;
    transition: left 0.5s ease; }
    header .mobile-main-menu nav {
      margin-top: 72px; }
      header .mobile-main-menu nav ul li {
        margin: 24px 0; }
        header .mobile-main-menu nav ul li a {
          text-decoration: none;
          color: #333333;
          font-size: 22px;
          font-style: normal;
          font-weight: 400;
          line-height: 125%; }
          header .mobile-main-menu nav ul li a:hover {
            color: #3475E0; }
    @media (max-width: 991px) {
      header .mobile-main-menu.open {
        display: block;
        left: 24px; } }
  header .mobile-login {
    position: absolute;
    bottom: -9300px;
    transition: bottom 0.5s ease;
    opacity: 0;
    width: 100%;
    padding: 0 24px;
    max-width: 328px; }
    header .mobile-login .btn {
      padding: 12px 40px; }
    @media (max-width: 991px) {
      header .mobile-login.open {
        display: block;
        bottom: 88px;
        opacity: 1;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  header.open {
    height: 100vh;
    display: block;
    position: fixed; }
  header .wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
    header .wrapper .logo {
      display: inline-flex; }
    header .wrapper nav {
      display: inline-flex;
      align-items: center; }
      @media (max-width: 991px) {
        header .wrapper nav {
          display: none; } }
      header .wrapper nav ul {
        display: inline !important;
        position: relative;
        margin-left: 36px; }
        header .wrapper nav ul li {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          margin: 0 11px; }
          header .wrapper nav ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 135%; }
            header .wrapper nav ul li a:hover {
              text-decoration: underline; }
    header .wrapper .right-column {
      display: inline-flex; }
      header .wrapper .right-column ul {
        flex-direction: row !important; }
        @media (max-width: 991px) {
          header .wrapper .right-column ul {
            display: none; } }
        header .wrapper .right-column ul .btn {
          width: 151px;
          padding-left: 0;
          padding-right: 0;
          padding-top: 12px;
          padding-bottom: 12px;
          text-align: center; }
          header .wrapper .right-column ul .btn.blue-border {
            margin-right: 16px; }
      header .wrapper .right-column .mobile-menu {
        display: none;
        cursor: pointer; }
        header .wrapper .right-column .mobile-menu svg path:nth-child(1) {
          transition: transform 0.5s ease; }
        header .wrapper .right-column .mobile-menu svg path:nth-child(2) {
          transition: transform 0.5s ease; }
        header .wrapper .right-column .mobile-menu svg path:nth-child(3) {
          transition: transform 0.5s ease; }
        header .wrapper .right-column .mobile-menu.open svg path:nth-child(1) {
          transform: translate(5px, -0.69px) rotate(45deg); }
        header .wrapper .right-column .mobile-menu.open svg path:nth-child(2) {
          transform: translate(-3px, 12px) rotate(-45deg); }
        header .wrapper .right-column .mobile-menu.open svg path:nth-child(3) {
          transform: translate(-4px, 13px) rotate(0deg); }
        @media (max-width: 991px) {
          header .wrapper .right-column .mobile-menu {
            display: block;
            position: relative; } }

footer {
  background: #19202a;
  padding: 48px 0; }
  @media (max-width: 991px) {
    footer {
      padding: 40px 48px; } }
  @media (max-width: 991px) {
    footer .container-fluid, footer .container {
      padding-left: 0;
      padding-right: 0; } }
  footer .logo-line .logo-section {
    border-bottom: 1px solid #232a36; }
    @media (max-width: 991px) {
      footer .logo-line .logo-section {
        text-align: center; } }
    @media (max-width: 991px) {
      footer .logo-line .logo-section img {
        margin-bottom: 40px; } }
  footer .logo-line .select-block {
    text-align: right; }
    footer .logo-line .select-block p {
      color: #868686;
      font-size: 11px;
      margin-bottom: 0; }
      footer .logo-line .select-block p.bolder {
        font-size: 12px;
        color: #b8bdc5;
        margin-bottom: 10px; }
    @media (max-width: 991px) {
      footer .logo-line .select-block {
        text-align: center; } }
  footer .logo-line ul {
    display: inline !important;
    position: relative; }
    @media (max-width: 991px) {
      footer .logo-line ul {
        display: flex !important;
        flex-direction: column; } }
    footer .logo-line ul li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin: 0 15px; }
      @media (max-width: 991px) {
        footer .logo-line ul li {
          margin: 12px 0; } }
      footer .logo-line ul li:first-child {
        margin-left: 0; }
        @media (max-width: 991px) {
          footer .logo-line ul li:first-child {
            margin-top: 0; } }
      footer .logo-line ul li:last-child {
        margin-right: 0; }
        @media (max-width: 991px) {
          footer .logo-line ul li:last-child {
            margin-bottom: 0; } }
      footer .logo-line ul li a {
        text-decoration: none;
        color: #c4c3c3;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%; }
        footer .logo-line ul li a:hover {
          color: #fff; }
  footer .text-section {
    margin-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      footer .text-section {
        padding-bottom: 0px; } }
    footer .text-section .legal {
      text-align: right; }
    footer .text-section p {
      margin-bottom: 0; }
    footer .text-section .button-column {
      text-align: right; }
      @media (max-width: 991px) {
        footer .text-section .button-column {
          display: none; } }
      footer .text-section .button-column .btn {
        padding: 12px 40px;
        line-height: 100%; }
  footer .footer-copyright .text-center {
    border-bottom: 1px solid #232a36; }
    footer .footer-copyright .text-center a {
      margin: 0 16px; }
      footer .footer-copyright .text-center a:hover img {
        filter: brightness(0) saturate(100%); }
  footer .footer-copyright .bottom-block {
    color: #868686;
    display: none; }

#blog .post {
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  border: 1px solid #e6e6e6; }

#pop-ups {
  position: fixed;
  bottom: 0px;
  height: 100vh;
  z-index: 999999;
  display: flex;
  align-items: flex-end;
  width: 100%;
  opacity: 0;
  transition: 0.3s; }
  #pop-ups.nonscroll {
    background: rgba(51, 51, 51, 0.7);
    bottom: 0;
    opacity: 1; }
  #pop-ups.hidden {
    bottom: 0px;
    opacity: 0;
    transition: 0.3s;
    display: none; }
  #pop-ups .pop-ups {
    background: #fff;
    padding: 24px 0;
    bottom: -200px;
    position: absolute;
    transition: bottom 0.5s ease; }
    #pop-ups .pop-ups.active {
      bottom: 0; }
    #pop-ups .pop-ups.hidden {
      bottom: -200px; }
    @media (max-width: 991px) {
      #pop-ups .pop-ups {
        padding: 24px 12px; } }
    #pop-ups .pop-ups .row {
      display: flex;
      align-items: center; }
      #pop-ups .pop-ups .row .content, #pop-ups .pop-ups .row .buttons {
        background: #fff; }
        #pop-ups .pop-ups .row .content .text, #pop-ups .pop-ups .row .buttons .text {
          max-width: 613px; }
          @media (max-width: 991px) {
            #pop-ups .pop-ups .row .content .text, #pop-ups .pop-ups .row .buttons .text {
              margin-bottom: 24px; } }
          #pop-ups .pop-ups .row .content .text p:last-child, #pop-ups .pop-ups .row .buttons .text p:last-child {
            margin-bottom: 0; }
          #pop-ups .pop-ups .row .content .text p a, #pop-ups .pop-ups .row .buttons .text p a {
            color: #3475E0;
            text-decoration: none !important; }
            #pop-ups .pop-ups .row .content .text p a:hover, #pop-ups .pop-ups .row .buttons .text p a:hover {
              text-decoration: underline !important; }
      #pop-ups .pop-ups .row .buttons {
        display: flex;
        justify-content: flex-end; }
        @media (max-width: 991px) {
          #pop-ups .pop-ups .row .buttons {
            justify-content: center; } }
        #pop-ups .pop-ups .row .buttons #rejectCookieButton {
          margin-right: 16px; }

@keyframes moveDown {
  0% {
    bottom: -200px; }
  100% {
    bottom: 0; } }
.error404 header {
  position: relative;
  z-index: 111; }
.error404 section {
  background: url("../img/404-bg.png") center bottom no-repeat; }
  @media (max-width: 991px) {
    .error404 section {
      padding-top: 64px;
      padding-bottom: 34px;
      text-align: center; }
      .error404 section h1 {
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 60px */
        margin-bottom: 16px; } }
  .error404 section .text {
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      .error404 section .text {
        margin-bottom: 40px; } }
  @media (max-width: 991px) {
    .error404 section img {
      width: 100%; } }
  @media (max-width: 991px) {
    .error404 section #nav-ul-404 {
      margin-bottom: 40px; } }
  .error404 section #nav-ul-404 li {
    margin-bottom: 16px; }
    .error404 section #nav-ul-404 li:before {
      width: 0 !important;
      height: 0 !important; }
    .error404 section #nav-ul-404 li a {
      text-decoration: none !important;
      color: #3475E0;
      font-size: 22px;
      font-weight: 400;
      line-height: 125%;
      /* 27.5px */ }
      .error404 section #nav-ul-404 li a:hover {
        text-decoration: underline !important; }
.error404 footer {
  background: #F5F5F5; }

#talk {
  margin-top: 320px;
  background: url("../img/map.png") left center no-repeat #333333;
  color: #fff;
  padding: 120px 0;
  position: relative; }
  @media (max-width: 991px) {
    #talk {
      margin-top: 270px;
      background-position: -15px -196px;
      padding-bottom: 80px; } }
  #talk h2 {
    color: #fff; }
  #talk .big {
    margin-bottom: 38px; }
  #talk .mobile {
    position: relative; }
    #talk .mobile .video {
      position: absolute;
      top: -317px;
      left: -212px;
      background: url("../img/mobile.svg") no-repeat;
      width: 520px;
      height: 695px; }
      @media (max-width: 991px) {
        #talk .mobile .video {
          left: 43px;
          top: -384px; } }
      @media (max-width: 576px) {
        #talk .mobile .video {
          background: url("../img/mobile-mobile.svg") no-repeat;
          left: 0;
          top: -338px;
          width: 100%; } }
  #talk .video_holder {
    width: 328px;
    height: 572px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #talk .video_holder {
        border-radius: 24px; } }
    @media (max-width: 576px) {
      #talk .video_holder {
        width: 241px;
        height: 422px; } }
  #talk .video_holder video {
    position: relative;
    top: -132px; }
    @media (max-width: 576px) {
      #talk .video_holder video {
        left: -43px;
        height: 541px;
        top: -92px; } }
  #talk .logo_mask {
    position: absolute;
    top: -317px;
    left: -50px;
    display: inline-block;
    -webkit-mask-image: url("../img/mask.svg");
    mask-image: url("../img/mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%; }
    @media (max-width: 991px) {
      #talk .logo_mask {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        border-radius: 24px; } }
  #talk .contacts {
    display: inline-flex; }
    #talk .contacts .contact {
      display: inline-flex;
      text-align: center;
      margin-right: 40px; }
      #talk .contacts .contact:last-child {
        margin-right: 0; }
      #talk .contacts .contact a {
        color: #909090;
        text-decoration: none !important; }
        #talk .contacts .contact a:hover span {
          color: #fff; }
        #talk .contacts .contact a:hover img {
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(321deg) brightness(106%) contrast(100%); }
        #talk .contacts .contact a img {
          margin-bottom: 8px; }
        #talk .contacts .contact a span {
          display: block;
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          line-height: 130%; }
  @media (max-width: 991px) {
    #talk .col-lg-8 {
      margin-top: 310px;
      text-align: center; } }
  @media (max-width: 991px) {
    #talk .col-lg-8 h2 {
      font-size: 32px;
      font-weight: 600; } }

#maintenance {
  padding-top: 0;
  margin-top: 0; }
  #maintenance #maintenance-block {
    padding-top: 120px;
    padding-bottom: 500px;
    background: url("../img/under-construction.png") bottom center no-repeat;
    background-size: 1680px 630px; }
    @media (min-width: 1680px) {
      #maintenance #maintenance-block {
        background-size: contain !important;
        padding-bottom: 600px; } }
    @media (max-width: 991px) {
      #maintenance #maintenance-block {
        padding-top: 88px;
        background: url("../img/under-construction-mobile.png") 50% 70% no-repeat;
        background-size: 1000px 305px;
        padding-bottom: 400px; } }
    #maintenance #maintenance-block h1 {
      margin-bottom: 32px; }
      @media (max-width: 991px) {
        #maintenance #maintenance-block h1 {
          font-size: 50px;
          font-weight: 700;
          line-height: 120%;
          /* 60px */
          margin-bottom: 16px; } }
    #maintenance #maintenance-block a img {
      margin-bottom: 56px; }
      @media (max-width: 991px) {
        #maintenance #maintenance-block a img {
          margin-bottom: 48px; } }
    #maintenance #maintenance-block .text {
      max-width: 856px;
      margin: 0 auto; }
  #maintenance footer {
    padding: 48px 0;
    background: #F5F5F5; }
    @media (min-height: 901px) {
      #maintenance footer {
        bottom: 0;
        position: absolute;
        width: 100%; } }
    @media (max-width: 991px) {
      #maintenance footer {
        padding: 40px 0;
        margin-top: -110px;
        position: relative; } }
    #maintenance footer .bottom-block {
      margin-top: 0; }

.flex-section {
  margin: 0;
  flex-wrap: wrap; }
  .flex-section .flex-block-5 {
    flex: 1 0 12%; }

/*# sourceMappingURL=main.css.map */
