.content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.left {
  left: 100%; }

.right {
  left: -100%; }

.bottom {
  top: 100%; }

.top {
  top: -100%; }

.projectContent.bottom {
  top: 100%; }

.projectContent.top {
  bottom: 100%; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.9rem;
  margin-right: -0.9rem; }

.large-12, .medium-12, .small-12, .large-9, .medium-9, .small-9, .large-8, .medium-8, .small-8, .large-7, .large-6, .medium-6, .small-6, .large-5, .large-4, .medium-4, .small-4, .large-3, .medium-3, .small-3, .large-2, .medium-2, .small-2, .large-1, .medium-1, .small-1 {
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

.large-12, .medium-12, .small-12 {
  width: 100%; }

.large-9, .medium-9, .small-9 {
  width: 75%; }

.large-8, .medium-8, .small-8 {
  width: 66.66667%; }

.large-7 {
  width: 58.33333%; }

.large-6, .medium-6, .small-6 {
  width: 50%; }

.large-5 {
  width: 41.66667%; }

.large-4, .medium-4, .small-4 {
  width: 33.33333%; }

.large-3, .medium-3, .small-3 {
  width: 25%; }

.large-2, .medium-2, .small-2 {
  width: 16.66667%; }

.large-1, .medium-1, .small-1 {
  width: 8.33333%; }

@media (max-width: 767px) {
  .large-0 {
    width: 100%; }
  .large-1, .medium-1, .small-1 {
    width: 100%; }
  .large-2, .medium-2, .small-2 {
    width: 100%; }
  .large-3, .medium-3, .small-3 {
    width: 100%; }
  .large-4, .medium-4, .small-4 {
    width: 100%; }
  .large-5 {
    width: 100%; }
  .large-6, .medium-6, .small-6 {
    width: 100%; }
  .large-7 {
    width: 100%; }
  .large-8, .medium-8, .small-8 {
    width: 100%; }
  .large-9, .medium-9, .small-9 {
    width: 100%; }
  .large-10 {
    width: 100%; }
  .large-11 {
    width: 100%; }
  .large-12, .medium-12, .small-12 {
    width: 100%; } }

@media (max-width: 767px) {
  .medium-0 {
    width: 100%; }
  .medium-1 {
    width: 100%; }
  .medium-2 {
    width: 100%; }
  .medium-3 {
    width: 100%; }
  .medium-4 {
    width: 100%; }
  .medium-5 {
    width: 100%; }
  .medium-6 {
    width: 100%; }
  .medium-7 {
    width: 100%; }
  .medium-8 {
    width: 100%; }
  .medium-9 {
    width: 100%; }
  .medium-10 {
    width: 100%; }
  .medium-11 {
    width: 100%; }
  .medium-12 {
    width: 100%; } }

@media (max-width: 767px) {
  .large-6.middle-12, .middle-12.medium-6, .middle-12.small-6 {
    width: 50%;
    padding-left: 0.9rem;
    padding-right: 0.9rem; } }

.btn, .nav__link, .mainpage__navlink {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #fff; }
  .btn:focus, .nav__link:focus, .mainpage__navlink:focus {
    color: #fff; }
  .btn:visited, .nav__link:visited, .mainpage__navlink:visited {
    color: #fff; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
          border-radius: 0; }

body {
  font-weight: 500;
  font-family: "Montserrat", "Arial", "helvetica", "serif";
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #474747;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  height: 100vh; }
  body.hidden {
    overflow: hidden; }
  @media (max-width: 767px) {
    body {
      font-size: 14px;
      letter-spacing: -0.1px; } }

.wrap {
  overflow: hidden;
  width: 100%; }

img {
  max-width: 100%;
  max-height: 100%; }

a {
  font: normal 16px "Montserrat", "Arial", "helvetica", "serif";
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased; }
  a:visited {
    outline: none; }
  a:active {
    color: rgba(255, 255, 255, 0.8);
    outline: none; }
  a:focus {
    color: rgba(255, 255, 255, 0.8); }
  a:hover {
    text-decoration: none; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0; }
  p.small {
    font-size: 14px;
    line-height: 20px; }

input[type="checkbox"] {
  display: none; }

::-webkit-input-placeholder {
  color: #ccc;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

:-moz-placeholder {
  color: #ccc;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

::-moz-placeholder {
  color: #ccc;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

:-ms-input-placeholder {
  color: #ccc;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", "Arial", "helvetica", "serif";
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span {
    display: block; }

h1 {
  font-size: 36px;
  line-height: normal; }

h2 {
  font-size: 24px;
  line-height: 35px; }

h3 {
  font-size: 14px;
  line-height: 20px; }

.number {
  font-weight: 500;
  font-size: 80px;
  line-height: 22px; }

ul,
li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.wrap {
  overflow: hidden; }

.container {
  position: relative;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative; }

.mbr {
  display: none; }

.btn {
  border: 2px solid #E6E6E6;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: #E6E6E6;
  -webkit-transition: color .4s, border .4s;
  -o-transition: color .4s, border .4s;
  transition: color .4s, border .4s; }
  .btn:hover {
    border-color: #FFB700;
    color: #FFB700; }

.mainpage__btn {
  width: 240px; }

.next,
.prev,
.down,
.up {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 100;
  cursor: pointer; }
  .next:after, .next:before,
  .prev:after,
  .prev:before,
  .down:after,
  .down:before,
  .up:after,
  .up:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 3px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.prev {
  left: 27px; }
.prev:after, .prev:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }
.prev:after {
  -webkit-transform: rotateZ(45deg) translateY(-1px);
  -ms-transform: rotate(45deg) translateY(-1px);
  transform: rotateZ(45deg) translateY(-1px); }
.prev:before {
  -webkit-transform: rotateZ(-45deg) translateY(1px);
  -ms-transform: rotate(-45deg) translateY(1px);
  transform: rotateZ(-45deg) translateY(1px); }

.next {
  right: 27px; }
.next:after, .next:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }
.next:after {
  -webkit-transform: rotateZ(-45deg) translateY(-1px);
  -ms-transform: rotate(-45deg) translateY(-1px);
  transform: rotateZ(-45deg) translateY(-1px); }
.next:before {
  -webkit-transform: rotateZ(45deg) translateY(1px);
  -ms-transform: rotate(45deg) translateY(1px);
  transform: rotateZ(45deg) translateY(1px); }

.down {
  top: auto;
  bottom: 0;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg); }
  .down:after, .down:before {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center; }
  .down:after {
    -webkit-transform: rotateZ(-45deg) translateY(-1px);
        -ms-transform: rotate(-45deg) translateY(-1px);
            transform: rotateZ(-45deg) translateY(-1px); }
  .down:before {
    -webkit-transform: rotateZ(45deg) translateY(1px);
        -ms-transform: rotate(45deg) translateY(1px);
            transform: rotateZ(45deg) translateY(1px); }

.up {
  top: auto;
  bottom: 0;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg); }
  .up:after, .up:before {
    top: auto;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center; }
  .up:after {
    -webkit-transform: rotateZ(-45deg) translateY(-1px);
        -ms-transform: rotate(-45deg) translateY(-1px);
            transform: rotateZ(-45deg) translateY(-1px); }
  .up:before {
    -webkit-transform: rotateZ(45deg) translateY(1px);
        -ms-transform: rotate(45deg) translateY(1px);
            transform: rotateZ(45deg) translateY(1px); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  padding-top: 33px;
  min-height: 105px; }
  .header:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.14%, rgba(0, 0, 0, 0.8)), color-stop(72.63%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 50.14%, rgba(0, 0, 0, 0.4) 72.63%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 50.14%, rgba(0, 0, 0, 0.4) 72.63%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 50.14%, rgba(0, 0, 0, 0.4) 72.63%, rgba(0, 0, 0, 0) 100%); }

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.logo {
  width: 168px;
  height: 50px; }
  .logo.active .logo__text {
    fill: #FFB700; }

.logo__text {
  fill: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 728px;
  padding-top: 2px; }

.nav__link.active {
  color: #FFB700; }

.musetory {
  margin-left: 50px;
  padding-left: 41px;
  background: url(/images/musetory_logo.svg) no-repeat left 3px/33px 15px; }

.burger {
  width: 44px;
  height: 28px;
  position: relative;
  display: none; }
  .burger.active span {
    background-color: #FFB700; }
    .burger.active span:nth-child(1) {
      -webkit-transform: translateY(12px);
          -ms-transform: translateY(12px);
              transform: translateY(12px); }
    .burger.active span:nth-child(3) {
      -webkit-transform: translateY(-12px);
          -ms-transform: translateY(-12px);
              transform: translateY(-12px); }
  .burger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .burger span:nth-child(1) {
      -webkit-transform: translateY(-12px);
          -ms-transform: translateY(-12px);
              transform: translateY(-12px); }
    .burger span:nth-child(3) {
      -webkit-transform: translateY(12px);
          -ms-transform: translateY(12px);
              transform: translateY(12px); }

.musetory--mobile {
  display: none; }

.mainpage,
.mainpage__projects,
.projectContent,
.projects__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh; }

.projectContent {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

.project__slide {
  height: 100vh;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .project__slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .12; }

.mainpage__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.mainpage__nav {
  max-width: 222px;
  height: 210px;
  overflow: hidden;
  position: relative; }

.mainpage__nav--wrap {
  position: absolute;
  bottom: -70px;
  left: 0; }

.mainpage__navlink {
  width: 100%;
  color: #E6E6E6;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  text-transform: uppercase;
  position: relative;
  min-height: 70px; }
  .mainpage__navlink span {
    display: block;
    text-shadow: 1px 1px 8px black; }
  .mainpage__navlink:hover {
    color: #FFB700; }

.mainpage__title {
  color: #FFB700;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4); }

.mainpage__title-wrap {
  height: 44px;
  overflow: hidden; }
  .mainpage__title-wrap span {
    position: relative;
    display: block; }

.mainpage__down {
  position: relative;
  display: inline-block;
  padding-bottom: 73px; }

.mainpage__arrow {
  left: 50%;
  margin-left: -20px;
  bottom: 17px; }

.mainpage__btn {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .mainpage__btn.disabled {
    opacity: .4;
    cursor: not-allowed; }
    .mainpage__btn.disabled:hover {
      border-color: #E6E6E6;
      color: #E6E6E6; }

.mainpage__projects {
  overflow: hidden; }

.project__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  color: #fff;
  -webkit-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transform: translateY(73%);
      -ms-transform: translateY(73%);
          transform: translateY(73%); }
  .project__info.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.project__container {
  padding-top: 28px;
  padding-bottom: 40px; }

.project__title {
  color: #FFB700;
  margin-bottom: 25px;
  height: 250px;
  text-transform: uppercase; }

.project__info.active .project__title{
  height: auto;
  min-height: 250px;
}

.project__description {
  text-transform: uppercase;
  margin-bottom: 30px; }

.project__smalltitle {
  color: #E8B826;
  margin-bottom: 17px;
  font-weight: 600; }

.project__panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.project__panel {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  color: #ccc; }

.project__trigger.up {
  position: absolute;
  bottom: 100%;
  margin-bottom: 19px; }
  .project__trigger.up:after, .project__trigger.up:before {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  .project__trigger.up.active:after, .project__trigger.up.active:before {
    width: 20px; }
  .project__trigger.up.active:after {
    -webkit-transform: rotateZ(-45deg) translateY(-1px) translateX(9px);
        -ms-transform: rotate(-45deg) translateY(-1px) translateX(9px);
            transform: rotateZ(-45deg) translateY(-1px) translateX(9px); }
  .project__trigger.up.active:before {
    -webkit-transform: rotateZ(45deg) translateY(1px) translateX(9px);
        -ms-transform: rotate(45deg) translateY(1px) translateX(9px);
            transform: rotateZ(45deg) translateY(1px) translateX(9px); }

.project .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 118px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
  width: auto; }
  .project .slick-dots li {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer; }
    .project .slick-dots li.slick-active:before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .project .slick-dots li:after {
      content: "";
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background-color: #fff; }
    .project .slick-dots li:before {
      content: "";
      width: 12px;
      height: 12px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      background-color: #fff;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    .project .slick-dots li button {
      display: none; }

.section--projects {
  height: 100vh; }
  .section--projects--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -6px; }

.project__item {
  height: 390px;
  height: 20.3125vw;
  margin-right: 6px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border: 2px solid transparent; }
  .project__item.active {
    position: fixed;
    z-index: 50; }
  .project__item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .project__item:hover {
    border: 2px solid rgba(255, 255, 255, 0.6); }
  .project__item:hover:after {
    opacity: .6; }

.project__item:nth-child(1),
.project__item:nth-child(2) {
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px); }

.project__item:nth-child(3) {
  width: -webkit-calc(35% - 6px);
  width: calc(35% - 6px); }

.project__item:nth-child(4) {
  width: -webkit-calc(20% - 6px);
  width: calc(20% - 6px); }

.project__item:nth-child(5) {
  width: -webkit-calc(45% - 6px);
  width: calc(45% - 6px); }

.project__pic {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .project__item:hover .project__pic {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.project__fade-text {
  position: absolute;
  z-index: 20;
  right: 38px;
  bottom: 0;
  padding-bottom: 38px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  max-width: 320px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding-left: 38px; }
  .project__item:hover .project__fade-text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.mCS-fade.mCSB_scrollTools {
  opacity: 0; }

.mCustomScrollBox.mCS-fade:hover > .mCSB_scrollTools {
  opacity: 0 !important; }

.mCS-fade.mCSB_scrollTools .mCSB_draggerRail {
  background-color: white;
  opacity: .4; }

.next, .prev {
  z-index: 300; }

.next__project {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  text-transform: lowercase;
  color: #fff;
  z-index: 350;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px; }
  .next__project.active {
    right: 30px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0); }

.next.next--project {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg); }

.next {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.prev__project {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  text-transform: lowercase;
  color: #fff;
  z-index: 350;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px; }
  .prev__project.active {
    left: 30px;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0); }

.prev.prev--project {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg); }

.prev {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.project__slide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100; }

.slick-arrow.slick-hidden {
  display: block; }

.company {
  padding-top: 120px;
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 0px; }
  .company h1 {
    margin-bottom: 40px; }
  .company h2 {
    margin-bottom: 40px; }
  .company p {
    margin-bottom: 40px; }
  .company section {
    min-height: 100vh;
    padding: 70px 0; }
    .company section:first-child {
      padding-top: 20px; }

.mCS-custom.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FFB700; }

.mCS-custom.mCSB_scrollTools .mCSB_draggerRail {
  background-color: white;
  opacity: .4; }

.mCSB_scrollTools .mCSB_draggerContainer {
  max-height: 80vh; }

.section--worker h1 {
  margin-bottom: 15px; }

.section--worker p {
  max-width: 540px; }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.grid__item {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px); }

.worker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 450px;
  width: 100%; }
  .worker .worker__item {
    width: 120px;
    margin-bottom: 13px; }
  .worker:after {
    content: "";
    width: 120px;
    margin-bottom: 13px; }

.worker__pic {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative; }
  .worker__pic img {
    position: relative;
    z-index: 10; }
  .worker__pic:after {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #808080;
    z-index: 1; }

.worker__name {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px; }

.worker__prof {
  text-align: center;
  font-size: 12px;
  line-height: 16px; }

.grid__item.ico {
  width: -webkit-calc(33% - 14px);
  width: calc(33% - 14px);
  margin-bottom: 30px; }

.ico__pic {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative; }
  .ico__pic img {
    width: 100%; }

.content--fullpage.remove {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important; }

.ico__text {
  padding-left: 18px;
  position: relative;
  margin-bottom: 0px; }
  .ico__text:after {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #FFB700;
    content: "";
    position: absolute;
    left: 0;
    top: 6px; }

.error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  color: #FFB700;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0; }

.input__text {
  position: relative;
  border: 2px solid #999999;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
  margin-bottom: 30px; }
  .input__text.input-error .error {
    opacity: 1; }
  .input__text.active {
    border-color: #FFB700; }
  .input__text input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-left: 15px;
    font-weight: 600; }
  .input__text textarea {
    height: 42px;
    width: 100%;
    max-height: 250px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-left: 15px;
    resize: none;
    padding-top: 10px;
    line-height: 27px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding-bottom: 0px;
    font-weight: 600;
    overflow: hidden !important; }
    .input__text textarea:focus {
      margin-top: 15px; }

.placeholder {
  position: absolute;
  top: 13px;
  left: 12px;
  padding-left: 4px;
  padding-right: 4px;
  color: #999;
  z-index: 1;
  height: 25px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  background-color: #474747; }
  .placeholder span {
    color: #FFB700; }
  input:focus + .placeholder,
  textarea:focus + .placeholder {
    -webkit-transform: translateY(-26px) scale(0.8);
        -ms-transform: translateY(-26px) scale(0.8);
            transform: translateY(-26px) scale(0.8);
    color: #FFB700; }
  .placeholder.active {
    color: #fff;
    -webkit-transform: translateY(-26px) scale(0.8);
        -ms-transform: translateY(-26px) scale(0.8);
            transform: translateY(-26px) scale(0.8); }

.input__text--radio {
  padding: 22px 24px 22px;
  border: 2px solid #666666; }

.radio {
  position: relative;
  display: block;
  margin-bottom: 27px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer; }
  .radio:last-child {
    margin-bottom: 0px; }
  .radio span {
    color: #B3B3B3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

input[type="radio"] {
  display: none; }

input:checked + .check:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

input:checked ~ span {
  color: #E6E6E6; }

.check {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #808080; }
  .check:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background-color: #B2B2B2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-border-radius: 50%;
            border-radius: 50%; }

button {
  background-color: transparent;
  cursor: pointer; }

.btn.price__btn {
  width: 354px;
  line-height: 46px; }

.price__title {
  font-weight: 600;
  margin-bottom: 10px; }

.price__summ {
  font-size: 80px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 45px; }

input[type="file"] {
  display: none; }

.input__load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px; }
  .input__load span {
    font-size: 12px;
    font-weight: 500;
    color: #B3B3B3;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0; }

.btn__laod {
  width: 240px;
  border-color: #999999;
  color: #999999; }

.submit {
  width: 100%;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  height: 46px;
  font-size: 24px;
  line-height: 42px;
  border-color: #999999;
  color: #999999;
  position: relative; }

.good-message {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  color: #20971c;
  text-align: center;
  width: 100%;
  display: none; }

.file {
  padding-left: 32px;
  line-height: 20px;
  display: block;
  padding-right: 35px;
  background: url(/images/file.svg) no-repeat left center/16px auto;
  position: relative;
  margin-bottom: 10px; }
  .file .file__close {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .file .file__close .after, .file .file__close .before {
      content: "";
      width: 19px;
      height: 3px;
      background-color: #B3B3B3;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      position: absolute; }
    .file .file__close .after {
      -webkit-transform: rotateZ(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotateZ(-45deg); }
    .file .file__close .before {
      -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
              transform: rotateZ(45deg); }

.files {
  padding-right: 20px; }

.section__down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 40px;
  font-weight: 600; }
  .section__down .down {
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotateZ(90deg); }

.pagination {
  position: fixed;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .pagination a {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    margin-bottom: 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .pagination a.active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.content--fullpage h1, .content--fullpage h2, .content--fullpage p {
  margin-bottom: 40px; }

.contacts-section {
  padding-top: 150px;
  height: 100vh; }
  .contacts-section h1 {
    margin-bottom: 40px; }
    .contacts-section h1 + p {
      margin-bottom: 40px; }
  .contacts-section .submit {
    margin-bottom: 50px; }

form p {
  margin-bottom: 30px; }

.svg__icos {
  display: none; }

#map {
  height: 352px;
  width: -webkit-calc(100% + ((100vw - 1120px) / 2));
  width: calc(100% + ((100vw - 1120px) / 2));
  margin-bottom: 35px; }

.mCSB_inside > .mCSB_container {
  margin-right: 0px; }

.contacts {
  color: #fff; }
  .contacts p {
    margin-bottom: 7px;
    font-weight: 500; }
  .contacts a {
    font-weight: 500;
    color: #fff; }

.contacts__ico {
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .contacts__ico:hover {
    color: #FFB700; }
  .contacts__ico.tel {
    background: url(/images/tel.svg) no-repeat left 5px/13px auto; }
  .contacts__ico.mail {
    background: url(/images/mail.svg) no-repeat left 6px/15px auto; }

.socials {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 35px; }
  .socials path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .socials a {
    margin: 0 10px; }
    .socials a:hover path {
      fill: #FFB700; }

.section--blog {
  padding-top: 140px;
  height: 100vh; }
  .section--blog h1 {
    margin-bottom: 50px; }

.blog {
  width: -webkit-calc(100% + ((100vw - 1100px) / 2));
  width: calc(100% + ((100vw - 1100px) / 2)); }

.blog__item {
  padding-right: -webkit-calc((100vw - 1100px) / 2);
  padding-right: calc((100vw - 1100px) / 2);
  background-color: #424242;
  padding-left: 380px;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 12px; }

.blog__pic {
  width: 365px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.blog__title {
  margin-bottom: 20px; }

.blog__text {
  margin-bottom: 35px;
  font-weight: normal; }

.blog__link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #B3B3B3;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  color: #FFB700; }

.inner-blog {
  padding-top: 140px;
  color: #fff;
  height: 100vh; }
  .inner-blog h2 {
    margin-bottom: 35px; }
    .inner-blog h2 + .inner-blog__description {
      margin-top: -20px;
      margin-bottom: 50px; }
  .inner-blog p {
    margin-bottom: 30px;
    font-weight: normal; }

.inner-blog__description {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500; }

.inner-blog__pic {
  margin-bottom: 30px; }

.socials-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .socials-blog a {
    margin-right: 26px; }
    .socials-blog a:last-child {
      margin-right: 0px; }
    .socials-blog a path {
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .socials-blog a:hover path {
      fill: #FFB700; }

.inner-blog__nav a {
  font-size: 14px;
  color: #fff;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .inner-blog__nav a:hover {
    color: #FFB700; }

.inner-blog__link {
  margin-right: 45px;
  font-weight: 500; }

.inner-blog__nextblog {
  padding-right: 43px;
  font-weight: 500; }
  .inner-blog__nextblog .down {
    right: 0;
    bottom: auto;
    top: -10px;
    left: auto; }

.inner-blog__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1200px) {
  .arrow--m-fade {
    display: none !important; }
  .mainpage__nav {
    margin-bottom: 10px; }
  .mainpage__navlink {
    min-height: 60px; }
  .mainpage__nav--wrap {
    bottom: -60px; }
  .project__text br {
    display: none; }
  .section--blog .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%; }
  .section--blog h1 {
    padding-left: 45px;
    padding-right: 45px; }
  .blog__item {
    padding-right: 45px;
    width: 100%; }
  .blog {
    width: 100%; }
  .project__item {
    height: 294px; }
  .section--form .grid {
    width: -webkit-calc(100% + 45px);
    width: calc(100% + 45px); }
  .section--form .grid__item {
    width: -webkit-calc(100% - 560px);
    width: calc(100% - 560px); }
  .section--form .grid__item--form {
    width: 530px; }
  .section--form #map {
    width: 100%; }
  .pagination {
    visibility: hidden; }
  .section {
    padding: 50px 0; }
  .section--worker {
    padding-top: 0px; }
  .section__down {
    display: none; }
  .mobile--company {
    padding-top: 120px; } }

@media (max-width: 992px) {
  .container {
    padding: 0 40px; }
  .nav {
    position: absolute;
    right: 40px;
    top: 125px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s; }
    .nav.active {
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .musetory {
    display: none; }
  .nav__link {
    width: 100%;
    text-align: right;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 35px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: .6s ease-out;
    -o-transition: .6s ease-out;
    transition: .6s ease-out; }
    .nav__link:nth-child(1) {
      -webkit-transition-delay: 0;
           -o-transition-delay: 0;
              transition-delay: 0; }
    .nav__link:nth-child(2) {
      -webkit-transition-delay: .1s;
           -o-transition-delay: .1s;
              transition-delay: .1s; }
    .nav__link:nth-child(3) {
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s; }
    .nav__link:nth-child(4) {
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }
    .nav__link:nth-child(5) {
      -webkit-transition-delay: .4s;
           -o-transition-delay: .4s;
              transition-delay: .4s; }
    .nav__link:nth-child(6) {
      -webkit-transition-delay: .5s;
           -o-transition-delay: .5s;
              transition-delay: .5s; }
    .nav.active .nav__link {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .burger {
    display: block;
    margin-top: 8px; }
  .musetory--mobile {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 32px;
    right: 40px;
    z-index: 200;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px; }
  .header__logo {
    width: 224px;
    height: 59px; }
  .project__panels {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .project__panel {
    width: 100%;
    margin-bottom: 40px; }
    .project__panel:last-child {
      margin-bottom: 0px; }
  .project__info .container {
    padding-top: 30px;
    padding-bottom: 40px; }
  h1 br {
    display: none; }
  .blog__item {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px; }
  .blog__pic {
    position: relative;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    margin-left: -40px;
    height: 266px;
    margin-bottom: 20px; }
  .project__item {
    width: 100%;
    height: 500px; }
    .project__item:nth-child(1), .project__item:nth-child(2), .project__item:nth-child(3), .project__item:nth-child(4), .project__item:nth-child(5) {
      width: 100%; }
    .project__item:after {
      height: 133px;
      bottom: 0;
      top: auto;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 1; }
  .project__fade-text {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    right: 17px;
    bottom: 0;
    padding-bottom: 20px; }
  .grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  #map {
    width: 100%; }
  .section--form .grid__item {
    width: 100%; }
  .section--form .grid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  .grid__item {
    margin-bottom: 80px;
    width: 100%; }
  .company .section--form {
    padding-bottom: 0px; }
  .company__worker {
    max-width: 100%; }
  .company__smalltitle {
    max-width: 100%;
    margin-bottom: 30px; }
    .company__smalltitle br {
      display: none; }
  .section p {
    max-width: 100%;
    margin-bottom: 30px; }
  .section--worker .grid__item {
    margin-bottom: 30px; }
  .company__title {
    margin-bottom: 30px; }
  .project__info {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); } }

@media (max-width: 768px) {
  .project__item {
    height: 400px; }
  .inner-blog__link {
    display: block; }
  .section--ico .grid {
    display: block; }
  .grid__item.ico {
    width: 100%;
    max-width: 410px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .nav {
    right: 20px; }
  .musetory--mobile {
    right: auto;
    left: 20px;
    margin-left: 0px; }
  .mainpage__title {
    font-size: 20px;
    line-height: 25px; }
  .mainpage__title-wrap {
    height: 30px; }
  .mainpage__arrow.down {
    display: none; }
  .nav {
    top: 70px; }
  .nav__link {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 23px; }
  .burger {
    width: 34px;
    margin-top: 0px; }
    .burger span {
      height: 2px; }
  .burger span:nth-child(1) {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  .burger span:nth-child(3) {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .burger.active span:nth-child(3) {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }
  .burger.active span:nth-child(1) {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .header__logo {
    width: 135px;
    height: 45px; }
  .musetory--mobile {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    bottom: 25px; }
  p.small {
    font-size: 10px;
    line-height: 17px; }
  .project__panel {
    margin-bottom: 10px; }
  .project__description {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 17px; }
  .project__trigger.up {
    -webkit-transform: rotateZ(-90deg) translateY(-20px);
        -ms-transform: rotate(-90deg) translateY(-20px);
            transform: rotateZ(-90deg) translateY(-20px); }
  .project .slick-dots li {
    margin-left: 5px;
    margin-right: 5px; }
  .header {
    padding-top: 13px;
    z-index: 100; }
  .project__title {
    font-size: 17px;
    line-height: 23px; }
  .project__trigger.up:after, .project__trigger.up:before {
    bottom: 10px; }
  .project__trigger.up {
    margin-bottom: 11px;
    -webkit-transform: rotateZ(-90deg) translateY(-20px) translateX(0);
        -ms-transform: rotate(-90deg) translateY(-20px) translateX(0);
            transform: rotateZ(-90deg) translateY(-20px) translateX(0);
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out; }
    .project__trigger.up.active {
      -webkit-transform: rotateZ(-90deg) translateY(-20px) translateX(-10px);
          -ms-transform: rotate(-90deg) translateY(-20px) translateX(-10px);
              transform: rotateZ(-90deg) translateY(-20px) translateX(-10px); }
  .project .slick-dots {
    bottom: 29px; }
  .prev {
    left: 10px; }
  .next {
    right: 10px; }
  h1 {
    font-size: 26px;
    line-height: 38px; }
  .section--blog h1 {
    padding-left: 20px;
    padding-right: 20px; }
  .blog__item {
    padding-left: 20px;
    padding-right: 20px; }
  .blog__pic {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px; }
  .project__item {
    height: 300px; }
  .input__load {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .input__load label {
      width: 100%; }
  .files {
    width: 100%; }
  .load__text {
    margin-bottom: 30px; }
  .btn__laod {
    width: 100%; }
  .inner-blog__footer {
    display: block; }
  .socials-blog {
    margin-bottom: 30px; }
  .inner-blog__link {
    margin-bottom: 10px; }
  .inner-blog__footer {
    padding-top: 0px; }
  .company__smalltitle {
    font-size: 18px;
    line-height: 28px; }
  .price__btn {
    max-width: 100%;
    width: 100%; }
  .project__info {
    -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
            transform: translateY(80%); } }

.project .slick-dots {
  visibility: hidden;
}

.project__info .project__description, .project__info .project__panels {
  display: none;
}

.project__info.active .project__description {
  display: block;
  margin-top: -180px;
}

.project__info.active .project__panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainpage .slick-dots {
  display: none !important;
}