@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}




body {
    /*background: url("../images/bg/b.jpg") repeat top left;*/
    background: #EDEDED;
    margin: 0 auto;
    font-family: Arial;
    
}

.progress {
    left: 0;
    top: 0;
    width: 0%;
    margin: -4px 0 0 -65px;
    height: 4px;
    background-color: #F9C32F;
}



.left-menu {
    height: 50px;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    width: 50px;
    overflow: hidden;
    -webkit-transition: .5s cubic-bezier(.8, .5, .2, 1.4);
    -o-transition: .5s cubic-bezier(.8, .5, .2, 1.4);
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.left-menu:hover {
    height: 100%;
    background-color: #325EAF;
}

.left-menu.openMenu {
    height: 100%;
    background-color: #325EAF;
}


.hamburger {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffc107;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .5);
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hamburger.open {
    background-color: #ffc107;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.hamburger:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);

}

.hamburger span {
    width: 60%;
    height: 3px;
    background-color: #000;
    display: block;
    border-radius: 1px;
    float: left;
    margin-left: 20%;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.hamburger span:nth-child(1) {
    margin-top: 13px;
}

.hamburger span:nth-child(2) {
    margin-top: 3px;
}

.hamburger span:nth-child(3) {
    margin-top: 3px;
}

.open span:nth-child(1) {
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 25px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 10px;
}

.open span:nth-child(2) {
    background-color: #000;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin-top: 18px;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.open span:nth-child(3) {
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    margin-top: 0;
    position: absolute;
    top: 18px;
    right: 8px;
    width: 25px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 10px;
}

.openMenu {
    width: 200px;
    overflow: hidden;
    -webkit-transition: .5s cubic-bezier(.8, .5, .2, 1.4);
    -o-transition: .5s cubic-bezier(.8, .5, .2, 1.4);
    transition: .5s cubic-bezier(.8, .5, .2, 1.4);
}

.left-menu__list {
    margin-top: 70px;
    list-style: none;
    padding: 0;
}

.left-menu__list li {
    width: 250px;
    /* height: 40px; */
    line-height: 40px;
    color: #fff;
    /* padding : 5px; */
    font-size: 13px;
}

.left-menu__list li:hover {
    background-color: #ffc107;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;

}

.left-menu__list li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
}

.left-menu__list li a svg {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 0;
}

.left-menu__list li a span {
    text-decoration: none;
    color: #fff;
    width: 100%;
}

.dropdown-list li a span {
    padding-left: 30px;
}

.left-menu__list i.fa {
    font-size: 25px;
    padding: 10px;
    width: 50px;
    text-align: center;
}

.left-menu__list li ul li {
    padding: 0;
    line-height: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.left-menu__list li ul li:hover {
    background: #4DD0E1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

}

.left-menu__list li ul li ul li {
    padding: 5px;
    background: #B2EBF2;
}

.left-menu__list li ul li ul li a span {
    color: #00838f;
}

.left-menu__list li ul li ul li:hover {
    background: #B2EBF2;
}

.dropdown {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    position: relative;
}

.active+.dropdown-list {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 0;
    margin-left: 0;
    background: #4DD0E1;

}

.hide+.dropdown-list {
    height: 0;
}

.active+.dropdown-list:hover {
    background: #00bcd6;
}

.dropdown-list {
    width: 0;
    height: 0;
    overflow: hidden;
}

.dropdown:before {
    font-family: FontAwesome;
    content: "\f105";
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding-right: 5px;
    right: 20px;
    position: absolute;
    top: 4px;
}

.dropdown.active:before {
    font-family: FontAwesome;
    content: '\f107';
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding-right: 5px;

}

.left-menu:not(.openMenu) li>.dropdown-list {
    pointer-events: none;
    height: 0;
}





@media (max-width: 380px) {



    .left-menu {
        height: 50px;
    }

    .left-menu:hover {
        height: 50px;
    }

    .left-menu.openMenu {
        height: 100%;
    }
}



.top_news2 {
    display: none;
}

.outsite {
  margin: 20px;
  font-size: 20px;
  color: #E54824;
  text-align: center;
  font-weight: bold;

}

h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.lich {
    margin: 0 0 0 20px;
    float: left;
}

in_main {
   width: 300px;
  background: #fff;
 margin-left: 100px;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f02d';
}

label[for*='2']:before {
  content: '\f1ae';
}

label[for*='3']:before {
  content: '\f0f3';
}

label[for*='4']:before {
  content: '\f1a9';
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #E54824;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}



 .holiday_table {
    border: 1px solid #93AFC5;
    border-collapse: collapse;
    width: 650px;
     margin-left: 50px;
} 
 .td_class {
    border: 2px solid #E54824;
    text-align: center;
    padding: 10px;
}
.holidays {
    background: #E54824;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
   
}
.tryvalist {
    color: #34332F;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    color: #E54824;
    
}
.mode_test {
    
}
.n_text a {
    text-decoration: none;
    color: #325EAF;
}
.n_count {
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0 0 35px;
  

}

.events .n_e_img img {
   float: left;
   width: 20px;
   margin-left:10px;
   
}



.n_eye {
    float: left;
    z-index: 1;
   position: relative;
   
    width: 220px;
    background: #325EAF;
   
}



.no_news p {
    text-align: center;
    text-transform: uppercase;
    color: #E54824;
   
    font-weight: bold;
}
.name_g {
    
    text-transform: uppercase;
    color: #E54824;
    margin-left: 120px;
    font-weight: bold;
}
.authors_g {
    font-style: italic;
}

.prispiv {
     margin-left: 50px;
        font-weight: bold;
        font-style: italic;
}

.gimn {
    margin-left: 50px;
}

.icon-menu {
    height: 20px;
    width: 40px;
    float: left;
    padding: 15px 0;
    cursor: pointer;
    margin: 0 0 0 -128px;
    background: #325EAF;
    position: fixed;
    transition: left 0.2s ease-out 0.2s;
    left: 128px;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
    z-index: 4;
}

.line {
    width: 290px;
    height: 55px;
    background: #325EAF;
    z-index: 4;
    margin: -10px 0 0 0;
}

.devide {
    display: block;
    height: 2px;
    margin: 3px 9px;
    background: white;
}

.sidebar {
    position: fixed;
    left: -250px;
    width: 290px;
    float: left;
    height: 100%;
    display: block;
    overflow: hidden;
    background: #34332F;
    transition: left 0.2s ease-out 0.2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    top: 0;
}

.sidebar .nav li {
    float: none;
}

.sidebar.active {
    left: 0;
}

.scroll {
    padding: 20px;
}

.scroll {
    position: absolute;
    left: 0;
    top: 0;
    right: -18px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px 0 0 20px;
    height: 100%;
}

.scroll ul {
    margin: 10px 0 0 -25px;
    width:222px;
    float: left;
    
}

.scroll .home {
   float: left;
    width: 30px;
    margin: 20px 0 0 0;
}

.scroll ul a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-top: 20px;
}
.scroll ul li {
    margin-top: 20px;
    color: white;
    list-style-type: disc;

}

.sidebar .menu_logo img {
    margin: 350px 0 0 50px;
    width: 180px;
}

.sidebar .menu_logo2 img {
    margin: 30px 0 0 50px;
    width: 180px;
}

#main.active {
    left: 314px;
}

#main {
    width: 100%;
    float: left;
    position: absolute;
    transition: left 0.2s ease-out 0.2s;
    left:0;
}

.header {
    width: 100%;
    position: fixed;
    margin: 0;
    height: 50px;
    background: #325EAF;
    font-size: 16px;
    color: white;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
    z-index: 2;
    padding-left: 64px;
}

.header .logo img {
    margin-top: 7px;
    float: left;
}

.header .head_menu a {
    text-decoration: none;
    color: white;
}

.header .head_menu a:hover {
    color: #FFC107;
}

.header .head_menu ul {
   margin: 0;
   padding: 18px;
}

.header .head_menu li {
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 20px;
}


.container{
    margin: 0 auto;
    clear: both;
    background: red;
    max-width: 1150px;
}

.newspaper {
    margin-bottom: 90px;
    width: 750px;
}

.events .in_image {
    width: 710px;
    max-height: 640px;
    margin: 0 20px 20px 20px;
    overflow: hidden;
    float: left;
}

.events .in_image img {
    width: 710px;
    max-height: 640px;

}

.events .inner_logo img {
    width: 50px;
    max-height: 40px;
    margin: 0 20px 20px 20px;
    float: left;
}

#disqus_thread {
    margin: 0 20px 20px 20px;
}

.events .inner_text {
    color:#335FAC;
    margin-top:-6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 66px;
}

.events .video_inner_text {
    color:#3C3C3C;
    margin-top:-6px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 66px;
}

.events .block-video {
    margin: -30px 20px 20px 20px;

}

.events .block-video iframe {
    width: 710px;
    height: 500px;
}

.events .add_foto {
    width: 710px;
    max-height: 580px;
    margin: -30px 20px 40px 20px;
    overflow: hidden;
    float: left;
}

.events .add_foto img {
    width: 710px;
    max-height: 580px;

}

.events .author {
    font-style: italic;
    margin: 0 0 20px 20px;
    font-size: 16px;
}


.events .resource {
    color: #325EAF;
    font-weight: bold;
    margin: 0 0 20px 20px;
}


.events .resource a {
    color: #325EAF;
    text-decoration: underline;
}

.events .inner_about {
    margin: -40px 20px 20px 20px;
    text-indent: 30px;
    text-align: justify;
     font-size: 16px;
}

.events {
    max-width: 750px;
    background: white;
    float: left;
    margin: 70px 20px 80px 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.block {
    width: 300px;
    height: 500px;
    float: left;
    margin: 70px 10px 0 0;
}

.top_news2 {
    height: 330px;
    background: white;
    width: 300px;
    float: left;
    margin: 80px 10px -40px 70px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    text-align: center;
    
}

.top_news1 {
    height: 370px;
    background: white;
    width: 300px;
    float: left;
    margin: 0 10px 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    text-align: center;
    
}

.top_news {
    height: 500px;
    background: white;
    width: 300px;
    float: left;
    margin: 0 10px 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
    text-align: center;
}



.links {
    background: white;
    width: 300px;
    height: 1000px;
    float: left;
    margin: 0 10px 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.top_news p, .top_news1 p {
    color: #325EAF;
   margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.links p {
    color: #325EAF;
   margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.newspapper .n_text a {
    text-decoration: none;
    color: #325EAF;
}
.links img {
    width: 260px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.slider {
    position:relative;
}

.slider img {
    width:100%;
    display:block;
}

.calendar {
    background: white;
    width: 300px;
    height: 220px;
    float: left;
    margin: 0 10px 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    
}

.calendar p {
   margin: 20px 0 -10px 0;
   text-align: center;
   color: #325EAF;
   
    font-weight: bold;
    text-transform: uppercase;
   
    
}

.calendar .t_calend {
    width:260px;
    padding:20px 6px 6px 6px;
    
}

#calendar {
    width: 100%;
    font: monospace;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
    
}

#calendar thead tr:last-child {
    font-size: small;
    color: rgb(85, 85, 85);
    
}

#calendar thead tr:nth-child(1) td:nth-child(2) {
    color: rgb(50, 50, 50);
   
}

#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer; 
    
}

#calendar tbody td {
    color: rgb(44, 86, 122);
    
}

#calendar tbody td:nth-child(n+6), #calendar .holiday {
    color: rgb(231, 140, 92)
    
}

#calendar tbody td.today {
    background: rgb(220, 0, 0);
    color: #fff;
   
}

.zoom {
    overflow: hidden;
    width: 220px;
    height: 180px;
    float: left;
    margin: 0 20px 20px 20px;
}



.events img {
    
    width: 220px;
    max-height: 180px;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.events img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.cont {
    width: 710px;
    height: 400px;
    background: url("../images/logos/image6.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 20px 0 20px 20px;
}

.cont2 {
    width: 710px;
    height: 400px;
    background: url("../images/logos/image1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 20px 0 20px 20px;
}

.cont3 {
    width: 710px;
    height: 400px;
    background: url("../images/logos/image8.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 20px 0 20px 20px;
}

.nazva {
    text-align: center;
    color: #325EAF;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;

}

.adress {
    margin-left: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.map {
    width: 710px;
    height: 400px;
    margin: 0 0 350px 10px;
}


.events .date_text {
    color:#707070;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}


.events .video_text {
    color:#707070;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.events .best_text {
    color:#3C3C3C;
    margin-top: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 106px;
    line-height: 1.8;
}

.events .n_text {
    color:#325EAF;
    margin-top: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 1.8;
}

.dodatk_text {
    overflow: hidden;
    height: 82px;
    width: 440px;
    line-height: 25px;
    padding-top: 0;
    margin-left: 290px;

}
 
 
 
 .dodatk_text .dod_name {
     margin-top: 5px;
     text-align: justify;
     font-size: 13px;
    color: #707070;
 }




.events .sub_name {
    color:#3C3C3C;
    margin-top: 5px;
    margin-right: 20px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    height: 106px;

}

.events .detali {
    position: relative;
    width: 160px;
    height: 40px;
    color: white;
    background: #325EAF;
    float: left;
    overflow: hidden;
    
}

.events .detali::before {
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 1.5em;
    height: 100%;
    background-color: #fff;
    opacity: 30%;
    transform: translateX(-4em) skewX(-45deg);

}

.events .detali:hover::before {
    animation: move-light 0.5s infinite;
}

@keyframes move-light {
    from {transform: translateX(-4em) skewX(-45deg);}
    to {transform: translateX(10em) skewX(-45deg);}
   
}
    



.events .detali .d_name {
    margin: 10px 0 0 10px;
    font-weight: bold;
    float: left;
    
}

.events .detali .but_logo {
    float: left;
    margin: 0 0 0 110px;
    padding: 0;
    position: absolute;
}

.events .detali img {
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
}

.events .shadow_line {
    width: 710px;
    height: 1px;
    float: left;
    background: #BEBDBD;
    margin: 0 0 20px 20px;
}

.events .detali a {
    text-decoration: none;
    color: white;
}

.events .detali a:hover {
    color: #FFC107;
}






@media screen and (max-width: 1024px) {





}


@media screen and (max-width: 1100px) {

    .header .head_menu ul {
        visibility: hidden;

    }

    .block {
        display: none;
    }

   
}



@media screen and (min-width: 1920px) {

    .container{
        margin: 0 auto;
        clear: both;
        background: red;
        max-width: 1500px;
    }

    .newspaper {
        margin-bottom: 90px;
        width: 1090px;
    }

    .events {
        max-width: 1090px;
        background: white;
        float: left;
        margin: 70px 20px 0 auto;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .events .in_image {
        width: 1050px;
        max-height: 800px;
        margin: 0 20px 20px 20px;
        overflow: hidden;
        float: left;
    }

    .events .in_image img {
        width: 1050px;
        max-height: 800px;

    }
    .zoom {
        overflow: hidden;
        width: 260px;
        height: 220px;
        float: left;
        margin: 0 20px 20px 20px;
    }

    .events img {
        width: 260px;
        max-height: 220px;

        
    }
    
    .n_count {
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0 0 35px;
}

.events .n_e_img img {
   float: left;
   width: 20px;
   margin-left:10px;
   
}

.n_eye {
    float: left;
    z-index: 1;
   position: relative;
   
    width: 260px;
    background: #325EAF;
   
}

    .cont {
        width: 1050px;
        height: 600px;
        background: url("../images/logos/image6.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }


  .cont2 {
        width: 1050px;
        height: 600px;
        background: url("../images/logos/image1.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }


  .cont3 {
        width: 1050px;
        height: 600px;
        background: url("../images/logos/image8.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }
    
 .holiday_table {
    border: 1px solid #93AFC5;
    border-collapse: collapse;
    width: 800px;
    margin-left: 150px;
} 
 .td_class {
    border: 2px solid #325EAF;
    text-align: center;
    padding: 10px;
}
.holidays {
    background: #325EAF;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.tryvalist {
    color: #34332F;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    color: #325EAF;
    
}
 

    .nazva {
        text-align: center;
        color: #325EAF;
        margin-top: 20px;
        font-weight: bold;
        font-size: 30px;

    }

    .adress {
        margin-left: 20px;
        font-weight: bold;
        font-size: 25px;
        text-align: center;
    }

    .map {
        width: 1050px;
        height: 500px;
        margin: 0 0 0 10px;
    }

    .events .n_text {
        color:#325EAF;
        margin-top: 20px;
        margin-right: 20px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        height: 26px;
        line-height: 1.8;
    }
    .dodatk_text {
    overflow: hidden;
    height: 86px;
    width: 750px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    margin-left: 320px;
}

    .events .shadow_line {
        width: 1050px;
        height: 1px;
        float: left;
        background: #BEBDBD;
        margin: 0 0 20px 20px;
    }


    .events .block-video {
        margin: -30px 20px 20px 20px;

    }

    .events .block-video iframe {
        width: 1050px;
        height: 840px;
    }

    .events .add_foto {
        width: 1050px;
        max-height: 840px;
        margin: -30px 20px 40px 20px;
        overflow: hidden;
        float: left;
    }

    .events .add_foto img {
        width: 1050px;
        max-height: 840px;

    }
    
    h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

in_main {
   width: 300px;
  background: #fff;
 margin-left: 200px;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f02d';
}

label[for*='2']:before {
  content: '\f1ae';
}

label[for*='3']:before {
  content: '\f0f3';
}

label[for*='4']:before {
  content: '\f1a9';
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #E54824;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

}





@media screen and (min-width: 380px) and (max-width: 800px) {


  label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
  
.n_count {
        color: white;
        font-weight: bold;
        font-size: 14px;
        margin: 2px 0 0 35px;
    }
    
    .events .n_e_img img {
       float: left;
       width: 20px;
       margin-left:10px;
      height:19px;
       
    }
    
    
    
    .n_eye {
        float: left;
        z-index: 1;
        position: relative;
        
        width: 176px;
        background: #325EAF;
        height:19px;
       
    }


    .container{
        margin: 0 auto;
        clear: both;
        background: red;
        max-width: 850px;
    }

    .newspaper {
        margin-bottom: 90px;
        width: 520px;
    }

    .events {
        max-width: 520px;
        background: white;
        float: left;
        margin: 70px 20px 0 60px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .zoom {
        overflow: hidden;
        width: 176px;
        height: 156px;
        float: left;
        margin: 0 20px 20px 20px;
    }

    .events img {
        width: 300px;
        height: 156px;

    }
  .block {
        display: none;
    }

    .cont {
        width: 480px;
        height: 360px;
        background: url("../images/logos/image6.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }
    
        .cont2 {
        width: 480px;
        height: 360px;
        background: url("../images/logos/image1.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }

       .cont3 {
        width: 480px;
        height: 360px;
        background: url("../images/logos/image8.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }
    
     .holiday_table {
    border: 1px solid #93AFC5;
    border-collapse: collapse;
    width: 420px;
} 
 .td_class {
    border: 2px solid #325EAF;
    text-align: center;
    padding: 10px;
}
.holidays {
    background: #325EAF;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.tryvalist {
    color: #34332F;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    color: #325EAF;
    
}

    .nazva {
        text-align: center;
        color: #325EAF;
        margin: 20px 0 0 0;
        font-weight: bold;
        font-size: 25px;

    }

    .adress {
        margin: 0 20px 0 20px;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }

    .map {
        width: 380px;
        height: 260px;
        margin: 0 0 0 10px;
    }

    .events .shadow_line {
        width: 480px;
        height: 1px;
        float: left;
        background: #BEBDBD;
        margin: 0 0 20px 20px;
    }


    .events .block-video {
        margin: -30px 20px 20px 20px;

    }

    .events .block-video iframe {
        width: 480px;
        height: 390px;
    }

    .events .add_foto {
        width: 480px;
        height: 390px;
        margin: -30px 20px 40px 20px;
        overflow: hidden;
        float: left;
    }

    .events .add_foto img {
        width: 480px;
        height: 390px;

    }

    .events .in_image {
        width: 480px;
        height: 290px;
        margin: 0 20px 20px 20px;
        overflow: hidden;
        float: left;
    }

    .events .in_image img {
        width: 480px;
        height: 290px;

    }

    .events .n_text  {
        color:#325EAF;
        margin-top: -10px;
        margin-right: 20px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        height: 66px;
        line-height: 1;
    }
    
    .dodatk_text {
        display: none;
    }

    .events .n_text .sub_name {
        color:#3C3C3C;
        margin-top: -15px;
        margin-right: 20px;
        font-style: italic;
        font-size: 14px;

        height: 106px;

    }
    
    .events .best_text {
    color:#3C3C3C;
    margin-top: 0;
    
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 106px;
    line-height: 1.8;
}

    .events .best_text .n_name {
    color:#325EAF;
    margin-bottom:0;
    
}

    .events .best_text .sub_name {
   
    color: #3C3C3C;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 20px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    height: 56px;
    
}

    .events .detali {
   
  width: 160px;
    height: 40px;
    color: white;
    background: #325EAF;
    float: left;
    margin-top:-20px;

    
}


    .top_news, .top_news1 {
        visibility: visible;
    }

    .calendar {
        visibility: visible;
    }

    .block {
        width: 200px;
        height: 500px;
       
        margin: 70px 10px 0 0;
    }

    .calendar {
        background: white;
        width: 200px;
        height: 200px;
        float: left;
        margin: 0 10px 20px 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .top_news, .top_news1 {
        background: white;
        width: 260px;
        height: 333px;
        float: left;
        margin: 0 10px 20px 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .calendar .t_calend {
        width:180px;
        padding: 20px 6px 6px 6px;
    }

    #calendar {
        width: 100%;
        font: monospace;
        line-height: 1.2em;
        font-size: 15px;
        text-align: center;
    }

    #calendar thead tr:last-child {
        font-size: small;
        color: rgb(85, 85, 85);
    }

    #calendar thead tr:nth-child(1) td:nth-child(2) {
        color: rgb(50, 50, 50);
    }

    #calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
        cursor: pointer;
    }

    #calendar tbody td {
        color: rgb(44, 86, 122);
    }

    #calendar tbody td:nth-child(n+6), #calendar .holiday {
        color: rgb(231, 140, 92);
    }

    #calendar tbody td.today {
        background: rgb(220, 0, 0);
        color: #fff;
    }
}







@media screen and (max-width: 580px) {

.progress {
    margin-top: -58px;
}
.top_news2 {
    display:block;
}

 label {
    font-size: 0;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
  
h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

in_main {
 
  width: 300px;
  padding: 20px;
  margin: 0 20px 0 20px;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before {
  content: '\f02d';
}

label[for*='2']:before {
  content: '\f1ae';
}

label[for*='3']:before {
  content: '\f0f3';
}

label[for*='4']:before {
  content: '\f1a9';
}

label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #325EAF;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

    .n_count {
        color: white;
        font-weight: bold;
        font-size: 14px;
        margin: 2px 0 0 35px;
    }
    
    .events .n_e_img img {
       float: left;
       width: 20px;
       margin-left:10px;
      height:19px;
       
    }
    
.n_eye {
    float: left;
    z-index: 1;
   position: relative;
   
    width: 260px;
    background: #325EAF;
    height:19px;
   
}
   


    .container{
        margin: 0 auto;
        clear: both;
        background: red;
        max-width: 500px;
    }

    .newspaper {
        margin-bottom: 90px;
        width: 300px;
    }

    .events {
        max-width: 300px;
        background: white;
        margin: 70px 20px 0 70px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .events .date_text {
        color:#707070;
        margin: 20px 0 0 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        clear: both;
        max-width: 260px;
    }

    .events .in_image {

        width: 220px;
        max-height: 150px;
        margin: 20px 20px 20px 20px;
        overflow: hidden;
        float: left;
    }


    .events .in_image img {

        width: 220px;
        max-height: 150px;

    }

    .cont {
        width: 220px;
        height: 130px;
        background: url("../images/logos/image6.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }
    
        .cont2 {
        width: 220px;
        height: 130px;
        background: url("../images/logos/image1.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }
    
        .cont3 {
        width: 220px;
        height: 130px;
        background: url("../images/logos/image8.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 20px 0 20px 20px;
    }
    
       .holiday_table {
    border: 1px solid #93AFC5;
    border-collapse: collapse;
    width: 220px;
    margin-left: 20px;
} 
 .td_class {
    border: 2px solid #325EAF;
    text-align: center;
    padding: 10px;
}
.holidays {
    background: #325EAF;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.tryvalist {
    color: #34332F;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    color: #325EAF;
    
}


    .nazva {
        text-align: center;
        color: #325EAF;
        margin: 20px 0 0 0;
        font-weight: bold;
        font-size: 18px;

    }

    .adress {
        margin: 0 20px 0 20px;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }

    .map {
        width: 220px;
        height: 180px;
        margin: 0 0 0 10px;
    }

    .events .inner_text {
        color:#335FAC;
        margin: -6px 20px 20px 20px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        height: 76px;
        clear: both;
        text-align: center;
    }

    .events .inner_about {
        margin: -40px 20px 20px 20px;
        text-indent: 30px;
        text-align: justify;
       font-size: 16px;
        clear: both;
    }

    .events .n_text {
        color:#325EAF;
        margin: 20px 20px 0 20px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        height: 46px;
        max-width: 240px;
        line-height: 1;
        text-align: center;
    }
    
    .date_text {
        text-align: center;
    }
    
     .dodatk_text {
        display: none;
    }

    .events .n_text .sub_name {
        color:#3C3C3C;
        margin-top: -15px;
        margin-right: 20px;
        font-style: italic;
        font-size: 14px;
        line-height: 1;
        height: 106px;

    }

    .events .detali {
        width: 160px;
        height: 40px;
        color: white;
        background:#325EAF;
        clear: both;
    }

    .events .detali .d_name {
        margin: 10px 0 0 10px;
        font-weight: bold;
    }



    .events .detali .but_logo {
        float: left;
        margin: 0 0 0 110px;
        padding: 0;
        position: absolute;
    }

    .events .detali img {
        width: 50px;
        height: 40px;
        margin: 0;
        padding: 0;
    }
    .zoom {
        overflow: hidden;
        width: 260px;
        height: 200px;
        float: left;
        margin: 20px;
        clear: both;
    }

    .events img {
        max-width: 260px;
        height: 200px;


    }

    .events .shadow_line {
        width: 260px;
        height: 1px;
        clear: both;
        background: #BEBDBD;
        margin: 20px 0 20px 20px;
    }


    .events .block-video {
        margin: -30px 20px 20px 20px;

    }

    .events .block-video iframe {
        width: 220px;
        height: 150px;
    }

    .events .add_foto {
        width: 220px;
        height: 150px;
        margin: -30px 20px 40px 20px;
        overflow: hidden;
        float: left;
    }

    .events .add_foto img {
        width: 220px;
        height: 150px;

    }



    .block {
        display: none;
    }
    
        
    .events .best_text {
    color:#3C3C3C;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 106px;
    line-height: 1.8;
}

    .events .best_text .n_name {
    color:#325EAF;
    margin-bottom:0;
    text-align: center;
    
}

    .events .best_text .sub_name {
   
    color: #3C3C3C;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 20px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    height: 56px;
    text-align: center;
    
}

    .events .detali {
   
  width: 160px;
    height: 40px;
    color: white;
    
    float: left;
    margin-top:10px;
     margin-left: 50px;

    
}
}




.toTop {
    opacity: 0.3;
    padding:5px;
    position:fixed;
    bottom:70px;
    right:20px;
    cursor:pointer;
    display: none;
}

.toTop:hover {
    opacity: 1;
}



.best_margin {
    
    height: 80px;
}
#footer {
    height: 120px;
    background: #34332F;
    clear: both;
    margin: 0;
}



#footer p {
    color: white;
    margin: 0 0 0 200px;
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
}


@media screen and (max-width: 800px) {

}
@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}
.btn-primary {
    color: #fff;
    background-color: #325EAF;
    border-color: #325EAF;
}


.btn-class {
    display: inline-block;
  
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid gray;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    width: 110px;
    margin: 2px 5px;
    text-decoration: none;
}

a.btn-class{
    color: #325EAF;
}
a.btn-class.btn-primary{
    color: #fff;
}

a.btn-class.btn-primary:hover {
    color: #FFC107;
}


/* Large desktops and laptops */
@media (min-width: 1440px) {
    .block {
        
        
        right:10%;
       
}

}

/* Portrait tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1339px) {
    .block {
        position: fixed;
        right:0;
       
}
}


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}



@media (max-width: 650) {

}
