@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@100..800&display=swap");
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
}

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

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

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

a:hover {
  text-decoration: none;
}

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

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

ul, ul li {
  list-style: none;
  margin: 0;
}

address {
  font-style: normal;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

.header-bg.fixed{
	background: #151616 !important;
}


.header-bg .select__top{
	color: #fff;
}



.header-bg .select__top path{
		fill: #fff !important;
	}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

button {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

a {
  display: block;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

html {
  font-size: 0.5208333333vw;
}
@media (max-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 962px) {
  html {
    font-size: 10px;
  }
}

svg path, circle {
  transition: all 0.3s;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 1.6rem;
  color: #151616;
  overscroll-behavior: none;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 144rem;
  margin: 0 auto;
}
@media (max-width: 962px) {
  .container {
    padding: 0 1rem;
  }
}

.btn {
  padding: 1.5rem 3.9rem;
  background: #151616;
  color: #fff;
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
}

.btn-stroke {
  border: 1px solid #fff;
  color: #fff;
}

.header {
  padding: 1.6rem 0;
  position: relative;
  z-index: 777;
}
@media (max-width: 962px) {
  .header {
    padding-bottom: 0;
  }
}
.header.header-bg .nav a {
  color: #fff;
}
.header.header-bg .tel {
  color: #fff;
}
.header.header-bg .hamburger span {
  background: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  width: 14.6rem;
  height: 4.8rem;
}
@media (max-width: 962px) {
  .header .logo img {
    width: 12.1rem;
    height: auto;
  }
}
.header .nav {
  display: flex;
  gap: 4.8rem;
  font: 400 1.6rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .header .nav {
    display: none;
  }
}
.header .nav a {
  font: 400 1.6rem/100% "Onest", sans-serif;
  color: #151616;
}
.header .nav a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.header .actions {
  display: flex;
  align-items: center;
  gap: 10.7rem;
}
@media (max-width: 962px) {
  .header .actions {
    gap: 7REM;
  }
}
@media (max-width: 962px) {
  .header .actions .btn {
    display: none;
  }
}
.header .tel {
  font-weight: 700;
  color: #151616;
}
@media (max-width: 962px) {
  .header .tel {
    font-size: 1.2rem;
  }
}
.header .hamburger {
  display: none;
}
.header .hamburger span {
  display: block;
  width: 2rem;
  height: 2px;
  margin-bottom: 4px;
  background: #151616;
}
@media (max-width: 962px) {
  .header .hamburger {
    display: block;
  }
}

.btn {
  transition: all 0.3s;
  border: 1px solid #151616;
}
.btn:hover {
  background: #fff;
  color: #151616;
  border: 1px solid #151616;
}

.btn-stroke {
  transition: all 0.3s;
}
.btn-stroke:hover {
  background: #151616 !important;
  color: #fff !important;
}

.btn-stroke-white {
  transition: all 0.3s;
}
.btn-stroke-white:hover {
  border-color: #b9b9b9 !important;
  color: #b9b9b9 !important;
}
.btn-stroke-white:hover svg path {
  fill: #b9b9b9;
}

.footer {
  background: #151616;
  padding: 15rem 0;
  position: relative;
}
@media (max-width: 962px) {
  .footer {
    padding: 9.6rem 0 2.4rem;
  }
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .footer .container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.4rem;
  }
}
.footer .logo {
  margin-bottom: 2.5rem;
}
@media (max-width: 962px) {
  .footer .logo {
    margin-bottom: 2.4rem;
  }
}
.footer .logo img {
  width: 14.6rem;
  height: 4.8rem;
}
@media (max-width: 962px) {
  .footer .logo img {
    width: 12.1rem;
    height: auto;
  }
}
.footer__mail {
  font: 300 1.4rem/120% "Onest", sans-serif;
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
  color: #fff;
  margin-bottom: 2.5rem;
  width: 27.2rem;
}
@media (max-width: 962px) {
  .footer__mail {
    width: auto;
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    padding-left: 18.2rem;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font: 300 1.4rem/120% "Onest", sans-serif;
  color: #fff;
  margin-bottom: 1.6rem;
}
@media (max-width: 962px) {
  .footer__social {
    gap: 1.2rem;
    font-size: 1.2rem;
    padding-left: 18.2rem;
  }
  .footer__social:nth-child(4) {
    margin-bottom: 0;
  }
}
.footer__social img {
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 962px) {
  .footer__social img {
    width: 2rem;
    height: 2rem;
  }
}
.footer__nav {
  display: flex;
  gap: 2rem;
	margin-left: -10rem;
}
@media (max-width: 962px) {
  .footer__nav {
    flex-wrap: wrap;
    gap: 1.6rem;
	margin-left: 0rem;
  }
}
@media (max-width: 962px) {
  .footer__nav-block {
    width: 100%;
  }
}
.footer__nav-list {
  display: flex;
  gap: 2rem 7rem;
  padding-top: 1.2rem;
}
@media (max-width: 962px) {
  .footer__nav-list {
    padding-top: 0;
    position: relative;
    width: 100%;
	  gap: 2rem;
  }
}
.footer__nav-list div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 962px) {
  .footer__nav-list div {
    padding-top: 0;
    gap: 0.8rem;
  }
  .footer__nav-list div:nth-child(2) {
    position: absolute;
    bottom: -14rem;
    right: 0;
    width: 17.3rem;
  }
}
.footer__nav-list a {
  font: 300 1.4rem/120% "Onest", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
@media (max-width: 962px) {
  .footer__nav-list a {
    font-size: 1.2rem;
    white-space: wrap;
  }
}
@media (max-width: 962px) {
  .footer__contacts:nth-child(3) {
    position: absolute;
    left: 1rem;
    top: 16.7rem;
  }
}
.footer__nav-name {
  font: 300 2.4rem/100% "Onest", sans-serif;
 
  color: #fff;
  margin-bottom: 3.5rem;
}
@media (max-width: 962px) {
  .footer__nav-name {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.footer__tel {
  font: 400 2.4rem/120% "Onest", sans-serif;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .footer__tel {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
.footer__adress {
  width: 27.2rem;
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .footer__adress {
    width: 17.4rem;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .footer__adress:nth-child(4) {
    display: none;
  }
}
.footer__hours {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .footer__hours {
    width: 17.4rem;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
}
.footer__bottom {
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 962px) {
  .footer__bottom {
    margin-top: 3.7rem;
    gap: 0.8rem !important;
  }
}
.footer__bottom .descr, .footer__bottom a {
  width: 27.2rem;
  color: #fff;
  margin-right: 2rem;
  font-size: 1.4rem;
}
@media (max-width: 962px) {
  .footer__bottom .descr, .footer__bottom a {
    width: 100%;
    font-size: 1.2rem;
    margin-right: 0;
  }
}
@media (max-width: 962px) {
  .footer__bottom a:nth-child(2) {
    order: 0;
  }
  .footer__bottom a:nth-child(3) {
    order: 1;
  }
  .footer__bottom a:nth-child(4) {
    order: 2;
  }
}
.footer__bottom .descr {
  font: 300 1.4rem/120% "Onest", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 962px) {
  .footer__bottom .descr {
    order: 3;
    margin-top: 1.6rem;
  }
}
.footer__bottom .dev {
  width: 24.9rem;
  margin-left: auto;
  font: 300 1.4rem/120% "Onest", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 962px) {
  .footer__bottom .dev {
    order: 4;
    margin-left: 0;
    width: 100%;
  }
}

.form {
  background: #151616;
  position: relative;
}
.form .container {
  display: flex;
}
@media (max-width: 962px) {
  .form .container {
    flex-direction: column;
  }
}
.form__info {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 962px) {
  .form__info {
    padding-top: 4.8rem;
  }
}
.form__info p {
  font: 400 3.2rem/120% "Onest", sans-serif;
 
  color: #fff;
  margin-bottom: 10.5rem;
}
@media (max-width: 962px) {
  .form__info p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.form form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 49%;
}
@media (max-width: 962px) {
  .form form {
    width: 100%;
    padding-bottom: 2.4rem;
  }
}
.form form input {
  padding: 2rem;
  width: 48.8%;
  background: #fff;
  font: 300 1.8rem/120% "Onest", sans-serif;
  border: none;
  outline: none;
}
@media (max-width: 962px) {
  .form form input {
    width: 100%;
    padding: 1.6rem 2rem;
  }
}
.form form input::placeholder {
  color: rgba(21, 22, 22, 0.6);
}
.form form .btn {
  width: 100%;
  border: 1px solid #fff;
}
.form__title {
  color: #fff;
  font: 100 6.4rem/100% "Onest", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .form__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .form__title{
   font: 600 5rem/100% "Onest", sans-serif;
  }
}
.form__title span {
  font: 600 6.4rem/100% "Onest", sans-serif;
}
@media (max-width: 1200px) {
  .form__title span {
   font: 600 5rem/100% "Onest", sans-serif;
  }
}
@media (max-width: 962px) {
  .form__title span {
    font-size: 2.8rem;
  }
}
.form__img {
  position: absolute;
  right: 0;
	width: 45%;
  height: 100%;
}
@media (max-width: 962px) {
  .form__img {
	width: 100%;
    position: static;
    margin-left: -3rem;
  }
}
.form__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 962px) {
  .form__img img {
    width: 46.5rem;
    height: 38.4rem;
  }
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 962px) {
  .styled-checkbox + label {
    font-size: 1.2rem;
  }
}

.styled-checkbox + label:before {
  content: "";
  display: block;
  border: 1px solid #ced4da;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border-radius: 0.4rem;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.6rem;
  background-size: cover !important;
  background: url("../images/check.svg");
  background-repeat: no-repeat;
  left: 0.4rem;
}

.section-title {
  font: 250 6.4rem/100% "Onest", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .section-title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .section-title br {
    display: none;
  }
}
.section-title span {
  font-weight: 700;
}

.breadcrumbs {
  display: flex;
  gap: 2rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 962px) {
  .breadcrumbs {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
  }
}
.breadcrumbs a {
  font: 400 2.4rem/100% "Onest", sans-serif;
  color: #151616;
  position: relative;
}
@media (max-width: 962px) {
  .breadcrumbs a {
    font-size: 1.6rem;
  }
}
.breadcrumbs a::before {
  content: "/";
  right: -1.2rem;
  bottom: 0;
  position: absolute;
}
.breadcrumbs a:last-child::before {
  display: none;
}

.documents__content p {
  font: 300 1.8rem/130% "Onest", sans-serif;
  line-height: 150%;
}
@media (max-width: 962px) {
  .documents__content p {
    font-size: 1.2rem;
  }
}

.page-top {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.contacts-page {
  padding-bottom: 12.8rem;
  margin-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .contacts-page {
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.contacts-page__info {
  display: flex;
  justify-content: space-between;
  width: 94.6rem;
  margin-bottom: 3.2rem;
  font: 300 1.8rem/120% "Onest", sans-serif;
}
@media (max-width: 962px) {
  .contacts-page__info {
    flex-direction: column;
    gap: 1.6rem;
    font-size: 1.2rem;
  }
}
.contacts-page__info a {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #151616;
}
.contacts-page__info a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.contacts-page__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 962px) {
  .contacts-page__list {
    gap: 1.3rem;
  }
  .contacts-page__list:nth-child(1) {
    order: 2;
  }
  .contacts-page__list:nth-child(2) {
    order: 1;
    padding-left: 3.2rem;
  }
  .contacts-page__list:nth-child(3) {
    order: 0;
  }
}
.contacts-page .map {
  width: 100%;
  height: 83rem;
}
@media (max-width: 962px) {
  .contacts-page .map {
    height: 17.3rem;
  }
}

.error {
  height: 110rem;
}
@media (max-width: 962px) {
  .error {
    height: 58rem;
  }
}
.error .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error .dec1 {
  width: 26.9rem;
  height: 20.3rem;
  right: 0;
  top: 5.7rem;
  position: absolute;
}
@media (max-width: 962px) {
  .error .dec1 {
    width: 10.6rem;
    height: 8rem;
    top: 2rem;
  }
}
.error .dec2 {
  width: 26.9rem;
  height: 20.3rem;
  left: 0;
  top: 26rem;
  position: absolute;
}
@media (max-width: 962px) {
  .error .dec2 {
    width: 10.6rem;
    height: 8rem;
    top: 10rem;
  }
}
.error .dec3 {
  width: 26.9rem;
  height: 11.9rem;
  position: absolute;
  left: 29.2rem;
  top: 88rem;
}
@media (max-width: 962px) {
  .error .dec3 {
    width: 18rem;
    height: 8rem;
    top: auto;
    bottom: 8.7rem;
    left: auto;
    right: 0;
  }
}
.error__content {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  align-items: center;
  margin-top: -20rem;
}
@media (max-width: 962px) {
  .error__content {
    margin-top: 0;
    gap: 2rem;
  }
}
.error__content img {
  width: 75rem;
  height: auto;
}
@media (max-width: 962px) {
  .error__content img {
    width: 30.2rem;
  }
}
.error__content p {
  font: 400 10rem/100% "Onest", sans-serif;
 
  color: rgba(21, 22, 22, 0.6);
  white-space: nowrap;
}
@media (max-width: 962px) {
  .error__content p {
    font-size: 2.8rem;
  }
}

.article {
  padding-top: 11.8rem;
  padding-bottom: 12.8rem;
	position: relative;
}
@media (max-width: 962px) {
  .article {
    padding-top: 10.8rem;
    padding-bottom: 4.8rem;
  }
}
.article__top {
  padding-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .article__top {
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.article .date {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #000;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .article .date {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.article h2 {
  font: 200 5.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 3.3rem;
}
@media (max-width: 962px) {
  .article h2 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.article .bg {
  position: absolute;
  height: 51rem;
  top: 0;
  object-fit: cover;
}
@media (max-width: 962px) {
  .article .bg {
    height: 33.9rem;
    width: 100%;
    object-fit: cover;
  }
}
.article h1 {
  position: relative;
  z-index: 7;
  font: 100 9rem/100% "Onest", sans-serif;
 
  color: #fff;
}
@media (max-width: 962px) {
  .article h1 {
    font-size: 4rem;
  }
}
.article h1 span {
  font-weight: 700;
}
.article__img {
  width: 100%;
  height: 56rem;
  margin-bottom: 6.4rem;
}
@media (max-width: 962px) {
  .article__img {
    height: 13.8rem;
    margin-bottom: 4.8rem;
  }
}
.article h3 {
  font: 400 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .article h3 {
    font: 700 1.6rem/120% "Onest", sans-serif;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
  }
}
.article p {
  font: 300 2.4rem/100% "Onest", sans-serif;
}
@media (max-width: 962px) {
  .article p {
    font-size: 1.2rem;
  }
}

.article-news {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .article-news {
    padding: 4.8rem 0;
  }
}

.project-section h1 br {
  display: block !important;
}

.page {
  padding-top: 15rem;
  padding-bottom: 12.8rem;
  margin-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .page {
    padding-top: 10.8rem;
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
.page h1 {
  font: 700 10rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 11.4rem;
}
@media (max-width: 962px) {
  .page h1 {
    margin-bottom: 7rem;
    font-size: 4rem;
  }
}
.page__filter {
  display: flex;
  gap: 5rem;
  margin-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .page__filter {
    gap: 3.3rem;
    overflow: auto;
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .page__filter::-webkit-scrollbar {
    display: none;
  }
}
.page__filter button {
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  position: relative;
  color: rgba(21, 22, 22, 0.4);
}
@media (max-width: 962px) {
  .page__filter button {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.page__filter button.active {
  color: #151616;
}
.page__filter button::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: 0;
  border-radius: 0.2rem;
  width: 0.1rem;
  height: 2.4rem;
  background: rgba(21, 22, 22, 0.2);
}
@media (max-width: 962px) {
  .page__filter button::before {
    right: -1.6rem;
    white-space: nowrap;
  }
}
.page__filter button:last-child::before {
  display: none;
}
.page__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.2rem 2rem;
}
@media (max-width: 962px) {
  .page__wrapper {
    display: flex;
	  flex-direction: column;
    gap: 2.4rem;
  }
}
.page .projects__card {
  position: relative;
  cursor: pointer;
}
.page .projects__card .dream__img {
  position: relative;
}
.page .projects__card .dream__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 962px) {
  .page .projects__card .dream__img::before {
    display: none;
  }
}
.page .projects__card:hover .icon {
  opacity: 1;
}
@media (max-width: 962px) {
  .page .projects__card:hover .icon {
    display: none;
  }
}
.page .projects__card:hover .dream__img::before {
  opacity: 1;
}
@media (max-width: 962px) {
  .page .projects__card:hover .dream__img::before {
    display: none;
  }
}
.page .projects__card p {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .page .projects__card p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.page .projects__card a {
  font: 400 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #151616;
}
@media (max-width: 962px) {
  .page .projects__card a {
    font-size: 1.2rem;
  }
}
.page .projects__card a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.page .projects__card .icon {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8.2rem;
  transition: all 0.3s;
  z-index: 5;
}
.page .projects__card .icon svg {
  width: 14.1rem;
  height: 14.1rem;
}
.page .link:hover {
  color: #123929;
}
.page .link:hover svg path {
  fill: #123929;
}
.page .blog__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 962px) {
  .page .blog__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.page .news-item {
  width: 100%;
  height: 32.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 962px) {
  .page .news-item {
    width: 100% !important;
    height: 20.6rem;
  }
}
.page .news-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.page .news-item:hover .icon {
  opacity: 1;
}
.page .news-item:hover .news-item__info {
  bottom: 2rem;
}
.page .news-item:hover .news-item__date {
  opacity: 1;
}
.page .news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .news-item .icon {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 4;
  top: 2rem;
  right: 2rem;
}
.page .news-item .icon svg {
  width: 7.1rem;
  height: 7.1rem;
}
.page .news-item__img {
  width: 100%;
  height: 100%;
}
.page .news-item__info {
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  color: #fff;
  z-index: 3;
  transition: all 0.3s;
}
.page .news-item__name {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
.page .news-item__descr {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #fff;
  margin-bottom: 1rem;
}
.page .news-item__date {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}

.hero {
  padding-top: 10.8rem;
  padding-bottom: 12.8rem;
  /* Ensure seamless looping by duplicating content */
}
@media (max-width: 962px) {
  .hero {
    padding-bottom: 4.8rem;
  }
}
.hero h1 {
  font: 100 10rem/100% "Onest", sans-serif;
  margin-bottom: 5.6rem;
}
@media (max-width: 962px) {
  .hero h1 {
    font-size: 3.9rem;
    margin-bottom: 2.4rem;
  }
}
.hero h1 span {
  font: 700 10rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .hero h1 span {
    font-size: 4rem;
  }
}
.hero h1 br {
  display: none;
}
.hero p {
  font: 400 2.4rem/120% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .hero p {
    font-size: 1.6rem;
  }
  .hero p br {
    display: none;
  }
}
.hero p a {
  display: inline;
  color: rgba(21, 22, 22, 0.4);
}
.hero p span {
  color: rgba(21, 22, 22, 0.4);
}
.hero .btn {
  padding: 2.1rem 1.8rem;
  background: #fff;
  border: 1px solid #151616;
  color: #151616;
  margin-bottom: 6.8rem;
}
@media (max-width: 962px) {
  .hero .btn {
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.2rem;
    margin-bottom: 7rem;
  }
}
.hero__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.hero .marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.hero .marquee-slide {
  display: inline-block;
  white-space: nowrap;
}
.hero .marquee-slide img {
  width: 72.1rem !important;
  height: 45rem;
  object-fit: cover;
  margin-right: 20px; /* Space between images */
}
@media (max-width: 962px) {
  .hero .marquee-slide img {
    width: 26.8rem !important;
    height: 16.7rem;
    margin-right: 8px;
  }
}
.hero .marquee-inner {
  display: inline-block;
  animation: marquee 60s linear infinite; /* Adjust duration for speed */
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Move half the width for seamless loop */
  }
}
.hero .marquee-inner {
  width: fit-content;
}

.services-section {
  padding: 12.8rem 0;
}
@media (max-width: 1440px) {
  .services-section {
    padding: 4.8rem 0;
  }
}
.services-section .container {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media (max-width: 962px) {
  .services-section .container {
    gap: 1.6rem;
  }
}
.services-section__info {
  width: 50%;
}
/* @media (max-width: 1440px) {
  .services-section__info {
    width: 65rem;
  }
} */
@media (max-width: 962px) {
  .services-section__info {
    width: 100%;
    padding-left: 4.8rem;
    position: relative;
  }
}
.services-section__item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 25rem;
  padding-bottom: 6.4rem;
  border-bottom: 1px solid #dbdbdb;
	gap: 1.6rem;
}
@media (max-width: 1600px) {
  .services-section__item {
    padding-left: 15rem;
  }
}
@media (max-width: 962px) {
  .services-section__item {
    flex-direction: column-reverse;
    padding-left: 0;
    gap: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.services-section__item:hover .play {
  opacity: 1;
}
.services-section__item:hover .services-section__img::before {
  opacity: 0.3;
}
.services-section__item .num {
  position: absolute;
  left: 0;
  top: 0;
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  color: rgba(21, 22, 22, 0.6);
}
@media (max-width: 962px) {
  .services-section__item .num {
    font-size: 1.2rem;
  }
}
.services-section__item p {
  font: 300 1.8rem/120% "Onest", sans-serif;
  text-align: left;
  color: #151616;
  margin-bottom: 1.8rem;
}
@media (max-width: 962px) {
  .services-section__item p {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.services-section__item p span {
  color: rgba(21, 22, 22, 0.4);
}
.services-section__item .price {
  font: 300 2.4rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .services-section__item .price {
    font-size: 2rem;
  }
}
.services-section__item-name {
  font: 300 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .services-section__item-name {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .services-section__item-name br {
    display: none;
  }
}
.services-section__img {
  width: 55rem;
  height: 32rem;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 962px) {
  .services-section__img {
    width: 100%;
    height: auto;
  }
}
.services-section__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151616;
  opacity: 0;
  transition: all 0.3s;
}
.services-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section__img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 962px) {
  .services-section__img .play {
    display: none;
  }
}
.services-section__img .play svg {
  width: 14rem;
  height: 14rem;
}

.garant {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .garant {
    padding: 4.8rem 0;
  }
}
.garant__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  font-size: 1.8rem;
}
@media (max-width: 962px) {
  .garant__list {
    font-size: 1.2rem;
    gap: 1.5rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 962px) {
  .garant .mob-text {
    font-size: 1.6rem;
  }
}
.garant__title {
  margin-bottom: 4rem;
  font: 100 6.4rem/100% "Onest", sans-serif;
}
.garant__title span {
  font: 600 6.4rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .garant__title span {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 962px) {
  .garant__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.garant__text-title {
  font: 600 2.4rem/100% "Onest", sans-serif;
  color: #151616;
}
.garant__wrapper {
  display: grid;
	grid-template-columns: repeat(2, 1fr);
  gap: 4.7rem;
}
@media (max-width: 962px) {
  .garant__wrapper {
	display: flex;
    flex-direction: column-reverse;
    gap: 1.6rem;
  }
}

.garant__img img {
  width: 100%;
  height: 100%;
	object-fit: cover;
	
}
@media (max-width: 962px) {
  .garant__img img {
    width: 100%;
    height: auto;
  }
}
.garant__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.garant__info p {
  font: 400 1.8rem "Onest", sans-serif;
  text-align: left;
}
@media (max-width: 962px) {
  .garant__info p {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.garant__info p span {
  color: rgba(21, 22, 22, 0.4);
}


.prem {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .prem {
    padding: 4.8rem 0;
  }
}
.prem__title {
  margin-bottom: 4rem;
  font: 100 6.4rem/100% "Onest", sans-serif;
}
@media (max-width: 962px) {
  .prem__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.prem__title span {
  font: 600 6.4rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .prem__title span {
    font-size: 2.8rem;
  }
}
.prem__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.7rem;
}
@media (max-width: 962px) {
  .prem__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0.8rem;
  }
}
.prem__icon {
  margin-bottom: 1.5rem;
}
@media (max-width: 962px) {
  .prem__icon {
    margin-bottom: 1.6rem;
  }
}
.prem__icon img {
  width: auto;
  height: 6rem;
}
@media (max-width: 962px) {
  .prem__icon img {
    height: 4rem;
  }
}
.prem__item p {
  font: 400 1.8rem "Onest", sans-serif;
}
@media (max-width: 962px) {
  .prem__item p {
    font-size: 1.2rem;
  }
}
.prem__item-name {
  font: 700 1.8rem "Onest", sans-serif;
  color: #151616;
  margin-bottom: 1rem;
}
@media (max-width: 962px) {
  .prem__item-name {
    font-size: 1.2rem;
    margin-bottom: 0rem;
  }
}
.prem__text {
  font: 400 1.8rem "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
  width: 93.6rem;
}
@media (max-width: 962px) {
  .prem__text {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.prem__text span {
  color: rgba(21, 22, 22, 0.4);
}

@media (max-width: 962px) {
  .elit .garant__img {
    width: 100%;
    height: auto;
  }
  .elit .garant__img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.dream {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .dream {
    padding: 4.8rem 0;
  }
}
.dream .container {
  overflow: hidden;
}
.dream .link:hover {
  color: #123929;
}
.dream .link:hover svg path {
  fill: #123929;
}
.dream__title {
  margin-bottom: 4rem;
  font: 100 6.4rem/100% "Onest", sans-serif;
}
@media (max-width: 962px) {
  .dream__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.dream__title span {
  font: 600 6.4rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .dream__title span {
    font-size: 2.8rem;
  }
}
.dream__descr {
  font: 400 1.8rem/120% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4.4rem;
  max-width: 94rem;
}
@media (max-width: 962px) {
  .dream__descr {
    max-width: 100%;
    margin-bottom: 1.6rem;
    font-size: 1.2rem;
  }
}
.dream__descr span {
  color: rgba(21, 22, 22, 0.4);
}
.dream__img {
  width: 100%;
  height: 30.6rem;
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .dream__img {
    height: 100%;
    margin-bottom: 1.6rem;
  }
}
.dream__img img {
  width: 100%;
  height: 100%;
}
.dream .projects__card .dream__img {
  position: relative;
}
.dream .projects__card .dream__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 962px) {
  .dream .projects__card .dream__img::before {
    display: none;
  }
}
.dream .projects__card:hover .icon {
  opacity: 1;
}
@media (max-width: 962px) {
  .dream .projects__card:hover .icon {
    display: none;
  }
}
.dream .projects__card:hover .dream__img::before {
  opacity: 1;
}
@media (max-width: 962px) {
  .dream .projects__card:hover .dream__img::before {
    display: none;
  }
}
.dream .projects__card p {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .dream .projects__card p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.dream .projects__card a {
  font: 400 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #151616;
}
@media (max-width: 962px) {
  .dream .projects__card a {
    font-size: 1.2rem;
  }
}
.dream .projects__card a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.dream .projects__card .icon {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8.2rem;
  transition: all 0.3s;
  z-index: 5;
}
.dream .projects__card .icon svg {
  width: 14.1rem;
  height: 14.1rem;
}
.dream__item-title {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.dream .swiper-pagination {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dream .swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
  background: rgba(21, 22, 22, 0.2);
  border-radius: 0.8rem;
  margin-top: 4rem;
}
@media (max-width: 962px) {
  .dream .swiper-pagination-progressbar {
    margin-top: 1.6rem;
  }
}
.dream .swiper-pagination-progressbar-fill {
  background: #123929;
  border-radius: 0.8rem;
  transition: all 0.3s linear;
  left: auto;
  position: static;
  transform: translate(-50%);
}
.dream .swiper-pagination-fraction {
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  color: #151616;
  bottom: -5rem;
  right: 0;
  text-align: right;
}
.dream .swiper-pagination-fraction {
  position: absolute;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.dream .swiper-pagination-fraction span {
  width: 6.8rem;
  height: 0.1rem;
  background: #151616;
}
.dream__all {
  display: block;
  margin: 5rem auto 0;
  width: 25rem;
  padding: 2.1rem 0;
  border: 1px solid #151616;
  text-align: center;
  text-transform: uppercase;
  font: 700 1.6rem/120% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .dream__all {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.2rem;
    margin-top: 2.4rem;
  }
}

.experts {
  overflow: hidden;
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .experts {
    padding: 4.8rem 0;
  }
}
.experts__title {
  font: 100 6.4rem/100% "Onest", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .experts__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.experts__title span {
  font-weight: 600;
}
.experts__descr {
  width: 95.3rem;
  font: 400 1.8rem/120% "Onest", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .experts__descr {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 962px) {
  .experts .swiper-slide {
    width: 30.1rem;
  }
}
.experts .swiper-slide img {
  width: 100%;
   height: 38.4rem;;
  object-fit: cover;
	margin-bottom: 40px;
}

.experts .swiper-slide{
	line-height: 120%;
}

.experts .swiper-slide div{
	line-height: 120%;
}

.experts .swiper-slide p{
	line-height: 130%;
}
.experts__slider {
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .experts__slider {
    margin-bottom: 0;
  }
}
.experts__text {
  font: 400 1.8rem/120% "Onest", sans-serif;
  width: 70.6rem;
}
@media (max-width: 962px) {
  .experts__text {
    display: none;
  }
}
.experts__text span {
  color: rgba(21, 22, 22, 0.4);
}

section {
  overflow: hidden;
}

.news-section {
  overflow: hidden;
}
.news-section .swiper-pagination {
  display: none;
}
@media (max-width: 962px) {
  .news-section {
    padding: 4.8rem 0;
  }
  .news-section .swiper-pagination {
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .news-section .swiper-pagination-progressbar {
    width: 100%;
    height: 5px;
    background: rgba(21, 22, 22, 0.2);
    border-radius: 0.8rem;
    margin-top: 4rem;
  }
}
@media (max-width: 962px) and (max-width: 962px) {
  .news-section .swiper-pagination-progressbar {
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 962px) {
  .news-section .swiper-pagination-progressbar-fill {
    background: #123929;
    border-radius: 0.8rem;
    transition: all 0.3s linear;
    left: auto;
    position: static;
    transform: translate(-50%);
  }
}
.news-section__title {
  font: 100 6.4rem/100% "Onest", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .news-section__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.news-section__title span {
  font-weight: 600;
  display: inline;
}
.news-section__slider {
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .news-section__slider {
    margin-bottom: 0;
  }
}
.news-section__actions {
  display: flex;
  gap: 2rem;
}
.news-section__actions a {
  width: 27.2rem;
  padding: 2.1rem;
  border: 1px solid #151616;
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #151616;
}
@media (max-width: 962px) {
  .news-section__actions a {
    margin-bottom: 0;
    padding: 1.2rem 2rem;
    width: 17.4rem;
    font-size: 1.2rem;
  }
}
.news-section .swiper-slide {
  width: 56.4rem !important;
  height: 32.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 952px) {
  .news-section .swiper-slide {
    width: 100% !important;
    height: auto;
  }
}
@media (max-width: 600px) {
  .news-section .swiper-slide {
    width: 100% !important;
    height: 24rem;
  }
	.news-section .swiper-slide img{
		width: 100%;
		height: 100% !important;
		object-fit: cover;
	}
}
.news-section .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.news-section .swiper-slide:hover .icon {
  opacity: 1;
}
.news-section__img{
	width: 100%;
}
.news-section .swiper-slide:hover .news-section__info {
  bottom: 2rem;
}
.news-section .swiper-slide:hover .news-section__date {
  opacity: 1;
}
.news-section .swiper-slide img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.news-section .swiper-slide .icon {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  z-index: 4;
  top: 2rem;
  right: 2rem;
}
.news-section .swiper-slide .icon svg {
  width: 7.1rem;
  height: 7.1rem;
}
.news-section .news-section__info {
  position: absolute;
  left: 2rem;
  bottom: -1rem;
  color: #fff;
  z-index: 3;
  transition: all 0.3s;
}
.news-section__name {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
.news-section__descr {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #fff;
  margin-bottom: 1rem;
}
.news-section__date {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}

.tg {
  margin-top: 12.8rem;
  background: #151616;
  padding-top: 12.8rem;
}
@media (max-width: 962px) {
  .tg {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
  }
}
.tg p {
  font: 300 1.8rem/120% "Onest", sans-serif;
  color: #fff;
  margin-bottom: 4rem;
}
.tg h3 {
  font: 100 6.4rem/100% "Onest", sans-serif;
  margin-bottom: 4rem;
  color: #fff;
}
@media (max-width: 962px) {
  .tg h3 {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
}
.tg h3 span {
  font-weight: 600;
}
.tg__img {
  width: 100%;
  height: 55.1rem;
}
@media (max-width: 962px) {
  .tg__img {
    height: auto;
  }
}
.tg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 3.95rem;
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 8rem;
}
@media (max-width: 962px) {
  .tg a {
    font-size: 1.2rem;
    width: 100%;
    padding: 1.2rem;
    margin-bottom: 2.4rem;
    justify-content: center;
  }
}
.tg a svg {
  width: 3.6rem;
  height: 3.6rem;
}
@media (max-width: 962px) {
  .tg a svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.reviews {
  padding: 12.8rem 0;
  margin-top: 12.8rem;
  overflow: hidden;
}
@media (max-width: 962px) {
  .reviews {
    margin-top: 4.8rem;
    padding: 4.8rem 0;
  }
}
.reviews .container {
  position: relative;
}
.reviews__title {
  font: 250 6.4rem/100% "Onest", sans-serif;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .reviews__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.reviews__title span {
  font-weight: 700;
  display: block;
}
.reviews__slider-name {
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  color: #151616;
  height: 4.8rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 962px) {
  .reviews__slider-name {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.reviews .swiper-slide {
  border: 1px solid #151616;
  padding: 2.4rem;
  width: 45.8rem;
}
@media (max-width: 962px) {
  .reviews .swiper-slide {
    width: 100%;
    padding: 1.6rem;
  }
}
.reviews .swiper-slide img {
  width: 100%;
  height: 21.9rem;
  margin-bottom: 2rem;
}
@media (max-width: 962px) {
  .reviews .swiper-slide img {
    height: auto;
  }
}
.reviews .swiper-slide .date {
  font: 300 1.8rem/100% "Manrope", sans-serif;
 
  color: rgba(21, 22, 22, 0.6);
}
@media (max-width: 962px) {
  .reviews .swiper-slide .date {
    font-size: 1.2rem;
  }
}
.reviews .swiper-slide p {
  font: 300 1.8rem/120% "Onest", sans-serif;
  color: #151616;
  height: 35.2rem;
  margin-bottom: 2rem;
}
.reviews .swiper-slide p .more {
  display: block;
  margin-top: 2rem;
  color: rgba(21, 22, 22, 0.6);
  text-decoration: underline;
}
@media (max-width: 962px) {
  .reviews .swiper-slide p {
    font-size: 1.2rem;
    height: 20rem;
  }
}
.reviews .swiper-pagination {
  position: relative;
  margin-top: 10px;
  gap: 10px;
}
.reviews .swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
  background: rgba(21, 22, 22, 0.2);
  border-radius: 0.8rem;
  margin-top: 4rem;
}
@media (max-width: 962px) {
  .reviews .swiper-pagination-progressbar {
    margin-top: 1.6rem;
  }
}
.reviews .swiper-pagination-progressbar-fill {
  background: #123929;
  border-radius: 0.8rem;
  transition: all 0.3s linear;
  left: auto;
	display: block;
  position: static;
  transform: translate(-50%);
}
.reviews .swiper-pagination-fraction {
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  color: #151616;
  bottom: -4rem;
  right: 0;
  text-align: right;
}
@media (max-width: 962px) {
  .reviews .swiper-pagination-fraction {
    font-size: 1.6rem;
  }
}
.reviews .swiper-pagination-fraction {
  position: absolute;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.reviews .swiper-pagination-fraction span {
  width: 6.8rem;
  height: 0.1rem;
  background: #151616;
}

.video-reviews {
  padding: 12.8rem 0;
}
.video-reviews .swiper-pagination {
  display: none;
}
@media (max-width: 962px) {
  .video-reviews {
    padding: 4.8rem 0;
  }
  .video-reviews .swiper-pagination {
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .video-reviews .swiper-pagination-progressbar {
    width: 100%;
    height: 5px;
    background: rgba(21, 22, 22, 0.2);
    border-radius: 0.8rem;
    margin-top: 4rem;
  }
}
@media (max-width: 962px) and (max-width: 962px) {
  .video-reviews .swiper-pagination-progressbar {
    margin-top: 1.6rem;
  }
}
@media (max-width: 962px) {
  .video-reviews .swiper-pagination-progressbar-fill {
    background: #123929;
    border-radius: 0.8rem;
    transition: all 0.3s linear;
    left: auto;
    position: static;
    transform: translate(-50%);
  }
}
.video-reviews__title {
  font: 700 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .video-reviews__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.video-reviews__item {
  width: 46.4rem;
  cursor: pointer;
}
.video-reviews__item:hover .play {
  opacity: 1;
}
@media (max-width: 962px) {
  .video-reviews__item {
    width: 100%;
  }
}
.video-reviews__source {
  width: 100%;
  height: 30.5rem;
  position: relative;
  margin-bottom: 1.6rem;
}
@media (max-width: 962px) {
  .video-reviews__source {
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
}
.video-reviews__source img, .video-reviews__source video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-reviews__source .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 77;
  opacity: 0;
  transition: all 0.3s;
}
.video-reviews__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .video-reviews__wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 962px) {
  .video-reviews__slider {
    overflow: hidden;
  }
}
.video-reviews__name {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  color: #151616;
  margin-bottom: 0.9rem;
}
@media (max-width: 962px) {
  .video-reviews__name {
    margin-bottom: 0.8rem;
  }
}
.video-reviews .descr {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #151616;
}

.faq {
  padding: 12.8rem 0;
  margin-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .faq {
    padding: 4.8rem 0;
    margin-bottom: 4.8rem;
  }
}
.faq h3 {
  font: 700 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .faq h3 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.faq__item {
  padding: 0rem 0 2rem;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 962px) {
  .faq__item {
    padding: 1.2rem 0;
  }
}
.faq__item img {
  transition: all 0.3s;
}
.faq__item:first-child {
  border-top: 1px solid #dbdbdb;
}
.faq__item.active img {
  transform: rotate(180deg);
}
.faq__top {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  color: #151616;
  display: flex;
  padding: 2rem 0 0;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .faq__top {
    padding-top: 0;
  }
  .faq__top span {
    width: 33.1rem;
  }
}
.faq__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.faq__content p {
  margin-top: 2rem;
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #151616;
  max-width: 56.4rem;
}
@media (max-width: 962px) {
  .faq__content p {
    max-width: 100%;
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}

.types-services {
  padding-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .types-services {
    padding: 4.8rem 0;
  }
}
.types-services .container {
  overflow: hidden;
}
.types-services__slider {
  overflow: hidden;
}
.types-services__title {
  font: 100 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 6.4rem;
}
@media (max-width: 962px) {
  .types-services__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.types-services__title span {
  font-weight: 600;
}
.types-services__item:hover .link {
  opacity: 1;
}
.types-services__item:hover .types-services__item-img::before {
  opacity: 1;
}
.types-services__item .num {
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  color: rgba(21, 22, 22, 0.6);
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .types-services__item .num {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
}
.types-services__item p {
  font: 300 1.8rem/120% "Onest", sans-serif;
  text-align: left;
  color: #151616;
  min-height: 12rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 962px) {
  .types-services__item p {
    min-height: auto;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.types-services__item p span {
  color: rgba(21, 22, 22, 0.4);
}
.types-services__item .price {
  font: 400 2.4rem/100% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .types-services__item .price {
    font-size: 2rem;
  }
}
.types-services__item img {
  width: 100%;
  height: 29.1rem;
  object-fit: cover;
}
@media (max-width: 962px) {
  .types-services__item img {
    height: 22.1rem;
  }
}
.types-services__item .link {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.3s;
}
.types-services__item .link:hover {
  color: #123929;
}
.types-services__item .link:hover svg path {
  fill: #123929;
}
.types-services__item-img {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 962px) {
  .types-services__item-img {
    margin-top: 1.2rem;
  }
}
.types-services__item-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 22, 22, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
.types-services__item-img svg {
  width: 14rem;
  height: 14rem;
}
.types-services__item-title {
  font: 300 3.6rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .types-services__item-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .types-services__item-title br {
    display: none;
  }
}
.types-services .swiper-pagination {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: none;
}
@media (max-width: 962px) {
  .types-services .swiper-pagination {
    display: flex;
  }
}
.types-services .swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
  background: rgba(21, 22, 22, 0.2);
  border-radius: 0.8rem;
  margin-top: 4rem;
}
@media (max-width: 962px) {
  .types-services .swiper-pagination-progressbar {
    margin-top: 0.6rem;
  }
}
.types-services .swiper-pagination-progressbar-fill {
  background: #123929;
  border-radius: 0.8rem;
  transition: all 0.3s linear;
  left: auto;
  position: static;
  transform: translate(-50%);
}

.uniqueness {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .uniqueness {
    padding: 4.8rem 0;
  }
}
.uniqueness__title {
  font: 100 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 6.4rem;
}
@media (max-width: 962px) {
  .uniqueness__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .uniqueness__title br {
    display: none;
  }
}
.uniqueness__title span {
  font-weight: 600;
}
.uniqueness__item img {
  width: 100%;
  height: 34.4rem;
  object-fit: cover;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .uniqueness__item img {
    height: 35.4rem;
    margin-bottom: 0.8rem;
  }
}
.uniqueness__item p {
  font: 400 1.8rem/120% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .uniqueness__item p {
    font-size: 1.2rem;
  }
}
.uniqueness__item-title {
  font: 700 1.8rem/120% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 1rem;
}
@media (max-width: 962px) {
  .uniqueness__item-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.uniqueness__slider {
  overflow: hidden;
}
.uniqueness .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: none;
}
@media (max-width: 962px) {
  .uniqueness .swiper-pagination {
    display: flex;
  }
}
.uniqueness .swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
  background: rgba(21, 22, 22, 0.2);
  border-radius: 0.8rem;
  margin-top: 4rem;
}
@media (max-width: 962px) {
  .uniqueness .swiper-pagination-progressbar {
    margin-top: 1.6rem;
  }
}
.uniqueness .swiper-pagination-progressbar-fill {
  background: #123929;
  border-radius: 0.8rem;
  transition: all 0.3s linear;
  left: auto;
  position: static;
  transform: translate(-50%);
}

.stage-services {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .stage-services {
    padding: 4.8rem 0;
  }
}
.stage-services__title {
  font: 100 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 6.4rem;
}
@media (max-width: 962px) {
  .stage-services__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.stage-services__title span {
  font-weight: 600;
}
.stage-services__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 962px) {
  .stage-services__wrapper {
    gap: 2.4rem;
  }
}
.stage-services__item {
  padding-bottom: 3rem;
  display: flex;
  border-bottom: 1px solid rgba(21, 22, 22, 0.2);
}
@media (max-width: 962px) {
  .stage-services__item {
    padding-bottom: 2.4rem;
  }
}
.stage-services__item:nth-child(1) {
  border-top: 1px solid rgba(21, 22, 22, 0.2);
  padding-top: 3rem;
}
@media (max-width: 962px) {
  .stage-services__item:nth-child(1) {
    padding-top: 2.4rem;
  }
}
.stage-services__item:nth-child(2) .stage-services__item-name {
  margin-bottom: 2rem;
}
.stage-services__item .stage-services__item-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.stage-services__item .stage-services__item-list li {
  padding-left: 2rem;
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #151616;
  position: relative;
}
@media (max-width: 962px) {
  .stage-services__item .stage-services__item-list li {
    font-size: 1.2rem;
    padding-top: 0;
  }
}
.stage-services__item .stage-services__item-list li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #151616;
  border-radius: 50%;
}
.stage-services__item .num {
  font: 300 2.4rem/100% "Onest", sans-serif;
 
  color: rgba(21, 22, 22, 0.6);
  width: 29.2rem;
}
@media (max-width: 962px) {
  .stage-services__item .num {
    width: 4.8rem;
    font-size: 1.4rem;
  }
}
.stage-services__item-name {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  color: #151616;
  padding-top: 0.5rem;
}
@media (max-width: 962px) {
  .stage-services__item-name {
    font-size: 1.4rem;
    padding-top: 0;
  }
}

.packaged-solutions {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .packaged-solutions {
    padding: 4.8rem 0;
  }
}
.packaged-solutions__title {
  font: 100 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .packaged-solutions__title {
    font-size: 2.9rem;
    margin-bottom: 2.4rem;
  }
  .packaged-solutions__title br {
    display: none;
  }
}
.packaged-solutions__title span {
  font-weight: 600;
}
.packaged-solutions p {
  font: 100 1.8rem/120% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .packaged-solutions p {
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    font-weight: 400;
  }
  .packaged-solutions p br {
    display: none;
  }
}
.packaged-solutions p b {
  font-weight: 700;
}
.packaged-solutions__wrapper {
  display: flex;
  gap: 4.7rem;
}
@media (max-width: 962px) {
  .packaged-solutions__wrapper {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.packaged-solutions__img {
  width: 39.7rem;
  height: auto;
}
@media (max-width: 962px) {
  .packaged-solutions__img {
    width: 100%;
    height: 51.1rem;
  }
  .packaged-solutions__img:nth-child(1) {
    order: 0;
  }
  .packaged-solutions__img:nth-child(2) {
    order: 2;
  }
}
.packaged-solutions__img img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}
.packaged-solutions__info {
  width: 55rem;
	gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .packaged-solutions__info {
    order: 1;
    width: 100%;
    gap: 0.8rem;
  }
}
.packaged-solutions__info p {
  font: 300 1.8rem/120% "Onest", sans-serif !important;
  margin-bottom: 0;
}
@media (max-width: 962px) {
  .packaged-solutions__info p {
    font-size: 1.2rem !important;
  }
}
.packaged-solutions__text-title {
  font: 700 2.4rem/120% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .packaged-solutions__text-title {
    font-size: 1.2rem;
  }
}

.complex {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .complex {
    padding: 4.8rem 0;
  }
}
.complex__title {
  margin-bottom: 5.2rem;
}
@media (max-width: 962px) {
  .complex__title {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 962px) {
  .complex .swiper-slide {
    width: 11rem;
  }
}
.complex .swiper-slide img {
  width: 100%;
  height: auto;
}

.kv .dream__title br {
  display: none;
}

.no-hassle .packaged-solutions__img {
  width: 39.7rem;
  height: 46.1rem;
}
@media (max-width: 962px) {
  .no-hassle .packaged-solutions__img {
    width: 100%;
    height: 41.2rem;
  }
}
.no-hassle .packaged-solutions__info {
  gap: 6rem;
}

.dream-all .swiper-wrapper {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 962px) {
  .dream-all .swiper-wrapper {
	display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.dream-all__slider {
  overflow: hidden;
}
.dream-all .projects__card {
  width: 100% !important;
}
@media (max-width: 962px) {
  .dream-all .projects__card {
    width: 100% !important;
  }
}

.garmony .packaged-solutions__wrapper {
  align-items: center;
}
@media (max-width: 962px) {
  .garmony .packaged-solutions__title {
    font-size: 2.75rem;
  }
}
.garmony p {
  font: 700 2rem/120% "Onest", sans-serif;
}
.garmony p span {
  color: rgba(21, 22, 22, 0.4);
}
.garmony .packaged-solutions__img {
  width: 41.3rem;
  height: 51.3rem;
}
@media (max-width: 962px) {
  .garmony .packaged-solutions__img {
    width: 100%;
    height: 47.1rem;
  }
}
.garmony__slider {
  overflow: hidden;
  position: relative;
	width: 60%;
}
.garmony__slider .swiper-wrapper {
  gap: 3.2rem;
}
@media (max-width: 962px) {
  .garmony__slider .swiper-wrapper {
    gap: 0;
  }
	.garmony__slider{
		width: 100%;
	}
}
@media (max-width: 962px) {
  .garmony__slider {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 962px) {
  .garmony .packaged-solutions__info {
    order: 0;
  }
}
.garmony .swiper-pagination {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.garmony .swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
  background: rgba(21, 22, 22, 0.2);
  border-radius: 0.8rem;
  margin-top: 1.6rem;
}
.garmony .swiper-pagination-progressbar-fill {
  background: #123929;
  border-radius: 0.8rem;
  transition: all 0.3s linear;
  left: auto;
  position: static;
  transform: translate(-50%);
}

@media (max-width: 962px) {
  .no-hassle .packaged-solutions__info {
    order: 0;
    gap: 0.8rem;
  }
  .no-hassle .packaged-solutions__img:nth-child(1) {
    order: 1;
  }
  .no-hassle .packaged-solutions__img:nth-child(2) {
    order: 2;
  }
  .no-hassle .packaged-solutions__wrapper {
    gap: 2.4rem;
  }
  .no-hassle .packaged-solutions__img {
    width: 35.5rem;
    height: 41.2rem;
  }
  .no-hassle .packaged-solutions__text-title br {
    display: none;
  }
}

.convenience .packaged-solutions__img {
  width: 41.3rem;
  height: 47.4rem;
}
@media (max-width: 962px) {
  .convenience .packaged-solutions__img {
    width: 100%;
    height: 41.2rem;
  }
}
.convenience .convenience__slider {
  display: flex;
}
.convenience .convenience__slider .swiper-wrapper {
  gap: 3.2rem;
}
@media (max-width: 962px) {
  .convenience .convenience__slider .swiper-wrapper {
    gap: 0;
  }
}
@media (max-width: 962px) {
  .convenience .convenience__slider {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 962px) {
  .convenience .swiper-slide {
    width: 30.1rem !important;
    height: 34.5rem !important;
  }
}
.convenience .packaged-solutions__text-title {
  font-size: 2rem !important;
}
@media (max-width: 962px) {
  .convenience .packaged-solutions__text-title {
    font-size: 1.4rem !important;
  }
}
.convenience .packaged-solutions__info {
  width: 55rem;
}
@media (max-width: 962px) {
  .convenience .packaged-solutions__info {
    order: 0;
    width: 100%;
  }
}
.convenience .packaged-solutions__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 962px) {
  .convenience .packaged-solutions__info p {
    width: 100%;
  }
}

.design-project .packaged-solutions__img {
  height: auto;
}
@media (max-width: 962px) {
  .design-project .packaged-solutions__img {
    width: 30.1rem !important;
    height: 53.4rem;
  }
  .design-project .packaged-solutions__img img {
    object-fit: cover;
  }
}
@media (max-width: 962px) {
  .design-project .packaged-solutions__info {
    order: 0;
  }
}
.design-project__slider {
  display: flex;
}
.design-project__slider .swiper-wrapper {
  gap: 3.2rem !important;
}
@media (max-width: 962px) {
  .design-project__slider .swiper-wrapper {
    gap: 0 !important;
  }
}
@media (max-width: 962px) {
  .design-project__slider {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 962px) {
  .invest .packaged-solutions__info {
    order: 0;
  }
  .invest .packaged-solutions__img:nth-child(1) {
    order: 1;
  }
  .invest .packaged-solutions__img:nth-child(2) {
    order: 2;
  }
}
.invest .packaged-solutions__img {
  width: 39.7rem;
  height: 46.1rem;
}
@media (max-width: 962px) {
  .invest .packaged-solutions__img {
    width: 100%;
    height: 41.2rem;
  }
}

.stage-job .stage-services__item-list li::before {
  display: none;
}
.stage-job .stage-services__item-list li {
  padding-left: 1rem;
}

.principles {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .principles {
    padding: 4.8rem 0;
  }
}
.principles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .principles__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.principles__item {
  border: 2px solid #f2f2f2;
  padding: 2.4rem;
}
@media (max-width: 962px) {
  .principles__item {
    padding: 1.6rem;
  }
  .principles__item p {
    font-size: 1.2rem;
  }
}
.principles__item-title {
  font: 700 2.4rem/105% "Onest", sans-serif;
 
  color: #303030;
  margin-bottom: 4.8rem;
}
@media (max-width: 962px) {
  .principles__item-title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.principles__imgs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .principles__imgs .swiper-slide {
    width: 30.1rem;
    height: 41.3rem;
  }
}
.principles img {
  width: 100%;
  height: auto;
}
@media (max-width: 962px) {
  .principles img {
    width: 100%;
    height: 100%;
  }
}

.mob {
  display: none;
}
@media (max-width: 962px) {
  .mob {
    display: block !important;
  }
}

.solution-job .packaged-solutions__info {
  gap: 6rem;
}
@media (max-width: 962px) {
  .solution-job .packaged-solutions__info {
    gap: 2.4rem;
  }
}
@media (max-width: 962px) {
  .solution-job .packaged-solutions__img {
    width: 30.1rem !important;
    height: 45.3rem;
  }
}

.primer-use {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .primer-use {
    padding: 4.8rem 0;
  }
}
.primer-use .types-services__item-title {
  font: 700 2.4rem/105% "Onest", sans-serif;
 
  color: #303030;
}
@media (max-width: 962px) {
  .primer-use .types-services__item-title {
    font-size: 1.6rem;
  }
}
.primer-use .types-services__item p {
  text-align: left;
  font: 300 1.8rem/120% "Onest", sans-serif;
}
@media (max-width: 962px) {
  .primer-use .types-services__item p {
    font-size: 1.4rem;
  }
}
.primer-use .types-services__item-info {
  padding: 2.4rem;
  border: 2px solid #f2f2f2;
  height: 27.2rem;
}
@media (max-width: 962px) {
  .primer-use .types-services__item-info {
    height: auto;
  }
}

.dvor .garant__text p {
  text-align: left;
  font-size: 1.79rem;
}
@media (max-width: 962px) {
  .dvor .garant__text p {
    font-size: 1.2rem;
  }
}

.list-wr p {
  min-height: 0;
}
.list-wr .types-services__slider {
  margin-bottom: 6.4rem;
}
@media (max-width: 962px) {
  .list-wr .types-services__slider {
    margin-bottom: 2.4rem;
  }
}
.list-wr .list {
  margin-bottom: 2.5rem;
}
.list-wr .list span {
  font: 700 1.8rem/120% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 0.5rem;
}
@media (max-width: 962px) {
  .list-wr .list span {
    font-size: 1.2rem;
  }
}
.list-wr .list li {
  font: 300 1.8rem/120% "Onest", sans-serif;
  color: #151616;
}
@media (max-width: 962px) {
  .list-wr .list li {
    font-size: 1.2rem;
  }
}
.list-wr .btn-stroke {
  background: transparent;
  color: #151616;
}
@media (max-width: 962px) {
  .list-wr .btn-stroke {
    width: 100%;
  }
}

.types-services-two .types-services__item {
  width: 71.2rem !important;
}
@media (max-width: 962px) {
  .types-services-two .types-services__item {
    width: 100% !important;
  }
  .types-services-two .types-services__item li, .types-services-two .types-services__item span {
    font-size: 1.2rem;
  }
}

.ksb .packaged-solutions__info {
  gap: 2.7rem;
}

.packaged-solutions__info {
  justify-content: space-between;
}

.pub .types-services__item-img {
  width: 100%;
  height: 62.2rem;
}
@media (max-width: 962px) {
  .pub .types-services__item-img {
    width: 100%;
    height: 48.7rem;
  }
}
.pub .types-services__item-img::before {
  display: none;
}
.pub .types-services__item-img img {
  width: 100%;
  height: 100%;
}
.pub .types-services__item-info {
  margin-top: 2.4rem;
}
@media (max-width: 962px) {
  .pub .types-services__item-info {
    margin-top: 1.6rem;
  }
  .pub .types-services__item-info:nth-child(1) {
    margin-top: 0rem;
  }
}
.pub .types-services__item-title {
  height: 4.2rem;
}
@media (max-width: 962px) {
  .pub .types-services__item-title {
    height: auto;
  }
}
.pub .types-services__item-info {
  height: 21.7rem;
}
@media (max-width: 962px) {
  .pub .types-services__item-info {
    height: auto;
  }
}
.pub .types-services__item-info span {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #6b6b6b;
}
@media (max-width: 962px) {
  .pub .types-services__item-info span {
    font-size: 1.4rem;
  }
}
.pub .types-services__item-title {
  font-size: 2.4rem;
}
@media (max-width: 962px) {
  .pub .types-services__item-title {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}

.puf .types-services__item-img {
  height: 45.2rem;
}
@media (max-width: 962px) {
  .puf .types-services__item-img {
    height: 35.4rem;
  }
}
.puf .types-services__item-info {
  height: 20.3rem;
}
@media (max-width: 962px) {
  .puf .types-services__item-info {
    height: auto;
  }
}
.puf .types-services__item-title {
  height: auto;
}
.puf .btn {
  margin-top: 4rem;
  background: transparent;
  color: #151616;
  padding: 2.1rem 1.8rem;
}
@media (max-width: 962px) {
  .puf .btn {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.2rem;
  }
}

.aos .types-services__item-info {
  height: 22.3rem;
}
@media (max-width: 962px) {
  .aos .types-services__item-info {
    height: 17rem;
  }
}

@media (max-width: 962px) {
  .packaged-solutions__text-title br {
    display: none;
  }
}

.project__section {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .project__section {
    padding: 4.8rem 0;
  }
}
.project__section.about-project .project__section-list {
  margin-bottom: 2rem;
}
.project__section.about-project .project__section-list p {
  margin-bottom: 0;
}
@media (max-width: 962px) {
  .project .descr {
    order: 1;
    margin-bottom: 0;
  }
}
.project__section-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 962px) {
  .project__section-img {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.project__section-img img {
  width: auto;
  height: 35.1rem;
}
@media (max-width: 962px) {
  .project__section-img img {
    width: 100%;
    height: auto;
  }
}
.project__section-img .img {
  width: 67.1rem;
}
@media (max-width: 962px) {
  .project__section-img .img {
    width: 100%;
    height: 18.3rem;
    object-fit: cover;
    order: 0;
  }
}
@media (max-width: 962px) {
  .project__section-img .plan {
    order: 2;
  }
}
.project__section-name {
  font: 400 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .project__section-name {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.project__section-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
.project__section-list-title {
  margin-bottom: 1rem;
  font: 700 2.4rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  color: #151616;
}
@media (max-width: 962px) {
  .project__section-list-title {
    font-size: 1.6rem;
  }
}
.project__section-list-item {
  font: 300 1.8rem/120% "Onest", sans-serif;
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 962px) {
  .project__section-list-item {
    font-size: 1.6rem;
  }
}
.project__section-list-item::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #151616;
  border-radius: 50%;
}
.project p {
  font: 300 1.8rem/120% "Onest", sans-serif;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .project p {
    font-size: 1.2rem;
  }
  .project p br {
    display: none;
  }
}
.project .design-project__slider .swiper-slide {
  width: 46.7rem;
  height: 64.6rem;
}
@media (max-width: 962px) {
  .project .design-project__slider .swiper-slide {
    width: 30.1rem;
    height: 41.7rem;
  }
}
.project .design-project__slider .swiper-slide img {
  width: 100%;
  height: 100%;
}

.vacancy {
  padding: 12.8rem 0;
}
.vacancy .container {
  display: flex;
  justify-content: space-between;
}
.vacancy .container img {
  width: 50.8rem;
  height: auto;
}

.news-section-about {
  padding-top: 12.8rem;
}

.about-hero {
  padding: 8rem 0 12.8rem;
}
@media (max-width: 962px) {
  .about-hero {
    padding: 8rem 0 4.8rem;
  }
}
.about-hero__title {
  font: 500 10rem/100% "Onest", sans-serif;
 
  color: #151616;
  margin-bottom: 4.8rem;
}
@media (max-width: 962px) {
  .about-hero__title {
    font: 700 4rem/95% "Onest", sans-serif;
    margin-bottom: 2.4rem;
  }
}
.about-hero__wrapper {
  display: flex;
  gap: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .about-hero__wrapper {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.about-hero__text {
  width: 42.5rem;
}
@media (max-width: 962px) {
  .about-hero__text {
    width: 100%;
  }
}
.about-hero p {
  font: 300 1.8rem/120% "Onest", sans-serif;
 
  color: #151616;
}
@media (max-width: 962px) {
  .about-hero p {
    font: 300 1.2rem/120% "Onest", sans-serif;
  }
}
.about-hero img {
  width: 96.5rem;
  height: 33.5rem;
}
@media (max-width: 962px) {
  .about-hero img {
    width: 100%;
    height: 12.2rem;
  }
}
.about-hero__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .about-hero__list {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
@media (max-width: 962px) {
  .about-hero__item {
    width: 16.9rem;
  }
}
.about-hero__item span {
  font: 400 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 1.6rem;
}
@media (max-width: 962px) {
  .about-hero__item span {
    font: 400 2.8rem/100% "Onest", sans-serif;
  }
}
.about-hero__item p {
  font: 400 2.4rem/100% "Onest", sans-serif;
 
  color: #151616;
}
@media (max-width: 962px) {
  .about-hero__item p {
    font: 400 1.4rem/100% "Onest", sans-serif;
  }
}

.fil img {
  width: 85.6rem;
  height: 55.2rem;
  object-fit: cover;
}
@media (max-width: 962px) {
  .fil img {
    width: 100%;
    height: 34.7rem;
  }
}
.fil .garant__info {
  justify-content: flex-end;
}
@media (max-width: 962px) {
  .fil .garant__text p {
    font: 250 1.6rem/100% "Onest", sans-serif;
    text-align: left;
  }
}

@media (max-width: 962px) {
  .sol-slider .packaged-solutions__info {
    order: 0;
  }
  .sol-slider .design-project__slider {
    order: 1;
  }
  .sol-slider .swiper-slide {
    width: 30.1rem !important;
  }
  .sol-slider .packaged-solutions__text-title {
    font: 700 1.6rem/120% "Onest", sans-serif;
  }
}

.experience {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .experience {
    padding: 4.8rem 0;
  }
}
.experience__title {
  font: 600 6.4rem/100% "Onest", sans-serif;
  color: #151616;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .experience__title {
    font: 600 2.8rem/100% "Onest", sans-serif;
    margin-bottom: 2.4rem;
  }
}
.experience__item {
  display: flex;
  padding: 2.4rem 0;
  border-top: 1px solid rgba(21, 22, 22, 0.2);
}
@media (max-width: 962px) {
  .experience__item {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.experience__item span {
  font: 300 2.4rem/100% "Onest", sans-serif;
 
  color: rgba(21, 22, 22, 0.6);
  width: 29.2rem;
}
@media (max-width: 962px) {
  .experience__item span {
    width: auto;
  }
}
.experience__item img {
  width: 45.7rem;
  height: 14.6rem;
}
@media (max-width: 962px) {
  .experience__item img {
    width: 100%;
    height: 11.3rem;
  }
}
.experience__item-info {
  width: 69.1rem;
}
@media (max-width: 962px) {
  .experience__item-info {
    width: 100%;
  }
}
.experience__item-info p {
  font: 400 1.8rem "Onest", sans-serif;
  text-align: left;
  color: rgba(21, 22, 22, 0.4);
  width: 40rem;
}
@media (max-width: 962px) {
  .experience__item-info p {
    width: 100%;
    font-size: 1.2rem;
  }
  .experience__item-info p br {
    display: none;
  }
}
.experience__item-info p span {
  font: 400 1.8rem "Onest", sans-serif;
  text-align: left;
  color: #151616;
}
@media (max-width: 962px) {
  .experience__item-info p span {
    font-size: 1.2rem;
  }
}
.experience__item-title {
  font: 700 1.6rem/120% "Onest", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 962px) {
  .experience__item-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
  .experience__item-title br {
    display: none;
  }
}

.black-theme {
  background: #151616;
}
.black-theme .nav a {
  color: #F3F2F2;
}
.black-theme .tel {
  color: #F3F2F2;
}
.black-theme .btn {
  background: #F3F2F2;
  color: #151616;
}
.black-theme .hero h1 {
  color: #F3F2F2;
}
.black-theme .hero h1 span {
  color: #F3F2F2 !important;
}
.black-theme .hero h1 br {
  display: block;
}
.black-theme .hero p {
  color: #F3F2F2;
}
.black-theme .hero p span {
  color: rgba(255, 255, 255, 0.6);
}
.black-theme .hero .btn-stroke {
  background: #151616;
  color: #F3F2F2;
  border: 1px solid#F3F2F2;
}
.black-theme .principles__title {
  color: #F3F2F2;
}
@media (max-width: 962px) {
  .black-theme .principles__title {
    font: 100 2.8rem/105% "Onest", sans-serif;
  }
}
.black-theme .principles__item-title {
  font: 700 2.4rem/105% "Onest", sans-serif;
  color: #F3F2F2;
}
@media (max-width: 962px) {
  .black-theme .principles__item-title {
    font: 700 1.6rem/105% "Onest", sans-serif;
  }
}
.black-theme .principles__list {
  display: flex;
  flex-wrap: wrap;
}
.black-theme .principles__item {
  width: 46.4rem;
}
@media (max-width: 962px) {
  .black-theme .principles__item {
    width: 100% !important;
  }
}
.black-theme .principles__item:nth-child(4) {
  width: 70.8rem;
}
.black-theme .principles__item:nth-child(5) {
  width: 70.8rem;
}
.black-theme .principles__item p {
  color: rgba(255, 255, 255, 0.6);
  font: 400 1.8rem/120% "Onest", sans-serif;
}
@media (max-width: 962px) {
  .black-theme .principles__item p {
    font: 400 1.2rem/120% "Onest", sans-serif;
  }
}
.black-theme .garant p {
  color: #F3F2F2;
}
.black-theme .garant p span {
  color: rgba(255, 255, 255, 0.6);
}
.black-theme .garant__title span {
  color: #F3F2F2;
}
.black-theme .garant .garant-list {
  padding: 2.4rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.garant-list__wrap li{
	margin-left: 2rem;
}

.devices__column{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 89.9rem;
}

@media (max-width: 962px) {
  .devices__column{
	min-height: auto;
}
}

@media (max-width: 962px) {
  .black-theme .garant .garant-list {
    padding: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.black-theme .garant .garant-list__title {
  font: 700 2.4rem/105% "Onest", sans-serif;
  color: #fff;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .black-theme .garant .garant-list__title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.black-theme .garant .garant-list li {
  font: 400 1.8rem/120% "Onest", sans-serif;
 list-style-type: disc;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}
@media (max-width: 962px) {
  .black-theme .garant .garant-list li {
    font-size: 1.2rem;
  }
}
.black-theme .garant__title {
  color: #F3F2F2;
}
.black-theme .packaged-solutions__title {
  color: #F3F2F2;
}
.black-theme .packaged-solutions__text-title {
  color: #F3F2F2;
}
.black-theme .packaged-solutions p {
  color: #F3F2F2;
}
.black-theme .dream__title {
  color: #F3F2F2;
}
.black-theme .dream__title span {
  color: #F3F2F2;
}
.black-theme .dream p {
  color: #F3F2F2;
}
.black-theme .dream p span {
  color: rgba(255, 255, 255, 0.6);
}
.black-theme .dream__item-title {
  color: #F3F2F2;
}
.black-theme .dream .link {
  color: #F3F2F2;
}
.black-theme .dream .link svg path {
  fill: #F3F2F2;
}
.black-theme .types-services__title {
  color: #F3F2F2;
}
.black-theme .types-services__item-title {
  color: #F3F2F2;
}
.black-theme .types-services__item-info span {
  color: #F3F2F2;
}
.black-theme .news-section {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .black-theme .news-section {
    padding: 4.8rem 0;
  }
}
.black-theme .news-section__title {
  color: #F3F2F2;
}
.black-theme .swiper-pagination-progressbar-fill {
  background: #fff !important;
}
.black-theme .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.2) !important;
}
.black-theme .btn-stroke {
  color: #F3F2F2;
  border-color: #F3F2F2;
}
@media (max-width: 962px) {
  .black-theme .stage-services {
    margin-top: 4.8rem;
  }
}
.black-theme .stage-services__title {
  color: #F3F2F2;
}
.black-theme .stage-services .num {
  color: #F3F2F2;
}
@media (max-width: 962px) {
  .black-theme .stage-services .num {
    min-width: 4.8rem;
  }
}
.black-theme .stage-services__item-name {
  color: #F3F2F2;
}
.black-theme .stage-services__item {
  border-color: rgba(255, 255, 255, 0.6);
}
.black-theme .stage-services li {
  color: #F3F2F2;
}
.black-theme .stage-services__item-list-title {
  font: 300 1.8rem/120% "Onest", sans-serif;
  color: #F3F2F2;
}
@media (max-width: 962px) {
  .black-theme .stage-services__item-list-title {
    font: 300 1.2rem/120% "Onest", sans-serif;
  }
}
.black-theme .stage-services .price {
  color:#F3F2F2;
  font: 400 2.4rem/100% "Onest", sans-serif;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 962px) {
  .black-theme .stage-services .price {
    text-align: left;
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.black-theme .stage-services .content {
  width: 97rem;
}
@media (max-width: 962px) {
  .black-theme .stage-services .content {
    width: 100%;
  }
}
.black-theme .tg {
  margin-top: 0;
}
@media (max-width: 962px) {
  .black-theme .tg h3 br {
    display: none;
  }
}
.black-theme .complex {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .black-theme .complex {
    padding: 4.8rem 0;
  }
}
.black-theme .complex__title {
  color: #F3F2F2;
}
.black-theme .reviews__title {
  color: #F3F2F2;
}
.black-theme .reviews .swiper-slide {
  border-color: #F3F2F2;
}
.black-theme .reviews__slider-name {
  color: #F3F2F2;
}
.black-theme .reviews p {
  color: #F3F2F2;
}
.black-theme .reviews .swiper-pagination {
  background: rgba(255, 255, 255, 0.2);
}
.black-theme .reviews .swiper-pagination-fraction {
  color: #F3F2F2;
}
.black-theme .reviews .swiper-pagination-fraction span {
  background: #F3F2F2;
}
.black-theme .faq__title {
  color: #F3F2F2;
}
.black-theme .faq__top span {
  color: #F3F2F2;
}
.black-theme .faq p {
  color: #F3F2F2;
}
.black-theme .form .btn-stroke {
  background: transparent !important;
}
.black-theme .vn {
  padding-top: 12.8rem;
}
@media (max-width: 962px) {
  .black-theme .vn {
    padding-top: 4.8rem;
  }
}
.black-theme .vn p {
  color: #F3F2F2 !important;
  min-height: auto;
  margin-bottom: 2.4rem;
  text-align: left;
}
@media (max-width: 962px) {
  .black-theme .packaged-solutions__info {
    order: 0;
  }
}
@media (max-width: 962px) {
  .black-theme .packaged-solutions__slider {
    order: 1;
  }
}
.black-theme .form.unicle {
  height: 78.6rem;
}
.black-theme .form.unicle img {
  width: 72rem;
  height: 78.6rem;
}
@media (max-width: 962px) {
  .black-theme .form.unicle img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 962px) {
  .black-theme .form.unicle .form__img {
    margin-left: 0;
  }
}
.black-theme .form.unicle .form__info {
  padding-top: 22.5rem;
}
@media (max-width: 962px) {
  .black-theme .form.unicle .form__info {
    padding-top: 0;
  }
}
.black-theme .form.unicle p {
  font: 400 1.8rem/120% "Onest", sans-serif !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 962px) {
  .black-theme .form.unicle p {
    font: 400 1.6rem/120% "Onest", sans-serif !important;
  }
  .black-theme .form.unicle p br {
    display: none;
  }
}
.black-theme .form.unicle .btn-stroke {
  background: transparent !important;
}
.black-theme .experts__text {
  color: #F3F2F2;
}
.black-theme .experts__text span {
  color: rgba(255, 255, 255, 0.6);
}
.black-theme .experts.experts-smart {
  margin-bottom: 12.8rem;
}
@media (max-width: 962px) {
  .black-theme .experts.experts-smart {
    margin-bottom: 4.8rem;
  }
}
.black-theme .experts.experts-smart .experts__item {
  width: 27.2rem;
  height: 30.3rem;
}
@media (max-width: 962px) {
  .black-theme .experts.experts-smart .experts__item {
    width: 30.1rem !important;
    height: 33.6rem;
  }
}
.black-theme .experts.experts-smart .experts__item img {
  width: 100%;
  height: 100%;
}
.black-theme .experts.experts-smart .experts__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 114.9rem;
}
@media (max-width: 962px) {
  .black-theme .experts.experts-smart .experts__wrapper {
    width: 100%;
  }
}
.black-theme .experts.experts-smart .experts__wrapper .swiper-wrapper {
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 962px) {
  .black-theme .experts.experts-smart .experts__wrapper .swiper-wrapper {
    gap: 0;
    flex-wrap: nowrap;
  }
}
.black-theme .experts.experts-smart .experts__link {
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.black-theme .experts.experts-smart .experts__link div {
  width: 25rem;
  height: 29.3rem;
  border: 1px solid #F3F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 700 1.6rem/140% "Onest", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #F3F2F2;
}
.black-theme .experts__title {
  color: #F3F2F2;
}
.black-theme .experts__descr {
  color: #F3F2F2;
}
@media (max-width: 962px) {
  .black-theme .experts__descr {
    font-size: 1.2rem;
  }
}
.black-theme .experts__descr span {
  color: rgba(255, 255, 255, 0.6);
}
.black-theme .reviews .swiper-pagination-progressbar-fill {
  background: #F3F2F2;
}
.black-theme .video-reviews__title {
  color: #F3F2F2;
}
.black-theme .video-reviews__name {
  color: #F3F2F2;
}
.black-theme .video-reviews .descr {
  color: #F3F2F2;
}
.black-theme .prem__title {
  color: #F3F2F2;
}
.black-theme .prem__title span {
  color: #F3F2F2;
}
.black-theme .prem__item-name {
  color: #F3F2F2;
}
.black-theme .prem p {
  color: #F3F2F2;
}

.devices {
  padding: 12.8rem 0;
}
@media (max-width: 962px) {
  .devices {
    padding: 4.8rem 0;
  }
}
.devices .container {
  height: 96.4rem;
  border: 1.5px solid #303030;
  padding: 3.2rem;
  position: relative;
}
@media (max-width: 962px) {
  .devices .container {
    height: auto;
    margin: 0 1rem;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.devices .devices-main__title {
  height: auto !important;
  color: #fff;
  border: none;
  display: block !important;
  padding: 0;
  border: none;
}
@media (max-width: 962px) {
  .devices .devices-main__title {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
}
.devices__info {
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
}
@media (max-width: 962px) {
  .devices__info {
    position: static;
  }
}
.devices__title {
  font: 600 5.6rem/100% "Onest", sans-serif;
  color: #fff;
  margin-bottom: 6.4rem;
}
@media (max-width: 962px) {
  .devices__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.devices p {
  font: 600 2.4rem/120% "Onest", sans-serif;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .devices p {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.devices__thumbs {
  display: flex;
  gap: 2.4rem;
  width: 55.2rem;
  flex-wrap: wrap;
}
@media (max-width: 962px) {
  .devices__thumbs {
    width: 100%;
    justify-content: space-between;
    gap: 1.1rem;
  }
}
.devices__thumbs a {
  border: 1px solid #fff;
  width: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 962px) {
  .devices__thumbs a {
    border: 1px solid #fff;
    width: 7.2rem;
    height: 7.2rem;
  }
}
.devices__thumbs a.active {
  border: 4px solid #fff;
}
@media (max-width: 962px) {
  .devices__thumbs a.active {
    border: 2px solid #fff;
  }
}
.devices__thumbs a img {
  width: 10rem;
  height: auto;
}
@media (max-width: 962px) {
  .devices__thumbs a img {
    width: 6.4rem;
  }
}
.devices__content {
  display: none;
  gap: 20.6rem;
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 962px) {
  .devices__content {
    height: auto;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.devices__content.active {
  display: flex;
}
.devices__content img {
  width: 51.8rem;
  height: 54.8rem;
  object-fit: cover;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .devices__content img {
    width: 32.3rem;
    height: 34.2rem;
  }
}
.devices__text span {
  font: 600 2.4rem/120% "Onest", sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .devices__text span {
    font: 600 1.6rem/120% "Onest", sans-serif;
    color: #fff;
    margin-bottom: 0.8rem;
  }
}
.devices__text p {
  font: 400 2rem/120% "Onest", sans-serif !important;
}
@media (max-width: 962px) {
  .devices__text p {
    font: 300 1.2rem/120% "Onest", sans-serif !important;
  }
  .devices__text p br {
    display: none;
  }
}
.devices__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 962px) {
  .devices__list {
    padding: 1.6rem;
  }
}
.devices__list li {
  font: 400 2rem/120% "Onest", sans-serif;
 
  color: #fff;
}
@media (max-width: 962px) {
  .devices__list li {
    font: 400 1.2rem/120% "Onest", sans-serif;
  }
}

.header{
	position: fixed;
	left: 0;
	width: 100%;
}

.header.fixed{
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.2);
}

section:nth-child(1){
	padding-top: 16.2rem !important;
}

form .success {
    font: 400 3.2rem / 120% "Onest", sans-serif;
   
    color: #fff;
    margin-bottom: 10.5rem;
}

.faq__item.active .faq__top svg{
	transform: rotate(180deg);
}

.faq__top svg{
	width: 2.2rem;
	height: 1.4rem;
	transition: all 0.3s;
}

.types-services-two .types-services__item-img::before{
	display: none;
}

.primer-use .types-services__item-img::before{
	display: none;
}	

.list-wr .types-services__item-img::before{
	display: none;
}

.types-services__item-price{
	font-size: 2.4rem;
	line-height: 100%;
}

.types-services-three .types-services__item-img{
	margin-top: 1.8rem;
}

.black-theme .faq__top svg path{
	stroke: #fff;
}

.maf-types .types-services__item-img{
	height: 45.2rem;
}

.project{
	overflow: visible;
}

.page__filter{
	position: sticky;
	top: 8rem;
	padding: 1.5rem;
	background: #fff;
	z-index: 777;
}

.project__section{
	overflow: hidden;
}

.select{
	display: flex;
	gap: 1rem;
	position: relative
}

.select__top{
	display: flex;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
}

.select__top svg{
	transition: all 0.3s;
}



.select__content{
	position: absolute;
	top: 3rem;
	left: 0;
	background: #fff;
	padding: 2rem;
	border-radius: 0.8rem;
	box-shadow: 0px 2px 12px 0px rgba(34, 60, 80, 0.2);
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	width: 55rem;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.select.active .select__content{
	opacity: 1;
	visibility: visible;
}

.select.active svg{
	transform: rotate(180deg);
}

.select__content a{
	color: #151616 !important;
	opacity: 0.7;
	transition: all 0.3s;
}

.mobile-menu{
	display: none;
}

.select__content a:hover{
	opacity: 1;
}



.select svg{
	width: 1.4rem;
	height: 0.8rem;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #151616;
    align-items: center;
    justify-content: center;
    display: none;
}

.modal.active {
    display: flex;
}

.modal-close {
    position: absolute;
    right: 4.2rem;
    top: 3.2rem;
	cursor: pointer;
}

.form-modal {
    display: flex;
    align-items: center;
    gap: 4.7rem;
}

.form-modal img {
	width: 62.9rem;
}

.form-modal button {
    border: 1px solid #ffffff; 
	width: 100%
}

.form-modal form {
    display: flex; 
	flex-direction: column;
	gap: 1.6rem;
	max-width: 73.3rem;
}

.form-modal-row {
    display: flex; 
	gap: 1.6rem;
}

.form-modal-row input {
	width: 100%;
    padding: 2rem;
    background: #fff;
    font: 300 1.8rem / 120% "Onest", sans-serif;
    border: none;
    outline: none;
}

.form-modal__info h2 {
    margin-bottom: 4rem;
    color: #fff;
    font: 100 6.4rem / 100% "Onest", sans-serif;
    margin-bottom: 4rem;
}

.form-modal__info h2 strong {
	font-weight: 700;
}

.form-modal__info p {
    font: 400 3.2rem / 120% "Onest", sans-serif;
   
    color: #fff;
    margin-bottom: 4.5rem;
}

.black-theme .header.fixed{
	background: #171919 !important;
}

.black-theme .header .select__top {
	color: #fff !important;
}

.black-theme .header .select__top svg path{
	fill: #fff !important;
}

.black-theme .header .hamburger span{
	background: #FFF;
}

.black-theme .mobile-menu{
	background: #151616 !important;
}

.black-theme .mobile-menu__socials a{
	color: #FFF;
}

.vacancy a {
    width: 30rem;
    padding: 2.1rem;
    border: 1px solid #151616;
    font: 700 1.6rem / 120% "Onest", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #151616;
	margin-top: 3.5rem;
}

.contacts-page .map{
	height: 50rem;
}

.garant__info{
	justify-content: flex-start;
	gap: 2rem;
}

p{
	font-size: 1.8rem !important
}

.header .nav a{
	font-size: 1.8rem;
}

.header .tel{
	font-size: 1.8rem;
}

.reviews__slider-name{
	line-height: 120%;
}

.black-theme .header .logo img {
	filter: invert(1) grayscale(1);
}

@media (max-width: 1500px){
	html{
		font-size: 9px;
	}
}

@media (max-width: 1300px){
	html{
		
	}
	.header .tel{
		display: none;
	}
	.container{
		padding: 0 2rem;
	}
}

@media (max-width: 962px){
	.vacancy a {
		width: 100%;
		margin-top: 2rem;
		padding: 1.4rem 2rem;
        font-size: 1.4rem;
	}
	p{
		font-size: 1.6rem !important
	}
	.contacts-page .map{
		height: 17.3rem;
	}
	.vacancy .container{
		flex-direction: column;
		gap: 3rem;
	}
	.vacancy .container img{
		width: 100%;
	}
	.header{
		padding: 1.6rem 0 !important;
		z-index: 7777777;
	}
	.page__filter{
		top: 6.7rem;
		margin-left: -1rem;
		width: calc(100% + 2rem);
	}
	.mobile-menu{
		display: flex;
		flex-direction: column;
		width: 100%;
		background: #fff;
		top: 7rem;
		height: calc(100vh - 7rem);
		align-items: center;
		padding: 3.5rem 0;
		position: absolute;
		overflow: auto;
		justify-content: space-between;
		transform: translatex(-100%);
		transition: all 0.3s;
	}
	.hamburger span{
		transition: all 0.3s;
	}
	.hamburger.active span:nth-child(1){
		 transform: rotate(45deg) translate(0.4rem, 0.4rem);
	}
	.hamburger.active span:nth-child(2){
		opacity: 0;
	}
	.hamburger.active span:nth-child(3){
		 transform: rotate(-45deg) translate(0.4rem, -0.5rem);
	}
	.mobile-menu.active{
		transform: translatex(0%);
	}
	.mobile-menu .nav{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2.5rem;
		margin-bottom: 3.5rem;
	}
	.mobile-menu .tel{
		font-family: var(--second-family);
		font-weight: 700;
		font-size: 2.4rem;
		text-align: center;
	}
	.mobile-menu__socials{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0 1rem;
		margin-top: 5rem;
	}
	.mobile-menu__socials a{
		display: flex;
		gap: 1rem;
		align-items: center;
		color: #000;
		font-weight: 300;
		font-size: 1.4rem;
	}
	.mobile-menu__socials svg{
		width: 2.8rem;
		height: 2.8rem;
	}
	.select__content{
		position: static;
		padding: 0;
		align-items: center;
		gap: 2.5rem;
		height: 0;
		overflow: hidden;
		text-align: center;
		box-shadow: none;
		padding: 0;
	}
	.select{
		flex-direction: column;
		align-items: center;
	}
	.select.active .select__content{
		height: 100%;
	}
	.form__img img{
		width: 107%;
	}
	
	.modal-close {
		right: 1.6rem;
		top: 1.5rem;
	}
	
	.modal-close svg {
    	width: 2.6rem;
	}
	
	.form-modal {
		flex-direction: column;
		gap: 2.4rem;
		padding: 3.4rem 1.8rem;
	}
	
	.form-modal img {
		width: 100%;
	}
	
	.form-modal button {
    	margin-top: .8rem;
	}
	
	.form-modal .policy {
    	margin-top: .8rem;
	}
	
	.form-modal-row {
		display: flex;
		gap: .8rem;
	}
	
	.form-modal form .form-modal-row:nth-child(2) {	
		flex-direction: column;
		gap: .8rem;
	}
	
	.form-modal-row input {
		padding: 1.6rem;
		font: 300 1.4rem / 120% "Onest", sans-serif;
	}
	
	.form-modal {
		flex-direction: column;
		gap: 2.4rem;
		padding: 3.4rem 1.8rem;
	}
	
	.form-modal__info h2 {
		font-size: 2.8rem;
		margin-bottom: 1.6rem;
		width: 80%;
	}
	
	.form-modal__info p {
		font-size: 1.6rem;
		margin-bottom: .8rem;
	}
	
	.modal {
		z-index: 9999999;
    	align-items: start;
	}
	
	.form-modal form {
		gap: .8rem;
	}
	.form__title{
		font-size: 2.8rem;
	}
}

@media (max-width: 962px){
	html{
		 font-size: 10px !important;
	}
	.header .tel{
		font-size: 1.6rem;
	}
	.header .nav a{
		font-size: 1.6rem;
	}
	.reviews .swiper-slide p{
		height: auto;
	}
}


    @media (max-width: 500px){
        html{
		 font-size: 10px !important;
	 		}
		p{
			font-size: 1.4rem !important;
		}
		.form__img img{
			width: calc(100% + 4rem);
		}
		.form__img{
			margin-left: -2rem;
		}
		br{
			display: none !important;
		}
		.mobile{
			display: block !important;
		}
		.header .nav a{
			font-size: 1.4rem;
		}
		.header .nav{
			font-size: 1.4rem;
		}

    }

@media (max-width: 600px){
	.services-section__img img, .dream__img img, .video-reviews__source img, .video-reviews__source video{
		height: 23rem;
	}
	.design-project .packaged-solutions__img{
		height: 48rem;
	}
	
}

@media (min-width: 962px){
	.garant__img, .marquee-slide, .packaged-solutions__img, .types-services__item-img, .uniqueness__item-img, .video-reviews__source{
		overflow: hidden;
	}
	.garant__img img, .marquee-slide img, .packaged-solutions__img img, .types-services__item-img img, .uniqueness__item-img img, .video-reviews__source img{
		transition: all 0.4s;
	}
	.garant__img:hover img, .marquee-slide:hover img, .packaged-solutions__img:hover img, .types-services__item-img:hover img, .uniqueness__item-img:hover img, .video-reviews__source:hover img{
		transform: scale(1.15)
	}
	.services-section__item:hover .num{
		transform: translatex(50px);
	}
	.services-section__item .num{
		transition: all 0.4s;
	}
	.experts .swiper-slide{
		overflow: hidden;
	}
	.experts .swiper-slide:hover img{
		transform: scale(1.15);
	}
	.experts .swiper-slide img{
		transition: all 0.4s
	}
	.faq__top:hover span, .stage-services__item:hover .num, .stage-services__item:hover .content {
		transform: translatex(30px);
	}
	.faq__top span, .stage-services__item .num, .stage-services__item .content{
		transition: all 0.4s;
	}
	.reviews .swiper-slide:hover img, .reviews .swiper-slide:hover .date{
		transform: translatey(-20px);
	}
	.reviews .swiper-slide img, .reviews .swiper-slide .date{
		transition: all 0.4s;
	}
	.nav a:hover{
		text-decoration: underline;
		text-decoration-skip-ink: none;
	}
	.select a{
		text-decoration: none !important;
	}
	.header, .hero, .marquee{
		opacity: 0;
	}
}

