.link-slider {
    margin-top: 20px;
}
.slider .titles {
        position: absolute;
        z-index: 100;
        display: flex;
        flex-flow: column;
        justify-content: center;
        top: 0;
        left: 0;
        width: 100%;
}
.slider .titles .title a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    fill: #000000;
    height: 22px;
    width: 22px;
}

.icon:hover {
    fill: #background-color: #a9c0da;C2185b;
    height: 22px;
    width: 22px;
    cursor: pointer;
}
.block-text {
    color: #152a50;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    width: 122px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*
.block-text:hover {
    color: #FFF;
}*/
.text-footer {
 color: #152a50;
}
.button.button-border2 {
 /*   border: 2px solid #5ebeea;*/
    /* background-color: transparent; */
    width: 258px;
    color: #152a50;
    background-color: #bdcadd;
	opacity: 0.6;
    line-height: 36px;
    font-weight: 600;
    text-shadow: none;    
}
.button.button-border2 a{
    justify-content: center;
    align-items: center;
}
.button.button-border2.button-light:hover {
    background-color: #5EBEEA;
    border-color: #5EBEEA;
    color: #333;
    text-shadow: none;
}
.standarts__links {
    padding-top: 10px;
}

.standarts__links li {
    margin-bottom: 10px;
}