@keyframes heartbeat
{
  0%
  {
    transform: scale( 1 )
         
  }
  20%
  {
    transform: scale( 1.1 )
       
  }
   40%
  {
    transform: scale( 1.2 )
  
  }
}

.blue-slider-wrap{
    height:75vh;
    background:url('/public/image/esg/esg_bg.svg') no-repeat center/cover;
}
.blue-slider-wrap .slid-item .right{
    width:40%;
    height:75vh;
}

.blue-slider-wrap .slid-item .left{
    width:60%;
    height:75vh;
}
.blue-slider-wrap .left.image-block img{
   width: 110%;
    margin-left: 0%;
    max-width:110%;
}
.blue-slider-wrap .container,
.blue-slider-wrap .container .top-slider-esg{
    height:100%;
    position:relative;
}
.blue-slider-wrap  .owl-nav{
    position:absolute;
     top: 35vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        width: 106%;
    left: -3%;

}

.blue-slider-wrap .owl-carousel .owl-nav button.owl-next,
.blue-slider-wrap .owl-carousel .owl-nav button.owl-prev{
    color:transparent;
        width: 20px;
    height: 30px;
    background: url(../image/new-design/icon-galka.png) no-repeat left/contain;
    outline:none;

}
@keyframes heartbeat_t
{
  0%
  {
    transform: scale( 1 )  rotate(180deg);
         
  }
  20%
  {
    transform: scale( 1.1 ) rotate(180deg);
       
  }
   40%
  {
    transform: scale( 1.2 ) rotate(180deg);
  
  }
}
.blue-slider-wrap .owl-carousel .owl-nav button.owl-prev{
    transform:rotate(180deg);
        -webkit-animation: heartbeat_t 1s infinite;
    animation: heartbeat_t 1s infinite;
}
.blue-slider-wrap .owl-carousel .owl-nav button.owl-next{
  
        -webkit-animation: heartbeat 1s infinite;
    animation: heartbeat 1s infinite;
}
.blue-slider-wrap .owl-nav [class*=owl-]:hover {
    background: none;
    color: transparent;
    text-decoration: none;
}
.blue-slider-wrap .slid-item .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}
.blue-slider-wrap .slid-item .left{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
}
.blue-slider-wrap .slid-item .right{
    padding-bottom:40px;
    color:#fff;
    padding-right: 40px;
}
.blue-slider-wrap .slid-item .right .title {
    font-size: 30px;
padding-bottom: 30px;
    line-height:40px;
}
.links-block>div+div{
    margin-left:40px;
}
.links-block>div a{
    color:#fff;
    text-decoration:0px;
}
.links-block>div a {
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
    border-radius: 100px;
    border: 1px solid #fff;
}
.flex-center.flex-wrap.links-block {
    padding-top: 20px;
}
@media only screen and (max-width: 1000px),only screen and  (max-device-width: 1000px) {
.blue-slider-wrap{
    height:auto;
    background:url('/public/image/esg/esg_bg.svg') no-repeat center/cover;
}
.blue-slider-wrap .slid-item .right{
    width:100%;
    height:auto;
    padding-top: 20px;
}

.blue-slider-wrap .slid-item .left{
    width:100%;
    height:auto;
    order:2;
}
.blue-slider-wrap .left.image-block img {
    width: 100%;
    max-width: 100%;
}
.top-slider-esg.owl-carousel .owl-item {
     padding-left: 10px;
       padding-right: 10px;
    float: none;
}
.top-slider-esg.owl-carousel .owl-stage-outer .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-betwen.flex-wrap.slid-item {
    height: 100%;
}
}
@media only screen and (max-width: 560px),only screen and  (max-device-width: 560px) {
.blue-slider-wrap  .owl-nav{
    position:absolute;
     top: 83vh;
}
}