body {
    background: url(../img/bg.png);
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    background-color: #f9f9f9;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #066e94;
}

img {
    border-style: none;
}

.main {
    padding-top: 14px;
    width: 100%;
    max-width: 1300px;
}

@media screen and (max-width: 1117px) {
    .main {
        background-color: #fff;
    }
}

.header {
    width: 100%;
    background-color: #265279;
    box-shadow: 1px 10px 11px 0px rgba(50, 50, 50, 0.62);
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
}

.header ul {
    width: 100%;
    max-width: 1300px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.header p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0;
    padding: 0;
}

.header span {
    cursor: pointer;
}

.logoImage {
    height: 66px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

@media screen and (max-width: 1117px) {
    .logoImage {
        height: 40px;
    }
}

.footer {
    width: 100%;
    background-color: #2b2d2f;
}

.left {
    display: inline-block;
    width: 280px;
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .left {
        display: none;
    }
}

.center {
    display: inline-block;
    margin: 0 5px;
    width: 650px;
    vertical-align: top;
    text-align: left;
}

.center ul {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1000px) {
    .center {
        width: 100% !important;
        margin: 0 !important;
    }
}

.right {
    display: inline-block;
    width: 290px;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 1260px) {
    .right {
        width: 100% !important;;
    }
}

.lenta {
    background-color: #fff;
}

.lenta ul {
    margin: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #eaeaea;
}

.lenta_text {
    font-size: 14px;
    color: #5f5f5f;
    margin-top: -10px;
}

.lenta_tag {
    font-size: 14px;
    font-weight: bold;
    color: #265279;
    margin-top: -10px;
}

.lenta_2 {
    background-color: #eaeaea;
    font-weight: bold;
    color: #bb1919;
    box-shadow: 1px 10px 11px 0px rgba(50, 50, 50, 0.62);
}

/* Цветная лента */
.lenta_3 .lenta_title {
    font-weight: bold;
}

/* Жирная лента */

.top {
    background-color: #fff;
}

.top.ul:hover {
    background-color: #f1f1f1;
}

.top ul {
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #eaeaea;
}

.top p {
    margin: 0;
    padding: 5px 0;
}

.anred {
    background-color: #4b0082;
    padding: 2px 4px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
}

.titleText {
    background-color: #fff;
    box-shadow: 1px 10px 11px 0px rgba(50, 50, 50, 0.62);
    text-align: left;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.titleText b {
}

.titleText a {
    color: #fff;
}

.titleText img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    padding-left: 20px;
    vertical-align: middle;
}

.hover {
    transition: all 0.2s ease;
}

.hover2 {
    transition: all 0.2s ease;
}

.hover:hover {
    opacity: 0.8;
}

.hover2:hover {
    opacity: 0.4;
}

.tags {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
    background-color: #fff;
}

.tags p {
    display: inline-block;
    font-weight: bold;
    color: #265279;
    cursor: pointer;
    font-size: 25px;
    margin: 5px;
    padding: 5px;
    transition: all 0.6s ease;
}

.tags p:hover {
    color: red !important;
    transform: rotate(7deg);
}



.sliderImage {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
}

.sliderBlack {
    position: absolute;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

.sliderCategory {
    display: inline-block;
    white-space: nowrap;
    background-color: #fff;
    color: #265279;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin: 3px;
}

.sliderText {
    position: absolute;
    padding: 20px;
    bottom: 10px;
    color: #f0e846;
    font-size: 28px;
    max-width: 700px;
}

.sliderText .sliderSpan {
    margin-top: 15px;
    font-size: 22px;
    color: #fff;
}

.redBlock {
    display: inline-block;
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 30%;
}

.sliderNext {
    z-index: 99999;
    position: absolute;
    top: 45%;
    right: 5%;
    margin-top: -30px;
    cursor: pointer;
    background: url(../img/arrowBg.png) right center no-repeat;
    width: 60px;
    height: 60px;
}

.sliderPrev {
    z-index: 99999;
    position: absolute;
    top: 45%;
    left: 5%;
    margin-top: -30px;
    cursor: pointer;
    background: url(../img/arrowBg.png) left center no-repeat;
    width: 60px;
    height: 60px;
}

.slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.showing {
    opacity: 1;
    z-index: 2
}

@media screen and (max-width: 1117px) {
    .sliderPrev {
        top: 40%;
    }
}

@media screen and (max-width: 1117px) {
    .sliderCategory {
        font-size: 10px;
    }
}

@media screen and (max-width: 1117px) {
    .sliderNext {
        top: 40%;
    }
}

/*@media screen and (max-width: 1117px) {*/
/*    .slider {*/
/*        height: 350px;*/
/*    }*/
/*}*/

@media screen and (max-width: 1117px) {
    .sliderText {
        font-size: 20px;
        left: 20px;
        padding: 0;
        margin: 0;
        width: 90%;
    }
}

@media screen and (max-width: 1117px) {
    .sliderText .sliderSpan {
        font-size: 16px;
    }
}

@media screen and (max-width:768px){
    .slider {
        height: 500px !important;
    }

    .lenta_text {
        font-size: 1rem !important;
        /*color: red !important;*/
    }

    .lenta_title {
    font-size:1.5rem !important;
    }
}

.float {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.slider {
    position: relative;
    left: 0;
    width: 100%;
    height: 450px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
    background-color: #454545;
}

.float ul {
    font-size: 18px;
    transition: all 0.6s ease;
    height: 340px;
    text-align: left;
    padding: 0 !important;
    margin: 5px !important;
    margin-right: 0 !important;
    overflow: hidden;
    padding-bottom: 5px;
}

.floatImage {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 1.0s ease;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
}

.floatTime {
    font-size: 10px;
    color: #aeaeae;
}

@media screen and (max-width: 800px) {
    .float {
        width: 100%;
        margin: 2px 0 !important;
    }
}

@media screen and (max-width: 800px) {
    .float ul {
        height: auto;
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 800px) {
    .floatImage {
        height: 330px;
    }
}

.body {
    width: 95%;
    text-align: left;
    line-height: 1.5;
}

.body iframe {
    width: 100%;
    max-width: 100%;
    height: 600px !important;
}

.body img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: auto !important;
    height: auto !important;
}

.body .social img {
    width: 30px !important;
}

.body blockquote {
    border-left: 4px solid red;
    padding: 10px;
    margin: 10px;
    background-color: #f1f1f1;
}

.inText {
    text-align: left;
    width: 95%;
}

#searchBlock {
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: auto;
    padding: 20px 0;
    display: none;
    width: 100%;
    background-color: #1f2125;
    z-index: 999999;
}

#searchBlock ul {
    padding: 0 10px;
    margin: auto;
    text-align: center;
}

#searchBlock input {
    width: 500px;
    height: 30px;
    text-indent: 15px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

@media screen and (max-width: 1117px) {
    #searchBlock input {
        width: 100%;
    }
}

.allNews {
    text-align: left;
    width: 100%;
    max-width: 1300px;
    background-color: #fff;
}

.allNews ul {
    padding: 10px;
    margin: 0;
}

.allNews .float {
    width: 32.7%;
}

@media screen and (max-width: 1117px) {
    .allNews {
        padding: 0;
    }

    .allNews .float {
        width: 100%;
    }
}

#yes_mobile {
    display: none
}

@media screen and (max-width: 1000px) {
    #no_mobile {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    #yes_mobile {
        display: inline-block
    }
}

#topNubex {
    padding: 10px;
    background-color: rgba(29, 79, 135, 0.6);
    cursor: pointer;
    display: none;
    position: fixed;
    right: 35px;
    bottom: 85px;
    color: #fff;
    border-radius: 5px;
    z-index: 999999
}

#topNubex img {
    width: 25px;
    vertical-align: middle
}

@media screen and (max-width: 800px) {
    #topNubex {
        opacity: 0
    }
}

.menuMobile {
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2d2f;
    position: fixed;
    overflow: auto;
    z-index: 9999988;
    display: none;
}

.menuMobile a {
    color: #a1bbd2;
    transition: all 0.2s ease;
}

.menuMobile a:hover {
    color: #fff
}

.menuMobile ul {
    text-align: left;
    width: 90%;
    max-width: 800px;
    padding: 0 20px;
    margin: 0;
    margin-top: 120px;
}

.menuMobile li {
    width: 370px;
    display: table-cell;
    color: #616469;
    text-align: left;
}

.menuMobile li p img {
    width: 25px;
    vertical-align: middle;
    margin-right: 20px;
}

.menuMobileTitle {
    font-size: 50px;
    color: #a1bbd2;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #a1bbd2;
}

.menuMobileTitle img {
    width: 80px;
    vertical-align: middle;
}

@media screen and (max-width: 1117px) {
    .menuMobile li {
        width: 100%;
        display: inline;
        text-align: center;
    }

    .menuMobile {
        text-align: center;
    }

    .menuMobileTitle {
        padding: 30px 0;
        font-size: 28px;
    }

    .menuMobileTitle img {
        width: 40px;
    }
}

.label {
    height: 70px;
}

@media screen and (max-width: 500px) {
    .label {
        height: 50px;
    }
}
