.blog-page h2{
    text-align: left;
}
.blog-page h2::after{
    display: none;
}
.blog-page .slider-container{
    margin-bottom: 80px;
}
.blog-page .slider-container .slider .slide .content{
    top: 55%;
    }
    .blog-page .slider-container .slider .slide .content .wrapper{
        max-width: 1170px;
    }
    .blog-page .slider-container .slider .slide .content .wrapper h1{
        font-size: 60px;
        text-align: center;
        font-weight: 600;
        font-family: 'Oswald', sans-serif;
        color: var(--white);
        margin-bottom: 10px;
    }
    .blog-page .slider-container .slider .slide .content .wrapper h1::after{
    display: none;  
    }
    .blog-page .post.wrapper{
        max-width: 1170px;
        margin-bottom: 100px;
    }
    .blog-page .post.wrapper .post-text{
    margin-top: 60px;
    }
    .blog-page .post.wrapper .post-text h2{
    text-align-last: left;
    margin-bottom: 5px;
    }
    .blog-page .post.wrapper .post-text h2::after{
        display: none;
    }
    .blog-page .post.wrapper .post-text p{
    text-align: justify;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6em;
    }
    .blog-page .post.wrapper .post-text a{
    text-decoration: none;
    color: var(--light-blue);
    }
    .blog-page .post.wrapper .post-text a:hover{
    color: var(--light-blue-hover);
    }
    .blog-page .post .post-content{
        max-width: 900px;
    }
    .blog-page .post .post-content .post-cover{
        width: 100%;
    }
    .blog-page .post .post-content .post-cover img{
        width: 100%;
        object-fit: cover;
        display: flex;
    }
    .blog-page .blog{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 30px;
    }
.blog-page .blog .article{
max-width: calc(50% - 20px);
    }
      .blog-page .blog .article .item {
        overflow: hidden;
        border-radius: 5px;
      }
      .blog-page .blog .article .item a:hover img {
        transform: scale(1.1);
        width: 100%;
      }
      .blog-page .blog .article .item .img-link { 
        display: flex;
        height: 370px;
      }
      .blog-page .blog .article .item a img { 
        width: 100%;
        object-fit: cover;
        display: flex;
        transition: 0.4s;
      }
      .blog-page .blog .article .item .content {
        border: 1px solid #e8e8e8;
        padding: 20px 30px;
        background: var(--white);
        z-index: 9;
        position: relative;
        height: 100%;
      }
      .blog-page .blog .article .item .content .meta {
        display: flex;
        gap: 20px;
        margin-bottom: 25px;
    }
      .blog-page .blog .article .item .content .meta div {
        display: flex;
        align-items: center;
      }
      .blog-page .blog .article .item .content .meta div time, .blog .article .item .content .meta div p {
        color: #9a9a9a;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        display: flex;
        align-items: center;
      }
      .blog-page .blog .article .item .content .meta div img {
        height: 100%;
        max-height: 24px;
        margin-right: 5px;
      }
      .blog-page .blog .article .item .content a {
        font-family: sans-serif;
        text-decoration: none;
        font-size: 18px;
        color: var(--dark-blue);
        display: block;
        margin-bottom: 20px;
        font-weight: 700;
        transition: 0.2s;
      }
      .blog-page .blog .article .item .content a:hover {
        color: var(--yellow);
      }
      .blog-page .blog .article .item .content p {
        font-size: 14px;
        line-height: 1.57em;
        letter-spacing: 0.1px;
  word-wrap: break-word;
  display: block;
      }

.blog-page .pagination{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 60px;
}
.blog-page .pagination a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding: 8px 12px;
    background: #e0e3e8;
    color: var(--text-gray);
    border-radius: 4px;
    transition: .05s;
}
.blog-page .pagination a.active{
    background: var(--yellow);
    color: var(--white);
    pointer-events: none;
}
.blog-page .pagination a:hover{
background: var(--yellow);
color: var(--white);
}

/* --------------------- post ------------------------ */

.post-page p{
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6em;
    text-align: justify;
}
.post-page h2{
text-align: left;
}
.post-page h2::after{
    margin-left: 0;
}
.post-page h3{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: normal;
}
.post-page ul li{
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6em;
}
.post-page .slider-container .slider .slide .content{
top: 50%;
}
.post-page .slider-container .slider .slide{
    min-height: 640px;
    overflow-y: hidden;
}
.post-page .slider-container .slider .slide .content .wrapper h1::after{
display: none;  
}
.post-page .slider-container .slider .slide .content .wrapper strong{
line-height: 1em;
font-size: 60px;
}
.post-page .main-slider{
    margin-bottom: 60px;
}
.ws-slider {
    position: relative;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
    /* margin-top: 40px; */
    margin: 0 auto;
}
.ws-slider .slides {
    display: flex;
}
.ws-slider .slides .slide {
    width: 100%;
    min-width: calc(100% / 2);
    /* max-height: 440px; */
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: grab;
    padding-left: 25px;
    padding-right: 25px;
}
.ws-slider .slides .slide video, .ws-slider .slides .slide img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}
/* .slider-container .slider .slide .content .wrapper .breadcrumbs span{
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 30px auto 0;
    gap: 10px;
    align-items: center;
    text-align: center;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}
.slider-container .slider .slide .content .wrapper .breadcrumbs a{
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-align: left;
}
.slider-container .slider .slide .content .wrapper .breadcrumbs a:hover{
    color: var(--yellow);
}
.slider-container .slider .slide .content .wrapper .breadcrumbs a.active{
color: var(--yellow);
} */
.post-page .slider-container{
    margin-bottom: 100px;
}
.post-page .article{
    display: flex;
    gap: 40px;
    width: 100%;
    margin-bottom: 60px;
}
.post-page .article aside{
    max-width: 320px;
    width: 100%;
    height: fit-content;
}
.post-page .article .content{
max-width: 810px;
width: 100%;
}
.post-page .article .content .article-content{
margin-bottom: 40px;
}
.post-page .article .content .article-content .info p, .post-page .article .content .article-content .right p{
margin-bottom: 10px;
}
.post-page .article .content .article-content .headline{
margin-bottom: 40px;
}
.post-page .article .content .article-content .headline h1{
    text-align: left;
    font-size: 40px;
}

.post-page .article .content .article-content .headline h1::after{
    margin-left: 0;
}
.post-page .article .content .article-content .images{
    margin-bottom: 40px;
    width: 100%;
}
.post-page .article .content .article-content .images img {
object-fit: cover;
width: 100%;
}
.post-page .article .content .article-content .head {
margin-bottom: 40px;
}
.post-page .call-to-action-slider-container .call-to-action-slider .slide{
    height: 500px;
}
.post-page .call-to-action-slider-container .call-to-action-slider .slide .content{
    top: 12%;
}
.post-page .call-to-action-slider-container .call-to-action-slider .slide img{
    position: relative;
}
.post-page .call-to-action-slider-container .call-to-action-slider .slide .img-cover{
    position: absolute;
    background: var(--dark-blue);
    opacity: .8;
    width: 100%;
    height: 100%;
}
.post-page .call-to-action-slider-container
.call-to-action-slider
.slide
.content h2{
  font-size: 50px;
}
.post-page .call-to-action-slider-container
.call-to-action-slider
.slide
.content h2 span{
  color: var(--yellow);
  font-weight: 600;
}
 .post-page .article .meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
 .post-page .article .meta div {
    display: flex;
    align-items: center;
  }
 .post-page .article .meta div time, .article .meta div p {
    color: #9a9a9a;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
 .post-page .article .meta div img {
    height: 100%;
    max-height: 24px;
    margin-right: 5px;
  }

.post-page .article strong{
    color: var(--yellow);
}

.post-page .article .quote {
    display: flex;
    margin: 20px 0;
    background: var(--dark-blue);
    padding: 30px 20px 30px 40px;
  }
  .post-page .article .quote p {
    margin: 0;
    padding: 10px 20px;
    color: var(--white);
  }
  .post-page .article .quote::before {
    content: "";
    display: flex;
    height: auto;
    width: 8px;
    background: var(--yellow);
  }

/* .article p:not(blockquote p){
    margin-bottom: 20px;
}
.article blockquote{
    background: var(--dark-blue);
    padding: 30px 20px 30px 30px  ;
    margin-bottom: 20px;
}
.article blockquote p{
    color: var(--white);
    border-left: 3px solid var(--yellow);
    padding-left: 20px;
} */
.post-page .article aside {
    display: flex;
    flex-direction: column;
    gap: 30px;
    > .item{
        padding: 20px;
        border: 1px solid #e2e2e2;
        div a {
            transition: .2s;
        }
        nav {
            .ws-menu {
                display: flex;
                flex-direction: column;
                div {
                    padding: 10px;
                }
            }
        }
        &:not(:first-child) .item:hover {
            a {
                transform: translate(20px);
                color: var(--yellow);
            }
            &::before {
                content: '';
                display: flex;
                align-items: center;
                margin: auto 0;
                border: 5px solid transparent;
                border-left: 5px solid var(--yellow);
            }
        }
    }
}
/* .post-page .article aside > .item div a{
    transition: .2s;
} */
/* .post-page .article aside .item:not(:last-child){
margin-bottom: 30px;
} */
/* .post-page .article aside .item:not(:first-child) div:hover a{
    transform: translate(20px);
    color: var(--yellow);
} */
/* .post-page .article aside .item:not(:first-child) div:hover::before{
    content: '';
    display: flex;
    align-items: center;
    margin: auto 0;
    border: 5px solid transparent;
    border-left: 5px solid var(--yellow);
} */
.post-page .article aside .contacts .info div{
    display: flex;
    padding: 5px 0;
}
.post-page .article aside .contacts .info div a{
    line-height: 1.8em;
    letter-spacing: .4px;
}
.post-page .article aside .contacts .info div a:hover{
    color: var(--yellow);
    transform: translate(5px);
}
.post-page .article aside .services div, .article aside .recent-posts div{
    display: flex;
}
.post-page .article aside .services .service a, .article aside .recent-posts div a{
    width: 100%;
    padding: 12px 0;
}
.post-page .article aside .recent-posts div:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}
.post-page .article aside div div a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #9aaab9;
}
.post-page .article aside div h3{
margin-bottom: 10px;
color: var(--dark-blue);
width: fit-content;
}
.post-page .article aside div h3:hover::after{
animation: headlineUnderline;
animation-duration: .3s;
}
.post-page .article aside div h3::after{
    content: '';
    display: flex;
    width: 30%;
    background: var(--yellow);
    height: 2px;
}
.post-page .article aside .contacts .info div img{
    width: 20px;
    height: 100%;
    display: flex;
    margin: auto 0;
    margin-right: 10px;
}
.post-page .videos {
    max-width: 640px;
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
  }
.post-page .videos .videos-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    gap: 20px;
  }
.post-page .videos .videos-container .video {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
.post-page .videos .videos-container .video:last-child {
    display: flex;
  }
.post-page .videos .videos-container .video video {
    width: 300px;
    height: 540px;
  }
  .post-page .video-bubles {
    display: flex;
    gap: 15px;
    width: fit-content;
    padding-right: 20px;
    margin: 10px auto 60px;
  }
  .post-page .video-bubles .item {
    background: var(--dark-blue);
    width: 22px;
    height: 6px;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
  }
  .post-page .video-bubles .item.active {
    scale: 1.2;
    background: var(--yellow);
  }

@media screen and (max-width: 1180px) {
    .blog-page .slider-container .slider .slide .content .wrapper{
        max-width: 970px;
    }
}
@media (min-width: 768px) and (max-width: 1020px){
    .blog-page .slider-container .slider .slide {
        min-height: unset;
        height: 480px;
    }
}
@media screen and (max-width: 1080px) {
    .blog-page .blog .article .item a img {
        height: 260px;    
    }
    .blog-page .blog .article .item .img-link{
        height: auto;
    }
}
@media screen and (max-width: 1020px) {
    .blog-page .slider-container .slider .slide .content{
        top: 40%;
    }
    .blog-page .slider-container .slider .slide .content .wrapper{
        max-width: 90%;
    }
}
@media screen and (max-width: 992px) {
    .blog-page .blog .article .item .content .meta {
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (max-width: 768px) {
    .blog-page .blog{
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .blog-page .blog .article{
        max-width: 100%;
    }
    .blog-page .blog .article .item .content .meta {
        flex-direction: row;
    }
    .blog-page .blog .article .item a img {
        height: auto;    
    }
    .main-slider{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .blog-page .blog .article .item .content .meta{
        flex-direction: column;
    }
}



/* --------------------- post ------------------------ */


@media screen and (max-width: 1180px) {
    .post-page .slider-container .slider .slide .content .wrapper{
        max-width: 970px;
    }
    .post-page article.wrapper{
        max-width: 90%;
    }
    .post-page .call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content
  .call-to-action{
    max-width: 80%;
  }
}
@media screen and (max-width: 1020px) {
    .post-page .slider-container .slider .slide .content .wrapper{
        max-width: 90%;
    }
    .post-page .slider-container .slider .slide .content .wrapper strong{
        font-size: 50px;
        }
        .post-page .slider-container .slider .slide .content{
            top: 48%;
        }
}
@media screen and (max-width: 992px) {
    .post-page .slider-container .slider .slide{
        min-height: 500px;
    }
    .post-page .slider-container .slider .slide .content{
        top: 32%;
    }
    .post-page .article{
        flex-direction: column;
    }
    .post-page .article aside{
        max-width: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .post-page .article aside .item:not(:last-child){
        margin-bottom: 0;
    }
    .post-page .article aside .recent-posts{
        grid-column: 1 / 3;
    }
    .post-page .article aside .recent-posts div a{
        padding: 20px 0;
    }
}
@media screen and (max-width: 1100px) {
    .post-page .videos {
        max-width: 320px;
      }
}
@media screen and (max-width: 600px) {
    .post-page .article aside{
        display: flex;
        flex-direction: column;
    }
    .ws-slider .slides .slide {
        min-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .post-page .slider-container .slider .slide .content{
        top: 24%;
    }
    .post-page .slider-container .slider .slide .content .wrapper strong{
        font-size: 40px;
    }
    /* .slider-container .slider .slide .content .wrapper .breadcrumbs a{
        font-size: 14px;
    } */

    .post-page .article .quote {
        padding: 15px 10px 15px 30px;
      }

}
@media screen and (max-width: 460px) {
    .post-page .article .meta{
        flex-direction: column;
        gap: 20px;
    }
    .post-page .call-to-action-slider-container .call-to-action-slider .slide{
        height: 600px;
    }
}
@media screen and (max-width: 360px) {
    .post-page .videos{
        max-width: 280px;
        margin-left: 10px;
      }
      .post-page .videos .videos-container .video video{
        width: 260px;
      }
}