*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 17px;
    box-sizing: border-box;
}

h1 {


}

p {
    margin: 10px;
    font-size: inherit;
    line-height: 1.6;
}

#content li {
   margin: 7px 0;
   line-height: 22px;
}

#content ol, #content ul {
    margin-left: 25px;
    margin: 15px;
    margin-left: 50px;
}


p img {
    margin: 10px;
}

/* Container */
.area {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.clearfix {
    content: " ";
    display: table;
    clear: both;

}

.lightning:hover{color:#E98082 !important}


.ccl {
color:#D3060A;
/*text-decoration:none;*/
}

.ccl_0 {
color:#999;
/*text-decoration:none;*/
}


.hidden {
    font-size: 0px;
}

.text_green {
    color: #3F7500;
}

.text_red {
    color: #BC0509;
}

.text_black {
    color: #000;
}

.comment_item {
    color: #000000;
    border: #D3060A 3px solid;
    border-radius: 10px;
    padding: 10px;
    font-size: 120%;
}

.polls_lines {
    height: 5px;
    display: inline-block;
    background-color: #BC0509;
}

a {
    color: #3F7500;
    margin-bottom: 5%;
    border: none;
}

a:hover {
    color: #BC0509;
    border: none;
}

a img {
    border: none;
}

/* Container: Media queries */

@media all and (orientation:portrait) {
     
  

      
}

@media (min-width: 768px) {
     

}   

@media (min-width: 992px) {
     
    *,
    *:before,
    *:after {
        padding: 0;
        margin: 0;
        font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
        font-size: 13px;
        box-sizing: border-box;
    }
    
}
@media (min-width: 1400px) {
     
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 15px;
    box-sizing: border-box;
}

}

/* Row */
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}



/* Common styles for all columns */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    float: left;
}

/* ExtraSmall (screen < 768px) */
.col-xs-0  { width: 0; display: none; }
.col-xs-1  { width: 8.33333333%; display: block; }
.col-xs-2  { width: 16.66666667%; display: block }
.col-xs-3  { width: 25%; display: block }
.col-xs-4  { width: 33.33333333%; display: block }
.col-xs-5  { width: 41.66666667%; display: block }
.col-xs-6  { width: 50%; display: block }
.col-xs-7  { width: 58.33333333%; display: block }
.col-xs-8  { width: 66.66666667%; display: block }
.col-xs-9  { width: 75%; display: block }
.col-xs-10 { width: 83.33333333%; display: block }
.col-xs-11 { width: 91.66666667%; display: block }
.col-xs-12 { width: 100%; display: block }



/* Small (screen > 768px) */
@media (min-width: 768px) and (orientation:landscape)  {
    .col-sm-0  { width: 0; display: none; }
    .col-sm-1  { width: 8.33333333%; display: block }
    .col-sm-2  { width: 16.66666667%; display: block }
    .col-sm-3  { width: 25%; display: block }
    .col-sm-4  { width: 33.33333333%; display: block }
    .col-sm-5  { width: 41.66666667%; display: block }
    .col-sm-6  { width: 50%; display: block }
    .col-sm-7  { width: 58.33333333%; display: block }
    .col-sm-8  { width: 66.66666667%; display: block }
    .col-sm-9  { width: 75%; display: block }
    .col-sm-10 { width: 83.33333333%; display: block }
    .col-sm-11 { width: 91.66666667%; display: block }
    .col-sm-12 { width: 100%; display: block }
}



/* Medium (screen > 992px) */
@media (min-width: 992px) and (orientation:landscape)  {
    .col-md-0  { width: 0; display: none; }
    .col-md-1  { width: 8.33333333%; display: block }
    .col-md-2  { width: 16.66666667%; display: block }
    .col-md-3  { width: 25%; display: block }
    .col-md-4  { width: 33.33333333%; display: block }
    .col-md-5  { width: 41.66666667%; display: block }
    .col-md-6  { width: 50%;  display: block}
    .col-md-7  { width: 58.33333333%; display: block }
    .col-md-8  { width: 66.66666667%;  display: block}
    .col-md-9  { width: 75%;  display: block}
    .col-md-10 { width: 83.33333333%; display: block }
    .col-md-11 { width: 91.66666667%; display: block }
    .col-md-12 { width: 100%; display: block }
}

/* Large (screen > 1200px) */
@media (min-width: 1200px) and (orientation:landscape)  {
    .col-lg-0  { width: 0; display: none; }
    .col-lg-1  { width: 8.33333333%; display: block }
    .col-lg-2  { width: 16.66666667%; display: block }
    .col-lg-3  { width: 25%; display: block}
    .col-lg-4  { width: 33.33333333%;  display: block}
    .col-lg-5  { width: 41.66666667%; display: block }
    .col-lg-6  { width: 50%;  display: block}
    .col-lg-7  { width: 58.33333333%; display: block }
    .col-lg-8  { width: 66.66666667%;  display: block}
    .col-lg-9  { width: 75%; display: block }
    .col-lg-10 { width: 83.33333333%;  display: block}
    .col-lg-11 { width: 91.66666667%; display: block }
    .col-lg-12 { width: 100%; display: block }
}

.gallery_tab {
    width: 100%;
}

.gallery_obj {
    width: 98%;
    background-color: #F0F0F0;
    border: #CCCCCC 1px solid;
    position: relative;
    padding: 5px;
    height: 90px;
}

.gallery_header {
    font-size: 18px;
    position: relative;
    top: -50px;
}

.see_gallery {
    position: absolute;
    bottom: 5px;
    right: 10px;
}


.gallery{
            width: 80%;
            margin: 0 auto;
            margin-top: -50px;
        }
        .top_gallery img {
            width: calc(100% + 90px);
            margin-left: -45px;
/*            max-height: 400px;*/
/*            object-fit: cover*/
        }
        .nav_gallery img{
            margin: 5px 5px;
            cursor: pointer;
        }
.gallery_description {
    width: calc(100% + 90px);
    margin: 0;
    margin-left: -45px;
    padding: 0;
    padding: 5px 0 5px 10px;
    background-color: #D3EDC5;
    background-color: #b2d2a1;
    color: #333;
}

        .nav_gallery .slick-slide.slick-current.slick-active {
           box-shadow: 0 0 0 3px #88a976;
/*            opacity: 0.8;*/
        }

.slick-current:after {
    content: "";
    width: inherit;
    height: inherit;
    border: 2px solid blue;
}

.ar_prev {
    background-image: url('//media.nakanune.ru/images/blocks/prev.png');
    width: 30px;
    height: 31px;
}

#ar_prev,#ar_next {
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: 55px;
    opacity: 0.6;
    transition: 0.25s ease;
}

#ar_prev:hover, #ar_next:hover {
    opacity: 1;
}

#ar_prev {
    left: -60px;
}
#ar_next {
    float: right;
    right: -60px;
}

        .slick-prev{
            height: 20px !important;
            width: 20px !important;
            margin-left: -15px;
            background-repeat: no-repeat !important;
/*            background-color: #4fb719 !important;*/
            background-color: grey !important;
            border-radius: 50px;
        }
        .slick-next{
            height: 20px !important;
            width: 20px !important;
            margin-right: -15px;
            background-repeat: no-repeat !important;
/*            background-color: #4fb719 !important;*/
            background-color: grey !important;
            border-radius: 50px;
        }
        .slick-prev:hover{
            height: 18px;
            width: 18px;
            margin-left: -15px;
            background-repeat: no-repeat;
            background-color: grey !important;
            border-radius: 50px;
        }
        .slick-next:hover{
            height: 18px;
            width: 18px;
            margin-right: -15px;
            background-repeat: no-repeat;
            background-color: grey !important;
            border-radius: 50px;
        }
        .slick-prev:focus{
            height: 18px;
            width: 18px;
            margin-left: -15px;
            background-repeat: no-repeat;
            background-color: grey !important;
            border-radius: 50px;
        }
        .slick-next:focus{
            height: 18px;
            width: 18px;
            margin-right: -15px;
            background-repeat: no-repeat;
            background-color: grey !important;
            border-radius: 50px;
        }

/*//*/

/* small */
@media all and (max-width: 960px)
{
    #block_links a {
        margin-right: -5px !important;
    }
    
    body {
/*        background-color: #ccc;*/
    }
    
    .first_banner img {
        max-width: 234px;
        width: 100%;
        height: auto;
    }
    
    .main_news img {
        width: 100%;
        height: auto;
    }
    
    #div_jdl .adv-youdo {
        max-width: 100px;
    }
    
    #div_jdl span {
        font-size: 12px;
        position: relative;
        top: 10px;
    }
    
    .green_item img {
        width: 70px !important;
    }
}

/* big */
@media all and (min-width: 960px)
{
    .main_news img {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .a_area img {
        max-width: 234px;
        height: auto;
    }
    
    #div_jdl span {
        font-size: 12px;
    }
}

.s_info img {
    width: 20px !important;
}