body{
    font-family:Verdana, Geneva, sans-serif!important;
    /*font-family:"Noto Sans",sans-serif;*/
    background: url(/files/saks2026/fon.png) no-repeat 107% 97%;
}
.buttonHeader{
    color:#294b7;
    display:block;
    /* align-items: baseline;*/
    justify-content: center;
    height: 40px;
    width: 200px;
    text-transform: uppercase;
    text-align:center;
}
.part{font-weight:300;
    display:block;
    border-radius:15px;
    background-color:#16477f;
    padding:10px;
    margin:10px;color:#fff;}

section li{
    margin:0 0 1.2em 0;
}

section{
    padding:0 10px;

}
.buttonTop{
    border:1px solid #2b669a;
    border-radius:50%;
    width:70px;
    height:70px;
    background-color:#2b669a;

}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #b3d7ff;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555;
}
.textCenter{
    text-align: center;
}
a{
    color:#294b73;
}

a:hover {
    color:#16477f!important;
}

#chapter5 a{
    color:#fff;
}

#chapter5 a:hover {
    color:#fff!important;
}

.nav-link{
    font-size:0.9rem;
    color:#fff;
    text-transform:uppercase;

}
.nav-link:hover{
    color:#fff!important;
    text-decoration: underline!important;

}
.card_bl{
    /*font-weight:bold;*/
    color:#16477f;
    border-radius:0.7rem;
    border-top:1px solid #16477f;
    border-bottom:1px solid #16477f;
    padding:0.5rem 1.5rem;
    font-size:1.2rem;
    background-color:#fff;
    margin-bottom:1.5rem;
}
.card_w{
    /*font-weight:bold;*/
    color:#16477f;
    border-radius:0.7rem;
    /*border-top:1px solid #16477f;
    border-bottom:1px solid #16477f;*/
    padding:0.5rem 1.5rem;
    font-size:1.2rem;
    /*background-color:#16477f;*/
    margin-bottom:1.5rem;

}
.grayscale {
    filter: grayscale(1);
    transition: 1s;
}
.grayscale:hover {
    filter: grayscale(0);
}
img{
    border:0;
}
.outer:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
}
.inner {
    display: inline-block;
    vertical-align: middle;
}
.sectionHeader{
    color:#fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    background-color: #16477f;
    padding:10px;}

@media (max-width: 580px) {
    .sectionHeader{
        writing-mode: horizontal-tb;
        transform: rotate(360deg);

    }
}
