
.main_banners .banner_text .name {
    color: #efe9e9;
}

#tns1-mw {
    border-radius: 25px;
}

.table-1-icon .icon {
     width: 50px !important;
}

.catside a:hover {
background: #0078BF;
color: #fff;
}

.read-review {
    /*display: block;*/
    background-color: #43678a;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
}

/*.read-review a:hover {
    display: block;
    background-color: #97d9ff;
}*/

.advice-block {
    position: relative;
    border: 3px solid #a2c2d7;
    padding: 48px 50px;
    margin-bottom: 40px;
    width: 95%;
    margin-top: 30px;
}


.accordion-2 .panel .link_pr {
    font-size: 19px;
    line-height: 22px;
    padding: 13px 20px;
    width: 100%;
    background-color: #4786af;
    color: #fff;
}

.accordion-2 .panel .link_pr span:before {
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transform: rotate(
-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    content: none;
}

.accordion-2 .panel .link_pr:hover span:before {
    content: none;
}

/*.title .exo-b {
    font-family: Exo2_Bold,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000 !important;
}

.slide-1 .title {
    font-size: 60px;
    line-height: 1.16666667;
    margin: 0 0 38px;
    text-align: center;
    color: #000;
}*/