
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@charset "UTF-8";
/* @font-face {
  font-family: "kallisto";
  src: url("../fonts/kallisto.eot");
  src: local("☺"), url("../fonts/kallisto.woff") format("woff"), url("../fonts/kallisto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Ruberoid";
  src: url("../fonts/Ruberoid-Light.eot");
  src: local("☺"), url("../fonts/Ruberoid-Light.woff") format("woff"),
    url("../fonts/Ruberoid-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* @font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Regular.eot");
  src: local("☺"), url("../fonts/CeraPro-Regular.woff") format("woff"),
    url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Medium.eot");
  src: local("☺"), url("../fonts/CeraPro-Medium.woff") format("woff"),
    url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro-Bold.eot");
  src: local("☺"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
} */

body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  background-color: white;
  color: black;
  font-weight: 400;
}

.phone_head {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: flex-end;
}

/* DanSlash */
.phone_head a{
  display: flex;
  align-items: center;
  gap: 10px;
	font-size:20px;
  color: #3A4454;
  font-size: 14px;
  font-weight: 700;
}

.phone_head a:hover {
  text-decoration: underline;
}

.phone_head-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone_head-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 15px;
  background: #1889A5;
  color: #FFF!important;
  font-size: 14px;
  font-weight: 400!important;
  padding: 6px 16px;
  transition: .2s ease-in-out;
}

.phone_head-btn:hover {
  background: #135685;
}

/* End */


a {
  color: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  width: 1600px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}
.header__bottom-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-family: "Ruberoid";
  font-size: 7em;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 3;
}
.header__bottom-dots.way {
  opacity: 0;
  transition: 0.3s ease;
}
.header__bottom-dots.way--active {
  opacity: 1;
  transition-delay: 1.5s;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3 {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.header {
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 400;
}
.header.sec .nav__item a {
  color: #3a4454;
}
.header.sec .sub-menu__list a {
  color: white;
}
/* .header.header__top-sec .header__top-wrapper .container{
  height: 0;
} */
.way .header__inner {
  transition-delay: 0.3s;
  transform: translateY(-320px);
  transition: 0.5s linear;
  opacity: 0;
}
.header.way--active .header__inner {
  transform: none;
  opacity: 1;
}

.header__top-wrapper {
  background: #F7F9FB;
  position: relative;
  z-index: 2;
}

.header__top-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  /* overflow: hidden; */
  transition: 0.3s linear;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@keyframes pulse {
  0% {
    opacity: 0.8;
  }
  90%,
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.tel_fixed {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 5;
  right: 30px;
  bottom: 90px;
}
.tel_fixed_icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("../img/tel.svg") center / 37% no-repeat, #1889A5;
}
.tel_fixed_pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
  background-color: #61d7f4;
}
.fixed__form {
  height: 100vh;
  position: fixed;
  z-index: 450;
  right: -420px;
  width: 400px;
  top: 0;

  display: flex;
  align-items: center;
  transition: 0.3s linear;

  background: #d7deeb;
}
.fixed__form.active {
  right: 0;
}
#work {
  padding: 0px 50px;
}
.input {
  color: #3a4454;
  background-color: white;
  padding: 18px 20px;
  margin-bottom: 18px;
  outline: none;
  border: none;
  text-align: center;
  width: 100%;
}
.form__title {
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
}
.form__subtitle {
  line-height: 139%;
  text-align: center;
  color: #596073;
}
.submit__btn {
  background-color: #26b9dd !important;
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
}
.submit__btn:hover {
  background-color: white !important;
}
.close-btn {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.close-btn img {
  width: 100%;
  height: 100%;
}
.header__center {
  background: rgba(75, 93, 125, 0.47);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
}

.header__center .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.header__bottom {
  background: #3a4454;
  height: 700px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.header__bottom .title {
  font-size: 4em;
  max-width: 850px;
}

.header__bottom-wrapper {
  position: relative;
  height: 700px;
}

.header__bottom-text-slider {
  height: 100%;
  z-index: 3;
}
.header__bottom-text-slider.way {
  transform: translateX(-1200px);

  transition: 0.7s linear;
  opacity: 0;
}
.header__bottom-text-slider.way--active {
  transform: none;
  opacity: 1;
  transition-delay: 0.5s;
}
.header__bottom-text-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify; */
  justify-content: center;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 85%;
}

.header__bottom-text-slide-inner:before {
  content: "";
  height: 90px;
}

.header__bottom-slider {
  height: 100%;
}
.header__bottom-slider.way {
  opacity: 0;
  transform: translateX(1200px);
  transition: 0.7s;
}
.header__bottom-slider.way--active {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}
.header__bottom-slider .slick-dots {
  display: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.header__bottom-slide {
  height: 100%;
}

.header__bottom-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__right {
  position: absolute;
  top: 0;
  right: 0;
  height: 700px;
  width: 70%;
  z-index: 1;
}

.header__white {
  color: #3a4454;
}

.header__white .header__top-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 0px -3px rgba(75, 93, 125, 0.06);
  box-shadow: 0px 5px 0px -3px rgba(75, 93, 125, 0.06);
}

.header__white .header__center {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 0px -3px rgba(75, 93, 125, 0.06);
  box-shadow: 0px 5px 0px -3px rgba(75, 93, 125, 0.06);
}

.header__white .logo__header a {
  /* background-image: url(../img/SVG/logo-sec.svg); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* background-position: center; */
  display: block;
  height: 100%;
  width: auto;
  width: 150px;
}

/* .header__white .logo__header img {
  display: none;
} */

.header__white .burger span:nth-child(2) {
  background-color: #3a4454;
}

.header__white .burger span:first-child {
  background-color: #3a4454;
}

.header__white .burger span:last-child {
  background-color: #3a4454;
}

.header__white .burger span {
  background-color: #3a4454;
}

.header.sec.black-fone .nav__item a {
  color: white;
}
.header__white.black-fone .burger span {
  background-color: white;
}

.header.black-fone .header__top-wrapper {
  background-color: #272f3a;
  -webkit-box-shadow: 0px 5px 0px -3px rgba(255, 255, 255, 0.06);
  box-shadow: 0px 5px 0px -3px rgba(255, 255, 255, 0.06);
}

.header.black-fone .header__center {
  background-color: #272f3a;
}

.header.black-fone .logo__header a {
  background-image: url(../img/SVG/logo-third.svg);
}

.title {
  font-family: "Ruberoid";
  font-size: 2.5em;
  line-height: 104%;
  text-transform: uppercase;
  color: #ffffff;
}

/* .cont {
  padding-left: 80px;
} */

/* .cont-sec {
  padding: 0px 80px;
} */

.slick-list,
.slick-track {
  height: 100%;
}

.logo img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo__header {
  height: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 80px;
}

.header_active {
  background-color: #232121;
}

.btn {
  color: white;
  position: relative;
  padding-right: 75px;
  background: #1889A5;
  border: 1px solid #1889A5;
  border-radius: 5px;
  padding: 15px 90px;
  transition: 0.3s ease;
}
.btn:hover {
  color: #1889A5;
  background: white;
}
/* .btn:hover:before {
  background-color: #3a4454;
}
.btn:before {
  content: "";
  background-image: url(../img/SVG/arr-right.svg);
  background-size: 30px;
  position: absolute;
  top: 1px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-color: #1889A5;
  width: 65px;
  border-radius: 50%;
  transition: 0.3s ease;
  height: 65px;
} */

/* .btn.header__bottom-btn {
  color: white;
  position: absolute;
  bottom: 40px;
  left: 0;
} */
.header__bottom-btn.way {
  opacity: 0;
  transition: 0.3 ease;
  margin-top: 50px;
}
.header__bottom-btn.way--active {
  opacity: 1;
}
button {
  cursor: pointer;
}
.btn-sec:hover:before {
  right: -15px;
}
.nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.nav:last-child li {
  margin-left: 50px;
  margin-right: 0px;
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.nav__items > li {
  margin-right: 30px;
}

.nav__items > li.active a {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
}

.nav__items > li a:hover {
  text-decoration: underline;
}
.nav__item a {
  color: #3A4454;
  font-size: 14px;
  opacity: .8;
}

.nav__item a:hover {
  opacity: 1;
  text-shadow: 0 0 1px #3A4454;
}

.nav__item.under:hover .sub-menu {
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  opacity: 1;
  pointer-events: auto;
}

.header__white .nav__item.under > a:before {
  background-image: url(../img/SVG/arrow_carrot-down-sec.svg);
  display: none;
}

.nav__item.under > a {
  position: relative;
}

.nav__item.under > a:before {
  content: "";
  background-image: url(../img/SVG/arrow_carrot-down.svg);
  background-size: 9px;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 40%;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  display: none;
}

.sub-menu {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}

.sub-menu__list {
  background: #4b5d7d;
  border-radius: 0px 0px 4px 4px;
  padding-left: 0px;
  width: 200px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.sub-menu__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
}

.nav__item.under .sub-menu__item a {
  color: #fff;
  line-height: 130%;
  width: 100%;
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.sub-menu__item a:hover {
  color: #c9c783;
}

.breadcrumb-item a:hover {
  color: #008b8b;
}

.burger {
  position: relative;
  width: 30px;
  height: 24px;
  display: none;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 10;
}

.burger:hover span {
  width: 30px;
}

.mobile-nav {
  display: none;
}

.header__top-sec {
  -webkit-box-shadow: 0px 4px 10px rgba(131, 197, 195, 0.22);
  box-shadow: 0px 4px 10px rgba(131, 197, 195, 0.22);
}

.burger span:nth-child(2) {
  position: absolute;
  width: 30px;
  height: 2px;
  top: 11px;
  display: block;
  background-color: #1889A5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: 0;
}

.burger span:first-child,
.burger span:last-child {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1889A5;
  border: 0px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  right: 0;
}

.burger span:last-child {
  width: 30px;
}

.burger--active span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__white.header .burger--active span{
  background-color: white;
}
.burger--active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger span:first-child {
  top: 0px;
  right: 0px;
}

.burger span:last-child {
  top: 22px;
  right: 0px;
}

.burger--active span:last-child,
.burger--active span:first-child {
  top: 11px;
  width: 30px;
}

.burger--active span:nth-child(2) {
  opacity: 0;
}

.search_btn {
  width: 40px;
  display: block;
  height: 40px;
  background: url(../img/SVG/search.svg) no-repeat center;
  background-size: 18px;
  position: relative;
  z-index: 1;
  opacity: 1;
  border-radius: 50%;
  background-color: #3a4454;
}

.search_block {
  position: absolute;
  right: 15px;
  height: 100%;
  top: 130%;
  overflow: hidden;
  -webkit-transition: 1.4s;
  transition: 1.4s;
  background-color: #3a4454;
  width: 0;
  z-index: 0;
  border-radius: 50px;
  border: none;
  color: white;
}

.search_block.active {
  width: 180px;
}

.search_block.active .search_input {
  padding-right: 40px;
  padding: 8px 15px;
  width: 100%;
}

.search_close {
  display: none;
}

.button-search {
  opacity: 0;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 40px;
  height: 40px;
}

.search_input {
  width: 0;
  padding: 0px;
  height: 100%;
  border-radius: 50px;
  font-size: 14px;
  border: none;
  outline: transparent;
  background-color: white;
  color: #3a4454;
}

.search_block.active .search_close {
  display: none;
}

.lang_block {
  position: relative;
  z-index: 2;
}

.lang_choice {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 500;
  text-decoration: none;
  background: #3a4454;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.other_lang {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  z-index: 2;
  top: 100%;
  overflow: hidden;
  border-top: none;
  border-radius: 15px;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  background-color: #000000;
}

.lang.active,
.lang.active:hover {
  color: #fff;
  background-color: #135685;
}

.lang:hover {
  color: #252644;
  background-color: white;
}

.section {
  padding: 80px 0;
}

.section.development {
  padding: 180px 0;
}

.section.order {
  padding: 180px 0;
}

.development {
  position: relative;
}

.development__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.development__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.development__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.development__text {
  width: 48%;
  font-size: 1.2em;
  line-height: 167%;
  color: #333333;
}

.development__bottom {
  text-align: end;
}

.advantages {
  background-color: #3a4454;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17%;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

.advantages__item.way:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.advantages__item.way:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.advantages__item.way:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.advantages__item.way:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.advantages__item.way:nth-child(6) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.advantages__item.way--active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.advantages__item p {
  font-weight: 500;
  line-height: 167%;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.advantages__item p:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  display: inline-block;
  width: 100px;
  height: 2px;
  border-top: 2px solid #ffffff;
  margin-left: -50px;
}

.advantages__item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.order {
  position: relative;
}

.order__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.order__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-form {
  width: 40%;
}

.order-form input {
  border: none;
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid #3a4454;
  padding: 20px 0;
  margin-bottom: 50px;
  outline: none;
}

button.btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.section-page {
  margin-top: 70px;
}
.section__title {
  font-family: "Ruberoid";
  font-size: 2.4em;
  text-transform: uppercase;
  color: #31528f;
  margin-bottom: 30px;
}

.about {
  background: #f7f8fa;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.about .section__title {
  margin-bottom: 14px;
}

.about__left {
  /* width: 35%; */
}
.about__wrapper {
  position: relative;
}
.about__left.way {
  transform: translateX(-320px);
  opacity: 0;
  transition: 0.5s linear;
}
.about__left.way--active {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.about__right {
  height: 449px;
  float: left;
  width: 55%;
}
.about__right-inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 50%;
  height: 450px;
}
.about__right-inner.way {
  transform: translateX(320px);
  opacity: 0;
  transition: 0.3s linear;
}
.about__right-inner.way--active {
  opacity: 1;
  transform: none;
  transition-delay: 0.8s;
}
.about__right-slide {
  height: 100% !important;
}

.about__right-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__right-slider {
  height: 100%;
  width: 100%;
}

.about .text {
  position: relative;
}

/* .about .text:before {
  content: "";
  background-image: url(../img/SVG/arrow-about.svg);
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 580px;
  height: 6px;
} */

.about .dot-arrs {
  position: absolute;
  top: 50%;
  right: 20px;
  height: auto;
  width: auto;
  z-index: 6;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.slick-list,
.slick-track {
  height: 100% !important;
  width: 100%;
}

.dot-arrs .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

/* Стрелка влево */
.dot-arrs .slick-arrow.slick-prev {
  background-image: url(../img/SVG/about-slider-top.svg);
  background-size: 14px 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}

/* Стрелка вправо */
.dot-arrs .slick-arrow.slick-next {
  background-image: url(../img/SVG/about-slider-bot.svg);
  background-size: 14px 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
}

.dot-arrs .slick-dots {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  padding: 0;
  font-size: 0;
  height: auto;
}

.dot-arrs .slick-dots li {
  list-style-type: none;
  width: 3px;
  height: 20px;
  margin: 0;
  font-size: 0;
  background: #939dad;
  margin-bottom: 10px;
  border-radius: 2px;
}

.dot-arrs .slick-dots li.slick-active {
  background: #ffffff;
}

.slick-dots li button {
  display: none;
}

.text {
  line-height: 1.67;
}

.nums {
  position: relative;
  background: #3a4454;
}

.nums__right {
  display: flex;
  justify-content: space-between;
}

.nums__item {
  position: relative;
}

.partners.section {
  padding-bottom: 0px;
}
.nums__text {
  font-weight: 700;
  text-align: center;
  color: white;
}

.num {
  font-size: 4em;
  text-align: center;
  color: white;
  line-height: 1;
  font-family: "Ruberoid";
  font-weight: 300;
}
.about-block {
  position: relative;
}
.about-block__left {
  width: 50%;
}
.about-block__right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0px;
  width: 47%;
}
.about-block__left p {
  line-height: 163%;
}
.about-block__left p:not(:last-child) {
  margin-bottom: 18px;
}
.about-block__left p b {
  color: #31528f;
}
.about-block__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.values {
  background-color: #3a4454;
}
.values .title {
  color: white;
}
.values__item {
  padding: 18px 0;
  border-top: 1px solid rgba(247, 248, 250, 0.52);
}
.values__item:last-child {
  border-bottom: 1px solid rgba(247, 248, 250, 0.52);
}
.values__item-title {
  font-weight: 700;
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 8px;
}
.values__item p {
  line-height: 139%;
  /* or 139% */
  color: #ffffff;
}
.purposes {
  position: relative;
}
.purposes__left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
.purposes__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purposes__item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.purposes__item-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  object-fit: contain;
}
.purposes__item-text {
  width: 310px;
  line-height: 111%;
  /* or 111% */

  color: #3a4454;
}
.mission {
  background-color: #3a4454;
}
.mission .title {
  text-align: center;
  color: white;
}
.mission__text {
  text-align: center;
  color: white;
}
.partners {
}
.purposes__right {
  padding-left: 55%;
}
.partners__items {
  margin-bottom: 80px;
  margin-top: -10px;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s ease;
  margin: 0 20px;
  height: 210px !important;
}
.partners__item:hover {
  background: #ffffff;
  box-shadow: 0px 10px 60px -27.3189px rgba(92, 104, 148, 0.57);
}

.partners__items .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  top: 40%;
  background-color: #31528f;
  border-radius: 50%;
  z-index: 10;
  border: none;
  background-size: 12px 20px;
}

/* Стрелка влево */
.partners__items .slick-arrow.slick-prev {
  background-image: url(../img/SVG/sale-arr.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -20px;
  cursor: pointer;
}

/* Стрелка вправо */
.partners__items .slick-arrow.slick-next {
  background-image: url(../img/SVG/sale-arr.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  right: -20px;
}

.partners__item img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 80%;
}

.activity {
  overflow: hidden;
  background: #f7f8fa;
}

.activity__item {
  border-top: 1px solid #a5acb8;
}
.activity__item:last-child {
  border-bottom: 1px solid #a5acb8;
}

.activity__item-header {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 25px 0;
}

.activity__item-header.active .activity__item-header-title {
  color: #1889A5;
}

.activity__item-header.active .activity__item-header-num {
  color: #1889A5;
  -webkit-text-stroke: 1px #1889A5;
  -webkit-text-fill-color: #1889A5;
}

.activity__item-header.active .activity__item-header-btn {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #1889A5;
}

.activity__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1.5px solid transparent;
}

.activity__item-header-num {
  color: #fff;
  -webkit-text-stroke: 1px #939dad;
  -webkit-text-fill-color: transparent;
  font-size: 8.8em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.activity__item-header-title {
  margin: 0 100px 0 0px;
  font-size: 1.3em;
  color: #3a4454;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

  font-weight: 500;
}

.activity__item-header-btn {
  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;
  width: 66px;
  height: 66px;
  background: url(../img/SVG/plus.svg) no-repeat center/30px;
  background-color: #3a4454;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  flex-shrink: 0;
}

.activity__item-body {
  display: none;
}

.activity__item-body-wrapper {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  padding: 10px 0 40px 0;
}

.activity__item-body-left {
  /* width: 40%; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 160%;
}

.activity__item-body-slider {
  width: 40%;
  height: 300px;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
  margin-bottom: 40px;
}
.activity .activity__item:nth-child(2n) .activity__item-body-slider {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}
.header__bottom-slide iframe {
  width: 100%;
  height: 100%;
}
.activity__item-body-slide {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.activity__item-body-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .activity__item-body-slide:before {
  content: "";
  background-image: url(../img/SVG/activity-arr.svg);
  background-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 68px;
  width: 68px;
  background-color: #1889A5;
  border-radius: 50%;
  transition: .3s linear;
}
.activity__item-body-slide:hover:before{
  background-color: #3a4454;
} */
.projects {
  overflow: hidden;
}

.projects__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects__slide-card-year {
  right: -140px;
  color: #fff;
  -webkit-text-stroke: 1px #939dad;
  -webkit-text-fill-color: transparent;
  font-size: 6.5em;
  position: absolute;
  z-index: 4;
  top: 0;
  line-height: 0.7;
  font-family: "Ruberoid";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.projects__header-arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects__header-arr .arr {
  background: url(../img/SVG/slider-arr-right.svg) no-repeat center/25px;
  background-color: #3a4454;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.projects__header-arr .arr:hover {
  background-color: #1889A5;
}

.projects__header-arr-left {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.projects__slider .slick-arrow {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
}

.projects__slider:before {
  top: 50%;
  left: -300px;
  width: 2500px;
  border-bottom: 1px solid #0067b3;
  content: "";
  position: absolute;
  height: 1px;
}

.projects__slide {
  position: relative;
  margin: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
}

.projects__slide.slick-current .projects__slide-card-data {
  padding-right: 0px;
}

.projects__slide.slick-current img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.projects__slide.slick-current .projects__slide-card-year {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  color: #1889A5;
  -webkit-text-stroke: 1px #1889A5;
  -webkit-text-fill-color: #1889A5;
}

.projects__slide.slick-current .projects__slide-card-pic:before {
  content: "";
  background-image: url(../img/SVG/activity-arr.svg);
  background-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 68px;
  width: 68px;
  background-color: #1889A5;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.projects__slide.slick-current .projects__slide-card-pic:hover .projects__slide-card-texts {
  top: 7%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.projects__slide.slick-current .projects__slide-card-pic:hover:before {
  opacity: 0;
}

.projects__slide-card {
  margin-top: 40px;
  width: 400px;
}

.projects__slide-card:not(:last-child) {
  margin-right: 160px;
}

.projects__slide-card-pic {
  height: 490px;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
}

.projects__slide-card-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.projects__slide-card-texts {
  position: absolute;
  background: linear-gradient(143.13deg, rgba(255, 255, 255, 0.2) 28.86%, rgba(137, 137, 137, 0) 99.85%),
    rgba(58, 68, 84, 0.64);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  top: 100%;
  width: 100%;
  height: 93%;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  padding: 30px;
  color: white;
  z-index: 3;
}

.projects__slide-card-texts .pic {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 68px;
  width: 68px;
}

.projects__slide-card-texts p {
  margin-bottom: 30px;
}

.projects__slide-card-texts img {
  width: 68px;
  height: 68px;
}

.projects__slide-card-address {
  padding-left: 20px;
  position: relative;
}

.projects__slide-card-address:before {
  content: "";
  background-image: url(../img/SVG/locationn.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 20px;
  width: 14px;
  z-index: 1;
}

.projects__slide-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects__slide-card-title {
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.2;
  width: 174px;
}
.news-index .title {
  color: #3a4454;
  margin-bottom: 40px;
}
.advantages .title {
  margin-bottom: 40px;
}
/* .news-index .news__title {
  color: white;
} */
.news-index__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 250px;
}
.news-index__left {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.news-index__left img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.news-index__right {
  margin-left: auto;
  width: 57%;
}
.news-index__title {
  font-weight: 500;
  font-size: 1.7em;
  color: #3a4454;
}
.news-index__body p {
  line-height: 167%;
  /* or 167% */
  color: #3a4454;
}
.news-index__body p:not(:last-child) {
  margin-bottom: 25px;
}
.news-index__body {
  border-top: 1px solid #a5acb8;
  border-bottom: 1px solid #a5acb8;
  padding: 25px 0;
  margin: 25px 0;
}
.news-index__bottom {
  display: flex;
  justify-content: space-between;
}
.news-index__data {
  font-weight: 500;
  color: #3a4454;
}

.home-dev {
  position: relative;
}
.home-dev__right {
  position: absolute;
  top: 80px;
  right: 0;
  height: calc(100% - 160px);
  width: 40%;
}
.home-dev__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-dev__left {
  width: 55%;
}
.home-dev .title {
  color: #1889A5;
  width: 50%;
}
.title {
  margin-bottom: 20px;
}
.home-dev__left p {
  line-height: 167%;
  color: #000;
  /* or 167% */
}
.home-dev__left p:not(:last-child) {
  margin-bottom: 10px;
}
.home-dev__left .btn {
  display: inline-block;
  margin-top: 20px;
  background: #1889A5;
}

.btn-sec {
  position: relative;
  padding-right: 45px;
  color: #1889A5;
  border-radius: 5px;
  transition: 0.3s ease;
}

.btn-sec:before {
  content: "";
  background-image: url(../img/SVG/btn-arr-next.svg);
  background-size: 30px;
  position: absolute;
  top: 1px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 30px;
  border-radius: 50%;
  transition: 0.3s ease;
  height: 20px;
}

.projects__slide-card-data {
  font-weight: 500;
  color: #939dad;
  padding-right: 50px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.projects .projects__slider .projects__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sale {
  position: relative;
}

.sale.dark-fone {
  background: #3a4454;
}

.sale.dark-fone .section__title {
  font-family: "Ruberoid";
  font-size: 2.4em;
  text-transform: uppercase;
  color: #ffffff;
}

.sale.dark-fone .layout__left {
  background: #272f3a;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.layout__header {
  display: flex;
  margin-bottom: 50px;
}
.layout__tab:not(:last-child) {
  margin-bottom: 0px;
  margin-right: 15px;
}
.dark-fone {
  color: white;
}
.in-sale__text-header {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid #c5cbd6;
}
.type {
  color: #3a4454;
}
.in-sale__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: auto;
}
.in-sale__item-pic {
  height: 310px;
  overflow: hidden;
}
.in-sale__item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
}
.in-sale__item-pic img:hover {
  transform: scale(1.1);
}
.in-sale__item-title {
  padding: 18px;
  background-color: white;
  font-weight: 500;
  color: #3a4454;
}
.in-sale__item-title:hover {
  text-decoration: underline;
}
.in-sale__item.w50 {
  grid-column: 2 span;
}

.in-sale__item {
  grid-column: 1 span;
  display: block;
  box-shadow: 0px 4px 60px -27px rgba(49, 82, 143, 0.23);
}

.sale__left-header {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.sale__left p {
  line-height: 167%;
  margin-bottom: 25px;
  /* or 167% */
}
/* .sale.dark-fone .layout__right {
  background: #939dad;
  color: white;
} */

.sale.dark-fone .layout__tab-title {
  color: white;
}

.sale.dark-fone .layout__tab-slide-info li {
  color: white;
}

.sale.dark-fone .sale__tabs {
  border-top: 1px solid #d2d2d2;
}

.sale__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sale:nth-child(2n) .sale__left {
  margin-left: auto;
}
.sale:nth-child(2n) .sale__right {
  right: auto;
  left: 0;
  top: 0;
}
.sale__left {
  width: 50%;
}
.sale__left h4 {
  font-weight: 500;
  color: #3a4454;
  margin-bottom: 25px;
  line-height: 167%;
  /* or 167% */
}
.sale__item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sale__item-text {
  font-weight: 500;
  color: #3a4454;
}

.sale__item-icon {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.sale__right {
  position: absolute;
  right: 0;
  top: 0px;
  width: 45%;
  height: calc(100% - 80px);
}
.sale:nth-child(1) .sale__right {
  top: 80px;
  height: calc(100% - 160px);
}
.sale__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale__right {
  display: block;
}
.sale__right.black{
  display: none;
}
.sale__right.three.black{
  display: none;
}
.sale.dark-fone .sale__right {
  display: none;
}
.sale.dark-fone .sale__right.black {
  display: block;
}
.sale.dark-fone .sale__right.three.black {
  display: block;
}
.sale .section__title {
  margin-bottom: 0px;
  margin-right: 34px;
}
.section-sec {
  padding-bottom: 80px;
}
.sale__body {
  position: relative;
  height: 1000px;
  overflow: hidden;
}

.sale__tab-items,
.sale .slick-slider,
.sale .slick-list {
  height: 100%;
}

.sale__body-slider {
  width: 100%;
  height: 100%;
}

/* .sale__tab-item {
  display: none;
} */

.sale__tab-item.active {
  height: 100%;
  width: 100%;
  display: block;
}

/* .sale__tab-item.layout {
  background: url(../img/jpg/zhk.jpg) no-repeat center/cover;
} */

.sale__body-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sale__tabs {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  background: rgba(58, 68, 84, 0.71);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-left: 1px solid #d2d2d2;
}

.sale__tab {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  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;
  height: 20%;
  cursor: pointer;
  width: 100%;
}

.nav.mobile-nav .nav__item a {
  opacity: 1;
}

/* .nav__item.under .sub-menu__item a {
  color: #3A4454;
} */

.sale__tab.active {
  color: #1889A5;
}

.sale__tab:not(:nth-child(5)) {
  border-bottom: 1px solid #d2d2d2;
}

.sale-fones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sale-fones-item {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.white.active {
  background-color: #3a4454;
}

.dark.active {
  background-color: #ffffff;
}

.header__bottom-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  top: 40%;
  background-color: rgba(58, 68, 84, 0.8);
  border-radius: 50%;
  z-index: 10;
  right: 20px;
  border: none;
  background-size: 12px 20px;
}

/* Стрелка влево */
.header__bottom-slider .slick-arrow.slick-prev {
  background-image: url(../img/SVG/sale-arr.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

/* Стрелка вправо */
.header__bottom-slider .slick-arrow.slick-next {
  background-image: url(../img/SVG/sale-arr.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 48%;
}

.layout__left {
  background: #3a4454;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.layout__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 80px;
}

.layout__tab {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #596073;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #f7f8fa;
  cursor: pointer;
  border-radius: 50%;
}

.layout__tab.active {
  background: #1889A5;
}

/* .layout__right {
  padding: 60px 50px;
} */

.layout__tab-item {
  opacity: 0;
  display: none;
  pointer-events: none;
}

.layout__tab-item.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  width: 100%;
}

.layout__tab-title {
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  color: #3a4454;
  margin-bottom: 60px;
}

.layout__tab-slide {
  margin-right: 40px;
}

.layout__tab-slide img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.layout__tab-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.layout__tab-slide-info {
  font-weight: 500;
  font-size: 1.3em;
  color: #3a4454;
  margin-bottom: 30px;
  text-align: center;
}

.layout__tab-slide-pic {
  border-bottom: 1px solid #3a4454;
  padding-bottom: 25px;
  margin-bottom: 18px;
  height: 300px;
}

.layout__tab-slide-pic img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.layout__tab-small-slide {
  margin-right: 50px;
}

.layout__tab-small-slide img {
  width: 100%;
}

.layout__tab-small-slider {
  margin-right: -50px;
}

.priob-items {
  display: flex;
  justify-content: space-between;
}

.priob-item {
  width: 32.5%;
  display: flex;
  align-items: center;
}
.priob-item__text {
  font-weight: 500;
  line-height: 167%;
  color: #3a4454;
}
.sale__left h3 {
  font-weight: 700;
  font-size: 1.3em;
  color: #3a4454;
  margin-bottom: 15px;
}
.sale__left.second {
  width: 100%;
}
.ipoteka-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ipoteka-item {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 4px 37px rgba(49, 82, 143, 0.12);
}
.sale__left .section__title {
  color: #3a4454;
}
.ipoteka-item img {
  width: 70%;
}
.ipoteka-item:not(:nth-child(4n)) {
  margin-right: 4%;
}
.advant__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  padding-right: 340px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.sale__tab-item.advant {
  padding-right: 340px;
  background-color: white;
}

.dark-fone .okruzh__item {
  background-color: transparent;
}
.dark-fone .prev-item__text,
.dark-fone .layout__tab-slide-info,
.dark-fone .sale__item-text,
.dark-fone .priob-item__text,
.dark-fone .sale__left h3,
.dark-fone .sale__left h4 {
  color: white;
}

.advant__title {
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  color: #31528f;
  margin-bottom: 20px;
}
.advant-section {
  padding: 80px 80px 0 60px;
}
.advant-section:last-child {
  padding-bottom: 80px;
}
.advant-section p {
  line-height: 167%;
  margin-bottom: 15px;
  /* or 167% */
  color: #3a4454;
}
.advant-loc ul li {
  border-top: 1px solid #dadee5;
  padding: 14px 0;
  font-weight: 700;
}
.advant-section ul li {
  color: #3a4454;

  position: relative;

  padding-left: 25px;
}
.advant-loc ul li:last-child {
  border-bottom: 1px solid #dadee5;
}
.advant-section ul li:before {
  width: 8px;
  height: 8px;
  background-color: #1889A5;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.okruzh__items {
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin-bottom: -15px;
}
.okruzh__item-body li {
  list-style-type: disc;
  margin-left: 15px;
}
.sale__right.three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 120px;
  width: 45%;
  height: calc(100% - 200px);
}
.sale__right.three img {
  width: 49%;
  height: 38%;
}
.sale__right.three img:nth-child(1) {
  width: 100%;
  height: 60%;
  margin-bottom: 2%;
  display: block;
}
.section__subtitle {
  font-size: 1.3em;
  color: #3a4454;
  margin-bottom: 25px;
}
/* .okruzh__items:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: -120px;
  bottom: 50px;
  width: 500px;
  height: 400px;
  background: url(../img/SVG/sport-fone.svg) no-repeat center / contain;
} */
.okruzh__item {
  width: 48%;
  background: #1889A5;
  margin-bottom: 15px;
  color: white;
}
.okruzh__item-header {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #dadee5;
}
.okruzh__item-title {
  font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
  color: white;
  margin-left: 10px;
}
.sale__left.genplan {
  padding: 50px 0;
}
.okruzh__item-body {
  padding: 15px;
}
.okruzh__item-body li {
  margin-bottom: 15px;
}
.okruzh__item-icon img {
  width: 40px;
}
.prev-item__icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.prev-item {
  display: flex;
  align-items: center;
  width: 20%;
  margin-bottom: 65px;
}
.prev-item:not(:nth-child(3n)) {
  margin-right: 20%;
}
.prev-item__text {
  font-weight: 500;
  font-size: 1.1em;
  color: #3a4454;
}
.prev-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -65px;
}
.acquisition__items {
  display: flex;
  justify-content: space-between;
}
.acquisition__item:not(:last-child) {
  margin-right: 75px;
}
.acquisition__item-body .sev {
  width: 280px;
  margin-right: 0px;
}
.acquisition__item-body img {
  width: 180px;
  margin-right: 25px;
}
.acquisition__item-title {
  color: #3a4454;
  margin-bottom: 13px;
}
.acquisition__item-body li {
  margin-bottom: 12px;
}

.advant__tab {
  width: 33.3%;
  height: 50%;
  border-bottom: 1px solid rgba(165, 172, 184, 0.8);
  border-right: 1px solid rgba(165, 172, 184, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  padding: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.advant__tab.active {
  background: #31528f;
}

.advant__tab.active .advant__tab-title {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.advant__tab-title img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.advant__tab-title {
  font-weight: 500;
  font-size: 1.8em;
  color: #ffffff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.advant__tab-item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.advant__tab-item.active {
  opacity: 1;
}

.advant__tab-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.address {
  background: #323d4e;
}

.address__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 340px;
  height: 100%;
}

.address__left {
  width: 50%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.address__left iframe {
  width: 100%;
  height: 100%;
}

.address__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.address__right p {
  font-size: 2em;
  text-transform: uppercase;
  color: #ffffff;
}

.address__title {
  font-weight: bold;
  font-size: 5em;
  text-transform: uppercase;
  color: #ffffff;
}

.order-zhk {
  background: #323d4e;
  padding-right: 340px;
}

.order-zhk__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  width: 100%;
  height: 100%;
}

.order-zhk .form-bottom {
  text-align: end;
}

.news {
  overflow: hidden;
}

.news .section__title {
  margin-bottom: 0px;
}

.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__header-arr .btn {
  margin-left: 40px;
}

.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -100px;
}

.news__item {
  width: 23%;
  margin-right: 2%;
  display: block;
  margin-bottom: 100px;
}

.news__item-pic {
  height: 320px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.news__item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s linear;
}
.news__item-pic img:hover {
  transform: scale(1.1);
}
.news__item-num {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.7em;
  text-transform: uppercase;
  font-family: "Ruberoid";
  color: #f7f8fa;
}
.news__title {
  transition: 0.3s ease;
}
.news__title:hover {
  color: #1889A5;
}
.news-inner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-inner__left {
  width: 70%;
}

.news-inner__left img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.news-inner__left h3 {
  margin-bottom: 15px;
}

.news-inner__left p:not(:last-child) {
  margin-bottom: 30px;
}

.news-inner__right {
  width: 28%;
}

.news-inner__right .news__title {
  width: 80%;
}

.news-inner__item-pic {
  height: 320px;
  position: relative;
  margin-bottom: 15px;
}
.news-inner__left .text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a5acb8;
}
.news-inner__item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-inner__item-num {
  position: absolute;
  font-size: 2.3em;
  text-transform: uppercase;
  font-family: "Ruberoid";
  top: 8px;
  right: 0;
  color: #f7f8fa;
  -webkit-text-stroke: 1px #3a4454;
  -webkit-text-fill-color: #f7f8fa;
}

.news-inner__item {
  margin-bottom: 30px;
  display: block;
}

.vacancy-inner__element.first li {
  list-style-type: none;
  margin-left: 0px;
}

.vacancy-inner__element.first li:first-child span::before {
  background-image: url(../img/SVG/person.svg);
}
.vacancy-inner__element:first-child {
  padding: 80px 0 30px;
}
.vacancy-inner__element.first li:last-child span::before {
  background-image: url(../img/SVG/calendar.svg);
}
.vacancy-inner__element {
  border-bottom: 1px solid #a5acb8;
}
.vacancy-inner__element h3 {
  font-weight: 500;
  font-size: 1.5em;
  color: #3a4454;
  margin-bottom: 30px;
}

.vacancy-inner__element ul li {
  list-style-type: disc;
  font-size: 1.1em;
  color: #3a4454;
  margin-left: 25px;
  line-height: 1.2;
}
.vacancy-inner__element p {
  list-style-type: disc;
  font-size: 1.1em;
  color: #3a4454;
  line-height: 1.2;
}
.vacancy-inner__element ul li span {
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  padding-left: 28px;
}
.activity__item-body-wrapper li {
  margin-left: 25px;
  margin-bottom: 15px;
  list-style-type: disc;
}

.vacancy-inner__element ul li span:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 20px;
  width: 20px;
  z-index: 1;
}

.vacancy-inner__element ul li:not(:last-child) {
  margin-bottom: 25px;
}

.vacancy-inner__element a {
  font-size: 1.3em;
  color: #3a4454;
}

.vacancy-inner__element a:nth-child(3) {
  margin: 0 30px 0 20px;
}

.vacancy-inner__element a:hover {
  text-decoration: underline;
}

.vacancy-inner__element .btn-type {
  font-weight: 500;
  font-size: 1.3em;
  color: #ffffff;
  background: #939dad;
  padding: 15px 60px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  display: inline-block;
  margin-top: 50px;
}

.vacancy-inner__element .btn-type:hover {
  text-decoration: none;
  background: #272f3a;
}

.vacancy-inner .section__title {
  margin-bottom: 0px;
}

/* .gray {
  background-color: #f7f8fa;
} */
.vacancy-inner__element {
  padding: 25px 0;
}
#popup {
  display: none;
  width: 800px;
  max-width: 100%;
  padding: 90px;
}

#popup .order-form {
  width: 100%;
}

#popup .form-bottom {
  text-align: right;
}

.form-bottom .btn {
  color: #3A4454;
  position: relative;
  padding-right: 75px;
}
.form-bottom .btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #1889A5;
  border-radius: 50%;
  background-image: url(../img/SVG/arrow-2.svg);
  background-repeat: no-repeat;
  background-size: 25px 15px;
  background-position: center center;
}

.form-bottom .btn:hover::before {
  background-color: #3A4454;
}

#popup input {
  font-size: 1.3em;
  color: #939dad;
}

.application__download {
  border: none;
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid #3a4454;
  padding: 20px 0;
  margin-bottom: 50px;
  outline: none;
  display: block;
  position: relative;
  padding-right: 30px;
}

.application__download-icon {
  position: absolute;
  right: 0;
  bottom: 4;
}

.application__download-text {
  font-size: 1.3em;
  color: #939dad;
}

.career {
  position: relative;
  background-color: #3a4454;
}

.career .container {
  width: 100%;
}

.career__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80vh;
}

.career__left {
  width: 50%;
  font-size: 1.3em;
  color: #ffffff;
}

.career__left-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 18vh;
}

.career__left-tab {
  width: 50%;
  text-align: center;
  padding: 30px;
  font-size: 1.4em;
  color: #ffffff;
  border-bottom: 2px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.career__left-tab.active {
  color: #1889A5;
  border-color: #1889A5;
}

.career__left-tab-items {
  position: relative;
}

.career__left-tabs-item {
  display: none;
}

.career__left-tabs-item.active {
  display: block;
}

.career__left-tabs-item .text {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60vh;
}

.career__right {
  width: 50%;
  height: 100%;
  position: relative;
}

.career__right-pictures {
  height: 100%;
}

.career__right-pic {
  width: 100%;
  height: 100%;
  display: none;
}

.career__right-pic.active {
  display: block;
}

.career__right-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.career__right-pic .texts {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.career .vacancies {
  overflow: auto;
  height: 62vh;
  direction: rtl;
}

.career .vacancies::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

.career .vacancies::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: white;
}

.career .vacancy {
  padding: 45px 25px 45px 120px;
  display: block;
  text-align: end;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.career .vacancy:hover {
  background: rgba(49, 82, 143, 0.41);
}

.career__title {
  font-weight: bold;
  font-size: 2.4em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}

.career__subtitle {
  font-weight: 500;
  font-size: 1.5em;
  color: #ffffff;
  max-width: 80%;
}

.contacts__heading {
  padding: 50px 0 100px 0;
  background: url(../img/jpg/contacts.jpg) no-repeat center/cover;
}

.contacts__body {
  background-color: #3a4454;
  position: relative;
}

.contacts__body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
}

.contacts__tab {
  font-size: 1.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 44px 0px 44px 120px;
  border-top: 2px solid white;
}

.contacts__tab.active {
  color: #1889A5;
  border-color: #1889A5;
}

.contacts__tab-items {
  width: 48%;
}

.contacts__tab-item {
  display: none;
}

.contacts__tab-item.active {
  display: block;
}

.contacts__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contacts__right-item {
  display: none;
  width: 100%;
  height: 100%;
}

.contacts__right-item iframe {
  width: 100%;
  height: 100%;
}

.contacts__right-item.active {
  display: block;
}

.contacts .section__title.sec {
  color: #ffffff;
}

.contacts .location {
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.contacts .location:before {
  content: "";
  background-image: url(../img/SVG/locationn.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 20px;
  width: 14px;
  z-index: 1;
}

.contacts .phone {
  position: relative;
  padding-left: 20px;
}

.contacts .phone a {
  font-weight: 500;
  color: #ffffff;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts .phone a:hover {
  text-decoration: underline;
}

.contacts .phone:before {
  content: "";
  background-image: url(../img/SVG/phone.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 20px;
  width: 14px;
  z-index: 1;
}

.footer {
  background: #272f3a;
  color: #ffffff;
  overflow: hidden;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  height: 75px;
}
.footer__cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}

.footer__feedback {
  margin-top: 20px;
  padding: 7px 40px;
}

.footer .phone:hover {
  text-decoration: underline;
}

.footer__right {
  width: 100%;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #596073;
  padding: 45px 0;
}

.footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

.footer-nav__item {
  list-style-type: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  color: #ffffff;
}

.footer-nav__item a {
  font-weight: 500;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 14px;
}

.footer-nav__item a:hover {
  text-decoration: underline;
}

.footer-nav__item a.inner {
  color: #a5acb8;
  font-weight: 400;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
}

.footer__rights {
  text-align: center;
}

.footer__creators a {
  text-decoration: none;
}

.footer__creators a:hover {
  text-decoration: underline;
}

.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.soc-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  margin-left: 30px;
}

.soc-icon.insta {
  background-image: url(../img/insta-icon.svg);
}

.soc-icon.whatsapp {
  background-image: url(../img/SVG/telegram_two.svg);
}

.soc-icon.fb {
  background-image: url(../img/SVG/youtube_two.svg);
}

/* .hidden {
  display: none;
  width: 30%;
  border-radius: 10px;
} */

.request-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.request-title span {
  font-weight: bold;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_input {
  outline: 1px solid #42454e;
  resize: none;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 0.9em;
  margin-top: -20px;
  border-radius: 5px;
}

.form-btn {
  outline-color: transparent;
  width: 100%;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9em;
}

.form-btn:hover {
  background-color: black;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.input-parent {
  width: 18%;
  margin: 0 1% 0 1%;
}

.input-parent:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.input-title {
  font-size: 0.8em;
  padding: 4px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 0px;
}

body.hidden {
  overflow: hidden;
}

.preloader {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #3a4454;
  height: 100vh;
  width: 100%;
  position: fixed;
  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;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 500;
  bottom: 0;
}

.preloader.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.preloader .icon {
  position: relative;
  display: flex;
  align-items: center;
}
.word.p {
  margin-bottom: -5px;
}
.word.m {
  margin-left: 3px;
}
.preloader .rectangle-yellow {
  position: absolute;
  top: 64px;
  left: 80px;
  z-index: 10;
}

.preloader .baspana {
  margin-top: 13px;
}
.vk:last-child {
  margin-left: -20px;
}
.preloader .group {
  margin-top: 13px;
}

.preloader .group .word {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.development .word {
  margin-left: -2px;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.development .word.a {
  margin: 0 -3px;
}

/* .development .word.p {
  margin-right: -4px;
} */

.development .word.n {
  margin-left: 0px;
}

.development .sec-word {
  margin-left: 10px;
}

.rectangle {
  -webkit-animation: animRotate 2s linear infinite;
  animation: animRotate 2s linear infinite;
}

@-webkit-keyframes animRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vk {
  transform: translateX(70px);
  opacity: 0;
  transition: 0.4s linear;
}
.icon.way.way--active .heading {
  position: relative;
  z-index: 5;
}
.icon.way.way--active .vk {
  opacity: 1;
  transform: none;
}
.icon.way.way--active .vk:first-child {
  transition-delay: 0.5s;
}
.icon.way.way--active .vk:last-child {
  transition-delay: 0.9s;
}
.icon.way.way--active .development .word {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.icon.way.way--active .development .word:first-child {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(2) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(3) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(4) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(5) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(6) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(7) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(8) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(9) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
  opacity: 1;
}
.icon.way.way--active .development .word:nth-child(10) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
  opacity: 1;
}

.icon.way.way--active .development .word:nth-child(11) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  opacity: 1;
}

.icon.way.way--active .group .word:first-child {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  opacity: 1;
}

.icon.way.way--active .group .word:nth-child(2) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
  opacity: 1;
}

.icon.way.way--active .group .word:nth-child(3) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
  opacity: 1;
}

.icon.way.way--active .group .word:nth-child(4) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
  opacity: 1;
}

.icon.way.way--active .group .word:nth-child(5) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
  opacity: 1;
}

.box-size {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alert--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.alert--error,
.alert--warning,
.alert--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert--width {
  width: 400px;
}

.alert--img__item svg {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.alert--img__item {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.alert--active .active {
  display: block;
}

.alert--warning .warning {
  display: block;
}

.alert--error .error {
  display: block;
}

.alert--content {
  position: relative;
  z-index: 12;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  padding: 30px;
  color: #333333;
  margin-bottom: 10%;
}

.alert--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.alert-text {
  margin-top: 15px;
  text-align: center;
}

.alert--active .active path {
  fill: #373767;
}

.alert--warning .warning path {
  fill: #e5e75d;
}

.alert--error .error path {
  fill: #f81919;
}

.alert--title {
  font-size: 28px;
  font-weight: 500;
}

.alert--subtitle {
  font-weight: 400;
  font-size: 20px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ccbbbb;
}

.alert--x {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 8px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert--x svg {
  width: 100%;
  height: 100%;
}

.alert--x svg path {
  fill: #968787;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.alert--x:hover path {
  fill: black;
}

/* new styles swiper */
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.gallery-top {
  height: 41vw;
  width: 100%;
}
.gallery-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
  background-image: none;
}
.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.news-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.news-header .title {
  margin-bottom: 0!important;
}

@media screen and (max-width: 1620px) {
  .container {
    width: 86%;
  }
  .nav__items > li {
    margin-right: 35px;
  }
  body {
    font-size: 16px;
  }
  .header__top-wrapper .container {
    height: 80px;
  }
  .header__center .container {
    height: 65px;
  }
  .logo__header {
    height: 55px;
  }
  .sub-menu__list {
    margin-top: 23px;
    width: 170px;
  }
  .btn::before,
  .activity__item-header-btn,
  .projects__header-arr .arr,
  .projects__slide.slick-current .projects__slide-card-pic:before {
    background-size: 20px;
    height: 40px;
    width: 40px;
  }
  .sale__body-slider .slick-arrow {
    background-size: 14px;
    height: 45px;
    width: 45px;
  }

  /* .btn {
    height: 55px;
    padding-right: 65px;
  } */
  .layout__tab,
  .projects__slide-card-texts img {
    height: 50px;
    width: 50px;
  }
  .sale-fones-item {
    height: 45px;
    width: 45px;
  }
  .activity__item-body-slide:before {
    width: 45px;
    height: 45px;
  }
  .header__bottom .title {
    font-size: 5.2em;
  }
  .title {
    font-size: 2em;
  }
  .section.development {
    padding: 150px 0;
  }
  .section {
    padding: 60px 0;
  }
  .section-sec {
    padding-bottom: 60px;
  }
  .vacancy-inner__element:first-child {
    padding: 60px 0 25px;
  }
  .section.order {
    padding: 150px 0;
  }
  .footer__logo {
    height: 55px;
  }
  .activity__item-header-num {
    font-size: 7.8em;
  }
  /* .section-page {
    margin-top: 130px;
  } */
  /* .layout__wrapper {
    padding-left: 220px;
  } */
  .layout__left {
    width: 9%;
  }
  /* .layout__right {
    width: 91%;
  } */
  .about .text:before {
    display: none;
  }

  .sale__body {
    height: 700px;
  }
  .sale.dark-fone .section__title {
    font-size: 2.2em;
  }
  .section__title {
    font-size: 2.2em;
  }
  /* .layout__tab-slide-pic {
    height: 360px;
    width: 360px;
  } */
  .sale__tabs {
    width: 280px;
  }

  .sale__tab-item.advant {
    padding-right: 280px;
  }

  #popup {
    width: 600px;
    padding: 50px;
  }
  .header__bottom .title {
    font-size: 3.5em;
  }
  .header__bottom-dots {
    font-size: 6em;
  }
  .sale__header {
    padding: 70px;
  }
  .about {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1440px) {
  .phone_head {
    align-items: center;
    gap: 30px;
  }
  .phone_head-btn {
    padding: 12px 40px;
    background: #25B8DD;
    border-radius: 100px;
  }
  .phone_head {
    display: none;
  }

  .mobile-nav .phone_head {
    display: flex;
    margin-top: 50px;
  }
  .header__bottom .title {
    font-size: 3.2em;
  }
  .soc-icon {
    height: 25px;
    width: 25px;
    margin-left: 25px;
  }
  .footer__navs {
    width: 45%;
  }
  .section.order,
  .section.development {
    padding: 130px 0;
  }
  .btn::before,
  .activity__item-header-btn,
  .projects__header-arr .arr,
  .projects__slide.slick-current .projects__slide-card-pic:before {
    background-size: 22px;
    height: 35px;
    width: 35px;
  }

  /* .btn {
    height: 45px;
    padding-right: 55px;
  } */
  .layout__tab,
  .projects__slide-card-texts img {
    height: 45px;
    width: 45px;
  }
  .sale-fones-item {
    height: 40px;
    width: 40px;
  }
  .activity__item-body-slide:before {
    width: 45px;
    height: 45px;
  }
  .order-form input {
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .title {
    font-size: 1.7em;
  }
  .section__title {
    font-size: 1.7em;
  }
  .sale.dark-fone .section__title {
    font-size: 1.7em;
  }
  .activity__item-body-slider {
    height: 230px;
  }
  /* .activity__item-body-slide {
    width: 330px;
  } */
  .activity__item-header-num {
    font-size: 6.8em;
  }
  .career .vacancy {
    padding: 50px 20px 50px 100px;
  }
  .news-inner__item-num {
    font-size: 2em;
  }
  .news-inner__item-pic {
    height: 270px;
  }
  .news__item-pic {
    height: 270px;
    margin-bottom: 13px;
  }
  .news__item {
    margin-bottom: 60px;
  }
  .news__items {
    margin-bottom: -60px;
  }
  .news__header {
    margin-bottom: 30px;
  }
  .news__item-num {
    font-size: 2.3em;
  }
  .sale__body {
    height: 600px;
  }
  /* .layout__tab-slide-pic {
    height: 280px;
    width: 280px;
  } */

  .projects__slide-card-pic {
    height: 420px;
  }
  .projects__slide-card {
    width: 330px;
  }
  .projects__slide {
    max-width: 780px;
  }
  .projects__slide-card:not(:last-child) {
    margin-right: 120px;
  }
  .projects__slide {
    margin: 0 60px;
  }
  .projects__slide-card-year {
    font-size: 5.5em;
  }
  .contacts__heading {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .contacts__tab {
    padding: 34px 0px 34px 100px;
  }
  .contacts__left {
    width: 50%;
  }
  .sale__tab {
    font-size: 1.1em;
  }

  .section__title {
    margin-bottom: 20px;
  }
  .sale__header {
    padding: 60px;
  }
  .burger {
    display: block;
  }
  .nav {
    position: fixed;
    right: -500px;
    top: 0;
    width: 370px;
    overflow: hidden;
    z-index: 5;
    transition: .4s linear;
    font-size: 20px;
    height: 100vh;
    background: url('../img/nav-bg.png') left bottom / contain no-repeat, #fff;
    padding: 5px;
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav .logo__header {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    padding-bottom: 40px;
    height: auto;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  .mobile-nav .logo__header a {
    display: flex;
    width: 150px;
    height: 46px;
  }

  .nav__items {
    text-align: center;
  }
  
  /* nav:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";

    top: 0;
    left:0;
    z-index: -1;
  } */
  .nav.active{
    right: 0;
  }
  .nav .nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav__items li {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .nav__item.under a {
    font-size: 14px;
    font-weight: 400;
  }
  .nav:last-child li {
    margin-left: 0px;
  }
  .center.nav {
    display: none;
  }
  .header__center {
    display: none;
  }
  .sub-menu {
    position: static;
    opacity: 1;
    /* display: none; */
    -webkit-transition: none;
    transition: none;
    margin-left: 0;
  }
  .nav__item  .sub-menu__item{
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .nav__item.under .sub-menu__item a {
    padding: 0;
  }
  .sub-menu__list {
    margin-top: 10px;
    width: auto;
  }
  .sub-menu__list {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sub-menu__item:not(:last-child) {
    border-bottom: none;
  }
  .sub-menu__item a {
    line-height: 100%;
    padding: 0px 0px;
  }
  .sub-menu__item a:hover {
    color: white;
  }
  .search_block {
    top: 0px;
    border-radius: 50px 0 0 50px;
  }
  .header-right {
    margin-left: auto;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .alert--width {
    width: 370px;
  }
  .alert--content {
    padding: 25px;
  }
  .alert--img__item svg {
    width: 75px;
    height: 75px;
  }
  .alert-text {
    margin-top: 10px;
  }
  .alert--title {
    font-size: 24px;
  }
  .alert--subtitle {
    font-size: 18px;
  }

  .search_btn {
    width: 34px;
    height: 34px;
    background-size: 14px;
  }

  .layout__tab,
  .projects__slide-card-texts img {
    height: 34px;
    width: 34px;
  }
  .sale-fones-item {
    height: 34px;
    width: 34px;
  }
  .lang_choice {
    width: 33px;
    height: 33px;
  }
  .lang {
    width: 33px;
    height: 33px;
  }
  .search {
    height: 33px;
    margin-right: 20px;
  }
  .header__bottom .title {
    font-size: 2.8em;
  }
  /* .title {
    font-size: 4em;
  } */
  .advantages__item img {
    width: 40px;
    height: 40px;
  }
  .advantages__item p:before {
    width: 75px;
    margin-left: -37.5px;
  }
  .advantages__item {
    width: 17%;
  }
  .section__title {
    font-size: 2em;
  }
  .contacts .section__title.sec {
    font-size: 2em;
  }
  .sale.dark-fone .section__title {
    font-size: 2em;
  }
  .sale-fones-item svg {
    width: 20px;
    height: 20px;
  }
  .sale__header {
    padding: 50px 0;
  }
  /* .advant__tab.active .advant__tab-title {
    font-size: 2em;
  } */

  .order-zhk__wrapper .order-form {
    width: 450px;
    max-width: 100%;
  }
  .address__title {
    font-size: 4em;
  }
  .address__right p {
    font-size: 1.6em;
  }

  .num {
    font-size: 3.2em;
  }
  .contacts__tab-items {
    width: 50%;
  }
  .contacts__right {
    width: 45%;
  }
  .contacts__left {
    width: 53%;
  }
  .career .vacancy {
    padding: 50px 20px 50px 10%;
  }
}

@media screen and (max-width: 1200px) {
  .nav:last-child {
    margin-left: -35px;
  }
  .footer-nav {
    margin-right: 40px;
  }
  /* .cont {
    padding-left: 40px;
  } */
  /* .cont-sec {
    padding: 0 40px;
  } */
  .news-inner__item-pic img {
    width: 100%;
  }
  .news-inner__item-num {
    right: 8px;
  }
  .news-inner__right .news__title {
    width: 100%;
  }
  .news-inner__item-num {
    font-size: 3.3em;
  }
  .news__item-pic {
    height: 220px;
  }
  .sale__body {
    height: 730px;
  }
  .sale__tab {
    font-size: 1.2em;
  }
  /* .layout__tab-slide-pic {
    height: 310px;
    width: 310px;
  } */
  .advant__tab-title {
    font-size: 1.3em;
  }
  /* .advant__tab.active .advant__tab-title {
    font-size: 1.8em;
  } */
  .about {
    padding: 60px 0;
  }
  .num {
    font-size: 3em;
  }

  .partners__item {
    padding: 40px;
  }
  .projects .section__title {
    margin-right: 310px;
  }

  .section__title {
    margin-bottom: 20px;
  }
  .partners__items {
    margin-bottom: 60px;
    margin-top: 0px;
  }
  .partners__item {
    height: 170px !important;
  }
  .nums__right {
    flex-wrap: wrap;
  }
  .in-sale__item-pic {
    height: 250px;
  }
  .in-sale__item-title {
    padding: 15px;
  }
  .in-sale__items {
    grid-gap: 20px;
  }
  .okruzh__item-title {
    font-size: 1.2em;
  }
  .priob-items {
    flex-wrap: wrap;
  }
  .priob-item {
    width: 46%;
    margin-bottom: 15px;
  }
  .sale__left p {
    line-height: 152%;
    margin-bottom: 15px;
  }
  .sale__right {
    width: 35%;
  }
  .sale__right.three {
    width: 35%;
  }
  .sale__left {
    width: 63%;
  }
  .ipoteka-item {
    height: 130px;
  }
  .contacts__tab {
    padding: 34px 0px 34px 40px;
  }
}

@media screen and (max-width: 1100px) {
  .cont {
    padding-left: 0px;
  }
  .cont-sec {
    padding: 0 0px;
  }
  .section-page {
    margin-top: 70px;
  }
  .section__title {
    font-size: 1.8em;
  }
  .sale.dark-fone .section__title {
    font-size: 1.8em;
  }
  .contacts .section__title.sec {
    font-size: 1.8em;
  }
  .vacancy-inner__element ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .vacancy-inner__element h3 {
    margin-bottom: 20px;
  }
  .vacancy-inner__element .btn-type {
    margin-top: 30px;
  }
  .career__title {
    font-size: 2.3em;
  }
  .career__subtitle {
    font-size: 1.5em;
  }
  .career__wrapper {
    height: 780px;
  }
  .career__left-tabs {
    height: 180px;
  }
  .career .vacancies,
  .career__left-tabs-item .text {
    height: 600px;
  }
  .news__header {
    margin-bottom: 20px;
  }
  .news-inner__left p:not(:last-child) {
    margin-bottom: 10px;
  }
  .news-inner__item-pic {
    height: 240px;
  }

  .num {
    font-size: 2.8em;
  }

  .section {
    padding: 50px 0;
  }
  .header.header__top-sec .header__top-wrapper .container {
    height: 80px;
  }
  .home-dev__right {
    top: 50px;
    height: calc(100% - 100px);
  }
  .home-dev__left .btn {
    margin-top: 10px;
  }
  .in-sale__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .in-sale__item.w50 {
    grid-column: 1 span;
  }
}

@media screen and (max-width: 1000px) {
  .header__bottom .title {
    font-size: 2.5em;
  }
  .title {
    font-size: 1.7em;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__rights {
    margin-bottom: 10px;
  }
  /* .footer__navs {
    width: 100%;
    margin-bottom: 20px;
  } */
  .footer-nav__item {
    margin-bottom: 15px;
  }
  /* .soc-icon {
    margin-right: 25px;
    margin-left: 0px;
  } */
  .footer__soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__left {
    width: 40%;
  }
  .sale__header {
    padding: 40px 0;
  }

  .career__left-tab {
    font-size: 1.2em;
  }
  .news-inner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-inner__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .news-inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: -40px;
  }
  .news-inner__item {
    width: 320px;
    margin-right: 40px;
  }
  .news__item-pic {
    height: 200px;
  }
  .news__item-num {
    font-size: 2em;
  }
  .news__title {
    font-size: 1em;
  }
  .sale__tabs {
    width: 200px;
  }
  .sale__tab {
    font-size: 1em;
  }

  .sale__tab-item.advant {
    padding-right: 200px;
  }
  .layout__tab-small-slide {
    margin-right: 30px;
  }
  .layout__tab-small-slider {
    margin-right: -30px;
  }
  .layout__right {
    padding: 30px 25px;
  }
  .layout__tab-title {
    font-size: 1.7em;
    margin-bottom: 40px;
  }
  .sale__body {
    height: 600px;
  }
  .contacts__right {
    position: static;
  }
  .contacts__left {
    width: 100%;
  }
  .contacts__right {
    width: 100%;
    height: 320px;
  }
  .contacts__tabs {
    width: 35%;
  }
  .contacts__tab-items {
    width: 60%;
  }
  .contacts__tab {
    padding: 25px 0px 25px 30px;
  }
  .contacts__heading {
    padding-bottom: 65px;
  }
  .header__bottom-dots {
    font-size: 5em;
  }
  .footer .phone {
    margin-top: 18px;
  }
  .nums__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .layout__tab-slide-pic {
    height: 260px;
  }
  .prev-item:not(:nth-child(3n)) {
    margin-right: 14%;
  }
  .prev-item {
    width: 24%;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
  .development__text {
    width: 41%;
  }
  .advantages__item {
    width: 20%;
  }
  .section.order,
  .section.development {
    padding: 90px 0;
  }
  .career__wrapper {
    height: 680px;
  }
  .career__left-tabs {
    height: 130px;
  }
  .career .vacancy {
    padding: 25px 20px;
  }
  .career .vacancies,
  .career__left-tabs-item .text {
    height: 550px;
  }
  .career__left-tabs-item .text {
    padding: 0 30px;
  }
  .news__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news__item {
    width: 31%;
  }
  .layout__tab-slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout__tab-slide-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layout__tab-slide-info li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .layout__tab-title {
    margin-bottom: 20px;
  }
  .address__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .address__left {
    width: 100%;
    height: 60%;
  }
  .address__right {
    width: 100%;
    height: 40%;
  }
  .advant__tab {
    padding: 20px;
  }
  .advant__tab {
    width: 50%;
    height: 33.3%;
  }

  .projects__slide-card-pic {
    height: 340px;
  }
  .projects__slide-card {
    width: 240px;
  }
  .projects__slide-card:not(:last-child) {
    margin-right: 80px;
  }
  .projects__slide {
    margin: 0 40px;
    max-width: 560px;
  }
  .projects .section__title {
    margin-right: 140px;
  }
  .projects__slide-card {
    margin-top: 30px;
  }

  .projects__slide-card-texts {
    padding: 20px;
  }
  .projects__slide-card-texts .pic {
    bottom: 0;
  }
  .about__right-inner {
    height: 360px;
  }
  .about__right {
    height: 320px;
  }
  .home-dev__right {
    position: static;
    width: 530px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .home-dev__left {
    width: 100%;
  }
  .home-dev__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .title {
    margin-bottom: 25px;
  }
  .news-index__wrapper {
    flex-direction: column;
  }
  .news-index__left {
    width: 530px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    position: static;
    height: 400px;
    overflow: hidden;
  }
  .news-index__right {
    width: 100%;
  }
  .news-index__body {
    padding: 15px 0;
    margin: 15px 0;
  }
  .news-index .title {
    margin-bottom: 25px;
  }
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
  .footer__logo {
    display: block;
    margin-bottom: 25px;
  }
  .footer__navs {
    margin-bottom: 25px;
  }

  .purposes__item-icon {
    width: 40px;
    height: 40px;
  }
  .purposes__item {
    margin-bottom: 25px;
  }
  .about__right-inner {
    height: 320px;
  }
  .header__bottom,
  .header__bottom-wrapper,
  .header__right {
    height: 600px;
  }
  .header__bottom-btn.way {
    margin-top: 25px;
  }
  .sale__right {
    position: static;
  }
  .sale__wrapper {
    flex-direction: column-reverse;
  }
  .sale__right {
    width: 100%;
    margin-bottom: 30px;
  }
  .sale__left {
    width: 100%;
  }
  .sale__right.three {
    width: 100%;
  }
  .sale__left.genplan {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sale__left-header {
    margin-bottom: 15px;
  }
  .prev-item {
    margin-bottom: 25px;
  }
  .prev-items {
    margin-bottom: -25px;
  }
  .home-dev .title {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__left {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    padding-right: 0px;
  }
  .footer__left:before {
    bottom: 0px;
    right: -80px;
    top: auto;
  }
  .footer {
    padding: 0px;
  }

  .footer-navs {
    margin-right: -40px;
  }
  .footer__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__left p:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .title {
    font-size: 1.5em;
  }

  .order-form input {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .header__bottom .title {
    font-size: 2.2em;
  }
  .order-form,
  .development__text {
    width: 50%;
    padding-left: 15px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .activity__item-body-slider {
    height: 200px;
  }
  /* .activity__item-body-slide {
    width: 320px;
  } */
  .section {
    padding: 40px 0;
  }

  .career__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .career__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .career__right {
    width: 100%;
    height: 400px;
  }
  .career .vacancies,
  .career__left-tabs-item .text {
    max-height: 380px;
  }
  .news-inner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0px;
  }
  .news-inner__item {
    width: 48%;
    margin-right: 0px;
  }
  .news-inner__item-pic {
    height: 200px;
  }
  .sale__tabs {
    width: 150px;
  }

  .sale__tab-item.advant {
    padding-right: 150px;
  }

  .sale__tab {
    font-size: 13px;
  }
  .layout__left {
    width: 50px;
  }
  /* .layout__tab-slide-pic {
    height: 250px;
    width: 250px;
  } */
  .about__right-inner {
    position: static;
    height: 400px;
    width: 100%;
  }
  .about__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .about {
    overflow: hidden;
  }
  .about {
    padding: 50px 0;
  }
  #popup {
    max-width: 92%;
    padding: 50px 30px;
  }

  .about__right {
    float: none;
  }
  .about__right {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .btn {
    padding: 12px 60px;
  }
  .partners__items .slick-arrow.slick-next {
    right: 0;
  }
  .partners__items .slick-arrow.slick-prev {
    left: 0;
  }
  .sale__left p {
    margin-bottom: 10px;
  }
  .ipoteka-item {
    width: 32%;
    margin-bottom: 20px;
  }
  .ipoteka-item:not(:nth-child(4n)) {
    margin-right: 0%;
  }
  .ipoteka-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .ipoteka-items {
    margin-bottom: 10px;
  }
  .news-index__left {
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .news__item {
    width: 48%;
    margin-right: 0;
  }
  .news__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: -30px;
  }
  .news__item {
    margin-bottom: 30px;
  }
  .prev-item__icon {
    width: 30px;
    height: 30px;
  }
  .sale__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .order-zhk__wrapper .order-form {
    width: 350px;
  }

  .contacts__tab {
    padding: 30px 0px 29px 22px;
  }
  .contacts__tab-items {
    padding-right: 20px;
  }

  .section__title {
    margin-bottom: 20px;
  }
  .search_block {
    top: 150%;
    border-radius: 50px;
    right: -40px;
    background-color: white;
    color: black;
    -webkit-box-shadow: 0px 4px 21px rgba(121, 132, 145, 0.19);
    box-shadow: 0px 4px 21px rgba(121, 132, 145, 0.19);
  }
  .search_input {
    background-color: #fff;
    color: black;
  }
  .activity__item-body-left p {
    text-align: justify;
  }
  .header__bottom-dots {
    font-size: 4em;
    bottom: 30px;
  }
  .btn.header__bottom-btn {
    bottom: 30px;
  }
  .btn-sec {
    margin-right: 20px;
  }
  .news-index__title {
    font-size: 1.3em;
  }
  .partners__item {
    height: 120px !important;
    padding: 30px;
  }
}

@media screen and (max-width: 570px) {
  .advantages__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .advantages__item {
    width: 40%;
    margin-bottom: 20px;
  }
  .header__right {
    width: 50%;
  }

  .header__bottom .title {
    font-size: 2em;
  }
  .logo__header {
    margin-right: 30px;
  }
  .activity__item-header-title {
    font-size: 14px;
  }
  .activity__item-body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .activity__item-body-left {
    width: 100%;
    margin-bottom: 20px;
  }
  /* .activity__item-body-slide {
    margin-right: 20px;
  } */
  .activity__item-body-slider {
    height: 160px;
  }
  /* .activity__item-body-slide {
    width: 200px;
  } */
  .vacancy-inner__element h3 {
    font-size: 1.2em;
  }

  .layout__left {
    width: 100%;
    height: 50px;
  }
  .layout__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* .layout__tab-slide-pic {
    height: 200px;
    margin-top: 15px;
    width: 200px;
  } */
  .layout__tab-slide-info li {
    margin-bottom: 9px;
  }

  .layout__tab-title {
    font-size: 1.4em;
  }

  .projects__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .projects__slide.slick-current .projects__slide-card-year {
    -webkit-transform: none;
    transform: none;
    right: 45%;
  }
  .contacts__tab {
    font-size: 1em;
  }
  .contacts__tabs {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
  }
  /* .contacts__heading {
    padding-top: 170px;
  } */
  .contacts .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts .phone a {
    line-height: 120%;
  }
  .contacts .phone a {
    margin-right: 0px;
  }
  .projects__slide {
    width: 320px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .projects__slide::-webkit-scrollbar {
    height: 7px;
    background-color: #3a4454;
    border-radius: 10px;
  }
  .projects__slide::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1889A5;
  }
  .projects__slider {
    padding: 0 20px;
  }
  .projects__slide.slick-current .projects__slide-card-year {
    right: auto;
    left: 10px;
  }
  .projects__slide-card-year {
    font-size: 3.5em;
  }
  .projects__slider:before {
    display: none;
  }
  .projects__slide-card {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .fixed__form {
    width: 370px;
    max-width: 100%;
  }
  .footer__top,
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__navs {
    width: 100%;
  }
  .about-block__right,
  .purposes__left {
    position: static;
  }
  .about-block__left,
  .about-block__right,
  .purposes__left {
    width: 100%;
  }
  .purposes__right {
    padding-left: 0px;
  }
  .about-block__left,
  .purposes__left {
    margin-bottom: 30px;
  }
  .num {
    font-size: 2.2em;
  }
  .nums__text {
    padding: 0 10px;
  }
  .in-sale__item.w50 {
    grid-column: 2 span;
  }
  .in-sale__item {
    grid-column: 2 span;
  }
  .layout__tab-slide-pic {
    height: 200px;
  }
  .ipoteka-item:not(:nth-child(3n)) {
    margin-right: 0%;
  }
  .ipoteka-item {
    width: 48%;
  }
  .ipoteka-items {
    justify-content: space-between;
  }
  .sale__item-icon {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .nav {
    width: 100%;
  }
  .container {
    width: 95%;
  }
  .logo__header {
    height: 40px;
  }
  /* .header__bottom .title {
    font-size: 2.38em;
  } */
  .activity__item-header-num {
    font-size: 5em;
  }
  .activity__item-header-btn,
  .activity__item-body-slide:before {
    background-size: 17px;
    height: 35px;
    width: 35px;
  }
  .activity__item-header-title {
    margin: 0 30px 0 30px;
  }
  .activity__item-body-wrapper {
    padding: 15px 0;
  }
  .sale__header {
    padding: 50px 0;
  }

  .header__white .logo__header a {
    width: 110px;
  }
  .footer__logo {
    height: 35px;
  }
  .news-inner__item-pic {
    height: 210px;
  }
  .news-inner__item-num {
    font-size: 2.3em;
  }
  .news-inner__item-pic {
    margin-bottom: 10px;
  }
  .news__header .btn {
    display: none;
  }
  .news__item-pic {
    height: 200px;
  }
  .sale__tabs {
    width: 100%;
    height: 90px;
  }

  .sale__tab-item.advant {
    padding-right: 0px;
  }
  .sale__tab-item.active {
    height: 510px;
    margin-top: 90px;
  }
  .sale__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: auto;
  }
  .sale__tabs::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
  }
  .sale__tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
  }
  .sale__tab {
    border-bottom: none;
    height: 100%;
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .sale__tab:not(:last-child) {
    border-right: 1px solid #d2d2d2;
  }
  .advant__tab-title {
    font-size: 1.2em;
  }
  /* .advant__tab.active .advant__tab-title {
    font-size: 1.5em;
  } */
  .address__title {
    font-size: 3em;
  }
  .address__right p {
    font-size: 1.2em;
  }
  .address__right {
    height: 35%;
  }
  .address__left {
    height: 65%;
  }
  .partners__item {
    padding: 20px;
  }
  .about__right-inner {
    height: 270px;
  }
  .contacts__tab {
    padding: 20px 0px 20px 12px;
  }
  .contacts__tabs {
    width: 190px;
  }
  /* .contacts__heading {
    padding-top: 120px;
  } */
  .contacts__tabs {
    width: 175px;
    margin-right: 18px;
  }
  .contacts .phone a {
    margin-right: 15px;
  }

  .header__bottom-dots {
    font-size: 3em;
    bottom: 20px;
  }
  .btn.header__bottom-btn {
    bottom: 20px;
  }
  .partners__item {
    padding: 10px 17px;
    height: 90px !important;
  }
  .partners__items {
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .partners__items .slick-arrow {
    width: 30px;
    height: 30px;
    top: 40%;
    background-size: 9px 17px;
  }
  .layout__tabs {
    margin-left: 20px;
  }
  .okruzh__item-icon img {
    width: 30px;
  }
  .okruzh__item-title {
    font-size: 1em;
  }
  .prev-item:not(:nth-child(3n)) {
    margin-right: 0%;
  }
  .prev-item {
    width: 46%;
  }
  .prev-items {
    justify-content: space-between;
  }
  .ipoteka-item {
    height: 100px;
  }
  .layout__header {
    flex-direction: column;
  }
  .layout__header {
    margin-bottom: 20px;
  }
  .layout__header .section__title {
    margin-bottom: 15px;
  }
  .layout__right {
    padding: 20px 15px;
  }
  .news-index__left {
    height: 300px;
  }
}

@media screen and (max-width: 425px) {
  .development__wrapper,
  .order__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .development__pic,
  .order__pic {
    width: 100%;
  }
  .development__text .order-form {
    width: 100%;
    padding: 0;
    color: white;
    margin-bottom: 20px;
  }
  .order-form input,
  .input__parent {
    width: 100%;
  }
  .order-form {
    width: 100%;
  }
  .order-form .btn {
    color: white;
  }
  .order-form input {
    border-bottom: 2px solid white;
    color: white;
  }
  .development .title {
    margin-bottom: 30px;
  }
  .development .btn {
    color: white;
  }
  .footer__navs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .development__text {
    width: 100%;
    padding-left: 0px;
    color: white;
    text-align: justify;
  }
  .title {
    text-align: center;
  }
  .cont {
    margin-left: 0px;
    text-align: center;
  }
  .header__right {
    width: 100%;
  }
  .career__left-tabs-item .text {
    padding: 0 20px;
  }
  .career .vacancies,
  .career__left-tabs-item .text {
    max-height: 460px;
  }
  .career .vacancy {
    padding: 25px 10px;
    text-align: left;
  }
  .news__item {
    width: 100%;
  }
  .news__item-pic {
    margin-bottom: 8px;
  }
  .order-zhk__wrapper .order-form input {
    border-bottom: 2px solid black;
    width: 95%;
  }
  .order-zhk__wrapper .order-form {
    padding-left: 10px;
  }
  .order-zhk__wrapper .order-form .btn {
    color: black;
  }
  .footer-nav {
    margin-right: 0px;
  }
  .soc-icon {
    margin-left: 15px;
  }
  .okruzh__item {
    width: 100%;
  }
  .ipoteka-item {
    height: 80px;
  }
  .news__title:hover {
    color: #000;
  }
}

.project-slide {
  position: relative;
  padding: 40%;
}
.project-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-slider {
  margin: 100px 0 50px;
  padding-bottom: 70px;
  height: 400px;
}

.project-slider .swiper-button-next, 
.project-slider .swiper-button-prev {
  top: 90%;
}
.project-slider .swiper-button-next {
  right: 40%;
}
.project-slider .swiper-button-prev {
  left: 40%;
}