.imgLogo {
    /*height: 100px;*/
    /*width: 200px;*/
    /*margin-left: 15px;*/
    /*margin-bottom: 15px*/
}

/*.statics {*/
/*position: absolute;*/
/*left: 0px;*/
/*top: 0px;*/
/*}*/

body {
    max-width: 1300px;
    margin: auto;
    background-color: #fff0b9;
}

main {
    background-color: #fff0b9;
}

.bd-sidebar {
    background-color: #ffeba0;
}

header {
    background-color: #ffc107 !important;
}

.form-control {
    background-color: #fff8dc;
}

@media (max-width: 576px) {
    .ci {
        text-align: center;
        /*margin-right: -15px!important;*/
        /*margin-left: -15px!important;*/
    }
}

/*@media (max-width: 576px) {*/
/*.hforall {*/
/*text-align: center;*/
/*!*margin-right: -15px!important;*!*/
/*!*margin-left: -15px!important;*!*/
/*}*/
/*}*/

.buttontags {
    padding: 2px;
}

.buttontags button span {
    position: relative;
    top: 3px!important;
}

/*.btn-secondary {*/
/*background-color: #2e9fff!important;*/
/*}*/

/*.bd-navbar {*/
/*background-color: #2e9fff!important;*/
/*}*/

.bd-links {
    padding-left: 13px;
    padding-right: 13px;
}

.logo-widch {
    width: 200px;
}

.media img {
    height: 4.5rem;
}

@media (min-width: 768px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .test {
            display: none;
        }
    }
}

@media (max-width: 768px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .h1, h1 {
            font-size: 1.4rem !important;
        }

        header span {
            margin-right: 0 !important;
        }
    }
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1rem;
}

dl {
    margin-bottom: 0.3rem;
}

header span {
    margin-right: 30px;
    font-size: 2rem;
    color: #e9ecef;
}

.golos {
    color: rgba(0, 0, 0, .65);
}

.comment li div h5 {
    display: inline;
    color: #007bff;
    margin-right: 15px;
}

.comment li {
    padding: .5rem;
    background-color: #f1c10a;
    border-radius: .25rem;
}

.p-comment {
    background-color: #fff9cf;
    padding: .3rem;
    border-radius: .3rem;
    margin-bottom: .4rem;
    margin-top: .6rem;
}

.comment-form {
    padding-left: 0;
    padding-right: 0;
}

.ba {
    box-shadow: inset 0 0 0 2px #285583;
}

.ads-comp { display:block;}
.ads-mob { display:none;}

@media only screen and (max-width: 960px) {
.ads-comp { display:none;}
.ads-mob { display:block;}
}
