@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a, input[type=submit] {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=text], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-style: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

strong{
  font-weight: 600;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Bold.ttf);
  font-weight: normal;
  font-weight: 600; }

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-ExtraBold.ttf);
  font-weight: normal;
  font-weight: 900; }

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Light.ttf);
  font-weight: normal;
  font-weight: 100; }

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.ttf);
  font-weight: normal;
  font-weight: 400; }

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.ttf);
  font-weight: normal;
  font-weight: 500; }

@font-face {
  font-family: RobotoBold;
  src: url(../fonts/RobotoBold.ttf);
  font-weight: normal; }

body {
  font-family: Gilroy;
  font-size: 16px;
  color: #000000;
  font-weight: 400; }

section {
  padding: 30px 0; }

@media (min-width: 1270px) {
  .container {
    max-width: 1200px; } }

h2 {
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 45px; }
  h2 span {
    color: #cb0b84; }

h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 202px; }
  h1 span {
    color: #cb0b84; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 5, 5, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 5, 5, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 5, 5, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 5, 5, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 5, 5, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 5, 5, 0);
            box-shadow: 0 0 0 30px rgba(255, 5, 5, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 5, 5, 0);
            box-shadow: 0 0 0 0 rgba(255, 5, 5, 0); } }

.top-line {
  position: fixed;
  width: 100%;
  background: rgba(18, 12, 21, 0.57);
  padding-bottom: 10px;
  top: 0;
  z-index: 10; }
  .top-line .line {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .top-line .logo {
    margin-left: 17px;
    margin-top: 28px; }
  .top-line .cont {
    text-align: right;
    margin-top: 25px; }
    .top-line .cont .phone a {
      font-size: 20px;
      font-weight: 600;
      color: #fff; }
    .top-line .cont .mail {
      margin-top: 7px; }
      .top-line .cont .mail a {
        font-size: 16px;
        font-weight: 600;
        color: #fff; }
  .top-line nav {
    margin-top: 35px;
    margin-left: 55px; }
    .top-line nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 15px; }
      .top-line nav ul li {
        margin: 0 16px; }
      .top-line nav ul li.active a:after {
        -webkit-transform: translateY(5px) scale(1);
                transform: translateY(5px) scale(1); }
      .top-line nav ul a:after {
        content: "";
        display: block;
        width: 110%;
        margin-left: -5%;
        height: 1px;
        background: #c50b83;
        -webkit-transform: translateY(5px) scale(0);
                transform: translateY(5px) scale(0);
        -webkit-transition: 0.4s ease-out !important;
        transition: 0.4s ease-out !important; }
      .top-line nav ul a {
        color: #fff; }
        .top-line nav ul a:hover {
          text-decoration: none; }
          .top-line nav ul a:hover:after {
            -webkit-transform: translateY(5px) scale(1);
                    transform: translateY(5px) scale(1); }

header {
  background-image: url(../img/header.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  header .title p {
    font-size: 25px;
    line-height: 24px;
    color: #fff;
    margin-top: 17px; }
    header .title p b {
      color: #ff2b2b;
      font-weight: 600; }
    header .title p span {
      font-size: 16px;
      display: block;
      margin-top: 8px; }
  header .btn-wrap {
    color: #fff;
    border-radius: 3px;
    margin-top: 28px;
    padding: 0px 0 70px;
    width: 100%;
    max-width: 480px; }
    header .btn-wrap:after {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/1111.png) no-repeat center transparent;
      width: 120px;
      height: 120px;
      left: -42px;
      margin-top: -9px; }
    header .btn-wrap svg {
      width: 22px;
      height: 22px;
      fill: #fff; }
    header .btn-wrap p {
      font-size: 18px;
      line-height: 22px;
      text-align: center; }
      header .btn-wrap p a {
        color: #970e82;
        font-weight: 600;
        border-bottom: 2px solid #970e82; }
        header .btn-wrap p a:hover {
          text-decoration: none;
          border-bottom: 2px solid #fff; }
    header .btn-wrap a.order {
      background: #52127f;
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
      background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
      background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
      color: #fff;
      text-decoration: none;
      border-bottom: 5px solid #8f0d57;
      border-radius: 5px;
      font-size: 23px;
      font-family: RobotoBold;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: block;
      text-align: center;
      padding: 34px 58px;
      margin:0;
      -webkit-box-shadow: 0px 14px 54px -15px #e60785;
      box-shadow: 0px 14px 54px -15px #e60785; }
      header .btn-wrap a.order svg {
        margin-left: 18px; }
      header .btn-wrap a.order:hover {
        -webkit-box-shadow: 0px 14px 54px 0px #e60785;
        box-shadow: 0px 14px 54px 0px #e60785; }
  header .direktor {
    text-align: center;
    margin-left: -200px;
    margin-top: 34px;
    position: absolute; }
   header .col-lg-8{
    padding-bottom: 170px;
   }
    header .direktor .description {
          position: absolute;
    top: 422px;
    left: 19px;
    right: 0;
    margin: 0 auto; }
      header .direktor .description .name {
        font-size: 20px;
        color: #fff;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        text-align: center;
        margin: 0 auto;
        padding: 10px 25px;
        background: #ff2b2b;
        border-radius: 3px;
        -webkit-transform: skew(-5deg, 0deg);
                transform: skew(-5deg, 0deg); }
      header .direktor .description .dolj {
        font-size: 15px;
        background: #fff;
        -webkit-transform: skew(-5deg, 0deg);
                transform: skew(-5deg, 0deg);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
        padding: 10px 20px; }
        header .direktor .description .dolj span {
          display: block;
          -webkit-transform: skew(5deg, 0deg);
                  transform: skew(5deg, 0deg); }
      header .direktor .description #show_all {
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #fff;
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 10px auto; }
        header .direktor .description #show_all:hover {
          text-decoration: none;
          border-bottom: none; }
      header .direktor .description .text {
            background: #fff;
    border-radius: 3px;
    padding: 3px;
    margin-top: 11px;
    margin-left: -12px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;}
        header .direktor .description .text .t-wrap {
          width: 100%;
          height: 100%;
          border: 1px solid rgba(255, 255, 255, 0.4);
          text-align: left;
          padding-top: 17px;
          padding-left: 28px;
          padding-bottom: 17px;
          position: relative; }
          header .direktor .description .text .t-wrap:after {
            background: url(../img/cup.png) no-repeat top center transparent;
            width: 80px;
            height: 80px;
            display: block;
            content: "";
            position: absolute;
            right: 20px;
            bottom: -22px; }
          header .direktor .description .text .t-wrap ul li {
            font-size: 14px;
            line-height: 22px;
            margin-top: -1px; }
            header .direktor .description .text .t-wrap ul li:nth-child(1) {
              margin-top: 0; }
            header .direktor .description .text .t-wrap ul li span {
              color: #701080;
              font-weight: 600; }
  header .play-btn-wrap {
    position: absolute;
    right: 139px;
    bottom: 234px;
    z-index: 5; }
  header .play-btn {
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    background: #ff2b2b;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    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;
    cursor: pointer;
    margin: 0 autop; }
    header .play-btn img {
      cursor: pointer; }
    header .play-btn:hover {
      background: #fc6666; }
  header .our-work {
    font-size: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-left: -15px;
    margin-top: 10px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    header .our-work:hover {
      text-decoration: none;
      border-bottom: none; }

.awards h2 {
  margin-top: 0px; }

.awards .counter {
  font-size: 20px;
  text-align: center;
  margin-top: 55px; }

.awards .owl-carousel {
  margin-top: 20px; }
  .awards .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: -60px;
    max-width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0; }
  .awards .owl-carousel .owl-prev, .awards .owl-carousel .owl-next {
    width: 62px;
    height: 62px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    outline: none; }
    .awards .owl-carousel .owl-prev:hover, .awards .owl-carousel .owl-next:hover {
      opacity: 0.6; }
  .awards .owl-carousel .owl-prev {
    background-image: url(../img/left-arrow.png) !important; }
  .awards .owl-carousel .owl-next {
    background-image: url(../img/right-arrow.png) !important; }

.awards .wrap {
  text-align: center;
  margin: 25px auto 0; }
  .awards .wrap img {
    max-width: 340px;
    margin: 0 auto; }
  .awards .wrap .desc {
    border: 1px solid #d5d5d5;
    margin-top: 23px;
    padding: 23px 0 25px 0; }
    .awards .wrap .desc p {
      line-height: 20px; }
    .awards .wrap .desc span {
      font-weight: 600;
      color: #ff2b2b; }

.portfolio {
  border-top: 1px solid #dfdfdf;
  margin-top: 58px;
  background: url(../img/porfolio.png) no-repeat 125px 160px transparent; }
  .portfolio h2 {
    margin-top: 48px; }
  .portfolio .select-categoty {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: 30px; }
  .portfolio .tabs {
    margin: 20px auto 0;
    width: 100%; }
  .portfolio .tabs__content {
    display: none;
    /* по умолчанию прячем все блоки */ }
  .portfolio .tabs__content.active {
    display: block;
    /* по умолчанию показываем нужный блок */ }
  .portfolio .tabs__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 890px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto; }
    .portfolio .tabs__caption li.active {
      background: #661180;
      color: #fff; }
    .portfolio .tabs__caption li {
      background: #f9f9f9;
      margin: 5px;
      cursor: pointer;
      font-size: 16px;
      line-height: 20px;
      padding: 20px 30px;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .portfolio .tabs__caption li:hover {
        background: #661180;
        color: #fff; }
  .portfolio #grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    margin-top: 35px; }
    .portfolio #grid .hidden {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      -webkit-transition: all .4s;
      transition: all .4s;
      width: 100%;
      background: rgba(18, 18, 18, 0.7);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .portfolio #grid .hidden img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        z-index: 5; }
      .portfolio #grid .hidden p {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        color: #fff;
        z-index: 5;
        margin-top: 10px; }
    .portfolio #grid a {
      position: relative;
      width: 100%;
      display: block;
      height: 280px;
      overflow: hidden;
      margin: 0 auto;
      z-index: 0;
      -webkit-transition: all .4s;
      transition: all .4s; }
      .portfolio #grid a img {
        height: 300px;
        top: -10px;
        position: absolute;
        left: -80px;
        right: 0;
        margin: 0 auto;
        z-index: -1; }
      .portfolio #grid a:hover {
        text-decoration: none; }
        .portfolio #grid a:hover .hidden {
          -webkit-transition: all .4s;
          transition: all .4s;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }

.video .count .title{
  font-size: 24px;
  color: #fff;
}

.countdown-section{
  position: relative;
  margin: 0 20px;
}
.countdown-section:after{
  content: ":";
  display: block;
  height: 100%;
  width: 20px;
  color: #fff;
  font-size: 72px;
  position: absolute;
  right: -30px;
  top: -50px;
}
.countdown-section:nth-child(3):after{
  display: none;
}
#defaultCountdown{
    width: max-content;
    margin: 0 auto;
}
.countdown-period{
  display: none;
}
.countdown-amount{
  font-size: 70px;
  color: #fff;
}

.video .count{
  border:8px solid #c10b83;
  width: max-content;
  margin:20px auto 0; 
  padding: 15px;
}

.video {
  background-image: url(../img/spec.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 40px; }
  .video h2 {
    color: #fff; }
    .video h3{
      font-size: 90px;
      text-align: center;
      font-weight: bold;
      color: #fff;
    }
    .video p{
      font-size: 30px;
      line-height: 45px;
      color: #fff;
      text-align: center;
    }
  .video .test {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 18px; }
  .video a.order {
    background: #52127f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
    background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
    background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #8f0d57;
    border-radius: 5px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: RobotoBold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    text-align: center;
    padding: 34px 70px;
    margin: 45px auto 0;
    -webkit-box-shadow: 0px 14px 54px -15px #e60785;
    box-shadow: 0px 14px 54px -15px #e60785; }
    .video a.order svg {
      margin-left: 18px;
      width: 22px;
      height: 22px;
      fill: #fff; }
    .video a.order:hover {
      -webkit-box-shadow: 0px 14px 54px 0px #e60785;
      box-shadow: 0px 14px 54px 0px #e60785; }

.howmuch h2 {
  margin-top: 20px; }

.howmuch .test {
  text-align: center;
  font-size: 22px;
  margin-top: 25px; }

.howmuch .video-wrap {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative; }
  .howmuch .video-wrap:after {
    content: "";
    background: url(../img/howmuch-f1.png) no-repeat center;
    display: block;
    width: 326px;
    height: 326px;
    background-size: cover;
    position: absolute;
    right: -180px;
    top: 0;
    z-index: -1; }
  .howmuch .video-wrap:before {
    content: "";
    background: url(../img/howmuch-f2.png) no-repeat center;
    display: block;
    width: 323px;
    height: 323px;
    background-size: cover;
    position: absolute;
    left: -255px;
    bottom: -105px;
    z-index: 1; }

.howmuch .thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden; }

.howmuch .thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0; }

.why {
  margin-top: -4px;
  background: black;
  padding-top: 55px;
  padding-bottom: 50px; }
  .why h2 {
    color: #fff; }
  .why .line {
    margin-top: 65px; }
  .why .line2 {
    margin-top: 30px; }
  .why .item.it3 {
    margin-top: 30px; }
  .why .item {
    margin-top: 20px;
    text-align: center;
    color: #fff; }
    .why .item h3 {
      font-size: 22px;
      line-height: 26px;
      font-weight: 600;
      margin-top: -23px; }
    .why .item p {
      font-size: 16px;
      line-height: 20px;
      max-width: 305px;
      margin: 10px auto 0; }
      .why .item p a {
        color: #ff2b2b; }
      .why .item p span {
        color: #ff2b2b; }
  .why .text {
    border: 1px solid rgba(202, 203, 205, 0.22);
    padding-bottom: 7px;
    max-width: 330px;
    margin: 10px auto 0; }
    .why .text p {
      font-size: 14px;
      line-height: 18px; }

.smi h2 {
  margin-bottom: 10px; }

.smi .item {
  margin-top: 50px; }
  .smi .item img {
    width: 100%;
    max-width: 570px; }

.smi .text {
  text-align: center;
  border: 1px solid #cacbcd;
  padding: 20px 20px 23px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0; }

.smi a.order {
  background: #52127f;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
  background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
  background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
  color: #fff;
  text-decoration: none;
  border-bottom: 5px solid #8f0d57;
  border-radius: 5px;
  font-size: 18px;
  font-family: RobotoBold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  text-align: center;
  padding: 24px 42px;
  margin: 18px auto 0;
  -webkit-box-shadow: 0px 14px 54px -15px #e60785;
  box-shadow: 0px 14px 54px -15px #e60785; }
  .smi a.order:hover {
    -webkit-box-shadow: 0px 14px 54px 0px #e60785;
    box-shadow: 0px 14px 54px 0px #e60785; }
.create ul li {
      margin: 0 auto;
    margin-top: 8px;
        font-weight: 100;
}
.create ol li {
      margin: 0 auto;
    margin-top: 8px;
        font-weight: 100;
}
.create {
  margin-top: 67px; }
  .create h2 {
    font-size: 25px;
    line-height: 45px; }
  .create p {
    max-width: 830px;
    margin: 10px auto 0;
    font-size: 15px;
    font-weight: 100;
    line-height: 19px;
    text-align: center; }
  .create a {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    color: #661180;
    margin: 10px auto 0;
    display: block;
    border-bottom: 1px solid #661180;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .create a:hover {
      border-color: #fff;
      text-decoration: none; }

.adress {
  color: #242424; }
  .adress .owl-carousel {
    margin-top: 20px; }
    .adress .owl-carousel .owl-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: -60px;
      max-width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .adress .owl-carousel .owl-prev, .adress .owl-carousel .owl-next {
      width: 62px;
      height: 62px;
      display: block;
      background-repeat: no-repeat !important;
      background-position: center !important;
      outline: none; }
      .adress .owl-carousel .owl-prev:hover, .adress .owl-carousel .owl-next:hover {
        opacity: 0.6; }
    .adress .owl-carousel .owl-prev {
      left: -100px;
      position: absolute;
      background-image: url(../img/left-arrow.png) !important; }
    .adress .owl-carousel .owl-next {
      right: -100px;
      position: absolute;
      background-image: url(../img/right-arrow.png) !important; }

.adress .owl-item {
  height: 237px;
  overflow: hidden; }

.adress .owl-carousel {
  margin-top: 64px; }

.adress .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.adress .owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%; }

.triangle.-f {
  right: 0%;
  top: 26%;
  z-index: 10; }

.triangle {
  position: absolute; }

.s11 {
  color: #242424;
  margin-top: 0px;
  position: relative; }

.s11 .contacts__title {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 2px;
  font-weight: 600; }

.s11 .contacts__container {
  position: relative; }

.s11 .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px; }

.s11 .contacts__item .contacts__img {
  margin-right: 20px;
  margin-left: 10px; }

.s11 .contacts__item .contacts__text {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px; }

.s11 .contacts__social {
  margin-top: 15px;
  margin-left: 58px; }

.s11 .contacts__social a {
  margin-left: 5px; }

.s11 .contacts__map {
  height: 610px;
  top: 0;
  left: 0;
  width: 100%; }

.s11 .contacts__box {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 9px 38.8px 1.2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 9px 38.8px 1.2px rgba(0, 0, 0, 0.18);
  padding: 40px;
  width: 400px; }

.s11 .triangle.-f {
  top: 50px;
  right: 50px; }

@media (min-width: 992px) {
  .contacts__box {
    position: absolute;
    top: 110px;
    right: 120px;
    z-index: 9; } }

footer {
  padding: 20px 30px 15px; }
  footer .d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .d-flex .copy {
      font-size: 13px;
      line-height: 17px;
      font-weight: 100;
      margin-top: 15px;
      margin-left: 5px; }
    footer .d-flex .m-bot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .d-flex .m-bot ul {
        z-index: 1;
        margin-top: 5px; }
        footer .d-flex .m-bot ul li {
          margin-top: 5px; }
          footer .d-flex .m-bot ul li:nth-child(1) {
            margin-top: 0; }
          footer .d-flex .m-bot ul li a {
            font-size: 14px;
            line-height: 20px;
            color: black; }
        footer .d-flex .m-bot ul:nth-child(2) {
          margin-left: 40px; }
    footer .d-flex .social {
      margin-top: 10px; }
      footer .d-flex .social .icons {
        margin-top: 10px; }
        footer .d-flex .social .icons a {
          margin-left: 10px; }
          footer .d-flex .social .icons a:nth-child(1) {
            margin-left: 0; }
    footer .d-flex .contact {

      margin-right: 25px;
      margin-left: auto;
      margin-top: 10px; }
      footer .d-flex .contact a {
        display: block;
        text-align: right;
        color: black; }
      footer .d-flex .contact #phone {
        font-size: 20px;
        font-weight: 600; }
      footer .d-flex .contact #mail {
        font-weight: 600;
        margin-top: 7px; }
        footer .d-flex .contact p{
          text-align: right;
        }

.menu__icon {
  display: none; }


.menu__icon .text{
  color: #fff;
    margin-left: 35px;
}
.menu__icon {
  display: none;
  width: 25px;
  height: 35px;
  position: absolute;
  left: 204px;
  top: 40px;
  cursor: pointer; }

.menu__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu__icon span:nth-child(1) {
  top: 0px; }

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 6px; }

.menu__icon span:nth-child(4) {
  top: 12px; }

.menu_state_open.menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.menu_state_open.menu__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.menu_state_open.menu__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.menu_state_open.menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

nav.menu_state_open {
  background: rgba(18, 12, 21, 0.27);
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }
  nav.menu_state_open ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    text-align: center; }
    nav.menu_state_open ul li {
      margin-top: 5px !important;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto; }

@media (min-width: 1000px) {

 #order_video .modal-dialog {
    max-width: 350px; } 

 #call .modal-dialog {
    max-width: 350px;  
  }
}
@media (min-width: 1000px) {
  .modal-dialog {
    max-width: 980px; } 
  }

.modal-body {
  padding: 0; }
  .modal-body .img img {
    height: 100%; }
  .modal-body .text {
    padding: 30px 20px 30px 50px; }
    .modal-body .text .name {
      font-size: 25px;
      font-weight: 600; }
    .modal-body .text .name2 {
      font-size: 20px;
      font-weight: 600; }
      .modal-body .text .name2:after {
        width: 120px;
        height: 2px;
        background: #c93f9d;
        display: block;
        content: "";
        margin-top: 13px; }
    .modal-body .text .dolj {
      font-size: 20px;
      margin-top: 7px; }
      .modal-body .text .dolj:after {
        width: 120px;
        height: 2px;
        background: #c93f9d;
        display: block;
        content: "";
        margin-top: 13px; }
    .modal-body .text ul {
      margin-top: 15px; }
      .modal-body .text ul li {
        font-size: 14px;
        margin-top: 10px; }
        .modal-body .text ul li span {
          color: #701080;
          font-weight: 600; }
    .modal-body .text img {
      margin-top: 15px; }
    .modal-body .text .proj {
      font-size: 14px;
      margin-top: 15px; }
      .modal-body .text .proj strong {
        font-weight: 600; }
      .modal-body .text .proj span {
        color: #701080;
        font-weight: 600; }
    .modal-body .text .desc {
      margin-top: 20px;
      padding-right: 30px; }
      .modal-body .text .desc .t1 {
        font-size: 16px;
        line-height: 20px; }
        .modal-body .text .desc .t1 span {
          font-weight: 600;
          font-style: italic; }

.close {
  display: block;
  right: -35px;
  top: -35px;
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../img/close.png) center no-repeat; }

.contact-page h2 {
  margin-top: 120px; }

.o-nas-page .why {
  margin-top: 0;
  background-size: cover; }
  .o-nas-page .why a.order {
    margin-top: 60px;
    margin-bottom: 30px; }

.o-nas-page a.order {
  background: #52127f;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
  background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
  background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
  color: #fff;
  text-decoration: none;
  border-bottom: 5px solid #8f0d57;
  border-radius: 5px;
  font-size: 23px;
  font-family: RobotoBold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  text-align: center;
  padding: 34px 58px;
  margin: 15px auto 0;
  -webkit-box-shadow: 0px 14px 54px -15px #e60785;
  box-shadow: 0px 14px 54px -15px #e60785; }
  .o-nas-page a.order svg {
    margin-left: 18px;
    width: 22px;
    height: 22px;
    fill: #fff; }
  .o-nas-page a.order:hover {
    -webkit-box-shadow: 0px 14px 54px 0px #e60785;
    box-shadow: 0px 14px 54px 0px #e60785; }

.zapoved {
  margin-top: 0px;
  padding-top: 90px;
  background: url(../img/zapoved.png) no-repeat center top; }
  .zapoved h2 {
    color: #fff;
    margin-bottom: 70px; }
  .zapoved .item {
    border: 1px solid rgba(200, 200, 200, 0.3);
    max-width: 385px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    padding: 40px 20px 20px;
    margin: 40px auto 0; }
    .zapoved .item img {
      position: absolute;
      left: 0;
      right: 0;
      top: -70px;
      margin: 0 auto; }
    .zapoved .item p {
      font-size: 18px;
      color: #fff;
      line-height: 22px; }

.black {
  color: black; }

.num {
  background: url(../img/num.png) no-repeat top center;
  padding-bottom: 90px;
  background-size: cover; }
  .num h2 {
    margin-top: 40px;
    margin-bottom: 10px; }
  .num .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px; }
  .num .number {
    -webkit-box-shadow: 0px 14px 54px -15px #e60785;
    box-shadow: 0px 14px 54px -15px #e60785;
    font-size: 54px;
    font-weight: 600;
    background: #52127f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
    background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
    background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-transform: skew(-10deg, 0deg);
            transform: skew(-10deg, 0deg); }
  .num .it1 {
    margin-left: 45px; }
  .num .text {
    margin-left: 20px; }
    .num .text .big {
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 600; }
    .num .text .small {
      font-size: 18px; }

.mt {
  margin-top: 70px; }

.problems {
  background: url(../img/problems.png) no-repeat top center;
  padding: 150px 0 60px;
  background-size: cover; }
  .problems h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 32px; }
    .problems h3 span {
      color: #ff2b2b; }
  .problems .left {
    position: relative; }
    .problems .left .camera {
      position: absolute;
      right: -70px;
      margin-top: -70px; }
    .problems .left ul {
      margin-top: 30px; }
      .problems .left ul li {
        background: url(../img/x.png) no-repeat 0px 3px;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        margin-top: 13px;
        padding-left: 30px; }
        .problems .left ul li span {
          font-weight: 600; }
  .problems .right {
    padding-left: 80px; }
    .problems .right h3 {
      color: black; }
      .problems .right h3 span {
        color: #79cd5e; }
    .problems .right ul {
      margin-top: 55px; }
      .problems .right ul li {
        background: url(../img/ok.png) no-repeat 0px 3px;
        font-size: 18px;
        line-height: 22px;
        color: black;
        margin-top: 13px;
        padding-left: 30px; }
        .problems .right ul li span {
          font-weight: 600; }

.contacts h2 {
  margin-bottom: 40px; }

.block-otz h2 {
  margin-top: 100px; }

.otz {
  background: url(../img/otz.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 80px; }
  .otz h2 {
    color: #fff;
    margin-top: 50px;
    margin-bottom: 40px; }
  .otz .item {
    max-width: 380px;
    margin: 20px auto 0; }
    .otz .item .name {
      font-weight: 600;
      font-size: 22px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      margin-top: 10px; }
    .otz .item .title {
      background: #fff;
      border-radius: 3px;
      padding: 4px; }
      .otz .item .title .wrap {
        padding: 5px;
        border: 1px solid rgba(200, 200, 200, 0.3);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .otz .item .title .wrap .text {
          font-size: 18px;
          line-height: 22px;
          margin-left: 20px; }
    .otz .item a {
      margin-top: 20px;
      display: block;
      width: 100%; }
      .otz .item a img {
        width: 100%; }
      .otz .item a:hover {
        -webkit-transform: scale(1.03);
                transform: scale(1.03); }
  .otz a.order {
    background: #52127f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
    background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
    background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #8f0d57;
    border-radius: 5px;
    font-size: 23px;
    font-family: RobotoBold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    text-align: center;
    padding: 27px 50px;
    margin: 55px auto 0;
    -webkit-box-shadow: 0px 14px 54px -15px #e60785;
    box-shadow: 0px 14px 54px -15px #e60785; }
    .otz a.order svg {
      margin-left: 18px;
      width: 22px;
      height: 22px;
      fill: #fff; }
    .otz a.order:hover {
      -webkit-box-shadow: 0px 14px 54px 0px #e60785;
      box-shadow: 0px 14px 54px 0px #e60785; }
.usluga .hidden{
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.usluga .hidden img{
  width: auto;
}
.uslugi a h3{
  text-decoration: underline;

}

.uslugi a:hover{
  color:#ff2b2b;

}
.uslugi a:hover h3{
  text-decoration: none;
  color:#ff2b2b;
}
.uslugi {
  background: url(../img/uslugi.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 70px; }
  .uslugi a.order {
    background: #52127f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
    background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
    background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #8f0d57;
    border-radius: 5px;
    font-size: 23px;
    font-family: RobotoBold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    text-align: center;
    padding: 27px 50px;
    margin: 55px auto 0;
    -webkit-box-shadow: 0px 14px 54px -15px #e60785;
    box-shadow: 0px 14px 54px -15px #e60785; }
    .uslugi a.order svg {
      margin-left: 18px;
      width: 22px;
      height: 22px;
      fill: #fff; }
    .uslugi a.order:hover {
      -webkit-box-shadow: 0px 14px 54px 0px #e60785;
      box-shadow: 0px 14px 54px 0px #e60785; }
  .uslugi h2 {
    margin-top: 100px;
    color: #fff;
    margin-bottom: 40px; }
  .uslugi .item {
    margin-top: 35px;
    text-align: center; }
    .uslugi .item img {
      width: 100%;
      max-width: 360px; }
    .uslugi .item h3 {
      font-weight: 600;
      font-size: 22px;
      line-height: 26px;
      color: #fff;
      margin-top: 15px; }
    .uslugi .item p {
      color: #fff;
      max-width: 277px;
      margin: 10px auto 0;
      font-size: 16px;
      line-height: 20px; }

.akcii {
  background: url(../img/akcii.png) no-repeat top center;
  background-size: cover; }
  .akcii h2 {
    margin-top: 100px;
    color: #fff;
    margin-bottom: 40px; }
  .akcii .item {
    margin-top: 30px;
    text-align: center; }
    .akcii .item img {
      width: 100%;
      max-width: 380px; }

.usluga {
  padding-top: 100px;
  -webkit-background-size: cover;
 
  background: url(../img/header.png) no-repeat top center;  background-size: cover;}
  .usluga .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden; }
  .usluga .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0; }
  .usluga .owl-carousel {
    margin-top: 20px; }
    .usluga .owl-carousel .owl-nav {
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: 42%;
      max-width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .usluga .owl-carousel .owl-prev, .usluga .owl-carousel .owl-next {
      width: 62px;
      height: 62px;
      display: block;
      background-repeat: no-repeat !important;
      background-position: center !important;
      outline: none; }
      .usluga .owl-carousel .owl-prev:hover, .usluga .owl-carousel .owl-next:hover {
        opacity: 0.6; }
    .usluga .owl-carousel .owl-prev {
      left: -60px;
      position: relative;
      background-image: url(../img/left-arrow.png) !important; }
    .usluga .owl-carousel .owl-next {
      right: -60px;
      position: relative;
      background-image: url(../img/right-arrow.png) !important; }
  .usluga .title {
    margin-top: 70px;
    margin-left: -30px; }
    .usluga .title h3 {
      font-size: 40px;
      line-height: 49px;
      color: #fff;
      font-weight: 600;
      -webkit-transform: skew(-3deg, 0deg);
              transform: skew(-3deg, 0deg); }
      .usluga .title h3 span {
        -webkit-transform: skew(3deg, 0deg);
                transform: skew(3deg, 0deg);
        background: #ff2b2b;
        padding: 10px 10px 10px 30px;
        border-top-right-radius: 5px; }
        .usluga .title h3 span:first-child {
          padding-bottom: 0; }
        .usluga .title h3 span:last-child {
          border-bottom-right-radius: 5px;
          padding-top: 0; }
    .usluga .title ul {
      margin-top: 50px;
      margin-left: 50px; }
      .usluga .title ul li {
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
        color: #c9c9c9;
        padding-left: 30px;
        background: url(../img/ok.png) no-repeat left center;
        background-size: 16px; }

.almatu {
  background: #f9f9f9; }
  .almatu h2 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 35px; }
  .almatu p {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    max-width: 800px;
    margin: 15px auto 0; }
  .almatu a.order {
    background: #52127f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
    background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
    background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #8f0d57;
    border-radius: 5px;
    font-size: 23px;
    font-family: RobotoBold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    text-align: center;
    padding: 34px 70px;
    margin: 45px auto 0;
    -webkit-box-shadow: 0px 14px 54px -15px #e60785;
    box-shadow: 0px 14px 54px -15px #e60785; }
    .almatu a.order svg {
      margin-left: 18px;
      width: 22px;
      height: 22px;
      fill: #fff; }
    .almatu a.order:hover {
      -webkit-box-shadow: 0px 14px 54px 0px #e60785;
      box-shadow: 0px 14px 54px 0px #e60785; }

/* стили блока аккордеон */
.accordion {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

/* секции аккордеона */
.accordion .accordion_item {
  margin-bottom: 1px;
  position: relative; }

/* заголовки панелей аккордеона */
.accordion .title_block {
  font-weight: 400;
  font-size: 18px;
  color: black;
  cursor: pointer;
  background: #fff;
  padding: 20px 0px 20px 20px;
  -webkit-transition: all .2s linear 0;
  -webkit-transition-delay: .2s 0;
  transition: all .2s linear 0;
  opacity: 0.7;
  border: 1px solid #a5a5a5;
  position: relative; }

/* переключатель панелей, положение вниз */
.accordion .title_block:before {
  content: '';
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid black;
  border-right-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 43%; }

/* активный переключатель, положение вверх */
.accordion .active_block .title_block:before {
  border: 2px solid black;
  border-left-width: 0;
  border-bottom-width: 0;
  top: 47%; }

.accordion .title_block:hover {
  background: #eee; }

/* заголовок активного блока  */
.accordion .active_block .title_block {
  opacity: 1; }

.accordion h2 {
  text-align: left;
  line-height: 30px;
  margin: 15px 0; }

/* блоки с содержанием */
.accordion .info {
  display: none;
  overflow: hidden;
  text-align: justify;
  margin-top: 10px;
  padding: 10px; }
  .accordion .info p {
    line-height: 22px; }
  .accordion .info ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px; }
  .accordion .info ul > li {
    padding-left: 10px;
    margin-top: 10px; }

.how {
  margin-top: 20px;
  background: url(../img/kak.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 150px;
  position: relative; }
  .how h2 {
    margin-top: 30px;
    color: #fff; }
  .how .camera {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: -240px;
    left: -150px; }
  .how .btn {
    font-weight: 600;
    border: 2px solid #c50b83;
    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;
    position: absolute;
    right: -205px;
    top: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 60px 15px 100px; }
    .how .btn img {
      margin-right: 20px;
      position: absolute;
      top: 7px;
      left: 30px; }
  .how .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .how .d-flex ul {
      max-width: 400px;
      margin: 20px;
      color: #fff; }
      .how .d-flex ul li {
        margin-top: 10px;
        padding-left: 30px;
        position: relative; }
      .how .d-flex ul span {
        left: 0;
        display: block;
        position: absolute;
        color: #ff2b2b; }
@media (max-width: 1400px) {
  .direktor img{
    width: 100%;
  }
}
@media (max-width: 1200px) {
  header .title p {
    font-size: 20px; }
  h1 {
    font-size: 36px; }
  header .direktor {
    z-index: 0; }
    
  .top-line nav ul li {
    margin: 0 8px; }
  .top-line nav {
    margin-left: 0; }
  .howmuch {
    overflow: hidden; }
  .smi .text {
    max-width: 100%;
    font-size: 16px; }
    .smi .text br {
      display: none; }
  .problems .left .camera {
    display: none; }
  .problems h3 {
    font-size: 23px; }
  .mt {
    margin-top: 0; } }

@media (max-width: 992px) {
  header .col-lg-8{
    padding-bottom: 0;
  }
  header .direktor{
    position: relative;
    margin-top: 20px;
  }
.divdiv {
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
header .direktor .description{
      position: relative;
      top: 0;
    }

  .usluga{
    padding-bottom: 100px;
  }
  .usluga .title{
    margin-left: 0;
  }
  .accordion{
    max-width: 90%;
  }
  .problems .right {
    padding-left: 15px; }
  .portfolio #grid .hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .portfolio #grid .hidden p {
    position: absolute;
    bottom: 15px; }
  .modal-body .img img {
    display: none; }
  .close {
    right: 0; }
  header {
    padding-bottom: 67px;
    background-size: cover; }
    header .title {
      text-align: center; }
    header .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  header .direktor {
    margin: 20px auto 0; }
  header .direktor .description .text {
    max-width: 450px;
    margin: 10px auto 0; }
  h1 {
    margin-top: 100px;
    font-size: 30px;
    text-align: center; }
  header .play-btn-wrap {
    right: 0;
    bottom: 0; }
  header .btn-wrap {
    margin: 20px auto 0; }
  .awards .counter {
    display: none; }
  .awards .owl-carousel {
    margin-top: 80px; }
  .portfolio .tabs__caption li {
    font-size: 12px;
    padding: 10px 15px; }
  .portfolio #grid .hidden p {
    font-size: 13px; }
  .portfolio #grid a {
    height: 220px; }
  .portfolio #grid .hidden img {
    max-width: 50px; }
  .why {
    background-size: cover; }
  .s11 .triangle.-f {
    display: none; }
  .s11 .contacts__box {
    margin: 0 auto 20px; }
  footer .d-flex .m-bot ul:nth-child(2) {
    margin-left: 30px; }
  footer .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer .d-flex .contact a {
    text-align: left; }
  .adress .owl-carousel .owl-next {
    right: 0; }
  .adress .owl-carousel .owl-prev {
    left: 0; }

.tickets p {
    font-size: 18px;
    line-height: 22px;
    margin-top: 40px;
    height: 300px;
    position: relative;
}


  h2 {
    font-size: 30px;
    line-height: 33px; }
  section {
    padding: 15px 0; }
  .menu__icon {
    display: block; }
  nav {
    display: none; }
  .top-line nav ul li {
    margin: 5px auto; }
  .why .item h3 {
    font-size: 19px;
    line-height: 22px; }
  .why .item p {
    font-size: 14px; }
  footer .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  footer .logo {
    margin-top: 10px; }
  .uslugi {
    padding-bottom: 200px; } }

@media (max-width: 768px) {
  .usluga .owl-carousel .owl-nav{
    top: auto;
    bottom: -70px;
    z-index: 2;
  }

  .how{
    padding-bottom: 50px;
  }
  .usluga .title{
    margin-top: 100px;
  }
  .how .camera{
    display: none;
  }
  .usluga .owl-carousel .owl-prev{
    left: 0;
  }
  .usluga .owl-carousel .owl-next{
    right: 0;
  }
  header .direktor .description .text .t-wrap:after {
    bottom: -40px; }
  .problems {
    background-position: left top;
    padding: 111px 0 48px; }
  .zapoved {
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 40px; }
  .zapoved .item {
    margin: 40px auto 50px; }
  .num .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .num .it1 {
    margin-left: 0; }
  header .direktor img {
    width: 100%;
    max-width: 439px; }
  .o-nas-page .why {
    padding-top: 40px; }
  .problems .right h3 {
    color: #fff;
    margin-top: 40px; }
  header .direktor .description {
    left: 0; }
  .problems .right ul {
    margin-top: 30px; }
  header {
    overflow: hidden; }
  .problems .right ul li {
    color: #fff; }
  h1 {
    font-size: 25px;
    line-height: 30px; }
  header .title p {
    font-size: 16px; }
  header .btn-wrap {
    margin: 15px auto 0; }
  header .play-btn-wrap {
    display: none; }
  .awards h2 {
    margin-top: 0; }
  .awards {
    margin-top: -55px; }
  .portfolio {
    margin-top: 0; }
  .portfolio h2 {
    margin-top: 0px; }
  .portfolio #grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  .video {
    margin-top: 0; }
  .video {
    padding: 47px 0 60px; }
  h2 {
    font-size: 22px;
    line-height: 25px; }
  .create h2 {
    font-size: 22px;
    line-height: 25px; }
  .howmuch .test {
    font-size: 16px;
    margin-top: 16px; }
  .why .line {
    margin-top: 35px; }
  .why .line2 {
    margin-top: 15px; }
  .smi .item {
    margin-top: 30px; }
  .create {
    margin-top: 0; }
  .adress .owl-carousel {
    margin-top: 15px; } }

@media (max-width: 480px) {
  header .direktor .description .dolj {
    font-size: 12px; }
  header .direktor .description .text .t-wrap {
    padding-left: 10px; }
  header .direktor .description {
    position: relative;
    top: -40px; }
  a.order {
    font-size: 16px !important;
    padding: 16px 17px !important; }
  h1 {
    font-size: 23px;
    line-height: 27px;
    margin-top: 110px; }
    h1 br {
      display: none; }
  header .btn-wrap a.order {
    font-size: 17px;
    padding: 14px 18px; }
  header .btn-wrap p {
    font-size: 16px;
    line-height: 20px; }
  .portfolio .tabs__caption li {
    font-size: 9px;
    padding: 6px 4px;
    margin: 3px; }
  .portfolio #grid a {
    height: 170px; }
  .video a.order {
    font-size: 20px;
    padding: 15px 20px; }
  h2 {
    font-size: 19px; }
    h2 br {
      display: none; }
  .s11 .contacts__box {
    padding: 15px 10px;
    width: 100%; }
  .top-line .cont {
    display: none; }
  .menu__icon {
    left: auto;
    right: 15px; } }
.hide{
  display: none;
  margin-top: 30px;
}

.create .hide h2{
	text-align: left;
}
.create .hide p{
	text-align: left;
}

#call .form{
	padding: 15px;

}
#call .form input{
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #d5d5d5;
    padding-left: 15px;
}
#call .form input[type=submit]{
	background: #52127f;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
	background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
	background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #8f0d57;
	border-radius: 5px;
	font-size: 18px;
	font-family: RobotoBold;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: block;
	text-align: center;
	padding: 14px 35px 33px;
	margin: 15px auto 0;
	-webkit-box-shadow: 0px 14px 54px -15px #e60785;
	box-shadow: 0px 14px 54px -15px #e60785;
	}

#call .form input[type=submit]:hover {
        -webkit-box-shadow: 0px 14px 54px 0px #e60785;
        box-shadow: 0px 14px 54px 0px #e60785; }


#order_video .form{
	padding: 15px;

}
#order_video .form input{
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #d5d5d5;
    padding-left: 15px;
}
#order_video .form input[type=submit]{
	background: #52127f;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
	background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
	background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #8f0d57;
	border-radius: 5px;
	font-size: 18px;
	font-family: RobotoBold;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: block;
	text-align: center;
	padding: 14px 35px 33px;
	margin: 15px auto 0;
	-webkit-box-shadow: 0px 14px 54px -15px #e60785;
	box-shadow: 0px 14px 54px -15px #e60785;
	}

#order_video .form input[type=submit]:hover {
        -webkit-box-shadow: 0px 14px 54px 0px #e60785;
        box-shadow: 0px 14px 54px 0px #e60785; }


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    margin-top: 14px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff2b2b;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.video  input{
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #d5d5d5;
    padding-left: 15px;
    max-width: 300px;
    margin: 20px auto 0;
    display: block;
}

.hidden{
	display: none;
}
.s2 .row{
	margin-top: 30px;

}

a.next{
	background: #52127f;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
	background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
	background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #8f0d57;
	border-radius: 5px;
	font-size: 18px;
	font-family: RobotoBold;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: block;
	text-align: center;
	    padding: 14px 65px 17px;
	margin: 15px auto 0;
	-webkit-box-shadow: 0px 14px 54px -15px #e60785;
	box-shadow: 0px 14px 54px -15px #e60785;
}

a.next:hover {
        -webkit-box-shadow: 0px 14px 54px 0px #e60785;
        box-shadow: 0px 14px 54px 0px #e60785; }


.video input[type=submit]{
	border:none;
	background: #52127f;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
	background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
	background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
	color: #fff;
	text-decoration: none;
	border-bottom: 5px solid #8f0d57;
	border-radius: 5px;
	font-size: 18px;
	font-family: RobotoBold;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: block;
	text-align: center;
	    padding: 14px 65px 36px;
	margin: 15px auto 0;
	-webkit-box-shadow: 0px 14px 54px -15px #e60785;
	box-shadow: 0px 14px 54px -15px #e60785;
}
.video input[type=submit]:hover {
        -webkit-box-shadow: 0px 14px 54px 0px #e60785;
        box-shadow: 0px 14px 54px 0px #e60785; }


.success {
  text-align: center;
  margin: 150px 0 80px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 17px 47.53px 1.47px rgba(0, 0, 0, 0.08);
  padding: 45px 100px;
}

@media (max-width: 767.98px) {
  .success {
    padding: 35px 20px;
    margin-top: 50px;
  }
}

.success__title {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .success__title {
    font-size: 24px;
  }
}

.success__text {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .success__text {
    font-size: 16px;
  }
}

.success__link {
  font-size: 18px;
  margin-top: 10px;
  color: #423aed;
  text-decoration: underline;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .success__link {
    font-size: 16px;
  }
}

.success__link:hover, .success__link:focus {
  text-decoration: none;
}

.programma h2{
  font-size: 36px;
  color: #c90b83;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.programma .item{
  display: grid;
  grid-template-columns: 150px 1fr;
  position: relative;
  margin-bottom: 50px;
  background: #fff;
}

.programma .item:after{
  width: 4px;
  height:64px;
  background: #c90b83;
  content: "";
  display: block;
  margin:0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: -1;
}

.programma .item.no:after{
  display: none;
}

.programma .item .time{
  font-size: 48px;
  color: #c90b83;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  
  position: relative;
}

.programma .item .text .title{
  line-height: 22px;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}
.programma .item .text p{
  font-size: 18px;
  line-height: 22px;
  margin-top: 7px;
}

.tickets{
  background: black;
  color: #fff;
  padding-bottom: 100px;
}

.tickets h2{
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.tickets img{
  width: 100%;
}

.tickets .mest{
  font-size: 24px;
  line-height: 26px;
  color: #ff0606;
  margin-top: 27px;
}
.tickets p{
  font-size: 24px;
  line-height: 30px;
  margin-top: 40px;
  height: 270px;
  position: relative;
}

.price{
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  position: relative;
}
.price span{
  text-decoration: line-through;
}

.tickets .do{
  font-size: 24px;
  line-height: 25px;
  margin-top: 30px;
}

.tickets .do.red{
  color: #ff0606;
}

.tickets a.order {
    background: #52127f;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #52127f), color-stop(100%, #d70a85));
    background: -webkit-gradient(linear, left top, left bottom, from(#52127f), to(#d70a85));
    background: linear-gradient(to bottom, #52127f 0%, #d70a85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52127f', endColorstr='#d70a85', GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #8f0d57;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: RobotoBold;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    text-align: center;
    padding: 30px 70px;
    margin: 45px 0 0 0;
    -webkit-box-shadow: 0px 14px 54px -15px #e60785;
    box-shadow: 0px 14px 54px -15px #e60785; }
    .tickets a.order:hover {
      -webkit-box-shadow: 0px 14px 54px 0px #e60785;
      box-shadow: 0px 14px 54px 0px #e60785; }

.tickets .no-tickets img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.tickets .no-tickets a.order{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.otziv{

}

.otziv .grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  margin-top: 30px;
}

.otziv .grid img{
  width: 100%;
  max-width: 400px;
}


.otziv a{
  color:#c70b83;
  text-decoration: underline;
  font-size: 22px;
  text-align: center;
  width: max-content;
  margin: 30px auto 0;
  display: block;
}


@media (max-width: 992px){
  .tickets a.order {
      font-size: 23px;
  }
  .tickets p {
      font-size: 18px;
      line-height: 22px;
      margin-top: 40px;
      height: 300px;
      position: relative;
  }
}

@media (max-width: 768px){
  .programma .item .time{
          font-size: 30px;
  }
  .programma .item {
      display: grid;
      grid-template-columns: 90px 1fr;
      position: relative;
      margin-bottom: 50px;
      background: #fff;
  }
  .programma .item .text .title{
    font-size: 18px;
  }
  .programma .item .text p {
      font-size: 16px;
      line-height: 20px;
      margin-top: 7px;
      margin-bottom: 10px;
  }
  .programma h2{
    font-size: 22px;
  }
  .programma{
    padding-top: 40px;
  }
  .tickets p{
    height: auto;
  }
  .tickets .item{
    margin-bottom: 30px;
  }
  .video h3{
    font-size: 70px;
  }

  .video p {
      font-size: 20px;
      line-height: 29px;
      color: #fff;
      text-align: center;
  }
  .countdown-amount{
    font-size: 50px;
  }  
  .video .count .title{
    font-size: 20px;
    text-align: center;
  }
  .countdown-section:after{
     font-size: 50px;
     top: -30px;
  }
  .otziv .grid{
    grid-template-columns:1fr;
  }
  .otziv .grid img{
    margin:7px auto 0; 
  }
  header .btn-wrap a.order{
    margin:0 auto; 
  }
  header .btn-wrap{
    padding: 40px 0;
  }
  h1{
    font-size: 22px;
  }
}

@media (max-width: 560px){
  h1 br{
    display: none;
  }
}

@media (max-width: 768px) {
  .otziv a{
    text-align: center;
    width: 100%;
  }
  .menu__icon .text{
    display: none;
  }
}
.form-price {
	font-size: 17pt;
    font-weight: 500;
    text-align: center;
}

.divdiv{
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

.divdiv span{
  color: #c30c7e;

}