@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto+Condensed|Russo+One&display=swap');
h4.mHeader2, h5.mHeader2{
    font-family: 'Oswald', sans-serif;
}

h2.mHeader1{
/*    font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Russo One', sans-serif;
}


.chapterHeader{
    font-family: 'Roboto Condensed';
    text-decoration: none;
    padding: 4px;
    text-align: center;
    font-weight: bold;
}

.subChapterLine {
    color: #610F7A;
    text-decoration: none;
    padding: 4px;
    background-color: #dfdfdf;
    font-family: 'Oswald', sans-serif;
}

h2.preview {
    color: #610F7A;
    font-size: 16px;
    text-decoration: none;
    padding: 4px;
    background-color: #dfdfdf;
    font-family: Calibri;
}

.mainText a{
    color: rgba(97, 15, 122, 1)
}
.mainText a:hover{
    color: #610F7A;
    text-decoration: overline
}

.creative-banner {
    padding: 10% 0 22% 0;
}
.footer-list, .footer-list li a.contacts{
    font-size: 12px;
}
section {
    padding: 25px 0;
}
.section-heading {
    margin-bottom: 25px;
}
.navPanel a {
    color: #5c708a;
    text-decoration: none;
}


.rightPanel{
    font-size: 11px;
    color: rgba(255, 255, 255, 1)
}
.rightPanel div a {
    text-decoration: none;
    color: #FFFF00;
}
.rightPanel h4 {
    color: #FFFFFF;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
    width: 100%;
    float: right;
    clear: both;
    margin-bottom: 5px;
}

.pagination a:hover {
    background: linear-gradient(-45deg, #48459f, #8a2a5d);
    color: #fff;
    text-decoration: none
}

.btnTW{
    color: #FFFFFF!important;
}
.btnTB{
    color: #000000!important;
}
.btn-theme{
    background: #48459f;
    background: linear-gradient(-45deg, #48459f, #8a2a5d);
    color: #fff;
    text-transform: uppercase;
}
button.btn-theme:hover{
    background: #48459f;

    color: #fff;
    transition: none;

}

/*dovidka*/
.dovidkaBorder{
    border-radius: 7px;
    border: solid #48459f;
}
.dovidkaBorder2{
    border-radius: 7px;
    border: solid #8a2a5d;
}
.askBG{
    /*background: linear-gradient(-45deg, #48459f, #8a2a5d);*/
    background: rgba(138, 42, 93, 0.15);
}
mark.dovidka{
    background: linear-gradient(-45deg, #48459f, #8a2a5d);
    color: #fff;
}

.services-block:hover{
    color: #fff; 
}
