		@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
		* {
			font-family: "Wix Madefor Text", sans-serif;
		}

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

.home-art_page_portfolio {
  padding: max(40px, min(100px, 12.7vw)) max(20px, 2vw);
}

.home-art_page_portfolio h2 {
  width: 100%;
  display: block;
  font-weight: 600;
  white-space: pre-wrap;
  text-transform: uppercase;
  font-size: max(24px, 3.2vw);
  margin-bottom: max(30px, 4.7vw);
}

.home-art_page_portfolio .block_style-wrap,
.home-art_page_portfolio .block_style-nowrap {
  gap: 40px;
  display: flex;
}


.home-art_page_portfolio span {
  color: black;
  display: block;
  font-weight: 600;
  line-height: 130%;
  white-space: pre-wrap;
  font-size: max(14px, 1.65vw);
  margin-top: max(16px, 2.15vw);
}

.home-art_page_portfolio img {
  width: 100%;
  height: 45.15vw;
  object-fit: cover;
}

.home-art_page_portfolio .block_style-wrap,
.home-art_page_portfolio .block_style-nowrap {
  row-gap: max(60px, 6.25vw);
}
.home-art_page_portfolio .block_style-wrap{
  gap: 3.85vw 0;
  margin: 0.4vw 0 -1.5vw;
}

.home-art_page_portfolio .block_style-nowrap *:nth-child(2n) img {
  height: 30.6vw;
}

.home-art_page_portfolio .block_style-wrap {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.home-art_page_portfolio img {
  width: 100%;
}

.home-art_page_portfolio .block_style-wrap span {
  margin-top: 1.1vw;
}
.home-art_page_portfolio .block_style-wrap > *:nth-child(3n-2),
.home-art_page_portfolio .block_style-wrap > *:first-child {
  width: 50%;
  padding: 0.5vw 15.4vw 0 10.7vw;
}

.home-art_page_portfolio .block_style-wrap > *:nth-child(3n-2)  img,
.home-art_page_portfolio .block_style-wrap > *:first-child  img {
  height: 28.5vw;
}

.home-art_page_portfolio .block_style-wrap > *:nth-child(3n-1) {
  width: 50%;
  padding: 0.6vw 10.7vw 0 0;
}

.home-art_page_portfolio .block_style-wrap > *:nth-child(3n-1)  img {
  height: 46.7vw;
}

.home-art_page_portfolio .block_style-wrap > *:nth-child(3n) {
  width: 100%;
}

.home-art_page_portfolio .block_style-wrap > *:nth-child(3n)  img {
  width: 100%;
  height: 46.35vw;
}


@media screen and (max-width: 833px) {
  .home-art_page_portfolio .block_style-wrap{
    flex-direction: column;
    margin: 0 !important;
  }
  .home-art_page_portfolio .block_style-wrap > *:nth-child(3n-2),
  .home-art_page_portfolio .block_style-wrap > *:first-child{
    width: 100%;
    padding: 0;
  }
  .home-art_page_portfolio .block_style-wrap > *:nth-child(3n-2) img,
  .home-art_page_portfolio .block_style-wrap > *:first-child img {
    height: 400px;
  }
  .home-art_page_portfolio .block_style-wrap span {
    margin-top: 12px;
  }
  .home-art_page_portfolio .block_style-wrap {
    gap: 53px 0;
    margin: 0 0 -1.5vw;
  }
  .home-art_page_portfolio .block_style-wrap > *:nth-child(3n-1) {
    width: 261px;
    padding: 0.6vw 0 0;
    margin: 0 auto;
  }
  .home-art_page_portfolio .block_style-wrap > *:nth-child(3n-1)  img {
    height: 320px;
  }
  .home-art_page_portfolio .block_style-wrap > *:nth-child(3n) img {
    height: 400px;
  }
}




.new-footer {
  padding: 0 0 17px;
}

.new-footer .footer__text,
.new-footer .footer__info-link {
  font-size: 1.3vw;
  line-height: 1.4;
}

.footer_center .footer__info-img {
  width: 1.6vw;
  height: 1.6vw;
}

.footer_center {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px
}

.new-footer .tg-link:hover {
  background: #d2d2d2;
}

.new-footer .tg-link {
  border: 1px solid #d2d2d2;
  border-radius: 39px;
  display: block;
  padding: 1.1vw 1.6vw;
  font-weight: 600;
  font-size: 0.93vw;
  transition: all 0.2s linear;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}

.footer_top {
  display: flex;
  border-top: 1px solid #000;
  padding: 1.3vw 0;
  align-items: center;
  gap: 1vw;
  justify-content: space-between;
}

.main-navigation a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: unset;
}

.main-navigation a {
  font-weight: 600;
  font-size: 1vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000;
}

.main-navigation ul {
  display: flex;
  padding: 0 75px 0 0;
  gap: 97px;
}

.footer_bottom a:hover {
  color: #000;
}

.footer_bottom a {
  color: #d2d2d2;
  transition: all 0.2s linear;

}

.footer_bottom ul {
  display: flex;
  gap: 10px;
  min-width: 32.083vw;
  flex-wrap: wrap;
}

.footer_bottom p {
  max-width: 25vw;
}

.footer_bottom {
  padding: 1vw 0;
  font-weight: 600;
  font-size: 0.7vw;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  gap: 2vw;
  align-items: flex-end;
  color: #d2d2d2;
}

.footer_bottom .col:last-child {
  text-align: right;
}

.footer_bottom .col:last-child p {
  justify-self: end;
}

.footer_bottom .col {
  flex: 1;
}

.footer_partners li:first-child {
  border-left: none;
}

.footer_partners li {
  border-left: 1px solid #000;
}

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

.footer_partners {
  padding: 0.45vw 0;
}

.footer_partners p,
.footer_partners a {
  font-weight: 600;
  font-size: 0.8vw;
  display: block;
  line-height: 1;
  padding: 0 1.1vw;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.footer_partners ul {
  display: flex;
  justify-content: center;

}

.footer_logo .logo__img {
  width: 15.4vw;
  height: auto;
}

.only-mobile {
  display: none;
}

.art_page_banner {
  text-align: center;
  padding: 1.55vw 2.0833333333vw;
}

.art_page_banner p{
  font-size: 1.042vw;
  max-width: 29.531vw;
  margin: 0.938vw auto 2.188vw;
}


.art_page_service {
  padding: 8.54vw 2.0833333333vw 6.2vw;
}

.art_page_service .heading p {
  min-width: calc(47.3% - 1vw);
  max-width: calc(47.3% - 1vw);
  line-height: 140%;
  font-size: 1.46vw;
}

.art_page_service .heading {
  margin-bottom: 7.4vw;
}

.art_page_service .heading h2 {
  font-size: 1.04vw;
  margin-bottom: -0.7vw;
}

.art_page_service .heading h3 {
  margin: -0.21vw 0 0;
}

.art_page_service .items {
  padding-left: 0.4vw;
}

.art_page_service .el .toggle-icon {
  right: 0;
  display: block;
}

.art_page_service .el > .el_body {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  display: none;
  top: 0;
  right: 0;
  transform: none;
  left: 0;
  padding: 0 0 0 0.3vw;
  bottom: 0;
}


.art_page_service .el.open {
  height: auto !important;
}



.art_page_service .el img {
  display: block;
  margin: 0 auto 0 0;
  max-width: 100%;
}

.art_page_service .el.open > .el_body {
  display: block;
}

.art_page_service .el_body > span {
  line-height: 134%;
  padding-right: 3vw;
}

.art_page_service .el {
  padding: 1.6vw 0;
}

.art_page_portfolio {
  padding: 2.74vw 2.0833333333vw;
}

.art_page_portfolio h2 {
  margin-bottom: 1.65vw;
  font-size: 2.68vw;
}

.art_page_portfolio .block_style-nowrap > *:nth-child(odd) img {
  height: 40.25vw;
}

.art_page_portfolio .block_style-nowrap > *:nth-child(odd) {
  width: auto;
  flex: 2;
}

.art_page_portfolio .block_style-nowrap > *:nth-child(even) img {
  height: 28.4vw;
}

.art_page_portfolio .block_style-nowrap > *:nth-child(even) {
  width: auto;
  flex: 1;
  min-width: 23.5%;
}

.art_page_portfolio .block_style-nowrap {
  padding: 0.6vw 0 0;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.05vw;
}

.art_page_portfolio span {
  margin-top: 0.8vw;
  font-size: 1.245vw;
}


.art_page_advantages {
  position: relative;
  padding: 8.14vw 2.0833333333vw 5.54vw;
}

.art_page_advantages .items {
  gap: 2.1vw;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.7vw;
  padding-left: 2.1vw;
}

.art_page_advantages .items > div {
  gap: 2.1vw;
  padding: 2.1vw 2vw 1.75vw;
  min-height: 19.85vw;
  justify-content: space-between;
  max-width: calc((100% - 2.1vw) / 2);
}

.art_page_advantages .items span {
  line-height: 136%;
}
.art_page_advantages .left img{
  height: 19.8vw;
  object-fit: cover;
}

.art_page_advantages a {
  margin-top: 2.95vw;
  text-align: center;
  min-width: 22.344vw;
}

.art_page_stages {
  padding: 4.54vw 2.0833333333vw 2.14vw;
}

.art_page_images.viewed.one {
  padding: max(40px, min(100px, 12.7vw)) 0;
}

.art_page_images.viewed.one img {
  width: 100%;
  height: auto;
}

.art_page_stages .items,
.art_page_stages .heading {
  padding: 0;
}

.art_page_stages .heading {
  margin-bottom: 5.5vw;
}

.art_page_stages .swiper-slide >span svg{
  width: 100%;
  display: block;
  height: auto;
}
.art_page_stages .swiper-slide >span{
  position: absolute;
  bottom: 4.8vw;
  width: 100%;
  left: 0;
  padding: 0 0.545vw 1px;
}
.art_page_stages .heading .to_bttns{
  gap:2.604vw;
}
.art_page_stages .heading .to_bttns svg, .smi-info .to_bttns svg{
  width: 2.083vw;
  height: 2.083vw;
}
.art_page_stages .swiper-slide i{
  	color: #000;
	font-size: max(16px, 1.1vw);
	font-weight: 500;
	line-height: 120%;
	font-style: normal;
	letter-spacing: -0.32px;
	position: absolute;
	bottom: 0;
	left: 0.531vw;
	transform: translate(-50%, 50%);
}
.art_page_stages .swiper-slide {
  max-width: calc(100% / 3);
  padding: 0 0.545vw 10.1vw;
  position: relative;
}
.art_page_stages .swiper-slide .in span{
  min-height: 4.688vw;

}
.art_page_stages .swiper-slide .in{
  margin: 0;
  gap: 1vw;
  line-height: 1.25;
  padding: 1.55vw 1.95vw 1.75vw;
  min-height: 22.6vw;
  flex-direction: column;
  display: flex;
  border: 1px solid #AFAFAF;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.art_page_stages .indexes span{
  font-size: 0.85vw;
  min-width: calc((100% - 9.4vw) / 3);
  max-width: calc((100% - 9.4vw) / 3);
}
.art_page_stages .items{
  overflow: visible;
}
.art_page_stages{
  overflow: hidden;
}

.art_page_stages .elements {
  margin-bottom: 2.4vw;
}

.art_page_stages .indexes {
  margin-bottom: 1.9vw;
}

.art_page_stages .names > div {
  padding: 0.55vw 1vw;
}

.art_page_images {
  padding: 7.54vw 2.0833333333vw 8.34vw;
}

.art_page_images h2 {
  max-width: 50vw;
  margin: 0 auto 4.2vw;
  font-size: 2.188vw;
}
.art_page_images .items > div {
  min-width: 24.85%;
}


.art_page_application input, .art_page_application .select_ui {
  line-height: 3.85vw;
}

.art_page_questions {
  padding: 10.34vw 2.0833333333vw 5.54vw;
}

.art_page_questions h2 {
  width: 73.4%;
}

.art_page_questions .items > div {
  padding: 1.4vw 0;
}

.art_page_questions .items span {
  padding-top: 6px;
}

.art_page_amenities .items p {
  line-height: 1.3;
}

.art_page_amenities .items span {
  line-height: 1.3;
  margin: 0;
}

.art_page_amenities .items a {
  padding: 2.1vw 2.1vw 1.7vw;
}

body .logos {
  padding: max(30px, 5.30625vw) 0 max(47px, 6.25vw);
}
body .logos__img {
  width: max(290px, 32.777083vw);
}

.art_page_application button {
  padding: 1.5vw;
  font-size: 1.1vw;
  margin-top: 2.4vw;
  line-height: 1.3;
}

.art_page_portfolio .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:20px;
}
.art_page_portfolio .all svg{
  height: auto;
  flex-shrink: 0;
  width: 1.3vw;
}
.art_page_portfolio .all{
  padding: 1vw 0 1vw 1.3vw;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.01vw;
  line-height: 1.3;
  margin: 0 0 1.5vw;
  display: flex;
  gap: 0.7vw;
  align-items: center;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.art_page_portfolio .all:hover{
  text-decoration: underline;
}

body .logos__title{
  max-width: 69.354167vw;
  font-weight: 600 !important;
}

.art_page_advantages .left {

  min-width: 36.1%;
  max-width: 36.1%;

}

.art_page_service .heading h3 {
  font-size: 2.7vw;
}

.art_page_service h3 {
  font-size: 1.02vw;
}

.art_page_advantages .left h2 {
  font-size: 2.7vw;
}

.art_page_stages .heading h2 {
  font-size: 2.625vw;
}

.art_page_stages .elements p{
  line-height: 1.4;
}
.art_page_stages .names{
  position: absolute;
  bottom: 0;
  gap:1.09vw;
  font-size: 1vw;
  transition: translate 300ms ease;
  will-change: translate;
  left: 2.69vw;
  --responsive-offset: 1.1vw;

}

.art_page_application h2 {
  font-size: 2.65vw;
  line-height: 130%;
}
.art_page_application .left {
  padding-top: 0.77vw;
}
.art_page_application h2 + p {
  font-size: 0.94vw;
  margin-top: 1.2vw;
  line-height: 130%;
}

body .work{
  padding: max(25px, 2.8645833333vw) 0 max(30px, 3.20625vw);
}
body .work__btn {
  max-width: max(288px, 29.21875vw);
}

.art_page_stages .carousel{
  position: relative;
}

.art_page_stages .my-swiper{
  padding-left: 2.142vw;
  padding-right: 2.142vw;

}
.art_page_stages .items{
  margin-left: -2.0833333333vw;

  overflow: hidden;
  margin-right: -2.0833333333vw;
}

.art_page_stages .heading .to_bttns{
  padding: 0.7vw 0 0;
}

:root {
  --responsive-offset: 2.084vw;
}

#popup_meet form .avatar,
#popup_meet form > p{
  display: none !important;
}

.plan-animation-wrapper svg{
  width: 100%;
  height: auto;
}
.plan-animation-wrapper .active{
  opacity: 1;
}
.plan-animation-wrapper img{
  width: 100%;
  display: block;
  position: absolute;
  transition: opacity 0.2s linear;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /*height: auto !important;*/
  will-change: opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.plan-animation-wrapper video{
  display: none;
}
.plan-animation-wrapper{
  width: 40.7vw;
  display: block;
  position: relative;
  margin: 0 auto;
}

.img-base svg{
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 0;
  left: 0;
}
.img-base img{
  opacity: 1;
  display: block;
  height: auto;
  position: relative;
}
.img-base{
  position: relative;
  z-index: 10;
}



.services__slider .top .item:after{
  content: "";
  position: absolute;
  width: 0.417vw;
  background: #fff;
  height: 0.417vw;
  margin-top: 0.417vw;
  opacity: 0;
  border-radius: 100%;
  top: 100%;
  left: 50%;transform: translateX(-50%);
}
.services__slider .top .item{
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  opacity: 0.4;
}
.services__slider .top .active:after,
.services__slider .top .item:hover,
.services__slider .top .active{
  opacity: 1;
  cursor: pointer;
}
.services__slider .carousel-nav{
  display: flex;
  font-size: 0.938vw;
  gap:2.604vw;
  flex-grow: 1;
  justify-content: center;
}
.services__slider .top{
  padding: 2.7vw 2.7vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}

.home-art_page_portfolio{
  padding: 5.94vw 2.0833333333vw;
}
.home-art_page_stages  .heading {
  margin-bottom: 3vw;
}
.home-art_page_stages .items {
  margin-left: -2.683333vw;
}
.home-art_page_stages{
  overflow: hidden;
  padding: 5.74vw 2.0833333333vw 3.14vw;
}
.home-art_page_stages .heading h2{
  text-transform: uppercase;
  font-size: 2.188vw;
  font-weight: 600;
  line-height: 130%;
}
.home-art_page_stages .heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-art_page_stages .to_bttns svg, .smi-info .to_bttns svg{
  width: 2.11vw;
  height: 2.11vw;
}
.home-art_page_stages .to_bttns, .smi-info .to_bttns{
  display: flex;
  align-content: center;
  gap:20px;
}
.smi-info .to_bttns {
  gap: 2.604vw;
}
.home-art_page_stages .to_right,
.home-art_page_stages .to_left,
  .smi-info .to_right, .smi-info .to_left {
  cursor: pointer;
}

.home-art_page_stages .my-swiper p{
  font-size: 1.458vw;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  text-transform: uppercase;
}
.home-art_page_stages .my-swiper span{
  margin-top: auto;
  min-height: 4.688vw;
}


.home-statistic .item:nth-child(3) p{
  max-width: 100%;
}
.home-statistic .item:nth-child(3){
  flex: 100% 1 1;
}
.home-statistic .item p{
/*   max-width: 27.031vw; */
}
.home-statistic .item{
  min-width: 33.3%;
  padding: 0 0 1.4vw;
  margin: 0 0 2.2vw;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 1.354vw;
  font-weight: 500;
  line-height: 130%;
  flex: 33.3% 1 1;
}
.home-statistic .big-text{
  color: #000;
  font-size: 7.604vw;
  font-weight: 500;
  margin: 0 0 0.8vw;
  line-height: 100%;
}
.home-statistic{
  padding: 5.8vw 6.8vw 10.8vw 20.4vw;
  gap:2vw;
  display: flex;
  flex-wrap: wrap;
}

.reviews-carousel .title,
.smi-info .title{
  font-size: 3.229vw;
  margin: 0 0 4.7vw;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  display: block;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}

.smi-info{
  padding: 10.4vw 7.7vw;
}
/*.smi-info .list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.083vw;
}*/
.smi-info :is(.list, .title) {
  position: relative;
}
.smi-info .to_bttns {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1000px) {
  .swiper.list-swiper {
    overflow: unset;
  }
}
.smi-info .swiper-slide svg{
  position: absolute;
  width: 1.406vw;
  height: 1.406vw;
  top: 0.885vw;
  right: 0.885vw;
}
.smi-info a{
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  min-height: 14.74vw;
  color: #000;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}


.smi-info:not(.smi-info-clients) :is(.swiper-slide:nth-child(3) a, .swiper-slide:nth-child(5) a),
.smi-info.smi-info-clients .swiper-slide:nth-child(9) a,
.smi-info a:hover{
  color: #fff;
  background: #000;
  border-color: #000;
}
.smi-info a:hover img,
.smi-info.smi-info-clients .swiper-slide:nth-child(9) img{
  filter: invert(1);
}
.smi-info img{
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block;
}


.smi-info:not(.smi-info-clients) :is(.swiper-slide:nth-child(3), .swiper-slide:nth-child(5)) img{
  filter: invert(0) !important;
}


.reviews-carousel{
  overflow: hidden;
  padding: 7.3vw 2vw 12.4vw;
}
.reviews-carousel .title{
  margin: 0 0 5.5vw;
}

.reviews-carousel .reviews-carousel_swiper .swiper-pagination .swiper-pagination-bullet:hover:after{
  opacity: 1;
}
.reviews-carousel .reviews-carousel_swiper .swiper-pagination .swiper-pagination-bullet:after{
  content: "";
  width: 0.729vw;
  height: 0.729vw;
  border-radius: 8.633px;
  opacity: 0.2;
  background: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.reviews-carousel .reviews-carousel_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  opacity: 1;
}
.reviews-carousel .reviews-carousel_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid #000;
}
.reviews-carousel .reviews-carousel_swiper .swiper-pagination .swiper-pagination-bullet{
  width: 1.79vw;
  position: relative;
  cursor: pointer;
  height: 1.79vw;
  background: none !important;
  opacity: 1 !important;
  border: 1px solid #fff;
}
.reviews-carousel .reviews-carousel_swiper .swiper-pagination{
  left: 0;
  width: 100%;
  bottom: -7.344vw;
}
.reviews-carousel_swiper:before{
  z-index: -3;
  background: #082E36;
  transform: rotate(1.422deg);
  position: absolute;
  left: 1vw;
  right: -2.5vw;
  content: "";
  top: 3vw;
  bottom: -1.2vw;

}

.reviews-carousel_swiper:after{
  transform: rotate(-1.816deg);
  position: absolute;
  content: "";
  background: #0E3E48;
  top: 5.3vw;
  left: -3vw;
  right: 3vw;
  bottom: -3.4vw;
}
.reviews-carousel_swiper {
  max-width: 53.542vw;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.reviews-carousel_swiper .swiper{
  background: #17525F;
}
.reviews-carousel_swiper .nav_carousel svg{
  width: 3.229vw;
  height: 3.229vw;
  display: block;
}
.reviews-carousel_swiper .nav_carousel{
  z-index: 10;
  position: absolute;
  cursor: pointer;
  top: 2vw;
  right: 2vw;
}
.reviews-carousel_swiper .to_left{
  right: 6.6vw;
}
.reviews-carousel_swiper .swiper-slide{
  max-width: none !important;
  padding: 2.1vw;
}
.reviews-carousel_swiper .top{
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255,255,255,.1);
  padding: 0 0 2vw;
  margin: 0 0 1.8vw;
  gap:1.8vw;
}
.reviews-carousel_swiper .photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reviews-carousel_swiper .photo{
  width: 6.042vw;
  border-radius: 100%;
  height: 6.042vw;
  overflow: hidden;
  flex: 6.042vw 0 0;
  background: url(empty-photo.svg) no-repeat center;
  background-size: contain;
}
.reviews-carousel_swiper .name{
  color: #FFF;
  font-size: 1.354vw;
  font-weight: 500;
  line-height: 130%;
}
.reviews-carousel_swiper{}

.reviews-carousel_in a{
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.reviews-carousel_in p{
  margin: 0 0 20px;
}
.reviews-carousel_in{
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  color: #FFF;
  gap:2.3vw;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;

}
.reviews-carousel_in h3,
.reviews-carousel_title{
  padding: 0.3vw 0 0;
  color: #FFF;
  flex:22.24vw 0 0;
  font-size: 1.667vw;
  font-weight: 500;
  line-height: 130%; /* 41.6px */
}

.home-art_page_stages .swiper-slide i{
  left: 0.131vw;
}


.group-wrapper .info,
.art_page_portfolio .info{
  position: absolute;
  font-size: 1.146vw;
  font-weight: 600;
  color: #fff;
  right: 2.396vw;
  opacity: 0;
  bottom: 1.875vw;
  transition: all 0.2s linear;
  line-height: 110%;
  font-style: normal;
  z-index: 10;
  text-transform: uppercase;
}
.group-wrapper .is-draw span:after,
.art_page_portfolio .is-draw .preview:after{
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.2s linear;
  height: 100%;
  opacity: 0;
}


.group-wrapper .is-draw:hover .info,
.art_page_portfolio .is-draw:hover .info,
.group-wrapper .is-draw:hover span:after,
.art_page_portfolio .is-draw:hover .preview:after{
  opacity: 1;
}
.group-wrapper span,
.art_page_portfolio .preview{
  position: relative;
}

.services{
  overflow: hidden;
}

.services .mySwiper3 .services__item .services__img{
  width: 100%;
  height: 100% !important;
  transform: none !important;
  transition: none!important;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.services .mySwiper3 .swiper-slide{
  height: 48.7vw !important;
}
.services .mySwiper3 .services__img-box{
  position: static;
}

body .art_page_application button:hover{
  color: #fff !important;
}
body .art_page_application button{
  color: #000 !important;
}


/*.header{*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  transform: translateZ(0) !important;*/
/*  height: 4.792vw;*/
/*}*/

.header_wrap{
  overflow-x: clip;
  overflow-y: visible;
}
.header__inner li:hover .arr svg{
  transform: scale(-1);
}
.open .drop-menu,
.header__inner li:hover .drop-menu{
  opacity: 1;
  visibility: visible;
}
.header__inner .menu__item .arr svg{
  width: 100%;
  display: block;
  height: 100%;
  position: relative;

}
.header__inner .has-child > a{
  padding-right: 1.354vw;
}
.header__inner .menu__item .arr{
  position: absolute;
  top: 50%;
  right: 0;transform: translateY(-50%);
  height: 0.938vw;
}
.header__inner li{
  background: #fff;
  position: relative;
}

.drop-menu a:hover svg{
  opacity: 1;
  visibility: visible;
}
.drop-menu a:hover{
  text-decoration: underline;
}
.drop-menu svg{
  opacity: 0;
  width: max(12px, 0.728vw);
  height: max(12px, 0.728vw);
  visibility: hidden;
}
.drop-menu li{
  margin: 0 0 0.7vw;
}
.drop-menu a{
  display: flex;
  color: #141918;
  font-size: 0.833vw;
  font-weight: 600;
  line-height: 1.458vw;
  gap:0.417vw;
  text-transform: uppercase;
  align-items: center;
}

.drop-menu:after{
  width: 10000vw;
  position: absolute;
  z-index: -1;
  left: -5000vw;
  content: "";
  top: 0;
  height: 100%;
  background: #fff;
}
.drop-menu{
  transition: all 0.2s linear;
  background: #fff;
  opacity: 0;
  padding: 1.05vw 0 1.15vw;
  position: absolute;
  z-index: 4;
  top: 100%;
  left: 0;
  visibility: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 1600px) {
  section#popup_meet form {
    padding: 48px 41px 47px;
    max-width: 530px;
  }
  section#popup_meet form h3 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.24px;
    font-weight: 600;
  }
  section#popup_meet form .socials svg{
    display: block;
    width: 32px;
    height: 32px;
  }
  section#popup_meet form .heading {
    margin-bottom: 23px;
    padding-right: 0;
  }
  section#popup_meet form .socials {
    gap: 10px;
  }

  section#popup_meet form .fields .select_ui ul li[data-value],
  section#popup_meet form .fields input,
  section#popup_meet form .fields textarea,
  section#popup_meet form .fields .select_ui p {
    height: 54px;
    padding: 0 17px;
    font-size: 14px;
    border: 1px solid black;
  }

  section#popup_meet form .fields .select_ui ul li:first-child{
    height: 54px;
    padding: 0 17px;
    font-size: 14px;
  }
  section#popup_meet form .fields {
    gap: 12px;
  }
  section#popup_meet form .fields .select_ui ul li:first-child{
    height: 52px;

  }

  section#popup_meet form .fields textarea{
    min-height: 112px;
    padding: 12px 17px;
  }
  section#popup_meet form .approval{
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 29px;
  }
  section#popup_meet form .approval:before {
    width: 14px;
    margin-right: 8px;
  background-size: 90% !important;
    height: 14px;
    min-width: 14px;
  }
  section#popup_meet form > button {
    height: 89px;
    font-size: 22px;
    margin-top: 30px;
  }
  section#popup_meet form > button {
    height: 67px;
    font-size: 16px;
    margin-top: 30px;
    border-radius: 10px;
  }
  section#popup_meet form > s svg{
    width: 21px;
    height: auto;
  }
  section#popup_meet form > s {
    top: 14px;
    right: 14px;
  }

  section#popup_meet form .fields .select_ui ul li[data-value] {
    margin: 0 17px 12px;
  }
  section#popup_meet form .fields .select_ui ul{

  }
}
@media screen and (max-width: 1279px) {
  .main-navigation ul {
    gap: 40px;
  }

  .art_page_advantages .items > div,
  .art_page_amenities .items a {
    padding: 40px 30px 30px;
  }

  .art_page_advantages .items,
  .art_page_amenities .items {
    gap: 20px;
  }

  .art_page_advantages .items > div {
    max-width: calc((100% - 20px) / 2);
  }

  .main-navigation ul {
    padding: 0;
    gap: 20px;
  }

  .footer_bottom ul {
    min-width: 1px;
  }


  .footer_bottom .col {
    text-align: center !important;
    width: 100%;
  }

  .footer_bottom ul {
    justify-content: center;
  }

  .footer_bottom p {
    margin: 0 auto;
    text-align: center;
  }

  .footer_bottom {
    flex-direction: column;
  }

  /*body .logos{*/
  /*  padding: 48px 18px;*/
  /*}*/
  /*body .logos__title{*/
  /*  font-weight: 600;*/
  /*  font-size: 42px;*/
  /*  line-height: 1.3;*/
  /*  text-transform: uppercase;*/
  /*  text-align: center;*/
  /*  margin: 0 0 45px;*/
  /*  color: #000;*/
  /*}*/
  /*body .footer__items{*/
  /*  justify-content: center;align-items: center;*/
  /*  flex-direction: column;*/
  /*}*/
}


@media (max-width: 1100px) {
  .art_page_advantages > div {
    display: block;
  }

  .art_page_advantages .items {
    padding: 0;
  }

  .art_page_advantages .left img {
    display: block;
    max-width: 727px;
    margin: 0 auto;
  }

  .art_page_advantages .left {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    width: 100%;
  }

  .art_page_stages .elements {
    gap: 20px;
    margin-bottom: 20px;
  }

  body .menu__link {
    font-size: 14px;
    line-height: 1.2;
  }


  .art_page_questions .items p{
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
  }

  .art_page_banner p {
    font-size: 14px;
    line-height: 17px;
  }

  .art_page_service .heading h2 {
    font-size: 12px;
    line-height: 1.2;
    min-width: 100%;
    max-width: 100%;
  }

  .art_page_service .heading h3 {
    font-size: 24px;
    min-width: 100%;
    max-width: 100%;
    line-height: 1.15;
  }

  .art_page_service .heading p {
    font-weight: 500;
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }

  .art_page_service .line {
    flex-direction: column;
  }

  .art_page_service .items {
    width: 100%;
    padding: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .art_page_service h3 {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    color: #000;
  }

  .art_page_service .el .toggle-icon {
    width: 17px;
    height: 17px;
  }

  .art_page_portfolio span{
    font-size: 14px;
    line-height: 1.3;
  }
  .art_page_advantages .left h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.15;
  }
  .art_page_advantages .items p {
    font-size: 18px;
   line-height: 22px;
  }
  .art_page_advantages .items span {
    font-size: 12px;
   line-height: 16px;
  }

  .art_page_stages .heading h2{
    font-size: 24px;
   line-height: 29px;
  }
  .art_page_stages .indexes span{
    font-size: 9px;
  }
  .art_page_stages .names > div {
    padding: 10px 20px;
    font-size: 12px;
  }

  .art_page_service .heading p,
  .art_page_banner p,
  body .art_page_application h2 + p{
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 29px;
    text-align: left;
    color: #000;
    width: 100%;
    max-width: 100%;
  }

  body .art_page_application h2{
    font-weight: 600;
    font-size: 42px;
    line-height: 55px !important;
    text-transform: uppercase;
    margin: 0 0 22px;
    text-align: left;
    color: #000;
  }
  body .art_page_application {
    padding: 156px max(40px, 2.0833333333vw);
    margin: 119px 0 0 !important;
  }

  body .art_page_application input,
  body .art_page_application .select_ui{
    font-weight: 500;
    font-size: 32px !important;
    line-height: 1.3;
    height: 136px;
    border-width: 3px;
  }

  body .art_page_application .select_ui p{
    font-size: 32px !important;
    margin: 0 !important;
    height: 136px !important;
  }

  body .art_page_application .select_ui p .toggle-icon {
    width: 41px;
    height: 41px;
  }

  body .art_page_application input::-webkit-input-placeholder {    font-size: 32px !important;}
  body .art_page_application input::-moz-placeholder          {    font-size: 32px !important;}
  body .art_page_application input:-moz-placeholder           {    font-size: 32px !important;}
  body .art_page_application input:-ms-input-placeholder      {    font-size: 32px !important;}

  body .art_page_application button {
    margin-top: 85px;
    padding: 42px 30px;
    border: 2.14px solid #000;
    border-radius: 13px;
    font-size: 31px;
    line-height: 1.3;
  }

  body .logos{
    padding: 30px 0 32px;
  }

  .art_page_stages .heading h2,
  .art_page_images h2,
  .art_page_portfolio h2,
  .art_page_service .heading h3,
  .art_page_advantages .left h2,
  .art_page_questions h2,
  .art_page_amenities h2,
  body .logos__title{
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 32px;
   line-height: 55px;
  }

  .art_page_advantages .left h2{
    text-align: center;
  }

  .art_page_images h2{
    font-size: 39px;
    margin-left: auto;
    margin-right: auto;
  }

  body .logos__img {
    max-width: 550px;
    height: 300px;
    width: auto;
  }
  .only-mobile {
    display: block;
  }

  .footer_top .tg-link{
    display: none;
  }
  .new-footer .tg-link {
    padding: 21px 32px;
    font-size: 16px;
    margin: 28px 0 0;
  }

  .footer_top{
    flex-direction: column;
    padding: 89px 0 20px;
  }
  .footer_logo .logo__img {
    width: 295px;
  }
  .main-navigation ul {
    flex-direction: column;
    text-align: center;
    gap:13px;
  }
  .main-navigation a{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
  }
  .footer_logo{
    margin: 0 0 35px;
  }

  .new-footer .footer__text, .new-footer .footer__info-link {
    font-size: 16px;
    line-height: 18px;
  }
  .footer_center .footer__info-img{
    width: 24px;
    height: 24px;
  }
  .footer_center {
    justify-content: center;
    align-items: center;
    padding: 28px 0;
    gap: 22px;
  }
  .footer_bottom .col:nth-child(2) {
    margin: 0 0 31px;
    order: -1;
  }


  .footer_bottom ul{
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer_bottom ul a{
    font-size: 16px;
    line-height: 18px;
  }
  .footer_bottom p{
    font-size: 10px;
   line-height: 15px;
  }
  .footer_bottom {
    gap: 12px;
    padding: 16px 0 22px;
    font-size: 10px;
    letter-spacing: -0.3px;
    line-height: 15px;
  }

  .art_page_questions,
  .art_page_amenities,
  .art_page_service,
  .art_page_portfolio,
  .art_page_advantages,
  .art_page_images,
  .art_page_stages,
  .art_page_banner {
    padding: 50px 40px;
  }

  .art_page_stages .names{
    gap:20px;
  }

  .art_page_questions .items p,
  .art_page_service h3,
  .art_page_service .heading h2{
    font-size: 18px;
  }
  .art_page_service .heading {
    margin-bottom: 40px;
  }
  .art_page_service h3 {
    margin: 0 0 30px;
  }
  .art_page_service .el_body > span {
    font-size: 14px;
  }

  .art_page_stages .elements p,

  .art_page_advantages .items p{
    font-size: 22px;
    line-height: 1.2;
  }
  .art_page_stages .swiper-slide .in,
  .art_page_advantages .items span {
    font-size: 15px;
    line-height: 1.2;
  }
  .art_page_stages .swiper-slide .in span{
    min-height: 90px;
  }

  .art_page_questions .items > div {
    padding: 30px 0;
  }

  .art_page_stages .indexes {
    gap: 20px;
    margin-bottom: 45px;
  }
  .art_page_stages .indexes span i {
    margin: 10px 0 -25px;
  }

  .art_page_stages .indexes span,
  .swiper-backface-hidden:not(.list-swiper) .swiper-slide {
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }

  .art_page_questions .items span{
    font-size: 16px;
    line-height: 1.3;
  }
  .art_page_questions{
    flex-direction: column;
  }

  .art_page_amenities .items a{
    min-width: 294px;
  }
  .art_page_amenities .items::-webkit-scrollbar {
    display: none; /* Р”Р»СЏ Chrome, Safari С‚Р° Edge */
  }
  .art_page_amenities .items{
    flex-wrap: nowrap;
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
    scrollbar-width: none; /* Р”Р»СЏ Firefox */
    -ms-overflow-style: none; /* Р”Р»СЏ Internet Explorer С‚Р° Edge */

  }

  .art_page_portfolio .all{
    gap: 10px;
    font-size: 14px;
  }
  .art_page_portfolio .all svg {
    width: 14px;
  }

  .art_page_stages .items{
    margin-left: -40px;
    margin-right: -40px;
  }
  .art_page_stages .my-swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .art_page_stages .swiper-slide {
    height: auto;
    padding: 0 6px 110px;
    position: relative;
  }
  .art_page_stages .names{
    --responsive-offset: 40px;
    left: var(--responsive-offset);
    gap:var(--responsive-offset);
  }
  .art_page_stages .swiper-slide >span{
    padding: 0 6px 1px;
  }
 
  .art_page_stages .heading .to_bttns svg, .smi-info .to_bttns svg{
    width: 30px;
    height: 30px;
  }
  .art_page_stages .heading .to_bttns, .smi-info .to_bttns{
    gap:20px;
  }
  .art_page_service .el_num {
    min-width: 3vw;
  }


  .home-art_page_stages .swiper-slide {
    padding: 0 7px 110px;
  }
  .home-art_page_stages .swiper-slide >span {
    padding: 0 7px 1px;
  }
  .home-art_page_stages .swiper-slide .in{
    min-height: 225px;
  }

  .home-art_page_stages .to_right, .home-art_page_stages .to_left,
  .smi-info .to_right, .smi-info .to_left{
    display: block !important;
  }
  .home-art_page_stages .heading h2{
    margin-bottom: 0;
  }
  .art_page_stages .my-swiper{
    padding-left: 35px;
  }
  .home-form .art_page_application{
    margin: 0 !important;
  }
  .reviews-carousel_swiper {
    max-width: 685px;
  }

  .reviews-carousel_in{
    font-size: 12px;
    font-weight: 500;
    line-height: 130%;
  }
  .reviews-carousel_in h3, .reviews-carousel_title{
    font-size: 20px;
    flex: 34.24vw 0 0;
    font-weight: 500;
    line-height: 115%;
  }

  .reviews-carousel_swiper .name{
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }
  .reviews-carousel_swiper .photo{
    width: 62px;
    height: 62px;
    flex: 62px 0 0;
  }


  .home-art_page_stages .swiper-slide i {
    left: 0;
  }
}


@media screen and (max-width: 1000px) {
  .menu--main {
    display: none;
  }
  .menu-small.menu-small--active,
  body .header__btn{
    display: block;
  }

  .menu-small{
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
  }

  .header{

  }

  .open .drop-menu {
    display: block;
  }
  .drop-menu {
    padding: 12px 0 0;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .drop-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .drop-menu a{
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
}



@media (max-width: 833px) {
  .home-art_page_stages .my-swiper span{
    min-height: 1px;
  }

  .footer_top {
    flex-direction: column;
    padding: 88px 0 20px;
    gap: 9px;
  }

  .main-navigation ul {
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_logo .logo__img {
    width: 225px;
    height: auto;
  }

  .main-navigation a {
    font-size: 14px;
    line-height: 1.4;
  }

  .new-footer .footer__text {
    gap: 10px;
  }

  .new-footer .footer__text,
  .new-footer .footer__info-link {
    font-size: 14px;
    line-height: 1.4;
  }

  .footer_center {
    padding: 28px 0;
    gap: 16px;
    align-items: center;
  }

  .footer_center .footer__info-img {
    width: 24px;
    height: 24px;
  }


  .footer_bottom .col:nth-child(2) {
    margin: 0 0 31px;
    order: -1;
  }

  .footer_bottom ul a {
    font-size: 14px;
    line-height: 1.2;
  }

  .footer_bottom ul {
    flex-direction: column;
    gap: 14px;
  }

  .footer_bottom p {
    max-width: 100%;
  }

  .footer_bottom {
    gap: 12px;
    padding: 16px 0 42px;
    font-size: 10px;
    letter-spacing: -0.3px;
    line-height: 15px;
  }

  .footer_bottom p {
    max-width: 480px;
  }

  .footer_partners p,
  .footer_partners a {
    font-size: 12px;
    padding: 0 10px;
  }
  .footer__text{
    gap:7px;
  }


  
  

  .art_page_advantages .items{
    flex-direction: column;
  }
  .art_page_stages .heading .to_bttns, .smi-info .to_bttns{
    display: none;
  }

  .art_page_advantages .left img,
  body .logos__img{
    max-width: 100%;
  }

  .art_page_questions, .art_page_amenities, .art_page_service, .art_page_portfolio, .art_page_advantages, .art_page_images, .art_page_stages, .art_page_banner {
    padding: 22px 20px;
  }
  .art_page_banner  p{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 34px;
  }

  .art_page_service .heading h2 {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 10px;
  }
  .art_page_service .heading {
    margin-bottom: 41px;
    padding: 14px 0 0;
    gap:0;
  }
  .art_page_service .heading h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
  }
  .art_page_service .heading p{
    font-size: 16px;
    line-height: 21px;
  }
  .art_page_service h3{
    max-width: 100%;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    margin: 0 0 25px;
  }
  .art_page_service .el .el_head{
    font-weight: 500;
    font-size: 16px;
   line-height: 21px;
      max-width: 100%;
  }
  .art_page_service .el {
    padding: 22px 0px;
    gap:8px;
  }
  .art_page_service .el .toggle-icon {
    right: 0;
    display: block;
  }
  .art_page_service .el_body{

  }
  .art_page_service .el_body > span {
    font-size: 12px;
  }
  .art_page_service .el_num {
    min-width: 29px;
    max-width: 29px;
  }
  .art_page_service .el img {
    max-width: 100%;
    margin: 0;
  }
  .art_page_portfolio {
    padding: 57px 20px 125px;
    position: relative;
  }

  .art_page_stages .heading h2,
  .art_page_advantages .left h2,
  .art_page_portfolio h2{
    font-size: 24px;
    text-align: left;
    line-height: 28px;
  }
  .art_page_portfolio h2{
    margin-bottom: 28px;
  }
  .art_page_portfolio .block_style-nowrap{
    flex-direction: column;
  }
  .art_page_portfolio .block_style-nowrap > *:nth-child(odd){
    width: 100%;
  }
  .art_page_portfolio .block_style-nowrap > *:nth-child(even) {
    width: calc(100% - 75px);
    min-width: auto;
    margin: 46px auto 48px;
    flex: 2;
  }
  .art_page_portfolio .block_style-nowrap > *:nth-child(even) img{
    height: auto;
  }
  .art_page_portfolio .block_style-nowrap > *:nth-child(odd) img{
    height: auto;
  }
  .art_page_portfolio span {
    margin-top: 11px;
  }
  .art_page_advantages{
    padding: 48px 20px 42px;
  }
  .art_page_advantages .left h2{
    margin: 0 0 10px;
  }
  .art_page_advantages .left img{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .art_page_advantages .items > div{
    width: 100%;
    max-width: 100%;
    min-height: 215px;
    padding: 21px 20px 18px;
    gap: 36px;

  }

  .art_page_stages .elements p, .art_page_advantages .items p{
    font-size: 18px;
     line-height: 22px;
  }
  .art_page_stages .swiper-slide .in,
  .art_page_advantages .items span{
    font-size: 12px;
   line-height: 1.3;
  }

  .art_page_advantages .items span{
    line-height: 1.32;
  }
  .art_page_advantages.has-btn .items,
  .art_page_amenities.has-btn .items {
    gap: 15px;
    margin: 0 0 239px;
  }
  .art_page_advantages.no-btn .items,
  .art_page_amenities.no-btn .items {
    gap: 15px;
    margin: 0 0 303px;
  }
  .art_page_advantages a{
    min-width: 1px;
    padding: 19px;
    width: 100%;
  }
  .art_page_stages .carousel{
    transform: none!important;
  }
  .swiper-backface-hidden:not(.list-swiper) .swiper-slide {
    min-width: 319px;
    padding: 0 6px 106px;
    width: 319px;
  }
  .swiper-backface-hidden .swiper-slide .in{
    font-size: 12px;
    line-height: 1.3;
    padding: 17px 22px 20px;
    min-height: 254px;
  }
  .art_page_stages .my-swiper {
    padding-left: 14px;
    padding-right: 10px;
  }
  .art_page_stages .swiper-slide >span {
    bottom: 53px;
    padding: 0 6px 1px;
  }
  .art_page_stages .names {
    --responsive-offset: 6px;
    left: 20px;
  }
  .art_page_stages .indexes span{
    width: 307px;
    min-width: 307px;
  }
  .art_page_stages .elements p{
    font-size: 16px;
    line-height: 1.4;
  }
  .art_page_stages .elements {
    margin-bottom: 0;
  }
  .art_page_stages .items{
    margin-left: -20px;
    margin-right: -20px;
  }
  .art_page_stages .heading{
    margin: 0;
  }
  .art_page_stages .indexes span i {
    margin: 7px 0 -32px;
  }
  .art_page_stages .names > div {
    padding: 6px 15px;
    font-size: 12px;
  }

  .art_page_images + .art_page_application{
    margin: -31px 0 0 !important;
  }
  .art_page_images {
    padding: 59px 20px 20px;
    margin: 0 0 50px;
  }

  .art_page_questions h2,
  .art_page_amenities h2,
  .art_page_images h2{
    font-size: 24px;
    line-height: 28px;
  }
  .art_page_images .items > div {
    min-width: 47.55%;
    max-width: 47.55%;
    position: absolute;
  }

  body .art_page_application{
    margin: 50px 0 0 !important;
  }

  body .art_page_application {
    padding: 69px 20px;
    margin: 70px 0 0 !important;
  }
  body .art_page_application h2{
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 0 0 5px;
  }
  body .art_page_application p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 19px;
  }

  body .art_page_application input,
  body .art_page_application .select_ui{
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.3;
    height: 59px;
    border-width: 1px;
  }

  body .art_page_application .select_ui p{
    font-size: 14px !important;
    margin: 0 !important;
    height: 59px !important;
  }

  body .art_page_application .select_ui p .toggle-icon {
    width: 18px;
    height: 18px;
  }

  body .art_page_application input::-webkit-input-placeholder {    font-size: 14px !important;}
  body .art_page_application input::-moz-placeholder          {    font-size: 14px !important;}
  body .art_page_application input:-moz-placeholder           {    font-size: 14px !important;}
  body .art_page_application input:-ms-input-placeholder      {    font-size: 14px !important;}

  body .art_page_application button {
    margin-top: 38px;
    padding: 19px 30px;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
  }

  body .art_page_application h2 + p {
    font-size: 12px;
    margin: 0 0 19px;
    line-height: 16px;
  }

  .art_page_questions h2{
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
  }
  .art_page_questions{
    padding: 81px 20px 57px;
  }
  .art_page_questions .items p,
  .art_page_questions .items .head{
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 17px;
  }
  .art_page_questions .items > div {
    padding: 23px 0;
  }
  .art_page_questions .items p .toggle-icon {
    width: 17px;
    height: 17px;
  }
  .art_page_questions .items span{
    font-size: 14px;
    line-height: 17px;
  }
  .art_page_questions .items p .toggle-icon{
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .art_page_amenities .items{
    padding: 0 20px;
    margin: 0 -20px;
  }
  .art_page_amenities .items img{
    width: 251px;
    height: 156px;
    object-fit: cover;
    visibility: visible;
    opacity: 1;
    top: auto;
    left: 22px;
    bottom: 21px;
    right: 22px;
  }

  .art_page_amenities .items p{
    margin: 0 30px 16px 0;
  }
  .art_page_amenities .items {
    gap:20px;
  }
  .art_page_amenities .items a{
    width: 294px;
    min-height: 350px;
    justify-content: flex-start;
    padding: 14px 21px 190px;
    min-width: 294px;
  }
  body .logos__title {
    font-size: 22px;
    line-height: 30px;
    max-width: 320px;
    margin: 0px auto 18px;
  }
  body .logos__img{
    height: 210px;
  }

  body .logos {
    padding: 58px 0 22px;
  }

  .new-footer .tg-link {
    padding: 18px 42px;
    font-size: 14px;
    margin: 36px 0 0;
  }

  .art_page_advantages .left img {
    position: absolute;
    bottom: 124px;
    left: 20px;
    right: 20px;
    width: calc(100vw - 40px);
    height: 207px;
  }

  body .header__btn{
    position: absolute;
    top: 0;
    right: -8px;
  }
  body .logo__img {
    width: 157px;
  }
  body .header__btn::before,
  body .header__btn::after {
    width: 16px;
    left: 50%;
    margin-left: -8px;
    top: 4px;
    height: 1px;
  }
  body .header__btn::after {
    top: auto;
    bottom: 10px;
  }
  .art_page_banner br{
    display: none;
  }
  .art_page_banner {
    padding: 49px 20px 19px;
  }

  .art_page_service .el_body{
    width: 100%;
    max-width: 100%;
    padding: 2px 0 0;
  }

  .art_page_portfolio .all{
    position: absolute;
    border: 1px solid #000;
    border-radius: 6px;
    bottom: 24px;
    left: 20px;
    padding: 17px;
    justify-content: center;
    right: 20px;
    text-align: center;
  }

  body .logos {
    padding: 19px 0 22px;
  }

  .art_page_portfolio .block_style-nowrap > *:nth-child(odd) img {
    height: 398px;
  }
  .art_page_portfolio .block_style-nowrap > *:nth-child(even) img{
    height: 320px;
  }
  .art_page_portfolio .block_style-nowrap > *:nth-child(even){
    margin: 48px auto 48px;
  }

  .art_page_images.only-img.viewed.one{
    margin: 0 0 11px;
  }
  .art_page_images h2{
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 40px;
    text-transform: uppercase;
  }
  .art_page_images .items > div {
    min-width: 43.55%;
    max-width: 43.55%;
  }
  .art_page_amenities{
    padding: 22px 20px 62px;
  }
  .art_page_amenities a:after{
    width: 11px;
    height: 11px;
  }
  .art_page_amenities .items a{
    min-height: 360px;
  }
  .art_page_portfolio .all svg{
    width: 18px;
  }

  .art_page_stages .swiper-slide i {
    padding-left: 7px;
	padding-top: 10px;
    font-size: 10px;
    transform: translate(-9px, 2px);
  }

  .art_page_portfolio .all path{
    stroke-width: 2.5;
  }

  .art_page_images.viewed.one{
    padding: 39px 0 44px;
  }

  .art_page_service .el.open p {
    max-width: 87%;
  }

  .art_page_stages .names{
    gap:12px !important;
    left: 16px !important;
  }
  body .work {
    padding: 25px 0 41px;
  }

  .home-art_page_portfolio {
    padding: 41px 20px 125px;
    position: relative;
  }


  .home-statistic  {
    padding: 50px 20px 44px;
    gap:20px;
  }
  .home-statistic .big-text {
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 8px;
  }

  .home-statistic .item p{
    max-width: 300px !important;
  }
  .home-statistic .item{
    width: 100% !important;
    flex: 100% 1 1 !important;
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 130%;
    border-width: 1px;
  }

  .art_page_stages .heading h2{
    margin: 0 0 30px;
  }


  .reviews-carousel .title,
  .smi-info .title{
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    margin: 0 0 30px;
    text-transform: uppercase;
  }

  .smi-info {
    padding: 24px 20px;
  }
  .smi-info .swiper-slide svg{
    width: 13.456px;
    top: 8px;
    right: 8px;
    height: 13.456px;
  }
  /*.smi-info .list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 40px;
    gap: 19px;
  }*/
  .smi-info a{
    min-height: 141px;
  }

  .reviews-carousel {
    padding: 57px 20px 110px;
  }
  .reviews-carousel .title{
    margin: 0 0 40px;
  }
  .reviews-carousel_swiper .swiper-slide {
    padding: 20px 20px 88px;
  }
  .reviews-carousel_swiper .top {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    padding: 0 0 23px;
    margin: 0 0 22px;
    gap: 19px;
  }
  .reviews-carousel_in{
    flex-direction: column;
  }
  .reviews-carousel_in h3, .reviews-carousel_title{
    flex: auto;
    margin: 0 0 14px;
    padding: 1px 0 0;
  }
  .reviews-carousel_in p {
    margin: 0 0 16px;
  }
  .reviews-carousel_swiper .nav_carousel svg{
    width: 48px;
    height: 48px;
  }
  .reviews-carousel_swiper .nav_carousel{
    top: auto;
    left: 50%;
    right: auto;
    bottom: 20px;
    margin: 0 18px;
  }
  .reviews-carousel_swiper .to_left {
    margin: 0 -65px;
  }

  .reviews-carousel_swiper:before {
    transform: rotate(-2.699deg);
    left: 66px;
    right: -31px;
    content: "";
    top: 84px;
    bottom: -32px;
  }
  .reviews-carousel_swiper:after {
    transform: rotate(3deg);
    top: 101px;
    left: -10px;
    right: 8px;
    bottom: -51px;
  }
  .reviews-carousel .reviews-carousel_swiper .swiper-pagination{
    display: none !important;
  }

  .home-art_page_stages .swiper-slide i {
    font-size: 9px;
    left: 1px;
    bottom: -1px;
  }
  .services__slider .carousel-nav{
    font-size: 12px;
  }


  .group-wrapper .info,
  .art_page_portfolio .info{
    right: auto;
    top: 18px;
    left: 18px;
    bottom: auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
  }

  #case .images img{
    height: auto !important;
  }

  .art_page_amenities a:hover p {
    color: #000;
  }
  .art_page_amenities .items span {
    opacity: .4 !important;
  }


  .plan-animation-wrapper .img-base,
  .plan-animation-wrapper img{
    display: none !important;
  }
  .plan-animation-wrapper video{
    display: block;
    width: 340px;
    margin: 0 auto;
    height: auto;
  }

  .header{
    height: 55px !important;
    position: fixed !important;
    transform: none!important;
  }
  .main{
    padding-top: 49px;
  }

  body .header__btn.header__btn--active::before,
  body .header__btn.header__btn--active::after {
    width: 16px;
    left: 50%;
    margin-left: -8px;
    top: 10px  !important;
    margin-top: -5px;
    bottom: auto;
    height: 1px;
  }
  body .header__btn.header__btn--active::before{
    top: 11px !important;
  }

  .img-pos-bottom img{
    transition: all 0.2s linear 0.2s;
    top: auto !important;
    bottom: 0;
  }
  .img-pos-bottom{
    height: 200px !important;
    bottom: 120px;
    top: auto !important;
    transition: all 0.2s linear 0.2s;
  }

  body #popup_thanks p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-transform: none;
    padding: 44px 45px 47px;
  }

  body #popup_thanks p s svg{
    width: 18px;
    height: auto;
  }
  body #popup_thanks p s {
    top: 13px;
    right: 13px;
  }

  .services__slider .top .item:after{
    display: none !important;
  }
}

.work__bottom{
  text-align: center;
}

@media screen and (max-width: 768px) {
  body .work__btn{
    font-size: 10px;
    padding: 14.6px 33px;
    border-radius: 10px;
  }

  body .header__inner{
    justify-content: center;
  }

  section#popup_meet form {
    padding: 20px;
  }
  section#popup_meet {
    padding: 10px;
  }
  section#popup_meet form .heading {
    flex-direction: column;
    gap: 15px;
  }

  section#popup_meet form .fields .select_ui ul li:first-child,
  section#popup_meet form .fields .select_ui ul li[data-value], section#popup_meet form .fields input, section#popup_meet form .fields textarea, section#popup_meet form .fields .select_ui p{
    line-height: 1.2;
  }
}

@media screen and (max-width: 575px) {
  .work__btn{
    width: auto !important;

  }
}

a[data-fancybox]:focus,
a[data-fancybox]:focus img{
    outline: none;
}