.burger {
  --burger-width: 40px;
  --burger-height: 20px;
  --burger-line-height: 3px; }
  .burger .burger {
    width: var(--burger-width);
    height: var(--burger-height);
    position: relative;
    color: #fff;
    cursor: pointer; }
    .burger .burger__line {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: var(--burger-line-height);
      background-color: currentColor;
      transition: transform 0.3s ease-in-out; }
    .burger .burger::before, .burger .burger::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: var(--burger-line-height);
      background-color: currentColor;
      transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
    .burger .burger::before {
      top: 0; }
    .burger .burger::after {
      top: calc(100% - var(--burger-line-height)); }
    .burger .burger.burger--active .burger__line {
      transform: scale(0);
      transition: transform 0.3s ease-in-out; }
    .burger .burger.burger--active::before {
      transform: rotate(45deg);
      top: 50%;
      transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }
    .burger .burger.burger--active::after {
      transform: rotate(-45deg);
      top: 50%;
      transition: transform 0.3s ease-in-out, top 0.3s ease-in-out; }

.header {
  position: relative;
  background: #fff;

 }
 /* .header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,rgba(255, 255, 255, 0.856),rgba(255, 255, 255, 0.959));
 } */
  .header__top {
    padding: 15px 0;
    position: relative;
    background: var(--color-gray); 
    color: var(--color-text);
  }
  .header__top .version{
    margin-right: 1rem;
  }
  .header__top .version .bvi-shortcode{
    transform: translateY(2px);
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
   padding: 0;
    align-items: center;
    transition: all 0.2s ease-in-out;
  }
  .header__top .version .bvi-shortcode a.bvi-open{
    background: transparent;
  }
  .header__top .version .bvi-shortcode a.bvi-open svg{
    transform: translateY(-2px);
    width: 18px;
  }
  .header__top .version .bvi-shortcode:hover{
    opacity: 0.7;
  }
    .header__top .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header__top .adress {
      display: flex;
      justify-content: flex-start;
      align-items: center; 
      font-size: 14px;
      text-transform: none;
      font-weight: 300;
      margin-right: 2rem;
    }
    .header__top .adress svg{
      fill: var(--color-dark);
      margin-right: 10px;
    }
    .header__top-social{
      
    }
    .header__top .header__lang {
      width: auto;
      position: relative;
      display: flex;
      }
      .header__top .header__lang li {
        display: inline-block;
        margin-right: 10px;
       }
        .header__top .header__lang li a {
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 700;
          opacity: 0.7; 
        }
        .header__top .header__lang li.current-lang a {
          color: var(--color-dark); }
  .header__info {
    position: relative; 
    padding: 2rem 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%,rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../img/main-bg.jpg) center no-repeat;
    background-size: cover;
    background-position: right;
    /* background-attachment: fixed; */
  }
    .header__info .container {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .header__info .logo {
      position: relative;
      display: flex;
      align-items: center;
      width: 40%; }
      .header__info .logo img{
        display: inline-block;
        width: 160px;
        height: auto;
        margin-right: 10px;
      }
      /*.header__info .logo svg {
        fill: var(--color-biruza); }*/
        .header__info .logo h1.org-name{
          flex-grow: 1;
          /* font-family: "Montserrat"; */
          display: block;
          font-size: 14px;
          /* letter-spacing: 2px; */
          line-height: 150%;
          font-weight: 400;
          text-transform: uppercase;
          color: var(--color-title);
        }
        .header__info .logo h1.org-name span{
          display: block;
          line-height: 150%;
          font-weight: 700;
          font-size: 16px;
          color: var(--color-dark);
        }
        .header__info-boxes{
          position: relative;
          display: flex;
          align-items: center;
        }
        .header__info-box{
          position: relative;
          padding: 2rem;
          width: auto;
          background: rgba(255, 255, 255, 0.4);
       
        }
        .header__info-box:not(:last-child){
          margin-right: 1rem;
        }
        .header__info-box:nth-child(2){
          background: rgba(255, 255, 255, 0.4);
          /* border: 2px dashed var(--color-blue); */
        }
        .header__info-box::before{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: var(--color-blue);
        }
        .header__info-box:nth-child(2)::before{
          background: var(--color-red);
        }
        .header__info-box:nth-child(3)::before{
          background: var(--color-yellow);
        }
        .header__info-box .up{
          font-size: 14px;
          margin-bottom: 0.5rem;
        
        }
        .header__info-box .text{
          position: relative;
          font-size: 18px;
          font-weight: 700;
       
        }
        .header__info-box-link{
          
          text-align: center;
          /* border: 2px dashed var(--color-yellow); */
          transition: var(--trans);
        }
        .header__info-box-link .text{
          font-size: 14px;
        }
        .header__info-box-link::before{
          background: var(--color-yellow);
          
        }
        .header__info-box-link:hover{
          color:#fff;
          background: var(--color-green);
        }
      /* .header__info .center .search-box {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 100%; }
        .header__info .center .search-box .search-input {
          display: block;
          padding: 0.5rem;
          height: 100%;
          flex-grow: 1;
          background: var(--color-gray);
          border: none;
          outline: none; }
        .header__info .center .search-box .search-btn {
          height: 100%;
          background: var(--color-blue);
          width: 50px;
          outline: none;
          border: none; } */
    .header__info .contacts {
      position: relative;
      width: auto;
      text-align: right;
     
      flex: 0 0 40%; }
      /* .header__info .contacts:before{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../img/ramka.png) center no-repeat;
        background-size: contain;
      } */
      .header__info .contacts .phone {
     
        display: flex;
        justify-content: flex-end;
        align-items: center; }
      .header__info .contacts svg {
        margin-right: 5px;
        width: 18px;
        height: 18px;
        fill: var(--color-text); }
      .header__info .contacts .uptitle {
        color: var(--color-green);
        margin-right: 5px; }
      .header__info .contacts .tel {
        font-size: 20px;
        color: var(--color-text);
        transition: 0.2s ease-in-out; }
        .header__info .contacts .tel:hover {
          color: var(--color-green); }
          .header__info .contacts__btns{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
          }
          .header__info .contacts__btns a.btn-2{
            margin-left: 10px;
          }

.menu {
  position: relative;
  z-index: 50;
  background: var(--color-green);
  overflow-y: visible; }

.burger {
  display: none; }

.hero {
  position: relative;
  height: 516px;
  padding-top: 16px;
  background: var(--color-gray);
  }
  .hero::after{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 160px;
    background: url(../img/clouds.png) center no-repeat;
    background-size: cover;
    z-index: 20;
  }
  
  .hero__container {
    position: relative;
   height: 500px;
    z-index: 10; }
  .hero__title {
    
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 20;
  }
    .hero__title .main-title {
      display: inline-block;
      font-size: 32px;
      line-height: 150%;
       }


.hero__slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  overflow: hidden; }
  .hero__slider-slide {
    position: relative; }
    .hero__slider-slide::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
      opacity: 1;
      z-index: 10; }

    .hero__slider-slide img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.1);
      transition: transform 5s ease-in-out; }
    .hero__slider-slide .slide__content {
      position: absolute;
      top: 50%;
      left: 5%;
      width: 40%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      transform: translate(20px, -50%);
      opacity: 0;
      transition: opacity 0.5s ease-in, transform 0.5s ease-in;
      z-index: 10; }
      .hero__slider-slide .slide__content .citata {
        color: #fff;
        display: flex;
        flex-direction: column; }
        .hero__slider-slide .slide__content .citata p {
          font-style: italic;
          font-size: 20px;
          line-height: 150%;
          margin-bottom: 10px; }
        .hero__slider-slide .slide__content .citata span.author {
          display: inline-block;
          font-style: italic;
          font-weight: 700;
          letter-spacing: 1px; }
        .hero__slider-slide .slide__content .citata a.btn {
          align-self: flex-end; }
    .hero__slider-slide.swiper-slide-active .slide__content {
      transform: translate(0px, -50%);
      opacity: 1; }
      .hero__slider-slide.swiper-slide-active img{
            transform: scale(1);
            transition: all 10s ease-in-out;
        }


      /* anons */

      .anons{
        position: relative;
        padding: 60px 0;
      }
      .anons__top{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
      }
      .anons__top .section-title::before{
        content: none;
      }
      .anons__list{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
      }
      .anons__item{
        position: relative;
        width: 20%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      
      .anons__item-img{
        position: relative;
        width: 100%;
        height: 140px;
        
        border-radius: 20px;
        overflow: hidden;
      }
      .anons__item-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.2s ease-in-out;
      }
      .anons__item h4{
        display: block;
        text-align: center;
        font-weight: 400;
      }
      .anons__item:hover .anons__item-img img{
        transform: scale(1.1);
      }
      .anons__item:hover h4{
        color: var(--color-green);
      }
      /* --------- */

      .links {
        position: relative;
        padding: 40px 0;
       
      }
    
      .links__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .links-item {
        position: relative;
        width: 24%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 180px;
        border-radius: 20px;
        overflow: hidden;
        -webkit-transition: var(--trans);
        -o-transition: var(--trans);
        transition: var(--trans);
      }
      .links-item .content{
        position: relative;
        padding-left: 24px;
        flex-grow: 1;
      }
      .links-item .content span{
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        margin-bottom: 20px;
      }
      .links-item .content .content__link {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        border-radius: 50%;
        -webkit-transition: var(--trans);
        -o-transition: var(--trans);
        transition: var(--trans);
      }
      .links-item .content .content__link svg {
        width: 7px;
        height: 12px;
        fill: var(--color-blue);
        margin-bottom: 0;
        -webkit-transition: var(--trans);
        -o-transition: var(--trans);
        transition: var(--trans);
      }
      .links-item img {
        position: relative;
        width: 180px;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateX(10px);
        -webkit-transition: var(--trans);
        -o-transition: var(--trans);
        transition: var(--trans);
      }
      
      
      .links-item:first-child {
        background: var(--color-yellow);
      }
      .links-item:nth-child(2) {
        background: var(--color-green);
      }
      .links-item:nth-child(3) {
        background: var(--color-blue);
      }
      .links-item:nth-child(4) {
        background: var(--color-red);
      }
      .links-item:hover .content__link{
        background: var(--color-accent); 
      }
      .links-item:hover .content__link svg{
        fill:#fff;
      }
      
      .links-item:hover img {
        transform: translateX(0);
      }
  

.about {
  position: relative; 
  padding: 100px 0;
  padding-bottom: 60px;
background: var(--color-gray);
background-size: cover;
}
.about::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../img/clouds.png) center no-repeat;
  transform: rotate(180deg);
  background-size: cover;
}
/* .about::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../img/home.jpg) center no-repeat;
  background-size: cover;
} */

  .about__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center; }
  .about__text {
    width: 48%;
    position: relative;
    font-family: "FuturaNew", sans-serif;
    line-height: 150%; }
    .about__text .section-title {
      margin-bottom: 24px; }
      .about__text .section-title:before{
        content: none;
      }
    .about__text p.bold {
      font-weight: 700;
      color: var(--color-title);
      margin-bottom: 1rem; }
    .about__text .about__list {
      position: relative; 
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 10px;
    }
      .about__text .about__list li {
        position: relative;
        display: inline-block;
        padding: 10px 15px;
        color: var(--color-text);
        border: 2px solid var(--color-blue);
        line-height: 130%; }
        .about__text .about__list li {
          margin-right: 10px; 
          margin-bottom: 10px; 
        }
        .about__text .about__list li:nth-child(3n){
          border: 2px solid var(--color-red);
        }
        .about__text .about__list li:nth-child(2n){
          border: 2px solid var(--color-yellow);
        }
        .about__text .btn-2{
          margin-top: 20px;
          padding: 10px 20px;
        }
       
  .about__img {
    position: relative;
    width: 48%;
    padding: 1rem;
    border: 2px dashed var(--color-yellow);
    border-radius: 30px;
    height: 100%;
  opacity: 1; }
    .about__img img {
      width: 100%;
      height: 100%;
      border-radius: 30px;
      -o-object-fit: cover;
      object-fit: cover; }
  .about__links {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 5px 10px 2px rgba(219, 225, 231, 0.2); }
    .about__links li {
      position: relative;
      width: 200px;
      height: 150px;
      font-family: "FuturaNew", sans-serif; }
      .about__links li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom, transparent, var(--color-green), transparent); }
      .about__links li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 2rem 1rem;
        text-align: center;
        background: var(--color-gray); }
        .about__links li a svg {
          fill: var(--color-blue);
          margin-bottom: 12px; }
        .about__links li a h3 {
          display: block;
          text-align: center;
          font-size: 14px;
          color: var(--color-text);
          font-weight: 400; }
      .about__links li:last-child::before, .about__links li:first-child::before {
        content: none; }
      .about__links li:first-child a {
        background: var(--color-blue); }
      .about__links li:first-child svg {
        fill: #fff; }
      .about__links li:first-child h3 {
        color: #fff; }
      .about__links li:hover a {
        background: var(--color-green); }
      .about__links li:hover svg {
        fill: #fff; }
      .about__links li:hover h3 {
        color: #fff;
        font-weight: 700; }

        /* insta-widget */
.insta-widget{
  position: relative;
  padding: 40px 0;
  max-height: 1190px;
  overflow: hidden;
}
.insta-widget .section-title{
  display: block;
  text-align: center;
}
.insta-widget .section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10%;
  height: 3px;
  transform: translateX(-50%);
  background: var(--color-red); }

.insta-widget .eapps-instagram-feed-title{
  opacity: 0 !important;
}

.insta-widget .eapps-widget{
  max-height: 1070px;
  overflow: hidden;
}
/* ---------------------------------------------------- */
.spec {
  width: 100%;
  position: relative;
  padding: 40px 0 60px;
  background: linear-gradient(to right, #e8f1f7 30%, rgba(232, 241, 247, 0.847)), url(../img/block-bg.jpg) center no-repeat;
  background-size: cover; }
  .spec::before{
    content: '';
    position: absolute;
    bottom: 0%;
    left: -50px;
    width: 300px;
    height: 300px;
    background: url(../img/logo-bg.png) center no-repeat;
    opacity: 0.9;
    background-size: contain;
  }
  .spec::after{
    content: '';
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 200px;
    height: 200px;
    background: url(../img/logo-bg.png) center no-repeat;
    opacity: 0.9;
    background-size: contain;
  }
  .spec__top{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .spec .section-title {
    display: block;
    text-align: center;
    margin-bottom: 40px; }
    .spec .section-title:before {
      width: 30%;
      }
      .spec__slider{
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
      }
      .spec__slider .spec-slider-prev,
      .spec__slider .spec-slider-next{
        top: 40%;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 10px;
        background: var(--color-gray);
        transition: all 0.2s ease-in-out;
      }
    
      .spec__slider .spec-slider-prev:before,
      .spec__slider .spec-slider-next:before{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        border: 1px dashed var(--color-green);
        transform: translate(-50%,-50%);
      }
      .spec__slider .spec-slider-prev:after,
      .spec__slider .spec-slider-next:after{
        font-size: 18px;
      }
      .spec__slider .spec-slider-prev:hover,
      .spec__slider .spec-slider-next:hover{
        background: var(--color-red);
      }
      .spec__slider .spec-slider-prev:hover:after,
      .spec__slider .spec-slider-next:hover:after{
        color: #fff;
      }
      .spec__slider .spec-slider-prev:hover:before,
      .spec__slider .spec-slider-next:hover:before{
        border: 1px dashed #fff;
      }
  .spec__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .spec__item {
    position: relative;
    display: block;
    /* flex: 0 0 30%; */
    padding: 10px;
    min-height: 300px;
    /* background:#fff; */
    color: #fff;
    border-radius: 5px;
    text-align: center;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 15%); */
    margin: 0 1rem; }
  
    .spec__item-photo {
      position: relative;
    display: block;
    width: 180px;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 2rem; }
    .spec__item-photo img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .spec__title {
    display: block;
    color: var(--color-green);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px; }
  .spec__desc {
    font-family: "FuturaNew", sans-serif;
    color: var(--color-text);
    opacity: 0.7;
    line-height: 150%;
    margin-bottom: 1.5rem; }
  .spec__link {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out; }
    .spec__link svg {
      width: 60px;
      height: 30px;
      fill: var(--color-red);
      transition: fill 0.3s ease-in-out; }
    .spec__link:hover {
      transform: translateX(5px); }
      .spec__link:hover svg {
        fill: #fff; }

.news {
  position: relative;
  padding: 60px 0 40px; 
  background: #f5f5f5;
}
  .news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../../img/setka.png) no-repeat; }
  .news__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
  .news .news__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;
  }
  .news .news__item {
    flex: 0 0 30%;
    height: auto;
    min-height: 380px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 10px 2px rgba(219, 225, 231, 0.2);
    text-align: center; }
    .news .news__item-img {
      position: relative;
      width: 100%;
      height: 250px;
      margin-bottom: 10px; }
      .news .news__item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .news .news__item span.date {
      display: inline-block;
      font-family: "FuturaNew", sans-serif;
      margin-bottom: 5px;
      font-size: 14px;
      opacity: 0.7; }
    .news .news__item a {
      display: block;
      text-align: center;
      transition: all 0.2s ease-in-out; }
      .news .news__item a h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        color: var(--color-text);
        transition: all 0.2s ease-in-out; }
      .news .news__item a:hover h4 {
        color: var(--color-green); }

.faq {
  position: relative;
  padding: 80px 0; }
  /* .faq:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    min-height: 400px;
    background: linear-gradient(135deg,rgba(139, 193, 82, 0.918),rgba(139, 193, 82, 0.918)), url(https://via-midgard.com/uploads/posts/2020-12/sovety-po-uborke-v-detskoj-komnate.jpg) center no-repeat;
    background-size: cover;
  } */

  .faq__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .faq .faq__left{
      position: relative;
      width: 50%;
      height: 100%;
      min-height: 500px;
      color: #fff;
      background: linear-gradient(135deg,#8CC152,rgba(139, 193, 82, 0.8)), url(https://trafaret-decor.ru/sites/default/files/2023-01/%D0%A4%D0%BE%D0%BD%20%D0%92%D0%BE%D0%BF%D1%80%D0%BE%D1%81%20%289%29.jpg) center no-repeat;
      background-size: cover;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .faq .faq__left a{
      display: inline-block;
      padding: 16px 24px;
      border: 1px solid #fff;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      border-radius: 30px;
    }
    .faq .faq__left a:hover{
      border: 1px solid var(--color-yellow);
      background: var(--color-yellow);
      color: #fff;
    }
    .faq .faq__left .section-title{
      color: #fff;

    }
    .faq .faq__left .section-title::before{
      content: none;
    }
  .faq__right {
    position: relative;
    width: 48%; }
    .faq__right h2.section-title{
      display: block;
      font-size: 24px;
      text-align: center;
    }

.testimon__slider {
  position: relative;
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom, #8CC152 2.88%, #8bc152d2 97.91%), url(https://catherineasquithgallery.com/uploads/posts/2021-03/1614764179_136-p-detskii-fon-dlya-fotoshopa-dlya-malchika-189.jpg) center no-repeat;
  overflow: hidden;
  margin-bottom: 30px; }
  .testimon__slider::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 28px;
    height: 24px;
    background: url(../img/quote.svg) no-repeat; }
  .testimon__slider::after {
    content: '';
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 28px;
    height: 24px;
    background: url(../img/quote.svg) no-repeat; }
  .testimon__slider-slide {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
     }
    .testimon__photo{
      position: relative;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      margin-bottom: 1rem;
    }
    .testimon__photo img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .testimon__slider-slide .content {
      position: relative;
      padding: 2rem;
      height: auto; }
      .testimon__slider-slide .content p.text {
        font-family: "FuturaNew", sans-serif;
        line-height: 130%;
        color: #fff;
        margin-bottom: 1rem; }
      .testimon__slider-slide .content span.author {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #fff; }

.action {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(75deg, rgba(10, 91, 254, 0.8), rgba(74, 206, 250, 0.8)), url(../img/header-bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
  .action__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .action__text {
    position: relative;
    flex: 1 1 48%;
    color: #fff; }
    .action__text .action__title {
      display: block;
      font-size: 36px;
      margin-right: 2rem;
      line-height: 150%;
      font-family: "FuturaNew", sans-serif; }
      
  .action__info {
    position: relative;
    flex: 0 0 48%; 
    text-align: center;
  }
  .action__info img{
    display: inline-block;
    margin-bottom: 12px;
  }
  .action__info p{
    line-height: 130%;
    color: #fff;
  }
  .action__info p a{
    font-size: 18px;
    color: #fff;
  }
  .action__info p a:hover{
    text-decoration: underline;
  }
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.partners {
  position: relative;
  padding: 40px 0; }
  .partners__container {
    position: relative; }

  .partners__slider {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }

    .footer {
      position: relative;
      padding: 90px 0 20px;
      background: #2C3242;
      color: hsl(0, 0%, 100%);
      font-size: 14px;
    }
    .footer__top {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }
    .footer__top-logo {
      position: relative;
      width: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      line-height: 150%;
    }
    .footer__top-logo img{
      display: inline-block;
      width: 120px;
      height: 120px;
      margin-bottom: 12px;
    }
    .footer__top-logo span {
    
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
    }
    .footer__top-info {
      position: relative;
      width: auto;
    }
    .footer__top-info h4 {
      display: block;
      font-size: 16px;
      margin-bottom: 12px;
      padding-bottom: 4px;
      border-bottom: 1px solid #fff;
    }
    .footer__top-info .footer__nav {
      position: relative;
    }
    .footer__top-info .footer__nav-list li a {
      display: block;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 8px;
      text-transform: capitalize;
    }
    .footer__top-info .footer__nav-list li a:hover {
      opacity: 0.7;
      color: #fff;
    }
    .footer__top-action {
      position: relative;
      width: 20%;
    }
    .footer__top-action .btn {
      width: 100%;
      text-align: center;
      background: var(--color-yellow);
      margin-bottom: 1.5rem;
    }
    .footer__top-action .btn:hover{
      background: var(--color-blue);
    }
    
    .footer__top-action .social {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .footer__top-action .social span {
      margin-right: 10px;
    }
    .footer__top-action .social__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .footer__top-action .social__list li {
      display: inline-block;
    }
    .footer__top-action .social__list li:not(:last-child) {
      margin-right: 1rem;
    }
    .footer__top-action .social__list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      background: var(--color-gray);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }
    .footer__top-action .social__list li a:nth-child(1){
      background: var(--color-blue);
    }
    .footer__top-action .social__list li a svg {
      fill: #fff;
      width: 14px;
      height: 14px;
      -webkit-transition: var(--trans);
      -o-transition: var(--trans);
      transition: var(--trans);
    }
    .footer__top-action .social__list li a:hover {
      background: var(--color-yellow);
    }
    .footer__top-action .social__list li a:hover svg {
      fill: #fff;
    }
    .footer__top-contacts {
      position: relative;
      width: 30%;
    }
    .footer__top-contacts h4 {
      display: block;
      font-size: 16px;
      margin-bottom: 12px;
      padding-bottom: 4px;
      border-bottom: 1px solid #c8c8c8;
    }
    .footer__top-contacts .adress {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 16px;
    }
    .footer__top-contacts .adress svg {
      width: 18px;
      height: 18px;
      fill: #fff;
      margin-right: 0.5rem;
    }
    .footer__top-contacts .phone {
      position: relative;
      margin-bottom: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .footer__top-contacts .phone svg {
      width: 18px;
      height: 18px;
      fill: #fff;
      margin-right: 4px;
    }
    .footer__top-contacts .phone a.tel {
      display: inline-block;
      font-size: 18px;
      color: #fff;
      -webkit-transition: var(--trans);
      -o-transition: var(--trans);
      transition: var(--trans);
    }
    .footer__top-contacts .phone a.tel:hover {
      opacity: 0.7;
    }
    .footer__top-contacts .mail {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 10px;
    }
    .footer__top-contacts .mail svg {
      width: 18px;
      height: 18px;
      fill: #fff;
      margin-right: 0.5rem;
    }
    .footer__bottom {
      position: relative;
      padding: 1rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.178);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .footer__bottom-info {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .footer__bottom-info .counters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 1rem;
    }
    .footer__bottom-info .counters .counter {
      width: 100px;
      height: 50px;
      background: var(--color-accent);
    }
    .footer__bottom-info .counters .counter:not(:last-child) {
      margin-right: 30px;
    }
    .footer__bottom-info span {
      display: block;
      opacity: 0.7;
      font-size: 12px;
    }
    .footer__bottom-info a {
      display: inline-block;
      margin-right: 6px;
    }
    .footer__bottom-info a:hover {
      color: #fff;
      opacity: 0.7;
    }
    .footer__bottom-copy {
      position: relative;
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center;
      opacity: 0.7;
      font-size: 12px;
    }
    .footer__bottom-author {
      width: auto;
    }

@media (max-width: 1080px) {
  .menu {
    padding: 10px 0; 
    background: transparent;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
    background: var(--color-dark);
    overflow: auto;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    z-index: 100; }
    .nav.active {
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
      .nav.active ul.nav-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        overflow: auto; }
        .nav.active ul.nav-list li.menu-item {
          display: block;
          text-align: center;
          margin-right: 0; }
          .nav.active ul.nav-list li.menu-item ul.sub-menu {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            padding: 10;
            background: transparent;
            opacity: 1;
            visibility: visible; }
          .nav.active ul.nav-list li.menu-item a.nav-link {
            display: block;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
            color: #fff; }
  .burger {
    position: fixed;
    top: 80px;
    left: 20px;
    display: block;
    z-index: 1000;
    /* background: var(--color-dark); */
    padding: 15px; }
  .hero__slider-slide img {
    -o-object-fit: cover;
    object-fit: cover; }
  .info {
    transform: translateY(0); }
  .info__container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
  .info__block {
    flex-grow: 0;
    flex-shrink: 0;
    width: 30%;
    margin-bottom: 10px; }
  .pacients__item {
    flex: 0 0 50%;
    margin-bottom: 1rem; }
  .faq__container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .faq .testimon {
    width: 100%;
    margin-bottom: 1rem; }
    .faq .testimon h2.section-title {
      display: block;
      text-align: center; }
      .faq .testimon h2.section-title:before {
        left: 50%;
        transform: translateX(-50%); }
  .testimon__slider {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px; }
  .faq:before {
    background-size: cover;
    max-width: 100%; }
  .faq__right {
    width: 100%; }
    .faq__right h2.section-title {
      display: block;
      text-align: center; }
      .faq__right h2.section-title:before {
        left: 50%;
        transform: translateX(-50%); } }

@media (max-width: 1000px) {
  .header__info{
    padding: 1rem 0;
  }
  .header__top .adress {
    display: none; }
  .header__info {
    margin-bottom: 20px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/main-bg.jpg) center no-repeat;
   }
  .header__info .container,
  .header__info-boxes {
    justify-content: center;
    flex-wrap: wrap; }
  .header__info .logo {
    flex-direction: column;
    text-align: center;
    width: 100%; }
    .header__info .logo img{
      width: 120px;
      height: auto;
      margin-right: 0;
    }
    .header__info .logo h1.org-name{
      transform: translateX(0px);
    }
 
    .header__info-box{
      padding: 0.5rem;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    .header__info-box::before{
      content: none;
    }
  .hero__title {
    text-align: center;
    max-width: 100%; }
  .info__block {
    width: 50%; }
  .about__inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center; }
  .about__img {
    width: 100%;
    height: 350px;
    margin-bottom: 1rem; }
    .about__img img{
      object-fit: contain;
    }
  .about__text {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
  .about__text .about__list li:before {
    content: none; }
    .about__text .about__list{
      justify-content: center;
    }
  .section-title::before {
    left: 50%;
    transform: translateX(-50%); }
  .about__links {
    position: relative;
    justify-content: center;
    flex-wrap: wrap; }
    .about__links li {
      width: 25%;
      max-width: 200px;
      margin: 0 10px;
      margin-bottom: 10px; }
      .about__links li:before {
        content: none; }
      .about__links li a {
        background: var(--color-gray); }
  .pacients__item {
    flex: 0 0 100%;
    margin-bottom: 1rem; }
  .news .news__list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .news .news__item {
    margin: 0 10px;
    margin-bottom: 1rem;
    flex: 0 0 70%; }
  .action__container {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .action__text {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem; }
  .action__form {
    width: 100%;
    text-align: center; }
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .footer__container > div,
    .footer__container > ul {
      margin-bottom: 1rem; }
  .footer__contacts,
  .footer__logo {
    width: 100%; }
  .footer__contacts .adress, .footer__contacts .email, .footer__contacts .phone {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
    font-size: 18px; }
    .footer__contacts .adress svg, .footer__contacts .email svg, .footer__contacts .phone svg {
      margin-right: 0;
      margin-bottom: 5px; }
  .footer__copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 10px; }
  .footer__copy span.copy {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
    text-align: center; } 
    .hero__slider-slide:before {
      width: 100%;
    }
    .text__slider {
      width: 100%;
      min-height: 150px;
      text-align: center; }
      .text__slider-slide .citata p {
        font-size: 16px; }
        .hero::before{
          content: none;
        }
        .hero__slider{
          width: 100%;
        }
        .hero__slider-slide::after{
          content: none;
        }
        .links__container{
          flex-wrap: wrap;
        }
        .links-item{
          width: 48%;
          margin-bottom: 10px;
        }
        .about__img{
          display: none;
        }
        .about::before{
          content: none;
        }
        .main-title{
          color: #fff;
        }
        .text__slider-slide .citata p{
          color: #fff;
        }
        .blog__info{
          width: 60%;
        }
        .contacts__form{
          width: 100%;
        }
        .footer__top{
          flex-direction: column;
          justify-content: center;
          align-items: center;
        }
        .footer__top-logo{
          width: 100%;
          text-align: center;
          margin-bottom: 1rem;
        }
        .footer__top-info{
          display: none;
        }
        .footer__top-action{
          width: 100%;
          margin-bottom: 1rem;
        }
        .footer__top-action .social{
          display: flex;
          justify-content: center;
        }
        .footer__top-contacts{
          width: 100%;
          text-align: center;
        }
        .footer__top-contacts .phone{
          justify-content: center;
        }
  }

@media (max-width: 700px) {
  .header__info-box{
    padding: 1rem;
  }
  .header__info-box .up,
  .header__info-box .text{
    font-size: 14px;
  }
  .hero{
    height: 300px;
    padding-top: 0;
  }
  .hero__container,
  .hero__slider{
    height: 300px;
  }
  .links-item{
    width: 100%;}
  .info__block {
    width: 100%; }
    .info__block .photo{
      width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    }
    .about::after{
      content: none;
    }
  .about__links {
    position: relative;
    justify-content: center;
    flex-wrap: wrap; }
    .about__links li {
      width: 50%;
      max-width: 50%; }
  .news__top {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .news h2.section-title:before {
    content: none; } 
    .faq .faq__left{
      width: 100%;
      min-height: auto;
      text-align: center;
    }
    .all-news-content__list li{
      width: 100%;
    }
    .section-title{
      font-size: 32px;
    }
	.sidebar{
		display: none;
	}
	.page__main{
		width: 100%;
	}
  }
   

@media (max-width: 620px) {
  .about,
  .news,
  .spec,
  .faq{
    padding: 20px 0;
  }
  .header__top {
    padding: 10px 0; }
  .version {
    display: none; }
    .spec__top{
      flex-direction: column;
      justify-content: center;
    }
  .footer__links {
    display: none;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .footer__links li {
      margin: 0;
      margin-bottom: 10px; }
  .footer {
    padding-bottom: 0; }
  .footer__copy {
    position: relative;
    bottom: 0; }
    .action__text .action__title{
      margin-right: 0;
      font-size: 24px;
    }
    .blog__info{
      width: 80%;
    }
    .blog__info .photo{
      width: 100%;
      height: auto;
    }
    .page-title-block h2.page__title{
      font-size: 24px;
    }
   }

@media (max-width: 560px) {
  .header__info{
    padding: 0.5rem;
  }
  .page__container{
    padding: 1rem;
  }
  .pacients, .news, .faq {
    padding: 40px 0; }
    .header__info .contacts img{
      display: inline-block;
      margin-bottom: 40px;
    }
    .header__info .contacts__btns{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  .hero {
    height: auto; }
    .hero__container {
      padding-top: 50px;
      padding-bottom: 50px; }
  .hero__title .main-title {
    font-size: 24px; }

  .about__links li {
    width: 100%;
    max-width: 100%; }
  .news .news__item {
    flex: 0 0 100%;
    margin-bottom: 10px; }
  .footer {
    margin-bottom: 50px; }
  .scroll-to-top {
    width: 100%;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 1; }
    .header__info .logo h1.org-name{
      font-size: 18px;
    }
	.page__main .content .wp-block-video{
	margin: 0 auto;
	max-width:100%;
}
   }

.boss-fullwrap {
  width: 100%;
  padding: 40px 0;
}

.boss-wrapper {
  display: grid;
  grid-template-columns: 260px 1fr 420px;
  gap: 30px;
  align-items: start;
  padding: 20px;
  border-radius: 12px;
}

.boss-schedule {
  text-align: center;
}

.boss-schedule h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.boss-schedule img {
  width: 120px;
  margin: 10px auto 15px auto;
  display: block;
}

.boss-photo img {
  width: 100%;
  border-radius: 12px;
}

.boss-name {
  text-align: center;
  font-size: 22px;
  margin: 12px 0 5px 0;
  font-weight: 700;
}

.boss-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.boss-form h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.boss-form p {
  margin-bottom: 15px;
}

/*# sourceMappingURL=main.css.map */
