﻿html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}
.type__event {
    flex: 40%;
}
a:hover {
    text-decoration: none;
}
.p1 {
    margin: 0 0 1px;
    font-size: 13px;
}
h3 {
    color: #000;
}

h4 {
    font-size: 24px;
    color: #333;
}

.datenah {
    margin-bottom: 10px;
}

.l-wrap {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}

.three-col-grid .grid-item {
    float: left;
}

.three-col-grid::after {
    display: table;
    clear: both;
    content: '';
}

@media only screen and (max-width: 320px) {
    .crsl-item {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
        width: 300px;
        height: 125px;
        border-radius: 5px;
        font-family: sans-serif;
        font-family: sans-serif;
        box-shadow: 0 6px 18px rgba(14, 21, 73, 0.24), 0 -2px 6px rgba(14,21,47,.02);
    }

    .time {
        flex: 100%;
        text-align: right;
        font-size: 11px;
    }
    .time1 {
        flex: 100%;
        text-align: right;
        font-size: 13px;
    }
    .warning {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        margin-left: 1%;
    }
}

@media only screen and (min-width: 321px) {
    .crsl-item {
        margin-right: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
        width: 354px;
        height: 125px;
        border-radius: 5px;
        font-family: sans-serif;
        font-family: sans-serif;
        box-shadow: 0 6px 18px rgba(14, 21, 73, 0.24), 0 -2px 6px rgba(14,21,47,.02);
    }
    .time1 {
        flex: 50%;
        text-align: right;
        font-size: 13px;
    }
    .time {
        flex: 100%;
        text-align: right;
        font-size: 13px;
    }
}


.crsl-item p {
    font-size: 1.2em;
    line-height: 1.55em;
    margin-bottom: -4px;
}

.crsl-item a {
    text-decoration: none;
}


.overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    /* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
    .overlay1:target {
        display: block;
        overflow: auto;
    }
.popup {
    top: -100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 50%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: auto;
    min-width: 320px;
    max-width: 39%;
    /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    /* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}

@media only screen and (max-width: 932px) and (max-height: 760px) {
}
.overlay1:target + .popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
    bottom: 20%;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 933px) and (min-height: 600px) {
    .InfBl {
        padding-right: 10%;
        width: 50%;
    }

    .InfBl2 {
        width: 50%;
    }
}


/* формируем кнопку закрытия */
.closeNews {
    color: rgb(45, 50, 62);
    opacity: 1 !important;
}
.closeNews {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}
.modal-headerNews {
    border-bottom-color: rgb(255, 255, 255);
    background-color: #ffffff;
}
.modal-headerNews {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-titleNews {
    color: black;
}

.modal-titleNews {
    margin: 0;
    line-height: 1.428571429;
}

/* миниатюры слева/справа */
.pic-left,
.pic-right {
    width: 25%;
    height: auto;
}

.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}

.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed,
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}

.popup h2 {
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}

.popup h3 {
    margin: 0;
    color: #333333;
    padding: 5px 0px 10px;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 700;
    font-size: 1.3em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
    text-align: center;
}

.popup h4 {
    margin: 0;
    color: #333333;
    padding: 5px 0px 10px;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 700;
    font-size: 1.8em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
    text-align: center;
}
/* параграфы */
.popup p {
    margin: 0;
    padding: 4px;
    font-size: 16px;
}
/*фильтр*/
.comboclass {
    display: inline-flex;
    padding: 10px;
    height: 57px;
    width: 374px;
    flex-direction: column;
    width: 308px
}

.hrasp {
    display: block;
    padding: 1px;
    margin-top: -43px;
}

.plitki {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header {
    display: flex;
    height: 35%;
}

.title {
    padding-left: 5px;
    flex: 90%;
    text-align: center;
}

    .title h3 {
        margin: 0;
        padding-top: 10px;
        font-size: 17px;
        font-weight: bold;
        text-align: left;
    }

.attention {
    margin-right: 0px;
}

.important {
    /*padding-top: 5px;*/
    margin-top: 0;
    padding-right: 5px;
}
.type1 {
    font-size: 12px;
    color: #565656;
    padding-left: 5px;
    padding-top: 29px;
}
.type {
    font-size: 14px;
    /*font-style: italic;*/
    color: #565656;
    padding-left: 5px;
    padding-top: 38px;
}

.info {
    color: #000;
    padding-left: 5px;
    font-size: 14px;
    margin-top: -1px;
    display: flex;
}


.type__event {
    flex: 77%;
    font-size: 13px;
}

.combosbotka {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) and (min-width: 376px) {
    .element {
        display: flex;
        padding: 17px;
        height: 70px;
        justify-content: center;
    }

    .funtik {
        display: flex;
        padding: 6px;
        height: 70px;
        justify-content: center;
    }

    .right11 {
        margin-bottom: 3px;
        width: 0px;
        -webkit-user-select: none;
        background-color: #4a76a8;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right1 {
        border-radius: 50%;
        padding: 3px 0;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right111 {
        border-radius: 50%;
        padding: 3px 0;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .newbut {
        flex: 80;
        text-align: right;
        margin-top: 10px;
    }

    .comboclass {
        display: inline-flex;
        padding: 10px;
        height: 57px;
        width: 374px;
        flex-direction: column;
    }

    .warning {
        text-align: center;
        font-weight: 600;
        font-size: 19px;
        margin-left: 5%;
    }

    .warning1 {
        display: flex;
        display: flex;
        margin-top: 23px;
    }

    .blockCol {
        width: 98%;
        padding-top: 33px;
        padding-left: 19px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .funtik {
        display: flex;
        padding: 17px;
        height: 70px;
        justify-content: center;
    }

    .newbut {
        display: contents;
        justify-content: center;
        height: 70px;
        padding: 17px;
    }

    .right11 {
        margin-bottom: 3px;
        width: 0px;
        -webkit-user-select: none;
        background-color: #4a76a8;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right1 {
        border-radius: 50%;
        padding: 3px 0;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right111 {
        border-radius: 50%;
        padding: 3px 0;
        font-family: 'Tahoma', Arial, sans-serif;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }



    .comboclass {
        display: inline-flex;
        padding: 10px;
        height: 57px;
        flex-direction: column;
        width: 308px
    }

    .warning1 {
        display: flex;
        margin-top: 40px;
        font-weight: 600;
        font-size: 18px;
    }

    .blockCol {
        width: 98%;
        padding-top: 12px;
        padding-left: 14px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 789px) {
    .funtik {
        display: flex;
        height: 70px;
        justify-content: center;
    }

    .element {
        display: flex;
        padding: 17px;
        height: 56px;
        justify-content: center;
    }

    .right11 {
        margin-bottom: 3px;
        width: 0px;
        -webkit-user-select: none;
        background-color: #4a76a8;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right1 {
        border-radius: 50%;
        padding: 3px 0;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right111 {
        border-radius: 50%;
        padding: 3px 0;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .newbut {
        flex: 80;
        text-align: right;
        margin-top: 1px;
    }

    .comboclass {
        display: inline-flex;
        padding: 10px;
        height: 57px;
        width: 374px;
        flex-direction: column;
    }

    .warning {
        text-align: center;
        font-weight: 600;
        font-size: 22px;
        margin-left: 22%;
    }

    .blockCol {
        width: 98%;
        padding-top: 12px;
        padding-left: 19px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 789px) and (min-width:600px) {
    .funtik {
        display: flex;
        padding: 11px;
        height: 70px;
        justify-content: center;
    }

    .element {
        display: flex;
        height: 70px;
        justify-content: center;
    }

    .right11 {
        margin-bottom: 3px;
        width: 0px;
        -webkit-user-select: none;
        background-color: #4a76a8;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right1 {
        border-radius: 50%;
        padding: 3px 0;
        margin-left: 76px;
        margin-right: -72px;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .right111 {
        border-radius: 50%;
        padding: 3px 0;
        font-family: 'Tahoma', Arial, sans-serif;
        background-position: initial;
        background-image: initial;
        background-size: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(45, 50, 62);
    }

    .newbut {
        flex: 80;
        text-align: right;
        margin-right: 70px;
        margin-top: 12px;
    }

    .left {
        margin-right: 2px;
    }

    .comboclass {
        display: inline-flex;
        padding: 10px;
        height: 57px;
        width: 374px;
        flex-direction: column;
    }

    .warning {
        text-align: center;
        font-weight: 600;
        font-size: 22px;
        margin-left: 22%;
    }

    .blockCol {
        width: 98%;
        padding-top: 12px;
        padding-left: 19px;
        padding-bottom: 10px;
    }
}

.lableclass {
    display: inline-flex;
    width: 374px;
    margin-bottom: 2px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primaryNews {
   
    background-color: #2d323e;
    border-color: #2d323e;
    color: white !important;
}



@media only screen and (min-width: 1100px) {
    .warning {
        text-align: center;
        font-weight: 600;
        font-size: 22px;
        margin-left: 28%;
    }
}


.colchestvo {
    display: flex;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
}

.colchestvo1 {
    display: flex;
    justify-content: center;
    font-size: 17px;
}

@media only screen and (min-width: 1245px) {
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-left: -2%;
        width: 70em;
        color: #525252;
    }
}

@media only screen and (min-width: 1140px) and (max-width: 1245px) {
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-left: -2%;
        width: 70em;
        color: #525252;
    }
}

@media only screen and (max-width: 1139px) and (min-width: 911px) {
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-left: -2%;
        width: 51.5em;
        color: #525252;
    }
}

@media only screen and (max-width: 910px) and (min-width: 891px) {
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-left: -2%;
        width: 51.5em;
        color: #525252;
    }
}

@media only screen and (max-width: 890px) and (min-width: 556px) {
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        margin-left: -4%;
        width: 34.50em;
        color: #525252;
    }
}

@media only screen and (max-width: 555px) and (min-width: 453px) {
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 227px;
        color: #525252;
        margin-left: -5%;
    }
}

@media only screen and (max-width: 452px)
{
    .InfoPanelBloc1 {
        border: 0px solid #525252;
        background: rgba(255, 255, 255, 0.7294117647058823);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        width: 230px;
        color: #525252;
        margin-left: -5%;
        text-align: left;
    }
}

a:focus.linksave {
    color: #4a76a8 !important;
    text-decoration: none !important;
    font-size: 16px;
}

a:focus.linksave1 {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 16px;
}

.lablefailenews {
    font-size: 17px;
    margin-bottom: 1px;
    margin-top: 2px;
}
