@media (max-width:1229px){
  .wrapper-img div img{
    width: 95%;
    height: 100%;
}
.news img{
    width: 40%;
    height: 100%;
}
}
@media(max-width:767px){
  .wrapper-img{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news img{
    margin-left:0 !important; 
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapper-img div img {
    width: 100%;
    height: 80%;
}
}

.projects__items-title a:hover{
    color: #251b0b;
    cursor: default;
}
@media only screen and (min-width: 1230px){
.s-offer__img--2 {
    width: 765px;
    margin-right: 125px;
}
}
.headline__breadcrumbs {
    margin-top: auto;
    padding-top: 0px;
}
#incl_9 img{
  max-width: 95%;
}
.socials__link--tg::before {
    background-image: url(../img/tg.svg);
}
.socials__link--wa::before {
    background-image: url(../img/wh.svg);
}
.socials__link--inst::before {
  background-image: url(../img/inst.png);
}
.socials__link--vk::before {
  background-image: url(../img/vk.png);
}
.socials__link--yt::before {
  background-image: url(../img/yt.png);
}


.plashk{
      background: linear-gradient(145.46deg,#fff -5.74%,#f8f8f8 101.53%);
      height: 210px;
      border-radius: 5px;
}
.mobile{
  display:none;
}
.mobile_main_subtitle{
    height: 60px;
    top: 23px;
    position: relative;
    background: white;
}
.mobile_subtitle_text{
    font-weight: 500;
    font-size: 17px;
    top: 10px;
}
.mobile_img_moc img{
    width: 470px;
    margin-left: 20px;
    margin-top: -15px;
}
.mocap_new{
  display:none;
  position: absolute;
  right: 35%;
  top: 70%;
}
.mocap_item{
  width:180px;
}
.mocap_left{
  margin-left: -50px;
}
.mocap_item img{
  width:100%;
}
.main_descrip{
    font-size: 23px;
    margin-bottom: 10px;
    padding-top: 25px;
}
.s-gallery .swiper-slide-active img {
    width: auto !important;
}
@media(max-width:766px){
  .mobile{
  display:block;
}
  .main_desctop{
  display:none;
}
}
@media(min-width:1230px){
 .mocap_new{
  display: flex;
  left: 30%;
}
}
@media only screen and (max-width: 479.5px){
.section__heading--subtitle.h3, .section__heading--subtitle.h4 {
    font-weight: 500;
}
}

.s-gallery .swiper-slide-active img {
    width: auto !important;
}

@media(min-width:426px){
.s-gallery .swiper-slide-active {
    width: 100% !important;
}
}
@media(max-width:425px){
.s-gallery .s-gallery__container .swiper-slide-active img{
  max-height: 50%;
}
.s-gallery .s-gallery__container .swiper-pagination-bullet::before {
    width: 10px;
    height: 10px;
}
.s-gallery .s-gallery__container{
  margin-top:0%;
}
.s-gallery .s-gallery__container .gallery__items{
    z-index: 1;
    position: relative;
    margin-top: -35%;
}

.s-gallery .s-gallery__container .swiper-controls--bottom-pagination .swiper-pagination {
    margin-top: -35%;
}
.s-gallery .s-gallery__container .swiper-controls--bottom-pagination .swiper-button-next, .s-gallery__container .swiper-controls--bottom-pagination .swiper-button-prev {
    bottom: -80px;
}
.img-hover:hover {
    background: rgba(37,27,11,.0); 
}
}
@media (max-width: 375px){
.s-gallery .s-gallery__container .swiper-slide-active img {
    max-height: 43%;
}

}
.headline__breadcrumbs {
    margin-top: 0;
}

.news__gallery{
  display:none;
}
/* .reviews__items-img2::before {
    content: '';
    display: block;
    border-radius: inherit;
    margin: auto;
    width: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    padding-top: 57%;
    height: 145px;
    padding-top: 0;
} */



.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 #e1b765;
  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: #e1b765;
  -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: #e1b765;
}

.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: #e1b765;
}

.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;
  }
}




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

.author__img {
  width: 62px;
  margin-right: 15px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}

.author__img img {
  border-radius: 50%;
}

.author__img::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #14AA47;
  border-radius: 50%;
}

.author__name {
  font-weight: 700;
}

.author__descr {
  font-size: 14px;
  color: #4F4F4F;
}

.author__img img, svg {
  max-width: 100%;
  vertical-align: middle;
}


.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;
  bottom: auto;
  right: auto;
}

.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: #e1b765;
  font-size: 23px;
  font-weight: 600;
}

.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;
}


/* .header-bottom__item_socials .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;
}

.header-bottom__item_socials .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;
}

.header-bottom__item_socials .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%;
}

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

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

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

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

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

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

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




@media (max-width:991px) {
  .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:766px) {
  .header-bottom__items .header-bottom__item_socials {
    width: 30%;
  }
}






.author.header__manager-author::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  background: #1fe962;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 10px solid rgba(20, 170, 71, .3);
  background: radial-gradient(circle at center, #14aa47 10px, rgba(20, 170, 71, .6) 10px);
  background-clip: padding-box;
  box-shadow: 0 0 15px rgba(20, 170, 71, .4);
  transform-origin: center;
  animation: annoying .4s ease-in infinite alternate;
  z-index: 99999;
}

.header__manager.manager.js-header-manager.js-visible.js-active .author.header__manager-author::after {
  top: 36px;
  left: 107px;
}

@keyframes annoying {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(1.2);
  }
}

.header__manager-author .author__img::after {
  top: 11px;
  left: 11px;
  width: 14px;
  height: 14px;
}


.header__bottom .author__img::before, .header__line-item.header__line-item_author .author__img::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -5px;
  background: #1fe962;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 10px solid rgba(20, 170, 71, .3);
  background: radial-gradient(circle at center, #14aa47 10px, rgba(20, 170, 71, .6) 10px);
  background-clip: padding-box;
  box-shadow: 0 0 15px rgb(20 170 71 / 40%);
  transform-origin: center;
  animation: annoying .4s ease-in infinite alternate;
}


.header__manager .socials.header-bottom__socials {
  justify-content: center;
}

html.js-menu-active .header-line--desctop, html.js-menu-animation .header-line--desctop {
  z-index: 99999999999999999999999;
}
.logo__text__pc {
  border-left: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  padding-left: 0;
}

.logo__text__pc span {
  font-size: 28px;
  font-weight: 700;
}

.logo__text__pc strong {
  font-size: 8px;
  font-weight: 700;
}

.header-line__item--logo img {
  width: auto;
  height: 39px;
}

.socials--sm {
  min-width: auto;
}

@media (max-width:380px) {
  .header-bottom__item_btn .btn {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  opacity: 1;
}

@media (max-width:334px) {
  .h1 {
    font-size: 30px;
  }
  .header-bottom__item {
    padding: 0 4px;
  }
  .header-bottom__items .header-bottom__item_socials {
    width: 33%;
  }
}




.filter-none {
  filter: none;
}
.filter-none.section__bg--bottom::after{
  filter: none;
}

.item-bg--skew.filter-none::before {
  /* -webkit-box-shadow: 0px 0px 32px -14px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 32px -14px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 32px -14px rgba(0, 0, 0, 0.21); */
}

.item-bg--skew.filter-none {
  /* -webkit-box-shadow: 0px 0px 32px -14px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 32px -14px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 32px -14px rgba(0, 0, 0, 0.21);
  background-color: #e5e5e5; */
}


.main__btn_lp {
  display: flex;
}

.main__btn_lp .btn {
  margin-right: 20px;
  height: 103px;
}

.main__btn_lp .text-author {
  text-align: left;
  position: relative;
  display: block;
}



.main__btn_lp .text-author__img.img {
  display: inline-block;
  width: 63px;
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

.main__btn_lp .text-author__img.img::before {
  padding-top: 100%;
  z-index: 2;
  position: relative;
  content: '';
  display: block;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}


.main__btn_lp .text-author__img.img::after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0ebb0b;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  content: '';
  display: block;
  margin: 0;
  display: none;
}

.main__btn_lp  .text-author__text {
  line-height: 1.3;
  font-size: 14px;
}

.main__btn_lp  .text-author__title {
  font-weight: 500;
  color: #957a5a;
}

.main__btn_lp .text-author__descr {
  font-weight: 300;
  color: #707070;
}



.s-main__container_lp {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .s-main__container_lp {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .s-main__container_lp {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .s-main__container_lp {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .s-main__container_lp {
        max-width: 1200px;
    }
}


.s-main__container_lp .main__bg-img {
  -webkit-animation: swing 4s ease;
  animation: swing 4s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
  15% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }
  50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  }
  65% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }
  80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes swing {
  15% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
  }
  30% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }
  50% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
  }
  65% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
  }
  80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

.s-main__container_lp h1 {
  font-size: 38px;
}


.s-main__container_lp .section__title-title strong {
  font-weight: 600;
  color: #957a5a;
  display: block;
  white-space: inherit;
}
.s-main__container_lp h4 {
  font-size: 22px;
}

.inl-block {
  display: inline-block;
  width: 30px;
}

.pos-ab1 {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 27px;
}

.pos-ab2 {
  position: absolute;
  top: 8px;
  left: auto;
  right: -10px;
  width: 27px;
}

.pos-ab1::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -7px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 10px solid rgba(34,160,183,.3);
  background: radial-gradient(circle at center,#14aff1 10px ,rgba(34,160,183,.6) 10px);
  background-clip: padding-box;
  box-shadow: 0 0 15px rgb(34 160 183 / 40%);
  transform-origin: center;
  animation: annoying .4s ease-in infinite alternate;
  z-index: 0;
}

.pos-ab2::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -7px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 10px solid rgba(34,160,183,.3);
  background: radial-gradient(circle at center,#14aff1 10px ,rgba(34,160,183,.6) 10px);
  background-clip: padding-box;
  box-shadow: 0 0 15px rgb(34 160 183 / 40%);
  transform-origin: center;
  animation: annoying .4s ease-in infinite alternate;
  z-index: 0;
}
.pos-abs-text {
  position: absolute;
  bottom: 40px;
  z-index: 9999999999;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}

.d-mobile-btn {
  display: none;
}
.d-pc-btn {
  display: block;
}

@media (max-width:991px) {
  .d-mobile-btn {
    display: block;
  }
  .d-pc-btn {
    display: none;
  }
  .header-bottom__items {
    justify-content: center;
  }
  .pos-abs-text {
    bottom: 7px;
    left: 60px;
  }
  .s-main__container_lp .main__bg {
    margin-top: 85px;
  }
  .s-main__container_lp h1 {
    margin-top: 30px;
    text-align: center;
  }
  .s-main__container_lp .section__title-title strong {
    margin: 10px auto 0 auto;

  }
  .main__btn_lp {
    justify-content: center;
    margin-top: 28px;
  }
  .s-main__container_lp {
    padding-bottom: 40px;
  }
  .s-main__bg {
    background-size: auto 714px;
  }

}

@media (max-width:767px) {
  .main__title {
    margin-right: 0;
  }
  .pos-abs-text {
    bottom: -2px;
    left: 2px;
    max-width: 300px;

  }
}

@media (max-width:575px) {
  .s-main__container_lp .main__bg {
    margin-top: 115px;
  }
  .pos-abs-text {
    max-width: 200px;

  }
}

@media (max-width:425px) {
  .main__btn_lp {
    flex-direction: column;
  }
  .pos-abs-text {
    bottom: 98px;
    max-width: 314px;
  }
  .main__btn_lp .text-author {
    display: flex;
    margin-top: 70px;
    margin-left: 24px;
  }
  .main__btn_lp .text-author br {
    display: none;
  }
}

@media (max-width:413px) {
  .pos-abs-text {
    /* bottom: -50px; */
  }
}





.d-pc {
  display: block;
}

.d-mobile {
  display: none;
}

/* @media (max-width:425px) {
  .d-pc {
    display: none;
  }
  
  .d-mobile {
    display: block;
  }
} */
.popup__close {
  display: block;
}

.text-icon-wrapper.d-pc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.text-icon-wrapper.d-mobile {
  display: none;
}

@media (max-width:425px) {
  .text-icon-wrapper.d-pc {
    display: none;
  }
  
  .text-icon-wrapper.d-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width:766px) {
  .offer__list {
    margin-left: 0;
    margin-right: 0;
  }
}


.title_list_offer {
  margin-top: -10px;
  text-align: left;
}


@media (max-width: 375px){
  .s-main__container_lp h1 {
      font-size: 33px;
  }
}


.tabs__nav-item-tlg {
  width: calc(50% - 30px);
}


.btn--green {
  background: linear-gradient(258.78deg, #4CAF50 17.86%, #4CAF50 80.29%);
  box-shadow: 0px 14px 20px rgb(76 175 80 / 25%), inset 0px -4px 4px #4caf50, inset 0px 4px 10px rgb(76 175 80 / 48%);
  border-radius: 4px;
  -webkit-box-shadow: 0px 35px 40px -6px rgb(76 175 80 / 20%);
  -moz-box-shadow: 0px 35px 40px -6px rgba(76, 175, 80, 0.2);
  box-shadow: 0px 35px 40px -6px rgb(76 175 80 / 20%);
  color:#fff;
}

.btn--green::before,.btn--green::after {
  display: none;
}

.btn--green:hover {
  background: linear-gradient(258.78deg, #429945 17.86%, #429945 80.29%);
    box-shadow: none;
}


.text-icon--wa {
  background-image: url(../img/wa.svg);
}



.autoflash{
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  height: 75px !important;
}

.flash{
 content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 3em;
display: block;
position: absolute;
top: 0;
left: -4.5em;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
-webkit-transition: none;
transition: none;
}

.lighting {
webkit-animation: moving 2s ease-in-out infinite;
-moz-animation: moving 2s ease-in-out infinite;
-ms-animation: moving 2s ease-in-out infinite;
-o-animation: moving 2s ease-in-out infinite;
animation: moving 2s ease-in-out infinite;

}

@keyframes moving {  
30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
  transform: skewX(-45deg) translateX(33.5em);   
  
  }

100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
  transform: skewX(-45deg) translateX(33.5em);   
  
  }
}

.js-step {
  display: none;
}

.js-step.js-active {
  display: block;
}


.services__items-prices.text-price-wrapper {
  display: none;
}

.services__items-line1 {
  display: none !important;
} 

.main__video {
  display: none;
}

.plashk {
  padding-left: 25px;
}







.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;
  display: none;
}
.city_select__container{
  color: #000;
  background: #FFF;
  width: 100%;
  height: 80vh;
  padding: 20px;
  position: relative;
}
.city_select__title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.city_select__title input{
  width: 200px;
}
.city_select__list{
  overflow: auto;
  width: 100%;
  height: 92%;
  display: flex;
  flex-wrap: wrap;
}
.city_select__list-items{

}

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

.city_select__char {
  font-weight: bold;
  text-align: left;
}

.city_select__item {
  text-align: left;
}

.city_select__item>a {
  cursor: pointer;
}

.city_select__title {
  display: flex;
  justify-content: center;
}

.input_city_wrap {
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.input_city_list {
  position: absolute;
  top: 34px;
  text-align: left;
  padding-left: 29px;
  background: #fff;
  padding: 15px 15px 15px 29px;
  width: 100%;
  -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
}

.input_city_list li {
  cursor: pointer;
  padding-bottom: 5px;
}
.input_city_wrap {
  margin-left: 15px;
}
.input_city_list ul {
  max-height: 400px;
  overflow: auto;
}

@media (max-width:768px) {
  .city_select__col {
    width: 50%;
  }
  .city_select__title {
    flex-direction: column;
  }
  .input_city_list {
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .input_city_wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width:425px) {
  .city_select__col {
    width: 100%;
  }
}
/* End */