@font-face {
  font-family: "Gotham Pro";
  font-weight: 700;
  font-display: swap;
  src: local("Muller"), url("../fonts/GothamPro-Bold.woff2") format("woff2");
}
:root {
  --dark_blue: linear-gradient(180deg, #80d9d7 0%, #63c0be 100%);
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f5f5;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  margin: 0 0 12px;
}
h2 {
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
p {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 580px) {
  h1,
  h2 {
    font-size: 32px;
  }
} /*----------GLOB----------*/
.container {
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .container {
    padding: 0 35px;
  }
}
@media (max-width: 360px) {
  .container {
    padding: 0 19px;
  }
}
.reset__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text__typical {
  font-size: 16px;
  margin: 0;
  line-height: 140%;
}
.typical__arrows {
  display: flex;
  gap: 16px;
}
.typical__green__btn {
  display: flex;
  position: relative;
  width: 100%;
  height: 57px;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #80d9d7 0%, #63c0be 100%);
  box-shadow: 0px 6px 14px 0px rgba(88, 76, 42, 0.2);
  cursor: pointer;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  z-index: 1;
  border: none;
}
.typical__green__btn::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.5s ease-in-out;
  z-index: -1000;
}
.typical__green__btn:hover::before {
  opacity: 1;
}
.typical__text__agreement {
  font-size: 11px;
  color: gray;
}
.typical__text__agreement a {
  font-size: 11px;
  color: #63c0be;
}
.typical__text__agreement a {
  text-decoration: underline;
  transition: color 0.2s linear;
}
.typical__text__agreement a:hover {
  color: #000;
}
.slick-track {
  display: flex;
}
.grey__background__img {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.grey__background__img::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.5s ease-in-out;
}
.grey__background__img:hover::before {
  opacity: 0.5;
} /*----------header----------*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
}
.header__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px 18px;
}
.header__working__hours {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 3;
}
.form-input + label {
  display: none;
  color: black;
  font-size: 14px;
}
.form-input.active {
  color: black;
  border: 2px solid #63c0be;
}
.form-input.error + label {
  display: block;
}
.header__working__hours__mobile {
  display: none;
}
.header__mobile_icon {
  display: flex;
  gap: 32px;
}
.header__telegram {
  display: none;
}
.header__whatsapp {
  display: none;
}
.header__burger {
  display: none;
}
.header__menu {
  display: flex;
}
.header__list {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  position: relative;
  z-index: 3;
}
.header__list__item {
  transition: color 0.2s linear;
}
.header__list__item a:hover {
  color: #63c0be;
}
.header__social__phone {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.header__social__mail {
  display: none;
}
.header__phone {
  font-size: 18px;
}
.header__request__call a {
  font-weight: 500;
  background-color: #63c0be;
  text-decoration: underline;
  transition: color 0.2s linear;
  padding: 22px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.header__request__call a:hover {
  background-color: black;
}
.header__working__hours svg {
  width: 80px;
}
@media (max-width: 1220px) {
		.container.container-excluz {
			padding-left: 0px;
		}
		.loft__partition__block__content__right.loft__partition__block__content__right-lest-1 img{
			width: 100%;
			height: auto;
		}
		.ideas__implementation__right__title.ideas__implementation__right__title_custom h2,
		.about__block.about__block_lest h2		{
			font-size: 35px !important;
		}
	
  body.lock {
    overflow: hidden;
  }
  .header__social__mail {
    display: block;
  }
  .header__social__mail a {
    color: white;
  }
  .header__working__hours.active {
    transform: scale(0);
  }
  .header__mobile_icon.active svg {
    transform: scale(0);
  }
  .header__working__hours {
    margin: 0;
  }
  .header__telegram {
    display: block;
    z-index: 3;
  }
  .header__whatsapp {
    display: block;
    z-index: 3;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 3;
  }
  .header__burger span {
    position: absolute;
    background-color: #63c0be;
    left: 0;
    width: 100%;
    height: 2px;
    top: 11px;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    background-color: #63c0be;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 3px;
  }
  .header__burger::after {
    bottom: 3px;
  }
  .header__burger.active::before {
    transform: rotate(45deg);
    top: 11px;
  }
  .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 11px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 59px 0 0;
    overflow: auto;
    transition: all 0.3s ease 0s;
    align-items: flex-start;
    justify-content: center;
  }
  .header__menu.active {
    top: 0;
  }
  .header__list {
    flex-direction: column;
    gap: 0;
  }
  .header__list__item {
    margin-bottom: 32px;
  }
  .header__list__item:nth-last-child(2) {
    margin-bottom: 32px;
  }
  .header__list__item:nth-last-child(3) {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .header__working__hours__desktop {
    display: none;
  }
  .header__working__hours__mobile {
    display: block;
  }
  .header__mobile_icon {
    gap: 20px;
  }
  .header__list__item-mobile {
    display: none;
  }
} /*----------main----------*/
.main {
  padding: 60px 0 0;
  overflow: hidden;
} /*----------Блок приветствия----------*/
.welcome__block {
  position: relative;
  width: 100%;
  height: 771px;
  margin-bottom: 64px;
}
.welcome__block_slider {
  height: 100%;
}
.welcome__block_slider .slick-list {
  height: 100%;
  overflow: hidden;
}
.welcome__block_slider .slick-list img {
  width: 100%;
  height: 771px;
  object-fit: cover;
}
.welcome__block_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  bottom: 75px;
  padding: 0;
  z-index: 3;
}
.welcome__block_slider .slick-dots li {
  list-style: none;
}
.welcome__block_slider .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.welcome__block_slider .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.welcome__block_slider__item {
  text-align: center;
}
.welcome__block_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.welcome__block_slider .slick-next {
  right: 0;
  z-index: 5;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url(../img/arrow-next.svg);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  font-size: 0;
}
.welcome__block_slider .slick-next.slick-disabled {
  background: url(../img/arrow-next-dis.svg) rgba(255, 255, 255, 0.6) no-repeat;
  background-position: center;
}
.welcome__block_slider .slick-prev {
  left: 0;
  z-index: 5;
  right: 80px;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url(../img/arrow-prev.svg);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  font-size: 0;
}
.welcome__block_slider .slick-prev.slick-disabled {
  background: url(../img/arrow-prev-dis.svg) rgba(255, 255, 255, 0.6) no-repeat;
  background-position: center;
}
.welcome__block_container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.welcome__block__link__logo {
  pointer-events: none;
}
.welcome__block__link__logo img {
  display: block;
  width: 188px;
  padding-top: 20px;
  padding-bottom: 150px;
  opacity: 0;
  visibility: hidden;
}
.welcome__block__text {
  position: relative;
}
.welcome__block__text img {
  position: absolute;
  top: -80px;
  left: -125px;
  pointer-events: none;
}
.welcome__block__title {
  position: relative;
}
.welcome__block__title h1 {
  pointer-events: none;
}
.welcome__block__title p {
  pointer-events: none;
}
.welcome__block p {
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 40px;
}
.welcome__block__btn {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background-color: #000;
  color: #ffffff;
  padding: 16px 32px; /* transition: background-color 0.5s ease; */
  transition: 0.4s;
}
.welcome__block__btn:hover {
  /* background-color: #63C0BE; */
  transform: scale(1.1);
}
.welcome__block__btn__flex {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media (max-width: 768px) {
  .welcome__block {
    height: 741px;
    margin-bottom: 48px;
  }
  .welcome__block_slider .slick-list img {
    min-height: 741px;
  }
  .welcome__block__title br {
    display: none;
  }
  .products__list__item__btn {
    display: none;
  }
  .loft__partition__block.loft__partition__block-lestnic {
	  margin-top: 45px !important;
  }
  .ideas__implementation__block.ideas__implementation__block_lestnic {
	  padding-top: 15px;
  }
  .loft__partition__block.loft__partition__block-lestnic .block-99 span.p_custom,
  .ideas__implementation__block_lestnic .block-99 span.p_custom {
	      font-size: 23px;
  }
}
@media (max-width: 480px) {
  .welcome__block {
    height: 569px;
    margin-bottom: 40px;
  }
  .welcome__block_slider .slick-list img {
    min-height: unset;
    height: 75vh;
  }
  .welcome__block__link__logo img {
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .welcome__block {
    height: 75vh;
  }
  .welcome__block .slick-track {
    height: 100%;
  }
}
@media (max-width: 360px) {
  .welcome__block__link__logo img {
    padding-bottom: 40px;
  }
} /*----------Изделия и продукты----------*/
.products__block {
  margin-bottom: 64px;
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.products__list__item {
  position: relative;
  flex-grow: 1;
  width: 282px;
  text-align: center;
  background-color: #ffffff;
  padding: 39px 20px 16px;
  cursor: pointer;
  z-index: 1;
}
.products__list__item-gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.products__list__item:hover {
  background-color: #f5f5f5;
}
.products__list__item:hover .products__list__item__btn {
  opacity: 1;
}
.products__list__item:nth-last-child(2) {
  padding: 30px 20px 16px;
}
.fancybox-gallery-box {
  display: none;
}
.products__list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1000;
  transition: all 0.5s ease;
}
.products__list__item:hover::before {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -5%;
  height: 135%;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(rgb(99, 191, 190), rgba(115, 251, 249, 0));
  transition: all 0.5s ease;
}
.products__list__img {
  margin-bottom: 18px;
}
.products__list__item p {
  margin-top: 18px;
}
.products__list__item__btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 32px;
  box-shadow: 0 6px 14px 0 rgba(88, 76, 42, 0.2);
  background: linear-gradient(180deg, #80d9d7 0%, #63c0be 100%);
  margin-top: 30px;
  opacity: 0;
  transition: all 0.5s ease;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .products__block {
    margin-bottom: 48px;
  }
  .products__list__item__btn {
    opacity: 1;
  }
  .products__list__item:hover::before {
    top: 0;
  }
} /*----------Воплотим любую идею----------*/
.ideas__implementation__block {
  position: relative;
  margin-bottom: 64px;
  padding-bottom: 125px;
}
.ideas__implementation__items {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 64px;
}
.ideas__implementation__left {
  width: 580px;
}
.ideas__implementation__left img {
  display: block;
  width: 100%;
}
.ideas__implementation__right {
  width: 573px;
}
.ideas__implementation__right__title {
  max-width: 380px;
  /*margin-top: 10px;*/
	margin-top: 0px;
  margin-bottom: 16px;
}
.ideas__implementation__right__text {
  width: 490px;
}
.ideas__implementation__block__line {
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 180px;
  width: 100%;
  background: var(--dark_blue);
}
.ideas__implementation__block__line__items {
  display: flex;
  justify-content: space-between;
  gap: 59px;
  margin-top: 49px;
}
.ideas__implementation__block__line__left {
  width: 50%;
}
.ideas__implementation__block__line__right {
  width: 50%;
}
.ideas__implementation__block__line__list {
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
}
.ideas__implementation__block__line__list__item {
  width: 82px;
  text-align: center;
}
.ideas__implementation__block__line__list__item p {
  color: #fff;
}
@media (max-width: 1220px) {
  .ideas__implementation__block {
    padding-bottom: 154px;
  }
  .ideas__implementation__items {
    gap: 32px;
  }
	.our__works__block__items__first,
	.our__works__block__items,
	.our__works__blok__item__right	{
	  
  }
  .ideas__implementation__left,
  .ideas__implementation__right,
  .ideas__implementation__right__text {
    width: 100%;
  }
  .ideas__implementation__block__line__left {
    display: none;
  }
  .ideas__implementation__block__line__right {
    width: 100%;
  }
  .ideas__implementation__block__line__list {
    justify-content: space-between;
    gap: 0;
  }
  .ideas__implementation__block__line__items {
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .ideas__implementation__block {
    margin-bottom: 48px;
  }
  .ideas__implementation__block.ideas__implementation__block_custom-eks .ideas__implementation__right {
	  padding-top: 40px;
  }
  .ideas__implementation__block.ideas__implementation__block_custom-eks .ideas__implementation__block__line {
	  bottom: 50px;
  }
  .ideas__implementation__block.ideas__implementation__block_custom-eks {
	  padding-bottom: 145px !important;
  }
}
@media (max-width: 430px) {
	.ideas__implementation__block__line__list {
		gap: 45px !important;
	}
	.ideas__implementation__block__line {
		height: 340px !important;
	}
	.ideas__implementation__block {
		padding-bottom: 305px !important;
	}
	.ideas__implementation__block.ideas__implementation__block_custom-eks {
		padding-bottom: 310px !important;
	}
	.ideas__implementation__block.ideas__implementation__block_custom-lest {
		padding-bottom: 340px !important;
	}
}
@media (max-width: 520px) {
  .ideas__implementation__block {
    padding-bottom: 170px;
  }
  .ideas__implementation__block.ideas__implementation__block_custom-lest {
	  padding-bottom: 200px;
  }
  .ideas__implementation__block__line {
    height: 200px;
  }
  .ideas__implementation__block__line__list {
    gap: 10px;
  }
  .ideas__implementation__block__line__list__item {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .ideas__implementation__block {
    margin-bottom: 40px;
  }
} /*----------Кейсы----------*/
.cases__block {
  margin-bottom: 64px;
}
.cases__block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 60%;
}
.cases__block__head__title h2 {
  margin-right: 50px;
}
.cases__block__head__contact__expert {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.cases__block__head__contact__expert:hover {
  color: #63c0be;
}
.cases__block__head__contact__expert svg {
  transition: all 0.2s ease-in;
  fill: black;
}
.cases__block__head__contact__expert:hover svg {
  fill: #63c0be;
}
.cases__block__head__contact__expert span {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.cases__block__content__slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.cases__block__content__slider .slick-list {
  overflow: hidden;
}
.cases__block__content__slider .slick-list .slick-track {
  display: -webkit-box;
}
.cases__block__content__slider .slick-arrow {
  position: absolute;
  top: -89px;
  right: 0;
  z-index: 10;
  font-size: 0;
}
.cases__block__content__slider .slick-arrow.slick-prev {
  right: 80px;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url("../img/arrow-prev.svg");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.cases__block__content__slider .slick-arrow.slick-prev:hover {
  background-image: url("../img/arrow-prev-white.svg");
  background-color: #63c0be;
}
.cases__block__content__slider .slick-arrow.slick-next {
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url("../img/arrow-next.svg");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.cases__block__content__slider .slick-arrow.slick-next:hover {
  background-image: url("../img/arrow-next-white.svg");
  background-color: #63c0be;
}
.cases__block__content__slider .slick-arrow.slick-prev.slick-disabled {
  background: url("../img/arrow-prev-dis.svg") rgba(255, 255, 255, 0.6)
    no-repeat;
  background-position: center;
}
.cases__block__content__slider .slick-arrow.slick-next.slick-disabled {
  background: url("../img/arrow-next-dis.svg") rgba(255, 255, 255, 0.6)
    no-repeat;
  background-position: center;
}
.cases__block__content__item {
  width: 282px;
 /* height: 555px;*/
  margin-right: 30px;
  display: block;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
/*  opacity: 0.85;*/
  transition: all 0.2s ease-in;
}
.cases__block__content__item__text__grey_custom {
	font-size: 14px;
    line-height: 17px;
}
.cases__block__content__item:hover {
  /*opacity: 0.85;*/
}
.cases__block__content__item__img {
  height: 307px;
}
.cases__block__content__item__img img {
  width: 282px;
  height: 307px;
}
.cases__block__content__item__text {
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    padding: 10px 17px 12px;
    gap: 4px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-bottom: 1px solid #e3e3e3;
    align-content: space-between;
  
}
.cases__block__content__item__text :last-child {
  width: 100%;
}
.cases__block__content__item__text__grey {
  font-weight: 400;
  color: #acacac;
  margin-right: 10px;
}
.cases__block__content__item__btn {
  display: block;
  height: 46px;
  position: relative;
  padding: 12px 106px;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  color: #63c0be;
  transition: background-color 0.5s ease, color 0.3s linear;
}
.cases__block__content__item:hover .cases__block__content__item__btn {
  background: var(--dark_blue);
  color: #fff;
}
@media (max-width: 768px) {
  .cases__block {
    margin-bottom: 48px;
  }
  .cases__block__head {
    flex-direction: column;
    gap: 17px;
    width: 100%;
    align-items: normal;
  }
  .cases__block__content__slider .slick-arrow {
    top: -69px;
  }
}
@media (max-width: 550px) {
  .cases__block {
    margin-bottom: 90px;
  }
  .cases__block_dush {
	  margin-bottom: 40px;
  }
  .cases__block.cases__block_lestnic {
	  margin-bottom: 40px;
  }
  .cases__block__content__slider .slick-arrow {
    /*top: 445px;*/
  }
}
@media (max-width: 360px) {
  .cases__block__head {
    margin-bottom: 24px;
  }
  .cases__block__head {
    gap: 8px;
  }
} /*----------Наши работы----------*/
.our__works__block {
  margin-bottom: 56px;
}
.our__works__block__items {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.our__works__block__items__first {
  display: flex;
  gap: 30px;
  width: 73.775%;
}
.our__works__blok__item__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 54.19%;
}
.our__works__blok__item__left__top {
  position: relative;
  height: 152px;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #fff;
}
.our__works__blok__item__left__top h2 {
  color: #fff;
}
.our__works__blok__item__left__top__see__all {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
}
.our__works__blok__item__left__top__background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 152px;
  width: 3450px;
  background: var(
    --dark_blue,
    linear-gradient(180deg, #80d9d7 0%, #63c0be 100%)
  );
}
.our__works__blok__item__left__bottom {
  height: 100%;
}
.our__works__blok__item__left__bottom img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our__works__blok__item__center {
  width: 43.355%;
}
.our__works__blok__item__center img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our__works__blok__item__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 23.77%;
}
.our__works__blok__item__right__top {
  max-height: 256px;
}
.our__works__blok__item__right__top img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our__works__blok__item__right__bottom {
  max-height: 256px;
}
.our__works__blok__item__right__bottom img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1080px) {
  .our__works__block__items {
    flex-wrap: wrap;
  }
  .our__works__block__items__first {
    width: 100%;
  }
  .our__works__blok__item__right {
    flex-direction: row;
    width: 100%;
    max-height: 206px;
  }
  .our__works__blok__item__right__top {
    width: 54.19%;
  }
  .our__works__blok__item__right__bottom {
    width: 43.355%;
  }
}
@media (max-width: 1080px) {
  .our__works__block {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .our__works__block {
    margin-bottom: 40px;
  }
  .our__works__block__items__first {
    flex-wrap: wrap;
  }
  .our__works__blok__item__left__top,
  .our__works__blok__item__left__top__background {
    height: 128px;
  }
  .our__works__blok__item__right {
    flex-direction: column;
    max-height: 100%;
  }
  .our__works__blok__item__left,
  .our__works__blok__item__center,
  .our__works__blok__item__right__top,
  .our__works__blok__item__right__bottom {
    width: 100%;
  }
} /*----------Как мы работаем----------*/
.how__we__are__working__block {
  background: #f0f0f0;
  margin-bottom: 56px;
  padding: 48px 0;
}
.how__we__are__working__block__title {
  margin-bottom: 40px;
}
.how__we__are__working__block__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.loft__partition-all-slider {
  overflow: hidden;
  position: relative;
}
.loft__partition-all-slider .slick-slide {
  margin: 0 10px;
}
.how__we__are__working__block__content__all {
  padding: 5px 24px 0;
  background: #fdfdfd;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}
.how__we__are__working__block__content__left__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.how__we__are__working__block__content__all .title {
  font-family: Roboto;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  background: linear-gradient(180deg, #80d9d7 0%, #63c0be 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how__we__are__working__block__content__left {
  height: 500px;
  width: 386px;
}
.how__we__are__working__block__content__left .text {
  width: 222px;
}
.how__we__are__working__block__content__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.how__we__are__working__block__content__form .typical__green__btn:disabled {
  background: #ccc;
}
.typical__green__btn:disabled {
  background: #ccc;
}
.typical__green__btn:disabled {
  background: #ccc;
}
.how__we__are__working__block__content__input {
  width: 100%;
  height: 48px;
  border: 0;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding: 13px 12px;
  color: #acacac;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.how__we__are__working__block__content__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 802px;
}
.how__we__are__working__block__content__right .text {
  width: 349px;
}
.how__we__are__working__block__content__right__item {
  display: flex;
  flex-direction: column;
  width: 387px;
  height: 209px;
}
.how__we__are__working__block__content__right__item:not(
    :nth-last-child(-n + 2)
  ) {
  margin-bottom: 30px;
}
@media (max-width: 1220px) {
  .how__we__are__working__block__content {
    gap: 19px;
  }
  .how__we__are__working__block__content__right {
    gap: 19px;
    width: 100%;
  }
  .how__we__are__working__block__content__right .text {
    width: 100%;
  }
  .how__we__are__working__block__content__right__item {
    flex-direction: row;
    align-items: center;
    gap: 0px;
    width: 100%;
    height: 90px;
  }
  .how__we__are__working__block__content__right__item:not(
      :nth-last-child(-n + 2)
    ) {
    margin: 0;
  }
  .loft__partition-all-slider .slick-slide {
    margin: 0;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .how__we__are__working__block {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .our__works__blok__item__left,
	.our__works__block__items__first,
.our__works__block__items,
.our__works__blok__item__right,
.products__block .reset__list.products__list	{
	  gap: 19px;
  }
  .video__expert__block_custom {
	      padding-top: 0px !important;
  }
  .about__block.about__block_exkluz,
.about__block.about__block_dush,
.about__block_zerkala  {
	  margin-bottom: 40px;
  }
  .how__we__are__working__block__title {
    margin-bottom: 32px;
  }
  .how__we__are__working__block__content {
    flex-direction: column;
  }
  .how__we__are__working__block__content__left {
    width: 100%;
    height: 320px;
  }
  .how__we__are__working__block__content__left__title {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
  }
  .how__we__are__working__block__content__form {
    flex-direction: row;
    gap: 28px;
  }
  .how__we__are__working__block__content__right__item {
    height: 115.743px;
  }
  .typical__green__btn {
    box-shadow: none;
  }
}
@media (max-width: 600px) {
  .how__we__are__working__block__content__form {
    flex-direction: column;
    gap: 0;
  }
  .how__we__are__working__block__content__left {
    height: auto;
  }
  .how__we__are__working__block__content__all {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .how__we__are__working__block {
    margin-bottom: 30px;
    padding: 40px 0;
  }
  .how__we__are__working__block__content__left {
    height: auto;
  }
  .how__we__are__working__block__content__left__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 27.76px;
  }
  .how__we__are__working__block__content__right__item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
} /*----------Идеи и решения----------*/
.ideas__and__solutions__block {
  margin-bottom: 64px;
}
.ideas__and__solutions__block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 75%;
}
.ideas__and__solutions__block__head__title h2 {
  margin-right: 50px;
}
.ideas__and__solutions__block__head__contact__all__ideas__and__solutions {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.ideas__and__solutions__block__head__contact__all__ideas__and__solutions:hover {
  color: #63c0be;
}
.ideas__and__solutions__block__head__contact__all__ideas__and__solutions svg {
  fill: black;
}
.ideas__and__solutions__block__head__contact__all__ideas__and__solutions:hover
  svg {
  fill: #63c0be;
}
.ideas__and__solutions__block__head__contact__all__ideas__and__solutions span {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ideas__and__solutions__block__content__slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.ideas__and__solutions__block__content__slider .slick-list {
  overflow: hidden;
}
.ideas__and__solutions__block__content__slider .slick-list .slick-track {
  display: -webkit-box;
}
.ideas__and__solutions__block__content__slider .slick-arrow {
  position: absolute;
  top: -89px;
  right: 0;
  z-index: 10;
  font-size: 0;
}
.ideas__and__solutions__block__content__slider .slick-arrow.slick-prev {
  right: 80px;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url("../img/arrow-prev.svg");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.ideas__and__solutions__block__content__slider .slick-arrow.slick-prev:hover {
  background-image: url("../img/arrow-prev-white.svg");
  background-color: #63c0be;
}
.ideas__and__solutions__block__content__slider .slick-arrow.slick-next {
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url("../img/arrow-next.svg");
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.ideas__and__solutions__block__content__slider .slick-arrow.slick-next:hover {
  background-image: url("../img/arrow-next-white.svg");
  background-color: #63c0be;
}
.ideas__and__solutions__block__content__slider
  .slick-arrow.slick-prev.slick-disabled {
  background: url("../img/arrow-prev-dis.svg") rgba(255, 255, 255, 0.6)
    no-repeat;
  background-position: center;
}
.ideas__and__solutions__block__content__slider
  .slick-arrow.slick-next.slick-disabled {
  background: url("../img/arrow-next-dis.svg") rgba(255, 255, 255, 0.6)
    no-repeat;
  background-position: center;
}
.ideas__and__solutions__block__content__item {
  width: 386px;
  height: 303px;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s linear;
}
.ideas__and__solutions__block__content__item:hover {
  background: #63c0be;
}
.ideas__and__solutions__block__content__item:hover
  .ideas__and__solutions__block__content__item__text {
  color: #fff;
}
.ideas__and__solutions__block__content__item:hover
  .ideas__and__solutions__block__content__item__text
  p {
  color: #fff;
}
.ideas__and__solutions__block__content__item:hover
  .ideas__and__solutions__block__content__item__text
  svg {
  fill: white;
}
.ideas-and-solutions-block-content-item-img {
  height: 203px;
}
.ideas__and__solutions__block__content__item__img img {
  width: 386px;
  height: 203px;
}
.ideas__and__solutions__block__content__item__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 12px;
  gap: 4px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.ideas__and__solutions__block__content__item__text :last-child {
  width: 100%;
}
.ideas__and__solutions__block__content__item__text span {
  width: 233px;
}
.ideas__and__solutions__block__content__item__text p {
  color: #acacac;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1160px) {
  .ideas__and__solutions__block__head {
    flex-direction: column;
    gap: 17px;
    width: 100%;
    align-items: normal;
  }
  .ideas__and__solutions__block__head__title h2 {
    margin-right: 0;
  }
  .ideas__and__solutions__block__content__slider .slick-arrow {
    top: -69px;
  }
}
@media (max-width: 768px) {
  .ideas__and__solutions__block {
    margin-bottom: 48px;
  }
}
@media (max-width: 550px) {
  .ideas__and__solutions__block {
    margin-bottom: 90px;
  }
  .ideas__and__solutions__block__content__slider .slick-arrow {
    top: 261px;
  }
  .ideas__and__solutions__block__content__item {
    width: 282px;
    height: 249px;
  }
  .ideas__and__solutions__block__content__item__img img {
    width: 282px;
    height: 148.306px;
  }
  .ideas__and__solutions__block__content__item__text svg {
    display: none;
  }
}
@media (max-width: 360px) {
  .ideas__and__solutions__block__head {
    margin-bottom: 24px;
    gap: 8px;
  }
  .video__expert__block__content {
    /* margin-right: -20px; margin-left: -20px; */
  }
} /*----------Лофт перегородка----------*/
.loft__partition__block {
  margin-bottom: 64px;
}
.loft__partition__block__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
.loft__partition__block-slider {
  overflow: hidden;
  width: 50%;
}
.loft__partition__block__content__left {
  position: relative;
  width: 593px;
}
.loft__partition__block__content__left__top {
  height: auto;
  margin-bottom: 31px;
}
.loft__partition__block__content__left__top img {
  display: block;
  width: 100%;
}
.loft__partition__block__content__left__bottom {
  display: flex;
  justify-content: space-between;
}
.loft__partition__block__content__left__bottom a {
  display: block;
  width: 30%;
}
.loft__partition__block__content__left__bottom img {
  display: block;
}
.loft__partition__block__content__left__background {
  position: absolute;
  z-index: -1;
  bottom: 25px;
  right: -30px;
  width: 3600px;
  height: 180px;
  background: var(
    --dark_blue,
    linear-gradient(180deg, #80d9d7 0%, #63c0be 100%)
  );
}
.product__slider-main {
  margin-bottom: 15px;
}
.product__slider-main .slick-arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.loft__partition-all-slider .slick-prev-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  right: 80px;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url(../img/arrow-prev.svg);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  font-size: 0;
  z-index: 2;
}
.loft__partition-all-slider .slick-next-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url(../img/arrow-next.svg);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  font-size: 0;
  z-index: 2;
}
.loft__partition-all-slider .slick-prev-img.slick-disabled {
  background: url(../img/arrow-prev-dis.svg) rgba(255, 255, 255, 0.6) no-repeat;
  background-position: center;
}
.loft__partition-all-slider .slick-next-img.slick-disabled {
  background: url(../img/arrow-next-dis.svg) rgba(255, 255, 255, 0.6) no-repeat;
  background-position: center;
}
.loft__partition-all-slider .slick-next-main {
  position: absolute;
  left: 44.65%;
  top: 33%;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url(../img/arrow-next.svg);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  font-size: 0;
  z-index: 2;
}
.loft__partition-all-slider .slick-prev-main {
  position: absolute;
  left: 10px;
  top: 33%;
  right: 80px;
  width: 53.911px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background-image: url(../img/arrow-prev.svg);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  font-size: 0;
  z-index: 2;
}
.product__slider-main .slick-prev.slick-disabled {
  background: url(../img/arrow-prev-dis.svg) rgba(255, 255, 255, 0.6) no-repeat;
  background-position: center;
}
.product__slider-main .slick-next.slick-disabled {
  background: url(../img/arrow-next-dis.svg) rgba(255, 255, 255, 0.6) no-repeat;
  background-position: center;
}
.product__slider-main img {
  margin: 0 auto;
  width: 100%;
  height: 387px;
  object-fit: cover;
}
.product__slider-thmb .slick-slide {
  opacity: 0.7;
  transition: all 0.3s ease;
  padding: 0 7px;
}
.product__slider-thmb .slick-slide.slick-current {
  opacity: 1;
}
.product__slider-thmb .slick-slide img {
  width: 100%;
  object-fit: cover;
  height: 125px;
}
.product__slider-thmb .slick-slide.slick-active,
.product__slider-thmb .slick-slide:hover {
  opacity: 1;
}
.product__slider-main,
.product__slider-thmb {
}
.loft__partition__block__content__left__background {
  position: absolute;
  z-index: -1;
  bottom: 25px;
  right: -30px;
  width: 3600px;
  height: 180px;
  background: var(
    --dark_blue,
    linear-gradient(180deg, #80d9d7 0%, #63c0be 100%)
  );
}
.loft__partition__block__content__right {
  /*width: 490px;
  height: 307px;*/
}
.loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush {
	width: 490px;
 
}
.loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush img{
	width: 490px;
   max-height: 307px;
}
.loft__partition__block__content__right h2 {
  width: 381px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.loft__partition__block__content__right p {
  margin-bottom: 29px;
}
.loft__partition__block__content__right__btn {
  width: 250px;
	overflow: hidden;
}
@media (max-width: 1220px) {
	.loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush {
		display: flex;
        flex-direction: column;
        align-items: center;
	}
  .loft__partition__block__content {
    flex-direction: column;
    gap: 45px;
    width: 100%;
    justify-content: flex-start;
  }
  .loft__partition__block__content.loft__partition__block__content-excluz.slick-slide {
	  gap: 45px;
  }
  .loft__partition__block-slider {
    width: 100%;
  }
  h2.title-portfolio {
	  font-size: 25px !important;
  }
  .loft__partition__block__content__left,
  .loft__partition__block__content__right {
    width: 100%;
  }
  .loft__partition__block__content__right.loft__partition__block__content__right-excluz {
	  width: 80vw! important;
  }
  .loft__partition__block__content__right.loft__partition__block__content__right-lest-1 {
	  display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
 .loft__partition__block__content__right.loft__partition__block__content__right-lest-1  a.popup-link.loft__partition__block__content__right__btn.typical__green__btn.typical__green__btn_lestn {
	 margin-left: auto;
    margin-right: auto;
	width: 100%;
 }
  .loft__partition__block__content__left__top {
    display: block;
    height: auto;
  }
  .loft__partition__block__content__right h2 {
    margin-top: 0;
    width: 100%;
  }
  .loft__partition__block__content__left__background {
    right: -35px;
    height: 30vw;
  }
  .product__slider-main .slick-next {
    bottom: 0;
    top: unset;
  }
  .product__slider-main .slick-prev {
    bottom: 0;
    top: unset;
  }
  .loft__partition__block__content {
    padding-bottom: 42px;
  }
  .loft__partition-all-slider .slick-prev-img {
    top: unset;
    bottom: 0;
  }
  .loft__partition-all-slider .slick-next-img {
    top: unset;
    bottom: 0;
  }
  .product__slider-main .slick-next-main {
    display: none !important;
  }
  .product__slider-main .slick-prev-main {
    display: none !important;
  }
}
.ideas__implementation__block.ideas__implementation__block_custom-lest {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.frss .video__expert__block__content__form__flex {
		margin-bottom: 5px;
	}
	.ideas__implementation__left_2 {
		padding-bottom: 15px;
		gap: 0;
	}
	.ideas__implementation__block.ideas__implementation__block_custom-lest .ideas__implementation__right, 
	.ideas__implementation__block_custom-eks .ideas__implementation__right {
		padding-top: 40px;
	}
	.ideas__implementation__block.ideas__implementation__block_custom-lest {
		margin-bottom: 0;
	}
	
  .loft__partition__block {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .loft__partition__block__content {
    gap: 20px;
  }
  .loft__partition__block {
    margin-bottom: 40px;
  }
  .product__slider-thmb .slick-slide img {
    height: 80px;
  }
  .product__slider-main img {
    height: 225px;
  }
  .loft__partition__block-slider.loft__partition__block-slider-excluz .grey__background__img img {
	 /* height: auto;*/
  }
  .welcome__block_slider .slick-next {
    display: none !important;
  }
  .welcome__block_slider .slick-prev {
    display: none !important;
  }
  .loft__partition__block__content {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .loft__partition__block__content__left__top {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .loft__partition__block__content__left__background {
    right: -19px;
  }
} /*----------О нас----------*/
.about__block {
  background: linear-gradient(180deg, #80d9d7 0%, #63c0be 100%);
}
.about__block__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__block__content__item {
  width: 386px;
  height: 381px;
  padding: 83px 0 0;
  margin: 11px auto 45px;
}
.about__block__content__item__img {
  width: 178px;
  height: 178px;
  margin: 0 auto 22px;
  /*padding: 39px 39px;*/
}
.about__block__content__item__img img {
  width: 100px;
  height: 100px;
}
.about__block__content__item p {
  text-align: center;
} /*----------Видео от эксперта----------*/
.video__expert__block {
  padding: 56px 0 55px;
  background: url(../img/video-expert-img/img1.jpg);
  background-size: cover;
}
.video__expert__block__title {
  margin-bottom: 21px;
}
.video__expert__block__title h2 {
  color: #fff;
}
.video__expert__block__content {
  display: flex;
  gap: 34px;
}
.video__expert__block__content__left {
  min-width: 697px;
  position: relative;
  padding-bottom: 39.7%;
  height: 0;
  overflow: hidden;
}
.video__expert__block__content__left iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video__expert__block__content__left img {
  display: block;
}
.video__expert__block__content__right {
  width: 100%;
  background: #fdfdfd;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 24px 24px 25px;
}
.video__expert__block__content__right__title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.video__expert__block__content__right__title p {
  /*width: 216px;*/
  font-family: "Gotham Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.video__expert__block__content__form {
  margin-bottom: 16px;
}
.video__expert__block__content__form__flex {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 16px;
}
.video__expert__block__content__input {
  width: 100%;
  height: 57px;
  border: 0;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 13px 12px;
  color: #acacac;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.video__expert__block__content__form__textarea {
  height: 83px;
  resize: none;
  width: 100%;
  border: 0;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 13px 12px;
  color: #acacac;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 13px;
}
.policy-offer {
}
.policy-offer__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.policy-offer__text {
	font-weight: 100;
    height: 250px;
    overflow: auto;
    font-size: 13px;
}
.policy-offer__wrapper {
  background-color: white;
  padding: 30px;
}
.policy-offer__wrapper .popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1113px) {
  .video__expert__block__content {
    flex-direction: column;
    align-items: stretch;
  }
  .video__expert__block__content__left {
    width: 100%;
    min-width: unset;
    padding-bottom: 56.25%; /* 16:9 */
  }
  .video__expert__block__content__left img {
    width: 100%;
  }
  .video__expert__block__content__form__flex {
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .video__expert__block__content__form__flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .video__expert__block__content__left {
    width: unset;
    /*margin: 0 15px;*/
   /* padding-bottom: calc(56.25% - 30px);*/
  }
  .video__expert__block {
    padding-bottom: 48px;
  }
  .video__expert__block__content {
    margin-left: -20px;
    margin-right: -20px;
    gap: 0;
  }
  .footer__coppy {
    align-items: flex-start;
    white-space: nowrap;
  }
  .about__block__content__item__img {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about__block__content__item {
    height: auto;
    padding: 10px 38px 0;
    margin: 11px auto 20px;
  }
  .about__block__content__item:last-child {
    margin-bottom: 40px;
  }
  .about__block__content__item__img img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 320px) {
  .video__expert__block {
    padding-bottom: 40px;
  }
} /*----------Модальное окно----------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup2.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}
.popup2.open .popup__content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}
.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-link2 {
  display: none !important;
}
.popup__content {
  width: 600px;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__close {
  display: block;
  position: relative;
  height: 24px;
  width: 24px;
}
.popup__close2 {
  display: block;
  position: relative;
  height: 24px;
  width: 24px;
}
.popup__close span {
  position: absolute;
  background-color: #63c0be;
  width: 100%;
  height: 2px;
  left: 0;
  top: 11px;
  transform: rotate(45deg);
}
.popup__close2 span {
  position: absolute;
  background-color: #63c0be;
  width: 100%;
  height: 2px;
  left: 0;
  top: 11px;
  transform: rotate(45deg);
}
.popup__close span::before {
  content: "";
  position: absolute;
  background-color: #63c0be;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}
.popup__close2 span::before {
  content: "";
  position: absolute;
  background-color: #63c0be;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}
.popup2 .video__expert__block__content__right {
  padding-bottom: 48px;
}
.popup2 .video__expert__block__content__right__title {
  margin-bottom: 0;
} /*----------footer----------*/
.footer {
  background-color: #ffffff;
}
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  padding: 40px 110px 40px;
}
.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.footer__logo__social {
  width: 410px;
}
.ytp-cued-thumbnail-overlay-image {
  transform: scale(1.3) !important;
}
.footer__logo__social p {
  margin: 24px 0;
  color: var(--grey, #767676);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer__logo__social__icons {
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  width: 200px;
}
.footer__nav {
  width: 193px;
}
.footer__link__logo {
  margin-bottom: 25px;
  display: block;
}
.footer__nav__list__item {
  margin-bottom: 16px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.2s linear;
}
.footer__nav__list__item:hover {
  color: #63c0be;
}
.footer__uslugi {
  width: 190px;
}
.footer__uslugi__list__item {
  margin-bottom: 16px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: color 0.2s linear;
}
.footer__uslugi__list__item:hover {
  color: #63c0be;
}
.footer__contacts__item {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.footer__contacts__item__next {
  align-items: center;
}
.footer__contacts__item__phone {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 2px;
  transition: color 0.2s linear;
}
.footer__contacts__item__phone:hover {
  color: #63c0be;
}
.footer__contacts__item__request__call {
  font-weight: 400;
  color: #63c0be;
  text-decoration: underline;
  line-height: 140%;
  transition: color 0.2s linear;
}
.footer__coppy {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__contacts__item__request__call:hover {
  color: #000;
}
.footer__contacts__item__text {
  color: var(--grey, #767676);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer__contacts__item__mail {
  transition: color 0.2s linear;
}
.footer__contacts__item__mail:hover {
  color: #63c0be;
}
@media (max-width: 1220px) {
  .footer__container {
    padding: 40px 35px 40px;
  }
  #header .welcome__block__logo--mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .footer__link__logo svg {
    width: 160px;
  }
  .footer__logo__social__icons {
    width: unset;
  }
}
@media (max-width: 360px) {
  .footer__container {
    padding: 40px 19px 40px;
  }
}
#header .welcome__block__logo--mobile {
  display: none;
  margin-bottom: 40px;
}
.pop2-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 13px;
}
.pop2-top__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000;
  margin: 0;
}
.pop2-text {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #767676;
}
@media (max-width: 1220px) {
	.cases__block__content__item {
		margin-right: 10px;
	}
  #header .welcome__block__logo--mobile {
    display: block;
  }
  .header__phone {
		font-size: 26px;
		font-weight: bold;
  }
}
@media (max-width: 900px) {
  .welcome__block__text img {
    max-width: 110vw;
  }
  h1 {
    font-size: 38px;
  }
  .welcome__block p {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .welcome__block__text img {
    top: -56px;
    max-width: 172vw;
  }
  h1 {
    font-size: 26px;
  }
  .welcome__block p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .pop2-top {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding-top: 165px;
  }
  .pop2-text {
    max-width: 201px;
    width: 100%;
    margin: 0 auto;
  }
  .pop2-top__icon {
    width: 64px;
  }
  .popup2 .video__expert__block__content__right {
    min-height: 100vh;
  }
}
@media (min-width: 1221px) and (max-width: 1310px) {
	.header__list {
		    gap: 10px;
	}
	
}
.ideas__implementation__right_custom img{
	max-height: 600px;
	z-index: 9999;
}
span.p_custom {
	    font-weight: 500;
    color: #63c0be;
    font-size: 24px;
}
.loft__partition__block-slider_custom {
	padding-top: 60px;
}
p.p_custom_2 {
	padding-bottom: 15px;
}
.video__expert__block__content__left.video__expert__block__content__left_custom iframe{
	    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    height: fit-content;
    border: none;
}
.video__expert__block__content__left.video__expert__block__content__left_custom {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ideas__implementation__right__title.ideas__implementation__right__title_custom h2 {
	color: #fff;
    padding-top: 40px;
	font-size: 48px;
}
.video__expert__block_custom {
	background: whitesmoke;
}
.video__expert__block_custom  h2 {
	color: #000;
	
}
form.video__expert__block__content__form.video__expert__block__content__form_custom.frs,
form.video__expert__block__content__form.video__expert__block__content__form_custom.frss 
{
	padding-top: 25px;
    display: flex;
    gap: 10px;
}
.video__expert__block__content__form.video__expert__block__content__form_custom.frs .video__expert__block__content__form__flex,
.video__expert__block__content__form.video__expert__block__content__form_custom.frs button.typical__green__btn.form-submit,
.video__expert__block__content__form.video__expert__block__content__form_custom.frss .video__expert__block__content__form__flex,
.video__expert__block__content__form.video__expert__block__content__form_custom.frss button.typical__green__btn.form-submit {
	width: 50%;
}
.video__expert__block__content__form.video__expert__block__content__form_custom.frs .typical__green__btn {
	height: 57px;
}
.ideas__implementation__left_2  {
	padding-top: 10px;
}
a.header__link.header__link_activ {
	color: #63c0be !important;
}
@media (max-width: 580px) {
	form.video__expert__block__content__form.video__expert__block__content__form_custom.frs {
		flex-direction: column;
    align-items: center;
	}
	.video__expert__block__content__form.video__expert__block__content__form_custom.frs .video__expert__block__content__form__flex, .video__expert__block__content__form.video__expert__block__content__form_custom.frs button.typical__green__btn.form-submit {
		width: 100%;
	}
	.ideas__implementation__right.ideas__implementation__right_custom img {
		height: auto;
		width: 80%;
	}
	h2.dush-h2 {
		font-size: 40px !important;
	}
}
.loft__partition__block .slick-list.draggable {
	padding-bottom: 0;
}
.shapers {
	position: absolute;
    left: 315px;
    margin-top: 240px;
}


.shapers-2 {
		position: absolute;
		
	}
@media (min-width: 1890px) {
	.shapers.shapers-lest-1 {
		left: 227px;
		margin-top: 0px;
	}
}
@media (min-width: 1768px) and (max-width: 1889px) {
	.shapers.shapers-lest-1 {
		left: 170px;
		margin-top: 0px;
	}
}
@media (min-width: 1600px) and (max-width: 1767px) {
	.shapers.shapers-lest-1 {
		left: 6%;
		margin-top: 0px;
	}
}
@media (min-width: 1401px) and (max-width: 1599px) {
	.shapers.shapers-lest-1 {
		left: 0%;
		margin-top: 0px;
	}
}				
@media (min-width: 1221px) and (max-width: 1400px)	{
	.shapers.shapers-lest-1 {
		    margin-top: 0px;
			left: calc(100% - 1400px);
			max-width: 800px;
	}
}

@media (min-width: 1220px){
	.ideas__implementation__right.ideas__implementation__right_custom {
		text-align: right;
	}
}
@media (min-width: 1201px)	{
	.title-block-dush {
		margin-top: 100px;
	}
}
@media (max-width: 1220px) {
	.video__expert__block__content__left {
		/*height: 50vh;*/
	}
	.loft__partition__block .slick-list.draggable {
		padding-bottom: 0px;
	}
	.ideas__implementation__right.ideas__implementation__right_custom {
		    display: flex;
    justify-content: center;

	}
	.loft__partition__block__content_lestnic .loft__partition__block__content__right {
		width: 100% !important;
	}
	.loft__partition__block__content.loft__partition__block__content_lestnic {
		    gap: 45px !important;
	}
}
@media (min-width: 769px) and (max-width: 1220px) {
	.shapers.shapers-lest-1 {
		    margin-top: 120px;
			left: 0;
	}
	.shapers.shapers-lest-1 svg {
		display: block;
		width: 100%;
	} 
	.shapers {
		position: absolute;
		left: -100px;
		margin-top: 250px;
	}
	.shapers-2 svg {
		width: 100%;
	}
	.shapers-3 {
		
		margin-top: 760px;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
		margin-top: 480px !important;
		right: 20% !important;
	}
	.shapers-35 {
		 margin-top: 779px !important;
		right: 12% !important;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-excluz-1 {
		margin-top: 500px !important;
		right: 50% !important;
	}
}
@media (max-width: 549px){
	.shapers {
		position: absolute;
		left: -100px;
		margin-top: 230px;
	}
}
@media (min-width: 550px) and (max-width: 768px) {
	.shapers.shapers-lest-1 {
		left: 0;
    margin-top: 120px;
	}
	.shapers.shapers-lest-1 svg {
		display: block;
		width: 100%;
	} 
	.shapers {
		position: absolute;
		left: -100px;
		margin-top: 230px;
	}
	.shapers-2 {
		margin-top: 120px;
	}
	.shapers-3 {
        margin-top: 230px;
    }
	.shapers-2 svg {
		width: 100%;
	}
	.shapers-35 {
		margin-top: 835px !important;
		right: 5% !important;	
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
		margin-top: 510px !important;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-excluz-1 {
		margin-top: 580px !important;
		right: 20% !important;
	}
}

@media (min-width: 481px) and (max-width: 549px) {
	.shapers.shapers-lest-1 {
		left: 0;
		margin-top: 190px;
	}
	.shapers {
		position: absolute;
		left: -100px;
		margin-top: 290px;
	}
}
@media (max-width: 480px)	{
	.shapers.shapers-lest-1 {
		left: 0;
		margin-top: -115px;
	}
	.shapers {
		position: absolute;
		left: -100px;
		margin-top: 40px;
	}
	.loft__partition-all-slider.loft__partition-all-slider_custom {
		padding-bottom: 40px;
	}
}
@media (max-width: 549px) {
	.shapers.shapers-lest-1 svg {
		display: block;
		width: 100%;
	} 
	.shapers svg {
		width: 100%;
	}
	.shapers-2 svg {
		width: 100%;
	}
	.shapers-2 {
		margin-top: 0px;
	}
	.shapers-3 {
		margin-top: 150px;
	}
}

@media (max-width: 360px) {
	.cases__block_main .cases__block__content__slider .slick-arrow {
		top: -95px !important;
	}
}
@media (max-width: 450px) {
	.cases__block__content__slider .slick-arrow {
		top: -120px;
	}
	.cases__block_zerkal .cases__block__content__slider .slick-arrow {
		top: -160px;
	}
	.shapers-2 {
		margin-top: 0px !important;
	}
	.shapers-3 {
		margin-top: 120px !important;
	}
}
.cases__block__content__item__text_child {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}
.ideas__implementation__right__title.ideas__implementation__right__title_custom h2.h2-custom {
	font-size: 36px;
    line-height: 44px;
    color: #000;
    padding-top: 0px;
}
.ideas__implementation__right__title_custom {
	max-width: 451px;
}

li.header__list__item.header__social__phone path {
	fill: #fff;
}
li.header__list__item.header__social__phone a24:hover path {
	fill: #63c0be !important;		
}
.footer__logo__social__icons a:hover path{
	fill: #000;
}
@media (max-width: 1199px) {
	.shapers-33 {
	display: none;
} 


}



@media (min-width: 1200px){
.shapers-3 {
	    right: 180px;
    margin-top: 200px;
}


}
.ideas__implementation__right__title_custom {
	max-width: 500px;
}

.custom-list li {
	margin-bottom: 17px;
}
ul.custom-list  {
	padding-left: 17px;
}
.custom-list li::marker {
	    color: #63c0be;
}
img.custom-icon-block {
	height: 60px;
	width: auto;
}
.block-99 {
	    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 13px;
	padding-bottom: 15px;
}
.block-99 span.p_custom {
	    font-size: 32px;
    max-width: 275px;
	line-height: 32px;
}

.container.container-end .how__we__are__working__block__content .how__we__are__working__block__content__left {
	height: auto;
}
.container.container-end .how__we__are__working__block__content .how__we__are__working__block__content__all.how__we__are__working__block__content__left {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding: 22px;
    gap: 18px;

}
.icon-block img {
	    height: 56px;
}
.container.container-end .how__we__are__working__block__content {
	align-items: stretch;
}
.container.container-end h4 {
	font-size: 18px;
	margin: 0;
    padding-bottom: 12px;
}
.container.container-end  .text-block p {
	font-size: 16px;
	color: #767676;

}
.video__expert__block_custom-end {
	    padding-top: 0px;
}
.ideas__implementation__right.ideas__implementation__right_custom-dush img {
	max-width: 490px;
	text-align: right;
    margin-left: auto;
	z-index: 999;
}
.loft__partition__block__content__right.loft__partition__block__content__right_custom {
	width: 50%;
}
.title-block-dush {
	max-width:  490px;
	margin-left: auto;
}
h2.dush-h2 {
	font-size: 48px;
    color: #63c0be;
    margin-bottom: 26px;
}
.loft__partition__block-slider_custom_dush {
	padding-top: 0px;
}
.loft__partition__block-slider_custom_dush p {
	margin-bottom: 18px;
}
.custom-list-dush li {
	font-weight: 700;
	 margin-bottom: 12px;
}
ul.custom-list.custom-list-dush {
	    margin-bottom: 20px;
}
.ideas__implementation__right_custom-dush {
	    display: flex;
    flex-direction: column;
}
.shapers-2.shapers-35 {
	right: 275px;
    margin-top: -40px;
}
@media (min-width: 1640px) and (max-width: 1900px) {
	.shapers-2.shapers-35 {
	    right: 12%;
   
}
}
@media (min-width: 1300px) and (max-width: 1639px) {
	.shapers-2.shapers-35 {
	    right: calc(100% - 1400px);
   }
   .shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
	       right: calc(100% - 1400px) !important;
   }
  
}
@media (min-width: 1220px) and (max-width: 1299px) {
	.shapers-2.shapers-35 {25
	    right: calc(100% - 1300px);
   
}
}


@media (min-width: 1220px) {
	.cases__block__content__item {
		opacity: 1;
		
	}
	.cases__block.cases__block_lestnic {
	margin-top: 25px;
}
 .loft__partition__block.loft__partition__block_main .loft__partition__block__content.slick-slide.slick-current.slick-active {
	   justify-content: flex-start;
   }
    
}
@media (min-width: 1100px) and (max-width: 1220px) {
	.loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush {
	width: 100% ;
	}
	.ideas__implementation__right_custom-dush {
		flex-direction: row !important;
	}
}
@media (min-width: 700px) and (max-width: 1099px)  {
	.loft__partition__block__content__right_custom_dush {
		width: 100% !important;
	}
	.ideas__implementation__right.ideas__implementation__right_custom-dush img {
		margin-left: auto;
		margin-right: auto;
	}
	.title-block-dush {
		    max-width: 100%;
			margin-left: auto;
			margin-right: auto;
			padding-top: 50px;
	}
	.shapers-2.shapers-35 {
		right: calc(100% - 850px);
	}
}
@media (max-width: 699px) {
	.loft__partition__block__content__right_custom_dush {
		width: 100% !important;
	}
	.ideas__implementation__right.ideas__implementation__right_custom-dush img {
		margin-left: auto;
		margin-right: auto;
	}
	.title-block-dush {
		    max-width: 100%;
			margin-left: auto;
			margin-right: auto;
			padding-top: 50px;
	}
	.shapers-35 {
		margin-top: 830px !important;
	}
	.ideas__implementation__right__text p br {
		display: none;
	}
}
@media (max-width: 520px)   {
	form.video__expert__block__content__form {
		flex-direction: column;
	}
	.video__expert__block__content__form .video__expert__block__content__form__flex,
	.video__expert__block__content__form button.typical__green__btn.form-submit	{
		width: 100% !important;
	}
	
}
@media (min-width: 550px) and (max-width: 599px) {
	.shapers-35 {
		 padding-top: 135px;
	}
}

@media (min-width: 495px) and (max-width: 549px) {
	.shapers-35 {
		 padding-top: 180px;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
		padding-top: 0px;
		margin-top: 680px !IMPORTANT;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-excluz-1 {
		padding-top: 0;
		margin-top: 710px !important;
	}
}
@media (max-width: 494px) {
	.loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush img {
		width: 100%;
	}
	.loft__partition__block-slider.loft__partition__block-slider-excluz .grey__background__img img {
		width: auto;
	}
}
@media (min-width: 430px) and (max-width: 494px) {
	.shapers-35 {
		 padding-top: 205px;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-excluz-1 {
		padding-top: 0;
		margin-top: 775px !important;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
		padding-top: 0px;
		margin-top: 680px !IMPORTANT;
	}
}
@media (max-width: 429px) {
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
		padding-top: 0px;
		margin-top: 620px !IMPORTANT;
	}
}
@media (min-width: 400px) and (max-width: 429px) {
	.shapers-35 {
		 padding-top: 210px;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-excluz-1 {
			padding-top: 0;
	}
}
@media (min-width: 330px) and (max-width: 399px) {
	.shapers-35 {
		 padding-top: 290px;
	}
	.shapers-2.shapers-3.shapers-33.shapers-35.shapers-excluz-1 {
		padding-top: 15px;
	}
}
@media (max-width: 329px) {
	.shapers-35 {
		 padding-top: 335px;
	}
}
@media (max-width: 599px) {
	.shapers-35 {
		display: block !important;
        width: 100%;
        right: 0% !important;
       
	}
	/*.shapers-36 {
		display: block !important;
	}*/
	.block-99 span.p_custom {
		font-size: 25px;
		line-height: 30px;
	}
}
.shapers-35 {
	display: block;
}
li.header__list__item.header__social__phone a:hover path {
	fill: #63c0be;
}
ul.custom-list li p {
	/*padding-bottom: 5px;*/
}
.h2-custom2 {
	line-height: 95%;
}

@media (min-width: 1220px) {
.ideas__implementation__block.ideas__implementation__block_cusomdush .ideas__implementation__right {
	padding-top: 50px;
}
.ideas__implementation__block.ideas__implementation__block_cusomdush {
	padding-bottom: 50px;
}
}
@media (max-width: 360px) {
	.how__we__are__working__block__content {
		        gap: 19px;
	}
}
@media (max-width: 325px) {
	.block-99 span.p_custom {
		font-size: 22px;
        line-height: 26px;
	}
}
.footerlogo__social__icons {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}
.how__we__are__working__block__content__left__title a {
	    font-weight: 700;
}
.how__we__are__working__block__content__left__title a:hover {
	color: #63c0be;
}
nav.header__menu.active li.header__list__item.header__social__phone {
	padding-top: 30px;
}


.loft__partition__block__content.loft__partition__block__content-excluz {
	display: flex;
    flex-direction: column;
}
.loft__partition__block-slider.loft__partition__block-slider-excluz {
	    width: 100%;
}
.loft__partition__block-slider.loft__partition__block-slider-excluz a.slick-slide {
	margin: 0;
}
.loft__partition__block__content__right.loft__partition__block__content__right-excluz h2 {
	    margin-top: 0;
		font-size: 24px;
		color: #63C0BE;
		margin-bottom: 3px;
}
.loft__partition__block-slider.loft__partition__block-slider-excluz .product__slider-main.slick-initialized.slick-slider {
	margin-bottom: 0;
}
.loft__partition__block__content.loft__partition__block__content-excluz.slick-slide {
	gap: 69px;
}

.container.container-excluz button.slick-prev.slick-prev-img.slick-arrow {
	left: 10px;
}
.container.container-excluz button.slick-next.slick-next-img.slick-arrow {
	left: 80px;
}
.loft__partition-all-slider.loft__partition-all-slider_custom.slick-dotted.loft__partition-all-slider-excluz {
	    padding-bottom: 20px;
}
.loft__partition__block__content.loft__partition__block__content_lestnic {
	display: flex;
    justify-content: flex-start;
	gap: 130px;
	
}
.loft__partition__block__content_lestnic {
	margin: 0;
}
.loft__partition__block__content_lestnic .loft__partition__block__content__right {
	width: 40%;
}
.loft__partition__block__content_lestnic h2 {
	font-size: 31px;
    line-height: 33px;
    width: 100%;
	    margin-top: 0;
}
.loft__partition__block__content_lestnic p.p_custom_2{
	padding-bottom: 0px;
    margin-bottom: 0px;

}
.loft__partition__block__content_lestnic img.custom-icon-block {
	height: auto;
	margin-bottom: 5px;
}
.loft__partition__block__content_lestnic .loft__partition__block__content__right__btn {
	margin-top: 30px;
}
.ideas__implementation__block_lestnic .block-99 span.p_custom {
	max-width: 100%;
}
.ideas__implementation__block_lestnic .ideas__implementation__items {
	flex-direction: column;
	    gap: 24px;
}
.ideas__implementation__block_lestnic .ideas__implementation__left {
	width: 100%;
}
.sections-vid-kr {
	display: flex;
    gap: 35px;
	justify-content: space-between;
}
@media (min-width: 1220px) {
	.block-vid-kr {
		width: 33%;
	}
}
.loft__partition__block.loft__partition__block-lestnic {
	margin-top: 92px;
}
.loft__partition__block-lestnic .block-99 span.p_custom {
	min-width: 100%;
}
.loft__partition__block-lestnic .loft__partition__block-slider_custom_dush p {
	margin-bottom: 5px;
}
.loft__partition__block-lestnic .loft__partition__block__content__right.loft__partition__block__content__right_custom{
	width: 50%;
}
.loft__partition__block-lestnic .loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush img {
	width: 100%;
	height: auto;
}
.ideas__implementation__block_lestnic .loft__partition__block__content__right {
	width: 50%;
}
a.popup-link.loft__partition__block__content__right__btn.typical__green__btn.typical__green__btn_lestn {
	margin-left: auto;
	margin-top: 40px;
	width: 282px;
}
.block_text_block-lestnic {
	background: #70cdcb;
}
.block_text_block-lestnic p {
	color: #fff;
	padding: 17px;
    margin-top: 25px;
}
.ideas__implementation__block_custom-eks .ideas__implementation__block__line{
	bottom: 102px;
}
.ideas__implementation__block_custom-eks .ideas__implementation__right {
	padding-top: 65px;
}
.welcome__block_container_custom {
	margin-bottom: 0px;
}
.ideas__implementation__block_custom-lest .ideas__implementation__block__line{
	bottom: 35px;
}
.ideas__implementation__block_custom-lest .ideas__implementation__right {
	padding-top: 45px;
}
.about__block.about__block_lest  .ideas__implementation__right__title.ideas__implementation__right__title_custom {
	max-width: 100%;
}
.about__block.about__block_lest  h2 {
	font-size: 46px;
}
h2.title-portfolio {
	font-size: 35px;
}
.container.container-end .how__we__are__working__block__content__all.how__we__are__working__block__content__left:nth-child(2) .icon-block img {
	    width: 56px;
    height: auto;
}
.typical__green__btn.form-submit.button {
	position: relative;
    overflow-x: hidden;
}
.button .flare {
	position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
a.popup-link.welcome__block__btn.button {
	overflow: hidden;
   
    position: relative;
}
@media (max-width: 1000px) {
	.sections-vid-kr {
		flex-direction: column;
	}
}
@media (max-width: 430px){
.loft__partition__block__content__right.loft__partition__block__content__right-excluz {
	    width: 70vw! important;
}

}
.shapers-2.shapers-3.shapers-33.shapers-35.shapers-lest-2 {
	right: 250px;
    margin-top: -45px;
}
.ideas__implementation__block.ideas__implementation__block_custom-eks {
	margin-bottom: 0;
}
.loft__partition__block-slider.loft__partition__block-slider-excluz .grey__background__img {
	/*display: flex;*/
}
.cases__block__content__item__img {
	background-color: rgba(0, 0, 0, 1);
}
.cases__block__content__item__img img:hover {
	opacity: 0.5;
	transition: all 0.2s ease-in;
}
.loft__partition__block__content__right.loft__partition__block__content__right_custom.loft__partition__block__content__right_custom_dush.loft__partition__block__content__right-lest-1 img {
	max-height: inherit;
}
.cases__block.cases__block_lestnic .cases__block__content__item__text {
	height: 285px;
}
