/*
Theme Name: Нова
Template: blankslate

Description: Дочерняя тема для темы blankslate
Author: Костян
Version: 1.0
*/

/* Стили родительской темы */
@import url("../blankslate/style.css");

/* Стили темы */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
  }
  html {
    margin: 0;
    padding: 0;
    height: 100%;
    font: normal 16px 'Montserrat', sans-serif;
    line-height: 24px;
    font-weight: 400;
  }
  @media screen and (max-width: 767px) {
    html {
      font-size: 14px;
      line-height: 20px;
    }
  }
  body {
    color: #181818;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.menuPanel-opened {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    display: block;
  }
  h2,
  h3,
  h4,
  .h2,
  .h3,
  .h4 {
    font-weight: 600;
    color: #181818;
  }
  h1,
  .h1 {
    font-size: 3em;
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
  }
  @media screen and (max-width: 1200px) {
    h1,
    .h1 {
      font-size: 2.4em;
    }
  }
  @media screen and (max-width: 991px) {
    h1,
    .h1 {
      font-size: 2.1em;
    }
  }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 2.1em;
    }
  }
  h2,
  .h2 {
    font-size: 1.75em;
    line-height: 1.2em;
    margin: .5em 0 1em 0;
    color: #181818;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 1.575em;
    }
  }
  h3,
  .h3 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0;
  }
  @media screen and (max-width: 1200px) {
    h3,
    .h3 {
      font-size: 1.275em;
    }
  }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 1.2em;
    }
  }
  h4,
  .h4 {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
    font-weight: 700;
  }
  @media screen and (max-width: 991px) {
    h4,
    .h4 {
      font-size: 1.08em;
    }
  }
  @media screen and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 0.96em;
    }
  }
  *:focus {
    outline: none;
  }
  a {
    text-decoration: underline;
    color: #6d4dff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  a:hover {
    text-decoration: none;
    color: #a7a7a7;
  }
  a:active {
    color: #a7a7a7;
  }
  p {
    margin: .5em 0 1em 0;
  }
  p + p {
    margin-bottom: 0;
  }
  header,
  main,
  footer,
  article,
  figure {
    display: block;
    margin: 0;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ol {
    margin: 0;
    padding: 0;
  }
  section {
    overflow: hidden;
  }
  svg {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: fill 0.5s;
    transition: fill 0.5s;
  }
  form,
  input,
  textarea,
  select {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #181818;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  @media screen and (max-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  @media screen and (max-width: 991px) {
    .container {
      max-width: 991px;
      padding: 0 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 767px;
    }
  }
  @media screen and (max-width: 575px) {
    .container {
      width: 100%;
    }
  }
  .siteContent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .clearfix::after {
    content: '';
    display: table;
    clear: both;
  }
  .textCenter {
    text-align: center;
  }
  .dGrid {
    display: grid;
  }
  .dFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flexRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flexCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media screen and (max-width: 767px) {
    .smflexCol {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  @media screen and (max-width: 575px) {
    .xsflexCol {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .flexWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexNoWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  @media screen and (max-width: 991px) {
    .mdFlexWrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 767px) {
    .smFlexWrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 575px) {
    .xsFlexWrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .itemsStart {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .itemsEnd {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .itemsCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contBetween {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contEnd {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mr0a {
    margin: 0 auto;
  }
  .mr0 {
    margin: 0;
  }
  .mt3 {
    margin-top: 3em;
  }
  .mt2 {
    margin-top: 2em;
  }
  .mt1 {
    margin-top: 1em;
  }
  .mb2 {
    margin-bottom: 2em;
  }
  .mb1 {
    margin-bottom: 1em;
  }
  @media screen and (max-width: 767px) {
    .smMr0 {
      margin: 0;
    }
  }
  .mainColor {
    color: #6d4dff;
  }
  .mainBg {
    background: #6d4dff;
  }
  .lightBgColor {
    background-color: #f4f4f4;
  }
  .darkGreyColor {
    color: #a7a7a7;
  }
  .secPad {
    padding: 100px 0;
  }
  @media screen and (max-width: 1200px) {
    .secPad {
      padding: 80px 0 60px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .secPad {
      padding: 60px 0 40px 0;
    }
  }
  .secPad + .secPad {
    padding-top: 0;
  }
  .btn {
    display: inline-block;
    text-align: center;
    min-width: 220px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    position: relative;
    line-height: 1.2em;
    border-radius: 0 1em 0 1em;
    overflow: hidden;
  }
  .btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .btn a {
    text-decoration: none;
    padding: 1em 1.5em;
    display: block;
  }
  @media screen and (max-width: 1200px) {
    .btn a {
      padding: 1.1em 2em .9em;
    }
  }
  @media screen and (max-width: 767px) {
    .btn a {
      padding: 1.2em 1.8em;
    }
  }
  .btn_main {
    font-size: 1em;
    color: #ffffff;
    background: #3f6cff;
    background: -webkit-gradient(linear, left top, right top, from(#3f6cff), to(#8b38ff));
    background: linear-gradient(90deg, #3f6cff 0%, #8b38ff 100%);
  }
  .btn_main:hover {
    background: #8b38ff;
    background: -webkit-gradient(linear, left top, right top, from(#8b38ff), to(#3f6cff));
    background: linear-gradient(90deg, #8b38ff 0%, #3f6cff 100%);
    color: #ffffff;
  }
  .btn_light {
    font-size: 1em;
    color: #6d4dff;
    background: #ffffff;
  }
  .btn_light:hover {
    background: #f0f0ff;
    color: #181818;
  }
  .active {
    display: block;
  }
  .hidden {
    display: none;
  }
  .fancybox-bg {
    background: #151f2c;
  }
  .uzorBlock {
    position: absolute;
    width: 100%;
    height: 317px;
    z-index: 1;
    left: 0;
    overflow: hidden;
  }
  .uzorBlock.uzorBlock-one {
    bottom: -80px;
  }
  .uzorBlock.uzorBlock-two {
    top: 150px;
  }
  .uzorBlock.uzorBlock-three {
    top: -50px;
    z-index: -1;
  }
  @media screen and (max-width: 991px) {
    .uzorBlock.uzorBlock-three {
      opacity: .4;
    }
  }
  .uzorBlock .uzor-one {
    position: absolute;
    left: -300px;
    top: 0;
  }
  @media screen and (max-width: 767px) {
    .uzorBlock .uzor-one {
      left: -200px;
      opacity: .5;
    }
  }
  .uzorBlock .uzor-two {
    position: absolute;
    right: -200px;
    top: 0;
  }
  @media screen and (max-width: 767px) {
    .uzorBlock .uzor-two {
      right: -100px;
      opacity: .5;
    }
  }
  .uzorBlock .uzor-three {
    position: absolute;
    right: -50px;
    top: 0;
  }
  .hidden-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: #000000;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .hidden-overlay.show {
    height: 100%;
    width: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .btn_up {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    margin-left: auto;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #a7a7a7;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    opacity: 0;
  }
  @media screen and (max-width: 767px) {
    .btn_up {
      width: 30px;
      height: 30px;
      bottom: 20px;
      right: 10px;
    }
  }
  .btn_up .svg-icon {
    stroke-width: 2px;
    stroke: #747474;
    fill: none;
  }
  .btn_up:hover {
    opacity: .8;
  }
  .topPageHeader {
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 575px) {
    .topPageHeader-inner .uzorBlock {
      display: none;
    }
  }
  .topPageHeader-inner .topLine {
    padding-bottom: 50px;
    background: #000000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  @media screen and (max-width: 991px) {
    .topPageHeader-inner .topLine {
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 575px) {
    .topPageHeader-inner .topLine {
      padding-bottom: 20px;
    }
  }
  .topLine {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 100%;
    padding-top: 50px;
  }
  @media screen and (max-width: 991px) {
    .topLine {
      padding-top: 30px;
    }
  }
  @media screen and (max-width: 575px) {
    .topLine {
      padding: 20px 0;
      background: #000000;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
  }
  .topLine__cont {
    display: grid;
    grid-template-columns: 1fr 210px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (max-width: 575px) {
    .topLine__cont {
      display: block;
    }
  }
  .topLine__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  @media screen and (max-width: 575px) {
    .topLine__social {
      display: none;
    }
  }
  .topLine__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 40px;
  }
  @media screen and (max-width: 991px) {
    .topLine__social ul {
      gap: 20px;
    }
  }
  .topLine__social ul li {
    width: 36px;
    height: 36px;
  }
  .topLine__social ul li a {
    display: block;
    width: 36px;
    height: 36px;
  }
  .topLine__social ul li a .svg-icon {
    fill: #ffffff;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topLine__social ul li a:hover .svg-icon {
    fill: #6d4dff;
  }
  @media screen and (max-width: 767px) {
    .topLine__logo {
      width: 200px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 575px) {
    .topLine__logo {
      width: 150px;
    }
  }
  .headerVideo {
    height: 100%;
	overflow: hidden;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .headerVideo {
      height: 600px;
    }
  }
  .headerVideo video {
    width: 100%;
    height: 140%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    position: relative;
  }
  .headerVideo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .55;
  }
  @media screen and (max-width: 575px) {
    .topMenu {
      position: absolute;
      top: 0;
      left: 10px;
    }
  }
  .topMenu__menuPanel {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
    overflow: auto;
  }
  .topMenu__menuPanel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 60%;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-999px);
            transform: translateX(-999px);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 10;
  }
  @media screen and (max-width: 767px) {
    .topMenu__menuPanel::before {
      right: 0%;
    }
  }
  .topMenu__menuPanel .container {
    height: 100%;
  }
  .topMenu__menuPanel.show {
    left: 0px;
  }
  .topMenu__menuPanel.show::before {
    content: '';
    position: absolute;
    top: 0;
    right: 70%;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  @media screen and (max-width: 767px) {
    .topMenu__menuPanel.show::before {
      right: 0%;
    }
  }
  .topMenu__menuPanelCont {
    padding: 130px 80px 50px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: calc(100% - 180px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    position: relative;
  }
  @media screen and (max-width: 991px) {
    .topMenu__menuPanelCont {
      padding-top: 110px;
    }
  }
  .topMenu__burger {
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    position: relative;
  }
  .topMenu__burger span {
    height: 2px;
    background: #ffffff;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .topMenu__burger span:nth-child(1) {
    width: 30px;
  }
  .topMenu__burger span:nth-child(2) {
    width: 20px;
    margin: 9px 0;
  }
  .topMenu__burger span:nth-child(3) {
    width: 25px;
  }
  .topMenu__burger:hover span {
    background: #6d4dff;
  }
  .topMenu__burger.open:hover span {
    background: #a7a7a7;
  }
  .topMenu__burger.open span {
    background: #181818;
  }
  .topMenu__burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 32px;
    margin-top: 0;
    margin-left: -3px;
  }
  .topMenu__burger.open span:nth-child(2) {
    opacity: 0;
    margin: 0;
  }
  .topMenu__burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 32px;
    margin-top: -4px;
    margin-left: -3px;
  }
  .topMenu__phoneBlock {
    border-top: 1px solid #f4f4f4;
  }
  @media screen and (max-width: 575px) {
    .topMenu__phoneBlock {
      padding-top: 30px;
    }
  }
  .topMenu__social {
    display: none;
  }
  @media screen and (max-width: 575px) {
    .topMenu__social {
      display: block;
    }
  }
  @media screen and (max-width: 575px) {
    .topMenu__social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0;
      gap: 30px;
    }
    .topMenu__social ul li {
      width: 36px;
      height: 36px;
    }
    .topMenu__social ul li a {
      display: block;
      width: 36px;
      height: 36px;
    }
    .topMenu__social ul li a .svg-icon {
      fill: #a7a7a7;
      padding: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .topMenu__social ul li a:hover .svg-icon {
      fill: #181818;
    }
  }
  .topMenu__phoneLink {
    padding: 30px 0 10px 0;
  }
  .topMenu__phoneLink a {
    color: #a7a7a7;
    text-decoration: none;
    font-size: 1.125em;
    letter-spacing: 1.5px;
    font-weight: 300;
  }
  .topMenu__phoneLink a:hover {
    color: #181818;
  }
  .menu {
    margin: 0;
    padding: 0;
  }
  .menu .menu-item {
    margin-top: 15px;
  }
  @media screen and (max-width: 575px) {
    .menu .menu-item {
      margin-top: 20px;
    }
  }
  .menu .menu-item:first-child {
    margin-top: 0;
  }
  .menu .menu-item a {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    padding: 10px 0;
    color: #181818;
    font-size: 1.125em;
    font-weight: 300;
  }
  .menu .menu-item a:hover {
    color: #a7a7a7;
  }
  .heroBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    top: 0;
  }
  .heroBlock .container {
    height: 100%;
  }
  @media screen and (max-width: 1200px) {
    .heroBlock .container {
      height: auto;
    }
  }
  .heroBlock__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 55%;
    padding-top: 20%;
  }
  @media screen and (max-width: 1200px) {
    .heroBlock__cont {
      padding-top: 0;
      height: auto;
    }
  }
  @media screen and (max-width: 575px) {
    .heroBlock__cont {
      padding-top: 50px;
    }
  }
  .heroBlock__contTitle {
    font-weight: 300;
  }
  .heroBlock__contDesc {
    color: #ffffff;
    font-size: 1.5em;
    margin: 1.2em auto;
  }
  @media screen and (max-width: 575px) {
    .heroBlock__contDesc {
      margin: 1em auto;
      line-height: 1.2em;
    }
  }
  .heroBlock__contName {
    color: #ffffff;
    font-size: 2em;
  }
  @media screen and (max-width: 575px) {
    .heroBlock__contName {
      line-height: 1.2em;
    }
  }
  @media screen and (max-width: 1200px) {
    .heroBlock__contButton {
      margin-top: 3em;
    }
  }
  .heroBlock-inner {
    height: auto;
    top: 200px;
  }
  @media screen and (max-width: 767px) {
    .heroBlock-inner {
      margin-top: -1em;
      top: 0;
      position: relative;
    }
  }
  .heroBlock-inner .heroBlock__cont {
    max-width: 600px;
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 0 3em 0 3em;
    overflow: hidden;
    height: auto;
  }
  @media screen and (max-width: 767px) {
    .heroBlock-inner .heroBlock__cont {
      border-radius: 1em 1em 0 0 ;
      padding: 30px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 575px) {
    .heroBlock-inner .heroBlock__cont {
      margin-left: -10px;
      margin-right: -10px;
    }
  }
  @media screen and (max-width: 575px) {
    .heroBlock-inner .heroBlock__cont {
      padding: 15px;
    }
  }
  .heroBlock-inner .heroBlock__cont::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3f6cff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(63, 108, 255, 0.8)), to(rgba(139, 56, 255, 0.8)));
    background: linear-gradient(90deg, rgba(63, 108, 255, 0.8) 0%, rgba(139, 56, 255, 0.8) 100%);
    z-index: 0;
  }
  @media screen and (max-width: 767px) {
    .heroBlock-inner .heroBlock__cont::after {
      background: -webkit-gradient(linear, left top, right top, from(#3f6cff), to(#8b38ff));
      background: linear-gradient(90deg, #3f6cff 0%, #8b38ff 100%);
    }
  }
  .heroBlock-inner .heroBlock__contText,
  .heroBlock-inner .heroBlock__contButton {
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .heroBlock-inner .heroBlock__contButton {
      margin-top: 2em;
    }
  }
  @media screen and (max-width: 575px) {
    .heroBlock-inner .heroBlock__contButton {
      margin-top: 1em;
    }
  }
  .heroBlock-inner .heroBlock__contDesc {
    font-size: 1em;
  }
  .heroBlock-inner .heroBlock__contDesc p {
    font-size: 1.375em;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .heroBlock-inner .heroBlock__contDesc p {
      font-size: 1.125em;
    }
  }
  .heroBlock-inner .heroBlock__contDesc ul {
    font-size: 1.125em;
  }
  @media screen and (max-width: 767px) {
    .heroBlock-inner .heroBlock__contDesc ul {
      font-size: 1em;
    }
  }
  .heroBlock-inner .heroBlock__contDesc ul li {
    margin-bottom: .5em;
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.2em;
  }
  .heroBlock-inner .heroBlock__contDesc ul li:last-child {
    margin-bottom: 0;
  }
  .heroBlock-inner .heroBlock__contTitle {
    font-weight: 700;
    text-transform: unset;
  }
  .helloBlock {
    z-index: 2;
    position: relative;
  }
  @media screen and (max-width: 991px) {
    .helloBlock {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 991px) {
    .helloBlock__wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      gap: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 0;
    }
  }
  .helloBlock__photo {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__photo {
      width: 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__photo {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 70%;
      margin: auto;
      margin-bottom: 2em;
    }
  }
  .helloBlock__photo-bg {
    position: absolute;
    top: 130px;
    right: 32px;
    width: 100%;
    height: calc(100% - 130px);
    background: #3f6cff;
    background: linear-gradient(45deg, #8b38ff 0%, #3f6cff 100%);
    z-index: 1;
    border-radius: 3em;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__photo-bg {
      right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__photo-bg {
      right: -5%;
      width: 110%;
    }
  }
  .helloBlock__photo-img {
    z-index: 2;
    position: relative;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__photo-img {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__photo-img {
      position: relative;
    }
  }
  @media screen and (max-width: 1200px) {
    .helloBlock__photo-img img {
      max-width: unset;
    }
  }
  @media screen and (max-width: 991px) {
    .helloBlock__photo-img img {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 991px) {
    .helloBlock__title {
      margin-bottom: 1em;
    }
  }
  @media screen and (max-width: 991px) {
    .helloBlock__title.displayDesc {
      display: none;
    }
  }
  .helloBlock__title.displayMob {
    display: none;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__title.displayMob {
      display: block;
    }
  }
  .helloBlock__text {
    width: 60%;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__text {
      width: 50%;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__text {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
  }
  .helloBlock__titleText {
    padding-top: 20px;
    font-size: calc(1em + 3vw);
    line-height: 1em;
    color: #6d4dff;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__titleText {
      padding-top: 0;
      text-align: center;
    }
  }
  .helloBlock__titleText span {
    font-weight: 700;
    text-transform: uppercase;
  }
  .helloBlock__titleText span:last-child {
    line-height: 1.5em;
  }
  .helloBlock__adv {
    width: 80%;
    margin-left: -30px;
  }
  @media screen and (max-width: 1200px) {
    .helloBlock__adv {
      width: 90%;
    }
  }
  @media screen and (max-width: 991px) {
    .helloBlock__adv {
      width: 100%;
      margin-left: 0;
    }
  }
  .helloBlock__oneAdv {
    background: #eee4ff;
    background: linear-gradient(45deg, #eee4ff 0%, #e2e9ff 100%);
    margin-bottom: 1.7em;
    border-radius: 1em;
  }
  .helloBlock__oneAdv:nth-child(3) {
    margin-bottom: 0;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__oneAdv {
      margin-bottom: 1em;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__oneAdv {
      margin-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.333333% - 6.77777px);
              flex: 0 0 calc(33.333333% - 6.77777px);
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__advCont {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 10px;
    }
  }
  .helloBlock__oneAdvCont {
    padding: 1.5em 30px;
    gap: 2em;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__oneAdvCont {
      padding: 1.5em 1em;
      gap: 1em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  @media screen and (max-width: 767px) {
    .helloBlock__oneAdvCont {
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }
  @media screen and (max-width: 575px) {
    .helloBlock__oneAdvCont {
      padding: 1em 0.5em;
    }
  }
  .helloBlock__oneAdvCont-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 73px;
    height: 73px;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__oneAdvCont-image {
      width: 50px;
      height: 50px;
    }
  }
  .helloBlock__oneAdvCont-text {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  @media screen and (max-width: 991px) {
    .helloBlock__oneAdvCont-text {
      font-size: 1.3em;
    }
  }
  @media screen and (max-width: 575px) {
    .helloBlock__oneAdvCont-text {
      font-size: 1em;
      word-break: break-word;
    }
  }
  .service {
    position: relative;
    background: url('../novatheme/img/service-bg.png') no-repeat center;
    background-size: cover;
  }
  @media screen and (max-width: 991px) {
    .service .h2 {
      text-align: center;
    }
  }
  .service__sub {
    width: 70%;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 991px) {
    .service__sub {
      width: 100%;
      text-align: center;
    }
  }
  .service .container {
    height: 100%;
  }
  .service .container::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 80px;
    background: url('../novatheme/img/stars.png') no-repeat center;
    width: 324px;
    height: 313px;
    z-index: -1;
  }
  @media screen and (max-width: 991px) {
    .service .container::after {
      opacity: .3;
    }
  }
  @media screen and (max-width: 1200px) {
    .service .container::after {
      right: -30px;
    }
  }
  .service__slider {
    position: relative;
  }
  .service__slider::before {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 28px;
    height: 28px;
    background-image: url(../novatheme/img/albums.svg);
    content: '';
  }
  .service__img {
    display: none;
    position: relative;
  }
  .service__slider .service__img:nth-child(1) {
    display: block;
  }
  .service__img img {
    border-radius: 0 1em 0 1em;
  }
  .service__item {
    max-width: 440px;
    height: 100%;
    border-bottom: 2px solid #6d4dff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .service__item {
      max-width: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      border: none;
    }
  }
  .service__content {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 50px;
    display: block;
    text-decoration: none;
    color: #181818;
  }
  @media screen and (max-width: 1200px) {
    .service__content {
      padding-bottom: 25px;
    }
  }
  @media screen and (max-width: 767px) {
    .service__content {
      min-height: 80px;
      padding-top: 15px;
      padding-bottom: 0;
    }
  }
  .service__title {
    font-size: 1.25em;
    margin-bottom: .5em;
    font-weight: 600;
  }
  @media screen and (max-width: 1200px) {
    .service__text {
      line-height: 1.3em;
    }
  }
  @media screen and (max-width: 1440px) {
    .service-blocks {
      max-width: 1440px;
      padding: 0 30px;
    }
  }
  @media screen and (max-width: 991px) {
    .service-blocks {
      padding: 0 10px;
    }
  }
  .service-blocks_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-blocks_slider .slick-slide {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 15px;
  }
  @media screen and (max-width: 991px) {
    .service-blocks_slider .slick-slide {
      margin: 0 10px;
    }
  }
  .service-blocks_slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 991px) {
    .service-blocks_slider .slick-list {
      margin-left: -10px;
      margin-right: -10px;
    }
  }
  .service-blocks_slider .slick-slide > div {
    height: 100%;
  }
  @media screen and (max-width: 991px) {
    .service-blocks_slider .slick-dots {
      position: relative;
      margin-top: 1em;
      bottom: 0;
    }
    .service-blocks_slider .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 0 8px;
    }
    .service-blocks_slider .slick-dots li button {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #eee1ff;
    }
    .service-blocks_slider .slick-dots li.slick-active button {
      background: #6d4dff;
    }
  }
  .service .slider-arrow {
    position: absolute;
    top: calc(50% - 20px);
    right: 60px;
    width: 40px;
    height: 40px;
    padding: 13px;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-radius: 50%;
    border: 1px solid #181818;
    background-color: #ffffff;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    cursor: pointer;
  }
  @media screen and (max-width: 991px) {
    .service .slider-arrow {
      display: none;
    }
  }
  .service .slider-arrow svg {
    fill: #181818;
  }
  .service .slider-arrow__next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .zayavka {
    position: relative;
  }
  .zayavka__cont {
    background: url('../novatheme/img/zayavka-bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 900px;
  }
  @media screen and (max-width: 991px) {
    .zayavka__cont {
      height: 700px;
    }
  }
  @media screen and (max-width: 767px) {
    .zayavka__cont {
      height: 500px;
      background-attachment: unset;
    }
  }
  .zayavka__inner {
    width: 470px;
    height: 470px;
    position: relative;
  }
  @media screen and (max-width: 575px) {
    .zayavka__inner {
      width: 370px;
      height: 370px;
    }
  }
  .zayavka__inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: .8;
    border-radius: 50%;
    z-index: 0;
  }
  .zayavka__innerCont {
    z-index: 1;
    position: relative;
    padding: 0 50px;
  }
  .command {
    position: relative;
  }
  .command__desc {
    width: 70%;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  @media screen and (max-width: 1200px) {
    .command__desc {
      width: 80%;
    }
  }
  @media screen and (max-width: 767px) {
    .command__desc {
      width: 100%;
    }
  }
  .command__desc-gold {
    color: #be8900;
  }
  .command__desc-pink {
    color: #f655a0;
  }
  .command__desc-blue {
    color: #568ecc;
  }
  .command__desc-green {
    color: #49bb7b;
  }
  .command__desc-orange {
    color: #f98e3c;
  }
  .command__desc-violet {
    color: #6d4dff;
  }
  .mainGal {
    position: relative;
  }
  .mainGal__wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  @media screen and (max-width: 991px) {
    .mainGal__wrap {
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
  }
  @media screen and (max-width: 575px) {
    .mainGal__wrap {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 991px) {
    .mainGal__wrap .mainGal__item:last-child {
      display: none;
    }
  }
  @media screen and (max-width: 575px) {
    .mainGal__wrap .mainGal__item:last-child {
      display: block;
    }
  }
  .reviews {
    position: relative;
  }
  .reviews .uzorBlock {
    z-index: 0;
  }
  .reviews__sliderWrap {
    position: relative;
  }
  @media screen and (max-width: 575px) {
    .reviews__sliderWrap {
      margin-top: 2em;
    }
  }
  .reviews__sliderWrap .slider-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 30px;
    height: 30px;
    padding: 9px;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    border-radius: 50%;
    border: 1px solid #181818;
    background-color: #ffffff;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    cursor: pointer;
  }
  @media screen and (max-width: 991px) {
    .reviews__sliderWrap .slider-arrow {
      display: none;
    }
  }
  .reviews__sliderWrap .slider-arrow svg {
    fill: #181818;
  }
  .reviews__sliderWrap .slider-arrow__next {
    right: -15px;
  }
  .reviews__sliderWrap .slider-arrow__next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .reviews__sliderWrap .slider-arrow__prev {
    left: -15px;
  }
  .reviews__title .h3 {
    font-weight: 400;
  }
  .reviews__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reviews__slider .slick-slide {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 15px;
  }
  @media screen and (max-width: 991px) {
    .reviews__slider .slick-slide {
      margin: 0 10px;
    }
  }
  .reviews__slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  @media screen and (max-width: 991px) {
    .reviews__slider .slick-list {
      margin-left: -10px;
      margin-right: -10px;
    }
  }
  .reviews__slider .slick-slide > div {
    height: 100%;
  }
  @media screen and (max-width: 991px) {
    .reviews__slider .slick-dots {
      position: relative;
      margin-top: 1em;
      bottom: 0;
    }
    .reviews__slider .slick-dots li {
      width: 16px;
      height: 16px;
      margin: 0 8px;
    }
    .reviews__slider .slick-dots li button {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: #eee1ff;
    }
    .reviews__slider .slick-dots li.slick-active button {
      background: #6d4dff;
    }
  }
  .reviewsSlide {
    background: #eee4ff;
    background: linear-gradient(45deg, #eee4ff 0%, #e2e9ff 100%);
    border-radius: 0 1.5em 0 1.5em;
    height: 100%;
  }
  .reviewsSlide__wrap {
    padding: 30px 30px 30px 90px;
  }
  @media screen and (max-width: 991px) {
    .reviewsSlide__wrap {
      padding: 30px;
    }
  }
  .reviewsSlide__photo img {
    margin-right: 1em;
  }
  .reviewsSlide__title {
    font-size: 1.125em;
    font-weight: 700;
  }
  .reviewsSlide__review {
    position: relative;
  }
  .reviewsSlide__review::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    background: url('../novatheme/img/qu.png') no-repeat center;
    width: 39px;
    height: 38px;
    z-index: 0;
  }
  @media screen and (max-width: 991px) {
    .reviewsSlide__review::after {
      content: none;
    }
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
  }
  .popup.active {
    visibility: visible;
    opacity: 1;
  }
  .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #181818;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .popup__close::before,
  .popup__close::after {
    position: absolute;
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background-color: #ffffff;
  }
  .popup__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .popup__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .popup__img {
    margin: 20px 15px;
  }
  .formBlock__wrap {
    width: 100%;
  }
  @media screen and (max-width: 991px) {
    .formBlock__wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  .formBlock__left {
    width: 50%;
  }
  @media screen and (max-width: 991px) {
    .formBlock__left {
      width: 100%;
    }
  }
  .formBlock__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3em;
  }
  @media screen and (max-width: 991px) {
    .formBlock__right {
      width: 100%;
      padding-left: 0;
    }
  }
  .formBlock__right .formBlock__subTitle {
    margin-top: 15px;
    font-weight: 500;
  }
  @media screen and (max-width: 991px) {
    .formBlock__right .formBlock__subTitle {
      margin-top: 32px;
    }
  }
  .formBlock__titleBlock {
    margin-bottom: 5em;
  }
  @media screen and (max-width: 991px) {
    .formBlock__titleBlock {
      margin-bottom: 1.5em;
    }
  }
  .formBlock__subTitleBlock {
    margin-bottom: 3em;
  }
  @media screen and (max-width: 991px) {
    .formBlock__subTitleBlock {
      margin-bottom: 1.5em;
      text-align: center;
    }
  }
  .formBlock__subTitle {
    font-weight: 500;
  }
  .formBlock__title {
    color: #181818;
    text-transform: none;
    font-weight: 400;
  }
  .formBlock__title span {
    font-weight: 700;
  }
  @media screen and (max-width: 991px) {
    .formBlock__title {
      text-align: center;
    }
  }
  @media screen and (max-width: 991px) {
    .formBlock__contact {
      text-align: center;
    }
  }
  .formBlock__contact .h2 {
    color: #6d4dff;
    text-decoration: none;
  }
  @media screen and (max-width: 575px) {
    .formBlock__contact .h2 {
      font-size: 2em;
    }
  }
  .formBlock__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  @media screen and (max-width: 991px) {
    .formBlock__soc {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  .formBlock__soc li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 70px;
    height: 70px;
  }
  .formBlock__soc li a {
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #6d4dff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #6d4dff;
  }
  .formBlock__soc li a svg {
    fill: #ffffff;
  }
  .formBlock__soc li a:hover {
    background: #ffffff;
  }
  .formBlock__soc li a:hover svg {
    fill: #6d4dff;
  }
  .contactForm__row {
    margin-bottom: 1.5em;
    position: relative;
  }
  .contactForm__row:last-child {
    margin-bottom: 0;
  }
  .contactForm__rowCheck {
    margin-left: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
  }
  .contactForm input[type="text"] {
    background: #f4f4f4;
    padding: 1.5em 1em;
    font-size: 1.125em;
    font-weight: 500;
    border-radius: 1em;
    width: 100%;
  }
  .contactForm button[type="submit"] {
    padding: 1.6em 4em;
    font-size: 1.125em;
    font-weight: 500;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .contactForm input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .contactForm span {
    font-size: .8125em;
    color: #a7a7a7;
    line-height: 1.2em;
    display: inline-block;
  }
  .contactForm span::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    left: -30px;
  }
  .contactForm span a {
    color: #a7a7a7;
  }
  .contactForm input[type="checkbox"]:checked + span::before {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    background-image: url(../novatheme/img/check.svg);
  }
  .innerLargeSlider {
    position: relative;
    height: 100%;
  }
  @media screen and (max-width: 767px) {
    .innerLargeSlider {
      height: 600px;
    }
  }
  .innerLargeSlider .slick-list {
    height: 100%;
  }
  .innerLargeSlider .slick-track {
    height: 100%;
  }
  .innerLargeSlider .slick-slide > div {
    height: 100%;
  }
  .innerLargeSlider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 20px;
    z-index: 3;
  }
  @media screen and (max-width: 767px) {
    .innerLargeSlider .slick-dots {
      bottom: 60px;
    }
  }
  .innerLargeSlider .slick-dots li {
    width: 140px;
    height: 100px;
    margin: 0 8px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .innerLargeSlider .slick-dots li {
      width: 110px;
      height: 80px;
      margin: 0 4px;
    }
  }
  .innerLargeSlider .slick-dots li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #181818;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .5;
  }
  .innerLargeSlider .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .innerLargeSlider .slick-dots li button:hover {
    opacity: 1;
  }
  .innerLargeSlider .slick-dots li button .thumbImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .innerLargeSlider .slick-dots li.slick-active::before {
    content: none;
  }
  .innerLargeSlider .slick-dots li:hover {
    opacity: 1;
  }
  .innerLargeSlider .slick-dots li:hover::before {
    opacity: 0;
  }
  .innerLargeSlider__item {
    height: 100%;
    /*@media @smDevice {
              display: none;
  
              &:first-child {
                  display: block;
              }
          }*/
  }
  .innerLargeSlider__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .breadcrumbs {
    position: relative;
    background: #f0f0ff;
  }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      display: none;
    }
  }
  .breadcrumbs__nav {
    font-size: .875em;
    padding: 15px 0;
  }
  .breadcrumbs__nav a {
    color: #181818;
  }
  .innerGallery {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .innerGallery .h2 {
      margin-top: 0;
    }
  }
  .innerPageGallery {
    width: 100%;
  }
  .innerPageGallery__item {
    width: calc(33.333333% - 10px);
    margin-bottom: 15px;
  }
  @media screen and (max-width: 991px) {
    .innerPageGallery__item {
      width: calc(50% - 7.5px);
    }
  }
  @media screen and (max-width: 575px) {
    .innerPageGallery__item {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  .innerPageGallery a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .innerPageGallery a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .siteFooter {
    padding: 3em 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #f4f4f4;
  }
  @media screen and (max-width: 767px) {
    .siteFooter {
      padding: 2em;
    }
  }
  @media screen and (max-width: 767px) {
    .siteFooter__menu {
      display: none;
    }
  }
  .siteFooter .copy,
  .siteFooter .policy {
    font-size: .75em;
  }
  .siteFooter .copy {
    margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
    .siteFooter .copy {
      margin-top: 0;
    }
  }
  .siteFooter .policy {
    margin-top: 15px;
  }
  .siteFooter .menu {
    text-align: center;
  }
  .siteFooter .menu-item {
    display: inline-block;
  }
  .siteFooter .menu-item a {
    color: #181818;
    padding: 10px;
  }
  