
/********** МОДАЛКА **********/

.index_news_detail_ajax_shadow {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.index_news_detail_ajax_wrapper{
    position: fixed;
    display: none;
    width: 743px;
    height: 90%;
    top: 5%;
    left: 50%;
    margin-left: -373px;
    overflow: hidden;
    box-shadow: 0px 0px 75px #B4BF72;
    background: #FFFFFF;
    border: 1px solid #d0d6bf;
    z-index: 1001;
}

.index_news_detail_ajax{
    position: relative;
    width: 760px;
    height: 100%;
    background: #FFFFFF;
    /*padding: 0 25px 0 0;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.index_news_detail_ajax_content_dateTime {
    padding: 15px 57px 0 57px;
    font-weight: bold;
    font-size: 18px;
    line-height: 104.5%;
    color: rgba(0, 0, 0, 0.3);
}

.index_news_detail_ajax_content_dateTime a{
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.index_news_detail_ajax_content_dateTime a:hover {
    text-decoration: underline;
}

.index_news_detail_ajax_content_header {
    padding: 44px 57px 0 57px;
    font-size: 44px;
    line-height: 53px;
    color: #2F2F2F;
}

.index_news_detail_ajax_content_text {
    padding: 44px 57px 50px 57px;
    font-size: 18px;
    line-height: 169%;
    color: rgba(72, 78, 49, 0.846);
}

h3.index_news_detail_ajax_content_text {
    font-size: 22px;
}

.index_news_detail_loader {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url("/local/templates/mhat/img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.index_news_detail_ajax_exit {
    width: 15px;
    height: 15px;
    position: fixed;
    left: 50%;
    margin-left: 380px;
    top: 6%;
    z-index: 1001;
}

.index_news_detail_ajax_exit svg {
    width: 15px;
    height: 15px;
}

.index_news_detail_ajax_exit svg line {
    fill: #c7cab7;
    stroke: #c7cab7;
    stroke-width: 3px;
}

.index_news_detail_ajax_exit svg:hover line {
    fill: #9b9d8d;
    stroke: #9b9d8d;
}

/********** СЛАЙДЕР **********/
.news_slider_content {
    margin-top: 0;
    display: inline-block;
    transition: 1s;
    float: left;
    list-style-type: none;
    overflow: hidden;
    z-index: 100;
}

.news_slider_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: start;
    width: 10000px;
    transition: 0.5s;
    touch-action: none;
}

.news_slider_content ul li {
    width: 743px;
    height: 542px;
    list-style-type: none;
    overflow: hidden;
}

.news_slider_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.news_slider_arrow {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 50px;
    margin-left: 20px;
    z-index: 101
}

.news_slider_arrowSvg line {
    stroke: #9a9e83;
    stroke-width: 1px;
}

.news_slider_arrowSvg:hover line {
    stroke: #7a7e68;
    stroke-width: 2px;
}

.news_slider_arrowSvg {
    width: 25px;
    height: 50px;
}

.news_slider_arrowSvg:hover {
    background-color: #000;
    transition: 0.2s;
}

#news__sliderLeftArrow {
    left: 15px;
}
#news__sliderRightArrow {
    right: 15px;
}

.news_slider_content .little-transition {
    transition: 0s;
}

@media (min-width: 1066px) and (max-width: 1300px ) {
    .news_slider_content {
        width: 903px;
    }
}

@media (min-width: 300px) and (max-width: 1065px ) {
    .news_slider_content {
        width: 607px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .facultyNew {
        width: 220px;
    }
    .facultyNew .facultyNews_img {
        width: auto;
    }
}

@media (min-width: 901px) and (max-width: 1000px) {
    .facultyNew {
        width: 250px;
    }
    .facultyNew .facultyNews_img {
        width: auto;
    }
}

@media (min-width: 1001px) and (max-width: 1100px ) {
    .facultyNew {
        width: 215px;
        margin: 10px;
    }
    .facultyNew .facultyNews_img {
        width: auto;
    }
}

@media (min-width: 1101px) and (max-width: 1199px ) {
    .facultyNew {
        width: 220px;
    }
    .facultyNew .facultyNews_img {
        width: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1300px ) {
    .facultyNew {
        width: 240px;
    }
    .facultyNew .facultyNews_img {
        width: auto;
    }
}

/********** socials **********/
a{
    text-decoration: none;
}
.share-buttons{
    display: flex;
    align-items: baseline;
    max-width: 300px;
    /*margin:0 auto;*/
    padding: 10px 57px 25px 57px;
}

.share-buttons span {
    margin: 10px;
}
.share-buttons .social_FB img{
    width: 76px;
}
