@import url(../fonts/icon-font/icon-font-style.css);
@import url(../fonts/ibm-plex-sans/ibmplexsans.css);
body {
  font-family: "IBM Plex Sans";
  font-size: 14px;
  position: relative;
  min-height: 100vh;
  margin: 0;
  background-color: #ffffff;
  background-color: #fff;
  /*Buttons*/ }
  body.fancybox-active {
    height: auto;
    overflow: hidden; }
  body .hide-content {
    overflow: hidden; }
  body ul {
    padding: 0;
    margin: 0; }
  body h1 {
    font-size: 40px;
    line-height: 110%;
    font-weight: 500; }
    body h1.page-title {
      font-weight: 400;
      letter-spacing: 0.02em; }
  body h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500; }
    @media (max-width: 1199px) {
      body h2 {
        font-size: 24px; } }
  body h3 {
    font-size: 24px;
    line-height: 110%;
    font-weight: 500; }
  body h4 {
    font-size: 22px;
    line-height: 110%;
    font-weight: 500; }
  body h5 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500; }
  body h6 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600; }
  body p {
    font-size: 18px; }
  @media (max-width: 1199px) {
    body br.br-desktop {
      display: none; } }
  body hr {
    max-width: 540px;
    height: 1px;
    background-color: #c7c7c7;
    position: relative;
    border: none;
    margin: 40px auto; }
    @media (max-width: 1199px) {
      body hr {
        margin: 25px auto; } }
    @media (max-width: 767px) {
      body hr {
        margin: 15px auto; } }
    body hr:before {
      position: absolute;
      content: "";
      display: block;
      height: 30px;
      width: 30px;
      background-color: #fff;
      top: 50%;
      margin-top: -15px;
      left: 50%;
      margin-left: -15px; }
    body hr:after {
      position: absolute;
      display: block;
      content: "";
      height: 10px;
      width: 10px;
      background-color: #cb2020;
      top: 50%;
      margin-top: -5px;
      left: 50%;
      margin-left: -5px; }
      @media (max-width: 767px) {
        body hr:after {
          height: 4px;
          width: 4px;
          margin-top: -2px;
          margin-left: -2px; } }
    body hr.fullsize {
      max-width: 1140px;
      padding-right: 30px;
      padding-left: 30px; }
  body .btn {
    font-size: 18px;
    line-height: 55px;
    padding: 15px 35px;
    outline: none !important;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #cb2020;
    border: 1px solid #cb2020; }
    body .btn:hover {
      background-color: #f90000;
      border: 1px solid #f90000; }
    body .btn:active {
      background-color: #840000;
      border: 1px solid #840000; }
    body .btn:focus, body .btn:active, body .btn:focus:active, body .btn:active:focus, body .btn.active:focus, body .btn.focus, body .btn:active.focus, body .btn.active.focus {
      outline: none !important;
      box-shadow: none !important; }
    body .btn.btn-inverted {
      color: #cb2020;
      background-color: #fff;
      border: 1px solid #cb2020; }
      body .btn.btn-inverted:hover {
        color: #fff;
        background-color: #cb2020;
        border: 1px solid #cb2020; }
      body .btn.btn-inverted:active {
        color: #fff;
        background-color: #840000;
        border: 1px solid #840000; }
  body .clearfix::after {
    content: "";
    display: table;
    clear: both; }
  body input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
  @media (max-width: 920px) {
    body .fancybox-slide--html {
      padding: 0 !important; } }
  body .display-none {
    display: none !important; }
  body .cv-spinner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  body .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear; }
@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }
div.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 1140px; }
  @media (max-width: 1199px) {
    div.container {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (max-width: 767px) {
    div.container {
      padding-right: 15px;
      padding-left: 15px; } }

.cv-spinner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear; }

@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }
header {
  width: 100%;
  height: 80px;
  width: 100%; }
  @media (max-width: 1199px) {
    header {
      height: 61px; } }
  @media (max-width: 1199px) {
    header {
      margin-top: 0; } }
  header .header-bottom-inner {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    border-top: 1px solid #DADADA;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: 0.2s all ease; }
    @media (max-width: 1199px) {
      header .header-bottom-inner {
        height: 62px;
        border-top: none; } }
    header .header-bottom-inner.menu-opened {
      background-color: #cb2020; }
      header .header-bottom-inner.menu-opened .header-contacts {
        display: none; }
      header .header-bottom-inner.menu-opened .header-menu .logo svg .st0 {
        fill: transparent; }
      header .header-bottom-inner.menu-opened .header-menu .logo svg .st1 {
        fill: #fff; }
      header .header-bottom-inner.menu-opened .header-menu .logo svg .st6 {
        fill: #fff; }
      header .header-bottom-inner.menu-opened .header-nav {
        display: none; }
  header .phone-mobile {
    display: none;
    position: absolute;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
    right: 62px;
    height: 62px;
    width: 62px; }
    @media (max-width: 1199px) {
      header .phone-mobile {
        display: flex; } }
    @media (max-width: 344px) {
      header .phone-mobile {
        right: 52px; } }
    header .phone-mobile span {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .phone-mobile span img {
        height: 30px;
        width: 30px;
        object-fit: contain;
        object-position: center;
        animation: phone-fn 5s infinite ease-in-out; }
        @media (max-width: 344px) {
          header .phone-mobile span img {
            height: 20px; } }
@keyframes phone-fn {
  0% {
    transform: rotate(0deg); }
  2% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  6% {
    transform: rotate(-15deg); }
  8% {
    transform: rotate(15deg); }
  100%,10% {
    transform: rotate(0deg); } }
  header .burger {
    position: absolute;
    left: 0;
    top: 0;
    height: 79px;
    background-color: #CB2020;
    width: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
    display: none; }
    @media (max-width: 1199px) {
      header .burger {
        display: block;
        left: unset;
        right: 0;
        height: 62px;
        width: 62px;
        display: flex; } }
    header .burger #nav-icon {
      width: 24px;
      height: 24px;
      position: relative;
      transform: rotate(0deg);
      transition: .5s ease-in-out;
      cursor: pointer; }
      header .burger #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: #fff;
        opacity: 1;
        transform: rotate(0deg);
        transition: .2s ease-in-out; }
        header .burger #nav-icon span:nth-child(even) {
          left: 50%;
          border-radius: 0 2px 2px 0; }
        header .burger #nav-icon span:nth-child(odd) {
          left: 0px;
          border-radius: 2px 0 0 2px; }
        header .burger #nav-icon span:nth-child(1), header .burger #nav-icon span:nth-child(2) {
          top: 0px; }
        header .burger #nav-icon span:nth-child(3), header .burger #nav-icon span:nth-child(4) {
          top: 8px; }
        header .burger #nav-icon span:nth-child(5), header .burger #nav-icon span:nth-child(6) {
          top: 16px; }
      header .burger #nav-icon.on span:nth-child(1), header .burger #nav-icon.on span:nth-child(6) {
        transform: rotate(45deg); }
      header .burger #nav-icon.on span:nth-child(2), header .burger #nav-icon.on span:nth-child(5) {
        transform: rotate(-45deg); }
      header .burger #nav-icon.on span:nth-child(1) {
        left: 2px;
        top: 7px; }
      header .burger #nav-icon.on span:nth-child(2) {
        left: calc(50% - 2px);
        top: 7px; }
      header .burger #nav-icon.on span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      header .burger #nav-icon.on span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      header .burger #nav-icon.on span:nth-child(5) {
        left: 2px;
        top: 14px; }
      header .burger #nav-icon.on span:nth-child(6) {
        left: calc(50% - 2px);
        top: 14px; }
  header .header-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: relative; }
    @media (max-width: 1199px) {
      header .header-menu {
        justify-content: space-around; } }
    @media (max-width: 550px) {
      header .header-menu {
        justify-content: space-between; } }
    header .header-menu .logo {
      height: 40px;
      width: 135px; }
      @media (max-width: 767px) {
        header .header-menu .logo {
          padding-left: 0px; } }
      @media (max-width: 400px) {
        header .header-menu .logo {
          width: 110px;
          height: unset; } }
      header .header-menu .logo svg {
        transition: .2s; }
        header .header-menu .logo svg .st0 {
          fill: transparent; }
        header .header-menu .logo svg .st1 {
          fill-rule: evenodd;
          clip-rule: evenodd;
          fill: #cb2020; }
        header .header-menu .logo svg .st6 {
          fill-rule: evenodd;
          clip-rule: evenodd;
          fill: #848484; }
    @media (max-width: 550px) {
      header .header-menu .header-contacts {
        margin-right: 30px; } }
    header .header-menu .header-contacts span {
      display: block; }
    header .header-menu .header-contacts .phone a {
      font-size: 16px;
      font-weight: 600;
      color: #525252;
      text-decoration: none;
      transition: all ease .1s; }
      @media (max-width: 400px) {
        header .header-menu .header-contacts .phone a {
          font-size: 14px; } }
      header .header-menu .header-contacts .phone a:hover {
        color: #CB2020; }
    header .header-menu .header-contacts .adress {
      padding-top: 3px;
      font-size: 10px;
      color: #939393; }
    @media (max-width: 1199px) {
      header .header-menu .header-nav {
        display: none; } }
    header .header-menu .header-nav ul {
      list-style-type: none;
      display: flex;
      flex-direction: row; }
      header .header-menu .header-nav ul li {
        padding-right: 25px; }
        header .header-menu .header-nav ul li:last-child {
          padding-right: 0; }
        header .header-menu .header-nav ul li.current-menu-item a {
          color: #CB2020; }
        header .header-menu .header-nav ul li a {
          font-size: 12px;
          font-weight: 600;
          color: #525252;
          text-decoration: none;
          position: relative;
          text-transform: uppercase; }
          header .header-menu .header-nav ul li a:hover:after {
            position: absolute;
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            bottom: -4px;
            background-color: #CB2020; }
  header .burger-menu {
    background: #fff;
    height: calc(100vh - 120px);
    position: fixed;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
    overflow-y: auto; }
    @media (max-width: 1199px) {
      header .burger-menu {
        top: 62px;
        height: calc(100vh - 62px); } }
    header .burger-menu .burger-menu-inner {
      display: flex;
      flex-direction: row;
      padding-top: 90px;
      padding-bottom: 50px; }
      @media (max-width: 1199px) {
        header .burger-menu .burger-menu-inner {
          flex-direction: column;
          max-width: 500px;
          margin: 0 auto;
          padding-top: 50px;
          padding-bottom: 80px; } }
      header .burger-menu .burger-menu-inner .menu-title {
        height: 50px;
        border-bottom: 1px solid #CB2020; }
        @media (max-width: 1199px) {
          header .burger-menu .burger-menu-inner .menu-title {
            height: auto;
            padding-bottom: 20px;
            padding-top: 20px;
            cursor: pointer; } }
        @media (max-width: 1199px) {
          header .burger-menu .burger-menu-inner .menu-title.mmenu-open h2:after {
            transform: rotate(45deg); } }
        header .burger-menu .burger-menu-inner .menu-title h2 {
          font-weight: normal;
          font-size: 26px;
          line-height: 110%;
          color: #494949;
          margin: 0; }
          @media (max-width: 1199px) {
            header .burger-menu .burger-menu-inner .menu-title h2 {
              font-size: 20px;
              position: relative; }
              header .burger-menu .burger-menu-inner .menu-title h2:after {
                position: absolute;
                content: '\e90b';
                font-family: 'iconfont';
                font-size: 22px;
                top: 50%;
                right: 0;
                margin-top: -11px;
                color: #cb2020;
                transition: .3s; } }
      header .burger-menu .burger-menu-inner .menu-list {
        list-style-type: none;
        padding-top: 30px; }
        @media (max-width: 1199px) {
          header .burger-menu .burger-menu-inner .menu-list {
            display: none;
            padding-top: 20px; } }
        header .burger-menu .burger-menu-inner .menu-list > li a {
          position: relative;
          display: inline-block;
          transition: .2s; }
          header .burger-menu .burger-menu-inner .menu-list > li a:before {
            position: absolute;
            font-family: 'iconfont';
            content: '\e927';
            font-size: 12px;
            top: 50%;
            left: 0;
            margin-top: -12px;
            color: #cb2020;
            opacity: 0;
            transition: .2s; }
          header .burger-menu .burger-menu-inner .menu-list > li a:hover {
            color: #cb2020 !important; }
            @media (min-width: 1200px) {
              header .burger-menu .burger-menu-inner .menu-list > li a:hover {
                padding-left: 15px; }
                header .burger-menu .burger-menu-inner .menu-list > li a:hover:before {
                  opacity: 1; } }
      header .burger-menu .burger-menu-inner .burger-areas {
        width: 33.333%;
        padding-right: 30px; }
        @media (max-width: 1199px) {
          header .burger-menu .burger-menu-inner .burger-areas {
            width: 100%;
            padding-right: 0; } }
        header .burger-menu .burger-menu-inner .burger-areas .menu-list > li a {
          font-size: 24px;
          line-height: 31px;
          color: #494949;
          text-decoration: none; }
          @media (max-width: 1199px) {
            header .burger-menu .burger-menu-inner .burger-areas .menu-list > li a {
              font-size: 18px;
              line-height: 23px; } }
        header .burger-menu .burger-menu-inner .burger-areas .menu-list ul {
          list-style-type: none;
          padding-top: 10px;
          padding-bottom: 18px; }
          header .burger-menu .burger-menu-inner .burger-areas .menu-list ul li {
            font-size: 16px;
            line-height: 21px;
            color: #7B7B7B;
            margin-bottom: 4px;
            padding-left: 23px;
            position: relative; }
            header .burger-menu .burger-menu-inner .burger-areas .menu-list ul li:before {
              position: absolute;
              content: '\e926';
              font-family: 'iconfont';
              color: #7B7B7B;
              font-size: 16px;
              top: 50%;
              left: 0;
              margin-top: -11px; }
            @media (max-width: 1199px) {
              header .burger-menu .burger-menu-inner .burger-areas .menu-list ul li {
                font-size: 16px;
                line-height: 21px; } }
            header .burger-menu .burger-menu-inner .burger-areas .menu-list ul li span.age {
              color: #CB2020; }
      header .burger-menu .burger-menu-inner .burger-addit {
        width: 25%;
        padding-right: 30px; }
      header .burger-menu .burger-menu-inner .burger-about {
        width: 25%;
        padding-right: 30px; }
      header .burger-menu .burger-menu-inner .burger-info {
        width: 16.666%; }
      @media (max-width: 1199px) {
        header .burger-menu .burger-menu-inner .burger-addit,
        header .burger-menu .burger-menu-inner .burger-about,
        header .burger-menu .burger-menu-inner .burger-info {
          width: 100%;
          padding-right: 0; } }
      header .burger-menu .burger-menu-inner .burger-addit ul li,
      header .burger-menu .burger-menu-inner .burger-about ul li,
      header .burger-menu .burger-menu-inner .burger-info ul li {
        margin-bottom: 12px; }
        header .burger-menu .burger-menu-inner .burger-addit ul li a,
        header .burger-menu .burger-menu-inner .burger-about ul li a,
        header .burger-menu .burger-menu-inner .burger-info ul li a {
          font-size: 16px;
          line-height: 26px;
          color: #494949;
          text-decoration: none; }
          @media (max-width: 1199px) {
            header .burger-menu .burger-menu-inner .burger-addit ul li a,
            header .burger-menu .burger-menu-inner .burger-about ul li a,
            header .burger-menu .burger-menu-inner .burger-info ul li a {
              font-size: 16px; } }

.main-screen {
  height: 700px; }
  @media (max-width: 767px) {
    .main-screen {
      height: 350px; } }
  .main-screen .main-screen-top {
    position: relative;
    height: 100%; }
    .main-screen .main-screen-top .slider {
      height: 100%;
      position: relative; }
      .main-screen .main-screen-top .slider .slider-item {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition-property: opacity; }
        .main-screen .main-screen-top .slider .slider-item:first-child {
          opacity: 1; }
    .main-screen .main-screen-top .slider-text {
      height: 110px;
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.8);
      padding: 0 70px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1199px) {
        .main-screen .main-screen-top .slider-text {
          height: 71px;
          padding: 0 70px;
          max-width: 80%; } }
      @media (max-width: 767px) {
        .main-screen .main-screen-top .slider-text {
          padding: 0 15px;
          max-width: 100%;
          width: 100%;
          box-sizing: border-box; } }
      .main-screen .main-screen-top .slider-text h1 {
        font-size: 30px; }
        @media (max-width: 1199px) {
          .main-screen .main-screen-top .slider-text h1 {
            font-size: 23px; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    .main-screen .main-screen-top .slider-text h1 {
      font-size: 18px;
      text-align: center; } }

      .main-screen .main-screen-top .slider-text .cta {
        position: absolute;
        top: -52px;
        right: 0;
        padding: 0 25px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        border-radius: inherit; }
        .main-screen .main-screen-top .slider-text .cta:hover {
          color: #fff; }
        @media (max-width: 767px) {
          .main-screen .main-screen-top .slider-text .cta {
            display: none; } }

.title {
  margin: 60px 0; }
  .title div {
    box-sizing: border-box; }
  .title .wrapper {
    display: flex;
    flex-direction: row; }
    @media (max-width: 767px) {
      .title .wrapper {
        flex-direction: column-reverse; } }
  @media (max-width: 767px) {
    .title .left, .title .right {
      width: 100%; } }
  .title .left {
    display: flex;
    padding-left: 20px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1199px) {
      .title .left {
        width: 40%; } }
    @media (max-width: 767px) {
      .title .left {
        width: 100%;
        margin-bottom: 30px;
        margin-top: -20px; } }
    @media (max-width: 767px) {
      .title .left {
        padding-left: 0; } }
    .title .left .img-wrap {
      height: 400px;
      width: 100%; }
    .title .left img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .title .right {
    width: 60%;
    background-color: #cb2020;
    padding: 40px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .title .right {
        width: 60%; } }
    @media (max-width: 767px) {
      .title .right {
        width: 100%; } }
    .title .right h2 {
      font-size: 24px;
      padding: 0;
      margin: 0; }
      @media (max-width: 1199px) {
        .title .right h2 {
          font-size: 20px; } }
    .title .right .dash {
      display: block;
      width: 70px;
      height: 2px;
      margin-top: 20px;
      margin-bottom: 5px;
      background-color: #fff; }
    .title .right p {
      font-size: 18px;
      font-weight: 400; }
      @media (max-width: 1199px) {
        .title .right p {
          font-size: 16px; } }
    .title .right ul {
      padding-left: 20px; }
    .title .right li {
      margin-bottom: 10px; }

article.advantages {
  margin: 60px 0;
  padding: 25px 0;
  background-color: #F8F8F8; }
  article.advantages h2 {
    text-align: center;
    color: #494949; }
  article.advantages .wrapper {
    display: flex;
    flex-direction: row; }
    @media (max-width: 1050px) {
      article.advantages .wrapper {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      article.advantages .wrapper {
        flex-direction: column; } }
  article.advantages .col {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #555454; }
    @media (max-width: 1050px) {
      article.advantages .col {
        width: calc(50% - 30px); } }
    @media (max-width: 767px) {
      article.advantages .col {
        padding: 20px 0px;
        width: 100%; } }
  article.advantages .img-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      article.advantages .img-wrap {
        width: 65px; } }
  article.advantages h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px; }
    @media (max-width: 1199px) {
      article.advantages h3 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      article.advantages h3 {
        font-size: 20px; } }
  article.advantages span {
    text-align: center;
    font-size: 15px; }
    @media (max-width: 1199px) {
      article.advantages span {
        font-size: 14px; } }

.director {
  margin: 60px 0; }
  .director .container {
    display: flex;
    flex-direction: row;
    min-height: 450px;
    flex-wrap: wrap; }
    @media (max-width: 650px) {
      .director .container {
        flex-direction: column; } }
  .director .dir-photo {
    height: 100%;
    position: relative; }
    .director .dir-photo img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 50% 0; }
    .director .dir-photo p {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 18px;
      line-height: 140%;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 65px;
      background: rgba(203, 32, 32, 0.8);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px); }
      @media (max-width: 1199px) {
        .director .dir-photo p {
          display: none; } }
  .director .leftside {
    width: 33.333%;
    box-sizing: border-box; }
    @media (max-width: 1199px) {
      .director .leftside {
        width: 200px;
        height: 200px; } }
    @media (max-width: 650px) {
      .director .leftside {
        display: none; } }
  .director .rightside {
    width: 66.666%;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative; }
    @media (max-width: 1199px) {
      .director .rightside {
        width: calc(100% - 200px); } }
    @media (max-width: 650px) {
      .director .rightside {
        width: 100%;
        padding-left: 0;
        height: auto; } }
    .director .rightside .dir-photo-mobile {
      display: none; }
      .director .rightside .dir-photo-mobile a {
        color: #cb2020; }
      .director .rightside .dir-photo-mobile p {
        display: flex; }
      @media (max-width: 650px) {
        .director .rightside .dir-photo-mobile {
          display: block;
          height: 480px; }
          .director .rightside .dir-photo-mobile p {
            font-size: 14px;
            line-height: 17px; } }
      @media (max-width: 390px) {
        .director .rightside .dir-photo-mobile {
          height: 280px; }
          .director .rightside .dir-photo-mobile p {
            font-size: 12px;
            line-height: 16px; } }
    .director .rightside:after {
      position: absolute;
      font-family: 'iconfont';
      display: block;
      width: 107px;
      height: 107px;
      content: '\e917';
      color: #cb2020;
      border: 1px solid #D3D3D3;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 45px;
      top: 0;
      right: 0; }
      @media (max-width: 1199px) {
        .director .rightside:after {
          width: 65px;
          height: 65px;
          font-size: 25px; } }
      @media (max-width: 650px) {
        .director .rightside:after {
          content: none; } }
    .director .rightside h3 {
      margin-top: 0;
      font-weight: 500;
      font-size: 24px;
      line-height: 110%;
      color: #494949;
      margin-bottom: 13px; }
      @media (max-width: 1199px) {
        .director .rightside h3 {
          font-weight: 600;
          font-size: 18px;
          line-height: 120%; } }
      @media (max-width: 650px) {
        .director .rightside h3 {
          margin-bottom: 25px; } }
    .director .rightside h2 {
      font-weight: 500;
      font-size: 30px;
      line-height: 110%;
      color: #CB2020;
      margin-bottom: 36px;
      margin-top: 0; }
      @media (max-width: 1199px) {
        .director .rightside h2 {
          font-size: 24px;
          line-height: 31px;
          position: relative;
          margin-bottom: 10px;
          padding-bottom: 15px; }
          .director .rightside h2:after {
            position: absolute;
            content: "";
            display: block;
            height: 2px;
            width: 73px;
            background-color: #cb2020;
            bottom: 0;
            left: 0; } }
    @media (max-width: 1199px) and (max-width: 650px) {
      .director .rightside h2:after {
        display: none; } }

      @media (max-width: 650px) {
        .director .rightside h2 {
          margin: 25px 0; } }
    .director .rightside .dir-post-mobile {
      font-size: 14px;
      line-height: 18px;
      color: #666666;
      display: none; }
      @media (max-width: 1199px) {
        .director .rightside .dir-post-mobile {
          display: block; } }
      @media (max-width: 650px) {
        .director .rightside .dir-post-mobile {
          display: none; } }
    .director .rightside blockquote {
      padding-left: 15px;
      border-left: 2px solid #CB2020;
      margin: 0; }
      @media (max-width: 1199px) {
        .director .rightside blockquote {
          display: none; } }
      .director .rightside blockquote p {
        font-size: 18px;
        color: #646464;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 25px; }
        .director .rightside blockquote p a {
          color: #cb2020;
          text-decoration: none; }
        .director .rightside blockquote p:last-child {
          margin: 0; }
    .director .rightside.mobile-appeal {
      display: none; }
      @media (max-width: 1199px) {
        .director .rightside.mobile-appeal {
          display: block;
          width: 100%;
          margin: 30px 0 0 0;
          padding-left: 0; }
          .director .rightside.mobile-appeal:after {
            content: none; } }
      @media (max-width: 650px) {
        .director .rightside.mobile-appeal {
          margin-top: 0; }
          .director .rightside.mobile-appeal:after {
            display: none;
            content: '\e917';
            border: 0;
            height: auto;
            width: auto;
            right: 15px;
            top: -20px; } }
      @media (max-width: 1199px) {
        .director .rightside.mobile-appeal blockquote {
          display: block; }
          .director .rightside.mobile-appeal blockquote p {
            font-size: 16px; }
            .director .rightside.mobile-appeal blockquote p a {
              color: #cb2020;
              text-decoration: none; } }

.gallery {
  margin: 60px 0; }
  .gallery h2 {
    text-align: center;
    color: #494949;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .gallery .photos-wrap {
      overflow: hidden;
      margin-right: -15px;
      margin-left: -15px; } }
  .gallery .photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .gallery .photos .photo {
      width: calc(33.3333% - 20px);
      margin-right: 30px;
      margin-bottom: 40px;
      height: 250px; }
      @media (max-width: 1199px) {
        .gallery .photos .photo {
          width: calc(33.3333% - 15px);
          margin-right: 20px;
          margin-bottom: 20px;
          height: 150px; } }
      @media (max-width: 767px) {
        .gallery .photos .photo {
          width: calc(50% - 20px);
          margin-left: 10px;
          margin-right: 10px;
          margin-bottom: 20px;
          height: 150px; } }
      @media (min-width: 768px) {
        .gallery .photos .photo:nth-child(3n+3) {
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .gallery .photos .photo:hover a:before {
          transform: scale(1); }
        .gallery .photos .photo:hover a img {
          transform: scale(1.1); } }
      .gallery .photos .photo a {
        padding: 0;
        margin: 0;
        display: block;
        height: 100%;
        position: relative; }
        .gallery .photos .photo a:before {
          position: absolute;
          font-family: "iconfont";
          content: "\e918";
          font-size: 25px;
          color: #cb2020;
          display: flex;
          width: 50px;
          height: 50px;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          border-radius: 50%;
          top: 50%;
          left: 50%;
          margin-top: -25px;
          margin-left: -25px;
          z-index: 1;
          transform: scale(0);
          transition: 0.2s; }
        .gallery .photos .photo a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: 0.2s; }
  .gallery .p-hide {
    display: none; }
  .gallery .btn-wrap {
    text-align: center; }
    .gallery .btn-wrap span {
      cursor: pointer; }

.footer {
  background-color: #838282; }
  .footer .footer-top {
    height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    .footer .footer-top .container {
      display: flex;
      height: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
    .footer .footer-top .logotypes {
      display: flex;
      flex-direction: row; }
      .footer .footer-top .logotypes .logo {
        margin-right: 32px; }
      .footer .footer-top .logotypes a {
        text-decoration: none; }
        .footer .footer-top .logotypes a:last-child {
          margin-right: 0; }
        .footer .footer-top .logotypes a img {
          height: 36px; }
    .footer .footer-top .social a {
      text-decoration: none;
      margin-right: 22px; }
      .footer .footer-top .social a:hover i:before {
        color: #cccccc; }
      @media (max-width: 767px) {
        .footer .footer-top .social a {
          margin-right: 15px; } }
      .footer .footer-top .social a i {
        line-height: 25px;
        vertical-align: bottom; }
        .footer .footer-top .social a i:before {
          color: #fff; }
        .footer .footer-top .social a i.icon-YOUTUBE {
          font-size: 25px; }
        .footer .footer-top .social a i.icon-social-vk {
          font-size: 25px; }
        .footer .footer-top .social a i.icon-social-inst {
          font-size: 25px; }
      @media (max-width: 767px) {
        .footer .footer-top .social a img {
          transform: scale(0.85); } }
      .footer .footer-top .social a:last-child {
        margin-right: 0; }
  .footer .logo-drag {
    display: none; }
    @media (max-width: 767px) {
      .footer .logo-drag {
        display: block; } }
    .footer .logo-drag .logotypes {
      display: flex;
      flex-direction: row;
      margin: 24px 0 15px; }
      .footer .logo-drag .logotypes .logo {
        margin-right: 32px; }
      .footer .logo-drag .logotypes a {
        text-decoration: none; }
        .footer .logo-drag .logotypes a:last-child {
          margin-right: 0; }
        .footer .logo-drag .logotypes a img {
          height: 36px; }
  .footer .footer-middle .container {
    display: flex;
    flex-direction: row; }
    @media (max-width: 767px) {
      .footer .footer-middle .container {
        flex-wrap: wrap; } }
  .footer .footer-middle .footer-col {
    width: 25%;
    margin-right: 40px;
    margin-top: 56px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .footer .footer-middle .footer-col {
        margin-right: 0;
        padding-right: 27px;
        margin-top: 15px;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 20px; } }
    .footer .footer-middle .footer-col h4 {
      font-weight: 500;
      font-size: 20px;
      line-height: 110%;
      margin-top: 0;
      margin-bottom: 40px;
      color: #fff;
      margin-top: 0; }
      @media (max-width: 1199px) {
        .footer .footer-middle .footer-col h4 {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .footer .footer-middle .footer-col h4 {
          margin-bottom: 25px; } }
    .footer .footer-middle .footer-col a {
      text-decoration: none;
      color: #fff; }
      .footer .footer-middle .footer-col a:hover {
        color: #cccccc; }
    .footer .footer-middle .footer-col ul li {
      margin-bottom: 15px;
      list-style-type: none; }
      @media (max-width: 1199px) {
        .footer .footer-middle .footer-col ul li {
          margin-bottom: 7px; } }
      @media (max-width: 767px) {
        .footer .footer-middle .footer-col ul li {
          margin-bottom: 4px; } }
      .footer .footer-middle .footer-col ul li a {
        font-size: 14px;
        color: #fff;
        line-height: 120%;
        font-weight: 400; }
        @media (max-width: 1199px) {
          .footer .footer-middle .footer-col ul li a {
            font-size: 13px; } }
  .footer .footer-bottom {
    background-color: #626262; }
    .footer .footer-bottom .container {
      height: 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 500px) {
        .footer .footer-bottom .container {
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          height: 93px; } }
      .footer .footer-bottom .container span, .footer .footer-bottom .container a {
        font-size: 12px;
        line-height: 150%;
        color: #fff;
        text-decoration: none; }
        @media (max-width: 1199px) {
          .footer .footer-bottom .container span, .footer .footer-bottom .container a {
            font-size: 10px; } }
      @media (max-width: 500px) {
        .footer .footer-bottom .container .copyright {
          display: flex;
          flex-direction: column; } }
      .footer .footer-bottom .container .copyright span {
        padding-left: 20px;
        position: relative;
        margin-right: 20px; }
        @media (max-width: 767px) {
          .footer .footer-bottom .container .copyright span:first-child {
            margin-bottom: 10px; } }
        .footer .footer-bottom .container .copyright span:before {
          font-family: 'iconfont';
          font-weight: normal;
          font-size: 13px;
          position: absolute;
          content: '\e909';
          top: 0px;
          left: 0; }
      .footer .footer-bottom .container .copyright a {
        padding-left: 20px;
        position: relative; }
        .footer .footer-bottom .container .copyright a:hover {
          color: #cccccc; }
        .footer .footer-bottom .container .copyright a:before {
          font-family: 'iconfont';
          font-weight: normal;
          position: absolute;
          content: '\e919';
          font-size: 13px;
          top: 0px;
          left: 0; }
      @media (max-width: 500px) {
        .footer .footer-bottom .container .author {
          padding-top: 10px; } }
      .footer .footer-bottom .container .author a {
        position: relative;
        padding-right: 20px; }
        .footer .footer-bottom .container .author a:hover {
          color: #cccccc; }
        .footer .footer-bottom .container .author a:after {
          position: absolute;
          font-family: 'iconfont';
          content: '\e90d';
          font-size: 15px;
          top: 0;
          right: 0; }

.popup {
  display: none; }
  @media (max-width: 520px) {
    .popup {
      width: 100%;
      height: 100%; } }
  .popup.fancybox-content {
    background-color: unset;
    padding: 0; }
  .popup.policy, .popup.wide {
    width: 900px; }
    @media (max-width: 900px) {
      .popup.policy, .popup.wide {
        width: 100%; } }
    .popup.policy .popup-inner, .popup.wide .popup-inner {
      width: 900px; }
      @media (max-width: 900px) {
        .popup.policy .popup-inner, .popup.wide .popup-inner {
          width: 100%; } }
  .popup.wide h2 {
    font-size: 24px; }
  .popup.wide h3 {
    font-size: 20px;
    color: #494949;
    text-align: left;
    width: 100%; }
  .popup.wide p {
    padding-left: 30px;
    width: 100%;
    margin: 10px 0; }
  .popup .popup-inner {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15), 0px 14px 44px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 20px 40px;
    width: 480px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .popup .popup-inner .img-wrap {
      width: 250px;
      padding-right: 32px; }
      @media (max-width: 520px) {
        .popup .popup-inner .img-wrap {
          width: 220px;
          padding-right: 20px;
          margin-bottom: 20px; } }
    @media (max-width: 520px) {
      .popup .popup-inner {
        padding: 40px 15px;
        width: 100%;
        min-height: 100%;
        border-radius: 0; } }
  .popup h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 150%;
    color: #555353;
    text-align: center; }
    @media (max-width: 520px) {
      .popup h2 {
        font-size: 18px;
        line-height: 150%; } }
  .popup .form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: center; }
    .popup .form .form-group {
      position: relative;
      margin-bottom: 30px;
      width: 100%; }
      .popup .form .form-group label.input-text {
        position: absolute;
        font-size: 16px;
        color: #8b8b8b;
        top: 24px;
        left: 10px;
        background-color: #fff;
        padding: 0 10px;
        transition: 0.2s; }
        @media (max-width: 520px) {
          .popup .form .form-group label.input-text {
            font-size: 14px; } }
        .popup .form .form-group label.input-text.label-small {
          font-size: 12px;
          transition: 0.2s;
          top: -6px;
          left: 20px;
          color: #cb2020; }
          @media (max-width: 520px) {
            .popup .form .form-group label.input-text.label-small {
              top: -2px;
              left: 15px; } }
      .popup .form .form-group label.error {
        margin-bottom: 0px;
        padding-left: 20px;
        margin-top: 5px;
        color: #f90000;
        font-size: 12px;
        display: block; }
    .popup .form .form-adress,
    .popup .form .form-phone,
    .popup .form .form-field
     {
      box-sizing: border-box;
      width: 100%;
      color: #4f4f4f;
      padding: 20px 30px;
      font-size: 16px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      transition: 0.2s;
      margin-top: 5px;
      background-color: #fff; }
      @media (max-width: 1199px) {
        .popup .form .form-adress,
        .popup .form .form-phone,
        .popup .form .form-field
         {
          font-size: 12px;
          line-height: 16px; } }
      @media (max-width: 1199px) {
        .popup .form .form-adress,
        .popup .form .form-phone,
        .popup .form .form-field
         {
          padding: 17px 20px; } }
      .popup .form .form-adress:focus,
      .popup .form .form-phone:focus,
      .popup .form .form-field:focus
       {
        box-shadow: 0px 0px 2px 1px #cb2020;
        outline: none;
        border-color: transparent; }
      .popup .form .form-adress.adress,
      .popup .form .form-phone.adress,
      .popup .form .form-field.adress
       {
        font-size: 14px; }
      .popup .form .form-adress.phone,
      .popup .form .form-phone.phone,
      .popup .form .form-field.phone
       {
        position: relative; }
    .popup .form .form-field:focus ~ label,
    .popup .form .form-field[value=""] {
      font-size: 12px;
      transition: 0.2s;
      top: -6px;
      left: 20px;
      color: #cb2020; }
      @media (max-width: 520px) {
        .popup .form .form-field:focus ~ label,
        .popup .form .form-field[value=""] {
          top: -2px;
          left: 15px; } }
    .popup .form .btn {
      width: 220px;
      line-height: unset;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 18px 35px;
      cursor: pointer; }
  .popup .policy {
    margin-top: 20px;
    font-size: 12px;
    line-height: 115%;
    color: #8e8e8e;
    text-align: center; }
    @media (max-width: 520px) {
      .popup .policy {
        margin-top: 30px; } }
    .popup .policy a {
      color: #8e8e8e; }
  .popup .form-success,
  .popup .form-fail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px; }
    .popup .form-success img,
    .popup .form-fail img {
      width: 100px; }
    .popup .form-success p,
    .popup .form-fail p {
      text-align: center;
      font-weight: bold;
      font-size: 22px;
      line-height: 150%;
      color: #555353;
      margin-top: 20px;
      margin-bottom: 0; }
      .popup .form-success p.text-small,
      .popup .form-fail p.text-small {
        font-size: 16px;
        line-height: 120%;
        font-weight: normal; }
    .popup .form-success button,
    .popup .form-fail button {
      margin-top: 60px;
      margin-bottom: 30px;
      line-height: unset; }

@media (min-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    max-width: 1200px;
    max-height: 800px; } }

.partner h2 {
  margin: 40px 0;
  text-align: center;
  color: #494949; }
.partner .wrap {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .partner .wrap {
      flex-direction: column; } }
.partner .left, .partner .right {
  width: 50%; }
  @media (max-width: 767px) {
    .partner .left, .partner .right {
      width: 100%; } }
.partner h3 {
  margin-top: 0;
  margin-bottom: 0; }
.partner .left {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding: 40px 30px;
  box-sizing: border-box; }
  @media (max-width: 1199px) {
    .partner .left {
      padding: 30px 0;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .partner .left {
      padding-right: 0;
      padding-top: 0; } }
  .partner .left h3 {
    color: #494949; }
  .partner .left ul {
    list-style-type: none;
    position: relative; }
    .partner .left ul::before {
      content: '';
      display: block;
      position: absolute;
      width: 2px;
      height: 100%;
      background-color: #cb2020;
      left: 16px; }
  .partner .left li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    vertical-align: middle;
    padding-left: 45px;
    padding-top: 6px;
    display: flex;
    position: relative; }
    @media (max-width: 1199px) {
      .partner .left li {
        font-size: 16px; } }
    .partner .left li::before {
      position: absolute;
      content: '';
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border: 2px solid #fff;
      background-color: #cb2020;
      margin-right: 10px;
      color: #fff;
      border-radius: 3px;
      z-index: 1;
      left: 0px;
      top: 0; }
    .partner .left li:last-child {
      margin-bottom: 0; }
    .partner .left li:nth-child(1)::before {
      content: '1'; }
    .partner .left li:nth-child(2)::before {
      content: '2'; }
    .partner .left li:nth-child(3)::before {
      content: '3'; }
    .partner .left li:nth-child(4)::before {
      content: '4'; }
    .partner .left li:nth-child(5)::before {
      content: '5'; }
  .partner .left .dash {
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #cb2020; }
.partner .right {
  box-sizing: border-box;
  background-color: #cb2020;
  padding: 40px 30px;
  color: #fff;
  display: flex;
  flex-direction: column; }
  .partner .right ul {
    box-sizing: border-box;
    list-style-type: square;
    margin-left: 30px; }
  .partner .right li {
    font-size: 16px;
    margin-bottom: 20px; }
  .partner .right p {
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .partner .right p {
        font-size: 16px; } }
  .partner .right .dash {
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #fff; }

.price {
  margin: 40px 0; }
  .price h2 {
    color: #494949;
    margin: 40px 0;
    margin-top: 50px;
    text-align: center; }
    @media (max-width: 1199px) {
      .price h2 {
        font-size: 24px; } }
  .price .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .price .wrap {
        flex-direction: column; } }
  .price .item {
    width: calc(50% - 15px);
    background-color: #f8f8f8;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 30px 20px; }
    .price .item:nth-child(odd) {
      margin-right: 15px; }
      @media (max-width: 767px) {
        .price .item:nth-child(odd) {
          margin-right: 0; } }
    .price .item:nth-child(even) {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .price .item:nth-child(even) {
          margin-left: 0; } }
    @media (max-width: 767px) {
      .price .item {
        padding: 20px 15px;
        width: 100%; } }
  .price h3 {
    color: #494949;
    font-size: 22px;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .price h3 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .price h3 {
        margin: 0px 0 10px 0; } }
  .price .dash {
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #cb2020; }
  .price p.min {
    font-size: 14px;
    margin-top: 0; }
  .price p {
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .price p {
        font-size: 16px; } }
  .price p.explain {
    font-size: 14px;
    margin-top: 0; }
    .price p.explain a {
      color: #cb2020;
      text-decoration: none; }
      .price p.explain a:hover {
        color: #Ff0000; }
  .price .btn-wrap {
    display: block;
    text-align: center; }
  .price .adv-items-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .price .adv-items-wrap {
        flex-direction: column; } }
  .price .adv-item {
    width: calc(50% - 15px);
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .price .adv-item {
        width: 100%; } }
    .price .adv-item:nth-child(odd) {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .price .adv-item:nth-child(odd) {
          margin-right: 0; } }
    .price .adv-item.wide {
      width: 100%;
      margin-right: 0; }
      .price .adv-item.wide span {
        justify-content: center; }
        @media (max-width: 767px) {
          .price .adv-item.wide span {
            justify-content: flex-start; } }
    .price .adv-item .not-hide {
      display: flex;
      flex-direction: row;
      height: 85px;
      box-sizing: border-box; }
    .price .adv-item .hide-text-wrap {
      border: 1px solid #DEDEDE;
      border-top: none;
      display: none; }
      .price .adv-item .hide-text-wrap.open-text {
        display: block; }
    .price .adv-item .hide-text {
      padding: 30px 20px; }
      .price .adv-item .hide-text *:nth-child(1) {
        margin-top: 0; }
      .price .adv-item .hide-text *:last-child {
        margin-bottom: 0; }
      .price .adv-item .hide-text p {
        font-size: 15px;
        padding-left: 15px; }
      .price .adv-item .hide-text h3 {
        color: #494949;
        font-size: 20px;
        margin: 10px 0; }
    .price .adv-item .adv-item-icon {
      background-color: #cb2020;
      width: 85px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1199px) {
        .price .adv-item .adv-item-icon {
          width: 65px; } }
      .price .adv-item .adv-item-icon img {
        width: 50%;
        height: 50%; }
        @media (max-width: 1199px) {
          .price .adv-item .adv-item-icon img {
            width: 50%;
            height: 50%; } }
    .price .adv-item .adv-item-title {
      border: 1px solid #DEDEDE;
      width: calc(100% - 85px);
      position: relative;
      transition: all ease .2s; }
      .price .adv-item .adv-item-title:after {
        transition: all ease .2s; }
      @media (max-width: 1199px) {
        .price .adv-item .adv-item-title {
          width: calc(100% - 65px); } }
      .price .adv-item .adv-item-title.open-block {
        border: 1px solid #cb2020;
        background-color: #cb2020;
        transition: all ease .2s;
        cursor: pointer; }
        .price .adv-item .adv-item-title.open-block h2 {
          color: #fff; }
        .price .adv-item .adv-item-title.open-block:after {
          color: #fff;
          transform: rotate(0deg);
          transition: all ease .2s; }
      .price .adv-item .adv-item-title span {
        box-sizing: border-box;
        text-decoration: none;
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 10px 70px 10px 18px;
        transition: all ease .2s; }
        @media (max-width: 1199px) {
          .price .adv-item .adv-item-title span {
            padding: 10px 35px 10px 13px; } }
        @media (max-width: 767px) {
          .price .adv-item .adv-item-title span {
            padding: 10px 30px 10px 10px; } }
      .price .adv-item .adv-item-title h2 {
        margin: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        color: #4F4F4F;
        text-align: left; }
        @media (max-width: 1199px) {
          .price .adv-item .adv-item-title h2 {
            font-size: 16px;
            line-height: 140%; } }
        @media (max-width: 767px) {
          .price .adv-item .adv-item-title h2 {
            font-size: 16px;
            line-height: 110%; } }
      .price .adv-item .adv-item-title:after {
        position: absolute;
        content: '\e904';
        font-size: 18px;
        font-family: 'iconfont';
        top: 50%;
        margin-top: -7px;
        right: 20px;
        color: #cb2020;
        transform: rotate(90deg); }
        @media (max-width: 1199px) {
          .price .adv-item .adv-item-title:after {
            right: 13px; } }
        @media (max-width: 767px) {
          .price .adv-item .adv-item-title:after {
            font-size: 12px;
            margin-top: -6px; } }
      .price .adv-item .adv-item-title:hover {
        border: 1px solid #cb2020;
        background-color: #cb2020;
        cursor: pointer; }
        .price .adv-item .adv-item-title:hover h2 {
          color: #fff; }
        .price .adv-item .adv-item-title:hover:after {
          color: #fff; }

.aspect-cite {
  margin-top: 0px;
  margin-bottom: 40px; }
  .aspect-cite .container {
    background-color: #f8f8f8;
    padding: 0 40px 30px 40px; }
  .aspect-cite p {
    font-weight: 500;
    font-size: 24px;
    color: #686868;
    padding-left: 40px;
    position: relative;
    margin: 0;
    font-style: italic; }
    @media (max-width: 1199px) {
      .aspect-cite p {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .aspect-cite p {
        font-size: 18px; } }
    .aspect-cite p:before {
      position: absolute;
      content: '';
      display: block;
      height: 100%;
      width: 2px;
      background-color: #CB2020;
      top: 0;
      left: 0; }

.area-contacts {
  background-color: #F5F5F5;
  padding-top: 20px; }
  @media (max-width: 1199px) {
    .area-contacts {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .area-contacts {
      padding-top: 0;
      padding-bottom: 50px;
      display: flex;
      flex-direction: column-reverse; } }
  .area-contacts .ac-top {
    border-bottom: 1px solid #DFDBDB; }
    .area-contacts .ac-top h2 {
      color: #494949;
      text-align: center; }
    .area-contacts .ac-top.ac-top-mobile {
      display: none;
      flex-direction: column;
      border-bottom: none; }
      .area-contacts .ac-top.ac-top-mobile > * {
        width: 100%;
        text-align: center; }
      @media (max-width: 767px) {
        .area-contacts .ac-top.ac-top-mobile {
          display: block; } }
  .area-contacts .ac-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .area-contacts .ac-bottom {
        flex-direction: column;
        margin: 0;
        padding-top: 35px; } }
    .area-contacts .ac-bottom .ac-top-mobile {
      padding: 25px 0; }
      .area-contacts .ac-bottom .ac-top-mobile p {
        padding-bottom: 15px; }
    .area-contacts .ac-bottom .leftside {
      box-sizing: border-box;
      width: 50%;
      border-right: 1px solid #DFDBDB; }
      @media (max-width: 767px) {
        .area-contacts .ac-bottom .leftside {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #DFDBDB;
          padding-bottom: 25px; } }
      .area-contacts .ac-bottom .leftside h3 {
        font-weight: 500;
        font-size: 30px;
        line-height: 110%;
        color: #A0A0A0;
        margin: 0 0 45px 0; }
        @media (max-width: 1199px) {
          .area-contacts .ac-bottom .leftside h3 {
            font-size: 22px;
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .area-contacts .ac-bottom .leftside h3 {
            padding-left: 10px; } }
      .area-contacts .ac-bottom .leftside .ac-contacts-inner {
        display: flex;
        flex-direction: column; }
        .area-contacts .ac-bottom .leftside .ac-contacts-inner span, .area-contacts .ac-bottom .leftside .ac-contacts-inner a {
          font-weight: 600;
          font-size: 18px;
          line-height: 140%;
          color: #494949;
          margin-bottom: 25px;
          text-decoration: none;
          padding-left: 50px;
          position: relative; }
          @media (max-width: 1199px) {
            .area-contacts .ac-bottom .leftside .ac-contacts-inner span, .area-contacts .ac-bottom .leftside .ac-contacts-inner a {
              font-size: 15px;
              line-height: 110%;
              padding-left: 40px; } }
          @media (max-width: 767px) {
            .area-contacts .ac-bottom .leftside .ac-contacts-inner span, .area-contacts .ac-bottom .leftside .ac-contacts-inner a {
              font-size: 15px;
              line-height: 110%;
              padding-left: 40px;
              margin-bottom: 22px; } }
          .area-contacts .ac-bottom .leftside .ac-contacts-inner span:before, .area-contacts .ac-bottom .leftside .ac-contacts-inner a:before {
            font-family: 'iconfont';
            position: absolute;
            font-size: 10px;
            top: 50%;
            margin-top: -10px;
            left: 5px;
            z-index: 1;
            color: #fff;
            font-weight: normal;
            display: block;
            height: 20px;
            width: 20px;
            line-height: 20px;
            background-color: #cb2020;
            border-radius: 50%;
            text-align: center; }
        .area-contacts .ac-bottom .leftside .ac-contacts-inner a {
          transition: all ease .1s; }
          .area-contacts .ac-bottom .leftside .ac-contacts-inner a:hover {
            color: #CB2020; }
        .area-contacts .ac-bottom .leftside .ac-contacts-inner .telephone:before {
          content: '\e913'; }
        .area-contacts .ac-bottom .leftside .ac-contacts-inner .adress:before {
          content: '\e90c'; }
        .area-contacts .ac-bottom .leftside .ac-contacts-inner .email:before {
          content: '\e911'; }
    .area-contacts .ac-bottom .rightside_form {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding-left: 110px;
      padding-right: 40px;
      box-sizing: border-box; }
      @media (max-width: 1199px) {
        .area-contacts .ac-bottom .rightside_form {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .area-contacts .ac-bottom .rightside_form {
          width: 100%;
          padding: 0;
          padding-top: 35px; } }
      .area-contacts .ac-bottom .rightside_form form {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 450px;
        margin: 0 auto; }
        .area-contacts .ac-bottom .rightside_form form .form-group {
          display: flex;
          flex-direction: column; }
        .area-contacts .ac-bottom .rightside_form form label {
          margin-top: -15px;
          margin-bottom: 15px;
          padding-left: 20px;
          color: #F90000; }
        .area-contacts .ac-bottom .rightside_form form .form-adress,
        .area-contacts .ac-bottom .rightside_form form .form-phone {
          color: #4F4F4F;
          padding: 22px 35px;
          font-size: 18px;
          border-radius: 4px;
          border: 1px solid rgba(0, 0, 0, 0.15);
          transition: .2s;
          margin-top: 5px;
          background-color: #fff;
          margin-bottom: 20px; }
          @media (max-width: 1199px) {
            .area-contacts .ac-bottom .rightside_form form .form-adress,
            .area-contacts .ac-bottom .rightside_form form .form-phone {
              font-size: 12px;
              line-height: 16px; } }
          @media (max-width: 1199px) {
            .area-contacts .ac-bottom .rightside_form form .form-adress,
            .area-contacts .ac-bottom .rightside_form form .form-phone {
              padding: 17px 20px; } }
          .area-contacts .ac-bottom .rightside_form form .form-adress::placeholder,
          .area-contacts .ac-bottom .rightside_form form .form-phone::placeholder {
            color: #8B8B8B; }
          .area-contacts .ac-bottom .rightside_form form .form-adress:focus,
          .area-contacts .ac-bottom .rightside_form form .form-phone:focus {
            box-shadow: 0px 0px 2px 1px #CB2020;
            outline: none;
            border-color: transparent; }
          .area-contacts .ac-bottom .rightside_form form .form-adress.adress,
          .area-contacts .ac-bottom .rightside_form form .form-phone.adress {
            font-size: 14px; }
          .area-contacts .ac-bottom .rightside_form form .form-adress.phone,
          .area-contacts .ac-bottom .rightside_form form .form-phone.phone {
            position: relative; }
        .area-contacts .ac-bottom .rightside_form form input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        .area-contacts .ac-bottom .rightside_form form .btn-wrap {
          display: flex;
          flex-direction: row;
          justify-content: center; }
        .area-contacts .ac-bottom .rightside_form form .btn {
          padding: 0 20px;
          cursor: pointer; }
      .area-contacts .ac-bottom .rightside_form p.policy {
        font-size: 18px;
        line-height: 154%;
        color: #959595;
        text-align: center; }
        @media (max-width: 1199px) {
          .area-contacts .ac-bottom .rightside_form p.policy {
            font-size: 12px; } }
        .area-contacts .ac-bottom .rightside_form p.policy a {
          color: #959595; }
          .area-contacts .ac-bottom .rightside_form p.policy a:hover {
            color: #cb2020; }
      .area-contacts .ac-bottom .rightside_form .form-success, .area-contacts .ac-bottom .rightside_form .form-fail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 329px; }
        .area-contacts .ac-bottom .rightside_form .form-success img, .area-contacts .ac-bottom .rightside_form .form-fail img {
          width: 100px; }
        .area-contacts .ac-bottom .rightside_form .form-success p, .area-contacts .ac-bottom .rightside_form .form-fail p {
          text-align: center;
          font-weight: bold;
          font-size: 22px;
          line-height: 150%;
          color: #555353;
          margin-top: 20px;
          margin-bottom: 0; }
          .area-contacts .ac-bottom .rightside_form .form-success p.text-small, .area-contacts .ac-bottom .rightside_form .form-fail p.text-small {
            font-size: 16px;
            line-height: 120%;
            font-weight: normal; }

.cases {
  margin: 40px 0; }
  .cases h2 {
    color: #494949;
    margin: 40px 0;
    margin-top: 50px;
    text-align: center; }
    @media (max-width: 1199px) {
      .cases h2 {
        font-size: 24px; } }
  .cases .wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .cases .wrap {
        margin-right: 40px;
        margin-left: 40px; } }
    .cases .wrap button {
      position: absolute;
      display: block;
      height: 0px;
      width: 0px;
      line-height: 0px;
      font-size: 0px;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      padding: 0;
      border: none;
      outline: none;
      margin-top: -23px; }
      .cases .wrap button.slick-next {
        right: -12px; }
        .cases .wrap button.slick-next::after {
          content: '\e904';
          right: -30px; }
      .cases .wrap button.slick-prev {
        left: -12px; }
        .cases .wrap button.slick-prev::after {
          content: '\e902';
          left: -30px; }
      .cases .wrap button::after {
        position: absolute;
        font-family: 'iconfont';
        display: block;
        color: #CB2020;
        z-index: 1;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 45px;
        transition: .1s;
        margin-top: -23px;
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid #eeeeee; }
  .cases .item {
    width: calc(50% - 15px);
    padding-left: 50px;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 767px) {
      .cases .item {
        padding-left: 20px; } }
    @media (max-width: 580px) {
      .cases .item {
        padding-left: 0px; } }
    .cases .item .item-wrap {
      display: flex;
      flex-direction: column;
      margin-left: 70px; }
      @media (max-width: 1199px) {
        .cases .item .item-wrap {
          margin-left: 20px; } }
      @media (max-width: 580px) {
        .cases .item .item-wrap > * {
          margin-left: 30px;
          margin-right: auto;
          max-width: 90%;
          display: inline-block; } }
    .cases .item::before {
      position: absolute;
      content: '';
      display: block;
      height: 150px;
      width: 7px;
      top: 80px;
      left: 90px;
      background-color: #CB2020; }
      @media (max-width: 1199px) {
        .cases .item::before {
          top: 80px;
          left: 40px; } }
      @media (max-width: 767px) {
        .cases .item::before {
          top: 60px;
          left: 10px; } }
  .cases h3 {
    color: #CB2020;
    font-size: 25px; }
    @media (max-width: 1199px) {
      .cases h3 {
        font-size: 18px; } }
  .cases p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .cases p {
        font-size: 14px; } }
    .cases p.title {
      font-weight: 500;
      position: relative;
      padding-left: 15px; }
      .cases p.title::before {
        position: absolute;
        font-family: 'iconfont';
        content: "\e904";
        color: #cb2020;
        left: 0;
        font-size: 10px;
        font-weight: bold;
        top: 6px; }
    .cases p.descr {
      padding-left: 10px; }
      @media (max-width: 580px) {
        .cases p.descr {
          padding-left: 20px; } }

/*# sourceMappingURL=style.css.map */
