@charset "UTF-8";
/*Обнуление*/
@import url(https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
/*--------pod kapotom-----------------------------------*/
[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/*-------------------------------------------------------*/
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*=" _icon-"]::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" _icon-"]::before {
  display: block;
}

._icon-telegram:before {
  content: "\e909";
}

._icon-Cross:before {
  content: "\e908";
}

._icon-Group-2-1:before {
  content: "\e907";
}

._icon-Path-5-Stroke:before {
  content: "\e904";
}

._icon-Path-3-Stroke:before {
  content: "\e905";
}

._icon-Path-Stroke:before {
  content: "\e906";
}

._icon-Path-Copy-Stroke:before {
  content: "\e903";
}

._icon-instagram:before {
  content: "\e900";
}

._icon-behance:before {
  content: "\e901";
}

._icon-dribble:before {
  content: "\e902";
}

[class*=__container] {
  max-width: 1730px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.875rem;
}

/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.group {
  position: relative;
}

input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #757575;
}

input:focus {
  outline: none;
}

textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  border: none;
  border-bottom: 1px solid #757575;
}

textarea:focus {
  outline: none;
}

/* LABEL ======================================= */
label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #C6C6C6;
}

/* active state */
input:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #C6C6C6;
}

textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #C6C6C6;
}

textarea:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #C6C6C6;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
}

.bar:before, .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #C6C6C6;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%;
}

textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #C6C6C6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #C6C6C6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #C6C6C6;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.wrapper {
  cursor: none;
}

a {
  cursor: none;
}

button {
  cursor: none;
}

input {
  cursor: none;
}

textarea {
  cursor: none;
}

#cursor, #aura {
  position: absolute;
  border-radius: 100%;
  transition: transform 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33), opacity 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33);
  user-select: none;
  pointer-events: none;
  z-index: 1000;
}

#cursor {
  width: 8px;
  height: 8px;
  background-color: black;
  transform: scale(1);
}
#cursor.active {
  opacity: 0;
  transform: scale(0);
}

#aura {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.027);
  transform: translate(5px, 5px);
}
#aura.active {
  border: 1.2px solid rgba(0, 0, 0, 0.33);
  transform: scale(1.2);
}

#aura.hiden,
#cursor.hiden {
  transform: scale(0.001);
}

#cursor.darck {
  background-color: white;
}
#cursor.darck.active {
  opacity: 1;
  transform: scale(1);
}

#aura.darck {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.027);
  transform: translate(5px, 5px);
}
#aura.darck.active {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.027);
  opacity: 1;
}

body {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2222222222;
  letter-spacing: 1.55px;
  color: #000;
}

input, select, textarea {
  font-size: 100%;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

.button {
  display: inline-flex;
  background: #000;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  padding: 22px 3.4375rem;
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
  transition: box-shadow 0.3s ease 0s;
}

.title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  line-height: 80px;
  letter-spacing: 2px;
}
@media (max-width: 61.99875em) {
  .title {
    font-size: 38px;
    line-height: 1.0263157895;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header.sticky {
  box-shadow: 1px 1px 50px 2px rgba(216, 216, 216, 0.25);
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.header__body {
  position: relative;
  display: flex;
  gap: 3.125rem;
  height: 94px;
  align-items: center;
}
@media (max-width: 61.99875em) {
  .header__body {
    justify-content: space-between;
  }
}
.header__logo {
  border-radius: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  position: relative;
  border: 3px solid #fff;
  box-shadow: 1px 1px 50px 2px rgba(216, 216, 216, 0.55);
}
.header__logo::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 0px;
  left: 3rem;
  background: #4C9CEA;
  border: 4px solid #FFFFFF;
  z-index: 3;
  border-radius: 50%;
}
.header__logo img {
  max-width: 100%;
  display: block;
}
.header__burger {
  display: none;
}
@media (max-width: 61.99875em) {
  .header__burger {
    display: flex;
    position: relative;
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 10;
    padding: 30px;
    background: rgba(216, 216, 216, 0.66);
    border-radius: 50%;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
  }
}
.header__burger::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background: url("../img/menu.svg") 0 0/cover no-repeat;
  font-size: 24px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.header__burger.active::before {
  transform: rotate(90deg);
  opacity: 0;
}
.header__burger.active span::before {
  transform: rotate(90deg);
  opacity: 1;
  visibility: visible;
}
.header__burger span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__burger span::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("../img/cross.svg") 0 0/cover no-repeat;
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.header__menu {
  display: flex;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}
@media (max-width: 61.99875em) {
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
    overflow: auto;
  }
}
@media (max-width: 61.99875em) {
  .header__menu.active {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 20px 20px;
  }
}
@media (max-width: 61.99875em) {
  .header__list {
    margin: 0 auto;
  }
}
.header__social {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: all 0.5S ease 0;
}
.sticky .header__social {
  flex-direction: row;
}

@media (max-width: 61.99875em) {
  .social-header {
    display: none;
  }
}
.social-header__button {
  transform: scale(0.001);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.sticky .social-header__button {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.list-social {
  display: flex;
}
.list-social__item {
  display: flex;
  background: black;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
}
.list-social__item:not(:last-child) {
  margin: 0 9px 0 0;
}
.sticky .list-social__item {
  border: 1px solid #979797;
  background-color: #fff;
}
@media (max-width: 61.99875em) {
  .sticky .list-social__item {
    background-color: #000;
    border: none;
  }
}
.list-social__link {
  color: #fff;
  font-size: 16px;
  padding: 10px 0 10px 2px;
  transition: all 0.3s ease 0s;
}
.list-social__link._icon-behance {
  padding: 10px 0 10px 3px;
}
.list-social__link._icon-behance:before {
  font-size: 14px;
}
.list-social__link._icon-telegram {
  padding: 10px 0 10px 0px;
}
.sticky .list-social__link {
  color: #000;
}
@media (max-width: 61.99875em) {
  .sticky .list-social__link {
    color: #fff;
  }
}

.list-header {
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 61.99875em) {
  .list-header {
    flex: 1 1 auto;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 61.99875em) {
  .list-header__item {
    text-align: center;
    margin: 0 0 45px 0;
  }
}
.list-header__link {
  color: #000;
  font-weight: bolder;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0;
  padding: 9px 27px 11px 27px;
  transition: all 0.3s ease 0s;
}
.list-header__link.active {
  background: rgba(216, 216, 216, 0.14);
  border-radius: 40px;
}

.main {
  padding: 6.25rem 0 0 0;
}
.main__text {
  font-size: 24px;
}

.page {
  padding: 11.875rem 0 0 0;
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 433px;
}
@media (max-width: 61.99875em) {
  .page {
    margin-bottom: 600px;
  }
}
.page.page_contacts {
  margin-bottom: 227px;
}
.main-block__tabs {
  margin-bottom: 6.875rem;
}

.header-main:not(:last-child) {
  margin-bottom: 5.9375rem;
}
.header-main__title {
  max-width: 1250px;
}
.header-main__title:not(:last-child) {
  margin-bottom: 2.75rem;
}
.header-main__title-hand {
  padding: 0 0 0 5.375rem;
  position: relative;
}
@media (max-width: 61.99875em) {
  .header-main__title-hand {
    padding: 0 0 0 50px;
  }
}
.header-main__title-hand::after {
  content: "";
  background: url("../img/hand.png") no-repeat left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 61.99875em) {
  .header-main__title-hand::after {
    background: url("../img/hand.png") 0 0/auto 100% no-repeat;
    width: 65px;
    height: 40px;
  }
}
.content-main__header {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}
.work-main {
  display: grid;
  column-gap: 1.875rem;
  margin-bottom: 60px;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}
@media (max-width: 1730pxpx) {
  .work-main {
    margin-bottom: calc(20px + 40 * ((100vw -320px) / 1410px));
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .work-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
.item-work {
  margin-bottom: 1.875rem;
}
.item-work__img {
  margin-bottom: 1.875rem;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.item-work__img img {
  max-width: 100%;
}
.item-work__popup {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.item-work__text {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.82px;
}
@media (min-width: 47.99875em) {
  .item-work__text {
    height: 50px;
  }
}

.tabs {
  display: flex;
  justify-content: space-between;
  gap: 140px;
}
@media (max-width: 61.99875em) {
  .tabs {
    flex-direction: column;
    gap: 40px;
  }
}
.tabs-nav {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
}
.tabs-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 47.99875em) {
  .tabs-nav__list {
    justify-content: flex-start;
  }
}
.tabs-nav__item {
  width: 167px;
  border: 1px solid rgba(151, 151, 151, 0.16);
  border-radius: 38px;
  cursor: none;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  padding: 22px 0;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-right: 15px;
}
@media (max-width: 47.99875em) {
  .tabs-nav__item {
    width: auto;
    padding: 22px 27px;
    font-size: 14px;
    line-height: 1.2142857143;
    margin-right: 5px;
  }
}
.tabs-nav__item:hover {
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.0880409);
}
.item-button {
  display: flex;
  flex: 1 1 auto;
  justify-content: end;
}
.item-button__button {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.82px;
  padding: 1.75rem 3.25rem;
}

.content-tabs {
  width: 435px;
  display: flex;
}
.content-tabs p {
  font-size: 38px;
  line-height: 1.1578947368;
}
@media (max-width: 61.99875em) {
  .content-tabs p {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.571946px;
  }
}

.footer {
  background: #000;
  padding: 6.875rem 0 9.375rem 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 433px;
  overflow: hidden;
  transition: all 0.3s ease 0;
}
@media (max-width: 61.99875em) {
  .footer {
    height: 600px;
  }
}
.footer.contacts-footer {
  height: 227px;
}
.footer__top {
  top: 1px;
  position: relative;
  margin-bottom: 100vh;
}
.top-footer {
  display: flex;
  justify-content: space-between;
}
.top-footer:not(:last-child) {
  margin-bottom: 5.625rem;
}
@media (max-width: 61.99875em) {
  .top-footer {
    display: block;
  }
}
.top-footer__text {
  max-width: 415px;
  font-size: 39px;
  line-height: 1.3846153846;
  letter-spacing: 1.77667px;
}
@media (max-width: 61.99875em) {
  .top-footer__text {
    font-size: 32px;
    line-height: 1.125;
    letter-spacing: 1.45778px;
    margin: 0 0 40px 0;
  }
}
.top-footer__form {
  display: flex;
}

.form-footer__body {
  display: flex;
}
@media (max-width: 61.99875em) {
  .form-footer__body {
    flex-direction: column;
    flex: 1 1 auto;
  }
}
@media (min-width: 61.99875em) {
  .form-footer__item:not(:last-child) {
    margin: 1.5625rem 3.125rem 0 0;
  }
}
@media (min-width: 1240px) {
  .form-footer__item {
    width: 325px;
  }
}
@media (max-width: 61.99875em) {
  .form-footer__item {
    margin: 0 0 30px 0;
  }
}
.form-footer__button-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-footer__label {
  display: block;
  top: 12px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: rgba(255, 255, 255, 0.36);
}
.form-footer__input {
  display: block;
  width: 100%;
  background: inherit;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #979797;
}
.form-footer__input._error {
  box-shadow: 0px 15px 17px -10px rgb(255, 0, 0);
}
.form-footer__button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.form-footer__button::before {
  font-size: 25px;
}
@media (max-width: 61.99875em) {
  .form-footer__button {
    flex: 0 0 auto;
    align-self: flex-end;
    order: 2;
  }
}

.bottom-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 61.99875em) {
  .bottom-footer__socil {
    flex: 1 1 auto;
  }
}
.bottom-footer__list {
  display: flex;
  column-gap: 3.75rem;
  row-gap: 1.25rem;
}
@media (max-width: 61.99875em) {
  .bottom-footer__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.bottom-footer__link {
  color: rgba(255, 255, 255, 0.36);
}
@media (max-width: 61.99875em) {
  .bottom-footer__link {
    justify-content: center;
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0.546667px;
  }
}
@media (max-width: 61.99875em) {
  .bottom-footer__copyright {
    flex: 1 1 auto;
    order: 1;
  }
}

.contacts-main-block__title {
  margin-bottom: 5.625rem;
}
.form-contacts {
  margin-bottom: 230px;
}
@media (max-width: 61.99875em) {
  .form-contacts {
    margin-bottom: 200px;
  }
}
.form-contacts__body {
  display: grid;
  column-gap: 5rem;
}
@media (min-width: 29.99875em) {
  .form-contacts__body {
    grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
  }
}
.form-contacts__item {
  margin-bottom: 100px;
}
@media (max-width: 61.99875em) {
  .form-contacts__item {
    margin-bottom: 40px;
  }
}
.form-contacts__label {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.82px;
  display: block;
}
.form-contacts__input {
  display: block;
  width: 100%;
  height: 34px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.82px;
}
.form-contacts__input._error {
  box-shadow: 0px 15px 17px -10px rgb(255, 0, 0);
}
.form-contacts__button {
  position: relative;
  float: right;
}

.file__item {
  position: relative;
}
.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.file__buttn {
  display: inline-flex;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 21px 0px;
  display: flex;
  flex-direction: row-reverse;
  max-width: 237px;
  border: 1px solid #000000;
  border-radius: 47px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.82px;
  cursor: none;
}
.file__buttn::before {
  margin: 0 0 0 10px;
}
.file__preview {
  display: inline-block;
  max-width: 100px;
  padding: 10px 0 0 0;
}
.file__preview img {
  max-width: 100%;
}

.main-block-portfolio__container {
  display: grid;
  column-gap: 1.875rem;
  margin-bottom: 60px;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}
@media (max-width: 1730pxpx) {
  .main-block-portfolio__container {
    margin-bottom: calc(20px + 40 * ((100vw -320px) / 1410px));
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .main-block-portfolio__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-block-portfolio__img {
  margin-bottom: 1.875rem;
}
.main-block-portfolio__img img {
  max-width: 100%;
}
.swiper-controls {
  position: fixed;
  top: 0px;
  right: calc(50% - 900px + 88px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100vh;
  z-index: 20;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media (max-width: 1600px) {
  .swiper-controls {
    right: 0;
  }
}
@media (max-width: 81.25em) {
  .swiper-controls {
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    justify-content: flex-start;
  }
}
.swiper-controls .swiper-button-prev {
  position: relative;
  width: 38px;
  height: 38px;
  background: none;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: -11px 14px 40px -5px rgba(20, 20, 20, 0.3);
  background: url("../img/icon_left.svg") 0 0/cover no-repeat;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media (max-width: 81.25em) {
  .swiper-controls .swiper-button-prev {
    order: 1;
  }
}
.swiper-controls .swiper-button-next {
  position: relative;
  width: 38px;
  height: 38px;
  background: none;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: -11px 14px 40px -5px rgba(20, 20, 20, 0.3);
  background: url("../img/icon_right.svg") 0 0/cover no-repeat;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
.swiper-controls__header {
  width: 319px;
  margin-top: 205px;
  background: #FFFFFF;
  border-radius: 27px;
  padding: 32px 32px 32px 32px;
  box-shadow: -11px 14px 40px -5px rgba(20, 20, 20, 0.16);
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
.swiper-controls__header:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 81.25em) {
  .swiper-controls__header {
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
    padding: 32px 77px 32px 20px;
  }
}
.swiper-controls__batons {
  display: flex;
  gap: 30px;
  margin: 205px 0 0 62px;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media (max-width: 81.25em) {
  .swiper-controls__batons {
    flex-grow: 1;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 50px 0 0;
  }
}
.swiper-controls__social {
  margin: 0 0 0 75px;
  flex-grow: 1;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media (max-width: 81.25em) {
  .swiper-controls__social {
    display: none;
  }
}
.swiper-controls__footer {
  width: 270px;
  background: #FFFFFF;
  border-radius: 27px;
  padding: 32px 32px 32px 32px;
  box-shadow: -11px 14px 40px -5px rgba(20, 20, 20, 0.16);
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
@media (max-width: 81.25em) {
  .swiper-controls__footer {
    width: 100%;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    padding: 32px 32px 32px 20px;
  }
}

.footer-swiper-controls {
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
.footer-swiper-controls__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.social-swiper {
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}
.social-swiper__list {
  flex-direction: column;
  gap: 10px;
}

.modal {
  background-color: #fff;
  width: 100%;
  max-width: 1218px;
  margin-top: 137px;
  margin-bottom: 137px;
  webkit-overflow-scrolling: auto;
}
.modal* {
  cursor: pointer;
}
.modal .mfp-close {
  position: fixed;
  top: 137px;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 22px;
  background: url("../img/crossblack.svg") 0 0/cover no-repeat;
  z-index: 100;
  line-height: 1;
  border-radius: 50%;
  opacity: 1;
  right: calc(50% - 650px);
}
@media (max-width: 81.25em) {
  .modal .mfp-close {
    top: 30px;
    right: 8%;
  }
}
.modal__img-double {
  display: flex;
  gap: 30px;
}
.modal__img-double img {
  width: 100%;
}
.modal__link {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  color: #ca9b5a;
  padding: 20px 0px;
}
.modal__link:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.gallery {
  width: 95%;
  max-width: 600px;
}

.thumbs {
  margin: 0 30px;
}

.swiper-slide {
  width: 100%;
  height: 900px;
}

.swiper-slide.swiper-slide-active {
  height: 100%;
}

.unison {
  background-color: #0a0a0a;
}
.unison .modal__top-text {
  color: #fff;
}

.blue {
  background: #2b3044;
}
.blue .modal__top-text {
  color: #fff;
}

.modal__top-text {
  display: flex;
  justify-content: space-around;
  width: 100%;
  display: none;
}
.modal__text {
  text-align: center;
  max-width: 500px;
  padding: 40px 20px 20px 20px;
}
.modal__img-top img {
  width: 100%;
}
.modal__img img {
  width: 100%;
}
.modal__blocks {
  display: flex;
  gap: 5px;
}

.blocks-modal {
  justify-content: space-between;
  justify-items: center;
}
.blocks-modal__block {
  width: 200px;
  height: 100px;
  background-color: #7d0da5;
}

.swiper-container {
  position: unset !important;
}

.swiper-wrapper {
  position: unset !important;
}

.mfp-content {
  position: unset !important;
}