body, * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 1.2; }

body {
  background: #E5E5E5;
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  body.menu-open {
    overflow: hidden; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }

.header {
  position: absolute;
  top: 0;
  right: 78%;
  width: 12%;
  height: 100%;
  z-index: 10;
  background: #ffffff; }
  .header-in {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }

.header-logo-img {
  position: relative;
  top: 20px;
  margin-left: -35%;
  width: 124%;
  display: block;
  margin-bottom: 10px; }

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: calc(100vh - 230px); }
  .header-menu a {
    color: #22201E;
    padding: 5px;
    margin: 5px 0;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    font-size: 15px; }
    .header-menu a:before {
      content: '';
      position: absolute;
      top: 0;
      left: -5px;
      width: 1px;
      height: 0%;
      background: #60348B;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .header-menu a:hover:before {
      height: 100%; }

.rotate {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(96, 52, 139, 0.6);
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rotate:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/about.jpg") no-repeat 50%;
    background-size: cover;
    opacity: 0.5;
    z-index: 1; }

.rotate-text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  font-size: 15px; }

.rotate-img {
  position: relative;
  z-index: 2;
  width: 50px;
  margin-top: 25px; }

.main {
  position: relative;
  padding-left: 14%;
  margin-bottom: 50px;
  height: 100vh;
  max-height: 1366px; }
  .main:before, .main:after {
    content: '';
    width: 10%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2; }
  .main:before {
    left: 0;
    background-image: url("../img/main.jpg");
    background-position-x: left;
    background-size: cover; }
  .main:after {
    right: 0;
    background-image: url("../img/main.jpg");
    background-size: cover;
    background-position-x: right; }

.main-image {
  margin: 0 12% 0 9%; }
  .main-image img {
    display: block;
    height: 100vh;
    max-height: 1366px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.main-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
  .main-bg:before, .main-bg:after {
    content: '';
    width: 10%;
    position: absolute;
    top: 0;
    height: 100%;
    background: #ffffff;
    z-index: 4;
    opacity: 0.6; }
  .main-bg:before {
    left: 0; }
  .main-bg:after {
    right: 0; }

.main-block {
  position: absolute;
  top: 0;
  left: 22%;
  padding: 30px;
  height: 100%;
  color: #ffffff;
  width: 22%;
  min-width: 235px;
  background: rgba(96, 52, 139, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #ffffff; }

.main-block-title {
  font-size: 2.5vw;
  position: relative; }
  .main-block-title:before {
    content: '';
    height: 14px;
    width: 100%;
    background: #A53C8E;
    position: absolute;
    bottom: -20px;
    left: 0; }

.main-block-description {
  font-size: 14px;
  line-height: 1.5;
  margin: 40px 0 40px;
  font-weight: normal;
  padding-right: 5%; }

.main-block-link {
  font-size: 18px;
  padding: 11px 35px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  text-decoration: none; }

.main-block-arrow {
  width: 30px;
  height: 30px;
  background: #A53C8E;
  position: absolute;
  bottom: 0;
  right: -31px; }
  .main-block-arrow:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 16px;
    width: 8px;
    top: 8px;
    left: 50%;
    background: url("../img/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: bounce 3s infinite;
            animation: bounce 3s infinite; }
  .main-block-arrow:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0;
    background: rgba(96, 52, 139, 0.6); }

.sidebar {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 10%;
  padding: 85px 0 45px;
  height: 100%;
  color: #ffffff;
  width: 12%;
  background: #60348B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  border-left: 1px solid #ffffff; }

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .social-block .icon {
    width: 25px;
    height: 25px;
    margin: 10px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.facebook {
  background: url("../img/facebook.svg"); }

.instagram {
  background: url("../img/instagram.svg"); }

.youtube {
  background: url("../img/youtube.svg"); }

.viber {
  background: url("../img/viber.svg"); }

.telegram {
  background: url("../img/telegram.svg"); }

.lang {
  font-size: 24px;
  color: #ffffff;
  margin-top: 50px;
  text-decoration: none;
  text-transform: uppercase; }

.call-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin-top: 10px; }
  .call-header img {
    width: 60px;
    -webkit-animation: call 6s infinite;
            animation: call 6s infinite; }
  .call-header p {
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #000000; }

.sidebar-menu {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0%;
  overflow: hidden;
  z-index: 3;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.menu-open .sidebar-menu {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.sidebar-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.sidebar-image-short {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 22%; }

.sidebar-container {
  width: 28.2%;
  height: 100%;
  top: 0;
  right: 22%;
  position: absolute;
  background: #60348B; }

.sidebar-contact {
  height: 50%;
  border-bottom: 1px solid #ffffff;
  padding: 80px 10% 10% 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sidebar-contact h4 {
    font-size: 2.5vw;
    color: #ffffff;
    width: 100%; }
  .sidebar-contact a, .sidebar-contact p {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
    margin-bottom: 5px; }

.sidebar-sale {
  height: 50%;
  padding: 10%; }
  .sidebar-sale h4 {
    font-size: 2vw;
    color: #ffffff; }
  .sidebar-sale a {
    position: relative;
    display: inline-block;
    line-height: 55px;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
    .sidebar-sale a:after {
      content: '';
      position: absolute;
      top: 0;
      left: -15px;
      height: 100%;
      width: 100%;
      padding: 0 15px;
      background: #A53C8E;
      z-index: -1; }

.menu-toggle {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.hamburger, .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.hamburger span {
  position: relative;
  display: block;
  width: 40px;
  height: 7px;
  margin-bottom: 5px;
  overflow: hidden; }
  .hamburger span:last-child {
    margin: 0; }
  .hamburger span:before, .hamburger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: -webkit-transform ease 300ms;
    transition: -webkit-transform ease 300ms;
    -o-transition: transform ease 300ms;
    transition: transform ease 300ms;
    transition: transform ease 300ms, -webkit-transform ease 300ms; }
  .hamburger span:after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .hamburger span:nth-child(2):before, .hamburger span:nth-child(2):after {
    -webkit-transition-delay: 75ms;
         -o-transition-delay: 75ms;
            transition-delay: 75ms; }
  .hamburger span:last-child:before, .hamburger span:last-child:after {
    -webkit-transition-delay: 150ms;
         -o-transition-delay: 150ms;
            transition-delay: 150ms; }

.menu-toggle:hover .hamburger span:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.menu-toggle:hover .hamburger span:after {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%); }

.menu-toggle.active .hamburger span:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.menu-toggle.active .hamburger span:after {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%); }

.cross span {
  display: block;
  width: 40px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transform: translateY(50%) rotate(45deg) scaleX(0);
      -ms-transform: translateY(50%) rotate(45deg) scaleX(0);
          transform: translateY(50%) rotate(45deg) scaleX(0);
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  -o-transition: transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms; }
  .cross span:last-child {
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(0);
        -ms-transform: translateY(-50%) rotate(-45deg) scaleX(0);
            transform: translateY(-50%) rotate(-45deg) scaleX(0); }

.menu-toggle.active .cross span {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
  -webkit-transform: translateY(50%) rotate(45deg) scaleX(1);
      -ms-transform: translateY(50%) rotate(45deg) scaleX(1);
          transform: translateY(50%) rotate(45deg) scaleX(1); }
  .menu-toggle.active .cross span:last-child {
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(1);
        -ms-transform: translateY(-50%) rotate(-45deg) scaleX(1);
            transform: translateY(-50%) rotate(-45deg) scaleX(1); }

.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 10% 0 22%;
  background: #60348B; }
  .about:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 44%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../img/about.jpg");
    background-position: center;
    background-size: cover; }

.about-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  padding: 45px 30px; }

.about-title {
  font-size: 2.5vw;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff; }

.about-description {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 98px; }
  .about-description:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100vw;
    background: #ffffff;
    left: -130px;
    bottom: -60px; }

.about-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .about-list li {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 30%;
    text-align: center; }
    .about-list li:before {
      content: '';
      width: 100%;
      height: 40px;
      margin-bottom: 10px; }
    .about-list li.movie:before {
      background: url("../img/movie.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .about-list li.equalizer:before {
      background: url("../img/equalizer.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .about-list li.prize:before {
      background: url("../img/prize.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

.service {
  position: relative;
  padding: 0 10% 0 22%;
  background: #E5E5E5;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .service:before {
    content: '';
    position: absolute;
    width: 44%;
    z-index: 1;
    height: calc(100% - 152px);
    bottom: 10px;
    left: 0;
    background: url("../img/service.jpg");
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat; }

.service-accordion {
  position: relative;
  width: 67%; }

.service-title {
  font-size: 2.5vw;
  margin: 50px 0 35px calc(40% + 30px);
  text-transform: uppercase;
  color: #22201E;
  width: 100%; }

.accordion-title {
  background: #ffffff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  color: #22201E;
  font-weight: normal;
  line-height: 1.4;
  padding: 18px 40px 18px 30px;
  width: 90%;
  margin-left: 10%;
  border: none;
  text-align: left;
  position: relative;
  outline: none; }
  .accordion-title:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/plus.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .accordion-title.active:before {
    background: url("../img/minus.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.accordion-content {
  position: relative;
  top: -10px;
  left: -20px;
  padding-left: 10px;
  width: calc(100% + 20px);
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }

.accordion-text {
  background: #60348B;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  padding: 23px 23px 46px calc(10% + 30px);
  position: relative; }
  .accordion-text:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 36px;
    background: url("../img/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.projects {
  margin: 85px 0 50px;
  position: relative;
  padding: 35px 0 75px; }
  .projects:before {
    content: '';
    position: absolute;
    background: #A53C8E;
    top: 0;
    left: 0;
    width: 56%;
    height: 100%;
    z-index: -1; }
  .projects .owl-nav {
    left: calc(56% - 40px);
    top: 0; }
  .projects .owl-prev span {
    background: #ffffff; }
    .projects .owl-prev span:before {
      background: url("../img/arrow-f.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  .projects .owl-next span {
    background: #A53C8E; }

.projects-title {
  color: #A53C8E;
  background: #E5E5E5;
  font-size: 2.5vw;
  text-transform: uppercase;
  position: absolute;
  right: 10%;
  width: 27%;
  padding: 0 0 47px 32px;
  z-index: 2; }
  .projects-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100vw;
    background: #A53C8E; }

.project-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.project-item-image {
  width: 63%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden; }
  .project-item-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.project-item-text {
  width: 27%;
  margin-left: 63%;
  padding: 235px 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.project-title {
  font-size: 36px;
  color: #22201E;
  margin: 20px 0; }

.project-description {
  color: #22201E;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5; }

.client {
  margin: 50px 0 90px;
  background: #60348B;
  padding: 0 10% 0 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .client .owl-nav {
    right: -30px;
    bottom: -70px; }

.client-block {
  padding: 20px 25px;
  width: 40%;
  border-right: 1px solid #ffffff; }
  .client-block h2 {
    color: #ffffff;
    font-size: 2.5vw;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .client-block p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 25px; }

.client-slider {
  width: 60%;
  padding: 30px;
  border-right: 1px solid #ffffff; }

.client-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.client-item-image {
  width: 175px;
  height: 175px;
  margin-right: 10%;
  position: relative; }
  .client-item-image .image-main {
    width: 100%;
    border-radius: 175px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .client-item-image .image-logo {
    width: 75px !important;
    border-radius: 75px;
    position: absolute;
    bottom: 0;
    right: -30px; }

.client-item-text {
  width: calc(90% - 175px); }

.client-item-name {
  font-size: 2vw;
  margin-bottom: 25px;
  color: #ffffff; }

.client-item-review {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal; }

.contact {
  margin-bottom: 75px;
  padding: 0 10% 0 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contact-form {
  width: 40%;
  max-width: 500px;
  padding: 0 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .contact-form-in {
    position: relative; }
  .contact-form.success .contact-success {
    display: block; }
  .contact-form.error .contact-error {
    display: block; }
  .contact-form.success .contact-description,
  .contact-form.success .contact-form-in, .contact-form.error .contact-description,
  .contact-form.error .contact-form-in {
    display: none; }

.contact-title {
  text-transform: uppercase;
  font-size: 2.5vw;
  color: #A53C8E; }
  .contact-title span {
    color: #ffffff;
    position: relative;
    padding-right: 20px;
    display: inline-block; }
    .contact-title span:before {
      content: '';
      background: #60348B;
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      z-index: -1; }

.contact-description {
  margin: 20px 0 30px;
  color: #22201E;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5; }

.contact-input {
  width: 100%;
  border: none;
  line-height: 60px;
  padding: 0 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  font-weight: normal;
  font-size: 18px;
  color: #22201E;
  margin-top: 15px;
  outline: none; }

.contact-submit {
  padding: 0 35px;
  color: #60348B;
  border: 1px solid #60348B;
  border-radius: 10px;
  outline: none;
  font-size: 18px;
  line-height: 45px;
  margin-top: 15px;
  margin-left: auto;
  display: block;
  cursor: pointer; }

label.error {
  font-weight: normal;
  margin: 5px 0;
  font-size: 16px;
  color: #ff0000;
  width: 100%;
  font-size: 14px;
  padding: 0 30px; }

.contact-map {
  width: 50%; }
  .contact-map-in {
    height: calc(100% + 40px); }
  .contact-map .contact-title {
    padding-left: 30px; }

.contact-success,
.contact-error {
  display: none;
  font-size: 20px;
  margin: 20px 0 30px;
  height: 100%;
  color: #000000; }

.contact-address {
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  padding: 22px 30px;
  position: relative; }
  .contact-address:before {
    content: '';
    background: #A43D8F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1; }

.contact-map-block {
  width: 100%;
  height: 290px;
  overflow: hidden; }
  .contact-map-block canvas {
    outline: none; }

.footer {
  padding: 73px;
  background: #A53C8E; }
  .footer > * {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    display: block;
    margin-bottom: 10px; }
    .footer > *:last-child {
      margin-bottom: 0; }

.owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  position: absolute; }

.owl-prev,
.owl-next {
  outline: none; }
  .owl-prev span,
  .owl-next span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    position: relative; }
    .owl-prev span:before,
    .owl-next span:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 20px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("../img/arrow.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.owl-prev span {
  background: #A53C8E; }
  .owl-prev span:before {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
        -ms-transform: translate(-50%, -50%) scale(-1, 1);
            transform: translate(-50%, -50%) scale(-1, 1); }

.owl-next span {
  background: #60348B; }

.loading label,
.loading .contact-input,
.loading .contact-submit {
  opacity: 0.2;
  pointer-events: none; }

.loading .spinner {
  display: block; }

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .spinner-in {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 12; }
    .spinner-in.line {
      position: fixed; }
    .spinner-in > div {
      width: 18px;
      height: 18px;
      background-color: #60348B;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: spinner 1.4s infinite ease-in-out both;
              animation: spinner 1.4s infinite ease-in-out both; }
      .spinner-in > div:nth-child(1) {
        -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s; }
      .spinner-in > div:nth-child(2) {
        -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s;
        display: block; }

@media (min-width: 1920px) {
  .main-block-title,
  .about-title,
  .service-title,
  .projects-title,
  .client-block h2,
  .sidebar-contact h4,
  .contact-title {
    font-size: 48px; }
  .sidebar-sale h4,
  .client-item-name {
    font-size: 36px; } }

@media (max-width: 1700px) {
  .about-list li {
    font-size: 12px; }
  .footer > * {
    font-size: 20px; } }

@media (max-width: 1300px) {
  .about-list li {
    width: 45%;
    padding-bottom: 20px; }
    .about-list li:last-child {
      padding-bottom: 0px; }
  .call-header p {
    display: none; }
  .client-block {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding: 30px; }
  .client-slider {
    width: 100%;
    border-right: none; }
  .projects:before {
    width: 30%; }
  .projects-title {
    font-size: 4vw;
    width: 46%; }
  .project-item-image {
    width: 44%; }
  .project-item-text {
    width: 46%;
    margin-left: 44%;
    padding: 90px 0 0 30px; }
  .projects .owl-nav {
    left: calc(30% - 40px); }
  .contact-map,
  .contact-form {
    width: 100%; } }

@media (max-width: 770px) {
  .header {
    right: auto;
    left: 40px;
    width: 90px; }
  .header-logo-img {
    top: 25px;
    margin-left: 0;
    width: 240%; }
  .header-menu {
    top: 35px; }
  .sidebar-container {
    width: 360px;
    right: 130px;
    border-right: 1px solid #ffffff; }
  .sidebar-image-short {
    left: -50px; }
  .sidebar-contact {
    padding: 80px 30px 15% 15%; }
    .sidebar-contact h4 {
      font-size: 4vw; }
  .sidebar-sale {
    padding: 15%; }
    .sidebar-sale h4 {
      font-size: 3vw; }
  .main {
    padding-left: 0;
    margin-bottom: 0; }
    .main:before, .main:after {
      display: none; }
  .main-image {
    margin: 0; }
  .main-block {
    left: 130px;
    padding: 20px 30px 50px 30px;
    width: 389px;
    height: auto;
    top: auto;
    bottom: 0;
    border-right: none; }
  .main-block-arrow {
    display: none; }
  .main-block-title {
    font-size: 36px; }
  .sidebar {
    width: 90px;
    right: 40px;
    border-left: none; }
  .about {
    padding: 0 40px 0 130px;
    background-image: url("../img/about.jpg");
    background-position: center;
    background-size: cover; }
    .about:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #60348B;
      opacity: 0.8; }
    .about-in {
      width: 100%;
      padding: 45px 0 76px 30px;
      position: relative;
      z-index: 1; }
    .about:before {
      display: none; }
  .about-title {
    font-size: 6vw; }
  .about-list li {
    width: 30%; }
  .about-description {
    margin-bottom: 40px; }
    .about-description:before {
      display: none; }
  .service {
    padding: 0 40px 0 130px;
    margin: 50px 0; }
    .service:before {
      display: none; }
  .service-title {
    font-size: 6vw;
    margin: 0 0 35px 0;
    padding-left: 30px; }
  .service-accordion {
    width: 100%;
    padding-left: 30px; }
  .accordion-title {
    width: 100%;
    margin-left: 0; }
  .accordion-content {
    left: 0;
    padding-left: 0;
    width: 100%;
    background: url("../img/service.jpg");
    background-size: auto;
    background-repeat: no-repeat; }
  .accordion-text {
    padding: 23px 30px;
    background: rgba(96, 52, 139, 0.8); }
    .accordion-text:before {
      display: none; }
  .projects {
    margin: 0 0 30px;
    padding: 0 0 47px; }
  .project-item-text {
    width: 37%;
    padding: 80px 0 0 30px; }
  .project-item-text h3 {
    font-size: 4.5vw; }
  .client {
    margin: 0 0 70px;
    padding: 0 0 0 130px; }
    .client .owl-nav {
      right: 20px; }
  .client-block h2 {
    font-size: 6vw; }
  .client-block p {
    width: 100%;
    max-width: 360px;
    padding-bottom: 0; }
  .client-item-name {
    margin-bottom: 15px; }
  .contact {
    padding: 0 40px 0 130px;
    margin-bottom: 55px; }
  .contact-form {
    width: 100%;
    max-width: 510px; }
  .contact-title {
    font-size: 6vw; }
  .contact-map {
    width: 100%;
    margin-top: 50px; }
  .contact-address {
    margin-left: 30px; }
  .contact-map-block {
    padding-left: 30px; }
  .footer {
    padding: 32px; } }

@media (max-width: 650px) {
  .header {
    right: 0;
    left: 15px;
    top: 22px;
    width: 160px;
    height: auto;
    background: none;
    position: fixed;
    z-index: 12; }
  .header-logo-img {
    top: 0;
    width: 100%; }
  .header-menu {
    display: none; }
  .call-header {
    position: fixed;
    bottom: 35px;
    right: 15px; }
  .sidebar {
    position: fixed;
    height: 80px;
    width: 100%;
    padding: 30px;
    left: 0;
    right: auto;
    overflow: hidden;
    z-index: 11; }
  .main-bg {
    display: none; }
  .main-image img {
    padding-top: 80px; }
  .main-block {
    left: 0;
    width: 100%;
    padding: 20px 30px 80px 15px; }
  .main-block-description {
    margin: 35px 0 25px; }
  .hamburger span {
    width: 25px;
    height: 4px;
    margin-bottom: 3px; }
  .cross span {
    width: 25px;
    height: 4px; }
  .social-block {
    width: auto;
    position: absolute;
    top: 50%;
    right: calc(100% / 3);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .social-block .icon {
      display: none; }
    .social-block .lang {
      font-size: 18px;
      margin-top: 0; }
  .sidebar-container {
    width: 100%;
    right: 0;
    border-right: none;
    border-top: 1px solid #ffffff;
    margin-top: 80px;
    height: calc(100% - 80px); }
  .sidebar-contact {
    padding: 50px 16px 25px;
    height: auto; }
    .sidebar-contact h4 {
      font-size: 36px;
      margin-bottom: 25px; }
  .sidebar-sale {
    padding: 30px 16px;
    height: auto; }
    .sidebar-sale h4 {
      font-size: 24px; }
  .menu-toggle {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px; }
  .about {
    padding: 0; }
    .about-in {
      padding: 35px 16px 50px 16px; }
  .about-title {
    font-size: 36px;
    margin-bottom: 20px; }
  .about-description {
    font-size: 13px;
    margin-bottom: 30px; }
  .about-list li {
    font-size: 10px; }
  .service {
    padding: 40px 16px 35px 16px;
    margin: 0; }
  .service-title {
    font-size: 36px;
    margin: 0 0 25px 0;
    padding-left: 0;
    text-align: center; }
  .service-accordion {
    padding-left: 0; }
  .accordion-title {
    font-size: 12px;
    padding: 22px 45px 22px 16px; }
  .accordion-text {
    padding: 23px 16px;
    font-size: 12px; }
  .projects:before {
    display: none; }
  .projects {
    padding: 0 0 10px; }
  .projects .owl-nav {
    left: auto;
    right: 0;
    position: absolute;
    top: 275px;
    bottom: auto; }
    .projects .owl-nav:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      background: #A53C8E; }
  .projects-title {
    position: relative;
    right: 0;
    text-align: center;
    padding: 20px;
    width: 100%;
    font-size: 36px; }
    .projects-title:before {
      display: none; }
  .project-item-image {
    width: 100%;
    position: relative; }
  .project-item-text {
    width: 100%;
    margin-left: 0;
    padding: 0 16px; }
  .project-item-image img {
    width: 100% !important;
    height: 275px;
    margin-bottom: 40px; }
  .project-item-text h3:before {
    display: none; }
  .project-item-text h3 {
    font-size: 36px; }
  .client {
    margin: 0 0 45px;
    padding: 0; }
    .client .owl-nav {
      right: -15px; }
  .client-block h2 {
    font-size: 36px;
    margin-bottom: 15px; }
  .client-item-text {
    width: 100%; }
  .client-item-image {
    margin: 0 auto 30px; }
  .client-item-name {
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center; }
  .client-item-review {
    text-align: center; }
  .contact {
    padding: 30px 0 0 0;
    margin-bottom: 30px; }
  .contact-form {
    padding: 0 16px; }
  .contact-title {
    font-size: 36px; }
  .contact-map {
    padding: 0 16px;
    margin-top: 35px; }
  .contact-map-block,
  .contact-map .contact-title {
    padding: 0; }
  .contact-address {
    margin-left: 0;
    padding: 12px 25px; }
  .footer > * {
    font-size: 18px; } }

@media screen and (max-height: 500px) and (orientation: landscape) {
  .rotate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  header, main, footer {
    display: none; } }

@-webkit-keyframes spinner {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes spinner {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg); }
  40% {
    -webkit-transform: translate(-50%, -30px) rotate(90deg);
            transform: translate(-50%, -30px) rotate(90deg); }
  60% {
    -webkit-transform: translate(-50%, -15px) rotate(90deg);
            transform: translate(-50%, -15px) rotate(90deg); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg); }
  40% {
    -webkit-transform: translate(-50%, -30px) rotate(90deg);
            transform: translate(-50%, -30px) rotate(90deg); }
  60% {
    -webkit-transform: translate(-50%, -15px) rotate(90deg);
            transform: translate(-50%, -15px) rotate(90deg); } }

@-webkit-keyframes call {
  0%, 50%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  25%, 75% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes call {
  0%, 50%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  25%, 75% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
