body {
    font-family: Proxima Nova, serif !important;
    color: #04030c;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  :root {
    --container-w: 1200px;
  }
  
  ::selection {
    background: rgba(251, 235, 97, 0.7);
  }
  
  ::-moz-selection {
    background: rgba(251, 235, 97, 0.7);
  }
  
  .site {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  
  .page {
    max-width: 1200px;
    min-height: calc(100vh - 490px);
    margin: 0 auto;
  }
  
  .top-block {
    height: 621px;
    background: #04030c;
  }
  
  .not-found-page {
    padding-top: 100px;
  }
  
  .button_404 {
    margin-top: 50px;
    margin-bottom: 300px;
  }
  
  .js_contactFormError span {
    color: red;
    padding: 10px 0 10px 0;
    display: block;
  }
  
  .top-block__contact-form {
    position: relative;
  }
  
  .top-block__contact-form .preloader {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 67px;
    margin: 0 auto;
    width: 41px;
  }
  
  .top-block__contact-form .success {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    font-size: 21px;
    line-height: 39px;
  }
  
  .modalForm {
    display: none;
    width: 560px;
    background: #04030c;
  }
  
  .modalForm .top-block__content-title {
    font-size: 32px !important;
  }
  
  .modalForm button.fancybox-button.fancybox-close-small {
    color: #fff;
  }
  .works-page {
    padding-top: 120px;
    position: relative;
    min-height: 900px;
  }
  
  .detail-text {
    text-decoration: none !important;
    border-bottom: none !important;
  }
  .slick-initialized .slick-slide {
    text-decoration: none;
    position: relative;
  }
  .works-page__portfolio-items-item-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .works-page:before {
    content: '';
    position: absolute;
    width: 185px;
    height: 616px;
    left: -370px;
    top: 0;
    background: #04030c;
  }
  
  .main-page__type-about article p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 20.8px;
  }
  
  .works-page:after {
    content: '';
    position: absolute;
    width: 340px;
    height: 252px;
    right: -360px;
    top: 0;
    background: #04030c;
  }
  
  .works-page__stages {
    margin-top: 85px;
    margin-bottom: 115px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .works-page__stages-item-header-title {
    font-weight: 700;
    /* font-size: 24px; */
    font-size: 18px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 18px;
  }
  
  .works-page__stages-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
  }
  
  .works-page__stages-item {
    width: 300px;
    height: 182px;
    transition: 0.4s;
    cursor: default;
    padding: 25px;
    display: block;
  }
  
  .works-page__portfolio-items-item {
    position: relative;
	max-width: 585px;
    display: block;
    margin-right: 30px;
  }
  
  .works-page__portfolio-items-item-video-button {
    padding-top: 23px;
    padding-left: 7px;
  }
  
  .works-page__portfolio-items-item-video-button div {
    width: 21px;
    height: 23px;
    margin: 0 auto;
    background-size: cover;
  }
  
  .works-page__portfolio-items-item img {
    width: 100%;
    display: block;
    filter: grayscale(1);
  }
  
  .works-page__portfolio-items-item img:hover {
    width: 100%;
    display: block;
    filter: none;
  }
  
  .works-page__portfolio-items-item-video-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f2d900;
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    margin: 0 auto;
  }
  
  .works-page__stages-item:hover {
    background: #f2d900;
  }
  
  .works-page__stages-item-header {
    display: grid;
    grid-template-columns: auto 200px;
  }
  
  .works-page__stages-item-header-icon {
    width: 36px;
    height: 36px;
    background: #f2d900;
    border-radius: 50%;
    transition: 0.4s;
    padding-top: 5px;
    text-align: center;
  }
  
  .works-page__stages-item:hover .works-page__stages-item-header-icon {
    background: #fff;
  }
  
  .works-page__portfolio {
    margin-top: 60px;
    width: 1800px;
    margin-bottom: 88px;
  }
  
  .works-page__portfolio-slider-buttons {
    margin-top: 30px;
  }
  
  .works-page__portfolio-slider-buttons-button {
    width: 60px;
    height: 60px;
    background: #04030c;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
  }
  
  .works-page__portfolio-slider-buttons-button img {
    width: 7px;
    height: 14px;
    display: inline-block;
    margin-top: 23px;
  }
  
  .slick-arrow {
    display: none !important;
  }
  
  .main-slider-item {
    width: 600px;
    position: relative;
    max-width: 585px;
    display: block;
    margin-right: 30px;
  }
  .top-item{
  margin-bottom: 0px!important;
  }
  .video-item{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f2d900;
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
    margin: 0 auto;
  }
  .video-item div {
  width: 21px;
  height: 23px;
  margin: 20px;
  background-size: cover;
  margin-left: 26px;
  }
  