.clients{
    padding-bottom: 60px;
}
.clients__top {
    padding-bottom: 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.clients__slider{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: -moz-scrollbars-none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} 
.clients__slider.active > div{
    pointer-events: none;
}
@media(max-width:840px) {
    .clients__slider {
        overflow-x: auto;
    }
    .clients__slider::-webkit-scrollbar { width: 0; height: 0; display: none; }
}
.clients__title {
    font-size: 18px;
    color: #320A2A;
    font-weight: 700;
    text-transform: uppercase;
}
.clients__slider_arrows {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 26px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
}
.clients__slider_arrows .more-see{
    font-size: 16px;
    font-weight: 600;
}
.clients__slider_arrows div:not(.more-see) { 
    float: left;
    margin-left: 9px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 3px 1px 1px;
    background: #706C8033;
    user-select: none
}
.clients__slider_arrows div:not(.more-see):last-child{
    padding: 2px 1px 1px 3px;
}
.clients__slider_arrows .left.disabled{
    opacity: .7;
    pointer-events: none;
}
.clients__slider_arrows .right.disabled{
    opacity: .7;
    pointer-events: none;
}
.clients__slider_arrows div svg{
    width: 9px;
    height: 17px;
    display: table;
    margin: 0 auto;
    stroke:#333;
    margin: 7px 13px;
}
.clients__item {
    padding-left: 3px;
    padding-right: 3px;
    flex-shrink: 0;
}
.clients__item_img {
  text-align: center;
    user-select: none;
  padding: 10px
}
.clients__item_img img {
  max-height: 100%;
  max-width: 100%;
    pointer-events: none;
    outline: none;
}
.clients__item_name {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  line-height: 22px;
  color: #212529;
  font-size: 18px;
  font-weight: 600
}

.ibanner{
    margin-bottom: 37px;
}
.ibanner picture,
.ibanner a{
    display: table;
}
@media(max-width:1080px) {
    .ibanner{
        margin-bottom: 18px;
    } 
}
@media(max-width:1440px) {
    .ibanner{
        margin-bottom: 30px;
    } 
}

.boxing{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.boxing .bleft{
    width: 100%;
}
.boxing .bright{
    width: 100%;
}
.boxing .title{
    font-size: 22px;
    line-height: 28px;
}



.blogs-list{
    margin-bottom: 40px;
}
.blogs-list-inner{
    touch-action: pan-y;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
}
.blogs-list-inner.active > div{
    pointer-events: none;
}
.blogs-list .btitle{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#320A2A;
    text-transform: uppercase;
}
.blogs-list .blog{
    margin: 0 10px;
    width: 16.666%;
    flex-shrink: 0;
}
.blog .blog-inner{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
}
.blog .image{
    width: 100%;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.blog .image a{
    display: table;
}
.blog .blog-period{
    font-size:12px;
    font-weight: 500;
    color:#696969;
    margin-bottom: 8px;
    flex-shrink: 0;
    width: 100%;
}
.blog .blog-title{
    width: 100%;
    margin-bottom: 17px;
}
.blog .blog-title a{
    font-size: 17px;
    font-weight: 600;
    color:#320A2A;
}
.blog .blog-link{
    margin-top: auto;
}
.blog .blog-link a{
    display: table;
    border:1px solid #ABADC9;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    color:#868199;
} 
.blog .blog-link a:hover{
    color:rgba(178, 27, 70, 1);
    border:1px solid rgba(178, 27, 70, 1);
}

.blogs-link{
    width: 100%;
}
.blogs-link a{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color:rgba(178, 27, 70, 1);
    margin: 14px auto;
}
@media(max-width:840px) {
    .blogs-list .clients__top .clients__slider_arrows{
        display: none
    }
}


.box_sertificates{
    position: relative;
    margin-bottom: 60px;
    
}
.box_sertificates .inner{
    z-index: 3;
    position: relative;
}
.sertificates_inner{
    padding: 63px 0 43px 0;
    position: relative;
    z-index: 1
}
.box_sertificates .backsert{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
}
.box_sertificates .backsert::before{
    content: '';
    position: absolute;
    background: url(/local/media2/images/background_sert.webp), linear-gradient(277.66deg, rgba(255,237,237,1) -26.54%, rgba(255,248,236,1) 78.98%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-position-x: center;
    background-blend-mode: lighten;
    z-index: 1;
    background-size: 100%;
}
.sert_up{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 50px;
}
.sert_slider_arrows{
    display: table;
    margin: 0 auto 17px auto; 
}
.sert_slider_arrows div {
    float: left;
    margin-left: 9px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 3px 1px 1px;
    background: #706C8033;
    user-select: none;
}
.sert_slider_arrows div svg {
    width: 9px;
    height: 17px;
    display: table;
    margin: 0 auto;
    stroke: #333;
    margin: 7px 13px;
}


.cert_left{
    width: 50%;
}
.cert-title{
    color:#D92155;
    font-size: 101px;
    font-weight: 800;
}
.cert-desc{
    font-size: 20px;
    font-weight: 800;
    color:#D92155;
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}
.cert_right{
    width: 50%;
}
.cert_right p{
    max-width: 410px;
    font-size: 17px;
    line-height: 150%;
    color:#320A2A;
}
.sert_slider{
    touch-action: pan-y;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
    height: fit-content;
}
.sert_slider.active .sert{
    pointer-events: none
}
.sert_slider .sert {
    margin: 0 10px;
    width: 16.666%;
    flex-shrink: 0;
}
@media(max-width:840px) {
    .box_sertificates .backsert::before{
        background: url(/local/media2/images/mbackground_sert.webp), linear-gradient(277.66deg, rgba(255,237,237,1) -26.54%, rgba(255,248,236,1) 78.98%);
        background-position: center;
    }
    .cert-title{
        font-size: 56px;
    }
    .cert-desc{
        font-size: 11px;
        margin-bottom: 20px;
    }
    .sert_up{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        text-align: center
    }
    .cert_right,
    .cert_left{
        width: 100%;
    }
    .cert_right p{
        margin: 0 auto;
        display: table;
    }
}
.index-words{
    font-family: 'Lato';
    font-size: 14px;
    max-width: 738px;
    margin-bottom: 95px;
}
.index-words .title{
    font-size: 20px;
    font-weight: 700;;
    margin-bottom: 18px;
}
.index-words .title .external{
    color:#66C736;
    font-size: 18px;
}
.index-words p{
    margin: 0 0 18px 0;
}
.index-words ul{
    list-style: none
}

