*{
    margin:0;
    padding:0;
    list-style-type: none;
    text-decoration: none;
}
body{
    transition: 1s;
    overflow-x: hidden;
}
body.dark-theme{
  background-color: #282828;
}
.only-mobile{
  display: none !important;
}
.white-text{
  color:white;
}
.mobile-element{
  display: none;
}
.homepageNavigationPanel .nav-in-page .nav-link{
  border-color: black !important;
}
.homepageNavigationPanel.minified .nav-in-page .nav-link a{
  line-height: 150%;
  color: #2E2E2E;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
.homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{
  font-family: Roboto;
  font-style: bold;
}
.site-navigation-left{
  position: fixed;
  top:50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 10;
}
.site-navigation-left li:first-of-type{
  margin-top: 10px;
}
.site-navigation-left li{
  display: flex;
  align-items: center;
  /* margin-top: 10px; */
}
.homepageNavigationPanel.full-state .nav-in-page .nav-link.active{
  border-color: #E43653;
}
.site-navigation-left li span{
  transition: 1s;
  opacity: 0;
  line-height: 150%;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.site-navigation-left li.active span{
  opacity: 1;
}
.site-navigation-left__marker{
  box-sizing: border-box;
  transition: 0.5s;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 5px;
  height: 5px;
}
.site-navigation-left li.active .site-navigation-left__marker{
  border:none;
  background: #E43653;
  height: 20px;
}
.wrapper{
    margin:0 auto;
    width: 1200px;
    height: 100%;
}
.logo{
    display: block;
}
.header-container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header-menu{
  box-sizing: border-box;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  padding-bottom: 50px;
  height: fit-content;
}

.header-menu__blur {
  position: absolute;
  top:152px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  min-height: calc(200vh - 152px);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
}

.header-menu__wrapper{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 88px;
  height: auto;
}
.header-menu__title{
  display: block;
  line-height: 120%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.header-menu_card{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header-menu_card>span{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.header-menu_card>span img{
  position: relative;
  z-index: 2;
}
.header-menu_card>span:hover:before{
  opacity: 1;
  width: 60px;
  height: 60px;
}
.header-menu_card>span:hover:after{
  opacity: 0;
  width: 30px;
  height: 30px;
}
.header-menu_card>span:before{
  display: block;
  position: absolute;
  transition: .5s;
  opacity: 0;
  border:2px solid #EAEAEA;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  content:'';
}
.header-menu_card>span:after{
  display: block;
  position: absolute;
  transition: .5s;
  border:2px solid #EAEAEA;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  content:'';
}
.header-menu_card img{
  flex:none;
}
.header-menu__description{
  margin-left: 15px;
}
.header-menu__text{
  display: block;
  margin-top: 5px;
  max-width: 224px;
  line-height: 160%;
  color: #474747;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

.header-menu__column{
  box-sizing: border-box;
  flex:1;
  margin-left: 65px;
  border-right: 1px solid #E8E8E8;
  padding-right: 74px;
}
.header-menu__column:first-of-type{
  margin-left: 0;
}
.header-menu__column:last-of-type{
  border:none;
}
.header-menu__column b{
  display: block;
  margin-bottom: 37px;
  line-height: 120%;
  color: #000000;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}
.header-menu__column li{
  margin-bottom: 25px;
  line-height: 180%;
  color: #474747;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.audit-href{
    text-decoration-line: underline;
    line-height: 17px;
    color: #E43653;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.language-select{
    display: flex;
    align-items: center;
}
.header-contacts{
    line-height: 17px;
    color: #8E8E8E;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.header-contacts svg {
  display: inline;
}
.header-right-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-right-top-border{
    margin: 0 18px;
    background-color: #8E8E8E;
    width: 1px;
    height: 10px;
}
.mesh-button{
    outline:none;
    border:none;
    background-color: #E43653;
    cursor: pointer;
    padding: 0;
    width: 108px;
    height: 27px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
.mesh-button_header{
    margin-left: 18px;
}
.mesh-nav>ul li span{
    display: block;
}
.mesh-header{
    position: relative;
    z-index: 3;
    background-color: white;
    padding-top: 27px;
    width: 100%;
}
.mesh-nav>ul{
    display: flex;

}
.mesh-nav>ul li{
    position: relative;
    transition: 0.3s;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;
    padding:25px 14px;
}
.mesh-nav>ul li:after{
    position: absolute;
    bottom:-1px;
    left: 0;
    transition: 0.3s;
    background-color: #E43653;
    width: 0px;
    height: 1px;
    content:'';
}
.mesh-nav>ul li.active:after{
  width: 100%;
}
/* .mesh-nav>ul li:hover:after{
    width: 100%;
} */
.mesh-nav>ul li:last-of-type{
    margin-right: 0;
}
.header-right-bottom{
    margin-top: 10px;
}
.mesh-nav>ul li span:first-of-type{
    line-height: 120%;
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.mesh-nav>ul li span:last-of-type{
    line-height: 150%;
    color: #979797;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
}

.language-select>span{
    display: block;
    margin-right: 6px;
    margin-left: 10px;
    line-height: 17px;
    color: #8E8E8E;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
h1{
    text-transform: uppercase;
    line-height: 56px;
    color: #2E2E2E;
    font-family: Gotham Pro;
    font-size: 59.0017px;
    font-weight: 300;
    font-style: normal;
}

/********** Первая секция **********/
.mesh-section{
    box-sizing: border-box;
    padding-bottom: 45px;
}
.mesh-section_first__services-header{
    margin-top: 60px;
    line-height: 120%;
    color: #000000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
}
.mesh-section_first__action-block{
  display: flex;
  margin-top: 20px;
}
.mesh-section_first__action-block button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  outline: 0;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  width: 275px;
  height: 46px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #2E2E2E;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.mesh-section_first__action-block button:hover{
  border-color: rgb(184, 184, 184);
}
.mesh-section_first__action-block a{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #2E2E2E;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.mesh-section_first__info p{
    margin-top: 24px;
    max-width: 520px;
    line-height: 160%;
    color: #535353;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
.mesh-section_first__info{
    box-sizing: border-box;
    display: flex;
    flex:none;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 83px;
    padding-right: 50px;
    max-width: 615px;
}
.mesh-section_first__play-button{
    display: flex;
    align-items: center;
    margin-top: 29px;
    cursor: pointer;
    max-width: 205px;
}

@-webkit-keyframes video_circles {
    0% {
      opacity: 0.08;
      -webkit-box-shadow: 0 0 0 0;
              box-shadow: 0 0 0 0;
    }
    50% {
      opacity: 0.08;
    }
    85% {
    }
    100% {
      opacity: 0;
      -webkit-box-shadow: 0 0 0 38px;
              box-shadow: 0 0 0 38px;
    }
  }
  @keyframes video_circles {
    0% {
      opacity: 0.08;
      -webkit-box-shadow: 0 0 0 0;
              box-shadow: 0 0 0 0;
    }
    50% {
      opacity: 0.08;
    }
    85% {
    }
    100% {
      opacity: 0;
      -webkit-box-shadow: 0 0 0 38px;
              box-shadow: 0 0 0 38px;
    }
  }

  .mesh-section_first__play-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    margin-right: 20px;
    cursor: pointer;
    color: inherit;
    font-weight: 600;
    -webkit-box-align: center;
        -ms-flex-align: center;
    pointer-events: all;
  }
  .mesh-section_first__play-button-icon svg {
      width: 36px;
      height: 36px;
  }
.mesh-section_first__play-button-icon:before, .mesh-section_first__play-button-icon:after {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 1px;
    height: 1px;
    -webkit-animation: video_circles 2700ms ease-in-out infinite;
            animation: video_circles 2700ms ease-in-out infinite;
    content: '';
  }

  .mesh-section_first__play-button-icon:after {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
.mesh-section_first__play-button span{
    line-height: 24px;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

.mesh-section_first__services{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 66px;
}
.mesh-section_first__services-card{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 58px;
}
.mesh-section_first__services-card>img{
    margin-bottom: 8px;
}
.mesh-section_first__services-card>b{
    position: relative;
    text-align: center;
    line-height: 13px;
    color: #000000;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.mesh-section_first__services-card>p{
    margin-top: 6px;
    text-align: center;
    line-height: 150%;
    color: #939393;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
}
.mesh-section_first__services-card:last-of-type{
    margin-right: 0;
}
.mesh-section_first__portfolio-nav{
    width: 49%;
}
.mesh-section_first__portfolio-nav ul{
    display: flex;
}
.mesh-section_first__portfolio-nav ul li{
    margin-right: 90px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    padding: 0 3px;
    line-height: 150%;
    color: #979797;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
}
.mesh-section_first__portfolio-card-bottom{
    width: 100%;
}
.mesh-section_first__portfolio-card-middle{
    width: 100%;
}
.mesh-section_first__portfolio-nav ul li.active{
    border-color: #464646;
    color:black;
}
.mesh-section_first__portfolio{
    display: flex;
    flex-direction: column;
}
.mesh-section_first .mesh-section__content{
    display: flex;
    position: relative;
    transition: 0.3s;
    height: calc(100% - 35px);
}
.mesh-section_first{
    padding-top: 15px;
    padding-bottom: 50px;
    overflow-x: hidden;
}
.mesh-section_first__portfolio-card{
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    border-left: 1px solid #E8E8E8;
    padding: 0 10px;
    padding-top: 0px;
    width: 280px;
    min-width: 280px;
    max-width: 470px;
    height: 525px;
    /* align-items: flex-end; */
}
.mesh-section_first__portfolio-card-top{
    width: 100%;
    max-width: 260px;
}
.mesh-section_first__portfolio-card img{
    display: block;
    /* min-width: 100%;
    max-width: 100%; */
    transition: 0.3s;
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
}
.mesh-section_first__portfolio-card-number{
    display: block;
    bottom:0;
    transition: 0.3s;
    opacity: 0.1;
    line-height: 100px;
    color: black;
    font-family: 'Gotham Pro';
    font-size: 127.358px;
    font-weight: bold;
    font-style: normal;
}
.mesh-section_first__portfolio-card-date{
    display: block;
    line-height: 13px;
    color: #000000;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.mesh-section_first__portfolio-card-title{
    display: block;
    margin-top: 27px;
    width: 170px;
    line-height: 25px;
    color: #000000;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
}
.mesh-section_first__portfolio-card-text{
    box-sizing: border-box;
    display: block;
    position: absolute;
    right: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    padding-right: 10px;
    width: 235px;
    line-height: 15px;
    color: #000000;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.mesh-section__nav-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.mesh-section_first__portfolio-card-subtitle{
    display: block;
    line-height: 16px;
    color: #000000;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
.mesh-section_first__portfolio-content{
    display: flex;
    flex:1;
    margin-top: 45px;
}
/********** Первая секция (конец) **********/

/********** Клиенты **********/
.mesh-clients-section{
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    width: 100%;
    height: 130px;
}
.mesh-clients-section .wrapper{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}
.swiper-slide.mesh-clients-section-card{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 20%;
    height: 100%;
}
.mesh-clients-section .wrapper img{
    display: block;
    transition: 1.5s;
}
.mesh-clients-section-card:hover img{
    transform: rotateY(-360deg);
    opacity: 0.5;

}
.mesh-clients-section .swiper-wrapper{
  width: 1200px;
}
.mesh-clients-section-card:last-of-type{
    margin-right: 0;
}
.clients-slider{
  width: 100%;
  height: 100%;
}
/********** Клиенты (конец) **********/

/********** Отраслевые решения для бизнеса **********/
.industry-solutions-section{
    background: url('../images/industry-solutions-back.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 20px;
}
.industry-solutions-section>.wrapper{
    width: 1400px;
    max-width: 100%;
}
.mesh-section__header>.wrapper{
    display: flex;
    justify-content: space-between;
}
.mesh-section__header-title{
    position: relative;
    flex:none;
    z-index: 1;
    max-width: 460px;
}

.mesh-section__header{
    display: flex;
    position: relative;
    align-items: center;
    padding:50px 0;
    min-height: 127px;
}
.mesh-section__header-back-text{
    display: flex;
    position: absolute;
    top:0;
    align-items: center;
    justify-content: center;
    transition: 1s;
    z-index: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 167px;
    color: #EEEEEE;
    font-family: Gotham Pro;
    font-size: 175px;
    font-weight: bold;
    font-style: normal;
    pointer-events: none;
}
.mesh-section__header-text{
    position: relative;
    transition: 1s;
    z-index: 1;
    max-width: 646px;
    line-height: 160%;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
.mesh-section__header-title>span{
    display: flex;
    align-items: center;
    transition: 1s;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #535353;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.mesh-section__header-title h2{
    transition: 1s;
    line-height: 139.5%;
    color: #2E2E2E;
    font-family: Gotham Pro;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
}
.mesh-section__header-title h2.dark-theme,.mesh-section__header-title>span.dark-theme{
  color:white;
}
.industry-solutions-section__content{
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    background: url('../images/industry-solutions-content-back.jpg');
    background-size: cover;
    padding: 15px 120px;
    width: 100%;
}
.industry-solutions-section__content .swiper-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.industry-solutions-section__content-card.swiper-slide{
  width: calc(100%/6);
}
.industry-solutions-section__content-card{
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
    padding: 20px 0;
    width: calc(100% / 6);
}
.industry-solutions-section__content-card span:after{
  position: absolute;
  bottom:0;
  left:0;
  transition: .5s;
  z-index: -1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  width: 0px;
  height: 100%;
  content:'';
  backdrop-filter: blur(60px);
}
/* .industry-solutions-section__content-card:hover{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(60px);
    border-radius: 5px;
} */
.industry-solutions-section__content-card:hover span:after{
  width: 100%;
}
.industry-solutions-section__content-card img{
  transition: 1.5s;
}
.industry-solutions-section__content-card:hover img{
  transform: rotateY(-360deg);
}
.industry-solutions-section__content-card span{
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    padding: 6px 26px;
    text-align: center;
    line-height: 120%;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
}

/********** Отраслевые решения для бизнеса (конец) **********/

/********** Лицензии **********/
.categories-carousel .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .categories-carousel .title {
    box-sizing: border-box;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    padding: 0 15px;
    text-align: center;
    text-align: center;
    line-height: 1;
    line-height: 24px;
    font-family: Roboto;
    font-size: 24px;
    font-size: 24px;
    font-weight: bold;
    font-weight: 500;
    font-style: normal;
  }
  .categories-carousel .title .text{
    margin-top: 20px;
    text-align: center;
    line-height: 150%;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
  }
  .categories-carousel .big-title{
    position: relative;
    position: absolute;
    transition: .3s;
    z-index: 2;
    text-align: center;
    line-height: 86px;
    color: #FFFFFF;
    font-family: Gotham Pro;
    font-size: 90px;
    font-weight: 500;
    font-style: normal;
  }
  .categories-carousel .title .num {
    display: inline;
    opacity: .43;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
  }

  .categories-carousel .content {
    position: relative;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #F2F2F3;
    height: 105px;
    overflow: hidden;
  }

  .dark-scheme #page .categories-carousel .content,
  #page .dark-scheme .categories-carousel .content {
    background: #000;
    color: #fff;
  }

  .categories-carousel .content .title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }

  .categories-carousel .image {
    display: flex;
    position: relative;
    align-items: center;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    justify-content: center;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    border-radius: 4px;
    background-color: #fbf8f6;
    background-position: top !important;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
  }

  .categories-carousel .image:before {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    transition: 0.9s;
    opacity: 0.3;
    background: #000;
    width: 100%;
    height: 100%;
    content: '';
  }

  .categories-carousel .image .title {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }

  .categories-carousel .wrap:hover .content {
    margin: 0 !important;
    height: 0;
  }
  .categories-carousel .wrap:hover .big-title{
    opacity: 0;
  }
  .categories-carousel .wrap:hover .content .title {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
    opacity: 0;
  }

  .categories-carousel .wrap:hover .image:before {
    opacity: .7 !important;
  }

  .categories-carousel .wrap:hover .image .title {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1;
  }

  .categories-carousel.style1 .swiper-slide:nth-child(even) .content, .categories-carousel.style2 .content {
    -webkit-order: 2;
            order: 2;
    margin: 15px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
  }

  .categories-carousel.style1 .swiper-slide:nth-child(even) .image .title, .categories-carousel.style2 .image .title {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
  }

  .categories-carousel.style1 .swiper-slide:nth-child(even) .wrap:hover .content .title, .categories-carousel.style2 .wrap:hover .content .title {
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
  }
  /* .license-section{
      padding-bottom: 30px;
  } */
  .license-section__content-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
  .license-section__see-more{
    display: flex;
      align-items: center;
      justify-content: center;
      padding:50px 0;
  }
  .license-section__see-more-href{
    display: flex;
    align-items: center;
  }
  .license-section__see-more-href:hover>div{
    width: 0px;
  }

  .license-section__see-more-href>div{
    transition:background-color 1000ms, width 0.3s;
    margin-right: 15px;
    background-color: black;
    width: 35px;
    height: 1px;
  }
  .license-section__see-more-href>a,
  .license-section__see-more-href>span{
    transition: 1s;
    line-height: 24px;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
  }

  /********** Лицензии (конец) **********/

  /********** Прелоадер **********/
  .preloader-true.preloader-progress_bar:not(.pace-done) #page {
    opacity: 0;
  }

  #pace-content {
    display: none !important;
  }

  .pace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    z-index: 9999;
    background: #fff;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .admin-bar .pace {
    top: 32px;
  }

  .pace .pace-progress {
    margin-bottom: 30px;
    background: #000;
  }

  .pace .pace-progress .pace-progress-inner {
    background: #fff;
    height: 40px;
  }

  .pace .pace-activity {
    height: 100%;
  }

  .pace .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .pace .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
  }

  .pace .text {
    opacity: .63;
  }

  .pace .site-logo + .text {
    margin-left: 25px;
    border-left: 1px solid;
    padding-left: 25px;
  }

  .pace .number {
    position: relative;
    margin-left: auto;
    line-height: 1;
    font-family: Gotham Pro;
    font-size: 50px;
    font-weight: 700;
  }

  .pace .number:after {
    display: inline-block;
    margin-top: 0.12em;
    vertical-align: top;
    font-size: 30px;
    font-weight: bold;
    content: '%';
  }

  @media (max-width: 991.98px) {
    .pace {
      padding-top: 30px;
    }
    .pace .number {
      font-size: 300px;
    }
  }

  @media (max-width: 767.98px) {
    .pace {
      padding-top: 10px;
    }
    .pace .number {
      margin-left: 0;
      font-size: 200px;
    }
  }

  @media (max-width: 575.98px) {
    .pace .number {
      font-size: 100px;
    }
  }

  .pace-done .pace {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

/********** Прелоадер (конец) **********/


/********** Аутсорс **********/
.mesh-content-section__nav{
    margin-top: 12px;
}
.mesh-content-section__nav ul{
    display: flex;
}
.mesh-content-section__nav ul li{
  transition: 1s !important;
  margin-right: 40px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px !important;
  width: max-content;
  line-height: 150% !important;
  white-space: nowrap;
  color: #000000;
  font-family: Roboto !important;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}
.news-header .mesh-content-section__nav ul li{
    box-sizing: border-box;
    transition: 1s !important;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px !important;
    width: max-content;
    line-height: 19px;
    white-space: nowrap;
    color: #9BA1AA;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.mesh-content-section__nav ul li.active{
    border: none;
    background-color: #E43653;
    color:white !important;
}
.search-news{
  box-sizing: border-box;
  display: flex;
  margin-left: 20px;
  border: 1px solid #D9E1E7;
  border-radius: 5px;
  height: 37px;
}
.search-news button{
  outline: 0;
  border:none;
  background-color: transparent;
  cursor: pointer;
  padding: 0 10px;
}

.news-header{
  display: flex;
  align-items: center;
  margin: 50px 0;
  height: 75px;
}
.news-header h1{
  margin-top: -10px !important;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  line-height: 139.5%;
  color: #2E2E2E;
  font-family: 'Gotham Pro';
  font-size: 59px;
  font-weight: 400;
  font-style: normal;
}
.search-news input{
  transition: 1s;
  outline: 0;
  border:none;
  padding-left: 10px;
  width: 205px;
}
.mesh-outsource-section{
    padding-bottom: 50px;
}
.outsource-item__modal-back{
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: white;
  width: 100%;
  height: 100%;
}
video{
  display: block;
}
.outsource-gutter{
    width: 30px;
}
.outsource-gutter-main{
  width:2%;
}
.outsource-section .mesh-outsource-section__card {
  background-position: center;
  background-size: cover;
  width: 23.5%;
  height: 130px;
  overflow: hidden;
}
.portfolio-video-modal__card-continer{
  display: none;
  position: absolute;
}
.outsource-section .mesh-outsource-section__card.outsource-big{
  width: 66%;
}
.mesh-outsource-section__cards-container{
    margin-top: 25px;
}
.mesh-section__content{
    margin: 0 auto;
    width: 1350px;
}
.outsource-section .mesh-outsource-section__card img{
  width: 100%;
}
.front,
.back{
    position: absolute;
    backface-visibility: hidden;
    transition: transform .6s linear;
    width: 100%;
    height: 100%;
}
.front{
  transform: perspective(600px) rotateY(0deg);
}
.back{
  transform: perspective(600px) rotateY(180deg);
}
.mesh-outsource-section__card:hover > .front{
  transform: perspective(600px) rotateY(-180deg);
}
.mesh-outsource-section__card:hover > .back{
  transform: perspective(600px) rotateY(0deg);
}
.mesh-outsource-section__card .front{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mesh-outsource-section__card .back{
  box-sizing: border-box;
  background-color: #c5c5c5;
  padding: 10px;
  text-align: center;
  line-height: 150%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
#outsource-section  .mesh-section__content{
  width: 1200px;
}
#single-portfolio-grid-section .mesh-outsource-section__card{
    position: relative;
    width: 226px;
}
.mesh-outsource-section__card .image{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.mesh-outsource-section__card .up{
  box-sizing: border-box;
  position: absolute;
  bottom: -100%;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 150%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.mesh-outsource-section__card p{
  margin-top: 20px;
  text-align: center;
  line-height: 150%;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

.mesh-outsource-section__card:hover .up{
  bottom: 0;
}
.mesh-outsource-section__card:hover .mesh-outsource-section__card-content b{
  opacity: 0;

}
/* .mesh-outsource-section__cards-container .mesh-outsource-section__card{
  width: 30%;
} */
.mesh-outsource-section__card video{
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.mesh-outsource-section__card:hover .mesh-outsource-section__card-content{
    opacity: 1;
}
.mesh-outsource-section__card img{
  display: block;
}
.mesh-outsource-section__card-content{
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top:0;
    left: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
    background-color: rgb(0, 0, 0,50%);
    width: 100%;
    height: 100%;
    text-align: center;
}

.mesh-outsource-section__card-content b{
    transition: 1s;
    line-height: 120%;
    color: #FFFFFF;
    font-family: Gotham Pro;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
}
.mesh-outsource-section__card-content p{
    margin-top: 15px;
    line-height: 150%;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}
/********** Аутсорс (конец) **********/
/********** Аутстаф **********/
.events-block {
    margin: 30px 0;
  }

  .event-nav {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
  }

  .event-nav .prev,
  .event-nav .next {
    position: absolute;
    top: 50%;
    z-index: 200;
    margin-top: -.5em;
    cursor: pointer;
    font-size: 18px;
  }

  .event-nav .prev {
    left: -30px;
  }

  .event-nav .next {
    right: -30px;
  }

  /* .event-nav .swiper-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 25px;
    width: auto;
    min-width: 150px;
    height: 42px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }

  .event-nav .swiper-slide::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 0 400px;
            box-shadow: inset 0 0 0 400px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: -1;
  }

  .event-nav .swiper-slide.swiper-slide-thumb-active {
    color: #fff;
  }

  .event-nav .swiper-slide.swiper-slide-thumb-active:before {
    top: 0;
    border-radius: 4px;
  }
   */
  @media (max-width: 767.98px) {
    .event-nav {
      padding: 0 35px;
    }
    .event-nav .prev {
      left: 0px;
    }
    .event-nav .next {
      right: 0px;
    }
    .event-nav .swiper-slide {
      margin-right: 20px !important;
    }
  }

  .event-content .page {
    display: none;
  }

  .event-content .handle-loadmore-block {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 35px;
    text-align: center;
    -webkit-box-flex: 0;
  }

  @media (max-width: 991.98px) {
    .event-content {
      margin: 0 -15px;
    }
    .event-content .swiper-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
    }
  }

  .event-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    padding-right: 10px;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
  }

  .event-item:first-child {
    border-top: 1px solid #e5e5e5;
  }

  .event-item:nth-child(even) {
    background: #F8FBFF;
  }

  .event-item:hover {
    background: #F9F9F9;
  }

  body.dark-scheme .event-item,
  body .dark-scheme .event-item {
    border-bottom: 1px solid #1f1e1e;
    background: #272626;
    color: #fff;
  }

  body.dark-scheme .event-item:first-child,
  body .dark-scheme .event-item:first-child {
    border-top: 1px solid #1f1e1e;
  }

  body.dark-scheme .event-item:nth-child(even),
  body .dark-scheme .event-item:nth-child(even) {
    background: #2c2b2b;
  }

  body.dark-scheme .event-item:hover,
  body .dark-scheme .event-item:hover {
    background: #313030;
  }

  .event-item > *:not(:last-child) {
    margin: 10px 0;
    margin-right: 70px;
  }
  .event-item .link{
      display: flex;
      align-items: center;
      cursor: pointer;

  }
  .event-item .link svg{
    position: relative;
    right: 0;
    transition: 0.5s;
  }
  .button-style4.extra-small{
    margin-right: 15px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
  }
  .event-item .link:hover .button-style4.extra-small{
      color:#E43653;
  }
  .event-item .link:hover svg{

    right: -5px;
  }
  .event-item .link:hover svg path{
    fill:#E43653;
  }
  .event-item .image {
    position: relative;
    -webkit-flex: 0 0 160px;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin-right: 120px;
    border-radius: 4px;
    max-width: 160px;
    height: 100px;
    overflow: hidden;
    -webkit-box-flex: 0;
  }

  .event-item .image .video-link {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
  }

  .event-item .image .video-link:hover {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }

  .event-item .author,
  .event-item .location {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 1;
  }

  .event-item .details {
    -webkit-flex: 0 0 305px;
        -ms-flex: 0 0 305px;
            flex: 0 0 305px;
    max-width: 305px;
    -webkit-box-flex: 0;
  }

  .event-item .heading {
    line-height: 29px;
    color: #000000;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
  }

  .event-item .time {
    margin-top: 5px;
    line-height: 160%;
    color: #535353;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
  }

  .event-item .name {
    line-height: 21px;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;

  }

  .event-item .post {
    margin-top: 6px;
    line-height: 160%;
    color: #535353;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
  }

  @media (max-width: 991.98px) {
    .event-item {
      display: block;
      position: relative;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 30px;
      border: none !important;
      padding: 0 15px;
      -webkit-box-flex: 0;
    }
    .event-item:nth-child(even) {
      background: none;
    }
    .event-item .image {
      margin: 0 0 15px;
      max-width: none;
      height: 200px;
    }
    .event-item .heading {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 470px) {
    .event-item {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-flex: 0;
    }
  }
  /********** Аутстаф (конец) **********/

  /********** Видеоблок **********/
    .video-section{
        display: flex;
        align-items: center;
        background: url('https://promo-theme.com/ottro/wp-content/uploads/2020/03/img69.jpg');
        background-position:center ;
        background-size: cover;
        height: 500px;
    }
    .video-section__left{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: white;
        width: 50%;
        height: 300px;
    }
    .video-section__wrap{
        box-sizing: border-box;
        padding-right: 50px;
        width: 600px;
    }
    .video-section__wrap b{
        line-height: 139.5%;
        color: #2E2E2E;
        font-family: Gotham Pro;
        font-size: 35px;
        font-weight: bold;
        font-style: normal;
    }
    .video-section__wrap p{
        margin-top: 20px;
        line-height: 150%;
        letter-spacing: 0.005em;
        color: #000000;
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
    }
    .out-team__section-content img{
      width: 100%;
    }
    .video-section__right{
        display: flex;
        align-items: center;
        height: 300px;
    }
    .video-section__right .video-section__wrap{
      padding-right: 200px;
    }
    .video-section__right .mesh-section_first__play-button{
        margin-top: 0;
    }
    @keyframes video_circles_white {
        0% {
          opacity: 0.08;
          -webkit-box-shadow: 0 0 0 0 white;
                  box-shadow: 0 0 0 0 white;
        }
        50% {
          opacity: 0.08;
        }

        100% {
          opacity: 0;
          -webkit-box-shadow: 0 0 0 38px white;
                  box-shadow: 0 0 0 38px white;
        }

    }
    .video-section__right .mesh-section_first__play-button .mesh-section_first__play-button-icon:before,
    .video-section__right .mesh-section_first__play-button .mesh-section_first__play-button-icon:after{
        box-shadow: 0 0 0 0 white;
        animation: video_circles_white 2700ms ease-in-out infinite;
        -webkit-animation-name:  video_circles_white;
        -webkit-animation-duration: 2700ms;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
    }
    .video-section__right .mesh-section_first__play-button .mesh-section_first__play-button-icon:after{
      -webkit-animation-delay: 300ms;
    }
    .video-section__right .mesh-section_first__play-button span{
        color:white;
    }.video-section__right .mesh-section_first__play-button svg{
        position: relative;
        z-index: 2;
    }
    .video-section__right .mesh-section_first__play-button svg path{
        fill:white;
    }
    .video-section__right .video-section__wrap{
        display: flex;
        justify-content: flex-end;
    }

  /********** Видеоблок (конец) **********/

  /********** Наш блог **********/
  /* .out-blog__section{
    padding-bottom: 110px;
  } */
  #news .our-blog-card{
    margin-right: 0;
  }
  #news h1{
    margin: 50px 0;
  }
  #news .news__cards-container{
    margin-top: 30px;
  }
  .news-gutter{
    width: 5%;
  }
  .our-blog-card{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 3%;
    margin-bottom: 30px;
    background: #F9F9F9 !important;
    cursor: pointer;
    width: 30%;
    height: 550px;
}
.our-blog-card:hover .our-blog-card__header>span, .our-blog-card:hover .our-blog-card__title, .our-blog-card:hover .our-blog-card__content p,.our-blog-card:hover .our-blog-section__card-see-more a{
  color:white !important;
}
.our-blog-card:hover .license-section__see-more-href>a,
.our-blog-card:hover .license-section__see-more-href>span{
  color:white;
}
.our-blog-card:hover .license-section__see-more-href>div{
  background-color:white !important;
}
.our-blog-card:hover .our-blog-card__category{
  color: #8F8F8F;
}
.our-blog-card:hover .our-blog-section__card-see-more div{
  transition:background-color 1000ms, width 0.3s;
}
.our-blog-card:hover .our-blog-section__card-see-more div{
  background-color: white !important;
}
.our-blog-card:hover>img{
    height: 100%;
    filter: brightness(40%);
}
.our-blog-content{
    display: flex;
    flex-wrap: wrap;
}
.our-blog-card__header{
  display: none;
  align-items: center;
}
.our-blog-card__header>img{
  display: block;
  flex:none;
  margin-right: 23px;
  border-radius: 50%;
  width:40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}
.our-blog-card__header>span{
  transition: 1s;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}
.our-blog-card__category{
  display: block;
  transition: 1s;
  margin-top: 25px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #535353;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;

}
.our-blog-card__title{
  display: block;
  transition: 1s;
  margin-top: 15px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #2E2E2E;
  font-family: Gotham Pro;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

.our-blog-card>img{
    display: block;
    position: absolute;
    top:0;
    transition: 1s;
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: center;
}
.our-blog-card__content{
    position: relative;
    z-index: 2;
    padding: 30px 40px;
}
.our-blog-card__content p{
  display: -webkit-box;
  transition: 1s;
  margin-top: 20px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  line-height: 150%;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our-blog-card__text{
  display: -webkit-box;
  transition: 1s;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 150%;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our-blog-card__footer{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.our-blog-card__footer span{
  display: flex;
  align-items: center;
  transition: 1s;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #A5A5A6;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.our-blog-section__card-see-more{
  margin-top: 20px;
}
.our-blog-section__card-see-more a{
  transition: 1s;
  font-size: 14px;
}
.our-blog-card__likes,.our-blog-card__view{
  display: flex;
}
.our-blog-card__likes span:last-of-type,.our-blog-card__view span:last-of-type{
  margin-left: 5px;
}
.our-blog-card__likes{
  margin-left: 15px;
}
.our-blog-card__view{
  margin-left: 20px;
}
  /********** Наш блог (конец) **********/
  .review-section-nav-container .nav-arrows svg{
    outline: 0;
    cursor: pointer;
  }
  .review-section-nav-container .nav-arrows{
    display: flex;
    align-items: center;
  }
  .review-section-nav-container .swiper-button-disabled{
    opacity: 0;
  }
  .swiper-button-disabled{
    opacity: 0;
  }
  /* .review-section-nav-container .nav-arrows svg:last-of-type{
    margin-left: 25px;
  } */
  .header-text-aliign-end{
    display: flex;
    align-items: flex-end;
  }
  .testimonial-item.with-hover:hover .wrap, .testimonial-item.show-active-element.swiper-slide-active .wrap{
    border-radius: 0;
    background-color: #E43653 !important;
  }
  .testimonial-item.with-hover:hover .wrap:before, .testimonial-item.show-active-element.swiper-slide-active .wrap:before{
    border-color: #E43653;
  }
  .reviews-section .testimonial-item.show-active-element.swiper-slide-active .wrap:before{
    border-color: #E43653;
  }
  .testimonial-item.with-hover:hover .top-block, .testimonial-item.show-active-element.swiper-slide-active .top-block{
    margin-bottom: 20px !important;
  }
  .testimonial-item .wrap{
    border-radius: 0;
  }
  .testimonial-item .quote{
    line-height: 160%;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
  }
  .testimonial-item .name{
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .testimonial-item .post{
    opacity: 1;
    margin-top: 0;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
  }
  .testimonial-item.swiper-slide{
    height: auto;
  }
  .testimonial-item .top-block .top-block-inner{
    align-items: flex-start;
  }
  /********** Награды **********/
  .portfolio-type-slider .swiper-slide a{
    cursor: pointer;
  }
  .portfolio-type-slider .content .title{
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #2E2E2E;
    font-family: Gotham Pro;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
  }
  .portfolio-type-slider .content .desc{
    line-height: 160%;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
  }
  .portfolio-type-slider .prev{
    bottom: 0;
  }
  .awards-section{
    padding-bottom: 80px;
  }
  /********** Награды (конец) **********/

  /********** Инста **********/
  .instagram-section{
    position: relative;
    bottom: -1px;
    padding-top: 60px;
  }
  .instagram-section__first-block{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .instagram-section__first-block button{
    display: flex;
    align-items: center;
    justify-content: center;
    outline:none;
    border:none;
    border-radius: 5px;
    background: #262627;
    cursor: pointer;
    width: 175px;
    height: 60px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
  }
  .instagram-section__first-block-left h2{
    margin-top: 10px;
    line-height: 139.5%;
    color: #2E2E2E;
    font-family: Gotham Pro;
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
  }
  .instagram-section__first-block-left span{
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #535353;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
  }
  .instagram-section__first-block button svg{
    margin-right: 15px;
  }
  .gallery-carousel{
    margin-top: 60px;
    margin-bottom: 0 !important;
  }
  .gallery-carousel .swiper-slide{
    filter: grayscale(1);
  }
  .gallery-carousel .swiper-slide:hover{
    filter: grayscale(0);
  }
  /********** Инста (конец) **********/
  /********** Футер **********/
  .site-footer {
    background: #222222;
    padding-top: 48px;
    padding-bottom: 20px;
    color:white;
  }
  footer .site-logo a{
    line-height: 26px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
  }
  footer .textwidget p{
    margin-top: 26px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
  }
  .site-footer .row{
    display: flex;
    justify-content: space-between;
  }
  .site-footer div.first{
    max-width: 300px;
  }

  .site-footer .social-links{
    display: flex;
    margin-top: 35px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
  }
  .site-footer .social-links a:first-of-type{
    margin-left: 25px;
  }
  .site-footer .social-links a{
    margin-left: 17px;
  }
  .site-footer h6{
    margin-bottom: 25px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
  }
  .site-footer .label{
    line-height: 150%;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.4);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
  }
  .site-footer .value{
    margin-top: 10px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
  }
  .contact-item.without-label{
    padding-top: 12px;
  }
  .subscribe-form .input{
    outline: 0;
    border:0;
  }
  .site-footer button{
    outline:0;
    border:0;
    border-radius: 5px;
    background: #302F2F;
    width: 110px;
    height: 30px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
  }
  .footer-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .footer-bottom .right-text{
    display: flex;
    align-items: center;
  }
  .footer-bottom .left-text{
    line-height: 150%;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.35);
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
  }
  .footer-bottom .right-text .site-right{
    margin-left: 50px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.35);
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
  }
  .footer-bottom .right-text .links a{
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
  }
  .footer-bottom .right-text .links{
    display: flex;
    align-items: center;
  }
  .right-text-links-href{
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 15px;
  }
  /********** Футер (конец) **********/

  /********** Личная страница новости **********/
  .single-look__header{
    box-sizing: border-box;
    position: relative;
    margin:0 auto;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    padding: 0;
    padding-top: 28px;
    /* padding-left: 150px;
    padding-right: 150px; */
    width: 90%;
    max-width: 1920px;
}
.single-look-main{
    padding-top: 13px;
}
.single-look-page{
    height: 6000px;
}
.single-look-page .single-look-main{
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    background-color: transparent;
    padding-top:30px;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1920px;
}
.single-look__header-avatar{
    width: 37px;
    height: 37px;
}
.single-look__header-avatar>img{
    border-radius: 50%;
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-look__author-name{
    margin-left: 11px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
.single-look__post-date{
    margin-top: 0;
    margin-left: 30px;
    line-height: 150%;
    letter-spacing: 0.005em;
    color: #535353;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}
/* .single-look__stat.desctop-object{
    display: none;
} */
.single-look__first-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-look__stat{
    display: flex;
}
.single-look__first-line>div:first-of-type{
    display: flex;
    align-items: center;
}
.single-look__stat>div svg{
    cursor: pointer;
}
.single-look__second-line{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 16px;
}
.single-look__socials.desctop-object{
    display: none;
}
.single-look__tags .single-look__socials.desctop-object{
    display: none;
}
.single-look__socials{
    display: flex;
    display: none;
}
.single-look__socials svg{
    display: block;
    margin-left: 16px;
    cursor: pointer;
    width: 26px;
    height: 26px;
}
.single-look__first-line>div.single-look__stat{
    display: flex;
}
.single-look__stat>div{
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-right: 13px;
}
.single-look__stat>div:last-of-type{
    margin-right: 0;
}
.single-look-page>main{
    padding: 0;
}
.single-look__stat>div>span{
    margin-left: 10px;
    line-height: 18px;
    color: #8C8C8C;
    font-family: SF UI Display;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.single-look-tags-slider__slide{
    box-sizing: border-box;
    transition: .5s;
    margin-right: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 23px;
    border-radius: 5px;
    background: #FEFEFE;
    background: #F9F9F9;
    cursor: pointer;
    padding: 7px 16px;
    width: max-content;
    line-height: 150%;;
    white-space: nowrap;
    color:#E43653;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.single-look-tags-slider__slide:hover{
    border-color: rgba(228, 54, 83, 1);
}
.single-look-tags-slider{
    margin-left: 0;
    padding-top: 15px;
    width: 100%;
}
.single-look-tags-slider .swiper-wrapper{
    padding: 3px 0;
    padding-left: 10px;
}
/* .single-look-page>main{
    position: relative;
    padding: 16px;
} */
.single-look-page article{
    box-sizing: border-box;
    /* margin-bottom: 580px; */
    position: relative;
    position: absolute;
    top:0;
    left: 0;
    margin-bottom: 0;
    /* margin-top: 110px; */
    background-color: white;
    padding: 190px 260px 110px 260px;
    width: 100%;

}
.single-look-main h1{
    margin: 0 auto;
    margin-top: 0px;
    width: 90%;
    line-height: 43px;
    color:rgba(46, 46, 46, 1);
    font-family: Gotham Pro;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;

    /* padding-left: 150px;
    padding-right: 150px; */
}
.single-look-main h2{
    margin: 0 auto;
    margin-top: 40px;
    width: 90%;
    line-height: 108.02%;
    color: #000000;
    font-family: Gotham Pro;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;

    /* padding-left: 150px;
    padding-right: 150px; */
}
.single-look-main p{
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
    line-height: 190%;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    /* padding-left: 150px;
    padding-right: 150px; */
}
.single-look-main>img{
    display: block;
    margin:0 auto;
    margin-top: 40px;
    width: 90%;
    height: auto;
}
.single-look__image{
    width: 100%;
    height: 100%;
}
.single-look__image img{
    width: 100%;
}
.single-look__products{
    display: flex;
    flex-wrap: wrap;
}
/* .single-look__more-text{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
} */
.single-look__more-text-content{
    display: none;
}
.single-look__more-text-content p,
.single-look__more-text-content h2,
.single-look__more-text-content h3,
.single-look__more-text-content h4,
.single-look__more-text-content img{
    width: 100%;
}
.single-look__more-text button{
    display: flex;
    align-items: center;
    margin-top: 40px;
    outline: 0;
    border:0;
    background: transparent;
    cursor: pointer;
    line-height: 21px;
    color: #919191;
    font-family: Inter;
    font-size: 18px;
    font-weight: 1;
    font-style: normal;
}
.single-look__product-card{
    box-sizing: border-box;
    position: relative;
    margin-top: 0;
    margin-top: 4%;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 11px 18px;
    padding-top: 25px;
    padding-bottom: 20px;
    width:100%;
}
.single-look__stock-ticket{
    display: flex;
    position: absolute;
    top:10px;
    left: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border-radius: 5px;
    background: #FF5B5B;
    width: 60px;
    height: 32px;
    line-height: 108.02%;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 13px;
    font-weight: 1;
    font-style: normal;
}
.single-look__product-card:nth-of-type(even){
    margin-left: 0;
}
.single-look__product-card figure img{
    display: block;
    margin: 0 auto;
    width: 51%;
}
.single-look__images-slider img{
    border-radius: 7px;
}
.single-look__product-card svg{
    position: absolute;
    right:13px;
    bottom:20px;
    width: 8px;
    height: 16px;
}
.single-look__images-slider{
    position: relative;
    margin-top: 40px;
}
.single-look__images-slider .single-look__images-slider-next-arrow{
    display: block;
    position: absolute;
    top:275px;
    right: 68px;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 2;
    outline: none;
}
.single-look__images-slider .single-look__images-slider-pagination{
    position: absolute;
    top:530px;
    bottom: auto;
    transform: translateY(-100%);
    z-index: 2;
    outline:none;
    width: 100%;
    text-align: center;
}
.single-look__scroll-up{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* opacity: 0.5; */
}
/* .single-look__scroll-up:hover{
    opacity: 1;
} */
.single-look__image-container>img{
    border-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.single-look__image-container{
    box-sizing: border-box;
    /* padding: 0 150px; */
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: white;
    width: 90%;
    height: 550px;
}
.single-look__image-price-card{
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: 40%;
    right: 27%;
    flex-direction: column;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
    padding: 14px 23px;
    padding-right: 40px;
    padding-right: 20px;
    width: 180px;
    backdrop-filter: blur(60px);
}
.single-look__image-price-card:after{
    position: absolute;
    bottom: -40px; /* Положение треугольника */
    left: 50%;
    transform: translateX(-50%);
    border: 20px solid transparent; /* Прозрачные границы */
    border-top: 20px solid rgba(255, 255, 255, 0.3); /* Добавляем треугольник */
    content:'';
    backdrop-filter: blur(60px);
}

.single-look__image-price-card-title{
    line-height: 21px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}

.single-look__image-price-card-price{
    margin-top: 5px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}
.single-look__products-slider-pagination .swiper-pagination-bullet{
    background-color: #979494;
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullets.single-look__products-slider-pagination{
    position: absolute;
    bottom:20px;
    transform: translateY(50%);
    z-index: 2;
    outline: none;
    text-align: center;
}
.single-look__images-slider .single-look__images-slider-prev-arrow{
    display: block;
    position: absolute;
    top:275px;
    bottom: auto;
    left: 68px;
    transform: translateY(-50%);
    opacity: 0.5;
    z-index: 2;
    outline: none;
}
.single-look__products-slider{
    background-color: #F6F6F6;
}
.single-look__views svg{
    width: 29px;
    height: 24px;
}
.single-look__products-slider .swiper-wrapper{
    padding-bottom: 40px;
}
.single-look__products-slider-slide{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    pointer-events: all !important;
}
.single-look__images-slider .single-look__images-slider-pagination .swiper-pagination-bullet{
    transition: .5s;
    opacity: 1 !important;
    margin: 5px !important;
    border-radius: 3px !important;
    background: rgba(255, 255, 255, 0.25);
    width: 10px !important;
    height: 2px !important;
}
.single-look__images-slider .single-look__images-slider-pagination .swiper-pagination-bullet-active{
    background: #E43653;
    width: 23px !important;
}
.single-look__images-slider .swiper-button-disabled{
    display: none;
}
.single-look__card-title{
    display: block;
    margin-top: 25px;
    line-height: 108.02%;
    color: #000000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
}
.single-look__card-price{
    display: block;
    margin-top: 15px;
    line-height: 108.02%;
    color: #000000;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}
.single-look__video{
    margin-top: 0;
    border-radius: 8px;
    background-color: #E4E4E4;
    width:100%;
    height:527px;
}

.single-look__bottom-functions-line{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0px;
    border-top:1px solid #E8E8E8;
    padding: 27px 5%;
}
.single-look__comments-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-look__comments-section{
    margin: 0 auto;
    /* padding-left: 150px;
    padding-right: 150px; */
    margin-top: 60px;
    border-radius: 0 0 8px 8px;
    padding-bottom: 70px;
    width: 90%;
}
/* .single-look-main>article{
    margin-top: ;
} */
.single-look__comments-header-title{
    line-height:27px;
    color: #000000;
    font-family: NEXT ART;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
}
.single-look__comments-show-more-section>button{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    outline: 0;
    border:0;
    border-radius: 37px;
    background: #FAFAFA;
    cursor: pointer;
    width: 100%;
    height: 55px;
    text-transform: uppercase;
    line-height: 12px;
    color: #606060;
    font-family: NEXT ART;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.single-look__comments-show-more-dropdown{
    display: none;
}
.single-look__comments-count{
    /* font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 108.02%;
    color: #BDBDBD;
    margin-left: 10px; */
    display: none;
}
.single-look__comments-sort{
    position: relative;
    min-width: 150px;
}
.single-look__comments-sort-current{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.single-look__comments-sort-current svg{
    display: block;
    margin-left: 10px;
    width:15px;
    height: 8px;
}
.single-look__comments-sort-current span{
    line-height: 18px;
    color: #000000;
    font-family: NEXT ART;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}
.single-look__send-comment-area{
    position: relative;
    margin-left: 20px;
    width: 100%;
}
.single-look__send-comment-avatar{
    flex:none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.single-look__send-comment-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-look__send-comment-block{
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.single-look__send-comment-area input{
    box-sizing: border-box;
    outline: 0;
    border:0;
    border-radius: 37px;
    background-color: #F6F6F6;
    padding-right: 60px;
    padding-left: 40px;
    width:100%;
    height: 52px;
    line-height: 108.02%;
    color: black;
    font-family: Alegreya;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.single-look__send-comment-area input::placeholder{
    line-height: 108.02%;
    color: #9D9D9D;
    font-family: NEXT ART;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.single-look__send-comment-area button{
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.single-look__send-comment-area button svg{
    display: block;
    width:0px;
}
.single-look__one-comment-header-info{
    display: flex;
    align-items: center;
}
.single-look__one-comment{
    margin-top: 50px;
}
.single-look__one-comment-name{
    margin-left: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    white-space: nowrap;
    color: #000000;
    font-family: NEXT ART;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}
.single-look__one-comment-date{
    margin-top: 0;
    margin-left: 20px;
    line-height: 20px;
    color: #8C8C8C;
    font-family: SF UI Display;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.single-look__one-comment-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-look__one-comment-header-info img{
    border-radius: 50%;
    width: 37px;
    height: 37px;
}
.single-look__one-comment-functions-button{
    display: block;
    margin-top: 5px;
    outline: 0;
    border:0;
    background-color: transparent;
    cursor: pointer;
}
.single-look__one-comment-functions-button svg{
    display: block;
    width: 20px;
    height: 25px;
}
.single-look__one-comment-content{
    margin-top: 25px;
    line-height: 108.02%;
    color: #000000;
    font-family: Alegreya;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}
.single-look__one-comment-likes-count{
    margin-right: 10px;
    line-height: 20px;
    color: #868686;
    font-family: NEXT ART;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
.single-look__one-comment-likes{
    display: flex;
    align-items: center;
}
.single-look__one-comment-likes svg{
    display: block;
    cursor: pointer;
    width: 18px;
    height: 20px;
}
.single-look__one-comment-footer a{
    cursor: pointer;
    line-height: 20px;
    color: #BBBBBB;
    font-family: NEXT ART;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}
.single-look__one-comment-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.single-look__see-more-comments-button{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    outline:0;
    border:0;
    background-color: transparent;
    cursor: pointer;
}
.single-look__see-more-comments-button svg{
    margin-top: 3px;
    margin-bottom: 2px;
    width: 21px;
    height: 26px;
}
.single-look__see-more-comments-count{
    margin-top: 3px;
    margin-left: 16px;
    line-height: 10px;
    color: #000000;
    font-family: SF UI Display;
    font-size: 8px;
    font-weight: 600;
    font-style: normal;
}
.single-look__see-more-comments-block{
    padding-left: 50px;
}
.main-fashion-dropdown{
    display: none;
    position: absolute;
    top:100%;
    right:0;
    z-index: 3;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.11);
    background-color: white;
}
.main-fashion-dropdown ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    padding: 13px;
    list-style-type:none;
    line-height: 10px;
    color: #000000;
    font-family: Inter;
    font-size: 13px;
    font-weight: 1;
    font-style: normal;
}
.single-look__one-comment-functions-block{
    position: relative;
}
.main-fashion-dropdown ul li span{
    white-space: nowrap;
}
.main-fashion-dropdown ul li svg{
    display: block;
    flex:none;
    opacity: 0.5;
    margin-left: 30px;
    width: 13px;
    height: 13px;
}
.single-look__comments-sort-dropdown ul li.single-look__active-sort svg{
    opacity: 1;
}

.single-look-header{
    position: fixed;
    z-index: 5;
    box-shadow: 0 10px 20px rgb(0 0 0 / 7%);
    width: 100%;
}
main.single-look-main-container{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.single-look-main>article{
    border-radius: 8px;
    padding-top: 100px;

}
.single-look-article-content{
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
    background: #F9F9F9;
    max-width: 1020px;
}

.single-look__tags{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}


.single-look__more-text .single-look-main h2{
    padding: 0;
}
.single-look__more-text .single-look-main p{
    padding: 0;
}

.single-look__more-text{
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    /* padding-left: 150px;
    padding-right: 150px; */
    width: 90%;
}

.single-look__more-text button svg{
    transition: .5s;
    margin-left: 20px;
}

.single-look__images-slider .single-look__images-slider-pagination .swiper-pagination-bullet{
    margin: 10px;
    width: 8px;
    height: 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.single-look__images-slider .single-look__images-slider-next-arrow svg,
.single-look__images-slider .single-look__images-slider-prev-arrow svg{
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.single-look__products-slider-wrap-for-back{
position: relative;
/* width: 70%; */
margin: 0 auto;
background-color: transparent;
padding-top: 20px;
padding-right: 150px;
padding-left: 150px;
}


.single-look__video-container{
    margin: 0 auto;
    margin-top: 50px;
    /* padding-left:150px;
    padding-right: 150px; */
    width: 90%;
}
.single-look__bottom-functions-line .single-look__likes svg{
    width: 22px;
    height: 24px;
}
.single-look__bottom-functions-line .single-look__comments svg{
    width: 22px;
    height: 24px;
}
.single-look__bottom-functions-line .single-look__views svg{
    width: 22px;
}
.active-article-slide{
    z-index: 3;
}
.active-article-next-slide{
    z-index: 2;
    /* filter: brightness(0); */
}

.single-look__likes svg{
    width: 14px;
    height: 24px;
}
.single-look__comments svg{
    width: 14px;
    height: 24px;
}
.single-look__views svg{
    width: 19px;
    height: 24px;
}


.main-fashion-dropdown ul li:hover{
    background-color: #ededed;
}


.single-look__one-comment .single-look__one-comment{
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.single-look__one-comment  .single-look__send-comment-block{
    display: none;
    border-bottom: 1px solid #e5e5e5;
    padding-top:20px;
    padding-bottom: 20px;
}

.single-look__one-comment-content-answer-href{
    text-decoration: none;
    color:#507AE5;
}

.single-look__see-more-comments-answer-dropdpwn{
    display: none;
}
.single-look__see-more-comments-count-number{
    line-height: 20px;
    letter-spacing: -0.035em;
    color: #373737;
    font-family: NEXT ART;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}
.single-look__see-more-comments-count-number + span{
    display: none;
}

.like-active path{
    fill:#FF0000;
    stroke:#FF0000;
}
.single-look__left-menu{
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top:0px;
    right: calc(100% + 20px);
    height: 100%;
}
.single-look__left-filter-tag{
    box-sizing: border-box;
    display: inline-block;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis;
    overflow: hidden; */
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    background: #F9F9F9;
    cursor: pointer;
    padding: 9px 41px 9px 18px;
    width: 150px;
    text-decoration: none;
    line-height: 18px;
    color: black;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}
.single-look__left-filter-tag.active{
    color:#E43653;
}
.single-look__left-menu-container:first-of-type{
    /* margin-right: 20px; */
}
.single-look__left-menu-container>div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 18px;
    border-radius: 8px;
    background-color: white;
    width: 62px;
    height: 62px;
}
.single-look__left-menu-container>div:first-of-type{
    margin-top: 0;
}
.single-look__left-menu-container>div span{
    margin-top: 7px;
    line-height: 12px;
    color: #8C8C8C;
    font-family: SF UI Display;
    font-size: 13.9839px;
    font-weight: normal;
    font-style: normal;
}
.single-look__left-menu-container{
    position: sticky;
    /* top:10px; */
    top:10px;
    height: max-content;
}
.single-look__left-menu-container>div svg{
    cursor: pointer;
}
.single-look__left-menu-container>div.single-look__left-menu-social{
    padding: 22px 0;
    height: auto;
}
.single-look__left-menu-container>div.single-look__left-menu-social a{
    margin-top: 36px;

}
.single-look__left-menu-container>div.single-look__left-menu-social a svg{
    display: block;
}
.single-look__left-menu-container>div.single-look__left-menu-social a:first-of-type{
    margin-top: 0;
}
.single-look__right-menu{
    box-sizing: border-box;
    position: absolute;
    top:0;
    left: calc(100% + 20px);
    height: 100%;
}
.single-look__right-menu-container{
    position: sticky;
    top:10px;
}
.single-look__right-menu-next-post{
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    padding: 20px;
    width: 200px;
    height: 200px;
    text-decoration: none;
}
.single-look__right-menu-next-post span{
    line-height: 108.02%;

    color: #FFFFFF;
    font-family: Gotham Pro;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
}
.single-look__right-menu-next-post:first-of-type{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%), url(../images/news-single-1.jpg), #F9F9F9;
}
.single-look__right-menu-next-post:last-of-type{
    margin-top: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 100%), url(../images/news-single-2.jpg), #F9F9F9;
}
.single-look__products-slider-next-arrow{
    right: 70px;
}
.single-look__products-slider-prev-arrow{
    left: 70px;
}
.single-look__products-slider-next-arrow,.single-look__products-slider-prev-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}
/********** Личная страница новости **********/
/********** Волонтёрство **********/
.white-text{
  color:white !important;
}
.swiper-slide.charity-section__slide{
  height: 750px;
}
.swiper-slide.charity-section__slide .wrapper{
  display: flex;
  align-items: center;
}
.charity-section__slide:first-of-type{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/charity-slider-image-1.jpg);
  background-position: center;
  background-size: cover;
}
#charity-section__header-slider .mesh-section_first__play-button span{
  color:white;
}
#charity-section__header-slider svg path{
  fill:white;
}
#charity-section__header-slider .mesh-section_first__play-button .mesh-section_first__play-button-icon:before,#charity-section__header-slider .mesh-section_first__play-button .mesh-section_first__play-button-icon:after{
  box-shadow: 0 0 0 0 white;
  animation: video_circles_white 2700ms ease-in-out infinite;
}
#charity-section__header-slider .mesh-section_first__play-button .mesh-section_first__play-button-icon:after{
  animation-delay: 300;
}
.charity-section__right-part{
  max-width: 277px;
}
#charity-section__header-slider .mesh-section_first__play-button{
  border-bottom: 1px solid white;
  padding-bottom: 15px;
  max-width: 100%;
}
.charity-section__right-part .mesh-section__header-text{
  margin-top: 10px;
}
.charity-section__navigation-panel{
  display:flex;
  position: absolute;
  bottom:10px;
  left:50%;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  width: 1200px;
  height: 50px;
  backdrop-filter: blur(60px);
}
.charity-section__slider{
  position: relative;
}
.nav-arrows__seperator{
  margin: 0 12px;
  background-color:#E0E0E0;
  width: 1px;
  height: 15px;
}
/********** Страница внутренняя из портфолио **********/
#single-portfolio-header-section{
  background: url('../images/potrfolio-background.jpg');
  background-size: cover;
  height: 285px;
  background-position-x: right;
  background-position-y: center;

}
#single-portfolio-header-section .wrapper{
  display: flex;
  align-items: center;
}

.single-portfolio-header{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.single-portfolio-header__right-part.double{
  max-width: 420px;
}
.single-portfolio-header__right-part{
  position: relative;
  z-index: 3;
  max-width: 585px;
}
.single-portfolio-header__left-part{
  display: flex;
  align-items: center;
}
.single-portfolio-header__left-part img{
  display: block;
  position: relative;
  flex:none;
  z-index: 2;
  margin-right: 20px;
}
.single-portfolio-header__right-part p{
  transition: 0.5s;
  line-height: 160%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.single-portfolio-header__right-part p.dark-theme{
  color:white;
}
.single-portfolio-header .mesh-section__header-title{
  margin-top: 20px;
}
.single-portfolio-header__back-text{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  transition: .5s;
  text-transform: uppercase;
  line-height: 167px;
  color: #EEEEEE;
  font-family: Gotham Pro;
  font-size: 175px;
  font-weight: bold;
  font-style: normal;
}
.header-section__content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-section__content .right-part .mesh-section__header-text{
  max-width: 575px;
  line-height: 160%;
  font-size: 20px;
}
.header-section__content .right-part{
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 15px;
}
.single-portfolio-header__back-text.dark-theme{
  color:rgb(255,255,255,0.05);
}
.single-portfolio__icon-cards{
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  width: 100%;
}
.single-portfolio__icon-card{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.single-portfolio__icon-card span{
  display: block;
  margin-top: 10px;
  line-height: 120%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.portfolio-video-modal__description-part .content-for-modal__content b{
  font-size: 20px;
}

/***** Раздел цели *****/
#single-portfolio-purpose-section{
  background:url('../images/loreal-purpose-section-back.jpg');
  background-repeat-y: no-repeat;
}
#single-portfolio-purpose-section .wrapper{
  display: flex;
  align-items: flex-start;
}
.single-portfolio-purpose-section__title-part  .mesh-section__header-text{
  margin-top: 15px;
  max-width: 420px;
}
.single-portfolio-purpose-section__card{
  display: flex;
  align-items: flex-start;
  width:270px;
}
.single-portfolio-purpose-section__cards{
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 45px;
  row-gap:37px;
}
.single-portfolio-purpose-section__card>p{
  line-height: 139.5%;
  color: #FFFFFF;
  font-family: Gotham Pro;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
}
.single-portfolio-purpose-section__card-content{
  margin-left: 30px;
}
.single-portfolio-purpose-section__card-content b{
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
  line-height: 29px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
}
.single-portfolio-purpose-section__card-content p{
  margin-top: 10px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.title-red{
  text-decoration: underline;
  color:#e43653;
}
/***** раздел скролл слайдера ******/
.single-portfolio-horizontal-slider-section{
  padding: 70px 0;
}
.single-portfolio-horizontal-slider-section-background .single-portfolio-header__back-text{
  top:31%;
  opacity: .15;
  white-space: nowrap;
  color:#EEEEEE;
  font-size: 130px;
}
.single-portfolio-horizontal-slider-section-background.single-portfolio-header{
  display: block;
}
.single-portfolio-horizontal-slider-section-background .mesh-section__header-title h2{
  color:#EEEEEE;
}
.single-portfolio-horizontal-slider-section-background .mesh-section__header-title>span{
  color:white;
}
.single-portfolio-horizontal-slider-section-background .single-portfolio-header__right-part p{
  margin-top: 20px;
  color:white;
}
.single-portfolio-horizontal-slider-section__navigarion{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.single-portfolio-horizontal-slider-section-background{
  background: url('../images/BTL-background.jpg');
  background-repeat: no-repeat;
  background-size: 100% 75%;

}
.single-portfolio-horizontal-slider-section__lefr-arrow,
.single-portfolio-horizontal-slider-section__right-arrow{
  cursor: pointer;
}
.single-portfolio-horizontal-slider-section__pagination{
  margin: 0 30px;
}
.single-portfolio-horizontal-slider-section__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: black;
}
.single-portfolio-horizontal-slider-section__pagination .swiper-pagination-bullet{
  margin: 0 5px;
}

#digital-section .swiper-slide.single-portfolio-horizontal-slider-section__card{
  margin: 0 15px;
}
.swiper-slide.single-portfolio-horizontal-slider-section__card{
  /* margin-right: 30px; */
  box-sizing: border-box;
  border-radius: 5px;
  background: #FFFFFF;
  width: max-content;
}
.swiper-slide.single-portfolio-horizontal-slider-section__card>img{
  display: block;
  margin: 0 auto;

}
.swiper-slide.single-portfolio-horizontal-slider-section__card b{
  display: flex;
  align-items: center;
  line-height: 29px;
  color: #000000;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
}
.swiper-slide.single-portfolio-horizontal-slider-section__card figcaption{
  margin-top: 35px;
  padding-right: 10px;
}
.swiper-slide.single-portfolio-horizontal-slider-section__card p{
  margin-top: 20px;
  line-height: 160%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
/* .single-portfolio-horizontal-slider-section__slider{
  padding: 15px !important;
} */
.single-portfolio-horizontal-slider-section__slider.swiper-container{
  overflow:visible;
}
.single-portfolio-horizontal-slider-section__slider .swiper-scrollbar-drag{
  border-radius: 59px;
  background: #E43653;
}
.single-portfolio-horizontal-slider-section__slider.swiper-container-horizontal>.swiper-scrollbar{
  bottom: -30px;
  opacity: 1 !important;
}
/****** Блок галереи личной страницы порфолио ******/
#single-portfolio-gallery-section{
  padding-top: 120px;
  padding-bottom: 80px;
}
.single-portfolio-gallery-section__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-portfolio-gallery-section__content img{
  display: block;
}
/******* Блок с слипшимися картинками *****/
#single-portfolio-stack-images-section{
  padding-top: 80px;
}
.single-portfolio-stack-images-section__content{

}
.single-portfolio-stack-images-section__content img{
  display: block;
  margin: 0 auto;
}

/********* Раздел Цель UPD1 **********/
#single-portfolio-purpose-section{
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
}
#single-portfolio-purpose-section .portfolio-type-slider .items{

}
/* #single-portfolio-purpose-section .wrapper{
  display: block;
} */
#single-portfolio-purpose-section .mesh-section__header-text{
  justify-content: flex-end;
  width: 100%;
  max-width: none;
}
.single-portfolio-purpose-section__left-part{
  max-width: 380px;
}
.single-portfolio-purpose-section__right-part{
  flex:1;
}

#single-portfolio-purpose-section .portfolio-type-slider .swiper-slide{
  width: 465px;
  height: 581px;
}
.mesh-content-section__nav{
  margin-bottom: 20px;
}

.news-header .mesh-content-section__nav{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}

#single-portfolio-purpose-section .mesh-content-section__nav li{
  color:white;
}
#single-portfolio-purpose-section .mesh-content-section__nav ul li.active{
  background: rgba(255, 255, 255, 0.46);
  color:black !important;
  font-weight: 500;
}
#single-portfolio-purpose-section .mesh-section__header-back-text{
  top:6%;
  opacity: 0.15;
  height: auto;
  text-transform: uppercase;
  line-height: 167px;
  color: #EEEEEE;
  font-family: Gotham Pro;
  font-size: 175px;
  font-weight: bold;
  font-style: normal;
}
#single-portfolio-purpose-section .portfolio-type-slider .swiper-slide:before{
  padding:0;
  height: 100%;
}
.base-icon-next-2:before,.base-icon-prev-2:before{
  display: none;
}
/********* **********/
#slider-with-under-images .project-slider{
  margin-top: 70px;
}
.project-slider .swiper-slide{
  display: flex;
}
.project-slider .swiper-slide>a{
  flex:none;
  width: 50%;
}
.project-slider .swiper-slide .project-slider__slide-content{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 90px;
  padding-right: 120px;
}
.project-slider .item a span{
  padding-bottom: 125%;
}
.project-slider .thumbs .swiper-slide:before{
  padding-bottom: 125%;
}
.project-slider__slide-content{
  line-height: 160%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
/********** слайдер с нумерацией ********/
#numeric-slider-section{
  padding: 70px 0;
}
.portfolio-item .title{
  display: flex;
  align-items: center;
  line-height: 32px;
  color: #535353;
  font-family: Roboto;
  font-size: 27.3516px;
  font-weight: 500;
  font-style: normal;

}
/********** Личная страница портфолио сетка *********/
#single-portfolio-grid-section{
  padding: 70px 0;
}
#single-portfolio-grid-section .wrapper{
  width: 1225px;
}
#single-portfolio-grid-section .mesh-section__content{
  width: 100%;
}
#single-portfolio-grid-section .mesh-outsource-section__cards-container{
  transition: .3s;
  margin-top: 0;
  width: 100% !important;
  height: 650px !important;
  overflow-x: auto;
}
#single-portfolio-grid-section .mesh-outsource-section__cards-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#single-portfolio-grid-section .mesh-outsource-section__cards-container::-webkit-scrollbar-track {
  background: transparent;
}
#single-portfolio-grid-section .mesh-outsource-section__cards-container::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #E43653;
}
#single-portfolio-grid-section .outsource-gutter{
  width: 23px;
}
 .hover-plus{
  z-index: 4;
}
#single-portfolio-grid-section .portfolio-item .img{
  margin: 0;
}
.portfolio-item .img:before{
  display: none;
}
.portfolio-item .img{
  cursor: none;
}
#single-portfolio-page .reviews-section{
  padding: 70px 0;
}
/********* keyvisual *********/
.key-visual-images-swiper .swiper-slide img{
  position: relative;
  bottom:-7px;
  left:-7px;
  transition: .5s;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.key-visual-images-swiper{
  padding: 10px !important;
}
#key-visual-section{
  padding: 70px 0;
}
.key-visual-images-swiper .swiper-slide:hover img{
  bottom:0;
  left:0;
}
.key-visual-images-swiper .swiper-slide{
  box-sizing: border-box;
  border: 1px solid #959DA9;
  border-radius: 5px;
  height: auto;
}
/********** Другие проекты **********/
.other-projects-section__card{
  width: 31%;
}
.other-projects-section__card>img{
  width: 100%;
}
.other-projects-section__card-description{
  box-sizing: border-box;
  transform: translate(-15px,-50%);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
  background-color: white;
  padding: 12px 32px;
  width: 270px;
  height: 75px;
}
.other-projects-section__card-description>b{
  line-height: 21px;
  color: #000000;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
.other-projects-section__card-href{
  display: flex;
  align-items: center;
}
.other-projects-section__card-href a:first-of-type{
  margin-right: 5px;
  line-height: 160%;
  color: #E43653;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.other-projects-section__content .wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********** Branding **********/
.single-portfolio-branding-section__content{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-portfolio-branding-section__content img{
  margin-bottom: 100px;
  width: 32%;
  height: auto;

}
.single-portfolio-branding-section__content img:nth-of-type(2){
  display:block;
  position: relative;
  top:35px;
}
.single-portfolio-branding-section__content img:nth-of-type(5){
  display:block;
  position: relative;
  bottom: 35px;
}
#numeric-slider-section .swiper-slide img{
  height: 396px;

}
#numeric-slider-section .single-portfolio-horizontal-slider-section__lefr-arrow{
  margin-right: 25px;
}
#numeric-slider-section .single-portfolio-horizontal-slider-section__navigarion{
  justify-content: flex-end;
  margin-bottom: 30px;
}

#numeric-slider-section .swiper-slide-active{
  position: relative;

}
#numeric-slider-section .swiper-wrapper{
  align-items: center;
  justify-content: space-between;
}
#numeric-slider-section .swiper-slide-active video{
  transform: scale(1.2);
  transition: transform .2s ease;
  margin: 0 30px;
}
/********** Аналитика **********/
.analyticsl-section{
  display: flex;
  padding: 70px 0;
}
.analyticsl-section__part{
  box-sizing: border-box;
  padding: 85px 0;
  width: 50%;
}
.analyticsl-section__part_left{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 90px;
}
.analyticsl-section__part .single-portfolio-header{
  width: 460px;
}
.two-block-section-video{
  background: url('../images/loreal-analytics-back.jpg');
  background-position: center;
  background-size: cover;

}
.two-block-section-text{
  flex-direction: column;
  background: url('../images/pattern-white.jpg');
  background-position: center;
  background-size: cover;

}
.two-block-section-text.analyticsl-section__part_right{
  align-items: flex-start;
}
.two-block-section-text.analyticsl-section__part_left{
  align-items: flex-end;
}
.analyticsl-section__part_right{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
}
.analyticsl-section__content{
  max-width: 460px;
}
.analyticsl-section__content p{
  margin-bottom: 10px;
  line-height: 160%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
/********** видеопромоушен **********/
.videopromotion-section{
  display: flex;
}
/********** Выпадающее меню аутстаф *********/
.header-menu__cards-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
.header-menu__cards-container .header-menu_card{
  width: 50%;
}
.header-menu.header-menu_outstaff .header-menu__text{
  max-width: 300px;
}
/* .header-menu.header-menu_outstaff{
  display: block;
} */
.header-menu_outstaff-nav{
  box-sizing: border-box;
  border-right: 1px solid #D9D9D9;
  padding-right: 30px;
  width: 280px;
}
.header-menu_outstaff-nav li{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 15px 0;
  line-height: 120%;
  color: #636363;
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
}
.header-menu_outstaff-nav li.active{
  color: #2E2E2E;
}
.header-menu_outstaff-nav-item-right{
  display: flex;
  align-items: center;
}

.header-menu_outstaff-nav li .header-menu_outstaff-nav-item-arrow {
  width: 9px;
  height: 10px;
  color: #d9d9d9;
  fill: #d9d9d9;
}
.header-menu_outstaff-nav li.active .header-menu_outstaff-nav-item-arrow {
  color: #2e2e2e;
  fill: #2e2e2e;
}
.header-menu_outstaff-nav li.active .header-menu_outstaff-nav-item-count{
  display: flex;
}
.header-menu_outstaff-nav-item-count>span{
  display: block;
}

.header-menu_outstaff-nav-item-count{
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #2E2E2E;
  width: 17px;
  height: 17px;
  line-height: 120%;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
.header-menu_outstaff-sections{
  box-sizing: border-box;
  padding-left: 60px;
  width: 76%;
}
.header-menu_outstaff-section{
  position: absolute;
  top:0;
  left: -50px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}
.header-menu.header-menu_outstaff .header-menu_outstaff-section .header-menu__text{
  max-width: 100%;
}
.header-menu_outstaff-section.active{
  position: relative;
  left: 0;
  transition: .5s;
  visibility:visible;
  opacity: 1;
}

.header-menu__stack-section{
  padding-top: 30px;
}
.header-menu__stack-section>span{
  line-height: 120%;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
.header-menu__stack-section{
  width: 100%;
}
.header-menu__stack-section .header-menu_card{
  flex-direction: column;
  margin: 0;
  padding-top: 10px;
  white-space: nowrap;
}

.header-menu__stack-section .header-menu_card>p{
  margin-top: 10px;
  line-height: 160%;
  color: #474747;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.header-menu-stack-slider-arrow{
  position: absolute;
  top:70%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.header-menu-stack-slider-arrow.swiper-button-disabled{
  display: none;
}
.header-menu__stack-slider{
  margin-top: 20px;
}
.header-menu__stack-section{
  position: relative;
  left: -13px;
}
.header-menu-stack-slider-prev-arrow{
  right: -30px;
}
.header-menu-stack-slider-next-arrow{
  left: -30px;
}
/********** Модальное окно с видео в портфолио **********/
.portfolio-video-modal{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 14;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(38px);
  -webkit-backdrop-filter: blur(10px);
}
.swiper-container.portfolio-video-modal__pagination-slider{
  margin-top: 10px;
}


.portfolio-video-modal__card{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.portfolio-video-modal .portfolio-video-modal__card{
  display:flex;
}
.portfolio-video-modal__slider{
  border-radius: 20px;
  width: 940px;
  height: 620px;
}
.portfolio-video-modal__card-content{
  display: flex;
  border-radius: 21px;
  width: 940px;
  height: 620px;
  overflow: hidden;
}
.thumbs-slider-container-navigation{
  position: absolute;
  top:50%;
  left: 10px;
  transform: translateY(-50%);
}
.thumbs-slider-container-navigation .swiper-wrapper{
  flex-direction: column;
}
.portfolio-video-modal__pagination-slider-navigation{
 max-width: 513px;
}

.thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider-navigation{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.portfolio-video-modal__pagination-slider-navigation svg path{
  fill:none !important;
}

.portfolio-video-modal__pagination-slider-navigation .arrow-left{
  position: absolute;
  left: -20px;
  cursor: pointer;
}
.video-sound{
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.portfolio-video-modal__pagination-slider-navigation .arrow-right{
  position: absolute;
  right: -20px;
  cursor: pointer;
}
.portfolio-video-modal__pagination-slider .modal-navigation__item{
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  cursor: pointer;
}
.portfolio-video-modal__pagination-slider .modal-navigation__item .modal-navigation__separator{
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.5);
  width: 3px;
  height: 20px;
}
.portfolio-video-modal__pagination-slider .modal-navigation__item span{
  transition: .3s;
  max-width: 210px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 150%;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
}
.thumbs-slider-container .portfolio-video-modal__pagination-slider .swiper-wrapper .modal-navigation__item{
  flex: none;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  /* Обводка нижнего изображения в модалке */
  border-color: #fff;
  width: 70px !important;
  height: 70px !important;
  filter: brightness(.5);
}
.thumbs-slider-container .portfolio-video-modal__pagination-slider .swiper-wrapper .modal-navigation__item.active{
  border-radius: 5px;
  filter: brightness(1);
}
.thumbs-slider-container .portfolio-video-modal__pagination-slider .swiper-wrapper .modal-navigation__item img{
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  /* Обводка нижнего изображения в модалке */
  border-color: #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .swiper-wrapper .modal-navigation__item img{
  transition: .3s;
  opacity: 0;
  width: 30px !important;
  height: 30px !important;
  object-fit: cover;
  object-position: center;
}
.thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .modal-navigation__item.active img{
  opacity: 1;
}
.thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .modal-navigation__item.active span{
  color:white;
  font-size: 20px;
}

.thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .modal-navigation__item:hover span{
  color:white;
  font-size: 20px;
}
/* .portfolio-video-modal__close{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:35px;
  left: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(23px);
  z-index: 11;
  width: 63px;
  height: 63px;
  cursor: pointer;
} */

.portfolio-video-modal__close{
  display: flex;
  align-items: center;
  flex:none;
  justify-content: center;
  outline:none;
  border:none;
  border-radius: 32px;
  background: #373737;
  cursor: pointer;
  width: 82px;
  height: 31px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 11.0563px;
  font-weight: normal;
  font-style: normal;
}
.portfolio-video-modal__description-part-header>div{
  display: flex;
  align-items: center;
}
.portfolio-video-modal__description-part-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio-video-modal__description-part-header img{
  margin-right: 10px;
  width: 40px;
}
.portfolio-video-modal__description-part .portfolio-video-modal__description-part-header b{
  margin-top: 0;
}
.content-for-modal-pagination__swiper{
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top:50%;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 20px;
  width: 100%;
}
.portfolio-video-modal__video-part{
  /* background: rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(35px); */
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  flex:none;
  justify-content: center;
  max-width: 485px;
  height: 100%;
}
.portfolio-video-modal__video-part svg{
  z-index: 5;
  cursor: pointer;
}
.portfolio-video-modal__video-part video{
  display: none;
  width: auto;
  min-width: unset;
  height: 100%;
}
.portfolio-video-modal__video-part img{
  display: none;
  width: 100%;
  max-width: 500px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ui-accordion-header-icon.ui-icon{
  left: 0;
}
.portfolio-video-modal__video-part .video-controls{
  box-sizing: border-box;
  display: flex;
  position: absolute;
  bottom:15px;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  padding: 0 20px;
  width: 100%;
}
.video-progress-bar{
  background-color: white;
  width: 0;
  height: 100%;
}
.video-progress-bar-container{
  position: relative;
  background: rgba(255, 255, 255, 0.37);
  width: 70%;
  height: 3.5px;
}
.video-play{
  cursor: pointer;
}
.portfolio-video-modal__description-part{
  box-sizing: border-box;
  background-color: white;
  padding: 27px 4.25%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;          /* "auto" или "thin"  */
  scrollbar-color: rgb(163, 163, 163);
}

.portfolio-video-modal__description-part::-webkit-scrollbar {
  width: 6px;
}
.portfolio-video-modal__description-part::-webkit-scrollbar-track {
  background: transparent;
}
.portfolio-video-modal__description-part::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgb(163, 163, 163);
}
.portfolio-video-modal__description-part p{
  margin-top: 10px;
  line-height: 160%;
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

.portfolio-video-modal__description-part ul li{
  margin-top: 10px;
  margin-left: 18px;
  list-style-type: disc;
  color:black;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.portfolio-video-modal__description-part b{
  display: block;
  margin-top: 10px;
  line-height: 120%;
  color: #2E2E2E;
  font-family: Gotham Pro;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
}

.portfolio-video-modal__description-part-title{
  margin-top: 0;
  line-height: 139.5%;
  font-size: 35px;
}
/********** top line **********/
#mesh-top-line{
  border-bottom: 1px solid #E8E8E8;
  background-color: white;
  width: 100%;
  height: 34px;
}
.mesh-top-line__content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.mesh-top-line__content>a{
  text-transform: uppercase;
  line-height: 160%;
  color:#E43653;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.mesh-top-line__content>a>span{
  color: #474747;
}
.top-line-volume>div{
  margin: 0 2px;
  background: #E43653;
  width: 2px;
}
.top-line-volume{
  display: flex;
  align-items: flex-end;
  margin: 0 25px;
}
.top-line-volume>div:nth-of-type(1){
  height: 7px;
}
.top-line-volume>div:nth-of-type(2){
  height: 11px;
}
.top-line-volume>div:nth-of-type(3){
  height: 5px;
}
.top-line-volume>div:nth-of-type(4){
  height: 9px;
}
.mesh-top-line__content-right{
  display: flex;
  align-items: center;
}
.top-line-mesh-tv span{
  line-height: 160%;
  color: #474747;
  font-family: Segoe UI;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.top-line-mesh-tv img{
  display: inline;
}
/********** ПОРТФОЛИО: основной контент **********/
#single-portfolio__content{
  padding-top: 40px;
}
.single-portfolio__content-nav{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
  gap: 1em;
}

.single-portfolio__content-nav li:after{
  display: block;
  position: absolute;
  top:-5px;
  right: -5px;
  transition: .5s;
  border-radius: 50%;
  background-color: black;
  width: 7px;
  height: 7px;
  content: '';
}
.single-portfolio__content-nav li[data-cat="all"]:after {
  background-color: transparent;
}


.single-portfolio__content-nav li[data-cat="threesteps"]:after {
  background-color: #1A4780;
}
.single-portfolio__content-nav li.active[data-cat="threesteps"]{
  background-color: #1A4780;
  color: white;
}
#single-portfolio__content .our-blog-card.threesteps{
  border-bottom: 3px solid #1A4780;
}

.single-portfolio__content-nav li[data-cat="digital"]:after {
  background-color: #00BFFF;
}
.single-portfolio__content-nav li.active[data-cat="digital"]{
  background-color: #00BFFF;
  color: white;
}
#single-portfolio__content .our-blog-card.digital{
  border-bottom: 3px solid #00BFFF;
}


.single-portfolio__content-nav li[data-cat="stratosphere"]:after {
  background-color: #1A4780;
}
.single-portfolio__content-nav li.active[data-cat="stratosphere"]{
  background-color: #1A4780;
  color: white;
}
#single-portfolio__content .our-blog-card.stratosphere{
  border-bottom: 3px solid #1A4780;
}


.single-portfolio__content-nav li[data-cat="keyvisual"]:after {
  background-color: #66CA17;
}
.single-portfolio__content-nav li.active[data-cat="keyvisual"]{
  background-color: #66CA17;
  color: white;
}
#single-portfolio__content .our-blog-card.keyvisual{
  border-bottom: 3px solid #66CA17;
}


.single-portfolio__content-nav li[data-cat="marketing"]:after {
  background-color: #F7ACEE;
}
.single-portfolio__content-nav li.active[data-cat="marketing"]{
  background-color: #F7ACEE;
  color: white;
}
#single-portfolio__content .our-blog-card.marketing{
  border-bottom: 3px solid #F7ACEE;
}



.single-portfolio__content-nav li[data-cat="construction"]:after {
  background-color: #177FCA;
}
.single-portfolio__content-nav li.active[data-cat="construction"]{
  background-color: #177FCA;
  color: white;
}
#single-portfolio__content .our-blog-card.construction{
  border-bottom: 3px solid #177FCA;
}


.single-portfolio__content-nav li[data-cat="btl"]:after {
  background: #171ECA;
}
.single-portfolio__content-nav li.active[data-cat="btl"]{
  background: #171ECA;
  color: white;
}
#single-portfolio__content .our-blog-card.btl{
  border-bottom: 3px solid #171ECA;
}


.single-portfolio__content-nav li[data-cat="branding"]:after {
  background-color: #CA1742;
}
.single-portfolio__content-nav li.active[data-cat="branding"]{
  background-color: #CA1742;
  color: white;
}
#single-portfolio__content .our-blog-card.branding{
  border-bottom: 3px solid #CA1742;
}


.single-portfolio__content-nav li[data-cat="webmobile"]:after {
  background-color: #00BFFF;
}
.single-portfolio__content-nav li.active[data-cat="webmobile"]{
  background-color: #00BFFF;
  color: white;
}
#single-portfolio__content .our-blog-card.webmobile{
  border-bottom: 3px solid #00BFFF;
}


.single-portfolio__content-nav li[data-cat="mediastrategy"]:after {
  background-color: #6600FF;
}
.single-portfolio__content-nav li.active[data-cat="mediastrategy"]{
  background-color: #6600FF;
  color: white;
}
#single-portfolio__content .our-blog-card.mediastrategy{
  border-bottom: 3px solid #6600FF;
}


.single-portfolio__content-nav li[data-cat="smm"]:after {
  background-color: #BC5D58;
}
.single-portfolio__content-nav li.active[data-cat="smm"]{
  background-color: #BC5D58;
  color: white;
}
#single-portfolio__content .our-blog-card.smm{
  border-bottom: 3px solid #BC5D58;
}


.single-portfolio__content-nav li[data-cat="videopromotion"]:after {
  background-color: #FF7A00;
}
.single-portfolio__content-nav li.active[data-cat="videopromotion"]{
  background-color: #FF7A00;
  color: white;
}
#single-portfolio__content .our-blog-card.videopromotion{
  border-bottom: 3px solid #FF7A00;
}


.single-portfolio__content-nav li[data-cat="event"]:after {
  background-color: #8B0000;
}
.single-portfolio__content-nav li.active[data-cat="event"]{
  background-color: #8B0000;
  color: white;
}
#single-portfolio__content .our-blog-card.event{
  border-bottom: 3px solid #8B0000;
}


.single-portfolio__content-nav li[data-cat="analytics"]:after {
  background-color: #009900;
}
.single-portfolio__content-nav li.active[data-cat="analytics"]{
  background-color: #009900;
  color: white;
}
#single-portfolio__content .our-blog-card.analytics{
  border-bottom: 3px solid #009900;
}


.single-portfolio__content-nav li.active:after{
  top:0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.single-portfolio__content-nav li{
  position: relative;
  transition: .5s;
  margin-right: 15px;
  cursor: pointer;
  padding: 0 10px;
  line-height: 150%;
  white-space: nowrap;
  color: #2E2E2E;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}
.single-portfolio__content-nav li.active{
  border-radius: 5px;
  background: #E7E7E7;
  font-weight: 500;
}
#single-portfolio__content .our-blog-card{
  box-sizing: border-box;
  margin: 0;
  cursor: none;
  height: 520px;
}
.single-portfolio__card-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
#single-portfolio__content .our-blog-card__footer{
  margin-top: 0;
}
#single-portfolio__content .our-blog-section__card-see-more{
  margin-top: 0;
}
#single-portfolio__content .our-blog-card__likes{
  margin-left:5px;
}
#single-portfolio__content .our-blog-card__title{
  text-transform: uppercase;
}
#single-portfolio__content .our-blog-card:hover>video{
  height: 100%;
  filter: brightness(40%);
}
#single-portfolio__content .our-blog-card video{
  display: block;
  position: absolute;
  top: 0;
  transition: .8s;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center 39%;
}

#single-portfolio__content .our-blog-card__category{
  margin-top: 0;
}
#single-portfolio__content .our-blog-card__text{
  margin-top: 10px;
}
#single-portfolio__content .our-blog-card__content{
  position: static;
  padding-bottom: 20px;
}
#single-portfolio__content .our-blog-section__card-see-more a{
  position: static;
  top:auto;
  left: auto;
}
.overlay-for-cursor{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/********** сторис *********/
.stories__image{
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
#single-portfolio__content-stories{
  padding-top: 40px;
}
.single-portfolio__content-stories-swiper.swiper-container{
  overflow:visible;
}
.stories{
  cursor: pointer;
}
.stories__image:after{
  position: absolute;
  top:-3px;
  left:-3px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(180deg, #CA1717 0%, #FF7A00 100%);
  width: 92px;
  height: 92px;
  content: '';
}
.stories__image img{
  border:3px solid white;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stories__title{
  display: block;
  margin-top: 20px;
  text-align: center;
  line-height: 150%;
  color: #2E2E2E;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.content-for-modal__swiper{
  position: relative;
  height: 100%;
}
.content-for-modal__swiper video {
  display: block !important;
}
.single-portfolio__content-stories-swiper{
  margin-top: 25px;
}
.single-portfolio__content-stories-swiper .swiper-wrapper{
  justify-content: space-between;
}
/********** Модалка сторис *********/
.stories-slider-modal{
  display: flex;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(38px);
  -webkit-backdrop-filter: blur(10px);

}
.stories-slider-modal .swiper-slide video{
  display: none;
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.stories-slider-modal .swiper-slide video.active-video{
  display: block;
}
.stories-slider-modal .swiper-slide{
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  width: 480px;

}
.stories-slider-modal-container>.swiper-wrapper>.swiper-slide{
  transform: scale(.7);
}

.stories-slider-modal .swiper-slide .stories__title{
  color:white;
}

.stories-slider-modal .swiper-slide .stories{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;

}
.stories-slider-modal-container>.swiper-wrapper>.swiper-slide.swiper-slide-prev{
  left: -30px;
}
.stories-slider-modal-container>.swiper-wrapper>.swiper-slide.swiper-slide-next{
  right: -30px;
}
.stories-slider-modal .swiper-slide.swiper-slide-active{
  transform: scale(1);
}
.stories-slider-modal .swiper-slide.swiper-slide-active .stories-card-slider__nav{
  display: block;
}
.stories-slider-modal .swiper-slide.swiper-slide-active .stories__video-nav{
  display: flex;
}
.stories-slider-modal .swiper-slide.swiper-slide-active .overlay{
  display: none;
}
.stories-slider-modal .swiper-slide.swiper-slide-active .stories{
  display: none;
}
.swiper-slide .overlay{
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  border-radius: 20px;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}
.portfolio-video-modal__close.stories-close{
  z-index: 5;
  margin: 0 auto 30px auto;
  border-radius: 32px;
}
.stories-card-slider__nav{
  display: none;
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}
.stories-card-slider__nav svg path {
    fill: unset;
}

.stories-card-slider__nav .right-arrow{
  position: absolute;
  top:-20px;
  right: -60px;
  padding: 20px;
}
.stories-card-slider__nav .left-arrow{
  position: absolute;
  top:-20px;
  left: -60px;
  padding: 20px;
}

.stories__video-nav{
  box-sizing: border-box;
  display: flex;
  display: none;
  position: absolute;
  top:30px;
  left: 0;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding: 0 60px;
  width: 100%;
}
.stories__video-nav-slide-container{
  flex:1;
  margin: 0 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  height: 4px;
}
.stories__video-nav-slide-container-progress{
  border-radius: 2px;
  background-color: black;
  width: 0;
  height: 100%;
}
/*********** модалка аудита ********/
.audit-modal{
  display: flex;
  display: none;
  position: fixed;
  top:0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}
.audit-modal_content-box{
  display: flex;
  position: relative;
  background-color: white;
  width: 830px;
  height: 500px;
}
.audit-modal_content-img-part{
  flex:none;
}
.audit-modal_content-img-info{
  padding: 50px 30px;
}
.audit-modal_content-img-info>b{
  display: flex;
  align-items: center;
  line-height: 29px;
  color: #000000;
  font-family: 'Roboto';
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
}
.audit-modal_content-img-info>span{
  display: block;
  margin-top: 15px;
  line-height: 160%;
  color: #535353;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.audit-modal_form input{
  margin-top: 30px;
  outline:none;
  border:none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 30px;
  line-height: 160%;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.audit-modal_form textarea{
  margin-top: 30px;
  outline:none;
  border:none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50px;
  resize: none;
  line-height: 160%;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.audit-modal_form button{
  display: block;
  margin-top: 20px;
  border-radius: 5px;
  background: #222222;
  cursor: pointer;
  width: 175px;
  height: 50px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color:white;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.audit-modal_close{
  position: absolute;
  top:23px;
  right: 23px;
  cursor: pointer;
}




/* Оформление для выпадающего меню Франшиза */
.header-menu_franchise-description {
    --accent-color: #e43653;
    margin: 0;
    border: unset;
    padding: 0;
    width: 30%;
    font-family: Roboto, sans-serif;
}
.header-menu_franchise-cards {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 0 20px;
    width: 70%;
}
.header-menu_franchise-cards .header-menu_card {
    margin-bottom: 20px;
    width: 48%;
}
.header-menu_franchise-cards .header-menu_card>span {
    flex-shrink: 0;
}
.header-menu_franchise-cards .header-menu__text {
    max-width: unset;
}
.header-menu_franchise-description h1 {
    margin-bottom: 20px;
    text-transform: unset;
    line-height: 48px;
    color: var(--accent-color);
    font-family: 'Gotham Pro', sans-serif;
    font-size: 35px;
    font-weight: 700;
}
.header-menu_franchise-description p {
    margin-bottom: 20px;
    color: #474747;
    font-size: 14px;
}
.header-menu_franchise-description__more {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}
.header-menu_franchise-description__more strong {
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 700;
}
.header-menu_franchise-description__more a {
    display: flex;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px var(--accent-color);
    padding: 11px 30px;
    color: var(--accent-color);
}
.header-menu_franchise-description__more a:hover,
.header-menu_franchise-description__more a:focus {
    background-color: var(--accent-color);
    color: #fff;
}


/* Оформление для выпадающего меню с картинками сбоку */
.header-menu_picside h2 {
    margin-bottom:  16px;
    text-transform: unset;
    line-height:    1.4;
    color:          #2e2e2e;
    font-family:    'Gotham Pro', sans-serif;
    font-size:      35px;
    font-weight:    700;
}

.header-menu_picside .header-menu__wrapper {
    flex-wrap:     nowrap;
    padding-right: 5%;
    padding-left:  5%;
    font-family:   Roboto, sans-serif;
    gap:           90px;
}

.header-menu_picside-img {
    display:         flex;
    align-items:     center;
    justify-content: center;
    width:           45%;
}

.header-menu_picside-form {
    width: 55%;
}

.header-menu_picside-form p {
    margin-bottom: 1rem;
}

.header-menu_picside-range {
    margin-bottom: 16px;
    width:         80%;
}

.header-menu_picside-range .rangeslider {
    margin-bottom: 4px;
}

.header-menu_picside-range .rangeslider__fill__bg {
    background-color: #e0e0e0;
}

.header-menu_picside-range__ticks {
    display:   flex;
    flex-wrap: nowrap;
}

.header-menu_picside-range__tick {
    position:    relative;
    flex-basis:  var(--c-flexbasis, 15%);
    flex-grow:   1;
    flex-shrink: 0;
    text-align:  center;
    color:       #979797;
    font-size:   12px;
}

.header-menu_picside-range__tick strong {
    color:       var(--accent-color);
    font-weight: normal;
}

.header-menu_picside-range__tick:first-child {
    flex-basis: 0;
    text-align: left;
}

.header-menu_picside-range__tick:last-child {
    flex-basis: 0;
    text-align: right;
}

.header-menu_picside-range__ticks--dots .header-menu_picside-range__tick:before {
    position:         absolute;
    left:             calc(50% - 3px);
    z-index:          1;
    margin-top:       -14px;
    border-radius:    999em;
    background-color: #aaa;
    width:            6px;
    height:           6px;
    content:          '';
}
.header-menu_picside-range__ticks--dots .header-menu_picside-range__tick:first-child:before {
    left: 0;
}
.header-menu_picside-range__ticks--dots .header-menu_picside-range__tick:last-child:before {
    left: calc(100% - 6px);
}

.header-menu_picside-flex {
    display: flex;
    width:   80%;
    gap:     20px;
}
.header-menu_picside-flex > * {
    flex-grow: 1;
}

.header-menu_picside-price {
    color:     #222;
    font-size: 14px;
}
.header-menu_picside-price strong {
    color:       var(--accent-color);
    font-weight: normal;
}
.header-menu_picside-button a,
.header-menu_picside-button button {
    --bd-width: 1px;

    display:          block;
    transition:       .3s;
    border:           0;
    border-radius:    5px;
    box-shadow:       inset 0 0 0 var(--bd-width) currentColor;
    background-color: transparent;
    padding:          12px 30px;
    width:            100%;
    text-align:       center;
    color:            #2e2e2e;
    font-size:        16px;
    font-weight:      500;
}
.header-menu_picside-button a:hover,
.header-menu_picside-button a:focus,
.header-menu_picside-button button:hover,
.header-menu_picside-button button:focus {
    --bd-width: 3px;
}

/* стили для инпут-слайдера */
.rangeslider {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 16px;
}

.rangeslider__fill,
.rangeslider__fill__bg,
.rangeslider__handle {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 2;
    border-radius: 10px;
    background: var(--accent-color);
    height: 2px;
    will-change: width;
}

.rangeslider__handle {
    display: inline-block;
    transition: width .1s ease-in-out, height .1s ease-in-out, top .1s ease-in-out;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--accent-color);
    background: #fff;
    cursor: pointer;
    width: 16px;
    height: 16px;
    will-change: width,                 height,                 top;
}

.rangeslider__handle:active {
    background: var(--accent-color);
}

.rangeslider__fill__bg {
    background: #fff;
    width: 100%;
}

.rangeslider--disabled {
    opacity: .4;
}
