@font-face {
  font-family: 'Poiret One';
  src: local('Poiret One'), local('PoiretOne-Regular'), url('../fonts/poiretone.woff2') format('woff2'), url('../fonts/poiretone.woff') format('woff'), url('../fonts/poiretone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
*::-webkit-scrollbar-button {
  background-color: #000;
}
*::-webkit-scrollbar-track {
  background-color: #FFF;
}
*::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
*::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #000;
  border-radius: 3px;
}
*::-webkit-scrollbar-corner {
  background-color: #FFF;
}
*::-webkit-resizer {
  background-color: #000;
}
body {
  width: 100%;
  min-height: 100vh;
  background: #000;
  position: relative;
  overflow-x: hidden;
  font-family: 'Manrope', sans-serif;
  font-size: 19.727px;
  color: #000;
}
@media screen and (max-width: 1800px) {
  body {
    transform-origin: top left;
    transform: scale(0.8);
    width: calc(100% / 0.8);
    height: calc(100vh * 1.25);
    /* Увеличиваем высоту соответственно уменьшению масштаба */
  }
}
@media screen and (max-width: 1460px) {
  body {
    transform-origin: top left;
    transform: scale(0.6);
    width: calc(100% / 0.6);
    height: calc(100vh * 1.67);
  }
}
@media screen and (max-width: 1100px) {
  body {
    transform-origin: top left;
    transform: scale(0.5);
    width: calc(100% / 0.5);
    height: calc(100vh * 2);
  }
}
@media screen and (max-width: 920px) {
  body {
    transform-origin: top left;
    transform: scale(0.4);
    width: calc(100% / 0.4);
    height: calc(100vh * 2.5);
  }
}
@media screen and (max-width: 769px) {
  body {
    transform: none;
    width: 100%;
    height: 100vh;
    /* Возвращаем высоту по умолчанию */
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.container {
  max-width: 1790px;
  margin: 0 auto;
}
@media screen and (max-width: 1790px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Customize the label (the container) */
.ccontainer {
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .ccontainer {
    font-size: 12px;
    padding-left: 30px;
    margin-top: -40px;
  }
}
/* Hide the browser's default checkbox */
.ccontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 41px;
  background: url(../img/checke.png);
}
@media screen and (max-width: 1200px) {
  .checkmark {
    height: 16px;
    width: 17px;
    background-size: cover;
  }
}
/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .checkmark {
  background: url(../img/checke.png);
  background-size: cover;
}
/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .checkmark {
  background: url(../img/checked.png);
  background-size: cover;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
.ccontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mySwiper {
  overflow: visible;
  margin-left: -15% !important;
  margin-right: -15% !important;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mySwiper {
    overflow-x: hidden!important;
    margin-left: -30% !important;
    margin-right: -30% !important;
  }
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: red!important;
  color: #FFF !important;
  text-align: center!important;
  font-size: 14px!important;
  padding: 15px!important;
  border-radius: 5px!important;
  border: none!important;
}
.wpcf7-not-valid {
  border: 1px solid red!important;
}
header {
  position: absolute;
  transition: 0.5s background;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 769px) {
  header {
    top: 20px;
  }
}
header .container {
  display: grid;
  grid-template-columns: 96px 1fr 325px;
  grid-gap: 60px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  header .container {
    grid-template-columns: 39px 1fr ;
    grid-gap: 10px;
  }
}
header .container .burger {
  cursor: pointer;
}
header .container .burger span {
  display: block;
  height: 4px;
  background: #000;
  border-radius: 4px;
  margin-bottom: 18px;
  transition: 0.5s transform;
}
@media screen and (max-width: 769px) {
  header .container .burger span {
    margin-bottom: 7px;
    height: 2px;
    border-radius: 2px;
  }
}
header .container .burger span:last-child {
  margin-bottom: 0;
}
header .container .active-burger span {
  margin-bottom: 0;
}
header .container .active-burger span:nth-child(1) {
  transform: rotate(-45deg);
}
header .container .active-burger span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}
header .container .active-burger span:last-child {
  display: none;
}
header .container .nav {
  opacity: 0;
}
header .container .nav ul {
  list-style-type: none;
  padding-top: 40px;
}
@media screen and (max-width: 769px) {
  header .container .nav ul {
    padding-top: 0px;
    margin-top: -10px;
  }
}
header .container .nav ul li {
  display: inline-block;
  background: url(../img/ar.png) right center no-repeat;
  margin-right: 20px;
  padding-right: 44px;
}
@media screen and (max-width: 769px) {
  header .container .nav ul li {
    background: url(../img/arm.png) right top 17px no-repeat;
    margin-right: 5px;
    padding-right: 15px;
  }
}
header .container .nav ul li:last-child {
  background: none;
  margin-right: 0;
  padding-right: 0px;
}
header .container .nav ul li a {
  color: #000;
  text-align: center;
  font-size: 26.217px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  header .container .nav ul li a {
    font-size: 8px;
  }
}
header .container .nav ul li a:hover {
  color: #000;
  font-size: 26.217px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  /* 31.723px */
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 769px) {
  header .container .nav ul li a:hover {
    font-size: 8px;
  }
}
header .container .navactive {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  header .container .order {
    display: none;
  }
}
header .container .order a {
  color: #FFF;
  font-size: 32.975px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 19px;
  background: #000;
  transition: 0.5s transform, 0.5s background;
}
header .container .order a:hover {
  transform: scale(1.05);
  background: #333;
}
.fixed .burger span {
  box-shadow: 0 0 1px 1px #ffffff;
}
.fixed .order a {
  box-shadow: 0 0 1px 1px #ffffff;
}
.banner {
  position: relative;
  height: 2134px;
  background-position: top center!important;
  background-size: cover!important;
}
@media screen and (max-width: 769px) {
  .banner {
    height: 560px;
  }
}
.banner .container {
  padding-top: 245px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .banner .container {
    padding-top: 64px;
  }
}
@media screen and (max-width: 769px) {
  .banner .container img {
    width: 75.148px;
    margin-bottom: 27px;
  }
}
.banner .container h1 {
  font-size: 289.335px;
  font-family: 'Poiret One';
}
@media screen and (max-width: 769px) {
  .banner .container h1 {
    font-size: 75px;
  }
}
.banner .container h2 {
  color: #000;
  font-family: 'Poiret One';
  font-size: 99.626px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .banner .container h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.banner .container p {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 129.1%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  color: #4A4A4A;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .banner .container p {
    font-size: 11.044px;
  }
}
.banner .container p .moblink {
  display: none;
}
@media screen and (max-width: 769px) {
  .banner .container p .moblink {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    padding: 8.41px 13.42px;
    background: #000;
    transition: 0.5s transform, 0.5s background;
    margin-top: 20px;
  }
}
.raz {
  background: #000;
}
.raz .container {
  padding-top: 35px;
  padding-bottom: 110px;
  color: #FFF;
}
@media screen and (max-width: 769px) {
  .raz .container {
    padding-bottom: 190px;
  }
}
.raz .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 769px) {
  .raz .container .list {
    display: block;
  }
}
.raz .container .list .item {
  position: relative;
  padding: 28px;
  padding-top: 40px;
}
@media screen and (max-width: 769px) {
  .raz .container .list .item {
    padding-top: 33px;
    padding-left: 31px;
    margin-bottom: 20px;
  }
}
.raz .container .list .item::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: url(../img/line.svg) center center no-repeat;
  content: "";
}
@media screen and (max-width: 769px) {
  .raz .container .list .item::after {
    display: none;
  }
}
.raz .container .list .item:first-child::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: url(../img/line.svg) center center no-repeat;
  content: "";
}
@media screen and (max-width: 769px) {
  .raz .container .list .item:first-child::before {
    display: none;
  }
}
.raz .container .list .item .title {
  color: #FFF;
  font-size: 42.085px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  height: 240px;
}
@media screen and (max-width: 769px) {
  .raz .container .list .item .title {
    font-size: 24px;
  }
}
.raz .container .list .item .button a {
  color: #000;
  font-size: 26.303px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  padding: 22px 44px;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s transform;
}
@media screen and (max-width: 769px) {
  .raz .container .list .item .button a {
    font-size: 12.118px;
    padding: 10.5px 30px;
  }
}
.raz .container .list .item .button a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 769px) {
  .raz .container .list .item:nth-child(1) {
    background: url(../img/rf1.png);
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .raz .container .list .item:nth-child(2) {
    background: url(../img/rf2.png);
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .raz .container .list .item:nth-child(3) {
    background: url(../img/rf3.png);
    background-size: cover;
  }
}
.company {
  background: #000;
  color: #FFF;
  position: relative;
}
.company .container {
  padding-bottom: 105px;
}
@media screen and (max-width: 769px) {
  .company .container {
    padding-bottom: 40px;
  }
}
.company .container .ttext p {
  font-size: 51px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #7E7E7E 0.16%, #FFF 35.7%, #514F4F 107.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 769px) {
  .company .container .ttext p {
    font-size: 16px;
  }
}
.company .container .ttext p strong {
  color: #FFF;
  font-size: 31.564px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 540px;
  display: inline-block;
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 769px) {
  .company .container .ttext p strong {
    font-size: 12px;
    width: 120px;
  }
}
.company .container .list {
  padding-top: 55px;
  padding-bottom: 155px;
  padding-left: 570px;
}
@media screen and (max-width: 769px) {
  .company .container .list {
    padding-left: 0px;
    padding-bottom: 80px;
  }
}
.company .container .list .line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #FFF;
  padding-top: 70px;
  padding-bottom: 45px;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .company .container .list .line {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.company .container .list .line span.left {
  color: #FFF;
  font-size: 99.952px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .company .container .list .line span.left {
    font-size: 32px;
  }
}
.company .container .list .line span.right {
  text-align: right;
  color: #FFF;
  font-size: 42.085px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .company .container .list .line span.right {
    font-size: 14px;
  }
}
.company .imgfix1 {
  position: absolute;
  left: 0;
  top: 20%;
}
@media screen and (max-width: 769px) {
  .company .imgfix1 {
    display: none;
  }
}
.pm {
  background-position: left bottom!important;
}
.pm .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  padding-bottom: 125px;
}
@media screen and (max-width: 769px) {
  .pm .container {
    display: block;
    padding-bottom: 0;
  }
}
.pm .container .item {
  margin-left: auto;
  position: relative;
  transition: 0.5s transform;
}
@media screen and (max-width: 769px) {
  .pm .container .item {
    margin-bottom: 20px;
  }
  .pm .container .item img {
    width: 100%;
  }
}
.pm .container .item:hover {
  transform: scale(1.05);
}
.pm .container .item:last-child {
  grid-column: 2;
}
.pm .container .item .title {
  position: absolute;
  top: 55px;
  left: 30px;
  right: 0;
  padding-right: 90px;
  color: #FFF;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
}
@media screen and (max-width: 769px) {
  .pm .container .item .title {
    font-size: 28px;
    top: 28px;
    left: 14px;
  }
}
.pm .container .item .num {
  position: absolute;
  bottom: 30px;
  right: 50px;
  color: #FFF;
  font-size: 126.255px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .pm .container .item .num {
    font-size: 56px;
    bottom: 12px;
    right: 32px;
  }
}
.form {
  background: #000 url(../img/fbg1.png) top center no-repeat;
  background-size: cover;
  color: #FFF;
}
.form .container {
  padding-top: 275px;
  padding-bottom: 225px;
}
@media screen and (max-width: 769px) {
  .form .container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.form .container .rsh3 {
  font-size: 52.606px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 90px;
}
@media screen and (max-width: 769px) {
  .form .container .rsh3 {
    font-size: 16px;
  }
}
.form .container .rsh3 strong {
  color: #FFF;
  font-size: 31.564px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 540px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .form .container .rsh3 strong {
    font-size: 16px;
    width: 275px;
  }
}
.form .container .mainform {
  padding-left: 540px;
}
@media screen and (max-width: 769px) {
  .form .container .mainform {
    padding-left: 0px;
  }
}
.form .container .mainform input[type=text] {
  background: none;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: 40px 0;
  width: 100%;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=text] {
    font-size: 12px;
    padding: 20px 0;
  }
}
.form .container .mainform input[type=text]::placeholder {
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=text]::placeholder {
    font-size: 12px;
  }
}
.form .container .mainform input[type=tel] {
  background: none;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: 40px 0;
  width: 100%;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=tel] {
    font-size: 12px;
  }
}
.form .container .mainform input[type=tel]::placeholder {
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=tel]::placeholder {
    font-size: 12px;
  }
}
.form .container .mainform input[type=email] {
  background: none;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: 40px 0;
  width: 100%;
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
  padding: 20px 0;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=email] {
    font-size: 12px;
  }
}
.form .container .mainform input[type=email]::placeholder {
  color: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=email]::placeholder {
    font-size: 12px;
  }
}
.form .container .mainform input[type=submit] {
  color: #000;
  background: #FFF;
  font-family: 'Manrope', sans-serif;
  font-size: 52.606px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 31px 62px;
  cursor: pointer;
  margin-top: 80px;
  border: none;
  transition: 0.5s transform;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  .form .container .mainform input[type=submit] {
    font-size: 17px;
    padding: 14px 29px;
    margin-top: 30px;
  }
}
.form .container .mainform input[type=submit]:hover {
  transform: scale(1.05);
}
.project {
  padding-top: 115px;
  background: #F5F5F5;
  padding-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .project {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.project h3 {
  color: #000;
  text-align: center;
  font-size: 92.061px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .project h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.project .swiper-slide-next {
  opacity: 0.3;
}
.project .swiper-slide-prev {
  opacity: 0.3;
}
.project .swiper-slide {
  text-align: center;
}
.project .swiper-slide .title {
  color: #000;
  font-size: 42.085px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 120px;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .project .swiper-slide .title {
    font-size: 16px;
    padding-top: 40px;
    margin-bottom: 5px;
  }
}
.project .swiper-slide .desk {
  color: #000;
  font-size: 42.085px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .project .swiper-slide .desk {
    font-size: 16px;
  }
}
.project .swiper-slide-prev .title {
  display: none;
}
.project .swiper-slide-prev .desk {
  display: none;
}
.project .swiper-slide-next .title {
  display: none;
}
.project .swiper-slide-next .desk {
  display: none;
}
.project .swiper-pagination {
  position: absolute;
  bottom: 200px!important;
  left: 0!important;
  width: 100%!important;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .project .swiper-pagination {
    bottom: 70px!important;
  }
}
.project .swiper-pagination span {
  width: 15.375px;
  height: 15.375px;
  background: #D9D9D9;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .project .swiper-pagination span {
    width: 6px;
    height: 6px;
  }
}
.project .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
}
.project .swiper-button-next {
  width: 63.13px;
  height: 63.13px;
  background: url(../img/next.png);
  background-size: cover;
  position: absolute;
  right: 14%!important;
  top: 35%!important;
  z-index: 20!important;
}
@media screen and (max-width: 769px) {
  .project .swiper-button-next {
    display: none;
  }
}
.project .swiper-button-next:after {
  display: none;
}
.project .swiper-button-prev {
  width: 63.13px;
  height: 63.13px;
  background: url(../img/prev.png);
  background-size: cover;
  position: absolute;
  left: 14%!important;
  top: 35%!important;
  z-index: 20!important;
}
@media screen and (max-width: 769px) {
  .project .swiper-button-prev {
    display: none;
  }
}
.project .swiper-button-prev:after {
  display: none;
}
.my {
  background: #F5F5F5;
}
@media screen and (max-width: 769px) {
  .my {
    margin-top: -1px;
  }
}
.my .container h3 {
  color: #000;
  font-size: 92.061px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .my .container h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.my .container .my-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 769px) {
  .my .container .my-list {
    display: block;
  }
}
.my .container .my-list .item {
  min-height: 425px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .my .container .my-list .item {
    background-size: cover!important;
    margin-bottom: 20px;
    min-height: 298px;
    overflow: hidden;
  }
}
.my .container .my-list .item::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.my .container .my-list .item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
}
.my .container .my-list .item .title {
  position: absolute;
  left: 40px;
  top: 50px;
  color: #FFF;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .my .container .my-list .item .title {
    left: 25px;
    top: 40px;
    font-size: 24px;
  }
}
.my .container .my-list .item .button {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
@media screen and (max-width: 769px) {
  .my .container .my-list .item .button {
    left: 27px;
    bottom: 27px;
  }
}
.my .container .my-list .item .button a {
  color: #000;
  font-size: 26.303px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  padding: 22px 44px;
  text-decoration: none;
  transition: 0.5s transform;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .my .container .my-list .item .button a {
    font-size: 17px;
    padding: 14px 29px;
  }
}
.my .container .my-list .item .button a:hover {
  transform: scale(1.05);
}
.wr {
  background: #F5F5F5 url(../img/rightimg.png) right bottom -20% no-repeat;
}
@media screen and (max-width: 769px) {
  .wr {
    background: #F5F5F5 url(../img/mmap.png) right top 20% no-repeat;
    margin-top: -22px;
  }
}
.faq .container {
  padding-top: 135px;
}
@media screen and (max-width: 769px) {
  .faq .container {
    padding-top: 40px;
  }
}
.faq .container h3 {
  color: #000;
  font-size: 92.061px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .faq .container h3 {
    font-size: 28px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.faq .container .fqlist .item {
  background: #FFF;
  padding: 60px 150px 60px 80px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width: 769px) {
  .faq .container .fqlist .item {
    padding: 20px 70px 20px 20px;
  }
}
.faq .container .fqlist .item .ftitle {
  color: #000;
  font-size: 42.085px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .faq .container .fqlist .item .ftitle {
    font-size: 12px;
  }
}
.faq .container .fqlist .item .fdesk {
  height: 0px;
  overflow: hidden;
  transition: 0.5 height;
}
@media screen and (max-width: 769px) {
  .faq .container .fqlist .item .fdesk {
    font-size: 12px;
  }
}
.faq .container .fqlist .item .fdesk-active {
  height: auto;
}
.faq .container .fqlist .item .far {
  position: absolute;
  right: 40px;
  top: 70px;
  transition: 0.5s transform;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .faq .container .fqlist .item .far {
    top: 0px;
    right: 20px;
  }
  .faq .container .fqlist .item .far svg {
    width: 15px!important;
  }
}
.faq .container .fqlist .item .far-active {
  transform: rotate(-90deg);
}
.map .container {
  padding-top: 155px;
  padding-bottom: 155px;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  align-items: end;
  grid-gap: 50px;
}
@media screen and (max-width: 769px) {
  .map .container {
    padding-top: 40px;
    display: block;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .map .container .left {
    margin-bottom: 20px;
  }
  .map .container .left iframe {
    height: 179px!important;
  }
}
.map .container .left h3 {
  color: #000;
  font-size: 92.061px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 65px;
}
@media screen and (max-width: 769px) {
  .map .container .left h3 {
    font-size: 28px;
  }
}
.map .container .right {
  color: #000;
  font-size: 32.879px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .map .container .right {
    font-size: 14px;
  }
}
footer {
  background: #000;
}
@media screen and (max-width: 769px) {
  footer {
    display: none;
  }
}
footer .container {
  padding-top: 100px;
  padding-bottom: 85px;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}
footer .container .center .cform {
  margin-bottom: 130px;
  max-width: 870px;
}
footer .container .center .cform h3 {
  color: #FFF;
  font-size: 32.772px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
footer .container .center .cform .pform {
  display: grid;
  grid-template-columns: 1fr 215px;
  grid-gap: 10px;
}
footer .container .center .cform .pform input[type=email] {
  padding: 15px 23px;
  background: #000;
  border: 1px solid #FFF;
  color: #DADADA;
  font-size: 26.217px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  font-family: 'Manrope', sans-serif;
}
footer .container .center .cform .pform input[type=email]::placeholder {
  color: #DADADA;
  font-family: 'Manrope', sans-serif;
  font-size: 26.217px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .container .center .cform .pform input[type=submit] {
  color: #000;
  font-size: 26.217px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: 'Manrope', sans-serif;
  width: 100%;
  background: #FFF;
  padding: 15px ;
  border: none;
  cursor: pointer;
  transition: 0.5s transform;
}
footer .container .center .cform .pform input[type=submit]:hover {
  transform: scale(1.05);
}
footer .container .center .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  color: #FFF;
  font-size: 19.663px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  grid-gap: 70px;
}
footer .container .right {
  text-align: right;
}
footer .container .right .social {
  margin-bottom: 35px;
}
footer .container .right .social img {
  margin-left: 10px;
  transition: 0.5s transform;
}
footer .container .right .social img:hover {
  transform: scale(1.1);
}
footer .container .right .order a {
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 26.217px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 43px;
  display: inline-block;
  text-decoration: none;
  transition: 0.5s transform;
}
footer .container .right .order a:hover {
  transform: scale(1.05);
}
footer .container .right .txt {
  color: #FFF;
  font-size: 19.663px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 185px;
}
.mfooter {
  display: none;
}
@media screen and (max-width: 769px) {
  .mfooter {
    display: block;
    background: #000;
  }
  .mfooter .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mfooter .container .cform .pform {
    display: grid;
    grid-template-columns: 1fr 100px;
  }
  .mfooter .container .cform .pform input[type=email] {
    padding: 10px;
    background: #000;
    border: 1px solid #FFF;
    color: #DADADA;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    font-family: 'Manrope', sans-serif;
  }
  .mfooter .container .cform .pform input[type=email]::placeholder {
    color: #DADADA;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .mfooter .container .cform .pform input[type=submit] {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Manrope', sans-serif;
    width: 100%;
    background: #FFF;
    padding: 10px ;
    border: none;
    font-size: 12px;
    cursor: pointer;
    transition: 0.5s transform;
  }
  .mfooter .container .cform .pform input[type=submit]:hover {
    transform: scale(1.05);
  }
  .mfooter .container .mgrid1 {
    display: grid;
    grid-template-columns: 80px 1.3fr 1fr;
    align-items: end;
    grid-gap: 10px;
    color: #FFF;
    margin-bottom: 20px;
  }
  .mfooter .container .mgrid1 .msoc {
    text-align: center;
  }
  .mfooter .container .mgrid1 .msoc .social {
    margin-bottom: 10px;
  }
  .mfooter .container .mgrid1 .msoc .social img {
    margin: 0 5px;
  }
  .mfooter .container .mgrid1 .msoc .order a {
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s transform;
  }
  .mfooter .container .mgrid1 .msoc .order a:hover {
    transform: scale(1.05);
  }
  .mfooter .container .mgrid1 .txt {
    font-size: 8px;
  }
  .mfooter .container .mgrid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .mfooter .container .mgrid2 .txt {
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.uz1 {
  background: #000 url(../img/uz2.png) right top -290px no-repeat;
  padding-bottom: 155px;
}
@media screen and (max-width: 769px) {
  .uz1 {
    padding-bottom: 20px;
    background: none;
  }
}
.adaptaciya .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 125px;
  grid-gap: 110px;
  color: #FFF;
  padding-bottom: 225px;
}
@media screen and (max-width: 769px) {
  .adaptaciya .container {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.adaptaciya .container .right {
  color: #FFF;
  font-size: 31.461px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .adaptaciya .container .right {
    font-size: 12px;
    padding-top: 20px;
  }
}
.adaptaciya .container .right strong {
  display: inline-block;
  padding-top: 310px;
}
@media screen and (max-width: 769px) {
  .adaptaciya .container .right strong {
    padding-top: 10px;
  }
}
.nrfr .container h3 {
  text-align: center;
  color: #FFF;
  font-size: 91.761px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.038%;
  margin-bottom: 130px;
}
@media screen and (max-width: 769px) {
  .nrfr .container h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.nrfr .container .nrflist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px;
}
@media screen and (max-width: 769px) {
  .nrfr .container .nrflist {
    display: block;
  }
}
.nrfr .container .nrflist .item {
  border: 1px solid #494949;
  padding: 60px 25px;
  background: url(../img/listico1.svg) top 60px right 60px no-repeat;
}
@media screen and (max-width: 769px) {
  .nrfr .container .nrflist .item {
    padding: 30px 15px;
    margin-bottom: 20px;
    background: url(../img/listico1.svg) top 20px right 20px no-repeat;
    background-size: 30px;
  }
}
.nrfr .container .nrflist .item .title {
  color: #FFF;
  font-size: 62.921px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 95px;
  padding-right: 80px;
}
@media screen and (max-width: 769px) {
  .nrfr .container .nrflist .item .title {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
.nrfr .container .nrflist .item .desk {
  color: #FFF;
  font-size: 31.461px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .nrfr .container .nrflist .item .desk {
    font-size: 14px;
  }
}
.preim {
  background: #F5F5F5;
}
.preim .container {
  padding-top: 105px;
}
@media screen and (max-width: 769px) {
  .preim .container {
    padding-top: 45px;
  }
}
.preim .container h3 {
  color: #000;
  text-align: center;
  font-size: 91.761px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 120px;
}
@media screen and (max-width: 769px) {
  .preim .container h3 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
.preim .container .prelist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 110px;
}
@media screen and (max-width: 769px) {
  .preim .container .prelist {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
@media screen and (max-width: 769px) {
  .preim .container .prelist .left {
    order: 2;
  }
}
@media screen and (max-width: 769px) {
  .preim .container .prelist .right {
    order: 1;
  }
}
.preim .container .prelist .right .item {
  padding-bottom: 70px;
  padding-top: 90px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 41.948px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .preim .container .prelist .right .item {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.preim .container .prelist .right .item:first-child {
  padding-top: 0px;
}
.ost {
  background: #F5F5F5 url(../img/uz3.png) left top -450px no-repeat;
}
@media screen and (max-width: 769px) {
  .ost {
    background: #F5F5F5 url(../img/desk7.png) left top -140px no-repeat;
  }
}
.ost .container {
  padding-top: 200px;
  padding-bottom: 205px;
}
@media screen and (max-width: 769px) {
  .ost .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ost .container .h3 {
  color: #000;
  text-align: center;
  font-size: 91.761px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.94%;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .ost .container .h3 {
    font-size: 24px;
  }
}
.ost .container .desk {
  color: #000;
  text-align: center;
  font-size: 52.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.234%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .ost .container .desk {
    font-size: 16px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.ost .container .desk::before {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/dleft.png);
}
@media screen and (max-width: 769px) {
  .ost .container .desk::before {
    display: none;
  }
}
.ost .container .desk::after {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/dright.png);
}
@media screen and (max-width: 769px) {
  .ost .container .desk::after {
    display: none;
  }
}
.form2 {
  padding: 65px;
}
@media screen and (max-width: 769px) {
  .form2 {
    padding: 25px 15px;
  }
}
.form2 .container {
  background: #FFF;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding-top: 135px;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 110px;
}
@media screen and (max-width: 769px) {
  .form2 .container {
    padding-top: 20px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.form2 .container .left {
  color: #000;
  font-size: 91.761px;
  font-style: normal;
  font-weight: 500;
  line-height: 106.548%;
}
@media screen and (max-width: 769px) {
  .form2 .container .left {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form2 .container .right h3 {
  color: #000;
  font-size: 52.435px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 85px;
}
@media screen and (max-width: 769px) {
  .form2 .container .right h3 {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.form2 .container .right form input[type=text] {
  border: none;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  color: #000;
  font-size: 32.772px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  padding-top: 45px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  .form2 .container .right form input[type=text] {
    font-size: 12px;
    padding-top: 20px;
  }
}
.form2 .container .right form input[type=text]::placeholder {
  color: #000;
  font-size: 32.772px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .form2 .container .right form input[type=text]::placeholder {
    font-size: 12px;
    padding-top: 20px;
  }
}
.form2 .container .right form input[type=tel] {
  border: none;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  color: #000;
  font-size: 32.772px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 45px;
  width: 100%;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  .form2 .container .right form input[type=tel] {
    font-size: 12px;
    padding-top: 20px;
  }
}
.form2 .container .right form input[type=tel]::placeholder {
  color: #000;
  font-size: 32.772px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .form2 .container .right form input[type=tel]::placeholder {
    font-size: 12px;
    padding-top: 20px;
  }
}
.form2 .container .right form input[type=submit] {
  color: #FFF;
  font-size: 52.435px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 31px 62px;
  background: #000;
  margin-top: 90px;
  border: none;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  .form2 .container .right form input[type=submit] {
    font-size: 12px;
    padding: 6px 13px;
    margin-top: 30px;
  }
}
.pre2 {
  background: #000;
  padding-bottom: 200px;
}
@media screen and (max-width: 769px) {
  .pre2 {
    padding-bottom: 40px;
  }
}
.pre2 .container .list {
  display: grid;
  grid-template-columns: repeat(3, 590px);
  grid-gap: 10px;
}
@media screen and (max-width: 769px) {
  .pre2 .container .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pre2 .container .list .item {
  border: 1px solid #FFF;
  height: 590px;
  border-radius: 50%;
  display: grid;
  text-align: center;
  align-items: center;
  color: #FFF;
  font-size: 52.458px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .pre2 .container .list .item {
    border: 1px solid #FFF;
    width: 195px;
    height: 195px;
    font-size: 17px;
  }
  .pre2 .container .list .item:nth-child(3) {
    margin-top: -30px;
  }
}
.pre2 .container .desk {
  color: #FFF;
  text-align: center;
  font-size: 52.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.234%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 210px;
  background: linear-gradient(90deg, #7E7E7E 0.16%, #FFF 35.7%, #514F4F 107.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .pre2 .container .desk {
    margin-top: 40px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pre2 .container .desk::before {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/dleft2.png);
}
@media screen and (max-width: 769px) {
  .pre2 .container .desk::before {
    width: 2px;
    height: 59px;
    background-size: cover;
  }
}
.pre2 .container .desk::after {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/dright2.png);
}
@media screen and (max-width: 769px) {
  .pre2 .container .desk::after {
    width: 2px;
    height: 59px;
    background-size: cover;
    background: url(../img/dright2.png) top right;
  }
}
.design {
  background: #000 url(../img/di.png) top right no-repeat;
}
.design .container {
  color: #FFF;
  padding-bottom: 265px;
}
@media screen and (max-width: 769px) {
  .design .container {
    padding-bottom: 0px;
  }
}
.design .container h3 {
  color: #FFF;
  font-size: 91.802px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 125px;
}
@media screen and (max-width: 769px) {
  .design .container h3 {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
.design .container .designlist {
  display: grid;
  grid-template-columns: 696px 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 769px) {
  .design .container .designlist {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media screen and (max-width: 769px) {
  .design .container .designlist .left {
    order: 2;
  }
  .design .container .designlist .left img {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right {
    order: 1;
  }
}
.design .container .designlist .right .desk {
  padding-top: 80px;
  color: #FFF;
  font-size: 31.475px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right .desk {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.design .container .designlist .right .desk p {
  margin-bottom: 55px;
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right .desk p {
    margin-bottom: 20px;
  }
}
.design .container .designlist .right .rightlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.design .container .designlist .right .rightlist .r1 {
  color: #FFF;
  font-size: 31.475px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right .rightlist .r1 {
    font-size: 12px;
    display: none;
  }
}
.design .container .designlist .right .rightlist .r2 {
  text-align: right;
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right .rightlist .r2 {
    display: none;
  }
}
.design .container .designlist .right .rightlist .r2 a {
  color: #000;
  font-size: 26.229px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  padding: 22px 44px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right .rightlist .r2 a {
    font-size: 14px;
    padding: 8px 13px;
  }
}
.design .container .designlist .right .rightlist2 {
  padding-top: 120px;
  align-items: end;
}
@media screen and (max-width: 769px) {
  .design .container .designlist .right .rightlist2 {
    padding-top: 20px;
  }
}
.mcarouselon {
  display: none!important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px!important;
}
@media screen and (max-width: 769px) {
  .mcarouselon {
    display: block!important;
  }
}
.mcarouselon .item img {
  width: 100%;
}
.mcarouselon .swiper-pagination span {
  width: 5.7px;
  height: 5.7px;
  background: #8D8D8D;
  opacity: 1;
}
.mcarouselon .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
.rightlist22 {
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .rightlist22 {
    display: grid;
  }
}
.rightlist22 .r1 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rightlist22 .r2 {
  text-align: right;
}
.rightlist22 .r2 a {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  font-size: 14px;
  padding: 8px 13px;
  text-decoration: none;
  display: inline-block;
}
.design2 {
  background: #000;
}
.design2 .container {
  color: #FFF;
  padding-bottom: 265px;
}
@media screen and (max-width: 769px) {
  .design2 .container {
    padding-bottom: 0px;
  }
}
.design2 .container h3 {
  color: #FFF;
  font-size: 91.802px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 125px;
}
@media screen and (max-width: 769px) {
  .design2 .container h3 {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
.design2 .container .designlist {
  display: grid;
  grid-template-columns: 1fr 696px;
  grid-gap: 50px;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .left {
    order: 2;
  }
  .design2 .container .designlist .left img {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right {
    order: 1;
  }
}
.design2 .container .designlist .right .desk {
  padding-top: 80px;
  color: #FFF;
  font-size: 31.475px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right .desk {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.design2 .container .designlist .right .desk p {
  margin-bottom: 55px;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right .desk p {
    margin-bottom: 20px;
  }
}
.design2 .container .designlist .right .rightlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.design2 .container .designlist .right .rightlist .r1 {
  color: #FFF;
  font-size: 31.475px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right .rightlist .r1 {
    font-size: 12px;
    display: none;
  }
}
.design2 .container .designlist .right .rightlist .r2 {
  text-align: right;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right .rightlist .r2 {
    display: none;
  }
}
.design2 .container .designlist .right .rightlist .r2 a {
  color: #000;
  font-size: 26.229px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #FFF;
  padding: 22px 44px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right .rightlist .r2 a {
    font-size: 14px;
    padding: 8px 13px;
  }
}
.design2 .container .designlist .right .rightlist2 {
  padding-top: 120px;
  align-items: end;
}
@media screen and (max-width: 769px) {
  .design2 .container .designlist .right .rightlist2 {
    padding-top: 20px;
  }
}
.vopl {
  background: #000 url(../img/uz4.png) top left no-repeat;
  color: #FFF;
  padding-bottom: 200px;
}
@media screen and (max-width: 769px) {
  .vopl {
    background: #000 url(../img/realmob.png) right top -110px no-repeat;
    padding-bottom: 20px;
  }
}
.vopl .container {
  display: grid;
  grid-template-columns: 1fr 750px;
}
@media screen and (max-width: 769px) {
  .vopl .container {
    display: block;
  }
}
.vopl .container .left1 {
  color: #FFF;
  font-size: 91.802px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.404%;
}
@media screen and (max-width: 769px) {
  .vopl .container .left1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    text-align: center;
    background: url(../img/arb.png) bottom center no-repeat;
    padding-bottom: 40px;
  }
}
.vopl .container .right1 {
  padding-top: 80px;
  text-align: right;
  margin-bottom: 325px;
}
@media screen and (max-width: 769px) {
  .vopl .container .right1 {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.vopl .container .right1 a {
  color: #000;
  font-size: 41.967px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.404%;
  /* 53.887px */
  text-transform: uppercase;
  background: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 36px 128px;
}
@media screen and (max-width: 769px) {
  .vopl .container .right1 a {
    font-size: 18px;
    padding: 10px 16px;
  }
}
.vopl .container .left2 {
  padding-right: 180px;
}
@media screen and (max-width: 769px) {
  .vopl .container .left2 {
    padding-right: 0;
  }
}
.vopl .container .left2 h3 {
  color: #FFF;
  font-size: 91.802px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 130px;
}
@media screen and (max-width: 769px) {
  .vopl .container .left2 h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.vopl .container .left2 p {
  color: #FFF;
  font-size: 31.475px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .vopl .container .left2 p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.vopl .container .right2 {
  padding-top: 140px;
}
@media screen and (max-width: 769px) {
  .vopl .container .right2 {
    padding-top: 20px;
  }
}
.vopl .desk {
  color: #FFF;
  text-align: center;
  font-size: 52.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.234%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 210px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.vopl .desk span {
  background: linear-gradient(90deg, #7E7E7E 0.16%, #FFF 35.7%, #514F4F 107.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 769px) {
  .vopl .desk {
    font-size: 16px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
    margin-top: 0;
    background: url(../img/uz10.png) bottom center no-repeat;
    padding-bottom: 40px;
  }
  .vopl .desk div {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.vopl .desk::before {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/dleft2.png);
}
@media screen and (max-width: 769px) {
  .vopl .desk::before {
    display: none;
  }
}
.vopl .desk::after {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/dright2.png);
}
@media screen and (max-width: 769px) {
  .vopl .desk::after {
    display: none;
  }
}
.orabote {
  background: #000;
}
.orabote .container h3 {
  color: #FFF;
  font-size: 91.626px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .orabote .container h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.orabote .container .orlist .item {
  position: relative;
}
.orabote .container .orlist .item .title {
  color: #FFF;
  font-size: 52.494px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.404%;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 769px) {
  .orabote .container .orlist .item .title {
    font-size: 20px;
  }
}
.orabote .container .orlist .item .desk {
  color: #FFF;
  font-size: 31.415px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 20px;
  bottom: 50px;
  right: 20px;
}
@media screen and (max-width: 769px) {
  .orabote .container .orlist .item .desk {
    font-size: 12px;
  }
}
.orabote .container .orlist .swiper-button-next {
  width: 183px;
  height: 183px;
  background: url(../img/arr.png);
  background-size: cover;
  right: 0;
  top: 35%;
}
@media screen and (max-width: 769px) {
  .orabote .container .orlist .swiper-button-next {
    display: none;
  }
}
.orabote .container .orlist .swiper-button-next::after {
  display: none;
}
.orabote .container .orlist .swiper-button-prev {
  width: 183px;
  height: 183px;
  background: url(../img/arr.png);
  transform: rotate(180deg);
  background-size: cover;
  right: 0;
  top: 35%;
}
@media screen and (max-width: 769px) {
  .orabote .container .orlist .swiper-button-prev {
    display: none;
  }
}
.orabote .container .orlist .swiper-button-prev::after {
  display: none;
}
.rvi {
  background: #000;
}
.rvi .container {
  padding-top: 150px;
}
@media screen and (max-width: 769px) {
  .rvi .container {
    padding-top: 40px;
  }
}
.rvi .container h3 {
  color: #FFF;
  font-size: 91.626px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 90px;
}
@media screen and (max-width: 769px) {
  .rvi .container h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.rvi .container .rvidesk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #FFF;
  font-size: 31.415px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  grid-gap: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .rvi .container .rvidesk {
    display: block;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .rvi .container .rvidesk .left {
    margin-bottom: 20px;
  }
}
.rvi .container .rvilist {
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .rvi .container .rvilist {
    padding-bottom: 40px;
  }
}
.rvi .container .rvilist .item img {
  width: 100%;
}
.rvi .container .rvilist .swiper-pagination {
  z-index: 20;
}
.rvi .container .rvilist .swiper-pagination span {
  width: 15.303px;
  height: 15.303px;
  background: #888 !important;
  border-radius: 15.303px;
}
@media screen and (max-width: 769px) {
  .rvi .container .rvilist .swiper-pagination span {
    width: 8px;
    height: 8px;
  }
}
.indi {
  background: #000 url(../img/uzor5.png) top right no-repeat;
}
@media screen and (max-width: 769px) {
  .indi {
    background: #000 url(../img/uz11.png) top -100px right no-repeat;
  }
}
.indi .container {
  padding-top: 110px;
  padding-bottom: 170px;
}
@media screen and (max-width: 769px) {
  .indi .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.indi .container .indilist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
@media screen and (max-width: 769px) {
  .indi .container .indilist {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 769px) {
  .indi .container .indilist .left {
    order: 2;
  }
}
@media screen and (max-width: 769px) {
  .indi .container .indilist .right {
    order: 1;
  }
}
.indi .container .indilist .right h3 {
  color: #FFF;
  font-size: 91.626px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.476%;
  margin-bottom: 95px;
}
@media screen and (max-width: 769px) {
  .indi .container .indilist .right h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.indi .container .indilist .right p {
  color: #FFF;
  font-size: 31.415px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .indi .container .indilist .right p {
    font-size: 14px;
  }
}
.indi .container .indilist .right p strong {
  display: inline-block;
  padding-top: 130px;
}
@media screen and (max-width: 769px) {
  .indi .container .indilist .right p strong {
    padding-top: 20px;
  }
}
.spu {
  background: #000 url(../img/uz6.png) bottom -350px left no-repeat;
}
@media screen and (max-width: 769px) {
  .spu {
    background: #000 url(../img/ux12.png) bottom -140px left no-repeat;
  }
}
.spu .container {
  padding-bottom: 165px;
}
@media screen and (max-width: 769px) {
  .spu .container {
    padding-bottom: 80px;
  }
}
.spu .container h3 {
  color: #FFF;
  font-size: 91.626px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .spu .container h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.spu .container .spulist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin-bottom: 190px;
}
@media screen and (max-width: 769px) {
  .spu .container .spulist {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
.spu .container .spulist .item {
  border: 1px solid #FFF;
  padding: 140px 45px;
  text-align: center;
  color: #FFF;
  font-size: 31.415px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: grid;
  align-items: center;
  background: #000;
}
@media screen and (max-width: 769px) {
  .spu .container .spulist .item {
    font-size: 14px;
    padding: 75px 15px;
  }
}
.spu .container .desk {
  color: #FFF;
  text-align: center;
  font-size: 52.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.234%;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 210px;
  background: linear-gradient(90deg, #7E7E7E 0.16%, #FFF 35.7%, #514F4F 107.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .spu .container .desk {
    font-size: 16px;
    margin-top: 40px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
.spu .container .desk::before {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/dleft2.png);
}
@media screen and (max-width: 769px) {
  .spu .container .desk::before {
    display: none;
  }
}
.spu .container .desk::after {
  width: 18px;
  height: 127px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/dright2.png);
}
@media screen and (max-width: 769px) {
  .spu .container .desk::after {
    display: none;
  }
}
#ex5 {
  padding: 0px!important;
  max-width: 1050px!important;
}
@media screen and (max-width: 1200px) {
  #ex5 {
    max-width: 398px!important;
    margin-left: auto;
    margin-right: auto;
  }
}
#ex5 .close-modal {
  right: 10px;
  top: 10px;
}
#ex5 .head {
  height: 460px;
  background: url(../img/form.png);
  display: grid;
  align-items: center;
  color: #FFF;
  text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  font-size: 226.176px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: 'Poiret One';
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #ex5 .head {
    height: 175px;
    font-size: 85.65px;
  }
}
#ex5 .body {
  padding: 100px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #ex5 .body {
    padding: 38px;
  }
}
#ex5 .body h3 {
  color: #000;
  font-size: 85px;
  font-style: normal;
  font-weight: 600;
  line-height: 117.476%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #ex5 .body h3 {
    font-size: 32.188px;
  }
}
#ex5 .body p {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  #ex5 .body p {
    font-size: 12px;
  }
}
#ex5 .body .formm input[type=text] {
  width: 100%;
  padding: 20px 0;
  color: #8E8E8D;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #ex5 .body .formm input[type=text] {
    font-size: 10px;
  }
}
#ex5 .body .formm input[type=tel] {
  width: 100%;
  padding: 20px 0;
  color: #8E8E8D;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-bottom: 1px solid #000;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #ex5 .body .formm input[type=tel] {
    font-size: 10px;
  }
}
#ex5 .body .formm input[type=submit] {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #000;
  width: 100%;
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 48px;
  border: none;
}
@media screen and (max-width: 1200px) {
  #ex5 .body .formm input[type=submit] {
    font-size: 12px;
  }
}
#ex5 .body .apl {
  color: #8E8E8D;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  #ex5 .body .apl {
    font-size: 9px;
  }
}
.page-id-191 header .container .order a {
  background: #554136;
}
.page-id-191 .banner .container .moblink {
  background: #554136;
}
.page-id-191 .banner .container h2 {
  color: #554136;
}
.page-id-191 header .container .burger span {
  background: #554136;
}
