@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes backward-infinite {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  to {
    -webkit-transform: translate3D(calc((-100% / 3) - 0.125em), 0, 0);
    transform: translate3D(calc((-100% / 3) - 0.125em), 0, 0);
  }
}
@keyframes backward-infinite {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  to {
    -webkit-transform: translate3D(calc((-100% / 3) - 0.125em), 0, 0);
    transform: translate3D(calc((-100% / 3) - 0.125em), 0, 0);
  }
}
@-webkit-keyframes backward-infinite2 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  to {
    -webkit-transform: translate3D(calc((-100% / 3) - 0.333333em), 0, 0);
    transform: translate3D(calc((-100% / 3) - 0.333333em), 0, 0);
  }
}
@keyframes backward-infinite2 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  to {
    -webkit-transform: translate3D(calc((-100% / 3) - 0.333333em), 0, 0);
    transform: translate3D(calc((-100% / 3) - 0.333333em), 0, 0);
  }
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackersans/BLACKER-SANS-DISPLAY-TRIAL.MEDIUM.html)
    format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackersans/BLACKER-SANS-DISPLAY-TRIAL.REGULAR-2.html)
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackersans/BLACKER-SANS-DISPLAY-TRIAL.LIGHT-2.html)
    format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackersans/BLACKER-SANS-DISPLAY-TRIAL.EXTRALIGHT-2.html)
    format("woff2");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackersans/BLACKER-SANS-DISPLAY-TRIAL.THIN.html)
    format("woff2");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "SegoeUI";
  src: url(../fonts/segoe-ui/segoe-ui-regular.html) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SegoeUI";
  src: url(../fonts/segoe-ui/segoe-ui-bold.html) format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "BlackerSansDisplayTrial-Book";
  src: url(../fonts/blackersans/BLACKER-SANS-DISPLAY-TRIAL.BOOK.woff2)
    format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url(../fonts/robotocondensed/RobotoCondensed-Light.html) format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackerdisplay/BLACKERDISPLAY-LIGHT.html) format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackerdisplay/BLACKERDISPLAY-REGULAR.html) format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackerdisplay/BLACKERDISPLAY-MEDIUM.html) format("woff2");
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackerdisplay/BLACKERDISPLAY-LIGHT.html) format("woff2");
  font-style: normal;
  font-weight: 100;
  unicode-range: U+0030-0039;
}
@font-face {
  font-family: "BlackerSansDisplayTrial";
  src: url(../fonts/blackerdisplay/BLACKERDISPLAY-LIGHT.html) format("woff2");
  font-style: normal;
  font-weight: 200;
  unicode-range: U+0030-0039;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  resize: none;
  outline: 0;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
}
body,
html {
  font-size: 16px;
  font-family: "BlackerSansDisplayTrial";
  overflow-x: hidden;
  background: #fcfbfa;
}
a,
button {
  cursor: pointer;
}
li {
  list-style: none;
}
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  line-height: inherit;
  font-size: inherit;
}
a,
button,
p,
span {
  display: inline-block;
  background: 0 0;
  letter-spacing: inherit;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
}
input {
  font-size: 13px;
  font-family: "SegoeUI";
  color: #26262d;
  font-weight: 700;
  background: 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.container,
.flex,
.hidden-menu .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 80px;
  max-width: 1920px;
}
.container-full {
  padding: 0;
}
::-webkit-scrollbar {
  display: none;
  width: 0;
}
::-webkit-input-placeholder {
  color: rgba(38, 38, 45, 0.502);
  opacity: 0.6;
}
::-moz-placeholder {
  color: rgba(38, 38, 45, 0.502);
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: rgba(38, 38, 45, 0.502);
  opacity: 0.6;
}
::-ms-input-placeholder {
  color: rgba(38, 38, 45, 0.502);
  opacity: 0.6;
}
::placeholder {
  color: rgba(38, 38, 45, 0.502);
  opacity: 0.6;
}
.nice-select {
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b1b1b;
  color: #1b1b1b;
  background: 0 0;
}
.nice-select .current {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.nice-select:after {
  margin-top: -8px;
  border-width: 1px;
}
.nice-select .list {
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0/10%);
  box-shadow: 0 0 0 1px rgb(0 0 0/10%);
}
.nice-select .option {
  padding: 10px;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.a,
.rotate {
  position: relative;
}
.a {
  font-weight: 300;
  font-size: 13px;
  color: #1b1b1b;
  letter-spacing: 0.05em;
  padding-right: 100px;
  -webkit-transition: padding-right 0.3s ease-in-out;
  -o-transition: padding-right 0.3s ease-in-out;
  transition: padding-right 0.3s ease-in-out;
}
.a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 80px;
  height: 1px;
  background: #dbdbda;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a:hover {
  padding-right: 170px;
}
.a:hover::after {
  background: #1b1b1b;
  width: 150px;
}
.rotate {
  z-index: 10;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.rotate .bg {
  width: 100%;
  height: 100%;
  -webkit-animation: 15s rotate infinite normal linear;
  animation: 15s rotate infinite normal linear;
}
.rotate:hover .bg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.rotate .burger {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19%;
  height: 14px;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  will-change: transform;
}
.rotate .burger::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  left: 0;
  top: 0;
}
.rotate .burger::after,
.rotate .burger::before,
.rotate .plus {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rotate .burger::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  left: 0;
  bottom: 0;
}
.rotate:hover .burger {
  height: 19%;
  background: url(../img/right-arrow.svg) no-repeat 50% / contain;
}
.rotate:hover .burger::after,
.rotate:hover .burger::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.rotate .plus {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19%;
}
.rotate .plus::after,
.rotate .plus::before {
  width: 100%;
  height: 2px;
  left: 0;
}
.rotate .plus::after,
.rotate .plus::before,
.underline::after {
  content: "";
  position: absolute;
  background: #000;
}
.rotate .plus::after {
  top: -1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate .plus::before,
.underline::after {
  bottom: 0;
}
.rotate:hover .plus,
.service ul li {
  width: 25%;
}
.split,
.split div {
  display: block;
}
.split div {
  overflow: hidden;
}
.split,
.split * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  will-change: transform;
}
.underline {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.underline::after {
  z-index: 1;
  left: 50%;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dop .info a:hover::after,
.underline:hover::after,
button[type="submit"]:hover::after {
  left: 0;
  width: 100%;
}
.marquee {
  display: table;
  white-space: nowrap;
  -webkit-animation: backward-infinite 50s linear infinite;
  animation: backward-infinite 50s linear infinite;
  pointer-events: none;
  will-change: transform;
}
.marquee:before {
  content: attr(data-title);
  padding-right: 0.375em;
}
.marquee::after {
  content: attr(data-title);
  padding-left: 0.375em;
}
.modal,
.modal-back {
  position: absolute;
  top: 0;
}
.modal-back {
  display: none;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  z-index: 99;
  background: #fcfbfa;
  min-height: 100vh;
  max-height: 100vh;
  margin-right: -100%;
  padding: 230px 190px 200px 200px;
  -webkit-transition: margin-right 0.5s ease-in-out;
  -o-transition: margin-right 0.5s ease-in-out;
  transition: margin-right 0.5s ease-in-out;
}
.modal.active {
  margin-right: 0;
}
.modal .close {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 35px;
  height: 35px;
}
.modal .close::after,
.modal .close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.modal .close::before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.input label,
.modal .text1 span {
  font-weight: 300;
  letter-spacing: 0.05em;
}
.modal .text1 span {
  font-size: 28px;
  color: #1d1d37;
  line-height: 1.429;
}
.modal .a {
  margin-top: 180px;
}
.modal .in {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.input label {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 15px;
  color: rgba(38, 38, 45, 0.502);
}
.modal .input {
  margin-top: 60px;
}
.dop .info a::after,
button[type="submit"],
button[type="submit"]::after {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
button[type="submit"] {
  position: relative;
  margin-top: 70px;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #26262d;
}
.modal button[type="submit"] {
  margin-top: 70px;
}
.dop .info a::after,
button[type="submit"]::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  width: 0%;
  bottom: -1px;
  background: #fcfbfa;
}
button[type="submit"].disable {
  opacity: 0.5;
  pointer-events: none;
}
input[type="checkbox"] {
  display: none;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: #bcbcbc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  font-family: "SegoeUI";
  padding-left: 25px;
  max-width: 400px;
}
.checkbox label::after,
.checkbox label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  left: 0;
  top: 3px;
  cursor: pointer;
}
.checkbox label::before {
  background: url(../img/check.svg) no-repeat center center/contain;
}
.checkbox label::after {
  background: url(../img/checked.svg) no-repeat center center/contain;
}
.checkbox input[type="checkbox"] + label::after {
  content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.modal .checkbox {
  margin-top: 40px;
}
.hidden-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fcfbfa;
  min-height: 100vh;
  max-height: 100vh;
  padding: 200px 190px 100px 230px;
  margin-left: -100%;
  -webkit-transition: margin-left 0.5s ease-in-out;
  -o-transition: margin-left 0.5s ease-in-out;
  transition: margin-left 0.5s ease-in-out;
}
.hidden-menu.active {
  margin-left: 0;
}
.hidden-menu .nav ul li {
  margin-bottom: 30px;
}
.hidden-menu .nav ul li:last-child {
  margin-bottom: 0;
}
.hidden-menu .nav ul li a {
  font-size: 91px;
  font-weight: 100;
  color: #7c7b7f;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hidden-menu .lang ul li a.active,
.hidden-menu .lang ul li a:hover,
.hidden-menu .nav ul li a.active,
.hidden-menu .nav ul li a:hover {
  color: #26262d;
}
.hidden-menu .lang {
  margin-top: 100px;
}
.hidden-menu .lang ul li {
  margin-right: 20px;
}
.hidden-menu .lang ul li:last-child,
.objects .tabs ul li:last-child {
  margin-right: 0;
}
.footer .info .col ul li a,
.hidden-menu .lang ul li a {
  font-size: 14px;
  font-family: "SegoeUI";
  text-transform: uppercase;
}
.hidden-menu .lang ul li a {
  font-weight: 400;
  color: #7c7b7f;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  height: 180px;
}
.header .container {
  opacity: 0;
  top: 20%;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.header .burger,
.header .burger::after {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .burger {
  width: 35px;
  height: 35px;
  z-index: 1000;
  top: 35%;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header .burger.disable {
  pointer-events: none;
}
.header .burger:hover {
  width: 50px;
}
.header .burger.active:hover {
  width: 35px;
}
.header .burger::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
}
.footer .bottom .right a,
.header .burger::after,
.header .burger::before {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .burger::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background: #000;
  left: 0;
  top: calc(50% + 7px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .burger.active::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.header .burger.active::before {
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.header .logo {
  z-index: 10;
  height: 100%;
  width: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: transform;
}
.header .logo span {
  mix-blend-mode: overlay;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.header .underline {
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.footer {
  overflow: hidden;
  background: #26262d;
}
.footer .container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  will-change: transform, opacity;
}
.footer .text1 {
  margin-top: 150px;
  line-height: 1.3;
  font-size: 144px;
  color: #fff;
  font-weight: 100;
}
.footer .info .col ul li .underline::after,
.footer .text1::after {
  background: #fff;
}
.footer .bottom,
.footer .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .info {
  margin-top: 80px;
}
.footer .info .col {
  width: 17%;
}
.footer .info .col span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.2);
}
.footer .info .col ul li a {
  display: inline;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer .bottom {
  margin-top: 220px;
  margin-bottom: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .bottom .left,
.footer .bottom .right span {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "SegoeUI";
  color: rgba(255, 255, 255, 0.102);
}
.footer .bottom .right span {
  font-size: 15px;
  letter-spacing: 0.025em;
  margin-right: 15px;
}
.footer .bottom .line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  width: 74%;
  height: 1px;
  background: #38383e;
}
.footer .bottom .right a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
}
.footer .bottom .right a:hover {
  letter-spacing: 0.3em;
}
.main {
  padding-top: 200px;
  position: relative;
}
.main .marquee {
  opacity: 0;
  line-height: 0.7;
  font-size: 615px;
  font-weight: 200;
  color: #f3f3f4;
  position: absolute;
  top: 0;
}
.main .center {
  position: relative;
  z-index: 1;
  margin-left: 39%;
  max-width: 52%;
}
.main .center .heading {
  font-size: 91px;
  font-weight: 200;
  color: #26262d;
}
.main .center .flex {
  position: relative;
  margin-top: 120px;
  width: 620px;
}
.main .center .flex .a {
  opacity: 0;
}
.main .center .flex .img {
  pointer-events: none;
  overflow: hidden;
}
.main .center .flex .img span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  width: 100%;
  will-change: transform;
}
.main .center .flex .img.img1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1200px;
  -webkit-transform: translateY(-560px);
  -ms-transform: translateY(-560px);
  transform: translateY(-560px);
  will-change: transform;
}
.main .center .flex .img.img1 .img-w {
  position: absolute;
  left: 0;
  overflow: hidden;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 580px;
}
.main .center .flex .img.img1 span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.main .center .flex .img.img2 {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
  width: 350px;
  height: 500px;
  margin-top: 240px;
  will-change: transform;
}
.main .center .flex .down {
  opacity: 0;
  position: absolute;
  top: 0;
  right: -80px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-animation: 15s rotate infinite normal linear;
  animation: 15s rotate infinite normal linear;
}
.main .center .flex .down::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #373737;
}
.main .left {
  z-index: 1;
  margin-top: 500px;
  padding-top: 300px;
  margin-left: 80px;
}
.main .left .heading {
  font-size: 150px;
  font-weight: 100;
  color: #26262d;
}
.main .left .heading .split:last-child span:after {
  content: "";
  display: inline-block;
  width: 0.75em;
  margin-left: 0.15em;
  height: 0.55em;
  /*background: url(../img/heart.png) no-repeat 50% / contain;*/
}
.main .left .a {
  margin-top: 100px;
}
.cards {
  padding-top: 280px;
}
.cards .container-full {
  position: relative;
}
.cards .card {
  width: 29.6%;
  text-align: right;
}
.cards .card.big {
  width: 45.8%;
}
.cards .card .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 960px;
}
.cards .card.big .img {
  height: 1100px;
}
.cards .card .img span,
.cards .card .img-w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cards .card .img-w {
  overflow: hidden;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.cards .card .img span {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}
.cards .card .name {
  font-size: 28px;
  line-height: 1.375;
  margin-top: 40px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #1d1d37;
  overflow: hidden;
}
.cards .card .name span {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cards .card .name span:after {
  content: attr(data-hover);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.cards .card .name:hover span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cards .card:nth-child(2) {
  margin-top: 580px;
  margin-left: auto;
  margin-right: 80px;
}
.cards .card:nth-child(3) {
  z-index: 1;
  position: absolute;
  margin-top: 1470px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cards .card:nth-child(4) {
  margin-left: 80px;
  margin-top: 720px;
}
.cards .rotate {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
.director {
  padding-top: 150px;
}
.director .container-full,
.objects {
  position: relative;
}
.director .heading {
  font-size: 515px;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: -0.01em;
}
.director .heading1 {
  position: relative;
  z-index: 3;
  margin-left: 480px;
}
.director .heading2 {
  position: absolute;
  z-index: 3;
  margin-left: 0.2em;
  margin-top: 0.1em;
}
.director .img {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  width: 73%;
  height: 1000px;
}
.director .img span {
  width: 100%;
  height: 100%;
}
.director .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.director .flex .info {
  margin-left: 80px;
  margin-bottom: 90px;
  max-width: 260px;
}
.director .flex .info .name {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.director .flex .info .opisanie {
  margin-top: 20px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  line-height: 1.765;
  letter-spacing: 0.04em;
}
.objects {
  padding-top: 230px;
}
.objects .container {
  position: relative;
  z-index: 5;
}
.objects .hidden {
  display: none;
}
.objects .heading {
  font-size: 75px;
  font-weight: 200;
  letter-spacing: 0.025em;
  color: #26262d;
  line-height: 1.2;
}
.objects .a {
  margin-top: 100px;
}
.objects .container-full {
  position: relative;
}
.objects .container-full > .flex {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.objects .card .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.objects .card .img span,
.objects .card .img-w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.objects .card .img-w {
  overflow: hidden;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.objects .card .img span {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}
.objects .card .flex {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.objects .card .flex a:nth-child(1),
.objects .card .flex a:nth-child(2) {
  line-height: 1.375;
  font-family: "SegoeUI";
  color: #26262d;
  text-transform: uppercase;
}
.objects .card .flex a:nth-child(1) {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  overflow: hidden;
  max-width: 70%;
}
.objects .card .flex a:nth-child(2) {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.objects .card .flex a:nth-child(1) span {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.objects .card .flex a:nth-child(1) span:after {
  content: attr(data-hover);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.objects .card .flex a:nth-child(1):hover span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.objects .col:nth-child(1) {
  width: 29.6%;
}
.objects .col:nth-child(1) .card {
  margin-top: 420px;
}
.objects .col:nth-child(1) .card:first-child {
  margin-top: 650px;
}
.objects .col:nth-child(1) .card .flex {
  padding-left: 30px;
}
.objects .col:nth-child(1) .card .img {
  width: 100%;
  height: 870px;
}
.objects .col:nth-child(2) {
  position: relative;
  z-index: 10;
  margin-top: 150px;
  width: 37.5%;
}
.objects .col:nth-child(2) .card {
  margin-top: 220px;
}
.objects .col:nth-child(2) .card:first-child {
  margin-top: 0;
}
.objects .col:nth-child(2) .card .img {
  width: 100%;
  height: 800px;
}
.objects .col:nth-child(3) {
  position: relative;
  z-index: 10;
  width: 22.3%;
}
.objects .col:nth-child(3) .card {
  margin-top: 1280px;
}
.objects .col:nth-child(3) .card:first-child {
  margin-top: 0;
}
.objects .col:nth-child(3) .card .flex {
  padding-right: 30px;
}
.objects .col:nth-child(3) .card .img {
  width: 100%;
  height: 530px;
}
.objects .rotate {
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
.slider {
  overflow: hidden;
  position: relative;
  margin-top: 220px;
  background: #26262d;
}
.slider .text1 {
  font-size: 17px;
  margin-top: 80px;
  margin-left: 80px;
  color: #fff;
  font-weight: 300;
  max-width: 440px;
  line-height: 1.765;
  letter-spacing: 0.04em;
}
.slider .marquee-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.slider .marquee {
  position: relative;
  word-spacing: 1em;
  display: table;
  font-size: 315px;
  letter-spacing: -0.01em;
  z-index: 2;
  font-weight: 100;
  color: #fff;
  -webkit-animation: backward-infinite2 40s linear infinite;
  animation: backward-infinite2 40s linear infinite;
  will-change: transform;
}
.slider .marquee:before {
  padding-right: 1em;
}
.slider .marquee::after {
  padding-left: 1em;
}
.slider .marquee:last-child {
  z-index: 1;
  animation-direction: reverse;
}
.slider .paggination {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider .paggination span {
  font-size: 13px;
  font-family: "Roboto Condensed";
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.075em;
}
.slider .paggination span:last-child {
  color: rgba(255, 255, 255, 0.4);
}
.slider .paggination .line {
  height: 1px;
  width: 140px;
  margin: 0 20px;
  background: #38383e;
}
.slider .logo,
.slider .text2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.slider .text2 {
  text-align: center;
  max-width: 80%;
  line-height: 1.83;
  font-size: 13px;
  font-family: "SegoeUI";
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.slider .logo {
  width: 280px;
  height: 60px;
}
.slider .img span,
.slider .logo span {
  width: 100%;
  height: 100%;
}
.slider .flex {
  position: relative;
  z-index: 4;
}
.slider .img {
  position: absolute;
  top: 0;
}
.slider .swiper-container {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 130px;
  width: 570px;
  height: 530px;
  z-index: 6;
}
.form {
  position: relative;
  padding: 280px 0;
  text-align: center;
}
.form > div {
  display: block;
}
.form a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form a:hover {
  letter-spacing: 0.15em;
}
.form .line {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  margin-top: 20px;
  height: 1px;
  background: #000;
}
.form .text1 {
  margin-top: 50px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(38, 38, 45, 0.502);
}
.about .container-full {
  position: relative;
}
.about .heading {
  font-size: 515px;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: -0.01em;
}
.about .heading1 {
  margin-left: -190px;
  position: relative;
  z-index: 1;
}
.about .heading2 {
  bottom: 60px;
  right: 0;
  position: absolute;
  z-index: 3;
}
.about .flex {
  margin-top: -190px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about .card:nth-child(1) {
  position: relative;
  z-index: 4;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 26%;
  height: 370px;
}
.about .card:nth-child(2) {
  position: relative;
  z-index: 2;
  width: 46.8%;
}
.about .card:nth-child(2) .img {
  width: 100%;
  height: 1350px;
}
.about .card:nth-child(3) {
  position: relative;
  z-index: 0;
  width: 25%;
  height: 655px;
}
.about .card .img,
.about .card .img-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about .card .img-w {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.about .card .img span,
.aobjects .bottom .card .img span,
.aobjects .flex .card .img span,
.dop .card .img span,
.otkaz .card .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.about .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 90px;
  margin-left: 50px;
  max-width: 260px;
}
.about .info .name {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.about .info .opisanie {
  margin-top: 20px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  line-height: 1.765;
  letter-spacing: 0.04em;
}
.about .down,
.about .down::after {
  position: absolute;
  border-radius: 50%;
}
.about .down {
  z-index: 1;
  left: -80px;
  top: 330px;
  width: 120px;
  height: 120px;
  -webkit-animation: 15s rotate infinite normal linear;
  animation: 15s rotate infinite normal linear;
}
.about .down::after {
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  background: #373737;
}
.abtext {
  padding-top: 240px;
}
.abtext .flex {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abtext .col:nth-child(1) {
  text-align: center;
  width: 26%;
  font-size: 13px;
  font-family: "SegoeUI";
  color: #26262d;
  letter-spacing: 0.015em;
}
.abtext .col:nth-child(2) {
  width: 46.8%;
  font-size: 17px;
  color: #26262d;
  font-weight: 300;
  line-height: 1.882;
  letter-spacing: 0.03em;
}
.abtext .col:nth-child(3) {
  width: 25%;
}
.part {
  padding-top: 230px;
}
.part .col:nth-child(1) {
  text-align: center;
  width: 26%;
  font-size: 13px;
  font-family: "SegoeUI";
  color: #26262d;
  letter-spacing: 0.015em;
}
.part .col:nth-child(2) {
  width: 71.8%;
  font-size: 17px;
  color: #26262d;
  line-height: 1.882;
  padding-right: 40px;
  letter-spacing: 0.03em;
}
.part .part1 .card {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 20px;
  border-bottom: 1px solid rgba(38, 38, 45, 0.3);
}
.part .part1 .card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.part .part1 .card:first-child {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 50px;
}
.part .part1 .card .geo,
.part .part1 .card .name,
.part .part1 .card .year {
  line-height: 1.5;
  color: rgba(38, 38, 45);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.part .part1 .card .name {
  font-size: 36px;
  font-weight: 100;
  width: 67%;
  padding-right: 20px;
}
.part .part1 .card .geo,
.part .part1 .card .year {
  width: 26%;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.part .part1 .card .year {
  text-align: right;
  width: 7%;
}
.part .part1 .card .img {
  position: absolute;
  -webkit-transform: translate(10%, -50%);
  -ms-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
  width: 370px;
  z-index: 1;
  height: 280px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.part .part1 .card:hover .name {
  padding-left: 50px;
}
.part .part1 .card.disable .geo,
.part .part1 .card.disable .name,
.part .part1 .card.disable .year {
  opacity: 0.3;
}
.part .part2 {
  opacity: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}
.part .part2 .col:nth-child(1) {
  color: #fff;
}
.part .part2 .card {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 20px;
  border-bottom: 1px solid #515157;
}
.part .part2 .card:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.part .part2 .card:first-child {
  padding-top: 0;
  padding-bottom: 50px;
}
.part .part2 .card .num {
  width: 35%;
  font-weight: 300;
  line-height: 1.5;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.22);
}
.part .part2 .card .geo {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.part .part2 .card .name {
  width: 32%;
}
.part .part2 .card .name,
.part .part2 .card .year {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.part .part2 .card .geo {
  width: 26%;
  letter-spacing: 0.04em;
}
.part .part2 .card .year {
  letter-spacing: 0.04em;
  text-align: right;
  width: 7%;
}
.aobjects {
  padding-top: 240px;
}
.aobjects .container-full,
.aobjects .flex .card {
  position: relative;
}
.aobjects .flex {
  width: 100%;
}
.aobjects .flex .card:nth-child(1) {
  width: 38%;
  height: 500px;
  margin-left: 42%;
  margin-right: auto;
}
.aobjects .flex .card:nth-child(2) {
  margin-top: 140px;
  width: 58%;
  height: 840px;
}
.aobjects .flex .card:nth-child(3) {
  margin-top: -70px;
  width: 33.8%;
  margin-left: auto;
  height: 880px;
}
.aobjects .flex .card:nth-child(4) {
  margin-top: 140px;
  width: 46.8%;
  margin-left: 11.2%;
  height: 820px;
}
.aobjects .flex .card:nth-child(5) {
  margin-top: 80px;
  width: 33.8%;
  margin-left: auto;
  height: 560px;
}
.aobjects .flex .card .img,
.aobjects .flex .card .img-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.aobjects .flex .card .img-w {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.aobjects .top {
  position: absolute;
  max-width: 650px;
  top: 60px;
  left: 19%;
}
.aobjects .heading {
  font-size: 60px;
  font-weight: 100;
  color: #26262d;
}
.aobjects .heading .split:first-child,
.dop .info .heading .split:first-child {
  text-align: right;
}
.aobjects .text {
  margin-top: 50px;
  font-size: 17px;
  font-weight: 300;
  max-width: 300px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0.04em;
  line-height: 1.765;
}
.aobjects .rotate {
  margin-top: 90px;
}
.aobjects .bottom {
  position: relative;
  z-index: 1;
  margin-left: 11.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -160px;
}
.aobjects .bottom .info {
  max-width: 390px;
  margin-bottom: 100px;
}
.aobjects .bottom .info .name {
  font-size: 36px;
  font-weight: 100;
  color: #26262d;
  line-height: 1.529;
}
.aobjects .bottom .info .opisanie {
  font-size: 17px;
  font-weight: 300;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.76;
  letter-spacing: 0.04em;
}
.aobjects .bottom .info .a {
  margin-top: 60px;
}
.aobjects .bottom .card {
  width: 37.5%;
  margin-left: 22%;
  height: 705px;
  position: relative;
}
.aobjects .bottom .card .img,
.otkaz .card .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.aobjects .bottom .card .img-w,
.otkaz .card .img-w {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.service {
  padding-top: 200px;
  position: relative;
}
.service .marquee {
  line-height: 0.7;
  font-size: 615px;
  font-weight: 200;
  color: #f3f3f4;
  position: absolute;
  top: 0;
  -webkit-animation: backward-infinite 30s linear infinite;
  animation: backward-infinite 30s linear infinite;
}
.service .heading {
  margin-left: 210px;
  margin-right: 80px;
  font-size: 91px;
  font-weight: 200;
  color: #26262d;
}
.service ul {
  margin-top: 240px;
  margin-left: 130px;
}
.service ul li .name,
.service ul li .opisanie {
  width: 100%;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.service ul li .name {
  font-size: 30px;
  color: #000;
}
.service ul li .opisanie {
  margin-top: 20px;
  max-width: 65%;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.765;
}
.service ul li:last-child .opisanie {
  max-width: 100%;
}
.otkaz {
  padding-top: 180px;
}
.otkaz .flex {
  width: 100%;
  margin-left: 130px;
}
.otkaz .card {
  width: 44%;
  height: 800px;
}
.otkaz .right {
  width: 50%;
  margin-left: auto;
}
.otkaz .info {
  margin-top: 100px;
  max-width: 530px;
}
.otkaz .info .name {
  font-weight: 300;
  display: block;
  max-width: 420px;
  font-size: 30px;
  color: #000;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
.otkaz .info .opisanie {
  letter-spacing: 0.04em;
  display: block;
  margin-top: 30px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.765;
  font-weight: 300;
  width: 100%;
}
.otkaz .info .rotate {
  margin-top: 120px;
}
.dop {
  padding-top: 250px;
  padding-bottom: 180px;
}
.dop .flex {
  position: relative;
  width: 100%;
  margin-left: 130px;
}
.dop .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-top: 130px;
  max-width: 800px;
}
.dop .info .heading {
  display: block;
  font-size: 60px;
  color: #26262d;
  font-weight: 100;
  line-height: 1.17;
}
.dop .info .text {
  display: block;
  letter-spacing: 0.04em;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 300;
  max-width: 520px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.765;
}
.dop .info a {
  letter-spacing: 0.03em;
  margin-top: 90px;
  font-size: 13px;
  color: #26262d;
  border-bottom: 1px solid #26262d;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dop .card {
  margin-left: auto;
  width: 62%;
  height: 710px;
}
.dop .card .img,
.dop .card .img-w {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dop .card .img-w {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.contacts {
  padding-top: 50px;
  position: relative;
}
.contacts .marquee {
  line-height: 0.7;
  font-size: 615px;
  font-weight: 200;
  color: #f3f3f4;
  position: absolute;
  top: 0;
  -webkit-animation: backward-infinite 30s linear infinite;
  animation: backward-infinite 30s linear infinite;
}
.contacts .top {
  position: relative;
  z-index: 2;
  margin-left: 210px;
  margin-right: 80px;
}
.contacts .text {
  font-size: 15px;
  font-weight: 300;
  color: #26262d;
  text-align: left;
  letter-spacing: 0.025em;
}
.contacts .heading,
.contacts input {
  margin-top: 35px;
  font-size: 91px;
  font-weight: 200;
  color: #26262d;
}
.contacts input {
  display: block;
  margin-top: 15px;
  font-family: "BlackerSansDisplayTrial";
  background: #f1f1f2;
  line-height: 1;
  border-bottom: 0;
  padding: 0 20px;
  width: auto;
}
.contacts button[type="submit"] {
  display: block;
  margin-top: 70px;
  pointer-events: none;
  opacity: 0.5;
}
.contacts .checkbox {
  display: none;
}
.contacts input:valid + input:valid + .checkbox {
  display: block;
}
.contacts input:valid + input:valid + .checkbox + button[type="submit"] {
  opacity: 1;
  pointer-events: all;
}
.contacts
  input:valid
  + input:valid
  + .checkbox
  + button[type="submit"].disable {
  opacity: 0.5;
  pointer-events: none;
}
.contacts .info {
  width: 100%;
  margin-left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 160px;
  margin-bottom: 200px;
}
.contacts .info .col {
  width: 18.5%;
}
.contacts .info .col span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  color: rgba(38, 38, 45, 0.502);
}
.contacts .info .col ul li a {
  font-size: 14px;
  line-height: 2;
  font-family: "SegoeUI";
  color: #26262d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contacts .info .col ul li .underline::after {
  background: #26262d;
}
.objects .top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.objects .marquee {
  margin-top: -50px;
  line-height: 0.7;
  font-size: 615px;
  font-weight: 200;
  color: #f3f3f4;
  position: absolute;
  letter-spacing: -0.025em;
  top: 0;
}
.objects .tabs {
  z-index: 2;
  margin-left: 80px;
  margin-right: 80px;
  max-width: 100%;
  margin-top: 150px;
}
.objects .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.objects .tabs ul li {
  margin-right: 70px;
}
.objects .tabs ul li a {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 13px;
  color: #1b1b1b;
}
.objects .tabs ul li a.active::after {
  width: 100%;
  left: 0;
}
.objects .left {
  position: relative;
  z-index: 11;
  padding-left: 80px;
  max-width: 26%;
  margin-top: 60px;
}
.objects .left .selects {
  display: inline-block;
  margin-top: 150px;
  width: 100%;
}
.objects .left .selects .nice-select:last-child {
  margin-bottom: 0;
}
.objects .left .selects .nice-select {
  width: 220px;
  margin-bottom: 50px;
}
.objects.misha {
  padding-top: 780px;
}
.objects.misha .left {
  z-index: 1;
  padding-top: 80px;
  padding-right: 80px;
  padding-bottom: 250px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 830px 780px;
  background-color: #f7f8f6;
  background-blend-mode: multiply;
}
.objects.misha .left .text {
  margin-top: 30px;
  max-width: 500px;
  font-size: 17px;
  font-weight: 300;
  color: rgba(38, 38, 45, 0.8);
  line-height: 1.765;
}
.objects.misha .left .selects {
  margin-top: 60px;
}
.detail {
  padding-top: 50px;
}
.detail .card {
  position: relative;
  z-index: 1;
  width: 64.5%;
  height: 1690px;
}
.detail .card .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.detail .card .img span,
.detail .card .img-w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail .card .img-w {
  overflow: hidden;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.detail .card .img span {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.detail .right {
  width: 35.5%;
}
.detail .right .a {
  padding-left: 100px;
  padding-right: 0;
  margin-left: 190px;
}
.detail .right .a::after {
  left: 0;
  right: auto;
  width: 80px;
}
.detail .right .a:hover::after {
  left: -20px;
  width: 100px;
}
.detail .right .articul {
  margin-top: 90px;
  letter-spacing: -0.025em;
  font-style: italic;
  font-size: 623px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: -0.1em;
  color: #26262d;
}
.detail .right .info {
  padding-left: 20px;
  padding-right: 20px;
  display: table;
  margin-left: 170px;
  margin-right: auto;
}
.detail .right .name {
  margin-top: 60px;
  font-size: 48px;
  font-weight: 100;
  color: #000;
  line-height: 1.2;
}
.detail .right .name span {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.detail .right .nalichie {
  position: relative;
  margin-top: 60px;
  font-size: 15px;
  font-family: "SegoeUI";
  color: #26262d;
  letter-spacing: 0.015em;
}
.detail .right .nalichie span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  left: -20px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #d75252;
}
.detail .right .nalichie.active span:before {
  border: 1px solid #7ed67e;
}
.detail .right .underline {
  margin-top: 60px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #26262d;
}
.detail .right .underline::before {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  background: #26262d;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.detail .right .underline::after {
  background: #fcfbfa;
}
.detail .right .razmer {
  margin-top: 60px;
}
.detail .right .razmer span {
  display: block;
  font-size: 11px;
  font-family: "SegoeUI";
  color: rgba(38, 38, 45, 0.702);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.detail .right .social {
  margin-top: 150px;
}
.detail .right .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.detail .right .social ul li {
  margin: 0 10px;
}
.detail .right .social ul li a {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.ya-share2__badge {
  display: none !important;
}
.ya-share2__item_service_facebook {
  background: url(../img/FB.html) no-repeat 50% / contain;
}
.ya-share2__item_service_linkedin {
  background: url(../img/LINK.html) no-repeat 50% / contain;
}
.ya-share2__item_service_vkontakte {
  background: url(../img/VK.html) no-repeat 50% / contain;
}
.fa-instagram {
  background: url(../img/INST.html) no-repeat 50% / contain;
}
.slider2 {
  padding-top: 200px;
}
.slider2 .top .heading {
  font-size: 60px;
  font-weight: 100;
  color: #26262d;
}
.slider2 .top .a {
  margin-top: 40px;
}
.slider2 .marquee {
  font-size: 802px;
  color: #f3f3f4;
  font-weight: 100;
  line-height: 0.7;
  -webkit-animation: backward-infinite 50s linear infinite;
  animation: backward-infinite 50s linear infinite;
}
.slider2 .center {
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 1260px;
  width: 48%;
}
.slider2 .swiper-container,
.slider2 .swiper-slide span {
  width: 100%;
  height: 100%;
}
.slider2 .next,
.slider2 .prev {
  cursor: none;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.slider2 .prev {
  left: 0;
}
.slider2 .next {
  left: auto;
  right: 0;
}
.slider2 .paggination {
  width: auto;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transform: translate(80%, 50%);
  -ms-transform: translate(80%, 50%);
  transform: translate(80%, 50%);
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: rgba(38, 38, 45, 0.902);
}
.slider2 .paggination span:first-child {
  font-size: 194px;
}
.slider2 .bottom {
  padding-top: 190px;
  padding-bottom: 260px;
}
.slider2 .bottom .heading {
  margin-left: 50%;
  font-size: 60px;
  font-weight: 100;
  padding-bottom: 200px;
  color: #26262d;
}
.slider2 .bottom .heading::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 1px;
  background: #dbdbda;
  margin: 50px 0;
}
.slider2 .bottom .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1260px;
}
.slider2 .bottom .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  will-change: transform;
}
.card .img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.detail .card .img::after,
.detail .card .img::before {
  display: none;
}
.error {
  padding-top: 150px;
  padding-bottom: 150px;
}
.error .heading {
  width: 100%;
  font-size: 91px;
  font-weight: 200;
  color: #26262d;
}
.error .a {
  margin-top: 100px;
}
/* .cards .card .img,
.objects .card .img {
  cursor: none;
} */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #26262d;
}
.cursor.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cursor2::after,
.cursor::before {
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cursor::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(../img/next.svg) no-repeat 50% / contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cursor,
.cursor2,
.cursor3 {
  display: block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.cursor2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}
.cursor2::after {
  left: 70%;
  width: 15px;
  height: 15px;
  background: url(../img/next2.svg) no-repeat 50% / contain;
}
.cursor2::after,
.cursor2::before,
.cursor3::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cursor2::before {
  z-index: 2;
  width: 15px;
  height: 15px;
  background: url(../img/next2.svg) no-repeat 50% / contain;
  left: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.cursor3 {
  z-index: 1;
  position: absolute;
  background: #26262d;
}
.cursor3::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 20px;
  background: url(../img/next.svg) no-repeat 50% / contain;
}
.cursor3.active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}
.cursor2.active::before {
  left: 50%;
  opacity: 0;
}
.cursor2.active::after {
  left: 50%;
  width: 20px;
  height: 20px;
}
.gallery {
  background: #26262d;
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.gallery .close {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 35px;
  height: 35px;
  z-index: 9;
}
.gallery .close::after,
.gallery .close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.gallery .close::before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
a.gallery-open {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery .next,
.gallery .prev,
.gallery .swiper-container,
.slider .prev,
.slider .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery .swiper-container {
  width: 100%;
  left: 0;
}
.gallery .next,
.gallery .prev,
.slider .prev,
.slider .next {
  z-index: 11;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery .prev,
.slider .prev {
  left: 100px;
}
.gallery .next,
.slider .next {
  left: auto;
  right: 100px;
}
.gallery .next::before,
.gallery .prev::before,
.slider .next::before,
.slider .prev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(../img/next2.svg) no-repeat 50% / contain;
}
.gallery .prev::before,
.slider .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.gallery .next::before,
.slider .next::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery .next.swiper-button-disabled,
.gallery .prev.swiper-button-disabled,
.slider .next.swiper-button-disabled,
.slider .prev.swiper-button-disabled {
  opacity: 0.5;
}
/* .modal-back.is-inview {
  background: #000;
} */
#gallery .swiper-wrapper {
  align-items: center;
}
.rand-footer-elem {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  transform: translateX(-50%);
}

.rand-footer-elem span {
  text-align: center;
  line-height: 1.83;
  font-size: 13px;
  font-family: "SegoeUI";
  color: #fefefe;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.rand-footer-elem img {
  width: auto;
  height: 60px;
}
@media (max-width: 1000px) {
  .rand-footer-elem img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1700px) {
  .modal {
    padding: 100px 160px;
  }
  .gallery .close,
  .modal .close {
    top: 50px;
  }
  .modal .input {
    margin-top: 50px;
  }
  .modal .a {
    margin-top: 140px;
  }
  .modal button[type="submit"] {
    margin-top: 60px;
  }
  .hidden-menu {
    padding: 100px 190px 100px 230px;
  }
  .hidden-menu .nav ul li a,
  .main .center .heading {
    font-size: 72px;
  }
  .dop .info a,
  .hidden-menu .lang {
    margin-top: 80px;
  }
  .header {
    padding-top: 25px;
    height: 135px;
  }
  .header .burger {
    top: 25%;
  }
  .header .logo {
    width: 110px;
  }
  .main .center .flex {
    margin-top: 40px;
    width: 605px;
  }
  .main .center .flex .img.img1 {
    height: 1080px;
    -webkit-transform: translateY(-420px);
    -ms-transform: translateY(-420px);
    transform: translateY(-420px);
  }
  .main .center .flex .img.img1 .img-w {
    height: 560px;
  }
  .main .center .flex .img.img2 {
    width: 340px;
    height: 485px;
    margin-top: 230px;
  }
  .main .center .flex .down {
    top: 20px;
    right: -90px;
  }
  .main .left {
    margin-top: 500px;
    padding-top: 300px;
    margin-left: 0;
  }
  .main .left .heading {
    font-size: 124px;
  }
  .main .left .a {
    margin-top: 60px;
  }
  .cards {
    padding-top: 210px;
  }
  .cards .card {
    width: 34.3%;
  }
  .cards .card.big {
    width: 48.6%;
  }
  .cards .card .img {
    height: 830px;
  }
  .cards .card.big .img {
    height: 890px;
  }
  .cards .card:nth-child(2) {
    margin-top: 530px;
    margin-right: 40px;
  }
  .cards .card:nth-child(3) {
    margin-top: 1260px;
  }
  .cards .card:nth-child(4) {
    margin-left: 40px;
    margin-top: 610px;
  }
  .cards .rotate {
    margin-top: 180px;
  }
  .director {
    padding-top: 130px;
  }
  .director .heading1 {
    margin-left: 0;
  }
  .director .heading2 {
    margin-left: 0.6em;
    margin-top: 0.1em;
  }
  .director .img {
    width: 66.66%;
  }
  .objects {
    padding-top: 200px;
  }
  .objects .col:nth-child(1) {
    width: 31.25%;
  }
  .objects .col:nth-child(1) .card {
    margin-top: 290px;
  }
  .objects .col:nth-child(1) .card:first-child {
    margin-top: 460px;
  }
  .objects .col:nth-child(1) .card .flex {
    padding-left: 20px;
  }
  .objects .col:nth-child(1) .card .img {
    height: 690px;
  }
  .objects .col:nth-child(2) {
    margin-top: 115px;
    width: 39.2%;
  }
  .objects .col:nth-child(2) .card {
    margin-top: 100px;
  }
  .objects .col:nth-child(2) .card .img {
    height: 620px;
  }
  .objects .col:nth-child(3) {
    width: 23.6%;
  }
  .objects .col:nth-child(3) .card {
    margin-top: 880px;
  }
  .objects .col:nth-child(3) .card .flex {
    padding-right: 20px;
  }
  .objects .col:nth-child(3) .card .img {
    height: 420px;
  }
  .objects .rotate {
    margin-top: 180px;
  }
  .slider {
    margin-top: 200px;
  }
  .form {
    padding: 200px 0;
  }
  .form .line {
    width: 50%;
  }
  .footer .text1 {
    margin-top: 120px;
  }
  .footer .bottom {
    margin-bottom: 70px;
  }
  .footer .info {
    margin-top: 70px;
  }
  .footer .info .col {
    width: 23.8%;
  }
  .footer .bottom .line {
    width: 62.5%;
  }
  .about .card:nth-child(1) {
    height: 330px;
  }
  .about .card:nth-child(2) .img {
    height: 1200px;
  }
  .about .card:nth-child(3) {
    height: 580px;
  }
  .about .info {
    margin-top: 50px;
  }
  .about .down {
    top: 290px;
  }
  .abtext {
    padding-top: 210px;
  }
  .part {
    padding-top: 200px;
  }
  .part .part2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .aobjects {
    padding-top: 210px;
  }
  .aobjects .flex .card:nth-child(1) {
    height: 440px;
  }
  .aobjects .flex .card:nth-child(2) {
    margin-top: 140px;
    height: 740px;
  }
  .aobjects .flex .card:nth-child(3) {
    margin-top: -60px;
    height: 780px;
  }
  .aobjects .flex .card:nth-child(4) {
    margin-top: 120px;
    height: 720px;
  }
  .aobjects .flex .card:nth-child(5) {
    margin-top: 60px;
    height: 500px;
  }
  .aobjects .top {
    top: 40px;
  }
  .aobjects .text {
    margin-top: 45px;
  }
  .aobjects .rotate,
  .contacts button[type="submit"] {
    margin-top: 60px;
  }
  .aobjects .bottom .info .a,
  .objects.misha .left .selects {
    margin-top: 50px;
  }
  .aobjects .bottom .info {
    margin-bottom: 60px;
  }
  .aobjects .bottom .card {
    margin-left: 18%;
    height: 550px;
  }
  .service .heading {
    margin-left: 180px;
    font-size: 72px;
  }
  .service ul {
    margin-top: 210px;
  }
  .service ul li .opisanie {
    max-width: 80%;
  }
  .otkaz {
    padding-top: 160px;
  }
  .otkaz .flex,
  .service ul {
    margin-left: 100px;
  }
  .otkaz .card {
    height: 700px;
  }
  .otkaz .info {
    margin-top: 90px;
  }
  .dop {
    padding-top: 220px;
    padding-bottom: 160px;
  }
  .dop .flex {
    margin-left: 100px;
  }
  .dop .info,
  .otkaz .info .rotate {
    margin-top: 100px;
  }
  .dop .info .heading {
    font-size: 52px;
  }
  .dop .card {
    height: 630px;
  }
  .contacts .top {
    margin-left: 180px;
  }
  .contacts .heading,
  .contacts input {
    font-size: 72px;
  }
  .contacts .info {
    margin-left: 100px;
    margin-top: 140px;
    margin-bottom: 180px;
  }
  .contacts .text1 {
    margin-top: 120px;
  }
  .contacts .bottom {
    margin-bottom: 70px;
  }
  .contacts .info .col {
    width: 23.8%;
  }
  .objects .marquee {
    margin-top: -80px;
  }
  .objects .tabs {
    margin-top: 100px;
  }
  .objects .tabs ul li {
    margin-right: 60px;
  }
  .objects .left,
  .objects .left .selects {
    margin-top: 70px;
  }
  .objects .left .heading {
    font-size: 62px;
  }
  .objects.misha {
    padding-top: 690px;
  }
  .objects.misha .left {
    padding-top: 70px;
    padding-bottom: 220px;
    background-size: 730px 690px;
  }
  .detail {
    padding-top: 30px;
  }
  .detail .card {
    height: 1260px;
  }
  .detail .right .articul {
    margin-top: 60px;
    font-size: 500px;
  }
  .slider2 .marquee {
    font-size: 730px;
  }
  .slider2 {
    padding-top: 180px;
  }
  .slider2 .center {
    height: 1100px;
    width: 56.25%;
    margin-top: -180px;
  }
  .slider2 .bottom {
    padding-top: 170px;
    padding-bottom: 230px;
  }
  .slider2 .bottom .img {
    height: 920px;
  }
}
@media (max-width: 1500px) {
  .gallery .prev,
  .slider .prev {
    left: 40px;
  }
  .gallery .next,
  .slider .next {
    left: auto;
    right: 40px;
  }
  .rotate {
    width: calc(190px / 1.1);
    height: calc(190px / 1.1);
  }
  .modal {
    padding: calc(100px / 1.1) calc(160px / 1.1);
  }
  .gallery .close,
  .modal .close {
    top: calc(50px / 1.1);
  }
  .modal .input {
    margin-top: calc(50px / 1.1);
  }
  .modal .a {
    margin-top: calc(140px / 1.1);
  }
  .modal button[type="submit"] {
    margin-top: calc(60px / 1.1);
  }
  .hidden-menu {
    padding: calc(100px / 1.1) calc(190px / 1.1) calc(100px / 1.1)
      calc(230px / 1.1);
  }
  .hidden-menu .nav ul li a,
  .main .center .heading {
    font-size: calc(72px / 1.1);
  }
  .hidden-menu .nav ul li {
    margin-bottom: calc(30px / 1.1);
  }
  .dop .info a,
  .hidden-menu .lang {
    margin-top: calc(80px / 1.1);
  }
  .header {
    padding-top: calc(25px / 1.1);
    height: calc(135px / 1.1);
  }
  .header .logo {
    width: calc(110px / 1.1);
  }
  .main {
    padding-top: calc(200px / 1.1);
  }
  .main .marquee {
    font-size: calc(615px / 1.1);
  }
  .main .center .flex {
    margin-top: calc(40px / 1.1);
    width: calc(605px / 1.1);
  }
  .main .center .flex .img.img1 {
    height: calc(1080px / 1.1);
    -webkit-transform: translateY(calc(-420px / 1.1));
    -ms-transform: translateY(calc(-420px / 1.1));
    transform: translateY(calc(-420px / 1.1));
  }
  .main .center .flex .img.img1 .img-w {
    height: calc(560px / 1.1);
  }
  .main .center .flex .img.img2 {
    width: calc(340px / 1.1);
    height: calc(485px / 1.1);
    margin-top: calc(230px / 1.1);
  }
  .main .center .flex .down {
    top: calc(20px / 1.1);
    right: calc(-90px / 1.1);
  }
  .main .left {
    margin-top: calc(500px / 1.1);
    padding-top: calc(300px / 1.1);
  }
  .main .left .heading {
    font-size: calc(124px / 1.1);
  }
  .main .left .a {
    margin-top: calc(60px / 1.1);
  }
  .cards {
    padding-top: calc(210px / 1.1);
  }
  .cards .card .img {
    height: calc(830px / 1.1);
  }
  .cards .card.big .img {
    height: calc(890px / 1.1);
  }
  .cards .card:nth-child(2) {
    margin-top: calc(530px / 1.1);
  }
  .cards .card:nth-child(3) {
    margin-top: calc(1260px / 1.1);
  }
  .cards .card:nth-child(4) {
    margin-top: calc(610px / 1.1);
  }
  .cards .rotate {
    margin-top: calc(180px / 1.1);
  }
  .director {
    padding-top: calc(130px / 1.1);
  }
  .director .flex .info {
    margin-left: calc(80px / 1.1);
  }
  .director .heading {
    font-size: calc(515px / 1.1);
  }
  .director .heading2 {
    margin-left: 0.5em;
  }
  .director .img {
    height: calc(1000px / 1.1);
  }
  .objects {
    padding-top: calc(200px / 1.1);
  }
  .objects .heading {
    font-size: calc(75px / 1.1);
  }
  .objects .card .flex a:nth-child(1) {
    max-width: 60%;
  }
  .objects .col:nth-child(1) .card {
    margin-top: calc(290px / 1.1);
  }
  .objects .col:nth-child(1) .card:first-child {
    margin-top: calc(460px / 1.1);
  }
  .objects .col:nth-child(1) .card .flex {
    padding-left: calc(20px / 1.1);
  }
  .objects .col:nth-child(1) .card .img {
    height: calc(690px / 1.1);
  }
  .objects .col:nth-child(2) {
    margin-top: calc(115px / 1.1);
  }
  .objects .col:nth-child(2) .card {
    margin-top: calc(100px / 1.1);
  }
  .objects .col:nth-child(2) .card .img {
    height: calc(620px / 1.1);
  }
  .objects .col:nth-child(3) .card {
    margin-top: calc(880px / 1.1);
  }
  .objects .col:nth-child(3) .card .flex {
    padding-right: calc(20px / 1.1);
  }
  .objects .col:nth-child(3) .card .img {
    height: calc(420px / 1.1);
  }
  .objects .rotate {
    margin-top: calc(180px / 1.1);
  }
  .slider {
    margin-top: calc(200px / 1.1);
  }
  .slider .img {
    width: calc(570px / 1.1);
    height: calc(530px / 1.1);
  }
  .slider .marquee-wrap {
    margin-top: calc(60px / 1.1);
    margin-bottom: calc(60px / 1.1);
  }
  .slider .marquee {
    font-size: calc(315px / 1.1);
  }
  .slider .text1 {
    max-width: 320px;
  }
  .form {
    padding: calc(200px / 1.1) 0;
  }
  .footer .info {
    margin-top: calc(70px / 1.1);
  }
  .footer .info .col {
    width: 25%;
  }
  .footer .text1 {
    margin-top: calc(120px / 1.1);
    font-size: calc(144px / 1.1);
  }
  .footer .bottom {
    margin-top: calc(220px / 1.1);
    margin-bottom: calc(70px / 1.1);
  }
  .footer .bottom .line {
    width: 55%;
  }
  .about .heading {
    font-size: calc(515px / 1.1);
  }
  .about .heading1 {
    margin-left: calc(-160px / 1.1);
  }
  .about .heading2 {
    bottom: calc(60px / 1.1);
  }
  .about .card:nth-child(1) {
    height: calc(330px / 1.1);
  }
  .about .card:nth-child(2) .img {
    height: calc(1200px / 1.1);
  }
  .about .card:nth-child(3) {
    height: calc(580px / 1.1);
  }
  .about .down {
    top: calc(290px / 1.1);
  }
  .abtext {
    padding-top: calc(210px / 1.1);
  }
  .part {
    padding-top: calc(200px / 1.1);
  }
  .part .part2 {
    padding-top: calc(180px / 1.1);
    padding-bottom: calc(180px / 1.1);
  }
  .aobjects {
    padding-top: calc(210px / 1.1);
  }
  .aobjects .top {
    left: 15%;
  }
  .aobjects .heading {
    font-size: calc(60px / 1.1);
  }
  .part .col:nth-child(2) {
    padding-right: calc(40px / 1.1);
  }
  .part .part1 .card,
  .part .part2 .card {
    padding: calc(50px / 1.1) calc(20px / 1.1);
  }
  .part .part1 .card .name {
    font-size: calc(36px / 1.1);
  }
  .part .part1 .card .geo,
  .part .part1 .card .year,
  .part .part2 .card .name,
  .part .part2 .card .num {
    font-size: calc(17px / 1.1);
  }
  .part .part2 .card .geo,
  .part .part2 .card .year {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: calc(17px / 1.1);
  }
  .part .part1 .card .img {
    width: calc(370px / 1.1);
    height: calc(280px / 1.1);
  }
  .part .part1 .card:hover .name {
    padding-left: calc(50px / 1.1);
  }
  .aobjects .flex .card:nth-child(1) {
    height: calc(440px / 1.1);
  }
  .aobjects .flex .card:nth-child(2) {
    margin-top: calc(140px / 1.1);
    height: calc(740px / 1.1);
  }
  .aobjects .flex .card:nth-child(3) {
    margin-top: calc(-60px / 1.1);
    height: calc(780px / 1.1);
  }
  .aobjects .flex .card:nth-child(4) {
    margin-top: calc(120px / 1.1);
    height: calc(720px / 1.1);
  }
  .aobjects .flex .card:nth-child(5) {
    margin-top: calc(60px / 1.1);
    height: calc(500px / 1.1);
  }
  .aobjects .top {
    top: calc(40px / 1.1);
  }
  .aobjects .text {
    margin-top: calc(45px / 1.1);
  }
  .aobjects .rotate,
  .contacts button[type="submit"] {
    margin-top: calc(60px / 1.1);
  }
  .aobjects .bottom .info .a,
  .objects.misha .left .selects {
    margin-top: calc(50px / 1.1);
  }
  .aobjects .bottom .info {
    margin-bottom: calc(60px / 1.1);
  }
  .aobjects .bottom .card {
    margin-left: 14%;
    height: calc(550px / 1.1);
  }
  .service .marquee {
    font-size: calc(615px / 1.1);
  }
  .service {
    padding-top: calc(200px / 1.1);
  }
  .service .heading {
    margin-left: 80px;
    font-size: calc(72px / 1.1);
  }
  .service ul {
    margin-top: calc(210px / 1.1);
  }
  .otkaz {
    padding-top: calc(160px / 1.1);
  }
  .otkaz .flex,
  .service ul {
    margin-left: 0;
  }
  .otkaz .card {
    height: calc(700px / 1.1);
  }
  .otkaz .info {
    margin-top: calc(90px / 1.1);
  }
  .dop {
    padding-top: calc(220px / 1.1);
    padding-bottom: calc(160px / 1.1);
  }
  .dop .flex {
    margin-left: 0;
  }
  .dop .info,
  .otkaz .info .rotate {
    margin-top: calc(100px / 1.1);
  }
  .dop .info .heading {
    font-size: calc(52px / 1.1);
  }
  .dop .card {
    height: calc(630px / 1.1);
  }
  .contacts .marquee {
    font-size: calc(615px / 1.1);
  }
  .contacts .top {
    margin-left: 80px;
  }
  .contacts .heading,
  .contacts input {
    font-size: calc(72px / 1.1);
  }
  .contacts
    input:valid
    + input:valid
    + .checkbox
    + button[type="submit"].disable {
    opacity: 0.5;
    pointer-events: none;
  }
  .contacts .info {
    margin-left: 0;
    margin-top: calc(140px / 1.1);
    margin-bottom: calc(180px / 1.1);
  }
  .contacts .text1 {
    margin-top: calc(120px / 1.1);
  }
  .contacts .bottom {
    margin-bottom: calc(70px / 1.1);
  }
  .contacts .info .col {
    width: 25%;
  }
  .objects .marquee {
    margin-top: calc(-80px / 1.1);
    font-size: calc(615px / 1.1);
  }
  .objects .tabs {
    margin-top: calc(100px / 1.1);
  }
  .objects .tabs ul li {
    margin-right: calc(60px / 1.1);
  }
  .objects .left {
    margin-bottom: calc(70px / 1.1);
  }
  .objects .left .selects {
    margin-top: calc(70px / 1.1);
  }
  .objects .left .heading {
    font-size: calc(62px / 1.1);
  }
  .objects.misha {
    padding-top: calc(690px / 1.1);
  }
  .objects.misha .left {
    padding-top: calc(70px / 1.1);
    padding-bottom: calc(220px / 1.1);
    background-size: calc(730px / 1.1) calc(690px / 1.1);
  }
  .detail {
    padding-top: calc(30px / 1.1);
  }
  .detail .card {
    height: calc(1260px / 1.1);
  }
  .detail .right .articul {
    margin-top: calc(60px / 1.1);
    font-size: calc(500px / 1.1);
  }
  .detail .right .a {
    margin-left: 100px;
  }
  .detail .right .info {
    margin-left: 80px;
  }
  .slider2 {
    padding-top: calc(180px / 1.1);
  }
  .slider2 .marquee {
    font-size: calc(730px / 1.1);
  }
  .slider2 .center {
    margin-top: calc(-180px / 1.1);
    height: calc(1100px / 1.1);
    width: 56.25%;
  }
  .slider2 .paggination span:first-child {
    font-size: calc(194px / 1.1);
  }
  .slider2 .bottom {
    padding-top: calc(170px / 1.1);
    padding-bottom: calc(230px / 1.1);
  }
  .slider2 .bottom .img {
    height: calc(920px / 1.1);
  }
  .error .heading {
    font-size: calc(91px / 1.1);
  }
}
@media (max-width: 1300px) {
  .error .heading {
    font-size: calc(91px / 1.2);
  }
  .container {
    padding: 0 40px;
  }
  .rotate {
    width: calc(190px / 1.2);
    height: calc(190px / 1.2);
  }
  .modal {
    padding: calc(100px / 1.2) calc(160px / 1.2);
  }
  .gallery .close,
  .modal .close {
    top: calc(50px / 1.2);
  }
  .modal .input {
    margin-top: calc(50px / 1.2);
  }
  .modal .a {
    margin-top: calc(140px / 1.2);
  }
  .modal button[type="submit"] {
    margin-top: calc(60px / 1.2);
  }
  .hidden-menu {
    padding: calc(100px / 1.2) calc(190px / 1.2) calc(100px / 1.2)
      calc(230px / 1.2);
  }
  .hidden-menu .nav ul li a,
  .main .center .heading {
    font-size: calc(72px / 1.2);
  }
  .hidden-menu .nav ul li {
    margin-bottom: calc(30px / 1.2);
  }
  .dop .info a,
  .hidden-menu .lang {
    margin-top: calc(80px / 1.2);
  }
  .header {
    padding-top: calc(25px / 1.2);
    height: calc(135px / 1.2);
  }
  .header .logo {
    width: calc(110px / 1.2);
  }
  .main {
    padding-top: calc(200px / 1.2);
  }
  .main .marquee {
    font-size: calc(615px / 1.2);
  }
  .main .center .flex {
    margin-top: calc(40px / 1.2);
    width: calc(605px / 1.2);
  }
  .main .center .flex .img.img1 {
    height: calc(1080px / 1.2);
    -webkit-transform: translateY(calc(-420px / 1.2));
    -ms-transform: translateY(calc(-420px / 1.2));
    transform: translateY(calc(-420px / 1.2));
  }
  .main .center .flex .img.img1 .img-w {
    height: calc(560px / 1.2);
  }
  .main .center .flex .img.img2 {
    width: calc(340px / 1.2);
    height: calc(485px / 1.2);
    margin-top: calc(230px / 1.2);
  }
  .main .center .flex .down {
    top: calc(20px / 1.2);
    right: calc(-90px / 1.2);
  }
  .main .left {
    margin-top: calc(500px / 1.2);
    padding-top: calc(300px / 1.2);
  }
  .main .left .heading {
    font-size: calc(124px / 1.2);
  }
  .main .left .a {
    margin-top: calc(60px / 1.2);
  }
  .cards {
    padding-top: calc(210px / 1.2);
  }
  .cards .card .img {
    height: calc(830px / 1.2);
  }
  .cards .card.big .img {
    height: calc(890px / 1.2);
  }
  .cards .card:nth-child(2) {
    margin-top: calc(530px / 1.2);
  }
  .cards .card:nth-child(3) {
    margin-top: calc(1260px / 1.2);
  }
  .cards .card:nth-child(4) {
    margin-top: calc(610px / 1.2);
  }
  .cards .rotate {
    margin-top: calc(180px / 1.2);
  }
  .director {
    padding-top: calc(130px / 1.2);
  }
  .director .flex .info {
    margin-left: calc(80px / 1.2);
  }
  .director .heading {
    font-size: calc(515px / 1.2);
  }
  .director .heading2 {
    margin-left: 0.5em;
  }
  .director .img {
    height: calc(1000px / 1.2);
  }
  .objects {
    padding-top: calc(200px / 1.2);
  }
  .objects .heading {
    font-size: calc(75px / 1.2);
  }
  .objects .card .flex a:nth-child(1) {
    max-width: 60%;
  }
  .objects .col:nth-child(1) .card {
    margin-top: calc(290px / 1.2);
  }
  .objects .col:nth-child(1) .card:first-child {
    margin-top: calc(460px / 1.2);
  }
  .objects .col:nth-child(1) .card .flex {
    padding-left: calc(20px / 1.2);
  }
  .objects .col:nth-child(1) .card .img {
    height: calc(690px / 1.2);
  }
  .objects .col:nth-child(2) {
    margin-top: calc(115px / 1.2);
  }
  .objects .col:nth-child(2) .card {
    margin-top: calc(100px / 1.2);
  }
  .objects .col:nth-child(2) .card .img {
    height: calc(620px / 1.2);
  }
  .objects .col:nth-child(3) .card {
    margin-top: calc(880px / 1.2);
  }
  .objects .col:nth-child(3) .card .flex {
    padding-right: calc(20px / 1.2);
  }
  .objects .col:nth-child(3) .card .img {
    height: calc(420px / 1.2);
  }
  .objects .rotate {
    margin-top: calc(180px / 1.2);
  }
  .slider {
    margin-top: calc(200px / 1.2);
  }
  .slider .img {
    width: calc(570px / 1.2);
    height: calc(530px / 1.2);
  }
  .slider .marquee-wrap {
    margin-top: calc(60px / 1.2);
    margin-bottom: calc(60px / 1.2);
  }
  .slider .marquee {
    font-size: calc(315px / 1.2);
  }
  .slider .text1 {
    margin-left: 40px;
    max-width: 320px;
  }
  .form {
    padding: calc(200px / 1.2) 0;
  }
  .footer .info {
    margin-top: calc(70px / 1.2);
  }
  .footer .info .col {
    width: 25%;
  }
  .footer .text1 {
    margin-top: calc(120px / 1.2);
    font-size: calc(144px / 1.2);
  }
  .footer .bottom {
    margin-top: calc(220px / 1.2);
    margin-bottom: calc(70px / 1.2);
  }
  .footer .bottom .line {
    width: 55%;
  }
  .about .heading {
    font-size: calc(515px / 1.2);
  }
  .about .heading1 {
    margin-left: calc(-160px / 1.2);
  }
  .about .heading2 {
    bottom: calc(60px / 1.2);
  }
  .about .card:nth-child(1) {
    height: calc(330px / 1.2);
  }
  .about .card:nth-child(2) .img {
    height: calc(1200px / 1.2);
  }
  .about .card:nth-child(3) {
    height: calc(580px / 1.2);
  }
  .about .down {
    top: calc(290px / 1.2);
  }
  .abtext {
    padding-top: calc(210px / 1.2);
  }
  .part {
    padding-top: calc(200px / 1.2);
  }
  .part .part2 {
    padding-top: calc(180px / 1.2);
    padding-bottom: calc(180px / 1.2);
  }
  .aobjects {
    padding-top: calc(210px / 1.2);
  }
  .aobjects .top {
    left: 15%;
  }
  .aobjects .heading {
    font-size: calc(60px / 1.2);
  }
  .part .col:nth-child(2) {
    padding-right: calc(40px / 1.2);
  }
  .part .part1 .card,
  .part .part2 .card {
    padding: calc(50px / 1.2) calc(20px / 1.2);
  }
  .part .part1 .card .name {
    font-size: calc(36px / 1.2);
  }
  .part .part1 .card .geo,
  .part .part1 .card .year,
  .part .part2 .card .name,
  .part .part2 .card .num {
    font-size: calc(17px / 1.2);
  }
  .part .part2 .card .geo,
  .part .part2 .card .year {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: calc(17px / 1.2);
  }
  .part .part1 .card .img {
    width: calc(370px / 1.2);
    height: calc(280px / 1.2);
  }
  .part .part1 .card:hover .name {
    padding-left: calc(50px / 1.2);
  }
  .aobjects .flex .card:nth-child(1) {
    height: calc(440px / 1.2);
  }
  .aobjects .flex .card:nth-child(2) {
    margin-top: calc(140px / 1.2);
    height: calc(740px / 1.2);
  }
  .aobjects .flex .card:nth-child(3) {
    margin-top: calc(-60px / 1.2);
    height: calc(780px / 1.2);
  }
  .aobjects .flex .card:nth-child(4) {
    margin-top: calc(120px / 1.2);
    height: calc(720px / 1.2);
  }
  .aobjects .flex .card:nth-child(5) {
    margin-top: calc(60px / 1.2);
    height: calc(500px / 1.2);
  }
  .aobjects .top {
    top: calc(40px / 1.2);
  }
  .aobjects .text {
    margin-top: calc(45px / 1.2);
  }
  .aobjects .rotate,
  .contacts button[type="submit"] {
    margin-top: calc(60px / 1.2);
  }
  .aobjects .bottom .info .a,
  .objects.misha .left .selects {
    margin-top: calc(50px / 1.2);
  }
  .aobjects .bottom .info {
    margin-bottom: calc(60px / 1.2);
  }
  .aobjects .bottom .card {
    margin-left: 10%;
    height: calc(550px / 1.2);
  }
  .service .marquee {
    font-size: calc(615px / 1.2);
  }
  .service {
    padding-top: calc(200px / 1.2);
  }
  .service .heading {
    margin-left: 40px;
    font-size: calc(72px / 1.2);
  }
  .service ul {
    margin-top: calc(210px / 1.2);
  }
  .otkaz {
    padding-top: calc(160px / 1.2);
  }
  .otkaz .flex,
  .service ul {
    margin-left: 0;
  }
  .otkaz .card {
    height: calc(700px / 1.2);
  }
  .otkaz .info {
    margin-top: calc(90px / 1.2);
  }
  .dop {
    padding-top: calc(220px / 1.2);
    padding-bottom: calc(160px / 1.2);
  }
  .dop .flex {
    margin-left: 0;
  }
  .dop .info,
  .otkaz .info .rotate {
    margin-top: calc(100px / 1.2);
  }
  .dop .info .heading {
    font-size: calc(52px / 1.2);
  }
  .dop .card {
    height: calc(630px / 1.2);
  }
  .contacts .marquee {
    font-size: calc(615px / 1.2);
  }
  .contacts .top {
    margin-left: 40px;
  }
  .contacts .heading,
  .contacts input {
    font-size: calc(72px / 1.2);
  }
  .contacts
    input:valid
    + input:valid
    + .checkbox
    + button[type="submit"].disable {
    opacity: 0.5;
    pointer-events: none;
  }
  .contacts .info {
    margin-top: calc(140px / 1.2);
    margin-bottom: calc(180px / 1.2);
  }
  .contacts .text1 {
    margin-top: calc(120px / 1.2);
  }
  .contacts .bottom {
    margin-bottom: calc(70px / 1.2);
  }
  .contacts .info .col {
    width: 25%;
  }
  .objects .marquee {
    margin-top: calc(-80px / 1.2);
    font-size: calc(615px / 1.2);
  }
  .objects .tabs {
    margin-left: 40px;
    margin-top: calc(100px / 1.2);
  }
  .objects .tabs ul li {
    margin-right: calc(60px / 1.2);
  }
  .objects .left {
    padding-left: 40px;
    margin-bottom: calc(70px / 1.2);
  }
  .objects .left .selects {
    margin-top: calc(70px / 1.2);
  }
  .objects .left .heading {
    font-size: calc(62px / 1.2);
  }
  .objects.misha {
    padding-top: calc(690px / 1.2);
  }
  .objects.misha .left {
    padding-top: calc(70px / 1.2);
    padding-bottom: calc(220px / 1.2);
    background-size: calc(730px / 1.2) calc(690px / 1.2);
  }
  .detail {
    padding-top: calc(30px / 1.2);
  }
  .detail .right .a {
    margin-left: 40px;
  }
  .detail .right .info {
    margin-left: 20px;
  }
  .detail .card {
    height: calc(1260px / 1.2);
  }
  .detail .right .articul {
    margin-top: calc(60px / 1.2);
    font-size: calc(500px / 1.2);
  }
  .slider2 {
    padding-top: calc(180px / 1.2);
  }
  .slider2 .marquee {
    font-size: calc(730px / 1.2);
  }
  .slider2 .center {
    margin-top: calc(-180px / 1.2);
    height: calc(1100px / 1.2);
    width: 56.25%;
  }
  .slider2 .paggination span:first-child {
    font-size: calc(194px / 1.2);
  }
  .slider2 .bottom {
    padding-top: calc(170px / 1.2);
    padding-bottom: calc(230px / 1.2);
  }
  .slider2 .bottom .img {
    height: calc(920px / 1.2);
  }
}
@media (max-width: 1100px) {
  .error .heading {
    font-size: calc(91px / 1.4);
  }
  .cursor,
  .cursor2,
  .cursor3 {
    display: none;
  }
  .rotate {
    width: calc(190px / 1.4);
    height: calc(190px / 1.4);
  }
  .modal {
    padding: calc(100px / 1.4) calc(160px / 1.4);
  }
  .gallery .close,
  .modal .close {
    top: calc(50px / 1.4);
  }
  .modal .input {
    margin-top: calc(50px / 1.4);
  }
  .modal .a {
    margin-top: calc(140px / 1.4);
  }
  .modal button[type="submit"] {
    margin-top: calc(60px / 1.4);
  }
  .hidden-menu {
    padding: calc(100px / 1.4) calc(190px / 1.4) calc(100px / 1.4)
      calc(230px / 1.4);
  }
  .hidden-menu .nav ul li a,
  .main .center .heading {
    font-size: calc(72px / 1.4);
  }
  .hidden-menu .nav ul li {
    margin-bottom: calc(30px / 1.4);
  }
  .dop .info a,
  .hidden-menu .lang {
    margin-top: calc(80px / 1.4);
  }
  .header {
    padding-top: calc(25px / 1.4);
    height: calc(135px / 1.4);
  }
  .header .logo {
    width: calc(110px / 1.4);
  }
  .main {
    padding-top: calc(200px / 1.4);
  }
  .main .marquee {
    font-size: calc(615px / 1.4);
  }
  .main .center .flex {
    margin-top: calc(40px / 1.4);
    width: calc(605px / 1.4);
  }
  .main .center .flex .img.img1 {
    height: calc(1080px / 1.4);
    -webkit-transform: translateY(calc(-420px / 1.4));
    -ms-transform: translateY(calc(-420px / 1.4));
    transform: translateY(calc(-420px / 1.4));
  }
  .main .center .flex .img.img1 .img-w {
    height: calc(560px / 1.4);
  }
  .main .center .flex .img.img2 {
    width: calc(340px / 1.4);
    height: calc(485px / 1.4);
    margin-top: calc(230px / 1.4);
  }
  .main .center .flex .down {
    top: calc(20px / 1.4);
    right: calc(-90px / 1.4);
  }
  .main .left {
    margin-top: calc(500px / 1.4);
    padding-top: calc(300px / 1.4);
  }
  .main .left .heading {
    font-size: calc(124px / 1.4);
  }
  .main .left .a {
    margin-top: calc(60px / 1.4);
  }
  .cards {
    padding-top: calc(210px / 1.4);
  }
  .cards .card .img {
    height: calc(830px / 1.4);
  }
  .cards .card.big .img {
    height: calc(890px / 1.4);
  }
  .cards .card:nth-child(2) {
    margin-top: calc(530px / 1.4);
  }
  .cards .card:nth-child(3) {
    margin-top: calc(1260px / 1.4);
  }
  .cards .card:nth-child(4) {
    margin-top: calc(610px / 1.4);
  }
  .cards .card .name {
    margin-top: 20px;
    font-size: 20px;
  }
  .cards .rotate {
    margin-top: calc(180px / 1.4);
  }
  .director {
    padding-top: calc(130px / 1.4);
  }
  .director .flex .info {
    margin-left: calc(80px / 1.4);
  }
  .director .heading {
    font-size: calc(515px / 1.4);
  }
  .director .heading2 {
    margin-left: 0.5em;
  }
  .director .img {
    height: calc(1000px / 1.4);
  }
  .objects {
    padding-top: calc(200px / 1.4);
  }
  .objects .heading {
    font-size: calc(75px / 1.4);
  }
  .objects .card .flex a:nth-child(1) {
    max-width: 60%;
    font-size: 11px;
  }
  .objects .col:nth-child(1) .card {
    margin-top: calc(290px / 1.4);
  }
  .objects .col:nth-child(1) .card:first-child {
    margin-top: calc(460px / 1.4);
  }
  .objects .col:nth-child(1) .card .flex {
    padding-left: calc(20px / 1.4);
  }
  .objects .col:nth-child(1) .card .img {
    height: calc(690px / 1.4);
  }
  .objects .col:nth-child(2) {
    margin-top: calc(115px / 1.4);
  }
  .objects .col:nth-child(2) .card {
    margin-top: calc(100px / 1.4);
  }
  .objects .col:nth-child(2) .card .img {
    height: calc(620px / 1.4);
  }
  .objects .col:nth-child(3) .card {
    margin-top: calc(880px / 1.4);
  }
  .objects .col:nth-child(3) .card .flex {
    padding-right: calc(20px / 1.4);
  }
  .objects .col:nth-child(3) .card .img {
    height: calc(420px / 1.4);
  }
  .objects .rotate {
    margin-top: calc(180px / 1.4);
  }
  .slider {
    margin-top: calc(200px / 1.4);
  }
  .slider .img {
    width: calc(570px / 1.4);
    height: calc(530px / 1.4);
  }
  .slider .marquee-wrap {
    margin-top: calc(60px / 1.4);
    margin-bottom: calc(60px / 1.4);
  }
  .slider .marquee {
    font-size: calc(315px / 1.4);
  }
  .slider .text1 {
    margin-left: 40px;
    max-width: 320px;
  }
  .form {
    padding: calc(200px / 1.4) 0;
  }
  .footer .info {
    margin-top: calc(70px / 1.4);
  }
  .footer .info .col {
    width: 25%;
  }
  .footer .text1 {
    margin-top: calc(120px / 1.4);
    font-size: calc(144px / 1.4);
  }
  .footer .bottom {
    margin-top: calc(220px / 1.4);
    margin-bottom: calc(70px / 1.4);
  }
  .footer .bottom .line {
    width: 55%;
  }
  .about .heading {
    font-size: calc(515px / 1.4);
  }
  .about .heading1 {
    margin-left: calc(-160px / 1.4);
  }
  .about .heading2 {
    bottom: calc(60px / 1.4);
  }
  .about .card:nth-child(1) {
    height: calc(330px / 1.4);
  }
  .about .card:nth-child(2) .img {
    height: calc(1200px / 1.4);
  }
  .about .card:nth-child(3) {
    height: calc(580px / 1.4);
  }
  .about .down {
    top: calc(290px / 1.4);
  }
  .abtext {
    padding-top: calc(210px / 1.4);
  }
  .part {
    padding-top: calc(200px / 1.4);
  }
  .part .part2 {
    padding-top: calc(180px / 1.4);
    padding-bottom: calc(180px / 1.4);
  }
  .aobjects {
    padding-top: calc(210px / 1.4);
  }
  .aobjects .top {
    left: 15%;
  }
  .aobjects .heading {
    font-size: calc(60px / 1.4);
  }
  .part .col:nth-child(2) {
    padding-right: calc(40px / 1.4);
  }
  .part .part1 .card,
  .part .part2 .card {
    padding: calc(50px / 1.4) calc(20px / 1.4);
  }
  .part .part1 .card .name {
    font-size: calc(36px / 1.4);
  }
  .part .part1 .card .geo,
  .part .part1 .card .year,
  .part .part2 .card .name,
  .part .part2 .card .num {
    font-size: calc(17px / 1.4);
  }
  .part .part2 .card .geo,
  .part .part2 .card .year {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: calc(17px / 1.4);
  }
  .part .part1 .card .img {
    width: calc(370px / 1.4);
    height: calc(280px / 1.4);
  }
  .part .part1 .card:hover .name {
    padding-left: calc(50px / 1.4);
  }
  .aobjects .flex .card:nth-child(1) {
    height: calc(440px / 1.4);
  }
  .aobjects .flex .card:nth-child(2) {
    margin-top: calc(140px / 1.4);
    height: calc(740px / 1.4);
  }
  .aobjects .flex .card:nth-child(3) {
    margin-top: calc(-60px / 1.4);
    height: calc(780px / 1.4);
  }
  .aobjects .flex .card:nth-child(4) {
    margin-top: calc(120px / 1.4);
    height: calc(720px / 1.4);
  }
  .aobjects .flex .card:nth-child(5) {
    margin-top: calc(60px / 1.4);
    height: calc(500px / 1.4);
  }
  .aobjects .top {
    top: calc(40px / 1.4);
  }
  .aobjects .text {
    margin-top: calc(45px / 1.4);
  }
  .aobjects .rotate,
  .contacts button[type="submit"] {
    margin-top: calc(60px / 1.4);
  }
  .aobjects .bottom .info .a,
  .objects.misha .left .selects {
    margin-top: calc(50px / 1.4);
  }
  .aobjects .bottom .info {
    margin-bottom: calc(60px / 1.4);
  }
  .aobjects .bottom .card {
    margin-left: 10%;
    height: calc(550px / 1.4);
  }
  .service .marquee {
    font-size: calc(615px / 1.4);
  }
  .service {
    padding-top: calc(200px / 1.4);
  }
  .service .heading {
    margin-left: 40px;
    font-size: calc(72px / 1.4);
  }
  .service ul {
    margin-top: calc(210px / 1.4);
  }
  .otkaz {
    padding-top: calc(160px / 1.4);
  }
  .otkaz .flex,
  .service ul {
    margin-left: 0;
  }
  .otkaz .card {
    height: calc(700px / 1.4);
  }
  .otkaz .info {
    margin-top: calc(90px / 1.4);
  }
  .dop {
    padding-top: calc(220px / 1.4);
    padding-bottom: calc(160px / 1.4);
  }
  .dop .flex {
    margin-left: 0;
  }
  .dop .info,
  .otkaz .info .rotate {
    margin-top: calc(100px / 1.4);
  }
  .dop .info .heading {
    font-size: calc(52px / 1.4);
  }
  .dop .card {
    height: calc(630px / 1.4);
  }
  .contacts .marquee {
    font-size: calc(615px / 1.4);
  }
  .contacts .top {
    margin-left: 40px;
  }
  .contacts .heading,
  .contacts input {
    font-size: calc(72px / 1.4);
  }
  .contacts
    input:valid
    + input:valid
    + .checkbox
    + button[type="submit"].disable {
    opacity: 0.5;
    pointer-events: none;
  }
  .contacts .info {
    margin-top: calc(140px / 1.4);
    margin-bottom: calc(180px / 1.4);
  }
  .contacts .text1 {
    margin-top: calc(120px / 1.4);
  }
  .contacts .bottom {
    margin-bottom: calc(70px / 1.4);
  }
  .contacts .info .col {
    width: 25%;
  }
  .objects .marquee {
    margin-top: calc(-80px / 1.4);
    font-size: calc(615px / 1.4);
  }
  .objects .tabs {
    margin-top: calc(100px / 1.4);
  }
  .objects .tabs ul li {
    margin-right: calc(60px / 1.4);
  }
  .objects .left {
    margin-bottom: calc(70px / 1.4);
  }
  .objects .left .selects {
    margin-top: calc(70px / 1.4);
  }
  .objects .left .heading {
    font-size: calc(62px / 1.4);
  }
  .objects.misha {
    padding-top: calc(690px / 1.4);
  }
  .objects.misha .left {
    padding-top: calc(70px / 1.4);
    padding-bottom: calc(220px / 1.4);
    background-size: calc(730px / 1.4) calc(690px / 1.4);
  }
  .detail {
    padding-top: calc(30px / 1.4);
  }
  .detail .card {
    height: calc(1260px / 1.4);
  }
  .detail .right .articul {
    margin-top: calc(60px / 1.4);
    font-size: calc(500px / 1.4);
  }
  .slider2 {
    padding-top: calc(180px / 1.4);
  }
  .slider2 .marquee {
    font-size: calc(730px / 1.4);
  }
  .slider2 .center {
    margin-top: calc(-180px / 1.4);
    height: calc(1100px / 1.4);
    width: 56.25%;
  }
  .slider2 .paggination span:first-child {
    font-size: calc(194px / 1.4);
  }
  .slider2 .bottom {
    padding-top: calc(170px / 1.4);
    padding-bottom: calc(230px / 1.4);
  }
  .slider2 .bottom .img {
    height: calc(920px / 1.4);
  }
}
@media (max-height: 1000px) {
  .gallery {
    background: #26262d;
  }
  .gallery,
  .hidden-menu,
  .modal {
    overflow-y: auto;
  }
}
@media (max-width: 900px) {
  .gallery .next,
  .gallery .prev,
  .slider .next,
  .slider .prev {
    width: 60px;
    height: 60px;
  }
  .gallery .prev,
  .slider .prev {
    left: 20px;
  }
  .gallery .next::before,
  .gallery .prev::before,
  .slider .next::before,
  .slider .prev::before {
    width: 15px;
    height: 15px;
  }
  .gallery .next,
  .slider .next {
    left: auto;
    right: 20px;
  }
  .split {
    position: relative;
    z-index: 10;
    line-height: 1.28;
  }
  .container,
  .objects .tabs ul {
    padding: 0 20px;
  }
  .header {
    padding-top: 10px;
    height: 60px;
  }
  .header .burger,
  .modal-back {
    position: fixed;
    top: 10px;
  }
  .modal-back {
    top: 0;
    left: 0;
  }
  .header .logo {
    width: 60px;
  }
  .header .underline {
    font-size: 10px;
  }
  .header .burger:hover {
    width: 35px;
  }
  .hidden-menu,
  .modal {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 70px 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .modal {
    right: 0;
    margin-right: 0;
    z-index: 1001;
    -webkit-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
  .hidden-menu {
    left: 0;
    margin-left: 0;
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
  }
  .hidden-menu.active,
  .modal.active {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .hidden-menu .nav ul li a {
    font-size: 36px;
  }
  .hidden-menu .nav ul li {
    margin-bottom: 15px;
  }
  .hidden-menu .lang,
  .service ul {
    margin-top: 60px;
  }
  .hidden-menu .lang ul li a {
    font-size: 12px;
  }
  .modal .a,
  .modal button[type="submit"] {
    margin-top: 40px;
  }
  .modal .close {
    top: 10px;
    left: 20px;
    right: auto;
  }
  .gallery .close {
    left: auto;
    right: 20px;
    top: 10px;
  }
  .modal .text1 span {
    font-size: 20px;
  }
  .modal .input {
    margin-top: 30px;
  }
  .input label {
    margin-bottom: 10px;
  }
  input {
    padding-bottom: 10px;
  }
  .main {
    padding-top: 130px;
  }
  .main .marquee {
    top: 70px;
    font-size: 180px;
  }
  .main .center {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%;
  }
  .error .heading,
  .main .center .heading {
    font-size: 29px;
  }
  .error {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .error .a {
    margin-top: 50px;
  }
  .main .center .flex .a,
  .main .center .flex .down {
    display: none;
  }
  .main .center .flex {
    margin-top: 60px;
    width: 100%;
  }
  .main .center .flex .img.img1 {
    position: static;
    margin-top: 0;
    margin-left: auto;
    margin-right: -20px;
    width: 80.5%;
    height: 280px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main .center .flex .img.img1 .img-w {
    height: 280px;
  }
  .main .center .flex .img.img1 span {
    background-position: 50% 50% !important;
  }
  .main .center .flex .img.img2 {
    margin-top: 80px;
    margin-left: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 44.5%;
    height: 500px;
  }
  .main .left {
    padding-top: 0;
    margin-top: 220px;
  }
  .main .left .heading {
    font-size: 35px;
  }
  .main .left .a {
    margin-top: 40px;
  }
  .cards {
    padding-top: 90px;
  }
  .cards .card.big {
    width: 48%;
  }
  .cards .card.big .img {
    height: 550px;
  }
  .cards .card:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    text-align: left;
  }
  .cards .card:nth-child(4) {
    text-align: left;
  }
  .cards .card {
    margin-bottom: 50px;
    width: 48%;
  }
  .cards .card .img {
    height: 550px;
  }
  .cards .card:nth-child(3) {
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    position: static;
  }
  .cards .card:nth-child(4) {
    margin-left: auto;
    margin-top: 0;
  }
  .cards .rotate {
    margin-top: 80px;
  }
  .cards .card .img span {
    left: 0;
    width: 100%;
  }
  .rotate {
    width: 140px;
    height: 140px;
  }
  .rotate .bg {
    -webkit-animation-play-state: running;
    animation-play-state: running;
  }
  .director {
    padding-top: 60px;
  }
  .director .heading {
    padding-left: 20px;
    font-size: 90px;
  }
  .director .heading2 {
    margin-top: 0;
  }
  .director .img {
    margin-top: 50px;
    height: 560px;
    width: 100%;
  }
  .director .flex .info {
    margin: 40px 20px 0;
    max-width: 100%;
  }
  .director .flex .info .name {
    width: 100%;
    font-size: 25px;
  }
  .director .flex .info .opisanie {
    width: 100%;
    font-size: 13px;
  }
  .objects {
    padding-top: 80px;
  }
  .objects .heading {
    font-size: 35px;
  }
  .contacts button[type="submit"],
  .objects .a {
    margin-top: 40px;
  }
  .objects .container-full {
    padding: 0 20px;
    margin-top: 30px;
  }
  .objects .col:nth-child(1) .card:first-child {
    margin-top: 0;
  }
  .objects .col:nth-child(1),
  .objects .col:nth-child(2),
  .objects .col:nth-child(3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .objects .col:nth-child(2),
  .objects .col:nth-child(3) {
    margin-top: 30px;
  }
  .objects .col:nth-child(1) .card,
  .objects .col:nth-child(2) .card,
  .objects .col:nth-child(3) .card {
    width: 48%;
    margin-top: 0;
  }
  .objects .col:nth-child(1) .card .img,
  .objects .col:nth-child(2) .card .img,
  .objects .col:nth-child(3) .card .img {
    height: 340px;
  }
  .objects .col .card .flex {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .objects .rotate {
    margin-top: 100px;
  }
  .slider {
    margin-top: 90px;
  }
  .slider .text1 {
    margin-left: 20px;
    margin-top: 50px;
    max-width: 100%;
    margin-right: 20px;
  }
  .slider .marquee-wrap {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .slider .img {
    margin-top: 140px;
    height: 260px;
    width: 280px;
  }
  .slider .marquee {
    font-size: 50px;
    padding: 30px 0;
  }
  .slider .paggination {
    margin-bottom: 40px;
  }
  .contacts .info .col ul li a,
  .footer .info .col ul li a,
  .slider .text2 {
    font-size: 12px;
  }
  .form {
    padding: 80px 0;
  }
  .form .line {
    width: 100%;
  }
  .dop .info a,
  .form .text1 {
    margin-top: 30px;
  }
  .footer .text1 {
    margin-top: 60px;
    font-size: 35px;
  }
  .footer .container {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer .info {
    margin-top: 50px;
  }
  .footer .info .col {
    margin-bottom: 40px;
    width: 50%;
  }
  .footer .info .col span {
    margin-bottom: 15px;
  }
  .footer .bottom {
    border-top: 1px solid #38383e;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer .bottom .left {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
  .footer .bottom .line {
    display: none;
  }
  .footer .bottom .right {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  .footer .bottom .right span {
    margin-right: 5px;
    font-size: 12px;
  }
  .about .heading {
    font-size: 180px;
  }
  .about .heading1 {
    margin-left: 0;
  }
  .about .heading2 {
    bottom: 140px;
    left: 0;
    right: auto;
    margin-left: 70px;
  }
  .about .flex {
    margin-top: -30px;
  }
  .about .card:nth-child(1) {
    display: none;
  }
  .about .card:nth-child(2) {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .about .card:nth-child(2) .img {
    height: 850px;
  }
  .about .card:nth-child(3) {
    display: none;
  }
  .about .info {
    position: static;
    margin-top: 120px;
    margin-left: 0;
    max-width: 100%;
  }
  .about .info .name {
    width: 100%;
    font-size: 25px;
  }
  .about .info .opisanie {
    width: 100%;
    margin-top: 20px;
    font-size: 13px;
  }
  .about .down {
    display: none;
  }
  .abtext,
  .part {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .abtext .col:nth-child(1) {
    text-align: left;
    width: 100%;
  }
  .abtext .col:nth-child(2) {
    margin-top: 25px;
    width: 100%;
    font-size: 13px;
    padding-right: 0;
  }
  .part .col:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  .part .col:nth-child(2) {
    margin-top: 25px;
    width: 100%;
    padding-right: 0;
  }
  .part .part1 .card:first-child {
    margin-top: 0;
    padding-bottom: 25px;
  }
  .part .part1 .card,
  .part .part2 .card {
    padding: 25px 0;
  }
  .part .part1 .card .name {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
  }
  .part .part1 .card .geo,
  .part .part1 .card .year {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .part .part1 .card .year {
    text-align: left;
  }
  .part .part1 .card .img {
    display: none;
  }
  .part .part1 .card:hover .name {
    padding-left: 0;
  }
  .part .part2 {
    background: #26262d;
    opacity: 1;
    margin-left: -20px;
    width: 100vw;
    margin-top: 50px;
    padding: 50px 20px;
  }
  .part .part2 .card:first-child {
    padding-bottom: 25px;
  }
  .part .part2 .card .geo,
  .part .part2 .card .name,
  .part .part2 .card .num,
  .part .part2 .card .year {
    font-size: 13px;
  }
  .part .part2 .card .num {
    width: 10%;
  }
  .part .part2 .card .name {
    padding-right: 10px;
    width: 50%;
  }
  .part .part2 .card .year {
    width: 25%;
  }
  .part .part2 .card .geo {
    width: 15%;
  }
  .aobjects {
    padding-top: 100px;
  }
  .aobjects .flex-w {
    overflow-x: auto;
    max-width: 100%;
  }
  .aobjects .flex-w .flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .aobjects .flex .card:nth-child(1) {
    margin-right: 10px;
    margin-top: 0;
    width: 280px;
    height: 190px;
  }
  .aobjects .flex .card:nth-child(2),
  .aobjects .flex .card:nth-child(3),
  .aobjects .flex .card:nth-child(4) {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    width: 280px;
    height: 190px;
  }
  .aobjects .flex .card:nth-child(5) {
    margin-left: 0;
    margin-top: 0;
    width: 280px;
    height: 190px;
  }
  .aobjects .flex {
    width: 100%;
  }
  .aobjects .flex .card:nth-child(1) {
    margin-left: 20px;
  }
  .aobjects .flex .card:nth-child(5) {
    margin-right: 20px;
  }
  .aobjects .top {
    max-width: 100%;
    position: static;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .aobjects .heading .split:first-child,
  .dop .info .heading .split:first-child {
    text-align: left;
  }
  .aobjects .bottom .info .name,
  .aobjects .heading,
  .service ul li .name {
    font-size: 25px;
  }
  .aobjects .text {
    margin-top: 15px;
    max-width: 100%;
    font-size: 13px;
  }
  .aobjects .rotate {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .aobjects .bottom {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-top: 100px;
  }
  .aobjects .bottom .card {
    margin-left: 0;
    width: 100%;
    height: 600px;
  }
  .aobjects .bottom .info {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .aobjects .bottom .info .opisanie {
    font-size: 13px;
  }
  .aobjects .bottom .info .a {
    margin-top: 35px;
  }
  .service {
    padding-top: 70px;
  }
  .service .marquee {
    font-size: 180px;
  }
  .service .heading {
    font-size: 29px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .service ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  .service ul li:last-child {
    margin-bottom: 0;
  }
  .service ul li .opisanie {
    margin-top: 10px;
    font-size: 13px;
  }
  .dop,
  .otkaz {
    padding-top: 90px;
  }
  .otkaz .card {
    width: 100%;
    height: 520px;
  }
  .otkaz .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .otkaz .info {
    margin-top: 0;
    max-width: 100%;
  }
  .otkaz .info .name {
    font-size: 25px;
    max-width: 100%;
  }
  .otkaz .info .opisanie {
    font-size: 13px;
    margin-top: 20px;
  }
  .otkaz .info .rotate {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .dop {
    padding-bottom: 90px;
  }
  .dop .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dop .info {
    max-width: 100%;
    margin-top: 40px;
    position: static;
    width: 100%;
  }
  .dop .card {
    margin-left: 0;
    height: 460px;
    width: 100%;
  }
  .dop .info .heading {
    font-size: 29px;
  }
  .dop .info .text {
    margin-top: 15px;
    font-size: 13px;
    max-width: 100%;
  }
  .contacts {
    padding-top: 40px;
  }
  .contacts .top {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contacts .marquee {
    font-size: 180px;
  }
  .contacts .heading {
    font-size: 29px;
    margin-top: 15px;
  }
  .contacts input {
    width: 100%;
    margin-top: 5px;
    font-size: 29px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts .info .col {
    margin-bottom: 40px;
    width: 50%;
  }
  .contacts .info .col span {
    margin-bottom: 15px;
  }
  .contacts .checkbox {
    margin-top: 30px;
  }
  .contacts .info {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .objects .marquee {
    margin-top: 0;
    font-size: 180px;
  }
  .objects .top {
    position: static;
  }
  .objects .tabs {
    max-width: 100%;
    overflow-x: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .objects .tabs ul li {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 40px;
  }
  .objects .left {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .objects .left .heading {
    font-size: 29px;
  }
  .objects .left .selects {
    display: inline-block;
    margin-top: 30px;
  }
  .objects .left .selects .nice-select {
    width: 100%;
    margin-bottom: 30px;
  }
  .objects.misha {
    padding-top: 80px;
  }
  .objects.misha .left {
    background-image: none !important;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .objects.misha .left .text {
    margin-top: 10px;
    font-size: 13px;
  }
  .objects.misha .left .selects {
    margin-top: 30px;
  }
  .objects .tabs ul li:last-child {
    padding-right: 20px;
  }
  .detail {
    padding-top: 15px;
  }
  .detail .card {
    width: 100%;
    height: 630px;
  }
  .detail .right {
    width: 100%;
    z-index: 10;
  }
  .detail .right .info {
    margin-left: auto;
    margin-right: auto;
  }
  .detail .right .a,
  .slider2 .cursor {
    display: none;
  }
  .detail .right .articul {
    font-size: 120px;
    margin-top: -0.3em;
    margin-left: 0;
    text-align: center;
  }
  .detail .right .name {
    margin-top: 30px;
    font-size: 20px;
  }
  .detail .right .nalichie,
  .detail .right .razmer,
  .detail .right .underline {
    margin-top: 40px;
  }
  .detail .right .social {
    margin-top: 50px;
  }
  .slider2 {
    padding-top: 70px;
  }
  .slider2 .top .heading {
    font-size: 35px;
  }
  .slider2 .marquee {
    margin-top: 90px;
    font-size: 120px;
  }
  .slider2 .center {
    width: 100%;
    height: auto;
    margin-top: -10px;
    margin-left: 0;
    margin-right: 0;
  }
  .slider2 .swiper-container {
    overflow-x: auto;
    max-width: 100%;
  }
  .slider2 .swiper-wrapper {
    margin-left: 20px;
  }
  .slider2 .swiper-slide {
    margin-right: 10px;
    width: 280px;
    height: 380px;
  }
  .slider2 .swiper-slide:last-child {
    padding-right: 20px;
  }
  .slider2 .bottom .heading::after,
  .slider2 .center .paggination,
  .slider2 .next,
  .slider2 .prev {
    display: none;
  }
  .slider2 .bottom {
    padding-bottom: 40px;
    padding-top: 80px;
  }
  .slider2 .bottom .heading {
    margin-left: 0;
    padding-bottom: 50px;
    font-size: 35px;
  }
  .slider2 .bottom .img {
    height: 440px;
  }
  .objects .tabs ul li a {
    font-size: 24px;
  }
  .split {
    opacity: 1;
  }
  .card .img::after {
    width: 100px;
    height: 100px;
  }
  .card .img::before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 600px) {
  .header .burger {
    top: 30px;
  }
  .main .center .flex .img.img1 {
    width: 87.5%;
    height: 140px;
  }
  .main .center .flex .img.img1 .img-w {
    height: 140px;
  }
  .main .center .flex .img.img2 {
    width: 62.5%;
    height: 300px;
  }
  .cards .card .img,
  .cards .card.big .img {
    height: 350px;
  }
  .director .img {
    height: 360px;
  }
  .objects .col:nth-child(1) .card,
  .objects .col:nth-child(2) .card,
  .objects .col:nth-child(3) .card {
    width: 100%;
    margin-top: 30px;
  }
  .cards .card.big {
    width: 87.5%;
  }
  .cards .card {
    width: 65%;
    margin-bottom: 0;
  }
  .cards .card:nth-child(2) {
    margin-top: 50px;
    text-align: left;
  }
  .cards .card:nth-child(3) {
    text-align: left;
    margin-top: 80px;
    margin-left: auto;
  }
  .cards .card:nth-child(4) {
    text-align: right;
    margin-left: 0;
    margin-top: 50px;
  }
  .about .card:nth-child(2) .img {
    height: 450px;
  }
  .aobjects .bottom .card {
    height: 300px;
  }
  .otkaz .card {
    height: 320px;
  }
  .dop .card {
    height: 260px;
  }
  .detail .card {
    height: 430px;
  }
  .slider2 .bottom .img {
    height: 240px;
  }
}
