* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  overflow-x: hidden;
}
.body_hissen-overflow {
  overflow-x: hidden;
}
a {
  text-decoration: unset;
}
@font-face {
  font-family: "HE_Light";
  src: url("../fonts/HE_Light_.ttf") format("truetype");
}
@font-face {
  font-family: "HE_Regular";
  src: url("../fonts/HE_Regular_.ttf") format("truetype");
}
@font-face {
  font-family: "SFPro-Thin";
  src: url("../fonts/SFProDisplay-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "SFPro-Light";
  src: url("../fonts/SFProDisplay-Light.ttf") format("truetype");
}
@font-face {
  font-family: "SFPro-Regular";
  src: url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SFPro-Medium";
  src: url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "SFPro-Bold";
  src: url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
}
h1 {
  font-weight: normal;
}
.container {
  width: 100%;
  max-width: 1228px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 15px;
  }
}
.button {
  font-size: 28px;
  line-height: 34px;
  font-family: "SFPro-Thin";
  color: #fff;
  position: relative;
  padding-left: 50px;
}
.button:before {
  background: url(../img/plus.svg) no-repeat left;
  background-size: cover;
  width: 36px;
  height: 36px;
  left: 0;
  transition: 0.3s;
  transform: rotate(0deg);
  content: "";
  position: absolute;
}
@media (max-width: 700px) {
  .button {
    font-size: 20px;
    padding-left: 42px;
  }
  .button:before {
    background-size: cover !important;
    width: 26px;
    height: 26px;
    top: -1px;
  }
}
.button:hover:before {
  transform: rotate(45deg);
}
.header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3;
  background: #000;
}
.header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 80px 35px 80px;
}
.header .top .burger {
  cursor: pointer;
}
@-webkit-keyframes open-anim {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(600);
  }
}
@keyframes open-anim {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(600);
  }
}
@-webkit-keyframes close-anim {
  0% {
    transform: scale(600);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes close-anim {
  0% {
    transform: scale(600);
  }
  100% {
    transform: scale(0);
  }
}
.menu {
  width: 100%;
  height: 100vh;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.menu .buble {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
  position: absolute;
  top: 60px;
  right: 80px;
}
.menu .content {
  position: relative;
  display: none;
  height: 100%;
}
.menu .content .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 55px 80px 0px 80px;
}
.menu .content .top .close {
  width: 60px;
  height: 60px;
  background: url(../img/close.svg);
  cursor: pointer;
  transition: 0.3s;
}
.menu .content .top .close:hover {
  transform: scale(1.1);
}
.menu .content .container {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu .content .container .left {
  width: 100%;
  max-width: 520px;
}
.menu .content .container .right {
  position: absolute;
  width: 100%;
  top: 0;
}
.menu .content .container .right .absolute {
  right: 0px;
  top: 0;
  width: 410px;
  position: absolute;
}
.menu .content .container .right .absolute p {
  font-size: 16px;
  color: #f32061;
  font-family: "SFPro-Bold";
  margin-bottom: 75px;
}
.menu .content .container .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.menu .content .container .bottom p,
.menu .content .container .bottom a {
  font-size: 13px;
  color: #fff;
  font-family: "SFPro-Regular";
  text-decoration: unset;
  margin-bottom: 10px;
}
.menu .content .container .bottom a:hover {
  color: #f32061;
}
.menu .content .container .bottom .bottom_left {
  display: flex;
}
.menu .content .container .bottom .bottom_left .email {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
.menu .content .container .bottom .bottom_right {
  width: 100%;
  max-width: 410px;
  display: flex;
}
.menu .content .container .bottom .bottom_right .soc {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 215px;
  margin-right: 75px;
}
.menu .content .container .bottom .bottom_right .soc a {
  width: 75px;
}
.menu .content .container .bottom .bottom_right .lang {
  flex-direction: column;
  display: flex;
}
.menu .content .container .bottom .bottom_right .lang .active {
  color: #f32061;
}
.menu .content .container ul li {
  margin-bottom: 14px;
  position: relative;
}
.menu .content .container ul li a {
  font-size: 77px;
  font-family: "HE_Regular";
  color: #fff;
  background: #000;
  padding-left: 0px;
  transition: 0.3s;
}
.menu .content .container ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  top: 50%;
  height: 1px;
  background-color: #f32061;
  transition: 0.3s;
}
.menu .content .container ul .active a {
  padding-left: 160px;
  color: #f32061;
}
.menu .content .container ul .active a:before {
  width: 160px;
}
.opened-menu {
  -webkit-animation: open-anim 0.7s linear forwards;
  animation: open-anim 0.7s linear forwards;
}
.close-menu {
  -webkit-animation: close-anim 0.7s linear forwards;
  animation: close-anim 0.7s linear forwards;
}
.block_1 {
  width: 100%;
  height: 100vh;
  max-height: 960px;
  background-color: #f32061;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block_1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block_1 .link {
  font-family: "SFPro-Light";
  font-size: 28px;
  text-decoration: unset;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 140px;
  position: relative;
  transition: 0.3s;
}
.block_1 .link span {
  display: block;
}
.block_1 .link span:last-child {
  transform: rotateX(180deg) rotateY(180deg);
}
.block_1 .link:before {
  position: absolute;
  width: 46px;
  height: 46px;
  background: url(../img/plus.svg) no-repeat center;
  content: "";
  left: calc(50% - 23px);
  top: calc(50% - 23px);
}
.block_1 .link_active {
  transform: rotate(180deg);
}
.block_1 .center {
  width: 100%;
  max-width: 870px;
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_1 .center img {
  width: 100%;
  max-width: 655px;
  max-height: 655px;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.block_1 .center .text-rotation {
  height: 165px;
  overflow: hidden;
  z-index: 1;
}
.block_1 .center .text-rotation h2 {
  font-family: "HE_Regular";
  font-size: 160px;
  color: #fff;
  transition: margin-top 0.3s ease;
  text-align: center;
}
.block_1 .center:before {
  width: 100%;
  max-width: 300px;
  height: 484px;
  background: #af6bff;
  position: absolute;
  content: "";
  z-index: 0;
}
.block_1 .jakor {
  font-size: 16px;
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  font-family: "SFPro-Regular";
  text-decoration: unset;
}
.block_1 .jakor:before {
  width: 1px;
  height: 49px;
  background: #fff;
  position: absolute;
  content: "";
  transform: rotate(90deg);
  top: calc(50% - 23px);
  left: -40px;
}
.block_2 {
  width: 100%;
  height: 100vh;
  max-height: 960px;
  position: relative;
  overflow: hidden;
}
.block_2:before {
  background: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block_2 iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.block_2 .center {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block_2 .center h3 {
  font-size: 160px;
  font-family: "HE_Regular";
  color: #fff;
  font-weight: normal;
}
.block_2 .center h3 span {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 170px;
  max-height: 170px;
  background: url(../img/button_play_video.svg) no-repeat center;
  position: absolute;
  right: 115px;
  top: 180px;
}
.block_2 a {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.block_3 {
  width: 100%;
  height: 100vh;
  max-height: 960px;
  background: #af6aff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block_3 .container .left {
  width: 100%;
  max-width: 665px;
}
.block_3 .container .left span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: "SFPro-Light";
}
.block_3 .container .left p {
  font-size: 30px;
  font-family: "HE_Regular";
  color: #fff;
  line-height: 40px;
  margin: 63px 0;
}
.block_3 .container img {
  max-width: 380px;
}
.headline {
  font-size: 16px;
  text-transform: uppercase;
  color: #af6aff;
  margin-bottom: 90px;
  font-family: "SFPro-Light";
}
.block_4 {
  padding-top: 95px;
  padding-bottom: 68px;
}
.block_4 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_4 .flex .item {
  margin-bottom: 100px;
  min-width: 50%;
}
.block_4 .flex .item h2 {
  font-size: 62px;
  line-height: 64px;
  color: #f32061;
  font-family: "SFPro-Regular";
  font-weight: normal;
}
.block_4 .flex .item p {
  font-size: 12px;
  color: #080808;
  margin: 20px 0;
  font-family: "SFPro-Regular";
  max-width: 313px;
}
.block_4 .flex .item a {
  color: #af6aff;
}
.block_4 .flex .item a:before {
  background: url(../img/plus_purple.svg) no-repeat left;
}
.block_5 {
  background: #f32061;
  padding-top: 90px;
  padding-bottom: 100px;
}
.block_5 .progress {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 2px;
  border-radius: 10px;
  background-color: #ef5887;
  background-image: linear-gradient(to right, white, white);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 0 auto;
  position: relative;
}
.block_5 .progress .pagingInfo {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-family: "SFPro-Regular";
  top: -5px;
  left: -50px;
}
.block_5 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}
.block_5 .curSlide {
  font-size: 72px;
  color: #fff;
  font-family: "SFPro-Light";
  margin-bottom: 85px;
}
.block_5 .slider {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 190px;
  z-index: 1;
}
.block_5 .slick-slide {
  display: flex !important;
  justify-content: space-between;
  position: relative;
}
.block_5 .image_video {
  width: 420px;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.block_5 .image_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block_5 .image_video iframe {
  width: 100vh;
  height: 100vw;
  min-height: 100vh;
  min-width: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.block_5 .info {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 350px;
}
.block_5 .info .name {
  font-size: 33px;
  color: #fff;
  font-family: "HE_Regular";
}
.block_5 .info .description {
  max-width: 260px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin: 22px 0px;
  font-family: "SFPro-Regular";
}
.block_5 .container {
  position: relative;
}
.block_5 .bg_text {
  font-size: 200px;
  line-height: 200px;
  -webkit-text-stroke: 1px #ffffff73;
  color: transparent;
  font-family: "HE_Regular";
  opacity: 0.8;
}
.block_5 .p_1 {
  position: absolute;
  right: 0;
  top: 70px;
  right: 110px;
}
.block_5 .p_2 {
  position: absolute;
  top: 273px;
  left: -120px;
}
.block_5 .p_3 {
  position: absolute;
  top: 473px;
  left: 190px;
}
.block_6 {
  padding-top: 90px;
  padding-bottom: 190px;
  background: #af6aff;
}
.block_6 .headline {
  color: #fff;
  margin-bottom: 90px;
}
.block_6 .flex {
  display: flex;
  justify-content: space-between;
}
.block_6 .flex .item {
  width: 100%;
  max-width: 495px;
  position: relative;
  padding-top: 305px;
}
.block_6 .flex .item .date {
  font-size: 12px;
  color: #e4e4e4;
  font-family: "SFPro-Regular";
  z-index: 1;
  position: relative;
}
.block_6 .flex .item .name {
  font-size: 48px;
  color: #000;
  font-family: "HE_Regular";
  margin: 30px 0 40px;
  z-index: 1;
  position: relative;
}
.block_6 .flex .item img {
  position: absolute;
  max-height: 430px;
  min-height: 430px;
  top: 0;
  right: 0;
}
footer {
  background: #020002;
  padding-top: 105px;
  padding-bottom: 67px;
}
footer * {
  color: #fff;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .top p {
  font-size: 72px;
  font-family: "HE_Regular";
  position: relative;
}
footer .top p span {
  font-size: 11px;
  line-height: 18px;
  width: 100%;
  max-width: 193px;
  display: block;
  position: absolute;
  bottom: 16px;
  right: -35px;
  color: #e4e4e4;
}
footer .top .links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 590px;
}
footer .top .links .button {
  font-size: 12px;
  position: relative;
  line-height: normal;
  padding-left: 20px;
  color: #af6aff;
  font-family: "SFPro-Regular";
  padding-top: 50px;
  width: 100%;
  max-width: 33.333%;
  margin-bottom: 20px;
}
footer .top .links .button:before {
  background: url(../img/plus_purple_mini.svg) no-repeat left;
  width: 11px;
  height: 11px;
}
footer .top .links .button span {
  font-size: 29px;
  position: absolute;
  font-family: "HE_Regular";
  top: 10px;
  left: 0;
}
footer .top .links .button:hover {
  color: #f32061;
}
footer .top .links .button:hover:before {
  background: url(../img/plus_mini.svg) no-repeat left;
}
footer video {
  margin: 88px 0;
  width: 100%;
}
footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e4e4e4;
  padding-top: 65px;
}
footer .bottom p,
footer .bottom a {
  font-size: 12px;
  color: #fff;
  font-family: "SFPro-Regular";
  text-decoration: unset;
  margin-bottom: 5px;
}
footer .bottom a:hover {
  color: #f32061;
}
footer .bottom .left {
  display: flex;
  width: 100%;
  max-width: 460px;
}
footer .bottom .left .email {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
footer .bottom .right {
  width: 100%;
  max-width: 360px;
  display: flex;
}
footer .bottom .right .soc {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 150px;
  margin-right: 40px;
}
footer .bottom .right .soc a {
  width: 59px;
}
footer .bottom .right .police {
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
footer .bottom .right .police .active {
  color: #f32061;
}
.about_page {
  background: #f32061;
  padding-top: 165px;
  padding-bottom: 100px;
}
.about_page h1 {
  font-weight: normal;
  font-size: 100px;
  color: #fff;
  font-family: "HE_Regular";
  margin-bottom: 75px;
}
.about_page .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_page .flex .info {
  width: 100%;
  max-width: 770px;
  position: relative;
}
.about_page .flex .image {
  position: relative;
}
.about_page .flex .image img {
  position: relative;
  z-index: 2;
  top: -77px;
  left: 7px;
}
.about_page .flex .image span {
  width: 345px;
  height: 545px;
  background: #af6aff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_page .toptext {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  font-family: "HE_Regular";
}
.about_page .normal {
  font-size: 16px;
  line-height: 23px;
  font-family: "SFPro-Regular";
  color: #fff;
  position: relative;
  margin-top: 60px;
  padding-top: 90px;
}
.about_page .normal:before {
  width: 68px;
  height: 48px;
  content: "";
  position: absolute;
  background: url(../img/skoba.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.about_page .autor {
  font-size: 16px;
  color: #fff;
  font-family: "SFPro-Light";
  word-spacing: 1.5px;
  position: absolute;
  bottom: -93px;
  right: 0;
  display: flex;
}
.about_page .autor span {
  overflow: hidden;
  position: relative;
  display: block;
  height: 30px;
  margin-left: 4px;
}
.about_page .autor span i {
  display: block;
  position: absolute;
  left: 0px;
  top: 23px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.about_page .video {
  width: 100%;
  height: 100vh;
  max-height: 623px;
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 178px;
}
.about_page .video:before {
  background: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about_page .video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.about_page .video .center {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about_page .video .center h3 {
  font-size: 90px;
  font-family: "HE_Regular";
  color: #fff;
  font-weight: normal;
}
.about_page .video .center h3 span {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  background: url(../img/button_play_video.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 57px;
  top: 88px;
}
.about_page .video a {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.about_page .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../img/ice-cream.png) no-repeat bottom right;
  background-position: 148% 85%;
}
.about_page .items .item {
  color: #fff;
  width: 100%;
  max-width: 550px;
  margin-bottom: 190px;
  position: relative;
}
.about_page .items .item:before {
  background: #af6aff;
  width: 61px;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -38px;
  left: 0;
}
.about_page .items .item span {
  color: #af6aff;
  font-size: 60px;
  font-family: "SFPro-Light";
}
.about_page .items .item h2 {
  font-size: 80px;
  line-height: 90px;
  font-family: "HE_Regular";
  font-weight: normal;
  margin: 15px 0 45px;
}
.about_page .items .item p {
  width: 100%;
  max-width: 450px;
  font-size: 16px;
  line-height: 23px;
  font-family: "SFPro-Regular";
}
.top_with_filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.top_with_filter h1 {
  font-size: 100px;
  color: #f32061;
  font-weight: normal;
  font-family: "HE_Regular";
}
.top_with_filter .filter {
  max-width: 300px;
  display: flex;
  top: 40px;
  position: relative;
}
.top_with_filter .filter .left {
  margin-right: 70px;
}
.top_with_filter .filter p {
  font-size: 14px;
  font-family: "SFPro-Regular";
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.top_with_filter .filter p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #f32061;
  left: -41px;
  top: 50%;
  transition: 0.3s;
}
.top_with_filter .filter .active {
  color: #f32061;
}
.top_with_filter .filter .active:before {
  width: 23px;
}
.portfolio_area {
  background: #000;
  color: #fff;
  padding: 200px 0;
  overflow: hidden;
}
.portfolio_area .work {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 180px;
}
.portfolio_area .work:before {
  width: calc(100% + 2%);
  height: 1px;
  background: #f32061;
  position: absolute;
  content: "";
  right: calc(-50% - 3.5%);
  bottom: 0;
}
.portfolio_area .work .name {
  max-width: 405px;
  position: absolute;
  font-size: 72px;
  color: #f32061;
  font-family: "HE_Regular";
  top: 0;
  left: calc(50% - 95px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.portfolio_area .work .name span {
  font-size: 12px;
  font-family: "SFPro-Light";
  display: block;
  max-width: 155px;
  text-align: right;
  margin-bottom: 20px;
}
.portfolio_area .work .description {
  width: 100%;
  max-width: 240px;
  margin-right: 75px;
}
.portfolio_area .work .description p {
  color: #f32061;
  font-size: 12px;
  line-height: 18px;
  font-family: "SFPro-Regular";
  margin-bottom: 27px;
}
.portfolio_area .work .video {
  width: 100%;
  max-width: 285px;
  height: 100vh;
  max-height: 415px;
  overflow: hidden;
  position: relative;
}
.portfolio_area .work .video iframe {
  width: 100vh;
  height: 100vw;
  min-height: 100vh;
  min-width: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.portfolio_area .work.square {
  flex-direction: row-reverse;
}
/*.portfolio_area .work.square {*/
/*  right: 50%;*/
/*}*/
.portfolio_area .work.square .video {
  max-width: 495px;
}
.portfolio_area .work.square .name {
  left: 0;
  align-items: flex-start;
}
.portfolio_area .work.square .description {
  margin-right: 100px;
  margin-left: 75px;
}
.work_page_top {
  padding-top: 140px;
}
.work_page_top h1 {
  font-size: 100px;
  font-family: "HE_Regular";
  font-weight: normal;
  margin-bottom: 50px;
  color: #f32061;
  max-width: 955px;
}
.work_video {
  width: 100%;
  height: 100vh;
  max-height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work_video img {
    min-height: unset !important;
    max-height: 870px;
        object-fit: contain;
}
.work_video:before {
  background: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.work_video.image-type:before, .work_video.image-type span, .work_video.image-type a {
  display: none;
}
.work_video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.work_video span {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
  background: url(../img/button_play_video.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.work_video a {
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.work-content-page {
  padding-top: 165px;
}
.work-content-page .headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 280px;
}
.work-content-page .headline h2 {
  font-size: 72px;
  font-weight: normal;
  font-family: "HE_Regular";
  color: #f32061;
  max-width: 375px;
  text-transform: none;
}
.work-content-page .headline p {
  font-size: 16px;
  color: #555;
  font-family: "SFPro-Regular";
  text-transform: none;
  max-width: 700px;
  line-height: 23px;
  width: 100%;
}
.work-content-page .image_info {
  position: relative;
}
.work-content-page .image_info .info {
  width: 100%;
  max-width: 390px;
}
.work-content-page .image_info .info p {
  font-family: "SFPro-Regular";
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
}
.work-content-page .image_info .info p span {
  text-transform: uppercase;
  font-size: 14px;
  color: #f32061;
  display: block;
  margin-bottom: 10px;
  font-family: "SFPro-Regular";
}
.work-content-page .image_info .info p:last-child {
  margin-bottom: 250px;
}
.work-content-page .image_info .info .info {
  margin-top: 65px;
}
.work-content-page .image_info img {
  position: absolute;
  max-width: 50%;
  max-height: 645px;
  right: 0;
  top: calc(50% - 234px);
}
.work-content-page .text {
  font-family: "SFPro-Regular";
  font-size: 16px;
  color: #555;
  line-height: 23px;
}
.work-content-page .portfolio_area {
  padding-top: 70px;
  padding-bottom: 0;
}
.work-content-page .portfolio_area .top {
  margin-bottom: 125px;
}
.work-content-page .portfolio_area h2 {
  font-size: 72px;
  color: #f32061;
  max-width: 360px;
  font-weight: normal;
  font-family: "HE_Regular";
}
.image_slider {
  margin-top: 173px;
  height: 100vh;
  max-height: 885px;
  overflow: hidden;
  max-width: 100%;
}
.image_slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.image_slider .slick-prev,
.image_slider .slick-next {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  display: block;
  transition: 0.3s;
  transform: scale(1);
  font-size: 0;
}
.image_slider .slick-prev:before,
.image_slider .slick-next:before {
  display: none;
}
.image_slider .slick-prev:hover,
.image_slider .slick-next:hover {
  transform: scale(1.1);
}
.image_slider .slick-prev {
  background: url(../img/prev.svg) no-repeat !important;
  z-index: 1;
  left: 60px;
}
.image_slider .slick-next {
  background: url(../img/next.svg) no-repeat !important;
  z-index: 1;
  right: 60px;
}
.blog_page {
  padding-top: 200px;
  overflow: hidden;
}
.blog_page .blog_previe {
  width: 100%;
  max-width: 755px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding-top: 335px;
}
.blog_page .blog_previe .info {
  max-width: 500px;
}
.blog_page .blog_previe .info .date {
  font-size: 12px;
  color: #af6aff;
  font-family: "SFPro-Regular";
  z-index: 1;
  position: relative;
}
.blog_page .blog_previe .info .name {
  font-size: 47px;
  color: #f32061;
  font-family: "HE_Regular";
  margin: 15px 0 25px;
  z-index: 1;
  position: relative;
}
.blog_page .blog_previe .info .description {
  max-width: 430px;
  font-family: "SFPro-Regular";
  color: #555;
}
.blog_page .blog_previe .info img {
  position: absolute;
  max-height: 400px;
  min-height: 400px;
  top: 0;
  left: 117px;
}
.blog_page .blog_previe .button {
  color: #af6aff;
}
.blog_page .blog_previe .button:before {
  background: url(../img/plus_purple.svg) no-repeat left;
}
.blog_page .flex {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 135px;
}
.blog_page .flex:before {
  width: 1516px;
  height: 1px;
  background: #f32061;
  content: "";
  left: -758px;
  position: absolute;
  bottom: 0;
}
.blog_page .flex:nth-child(2n + 1) {
  justify-content: flex-end;
  padding-right: 100px;
}
.blog_page .flex:nth-child(2n + 1):before {
  right: -755px;
  left: unset;
  width: 1610px;
}
.blog_page .more {
  background: url(../img/more.svg) no-repeat center;
  padding-top: 0;
  text-align: center;
  font-family: "SFPro-Regular";
  font-size: 14px;
  color: #000;
  margin: 150px 0;
  height: 155px;
  cursor: pointer;
}
.blog_single_page {
  padding-top: 185px;
  overflow: hidden;
}
.blog_single_page .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.blog_single_page .top .date {
  font-size: 36px;
  color: #555;
  font-family: "SFPro-Regular";
  display: flex;
  align-items: center;
  margin-right: 115px;
}
.blog_single_page .top .date span {
  font-size: 14px;
  display: block;
  margin-left: 20px;
}
.blog_single_page .top h1 {
  font-size: 66px;
  color: #f32061;
  font-family: "HE_Regular";
}
.blog_single_page .image_slider {
  margin-bottom: 63px;
}
.blog_single_page .text-area {
  font-family: "SFPro-Regular";
  padding-bottom: 100px;
}
.blog_single_page .text-area .category {
  color: #f32061;
  line-height: 14px;
  margin-bottom: 22px;
}
.blog_single_page .text-area h1,
.blog_single_page .text-area h2,
.blog_single_page .text-area h3,
.blog_single_page .text-area h4,
.blog_single_page .text-area h5 {
  font-family: "HE_Regular";
  font-weight: normal;
  margin-bottom: 30px;
}
.blog_single_page .text-area h1 {
  font-size: 66px;
}
.blog_single_page .text-area h2 {
  font-size: 55px;
}
.blog_single_page .text-area h3 {
  font-size: 47px;
}
.blog_single_page .text-area h4 {
  font-size: 36px;
}
.blog_single_page .text-area h5 {
  font-size: 24px;
}
.blog_single_page .text-area p {
  font-size: 16px;
  line-height: 23px;
  font-family: "SFPro-Regular";
  margin-bottom: 15px;
}
.blog_single_page .text-area a {
  color: #f32061;
  font-size: 16px;
  line-height: 23px;
  font-family: "SFPro-Regular";
  border-bottom: 1px solid #f32061;
}
.blog_single_page .text-area ul {
  width: 100%;
  max-width: 500px;
  margin: 40px 0;
}
.blog_single_page .text-area ul li {
  position: relative;
  padding-left: 20px;
  font-family: "SFPro-Regular";
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  list-style-type: none;
}
.blog_single_page .text-area ul li:before {
  position: absolute;
  content: "●";
  color: #f32061;
  font-size: 10px;
  left: 0;
  top: 4px;
}
.blog_single_page .text-area blockquote {
  font-size: 24px;
  line-height: 30px;
  color: #f32061;
  padding-left: 30px;
  position: relative;
  margin: 95px 0 70px;
  font-family: "HE_Regular";
}
.blog_single_page .text-area blockquote:before {
  width: 4px;
  height: 100%;
  position: absolute;
  content: "";
  background: #f32061;
  left: 0;
  top: 0;
}
.blog_single_page .links_for_blog_pages .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  position: relative;
  padding: 115px 0;
}
.blog_single_page .links_for_blog_pages .container:before {
  width: 1525px;
  height: 1px;
  background: #000;
  position: absolute;
  content: "";
  right: -657px;
  top: 0;
}
.blog_single_page .links_for_blog_pages .item {
  width: 100%;
  max-width: 375px;
  margin-right: 115px;
}
.blog_single_page .links_for_blog_pages .item .date {
  font-size: 12px;
  color: #f32061;
  font-family: "SFPro-Regular";
}
.blog_single_page .links_for_blog_pages .item .name {
  font-size: 36px;
  color: #000;
  font-family: "HE_Regular";
  margin: 15px 0 20px;
}
.blog_single_page .links_for_blog_pages .item a {
  color: #af6aff;
}
.blog_single_page .links_for_blog_pages .item a:before {
  background: url(../img/plus_purple.svg) no-repeat left;
}
.blog_single_page .links_for_blog_pages .item:last-child {
  margin-right: 0;
}
.single-service-page .headline h2 {
  font-size: 66px;
  max-width: 575px;
  text-transform: none;
}
.single-service-page .headline p {
  max-width: 615px;
}
.single-service-page .image_info div.info {
  max-width: 495px;
}
.single-service-page .image_info div.info .info {
  width: 100%;
  max-width: 100%;
  line-height: 23px;
}
.single-service-page .image_info img {
  position: absolute;
  max-width: calc(50%);
  max-height: 645px;
  right: 0;
  top: 0;
}
.single-service-page .image_info .info p:last-child {
  margin-bottom: 0;
}
.single-service-page .blockquote {
  position: relative;
  font-size: 66px;
  line-height: 72px;
  font-family: "HE_Regular";
  color: #f32061;
  margin-top: 120px;
  padding-top: 102px;
}
.single-service-page .blockquote:before {
  width: 68px;
  height: 48px;
  content: "";
  position: absolute;
  background: url(../img/skoba-red.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.single-service-page .blockquote span {
  position: absolute;
  right: 0;
  bottom: -50px;
  font-family: "SFPro-Regular";
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.brif {
  padding-top: 175px;
  padding-bottom: 70px;
  background: #020002;
}
.brif h1 {
  color: #fff;
  font-size: 100px;
  font-family: "HE_Regular";
}
.brif h1 span {
  color: #f32061;
  display: block;
}
form {
  margin-top: 75px;
}
form .main {
  width: 100%;
  height: 50px;
  display: block;
  background: transparent;
  border: unset;
  border-radius: 0;
  -webkit-appearance: none;
  border-bottom: 1px solid #fff;
  outline: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "SFPro-Regular";
  color: #fff;
}
form .main::-moz-placeholder {
  color: #fff;
  font-family: "SFPro-Regular";
}
form .main:-ms-input-placeholder {
  color: #fff;
  font-family: "SFPro-Regular";
}
form .main::placeholder {
  color: #fff;
  font-family: "SFPro-Regular";
}
form .requireddefault {
  border-bottom: 1px solid red;
}
form .alert {
  font-style: normal;
  color: red;
  font-family: "SFPro-Regular";
  display: none;
}
form textarea {
  width: 100%;
  height: 70px;
  display: block;
  background: transparent;
  border: unset;
  border-bottom: 1px solid #fff;
  outline: none;
  margin-top: 25px;
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: "SFPro-Regular";
  color: #fff;
}
form textarea::-moz-placeholder {
  color: #fff;
  font-family: "SFPro-Regular";
}
form textarea:-ms-input-placeholder {
  color: #fff;
  font-family: "SFPro-Regular";
}
form textarea::placeholder {
  color: #fff;
  font-family: "SFPro-Regular";
}
form .go {
  font-size: 16px;
  color: #fff;
  font-family: "SFPro-Regular";
  margin-top: 70px;
  margin-bottom: 105px;
}
form .question_block {
  margin-bottom: 105px;
}
form .question_block .number {
  color: #fff;
  font-size: 60px;
  font-family: "HE_Light";
  margin-bottom: 15px;
}
form .question_block .question {
  font-size: 23px;
  color: #f32061;
  font-family: "SFPro-Bold";
}
form .question_block .subtitle {
  font-size: 16px;
  color: #bbb;
  font-family: "SFPro-Regular";
  margin-top: 3px;
}
form .question_block .btns-area {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
form .question_block .btns-area .variant {
  font-size: 16px;
  color: #fff;
  font-family: "SFPro-Regular";
  display: flex;
  align-items: center;
  margin-right: 42px;
  margin-bottom: 43px;
}
form .question_block .btns-area .variant span {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
form .question_block .btns-area .variant span input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 0;
}
form .question_block .btns-area .variant .active {
  display: block;
}
form .question_block .btns-area .variant .active:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f32061;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form .question_block .main {
  margin-top: 45px;
}
form .question_block.required {
  position: relative;
}
form .question_block.required:before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  background: url(../img/warning.svg) no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}
form .question_block.required p {
  color: red;
}
form .question_block.required .main {
  border-bottom: 1px solid red;
}
form .button_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form .button_area p {
  max-width: 325px;
  font-size: 12px;
  color: #fff;
  font-family: "SFPro-Regular";
  background: url(../img/checked.svg) no-repeat left;
  background-size: contain;
  padding-left: 57px;
}
form .button_area p a {
  color: #fff;
  text-decoration: underline;
}
form .button_area button {
  width: 125px;
  height: 125px;
  background: url(../img/button_send.svg) no-repeat center;
  background-size: contain;
  border: unset;
  cursor: pointer;
  transition: 0.3s;
  transform: scale(1);
}
form .button_area button:hover {
  transform: scale(1.1);
}
.order {
  background: #f32061;
  padding: 130px 0;
}
.order .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.order .left {
  width: 100%;
  max-width: 600px;
}
.order .left h1 {
  font-size: 100px;
  color: #fff;
  font-family: "HE_Regular";
}
.order .left .subtitle {
  font-size: 28px;
  color: #fff;
  font-family: "HE_Regular";
  margin: 40px 0 50px;
}
.order .left .button_area {
  margin-top: 70px;
}
.order .left .button_area button {
  max-width: 95px;
  max-height: 95px;
}
.order .right {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.order .right a {
  font-size: 12px;
  color: #fff;
  font-family: "SFPro-Medium";
  margin-bottom: 15px;
  display: block;
}
.order .right a:hover {
  color: #000;
  text-decoration: underline;
}
.order .right .bottom {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.order .right .bottom .mails {
  width: 100%;
  max-width: 200px;
}
.order .right .bottom .phons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 125px;
  justify-content: space-around;
}
.contacts {
  background: #af6aff;
}
.contacts .container {
  align-items: flex-end;
}
.contacts .container .left h1 {
  color: #000;
}
.contacts .bottom {
  margin-top: 100px;
}
@media (min-width: 1300px) {
  .black svg path {
    fill: #000;
  }
}
@media (max-width: 1300px) {
  .header {
    background: #000;
  }
  .header .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 40px;
  }
}
@media (max-width: 1024px) {
  .menu .top {
    padding: 60px 80px 0px 80px;
    margin-bottom: 100px;
  }
  .menu .content {
    overflow: auto;
    padding-bottom: 30px;
  }
  .menu .content .container {
    position: relative;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
  }
  .menu .content .container ul li {
    margin-bottom: 19px;
  }
  .menu .content .container .right {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 55px;
  }
  .menu .content .container .right .absolute {
    width: 100%;
    position: relative;
  }
  .block_1 {
    height: auto;
    max-height: unset;
    padding-top: 200px;
    padding-bottom: 315px;
  }
  .block_1 .link {
    position: absolute;
    bottom: 100px;
  }
  .block_1 .link:first-child {
    left: calc(50% - 130px);
    transform: translateX(-50%);
  }
  .block_1 .link:last-child {
    right: calc(50% - 220px);
    transform: translateX(-50%);
  }
  .block_1 .center {
    margin: 0 auto;
  }
  .block_1 .jakor {
    display: none;
  }
  .block_2 {
    max-height: 620px;
  }
  .block_2 .center h3 {
    font-size: 130px;
  }
  .block_2 .center h3 span {
    max-width: 135px;
    max-height: 135px;
    background-size: contain;
    right: 105px;
    top: 140px;
  }
  .block_3 {
    height: auto;
    max-height: unset;
    padding-top: 196px;
    padding-bottom: 568px;
    position: relative;
  }
  .block_3 img {
    position: absolute;
    right: 90px;
    bottom: 50px;
  }
  .block_4 {
    padding-top: 53px;
    padding-bottom: 20px;
  }
  .block_4 .headline {
    margin-bottom: 42px;
  }
  .block_4 .flex .item h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .block_5 {
    background: #f32061;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .block_5 .bg_text {
    font-size: 150px;
  }
  .block_5 .p_3 {
    position: absolute;
    top: 473px;
    left: 100px;
  }
  .block_5 .slider {
    margin-bottom: 140px;
  }
  .block_5 .slider .slick-slide {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .block_5 .slider .slick-slide .info {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin-top: 100px;
  }
  .block_6 {
    padding-top: 90px;
    padding-bottom: 160px;
    background: #af6aff;
  }
  .block_6 .flex {
    flex-direction: column;
  }
  .block_6 .flex .item img {
    max-height: 420px;
    min-height: 420px;
  }
  .block_6 .flex .item:last-child {
    left: 50px;
    margin: 30 auto 0;
  }
  footer {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  footer .bottom {
    position: relative;
    padding-bottom: 70px;
  }
  footer .bottom .left,
  footer .bottom .right {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  footer .bottom .right .police {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
  footer .top {
    flex-direction: column;
  }
  footer .top .links {
    margin-top: 55px;
  }
  footer video {
    margin: 70px 0;
    width: 100%;
  }
  .about_page .flex {
    flex-direction: column;
  }
  .about_page .flex .image {
    position: relative;
    margin: 120px auto 0;
    height: 390px;
    width: 100%;
  }
  .about_page .items {
    background-position: 50% 100%;
    flex-direction: column;
    padding-bottom: 420px;
  }
  .about_page .video {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .order {
    padding: 130px 0 50px;
  }
  .order .container {
    flex-direction: column;
  }
  .order .container .right {
    max-width: 500px;
    margin-top: 53px;
  }
  .order .container .right img {
    width: 100%;
  }
  .order .container .right .bottom {
    max-width: 100%;
  }
  .portfolio_area .work {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 180px;
    width: 100%;
  }
  .portfolio_area .work:before {
    width: calc(80% - 146px);
    right: 0;
    bottom: 0;
  }
  .portfolio_area .work .name {
    left: unset;
    right: 0;
  }
  .portfolio_area .work.square {
    max-width: 100%;
    flex-wrap: wrap;
    padding-right: 100px;
    padding-bottom: 200px;
  }
  .portfolio_area .work.square:before {
    left: -60px;
    right: unset;
    bottom: -60px;
    width: 620px;
  }
  .portfolio_area .work.square .description {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    bottom: 25px;
    right: 355px;
  }
  .work-content-page {
    padding-top: 135px;
  }
  .work-content-page .work_video {
    width: 100%;
    height: 100vh;
    max-height: 620px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work-content-page .headline {
    margin-bottom: 170px;
  }
  .work-content-page .headline p {
    max-width: 475px;
  }
  .work-content-page .image_info .info p:last-child {
    margin-bottom: 150px;
  }
  .work-content-page .image_info img {
    position: relative;
    max-width: calc(100% - 60px);
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    right: unset;
    left: 60px;
    top: 0;
    margin-bottom: 100px;
  }
  .work-content-page .image_slider {
    margin-top: 75px;
    height: 100vh;
    max-height: 570px;
    overflow: hidden;
    max-width: 100%;
  }
  .contacts .container {
    align-items: flex-start;
  }
  .blog_page .flex:nth-child(2n + 1):before {
    right: -818px;
  }
  .blog_page .flex:nth-child(2n + 1) {
    padding-right: 40px;
  }
  .blog_page .more {
    margin: 90px 0;
  }
  .blog_single_page {
    padding-top: 170px;
  }
  .blog_single_page .top {
    margin-bottom: 55px;
  }
  .blog_single_page .top .date {
    margin-right: 115px;
    flex-direction: column;
    justify-content: center;
  }
  .blog_single_page .top .date span {
    margin-left: 0;
  }
  .blog_single_page .top h1 {
    font-size: 55px;
  }
  .blog_single_page .image_slider {
    margin-top: 0px;
    max-height: 500px;
  }
  .work_video {
    max-height: 620px;
  }
  .single-service-page {
    padding-top: 75px;
  }
  .single-service-page .headline {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .single-service-page .headline p {
    max-width: 550px;
    margin-top: 40px;
  }
  .single-service-page .image_info {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-service-page .image_info img {
    max-height: 640px;
  }
  .single-service-page .image_info .info .info {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .single-service-page .blockquote {
    font-size: 57px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1000px) {
  .block_1 .center .text-rotation {
    height: 130px;
  }
  .block_1 .center .text-rotation h2 {
    font-size: 125px;
    height: 130px;
  }
}
@media (max-width: 700px) {
  .header .top {
    padding: 20px 20px;
  }
  body {
    overflow-x: hidden;
  }
  .block_1 {
    padding-top: 90px;
    padding-bottom: 222px;
  }
  .block_1 .link {
    font-size: 18px;
    height: 90px;
  }
  .block_1 .link:before {
    width: 28px;
    height: 28px;
    left: calc(50% - 14px);
    top: calc(50% - 14px);
  }
  .block_1 .link:first-child {
    left: 80px;
    transform: unset;
  }
  .block_1 .link:last-child {
    right: 80px;
    transform: unset;
  }
  .block_1 .center {
    height: 500px;
  }
  .block_1 .center img {
    width: 460px;
    top: 0px;
  }
  .block_1 .center .text-rotation {
    height: 56px;
  }
  .block_1 .center .text-rotation h2 {
    font-size: 55px;
  }
  .block_1 .center:before {
    max-width: 200px;
    height: 320px;
  }
  .block_2 {
    max-height: 287px;
  }
  .block_2 .center h3 {
    font-size: 57px;
  }
  .block_2 .center h3 span {
    max-width: 60px;
    max-height: 60px;
    background-size: contain;
    right: 40px;
    top: 60px;
  }
  .block_3 {
    padding-top: 70px;
    padding-bottom: 57px;
  }
  .block_3 .container {
    flex-wrap: wrap;
  }
  .block_3 .container .left p {
    font-size: 16px;
    line-height: 23px;
    margin: 34px 0;
  }
  .block_3 .container img {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 55px auto 0;
    max-width: 215px !important;
  }
  .block_4 {
    padding-top: 53px;
    padding-bottom: 20px;
  }
  .block_4 .headline {
    margin-bottom: 42px;
  }
  .block_4 .flex .item {
    margin-bottom: 45px;
  }
  .block_4 .flex .item h2 {
    font-size: 45px;
    line-height: 52px;
  }
  .block_5 {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .block_5 .curSlide {
    font-size: 50px;
    margin-bottom: 70px;
  }
  .block_5 .slider {
    margin-bottom: 85px;
  }
  .block_5 .slider .slick-slide .info {
    max-width: 260px;
    margin-top: 90px;
  }
  .block_5 .image_video {
    width: 206px;
    height: 206px;
  }
  .block_5 .bg_text {
    font-size: 69px;
  }
  .block_5 .p_1 {
    position: absolute;
    right: 0;
    top: 40px;
    right: 50px;
  }
  .block_5 .p_2 {
    position: absolute;
    top: 133px;
    left: 0px;
  }
  .block_5 .p_3 {
    position: absolute;
    top: 232px;
    left: 60px;
  }
  .block_5 .progress {
    width: 100%;
    max-width: 280px;
    left: 56px;
    margin: unset;
  }
  .block_6 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .block_6 .headline {
    margin-bottom: 20px;
  }
  .block_6 .flex .item {
    padding-top: 169px;
  }
  .block_6 .flex .item img {
    max-height: 260px;
    min-height: 260px;
    right: 10px;
  }
  .block_6 .flex .item .name {
    font-size: 28px;
    font-family: "HE_Regular";
    margin: 30px 0 40px;
  }
  .block_6 .flex .item:last-child {
    left: 0;
    margin: 30 auto 0;
  }
  footer {
    padding-top: 37px;
    padding-bottom: 40px;
  }
  footer .top p {
    font-size: 40px;
  }
  footer .top p span {
    bottom: 1px;
    right: -120px;
  }
  footer .top .links .button {
    padding-top: 37px;
    width: 100%;
    max-width: 42%;
    margin-bottom: 30px;
  }
  footer .top .links .button span {
    font-size: 20px;
    position: absolute;
    font-family: "HE_Regular";
    top: 10px;
    left: 0;
  }
  footer .top .links .button:before {
    background-size: cover !important;
    top: 39px;
  }
  footer video {
    margin: 50px 0;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  footer .bottom {
    flex-wrap: wrap;
  }
  footer .bottom a {
    margin-bottom: 10px;
  }
  footer .bottom a:nth-child(1) {
    width: 100%;
  }
  footer .bottom a img {
    margin-bottom: 40px;
    max-width: 200px;
  }
  footer .bottom .left {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 0px;
    flex-direction: column;
  }
  footer .bottom .left .email {
    flex-direction: column;
    margin-left: 0;
    margin-top: 25px;
  }
  footer .bottom .right {
    max-width: 110px;
    margin-bottom: 0px;
  }
  footer .bottom .right .soc {
    width: 100%;
    max-width: 200px;
    flex-wrap: wrap;
    max-width: 150px;
    margin-right: 40px;
  }
  footer .bottom .right .soc a:nth-child(2) {
    margin-bottom: 25px;
  }
  footer .bottom .right .police {
    align-items: flex-start;
  }
  .about_page {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .about_page h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .about_page .toptext {
    font-size: 16px;
    line-height: 23px;
  }
  .about_page .normal {
    font-size: 13px;
    line-height: 17px;
    margin-top: 30px;
    padding-top: 50px;
  }
  .about_page .normal:before {
    width: 42px;
    height: 42px;
  }
  .about_page .autor {
    font-size: 13px;
    bottom: -54px;
  }
  .about_page .autor span {
    height: 28px;
  }
  .about_page .autor span i {
    top: 18px;
  }
  .about_page .flex .image img {
    width: 325px;
    height: 460px;
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
    z-index: 2;
    object-fit: cover;
  }
  .about_page .flex .image span {
    width: 236px;
    height: 375px;
  }
  .about_page .video {
    margin-top: 50px;
    margin-bottom: 50px;
    width: calc(100% + 30px);
    left: -15px;
    max-height: 287px;
  }
  .about_page .video .center h3 {
    font-size: 57px;
  }
  .about_page .video .center h3 span {
    max-width: 60px;
    max-height: 60px;
    right: 49px;
    top: 64px;
  }
  .about_page .items .item {
    margin-bottom: 100px;
  }
  .about_page .items .item h2 {
    font-size: 45px;
    line-height: 48px;
    margin: 10px 0 15px;
  }
  .about_page .items .item p {
    max-width: 100%;
    font-size: 13px;
    line-height: 19px;
  }
  .about_page .items .item:before {
    bottom: -26px;
  }
  .about_page .items {
    background-size: 100%;
    padding-bottom: 180px;
  }
  .order {
    padding: 100px 0 50px;
  }
  .order .left h1 {
    font-size: 45px;
  }
  .order .left .subtitle {
    font-size: 18px;
    margin: 25px 0 0px;
  }
  .order form {
    margin-top: 25px;
  }
  .order .left .button_area {
    margin-top: 40px;
    position: relative;
    padding-bottom: 100px;
  }
  .order .left .button_area button {
    max-width: 95px;
    max-height: 95px;
    position: absolute;
    right: 10px;
    top: 60px;
  }
  form .main {
    font-size: 13px;
    height: 36px;
    margin-bottom: 10px;
  }
  form textarea {
    height: 60px;
    margin-top: 25px;
    font-size: 13px;
  }
  .portfolio_area {
    padding: 80px 0;
  }
  .portfolio_area .work {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 70px;
    width: 100%;
    flex-direction: column-reverse;
  }
  .portfolio_area .work:before {
    width: 72%;
    right: -15px;
    bottom: 0;
  }
  .portfolio_area .work .name {
    left: 95px;
    right: 0;
    max-width: 170px;
    font-size: 30px;
  }
  .portfolio_area .work .name span {
    left: 84px;
    position: relative;
  }
  .portfolio_area .work .description {
    margin-right: 0;
    margin-top: 40px;
  }
  .portfolio_area .work .video {
    max-width: 190px;
    max-height: 280px;
  }
  .portfolio_area .work.square {
    max-width: 100%;
    flex-wrap: wrap;
    padding-right: 100px;
    padding-bottom: 350px;
    justify-content: flex-end;
    margin-bottom: 130px;
  }
  .portfolio_area .work.square:before {
    left: -15px;
    right: unset;
    bottom: -60px;
    width: 72%;
  }
  .portfolio_area .work.square .description {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 213px;
  }
  .portfolio_area .work.square .video {
    max-width: 215px;
    max-height: 179px;
    position: absolute;
    right: 0;
  }
  .portfolio_area .work.square .name span {
    left: 0;
  }
  .top_with_filter {
    flex-direction: column;
  }
  .top_with_filter h1 {
    font-size: 45px;
  }
  .top_with_filter .filter {
    left: 27px;
  }
  .work_page_top {
    padding-top: 100px;
  }
  .work_page_top h1 {
    font-size: 30px;
    margin-bottom: 45px;
    max-width: 100%;
  }
  .work-content-page {
    padding-top: 45px;
  }
  .work-content-page .headline {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .work-content-page .headline h2 {
    font-size: 23px;
    max-width: 330px;
    margin-bottom: 0px;
  }
  .work-content-page .headline p {
    max-width: 100%;
    font-size: 13px;
    line-height: 19px;
  }
  .work-content-page .image_info {
    display: flex;
    flex-direction: column-reverse;
  }
  .work-content-page .image_info img {
    max-width: calc(100% + 30px);
    max-height: 220px;
    left: 0px;
    top: 0;
    margin-bottom: 60px;
    margin-bottom: 35px;
  }
  .work-content-page .image_info .info p {
    font-family: "SFPro-Regular";
    font-size: 13px;
    margin-bottom: 24px;
  }
  .work-content-page .image_info .info p span {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .work-content-page .image_info .info p:last-child {
    margin-bottom: 25px;
    max-width: 100%;
    margin-top: 35px;
  }
  .work-content-page .text {
    font-size: 13px;
    line-height: 17px;
  }
  .work-content-page .portfolio_area {
    padding-top: 30px;
  }
  .work-content-page .portfolio_area .top {
    margin-bottom: 35px;
  }
  .work-content-page .portfolio_area .top h2 {
    font-size: 20px;
    max-width: 180px;
  }
  .image_slider {
    margin-top: 30px;
    max-height: 225px !important;
  }
  .image_slider .slick-prev,
  .image_slider .slick-next {
    display: none !important;
  }
  .work_video {
    max-height: 190px;
  }
  .work_video span {
    max-width: 56px;
    max-height: 56px;
  }
  .contacts .bottom {
    margin-top: 40px;
  }
  .blog_page .flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 75px;
  }
  .blog_page .flex:before {
    width: 70%;
    height: 1px;
    background: #f32061;
    content: "";
    left: -15px;
    position: absolute;
    bottom: 0;
  }
  .blog_page .blog_previe {
    width: 100%;
    max-width: 755px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    padding-top: 189px;
    flex-wrap: wrap;
  }
  .blog_page .blog_previe .info {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .blog_page .blog_previe .info img {
    position: absolute;
    max-height: 260px;
    min-height: 260px;
    top: 0;
    left: unset;
    right: 10px;
  }
  .blog_page .blog_previe .info .name {
    font-size: 28px;
    color: #000;
    font-family: "HE_Regular";
    margin: 15px 0 25px;
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .blog_page .blog_previe .info .description {
    display: none;
  }
  .blog_page .blog_previe .button {
    color: #af6aff;
    margin-top: 0px;
  }
  .blog_page .top_with_filter {
    margin-bottom: 80px;
  }
  .blog_page .flex:nth-child(2n + 1):before {
    right: -15px;
    width: 80%;
  }
  .blog_single_page {
    padding-top: 100px;
  }
  .blog_page .more {
    margin: 40px 0;
  }
  .blog_single_page .top .date {
    margin-right: 35px;
    flex-direction: column;
    justify-content: center;
  }
  .blog_single_page .top h1 {
    font-size: 30px;
    line-height: 26px;
  }
  .blog_single_page .image_slider {
    margin-bottom: 33px;
  }
  .text-area h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .text-area p {
    font-size: 13px !important;
    line-height: 20px !important;
    font-family: "SFPro-Regular";
    margin-bottom: 15px !important;
  }
  .text-area blockquote {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #f32061;
    padding-left: 23px !important;
    position: relative;
    margin: 34px 0 35px !important;
    font-family: "HE_Regular";
  }
  .text-area h1,
  .text-area h2,
  .text-area h3,
  .text-area h4,
  .text-area h5 {
    margin-bottom: 13px !important;
  }
  .text-area h1 {
    font-size: 37px !important;
  }
  .text-area h2 {
    font-size: 28px !important;
  }
  .text-area h3 {
    font-size: 24px !important;
  }
  .text-area h4 {
    font-size: 18px !important;
  }
  .text-area ul li {
    padding-left: 16px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }
  .text-area ul li:before {
    position: absolute;
    content: "●";
    color: #f32061;
    font-size: 8px !important;
    left: 0;
    top: 3px !important;
  }
  .blog_single_page .links_for_blog_pages .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 50px;
    position: relative;
    padding: 30px 0;
    padding-left: 85px;
    flex-wrap: wrap;
  }
  .blog_single_page .links_for_blog_pages .container:before {
    width: 77%;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
  }
  .blog_single_page .links_for_blog_pages .item {
    width: 100%;
    max-width: 190px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .blog_single_page .links_for_blog_pages .item .name {
    font-size: 18px;
    color: #000;
    font-family: "HE_Regular";
    margin: 15px 0 20px;
  }
  .blog_single_page .text-area {
    font-family: "SFPro-Regular";
    padding-bottom: 30px;
  }
  .single-service-page .blockquote {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 68px;
    margin-top: 30px;
    padding-top: 40px;
  }
  .single-service-page .blockquote:before {
    width: 28px;
    height: 28px;
  }
  .brif {
    padding-top: 95px;
    padding-bottom: 40px;
    background: #020002;
  }
  .brif h1 {
    color: #fff;
    font-size: 30px;
    font-family: "HE_Regular";
  }
  .brif form {
    margin-top: 45px;
  }
  form .go {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  form .question_block .number {
    color: #fff;
    font-size: 45px;
    font-family: "HE_Light";
    margin-bottom: 15px;
  }
  form .question_block .btns-area {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  form .question_block .btns-area .variant {
    font-size: 14px;
    color: #fff;
    font-family: "SFPro-Regular";
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 40%;
  }
  form .question_block .btns-area .variant span {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50px;
    border: 1px solid #fff;
    margin-right: 20px;
    position: relative;
    display: block;
    cursor: pointer;
  }
  form .question_block .main {
    margin-top: 5px;
  }
  form .question_block {
    margin-bottom: 35px;
  }
  .brif .button_area {
    margin-top: 40px;
    position: relative;
    padding-bottom: 100px;
  }
  .brif .button_area button {
    max-width: 65px;
    max-height: 65px;
    position: absolute;
    right: 10px;
    top: 60px;
  }
  .menu .content .top {
    padding: 35px;
    margin-bottom: 0px;
  }
  .menu .content .container ul li {
    margin-bottom: 15px;
  }
  .menu .content .container ul .active a {
    padding-left: 50px;
  }
  .menu .content .container ul .active a:before {
    width: 30px;
  }
  .menu .content .container ul li a {
    font-size: 40px;
  }
  .menu .content .container .right .absolute p {
    margin-bottom: 35px;
    font-size: 14px;
  }
  .menu .content .container {
    padding: 0px 35px;
  }
  .menu .content .container .bottom {
    width: 100%;
    display: flex;
    height: 210px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .menu .content .container .bottom .bottom_left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 50%;
  }
  .menu .content .container .bottom .bottom_left .adress {
    margin-bottom: 40px;
  }
  .menu .content .container .bottom .bottom_right {
    width: 100%;
    max-width: 28%;
    display: flex;
    justify-content: flex-end;
  }
  .menu .content .container .bottom p,
  .menu .content .container .bottom a {
    margin-bottom: 10px;
  }
  .menu .content .container .bottom .bottom_right .soc {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 215px;
    margin-right: 0;
  }
  .menu .content .container .bottom .bottom_left .email {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .menu .content .container .bottom .bottom_right .lang {
    flex-direction: column;
    display: flex;
    position: absolute;
    left: 35px;
    bottom: 0;
  }
  .menu .content .container .bottom .bottom_right .soc a:nth-child(2) {
    margin-bottom: 35px;
  }
  .blog_single_page .text-area h5 {
    font-size: 18px !important;
  }
  .brif .button_area {
    flex-wrap: wrap;
  }
  form .alert {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .block_1 .center .text-rotation {
    height: 56px;
  }
  .block_1 .center .text-rotation h2 {
    height: 56px;
  }
}
@media (max-width: 1370px) {
  .menu .content .container {
    top: 60%;
  }
  .menu .content .container ul li a {
    font-size: 45px;
  }
  .menu .content .container .right .absolute p {
    margin-bottom: 25px;
  }
  .menu .content .top {
    padding: 15px 80px 0px 80px;
  }
  .menu .content .container .bottom {
    margin-top: 70px;
  }
  .block_1 .center {
    transform: scale(0.5);
  }
  .block_1 .link {
    transform: scale(0.7);
  }
}
.block_5 .info {
  max-width: 330px;
}
div.alert {
  display: block;
  background: #fff;
  padding: 3px 5px;
  background: transparent;
  font-family: "HE_Regular";
  color: #b92200 !important;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 700px) {
  .order .left .subtitle {
    margin-bottom: 20px;
  }
  div.alert {
    font-size: 20px;
    line-height: 20px;
  }
  .menu .content .top {
    padding: 35px;
    margin-bottom: 0px;
  }
  .menu .content .container {
    top: unset;
  }
  .menu .content .container ul .active a:before {
    width: 0px;
  }
  .menu .content .container ul .active a {
    padding-left: 0px;
  }
  .block_1 .center,
  .block_1 .link {
    transform: scale(1);
  }
  .block_1 .center{
    margin-top: 50px;
  }
  .block_1 .center img {
        width: 100%;
        max-width: 310px;
    top: -55px;
    content: url("../img/mob_top.png");
  }
  .block_1 .center .text-rotation {

    top: -22px;
position: relative;
}
  .block_1 .link {
    bottom: 164px;
  }
  
}

.gibrid video, .gibrid img,  .work img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;    

}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background: transparent !important;
}

input:-webkit-autofill {
  background: transparent !important;
}
input:autofill {
  background: transparent !important;
}
.alert.alert-info {
    color: #000 !important;
    background: transparent;
}