html {
  /*    scroll-behavior: smooth;*/
}
html.popup_open,
html.menu-open {
  overflow: hidden;
}
html.menu-open header .menu {
  transform: translateX(0);
}
body {
  font-family: 'Nunito', sans-serif;
  background: #040404;
}
.iframe_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.iframe_wrapper iframe {
  width: 100%;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 100%;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1170px;
}
.menu-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-icon-wraper {
  padding: 10px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-icon-5 {
  width: 28.35px;
  height: 21px;
  z-index: 100;
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*    display: none;*/
}
.nav-icon-5 span {
  background-color: #343434;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}
.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.nav-icon-5 span:nth-child(2) {
  top: 9px;
  left: 0px;
  opacity: 1;
}
.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}
.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}
.section-description {
  font-weight: 300;
  font-size: 22px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #747474;
  margin: 20px 0;
}
.section-description a {
  color: #D26300;
}
.section-description div {
  font-size: 16px;
}
section:not(#main-video-block) {
  padding: 80px 0;
}
header {
  background: rgba(20, 20, 20, 0.85);
  padding: 22px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: 0.3s all;
}
header.fixed {
  padding: 10px 0;
  background: #141414;
}
header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  height: 43px;
  width: 203px;
  content: '';
  background-image: url(/assets/i/svg/vfx_new_logo.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
header .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
header .menu .menu-item {
  margin: 0 32px;
}
header .menu .menu-item.current-menu-item a {
  color: #D26300;
  font-weight: 600;
}
header .menu .menu-item.current-menu-item a:before {
  width: 10px;
  height: 13px;
  background-image: url(/assets/i/svg/title_play.svg);
  background-size: cover;
  content: '';
  position: absolute;
  top: 48%;
  left: -5px;
  transform: translate(-100%, -50%);
}
header .menu .menu-item:hover a:before {
  width: 10px;
  height: 13px;
  background-image: url(/assets/i/svg/title_play.svg);
  background-size: cover;
  content: '';
  position: absolute;
  top: 48%;
  left: -5px;
  transform: translate(-100%, -50%);
}
header .menu .menu-item a {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #E3E3E3;
  cursor: pointer;
  padding: 5px 0;
  display: block;
  position: relative;
  text-transform: uppercase;
}
#main-video-block {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-video-block .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-video-block .video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  /*            top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);    */
}
#main-video-block .cover {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.24);
  position: absolute;
  top: 0;
  left: 0;
}
#main-video-block .screen-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#main-video-block .screen-content h1 {
  font-size: 55px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-weight: 200;
  text-transform: uppercase;
}
#main-video-block .screen-content .description {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.305em;
  color: #FFFFFF;
}
.section-text-wrapper {
  position: relative;
  margin-bottom: 55px;
  /*    &:before{
            content: '';
            width: 50%;
            height: 155px;
            background-image: url(/assets/i/svg/bg_picture_left.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center bottom;
            position: absolute;
            left: 0;
            bottom: 0;
        }
        &:after{
            content: '';
            width: 50%;
            height: 155px;
            background-image: url(/assets/i/svg/bg_picture_right.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center bottom;
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 0;
        }*/
}
.section-text-wrapper:before {
  content: '';
  width: 100%;
  padding-bottom: 142%;
  background-size: cover;
  background-image: url(/assets/i/svg/export.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.85;
}
.section-text-wrapper .center {
  justify-content: center;
  z-index: 1;
}
.section-text-wrapper .left {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  /*        border-bottom: 1px dashed rgba(66,66,67,0.5);*/
  /*        &:before{
                    content: '';
                    display: block;
                    width: 100%;
                    height: 1px;
                    background-image: url(/assets/i/svg/line.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                    background-position: bottom center;
                    position: absolute;
                    bottom: 0;
                    transform: scale(-1,1)
                }*/
}
.section-text-wrapper .right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*        border-top: 1px dashed rgba(66,66,67,0.5);*/
  /*        &:before{
                    content: '';
                    display: block;
                    width: 100%;
                    height: 1px;
                    background-image: url(/assets/i/svg/line.svg);
                    background-size: cover;
                    position: absolute;
                    top: 0;
                }*/
}
.section-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-text .category {
  font-weight: 200;
  font-size: 24px;
  line-height: 33px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section-text .title {
  font-weight: 200;
  font-size: 73px;
  line-height: 0.8;
  text-align: center;
  color: #6D6E70;
  position: relative;
}
.section-text .title:before {
  content: '';
  width: 29px;
  height: 37px;
  background-image: url(/assets/i/svg/title_play.svg);
  background-size: cover;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(-100%, -50%);
}
.section-text .description {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #CBCBCB;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.section-text .description .free-space {
  content: '';
  flex: auto;
  /* flex: none; */
  width: 100%;
  position: relative;
  border-bottom: 1px dashed rgba(66, 66, 67, 0.5);
  /*            &:before{
                            content: '';
                            width: 100%;
                            position: absolute;
                            bottom: 6px;
                            border-bottom: 1px dashed rgba(66,66,67,0.5);
                            left: 0;

                        }*/
}
.section-text .description--text {
  width: fit-content;
  flex: none;
}
.btn {
  font-size: 21.5222px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #BCBCBC;
  padding: 5px 12.4px;
  border-bottom: 2px solid #D35A2F;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 0;
}
.btn:hover {
  color: #D35A2F;
}
.nopadding {
  padding: 0 ;
  margin: 0 ;
}
.video-js .vjs-big-play-button {
  display: none !important;
}
#what-we-do {
  /*    background: #141414;*/
  position: relative;
  /*    &:before{
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            width: 100%;
            padding-bottom: 14.6%;
            background-image: url(/assets/i/svg/bg_picture.svg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

        }*/
  /*    .bottom-gradient{
            content: '';
            width: 100%;
            padding-bottom: 20%;
            position: absolute;
            background-size: cover;
            bottom: 0;
            background-image: url(/assets/i/gradient.png);
            //background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #000000 100%);
            z-index: 0;
        }*/
}
#what-we-do .text {
  margin-top: 60px;
  font-size: 19px;
}
#what-we-do .text a {
  color: #D26300;
}
#what-we-do .video-wrapper {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  background-size: cover;
  background-image: url(/assets/i/video-poster.jpg);
}
#what-we-do .video-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: rgba(16, 16, 16, 0.4);
}
#what-we-do .video-wrapper iframe,
#what-we-do .video-wrapper #my-player2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
#what-we-do .video-wrapper iframe:focus,
#what-we-do .video-wrapper #my-player2:focus {
  border: none;
  outline: none;
}
#what-we-do .video-wrapper .play-btn {
  content: '';
  /*            width: 79.61px;
                        height: 101.16px;*/
  width: 8%;
  height: 18%;
  background-image: url(/assets/i/svg/play_btn_white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: 0.3s all;
}
#what-we-do .video-wrapper .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
#what-we-do .video-wrapper .play-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/assets/i/svg/play_btn_mirror.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: translateY(100%);
  z-index: 3;
}
#about_us .container:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 15%;
}
#about_us .container:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
#services .text {
  margin-bottom: 115px;
}
#services .services-blcok__item {
  margin-bottom: 50px;
}
#services .services-blcok__item div {
  position: relative;
  padding-left: 36px;
}
#services .services-blcok__icon {
  margin-bottom: 26.5px;
}
#services .services-blcok__title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #BCBCBC;
  margin-bottom: 16px;
}
#services .services-blcok__title:before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#services .services-blcok__description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #747474;
}
#works {
  position: relative;
}
#works .swiper-pagination {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 10;
}
#works .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin-right: 10px;
  opacity: 0.5;
}
#works .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
#works .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#works .swiper-container:hover {
  background-size: 110%;
}
#works .swiper-container:hover .my-share {
  opacity: 1;
}
#works .swiper-container .my-share {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #1C1C1C;
  transition: 0.3s all;
  z-index: 5;
}
#works .swiper-container .my-share .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23616161' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23616161' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23616161' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__item_service_linkedin .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23616161' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__icon {
  width: 56px;
  height: 56px;
  background-size: cover;
  background-color: #1C1C1C;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
}
#works .swiper-container .my-share .ya-share2__badge {
  border-radius: 0;
  background-color: transparent;
}
#works .swiper-container .my-share .ya-share2__item {
  margin: 0;
}
#works .swiper-container .my-share .ya-share2__item:hover .ya-share2__icon {
  background-color: #040404;
  /*                        width: 56px;
                                                height: 56px;
                                                background-size: cover;
                                                background-position: center;
                                                background-repeat: no-repeat;
                                                background-size: 55%;*/
}
#works .swiper-container .my-share .ya-share2__item:hover.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.623 7.66c.12-.372 0-.643-.525-.643h-1.745c-.44 0-.644.237-.763.491 0 0-.898 2.17-2.152 3.576-.406.406-.593.542-.813.542-.119 0-.271-.136-.271-.508V7.644c0-.44-.136-.644-.509-.644H10.1c-.27 0-.44.203-.44.407 0 .423.627.525.694 1.711v2.576c0 .559-.101.66-.322.66-.593 0-2.033-2.185-2.897-4.676-.17-.492-.339-.678-.78-.678H4.593C4.085 7 4 7.237 4 7.491c0 .458.593 2.762 2.762 5.813 1.44 2.084 3.49 3.202 5.338 3.202 1.118 0 1.254-.254 1.254-.678v-1.575c0-.509.101-.594.457-.594.254 0 .712.136 1.746 1.136 1.186 1.186 1.39 1.728 2.05 1.728h1.745c.509 0 .746-.254.61-.745-.152-.492-.728-1.203-1.474-2.05-.407-.475-1.017-1-1.203-1.255-.254-.339-.186-.474 0-.78-.017 0 2.118-3.015 2.338-4.032' fill='%23D35A2F' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__item:hover.ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23D35A2F' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__item:hover.ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23D35A2F' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__item:hover.ya-share2__item_service_linkedin .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23D35A2F' fill-rule='evenodd'/%3E%3C/svg%3E");
}
#works .swiper-container .my-share .ya-share2__list {
  margin-top: 0;
}
#works .swiper-slide {
  position: relative;
  overflow: hidden;
}
#works .section-text-wrapper {
  padding-bottom: 55px;
  /*        position: absolute;
                left: 0;
                top: 0;*/
  /*        content: '';
                width: 100%;
                background-image: url(/assets/i/svg/bg_picture.svg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;*/
}
#works .view-more {
  padding-top: 104px;
  padding-bottom: 100px;
  background: #000;
}
#works .progect-block__item {
  width: 100%;
  content: '';
  background-size: cover;
  background-position: center;
  transition: 0.3s all;
  background-repeat: no-repeat;
  padding-bottom: 50%;
}
#works .progect-block__title-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 47px;
  padding-top: 14%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 52.6%, rgba(0, 0, 0, 0.95) 100%);
}
#works .progect-block__text {
  display: none;
}
#works .progect-block__title {
  padding-left: 66px;
  font-weight: 300;
  font-size: 25.5819px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  position: relative;
}
#works .progect-block__title:before {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  background-color: #D35A2F;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#works .progect-block__description {
  padding-left: 66px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #B4B4B4;
}
section#contacts {
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: calc(100vh - 400px);
  overflow: hidden;
  /*    .section-text-wrapper:before{
            padding-bottom: 76%;
        }*/
}
section#contacts .text > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#contacts .text > div img {
  height: 18px;
  margin-bottom: 3px;
  cursor: pointer;
}
section#contacts .text > div span {
  margin-right: 5px;
}
footer {
  color: #A9A9A9;
  background: #131313;
  padding: 56px 0 39px;
}
footer .top-footer {
  padding-bottom: 47px;
  border-bottom: 1px solid #1E1E1E;
}
footer .logo-block {
  position: relative;
}
footer .logo-block .logo {
  width: 163px;
  height: 68px;
  content: '';
  background-image: url(/assets/i/logo-footer.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  bottom: -20px;
}
footer .logo-block .title {
  font-weight: 200;
  font-size: 16.2805px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}
footer .logo-block .description {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #585858;
  text-align: center;
}
footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
footer .menu .menu-item {
  margin-bottom: 23.4px;
  flex: 0 0 35%;
}
footer .menu .menu-item.current-menu-item a {
  color: #D26300;
}
footer .menu .menu-item.current-menu-item a:before {
  width: 10px;
  height: 13px;
  background-image: url(/assets/i/svg/title_play.svg);
  background-size: cover;
  content: '';
  position: absolute;
  top: 48%;
  left: -5px;
  transform: translate(-100%, -50%);
}
footer .menu .menu-item:hover a:before {
  width: 10px;
  height: 13px;
  background-image: url(/assets/i/svg/title_play.svg);
  background-size: cover;
  content: '';
  position: absolute;
  top: 48%;
  left: -5px;
  transform: translate(-100%, -50%);
}
footer .menu .menu-item a {
  display: block;
  width: 100%;
  padding: 5.5px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #A9A9A9;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
footer .contact-block {
  display: flex;
  flex-direction: column;
  list-style: none;
  max-width: 315px;
}
footer .contact-block li {
  margin-bottom: 26px;
}
footer .contact-block div,
footer .contact-block a {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #A9A9A9;
  padding: 4.37px 0;
}
footer .contact-block a {
  border-bottom: 1px dashed #404040;
  cursor: pointer;
}
footer .bottom-footer {
  padding-top: 48px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #A9A9A9;
}
footer .social-block {
  list-style: none;
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
footer .social-block svg {
  width: 56px;
  height: 56px;
  fill: #494949;
}
footer .social-block__icon:hover svg {
  fill: #D35A2F;
}
@media screen and (max-width: 992px) {
  footer .menu {
    margin-bottom: 20px;
  }
  footer .menu .menu-item {
    margin-bottom: 10px;
  }
  footer .logo-block {
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .logo-block .title {
    text-align: center;
  }
  footer .logo-block .description {
    text-align: center;
  }
  footer .logo-block br {
    display: none;
  }
  header .menu .menu-item {
    margin: 0 15px;
  }
  footer .contact-block {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #works .progect-block__item {
    padding-bottom: 65%;
  }
  section:not(#main-video-block) {
    padding: 50px 0;
  }
}
#works-slider {
  padding: 50px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 2100;
  overflow: hidden auto;
}
#works-slider #close_gallery {
  position: absolute;
  top: 10px;
  right: 25px;
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  z-index: 999;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#works-slider .container {
  height: 100%;
  width: 100%;
}
#works-slider .row {
  height: 100%;
  width: 100%;
  margin-left: 0;
}
#works-slider .img-block {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#works-slider .swiper-slide {
  min-width: 100%;
}
#works-slider .slider-pagination {
  position: absolute;
  right: 25px;
  top: 40%;
  z-index: 999;
}
#works-slider .slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin-right: 17px;
}
#works-slider .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
#works-slider .swiper-navigation {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 999;
  width: 100%;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
}
#works-slider .text-block {
  padding: 55px;
  position: relative;
  background: #000101;
}
#works-slider .text-block div {
  z-index: 1;
  position: relative;
}
#works-slider .text-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 12.5%, #000000 26.04%, rgba(0, 0, 0, 0.89) 52.6%, rgba(0, 0, 0, 0.95) 100%);
}
#works-slider .text-block .title {
  font-weight: 300;
  font-size: 25.5819px;
  line-height: 35px;
  letter-spacing: 0.05em;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 7px;
}
#works-slider .text-block .title:before {
  content: '';
  display: block;
  width: 41px;
  height: 1px;
  background-color: #D35A2F;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-100%, -50%);
}
#works-slider .text-block .description {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.25em;
  color: #B4B4B4;
  margin-bottom: 16px;
}
#works-slider .text-block .text {
  font-weight: 300;
  font-size: 19px;
  line-height: 135%;
  /* or 26px */
  letter-spacing: 0.05em;
  color: #AAAAAA;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
  header .menu {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    flex-direction: column;
    width: 300px;
    background: #141414;
    align-items: flex-start;
    padding: 87px 30px;
    transform: translateX(100%);
    transition: 0.3s all;
  }
  .section-text {
    align-items: center;
    position: relative;
  }
  .section-text:before,
  .section-text:after {
    content: '';
    background-image: url(/assets/i/svg/bg_picture_left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
  }
  .section-text:after {
    background-image: url(/assets/i/svg/bg_picture_right.svg);
    top: 0;
    left: auto;
    right: 0;
  }
  section:not(#main-video-block) {
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  /*     footer .menu{
            flex-direction: column;
            text-align: center;

            .menu-item{
                flex: none;;
            }
        }*/
  #main-video-block .screen-content h1 {
    font-size: 35px;
    line-height: 1.25;
  }
  #main-video-block .screen-content .description {
    font-size: 20px;
    line-height: 1.25;
  }
  .section-text .title {
    font-size: 40px;
    line-height: 1.25;
  }
  .section-text .category {
    font-size: 14px;
  }
  .section-text .description {
    font-size: 20px;
  }
  #works .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-right: 7px;
  }
  .section-description {
    font-size: 18px;
  }
  #services .services-blcok__item {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=global.css.map */