.linkblock {
    border: 1px solid #1f5790; /* Рамка */
    display: inline-block;
    padding: 10px 20px; /* Поля */
    text-decoration: none; /* Убираем подчёркивание */
    background: #6586bb; /* Фон */
    color: #fff; /* Цвет текста */
    margin: 15px;
}

.linkblock:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Тень */
    text-decoration: none; /* Убираем подчёркивание */
    color: #05275e; /* Цвет текста */
    background: #ffffff; /* Фон */
}

.all_news .news_row div.news_item:nth-child(2) {
    padding: 0 15px;
}

.all_news .news_row div.news_item:first-child {
    padding-right: 15px;
}

.all_news .news_row div.news_item:last-child {
    padding-left: 15px;
}

section.left-column {
    /*padding-right: 25px;*/
}



.allion1 {
    color: #05275e;
	 text-decoration: none;
    font-size: 16px;
   font-weight: 500;
   /* font-family: FranklinGothic-Heavy;*/
}


a:hover {
    color: #05275e;
    text-decoration: underline;
}
/*
.slick-dots {
    position: relative;
    float: right;
    display: inline-block !important;
    top: -5px;
    list-style: none;
    text-align: center;
    width: auto;
    margin: auto;
    padding: 0 10px;
    background: #fff
}
*/
.slick-dots li, .slick-dots li button {
    height: 14px;
    width: 14px;
    cursor: pointer
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    border-radius: 14px;
    background-color: #caebff
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: transparent;
    opacity: .25;
    -webkit-font-smoothing: antialiased
}

.slick-dots li.slick-active {
    background-color: #1f5790
}