.youtube_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    width: 15%;
}

.popup__catalog-gallery .img::before {
    min-height: auto;
}

.s-catalog .items__img.img.img_border.gallery__items-img {
    height: auto;
}

.popup__catalog-gallery .img_border img {
    width: 100%;
    height: auto;
    padding: 18px;
}

.s-catalog .catalog__items-inner img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
}
.s-catalog .catalog__items-img::before {
    display: none;
}

.popup__catalog-gallery .img::before {
    min-height: 392px;
}
.seo__items-item_7 {
    top: 60.5%;
}

@media (max-width: 766px){
  #btn-thanks{
    display: flex;
    margin-top: 47px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width:1200px) {
    .popup__catalog-gallery .img::before {
        min-height: 311px;
    }
}

@media (max-width:992px) {
    .popup__catalog-gallery .img::before {
        min-height: 441px;
    }
    .s-catalog .img_border img {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .popup__catalog-gallery .img::before {
        min-height: 320px;
    }
}

@media (max-width:576px) {
    .popup__catalog-gallery .img::before {
        min-height: 190px;
    }
}
@media (max-width:576px){
     .seo__img {
    max-height: 125px;
       
     }
}
@media (max-width:991px){
  .triggers__items-img_3 img {
    width: 331px;
}
}
@media (max-width:550px){
  .gallery__items-img {
    max-height:275px;
  }
}
.about__descr {
    text-align: justify;
    hyphens: auto;
    letter-spacing: -0.2px;
}
.seo__descr {
    text-align: justify;
    hyphens: auto;
    letter-spacing: -0.2px;
}
@media(max-width:991px){
  .quiz__img {
    display: none;
}
}
.seo__items-item_6 {
    top: 29.5%;
    left: 85.5%;
}

img[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw=="] {
    width: 1px !important;
    height: 1px !important;
}

.quiz__choice-img {
  max-width: 270px;
  height: 235px;
}

@media (min-width:992px) and (max-width:1198px){
  .quiz__choice-img {
  max-width: 270px;
  height: 178px;
}
}

/* выбор города */
#popup-city {
  max-width: 90vw;
}

.menu__item_city > a{
  color: #FFF;
}
.city_select__current{
  margin-left: 5px;
}
.city_select__wrapper{
  background: rgba(0,0,0,.3);
  top: 0;
  bottom: 0;
  left: 0; 
  right: 0;
  z-index: 999999;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}


.city_select__container{
  color: #000;
  background: #FFF;
  height: 80%;
  padding: 50px;
  position: relative;
}
.city_select__title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  align-items: center;
  color: #433030;
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 100%;
  margin-bottom: 30px;
}

.city_select__title input{
  width: 200px;
  background: #FFFFFF;
  border: 1px solid #B4B0AE;
  box-sizing: border-box;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  width: 463px;
  height: 42px;
  margin-left: 28px;
  padding-left: 11px;
  background: #F7F7F7;
}
.city_select__title svg {
  position: absolute;
  right: 4px;

}

.city_select__title input::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #917A7A;
}

.city_select__list{
  overflow: auto;
  width: 100%;
  max-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.city_select__list::-webkit-scrollbar {
  width: 4px;               /* ширина scrollbar */
}
.city_select__list::-webkit-scrollbar-track {
  background: #EFEFEF;        /* цвет дорожки */
}
.city_select__list::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;    /* цвет плашки */
  /* border: 3px solid orange;  padding вокруг плашки */
}


.city_select__list-items{

}

.city_select__col {
  display: inline-block;
  margin-bottom: 10px;
  width: 25%;
}

.city_select__char {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  color: #0076B6;
  margin-bottom: 20px;
}

.city_select__item {
  text-align: left;
  margin-bottom: 20px;
}

.city_select__item a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  align-items: center;
  color: #433030;
  text-decoration: none;
  transition: all 0.5s;
}

.city_select__item a:hover {
  font-size: 16px;
  align-items: center;
  text-decoration-line: underline;
  color: #0076B6;
}

@media (max-width:1410px) {
  .city_select__col {
      width: 33%;
  }
  .city_select__title {
      font-size: 24px;
  }
}

@media (max-width:1090px) {
  .city_select__col {
      width: 50%;
  }
  .city_select__title {
      font-size: 24px;
  }
  .city_select__title {
      flex-direction: column;

  }
  .menu_city {
      right: auto !important;
      left: 0 !important;
      top: 88px !important;
      width: 100% !important;
      min-width: auto !important;
  }
  .city_select__title input {
      margin-top: 20px;
      position: relative;
      width: 100%;
      margin-left: 0;
  }
  .city_select__title svg {
      position: absolute;
      right: 4px;
      bottom: 3px;
  }
}

@media (max-width:762px) {
  .city_select__col {
      width: 100%;
  }
  .city_select__container {
      padding: 15px;
      padding-top: 20px;
  }
  .modal-city {
      width: 95%;
      margin-top: 10vmin;
  }
  #get-city {
      max-width: 100% !important;
  }

}

.city_select__char, .get-city {
  text-transform:capitalize;
}
.city_select__item a {
  text-transform:capitalize;
}

.title-city {
  color: #000;
}

/* выбор городов внизу */
#footer {
  padding: 60px 0 49px;
}

.footer__bottom2 {
  padding: 0 0 80px 0;
  background-color: #24211c;
}

.footer__bottom-label {
  color: #fff;
}

.footer__bottom2 .text-link {
  color: #fff;
}

.footer__bottom2 .footer__bottom-items {
  display: flex;
  margin-top: 21px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__bottom2 .footer__bottom-items li {
  text-align: left;
}

.footer__bottom2 .footer__bottom-item {
  width: 33%;
}



/*botom menu */

.header.js-fixed .header__bottom.js-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}


.close {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px dashed #fd5e43;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.close::before, .close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background-color: #fd5e43;
  -webkit-transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, -webkit-transform .3s;
  -o-transition: background-color .3s, transform .3s;
  transition: background-color .3s, transform .3s;
  transition: background-color .3s, transform .3s, -webkit-transform .3s;
}

.close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close:hover {
  background-color: #fd5e43;
}

.close:hover::before, .close:hover::after {
  background-color: #fff;
}

.close:hover::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close:hover::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.close:active {
  background-color: #fd5e43;
}

.close:active::before, .close:active::after {
  background-color: #fff;
}

.header-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.12);
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .5s, opacity .5s, -webkit-transform .5s;
  transition: visibility .5s, opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, visibility .5s, opacity .5s;
  transition: transform .5s, visibility .5s, opacity .5s;
  transition: transform .5s, visibility .5s, opacity .5s, -webkit-transform .5s;
  min-width: 320px;
}

.header-bottom .container {
  position: relative;
}

.header-bottom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .header-bottom__items {
    padding-bottom: 10px;
  }
}

.header-bottom__item {
  padding: 0 10px;
}

.header-bottom__item_btn .btn {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.3;
}

@media only screen and (max-width: 991px) {
  .header-bottom__item_btn .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 369px) {
  .header-bottom__item_btn .btn {
    font-size: 16px;
  }
}

.header-bottom__item_btn .btn .text-icon {
  display: none;
}

.header-bottom__item_btn .text-btn__text {
  color: #1D1D1D;
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .header-bottom__item_btn .text-btn__text {
    display: none;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .header-bottom__item_btn .text-btn__text {
    display: none;
  }
}

.header-bottom__item_pdf {
  margin-right: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 1199px) {
  .header-bottom__item_pdf {
    display: none;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .header-bottom__item_pdf {
    display: block;
  }
}

.header-bottom__item_author {
  max-width: 360px;
}

@media only screen and (max-width: 991px) {
  .header-bottom__item_author {
    display: none;
  }
}

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

@media only screen and (max-width: 991px) {
  .header-bottom__item_socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-bottom__item_socials .socials-label {
  padding-top: 5px;
  margin-right: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .header-bottom__item_socials .socials-label {
    margin-bottom: 5px;
    padding-top: 0;
    margin-right: 0;
  }
}

.header-bottom__item_socials .socials {
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (max-width: 991px) {
  .header-bottom__item_socials .socials {
    margin-left: -3px;
    margin-right: -3px;
  }
}

@media only screen and (max-width: 369px) {
  .header-bottom__item_socials .socials {
    margin-left: -1px;
    margin-right: -1px;
  }
}

.socials__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 8px;
}

.header-bottom__item_socials .socials__item {
  margin-left: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  .header-bottom__item_socials .socials__item {
    margin-left: 3px;
    margin-right: 3px;
  }
}

@media only screen and (max-width: 369px) {
  .header-bottom__item_socials .socials__item {
    margin-left: 1px;
    margin-right: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .header-bottom__item_socials .socials__link {
    width: 42px;
    height: 42px;
  }
}

@media only screen and (max-width: 369px) {
  .header-bottom__item_socials .socials__link {
    width: 30px;
    height: 30px;
  }
}

.header-bottom__close {
  position: absolute;
  top: -23px;
  right: -90px;
}

@media only screen and (max-width: 1599px) {
  .header-bottom__close {
    right: -40px;
  }
}

@media only screen and (max-width: 1359px) {
  .header-bottom__close {
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-bottom__close {
    display: none;
  }
}

.header__manager {
  position: fixed;
  bottom: 30px;
  right: 75px;
  cursor: pointer;
  text-align: center;
  width: 150px;
  height: 150px;
  border: 12px solid #fff;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 1199px) {
  .header__manager {
    right: 30px;
  }
}

.header__manager.js-visible {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .header__manager {
    display: none;
  }
}

.header__manager-author {
  display: block;
}

.header__manager-author .author__img {
  width: 100%;
  width: 126px;
  margin: 0 auto;
  border-radius: 50%;
}

.header__manager-author .author__img::before {
  padding-top: 100%;
  background-color: transparent;
}

.header__manager-author .author__img::after {
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
}

.header__manager-author .author__text {
  margin-top: 25px;
}

.header__manager-author .author__name {
  font-size: 18px;
  margin-bottom: 10px;
}

.header__manager-author .author__text, .header__manager-contacts, .header__manager-socials {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__manager-contacts {
  margin-top: 20px;
}

.header__manager-contacts .text-phone__phone-link {
  color: #93804F;
}

.header__manager-socials {
  margin-top: 20px;
}

.header__manager-socials .socials-label {
  margin-bottom: 5px;
}

.header__manager-close {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header__manager.js-active {
  width: 351px;
  height: 453px;
  border-radius: 10px;
  padding: 30px;
  cursor: auto;
}

.header__manager.js-active .header__manager-author .author__text,
.header__manager.js-active .header__manager-contacts,
.header__manager.js-active .header__manager-socials {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.header__manager.js-active .header__manager-close {
  opacity: 1;
  top: -22px;
  right: -22px;
  -webkit-transition-property: top, right, background-color, opacity;
  -o-transition-property: top, right, background-color, opacity;
  transition-property: top, right, background-color, opacity;
  -webkit-transition-delay: .3s, .3s, 0s, .3s;
       -o-transition-delay: .3s, .3s, 0s, .3s;
          transition-delay: .3s, .3s, 0s, .3s;
}
.socials__link {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  text-align: center;
  -webkit-transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, -webkit-transform .3s;
  -o-transition: background-color .3s, transform .3s;
  transition: background-color .3s, transform .3s;
  transition: background-color .3s, transform .3s, -webkit-transform .3s;
}

.socials__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #E8D29E;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.socials__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
}

.socials__link svg circle,
.socials__link svg path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media only screen and (min-width: 992px) {
  .socials__link_mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .socials__link_desctop {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .socials__link:hover svg circle,
  .socials__link:hover svg path {
    fill: #FFDA81;
  }
  .socials__link:hover svg circle[fill="white"],
  .socials__link:hover svg path[fill="white"] {
    fill: #1D1D1D;
  }
}

.socials__link:hover::before {
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  opacity: 1;
}

.socials__link:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

@media only screen and (max-width: 991px) {
  .socials__link:active {
    background-color: #827246;
  }
}

/* MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA MEDIA */

@media (max-width:991px) {
  .footer__bottom2 .footer__bottom-item {
    width: 50%;
  }
  .header.js-fixed .header__bottom {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width:577px) {
  .footer__bottom2 .footer__bottom-item {
    width: 100%;
  }
  .footer__bottom-label {
    text-align: center;
  }
  .footer__bottom2 .footer__bottom-items li {
    text-align: center;
  }
}


.ul_list_city::-webkit-scrollbar {
  width: 6px;               /* ширина scrollbar */
}
.ul_list_city::-webkit-scrollbar-track {
  background: #EFEFEF;        /* цвет дорожки */
}
.ul_list_city::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;    /* цвет плашки */
  /* border: 3px solid orange;  padding вокруг плашки */
}

.ul_list_city {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding-left: 73px;
  height: 0;
  overflow: auto;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  transition: all 0.5s;
}


.ul_list_city li {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor:pointer;
}
.ul_list_city li:first-child {
  padding-top: 20px;
}

.ul_list_city li:hover {
  color:#6f94f8;
}





/* НОВЫЕ СТИЛИ ДЛЯ gallery-projects*/

.gallery-projects {
  overflow: hidden;
}

.gallery-projects__inner {}

.gallery-projects__slider {
  position: relative;
  margin: 0 60px;
  overflow: visible;
}

.gallery-projects__slider-wrapper {}


.gallery-projects__slide {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  margin: 0 auto;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.gallery-projects__slide.swiper-slide-active {
  opacity: 1;
  user-select: auto;
  pointer-events: visible;
}


.gallery-projects__pictures {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.gallery-projects__pic-main {
  height: 320px;
}

.gallery-projects__pic-main img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-projects__pic-list {
  display: grid;
  grid-auto-flow: column;
  column-gap: 20px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.gallery-projects__pic-item {
  display: grid;
  height: 120px;
  /* min-width: 120px; */
}

.gallery-projects__pic-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-projects__info {
  flex: 0 1 50%;
  max-width: 350px;
}

.gallery-projects__row:not(:last-child) {
  margin-bottom: 20px;
}

.gallery-projects__text {
  margin: 0 0 10px 0;
}

.gallery-projects__play {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  color: #fd5e43;
}

.gallery-projects__play svg {
  width: 40px;
  height: 40px;
}

.gallery-projects__slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
}

.gallery-projects__slider-arrow::before {
  content: '';
  position: absolute;

  width: 40px;
  height: 40px;
  background-color: #f2f5fc;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
  border-radius: 4px;
  -webkit-transition: background-color .5s, -webkit-transform .3s;
  transition: background-color .5s, -webkit-transform .3s;
  -o-transition: background-color .5s, transform .3s;
  transition: background-color .5s, transform .3s;
  transition: background-color .5s, transform .3s, -webkit-transform .3s;
  z-index: -1;
}

.gallery-projects__slider-arrow:hover::before {
  background-color: #fff;
}

.gallery-projects__slider-arrow--prev {
  left: -60px;
}

.gallery-projects__slider-arrow--next {
  right: -60px;
}

.gallery-projects__slider-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 40px;
}

.gallery-projects__slider-pagination .swiper-pagination-bullet {
  display: inline-flex;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #f2f5fc;
  border-radius: 100%;
}

.gallery-projects__slider-pagination .swiper-pagination-bullet-active {
  background-color: #fd5e43;
}



@media (max-width:991px) {
  .gallery-projects__slider-pagination {
    column-gap: 12px;
  }

  .gallery-projects__slider-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }

  .gallery-projects__pic-main {
    height: 280px;
  }

  .gallery-projects__pic-item {
    height: 80px;
  }
}

@media (max-width:767px) {
  .gallery-projects__slider {
    margin: 0;
  }

  .gallery-projects__slider-arrow {
    top: 120px;
    transform: translateY(0);
  }

  .gallery-projects__slider-arrow--prev {
    left: 0;
  }

  .gallery-projects__slider-arrow--next {
    right: 0;
  }

  .gallery-projects__info {
    max-width: 100%;
  }

  .gallery-projects__slide {
    flex-direction: column;
    row-gap: 20px;
  }

  .gallery-projects__pictures {
    flex: 0 1 auto;
    row-gap: 10px;
  }

  .gallery-projects__pic-list {
    column-gap: 10px;
  }

  .gallery-projects__info {
    flex: 0 1 auto;
  }
}

/* НОВЫЕ СТИЛИ ДЛЯ gallery-projects*/