.publishing-page{
    overflow: hidden;
}
.publishing-page .p-p-name{
    padding-right: 210px;
}
.publishing-page .articles-action{
    position: absolute;
    right: 0;
    top: 17px;
    width: 180px;
}
.publishing-page .articles-action .articles-like{
    font-size: 16px;
    color: #fc0c2d;
    float: left;
    line-height: 1;
    padding-left: 38px;
    cursor: pointer;
}
.publishing-page .articles-action .articles-like:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    background-image: url(/assets/isv7/img/icons/icons-like.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
}
.publishing-page .articles-action .xlike__link_active .articles-like:before {
    background-position: -28px top;
}
.publishing-page .articles-action .articles-cnt {
    font-size: 16px;
    color: #3b93d0;
    float: right;
    padding-left: 40px;
    line-height: 1;
}
.publishing-page .articles-action .articles-cnt:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/assets/isv7/img/icons/icon-views.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 31px;
    height: 15px;
}
.publishing-page .p-soc{
    top: 10px;
    font-weight: bold;
    display: flex;
    color: #2fb457;
    border: 1px #3a74ba dashed;
    padding: 3px 10px;
}
.publishing-page .p-soc .ya-share2__link{
    border-bottom: none !important;
}
.publishing-page .p-soc .ya-share2__container ul{
    padding-left: 10px;
}
.publishing-page .p-soc .ya-share2__container ul>li:before{
    background-image: none !important;
}
.publishing-page .p-soc .ya-share2 {
    display: inline-block;
    vertical-align: middle;
}
.p-p-text{
    padding: 80px 8% 40px 8%;
    /*color:#4f4f4f;*/
    color: #000;
}
.p-p-text h1{
    color: #3a74ba;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px;
}
.p-p-img{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.p-p-img img{
    max-width: 100%;
}
.p-p-bottom{
    margin-top: 30px;
}
.p-p-bottom>.e-block{
    width: 176px;
}
.p-p-bottom>.e-block:first-child{
    margin-bottom: 10px;
}
.s2-item{
    height: 430px;
}

.s2-item>.icons-services-3 {
    margin-top: 105px;
    width: 142px;
    height: 138px;
    background-size: contain;
}
body:not(.mobile) .s2-item.hover:hover,
body:not(.mobile) .s2-item.touch{
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

body:not(.mobile) .s2-item.hover:hover .icons-services-3,
body:not(.mobile) .s2-item.touch .icons-services-3{
    -webkit-transform: rotateY(720deg);
    -moz-transform: rotateY(720deg);
    -o-transform: rotateY(720deg);
    transform: rotateY(720deg);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.p-p-cases{

}
.p-p-cases .s2-item{
    width: 33.3333%;
    height: 550px;
}
.p-p-cases .s2-cap{
    font-size: 48px;
    line-height: 1;
    height: 100px;
}
.p-p-cases .s2-caption{
    font-size: 16px;
    white-space: normal;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    max-height: 120px;
    overflow: hidden;
}
.services2>.e-circle{
    top: 70px;
    left: 40px;
}
.services2>.e-circle+.e-circle{
    left: auto;
    right: 40px;
}
.p-p-text+.services2 .s2-item{
    height: 320px;
}
.p-p-text+.services2 .icons-services-3{
    margin-top: 40px;
}
.p-p-text+.services2>.e-circle{
    top: 30px;
}
.services2{
    padding-bottom: 25px;
}
.s2-item.e-ar-bottom:before{
    bottom:-20px;
}
.lists{
    padding-top: 60px;
}
.list{
    /*color: #4f4f4f;*/
    color: #000;
}
.list li a{
    display: inline-block;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    vertical-align: top;
    line-height: 1.5;
    margin-top: 5px;
}
.list li .articles-like{
    font-size: 16px;
    color: #fc0c2d;
    line-height: 1;
    padding-left: 38px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.list li .articles-like:before{
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    background-image: url(/assets/isv7/img/icons/icons-like.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
}
.list li .xlike__link_active:before {
    background-position: -28px top;
}
.list li .articles-cnt{
    font-size: 16px;
    color: #3b93d0;
    padding-left: 40px;
    line-height: 1;
    display: inline-block;
}
.list li .articles-cnt:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/assets/isv7/img/icons/icon-views.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 31px;
    height: 15px;
}

.list li>a.hover:hover, .list li>a.touch {
    background-color: #3ca8d9;
    color: #fff;
}

.list>h2{
    color: #3a74ba;
}
.list>.adp {
    padding-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
}

@media screen and (max-width: 1279px){

}
@media screen and (max-width: 959px){
    .p-p-cases .s2-item{
        width: 50%;
    }
}
@media screen and (max-width: 639px){
    .p-p-cases .s2-item{
        width: 100%;
    }
    .list>.adp{
        padding-bottom: 20px;
    }
    .p-p-text{
        padding-bottom: 20px;
        line-height: 1.5;
    }
    .p-p-text h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .publishing-page .articles-action {
        width: 75px;
    }
    .p-p-bottom{
        margin-top: 15px;
    }
}
@media screen and (max-width: 510px){

}