@font-face {
    font-family: 'Gabriola';
    src: url('./Gabriola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'OpenSans', sans-serif;
    background: url(../img/vishivanka_02.png) repeat-y 50% 50%;
}
a{
    color: #373737;
    text-decoration: none;
    position:relative;
}
a, a:hover, a:visited, a:focus, a:active, .btn, .btn:hover, .btn:visited, .btn:focus, .btn:active{
    outline:none !important;
}
input, select{
    outline:none;
}
a:hover{
    color: #00a9fe;
    text-decoration: none;
}
main .container{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
}
p{
    margin: 0px;
}
.bold{
    font-weight: 700;
}
.sbold{
    font-weight: 600;
}
.widh100{
    width: 100%;
}
.posAbsolute{
    position: absolute;
}
.posRelative{
    position: relative;
}
.top_header{
    position:relative;
    min-height: 232px;
    padding: 20px 0;
    box-shadow: inset 0px -80px 40px 0px rgba(255,255,255,0.9);
}
header{
    position:relative;
}
.photo-control-delete, .photo-control-edit{
    position:absolute;
    right:0;
    background-color:#ffffff;
    z-index:10;
}
.photo-control-edit{
    top:0;
}
.photo-control-delete{
    top:25px;
}
.top-bg{
    width:100%;
    height: 272px;
    background-color: #ffffff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
}
.top_header:after{
    background-size: cover;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.top_header1:after{
    background: url(../img/header/01.jpg) no-repeat 50% 50%;
}
.top_header2:after{
    background: url(../img/header/02.jpg) no-repeat 50% 50%;
}
.top_header3:after{
    background: url(../img/header/03.jpg) no-repeat 50% 50%;
}
.top_header4:after{
    background: url(../img/header/04.jpg) no-repeat 50% 50%;
}
.top_header5:after{
    background: url(../img/header/05.jpg) no-repeat 50% 50%;
}
.top_header6:after{
    background: url(../img/header/06.jpg) no-repeat 50% 50%;
}
.top_header7:after{
    background: url(../img/header/07.jpg) no-repeat 50% 50%;
}
img{
    max-width: 100%;
}
.centered{
    text-align:center;
}
.site_title{
    font-family: 'Gabriola', sans-serif;
    font-size: 120px;
    color: #fff;
    text-shadow: 3px 2px 3px rgba(0,0,0,0.8);
    position:relative;
    margin-top:-18px;
}
.site_title span{
    position:absolute;
    bottom:-5px;
    left:0;
    z-index:1;
    font-size:40px;
}
.btn-primary{
    border-radius: 0px;
    background: #00a9fe;
    border: 0px;
    padding: 7px 12px;
}
.telefouns_top{
    font-size: 18px;
}
.telefouns_top img{
    margin-right: 5px;
    margin-left: 5px;
}
.login_reg{
    font-size: 14px;
}
.mail_top{
    font-size: 18px;
}
.var_weather{
    font-size: 16px;
    color: #00a9fe;
}
.var_money{
    font-size: 16px;
    color: #00a9fe;
}
.ya-share2__container_size_m span.ya-share2__icon{
    background-size:36px 36px !important;
    width:36px !important;
    height:36px !important;
}
.btn_callBack{
    background: #01d600;
    border: 0px;
    border-radius: 25px;
    width: 100%;
    padding: 10px 0;
    color: #fff;
}
.navbar{
    border-radius: 0px;
    margin: 0px;
    background: #f4f4f4;
}
.navbar .dropdown-menu{
    border-radius: 0px;
    min-width: 185px;
}
.navbar .dropdown-menu > li > a{
    padding: 8px 15px;
    color: #373737;
    font-size: 14px;
}
.navbar .dropdown-menu > li.active > a,
.navbar .dropdown-menu > li > a:hover{
    background: #01d600;
}
.navbar-nav > li > a{
    padding: 22px 16px 18px;
    border-bottom: 6px solid transparent;
}
.navbar-nav > li > a:hover{
    border-bottom: 6px solid #00a9fe;
    background: transparent;
}
.navbar-nav > li#flea-market{
    border: solid 1px #000;
    border-radius: 5px;
    background-color: #00a9fe;
    margin-left: 47px;
    margin-top: 11px;
}
.navbar-nav > li#flea-market:hover{
    border: solid 1px #fff;

}
.navbar-nav > li#flea-market>a{
    color: #373737;
    padding:  10px 8px;
    border: 0;
}
.navbar-nav > li#flea-market>a:hover{
    color: #fff;
    /*border-bottom: 6px solid transparent;*/
    border: 0;
    background-color: #00a9fe ;
    border-radius: 5px;
}
.slider_item{
    position: relative;
}
.description_slide{
    position: absolute;
    bottom: 0;
    left: 3%;
    max-width: 90%;
}
.category_name {
    font-size: 8px;
}
.category_name a{
    color: #fff;
    background: #01d600;
    padding: 4px;
    display:inline-block;
    margin-top:3px;
}
.slide_news_name a{
    color: #fff;
    font-size: 30px;
    background-color: rgba(0,0,0,0.5);
    padding: 0 5px 0 5px;
    line-height: 35px;
}
.slide_news_name{
    padding-bottom: 12px;
}
.slide_about_news{
    font-style: italic;
    font-size: 13px;
    color: #858585;
    margin: 5px 0 25px;
}
.slide_about_news span{
    display:inline;
    vertical-align:middle;
}
.slide_about_news span.outer{
    padding:2px 4px 3px;
    background-color: #ffffff;
}
.slide_about_news span.inner{
    color:#000000;
}
.slide_about_news span img{
    display: inline;
    vertical-align:middle;
}
.slider_main{
    position: relative;
}
.slick-dots{
    position: absolute;
    top: 40px;
    right: 20px;
}
.slick-dots button{
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0px;
}
.slick-dots .slick-active button{
    background: #fff;
}
.slick-slide{
    outline: none;
}
.video-content{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-content iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ArrowSlider {
    background: rgba(0,0,0,0.7);
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 47%;
    z-index: 2;
}
.ArrowSlider:hover{
    background: #00a9fe;
}
.prevBigSlider{
    left: 5%;
}
.nextBigSlider{
    right: 5%;
}
.title_block{
    font-size: 21px;
    margin-top: 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 25px;
}
.margin0{
    margin: 0;
}
.line{
    width: 70px;
    height: 4px;
}
.blue_line{
    background: #00a9fe;
}
.yellow_line{
    background: #ffff00;
}
.last_news_image{
    width: 100%;
    border-radius: 3px;
}
.last_news_wraper .category_name{
    bottom: 10px;
    left: 2px;
}
.last_news_title{
    font-size: 17px;
}
.timePub{
    font-style: italic;
    font-size: 12px;
    color: #858585;
    margin: 8px 0;
}
.timePub span{
    vertical-align: middle;
}
.timePub>span{
    margin-right:8px;
}
.timePub>span:last-child{
    margin-right:0px;
}
.anons_last_news{
    font-size: 13px;
    color: #444444;
    height:88px;
    overflow:hidden;
}
.last_news_wraper{
    margin-bottom: 20px;
    height:100%;
    overflow:hidden;
    position:relative;
}
.fixed-h{
    height:380px;
}
#fl_news_carousel .last_news_wraper.slick-slide{
    margin:0;
}
/*.last_news_wraper:nth-child(odd) .category_name{
    background: #00a9fe;
}*/
.green_line{
    background: #01d600;
}
.screen_video{
    width: 100%;
}
.last_videos_wraper{
    position: relative;
    display:block;
}
.play_block{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.000001);
    transition: 0.4s;
    cursor: pointer;
}
.play{
    width: 60px;
    height: 60px;
    background: rgba(0,169,254,0.9);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-top: 28%;
    transition: 0.4s;
}
.play span{
    font-size: 21px;
    margin-top: 17px;
}
.title_video_block{
    color: #fff;
    max-width: 90%;
    padding-left: 20px;
    margin-top: 20px;
    opacity: 0.00001;
    transition: 0.4s;
}
.play_block:hover{
    background: rgba(0, 0, 0, 0.5);
}
.play_block:hover .play{
    background: rgba(255,255,0,0.9);
}
.play_block:hover .title_video_block{
    opacity: 0.999;
}
.ArrowSmallSlider{
    position: absolute;
    top: -55px;
    z-index: 2;
    padding: 5px;
    color: #fff;
    background: #00a9fe;
    cursor: pointer;
    border-radius: 3px;
}
#a_main .ArrowSmallSlider, #a_side .ArrowSmallSlider{
    top: -30px;
}
#archive .nextsmallSlider{
    right: 0;
}
#archive .prevsmallSlider{
    right: 35px;
}
.nextsmallSlider{
    right: 15px;
}
.prevsmallSlider{
    right: 55px;
}
.last_images_wraper{
    position: relative;
    display:block;
}
.smallCamera{
    bottom: 10px;
    left: 20px;
    opacity: 0.999;
    transition: 0.4s;
}
.title_image_block {
    position: absolute;
    bottom: 10px;
    left: 10px;
    opacity: 0.0001;
    transition: 0.4s;
}
.image_block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0001);
    transition: 0.4s;
}
.screen_image{
    width: 100%;
}
.bigCamera{
    top: 37%;
    left: 39%;
    opacity: 0.0001;
}
.image_block:hover{
    background: rgba(0,0,0,0.4);
}
.image_block:hover .title_image_block{
    opacity: 0.999;
    color: #fff;
}
.image_block:hover .bigCamera{
    opacity: 0.999;
}
.image_block:hover .smallCamera{
    opacity: 0.0001;
}
.calendar .filter_gallery_container{
    float:none;
    margin:0;
    border:0;
}
.calendar .filter_gallery_container .selector_group select{
    padding: 5px 15px 5px 15px;
}
.calendar .title_block{
    margin-bottom:15px;
}
.popular_news_footer .media,
.cool .media,
.archive_news .media,
.calendar .media{
    margin-top: 0px;
}
.popular_news_footer .media-left.media-middle,
.cool .media-left.media-middle,
.archive_news .media-left.media-middle,
.calendar .media-left.media-middle{
    width: 70px;
}
.popular_news_footer .media-object,
.cool .media-object,
.archive_news .media-object,
.calendar .media-object{
    max-width: 70px;
    position: relative;
    top: -5px;
}
.popular_news_footer .media-heading,
.cool .media-heading,
.archive_news .media-heading,
.calendar .media-heading{
    font-size: 14px;
    text-transform: uppercase;
}
.selector_group{
    width: 100%;
    border: 1px solid #dadada;
    padding: 7px;
    margin-bottom: 20px;
}
.selector_group select{
    border: 0px;
    padding: 5px 25px 5px 5px;
    border-right: 1px solid #dadada;
    background: url(../img/arr_33.png) no-repeat 85% center;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
}
@media screen and (min-width:0\0){
    .selector_group select{
        background: none!important;
        padding: 5px 1px 5px 0px!important;
    }
    .filter_gallery_container .selector_group{
        max-width: 225px !important;
    }
    .selector_group{
        max-width: 225px;
    }
}
.selector_group select:last-child{
    border-right: 0px;
}
.partners li img{
    margin-bottom: 25px;
}
.partners li:last-child img{
    margin-bottom: 0px;
}
.block_about_our_site p{
    color: #444444;
}
.interview h4{
    font-size: 14px;
    margin-bottom: 20px;
}
.interview label{
    font-weight: 400;
    color: #858585;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px;
}
.interview .result label{
    padding-left: 0px;
}
.interview input[type=radio] {
    display: none;
}
.interview label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    box-shadow: inset 0px 0px 1px 0px #000, 0px 0px 0px 0px rgba(255, 255, 255, .8);
}
.interview input[type=radio]:checked + label:before {
    content: "\2022";
    color: #01d600;
    font-size: 31px;
    text-align: center;
    line-height: 18px;
}
.interview .result label:before,  .interview .result input[type=radio]:checked + label:before{
    display:none;
}
.interview input{
    color: #01d600;
}
.interview input[type=radio]:checked + label,
.interview label:hover{
    color: #01d600;
}
.btn_interview{
    color: #fff;
    font-size: 11px;
    background: #01d600;
    border-radius: 20px;
    width: 120px;
    padding: 8px;
    margin:4px 0;
}
.btn_inter_result{
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    background: #00a9fe;
    width: 120px;
    padding: 8px;
}
.interview form{
    margin-bottom: 20px;
}
.side_bar .soc_repost .title_block{
    margin-top: 0px;
}
.bazzers img{
    margin-bottom: 30px;
}

.soc_repost ul{
    width: 266px;
}
.we_at_socials .nav > li > a{
    padding: 10px 7px;
}
.we_at_socials .nav > li > a:hover{
    background: transparent;
    border: 1px solid transparent;
}
.we_at_socials .nav-tabs > li.active > a:hover{
    border-bottom: 1px solid #fff;
}
.we_at_socials .nav-tabs > li.active > a{
    border: 1px solid #dadada;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}
.we_at_socials .tab-content{
    height:600px;
    overflow: hidden;
}
#myTab{
    margin-bottom: 10px;
}
.before_podpiska{
    font-size: 12px;
    color: #858585;
}
.field_f_form{
    padding: 10px 20px;
    color: #858585;
    font-size: 12px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
}
.btn_f_form{
    color: #fff;
    font-size: 11px;
    background: #00a9fe;
    border-radius: 3px;
}
.btn_pop_category{
    background: transparent;
    border: 1px solid #858585;
    color: #858585;
    font-size: 12px;
    padding: 5px 8px;
    margin-bottom: 5px;
    border-radius: 2px;
}
.btn_pop_category:hover{
    background: #00a9fe;
    color: #fff;
    border-color: transparent;
}
.popular_category li{
    padding-left: 1px;
    padding-right: 1px;
}
.contacts_footer{
    color: #373737;
}
.contacts_footer .media-object{
    position: relative;
    top: 3px;
}
.contacts_footer .media{
    margin-bottom: 50px;
}
.footer_bottom{
    background: #373737;
    padding: 15px;
}
.footer_bottom{
    color: #fff;
    margin-top: 45px;
}
#zvonok1, #bpop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.citate{
    background: url(../img/citate_03.png) no-repeat 50% 50%;
    background-size: 100%;
    min-height: 135px;
    padding: 40px 90px 10px 90px;

}
.pop-form {
    width: 100%;
    max-width: 330px;
    margin-top: 5%;
    padding: 35px 30px;
    background: #ececec;
    position: relative;
}
.tags_fl_news li{
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
}
.pop-form .close {
    position: absolute;
    top: 13px;
    right: -24px;
    z-index:1;
    opacity:1;
}
.title_callback {
    font-size: 20px;
    color: #1cb2c0;
    font-weight: 600;
    margin: 0px;
}
.title_callback span {
    color: #2b2b2b;
    font-size: 16px;
}
.posrelativ {
    position: relative;
}
.posrelativ img {
    position: absolute;
    left: 10px;
}
.manico {
    top: 25px;
}
.form #name, .form #phone {
    width: 100%;
    background: transparent;
    border: 1px solid #2b2b2b;
    width: 100%;
    font-size: 12px;
    color: #2b2b2b;
    padding: 7px 10px;
    padding-left: 25px;
    margin-top: 15px;
}
.phoneico {
    top: 22px;
}
.form .submit_button {
    width: 100%;
    color: #fff;
    background: #1cb2c0;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin-top: 15px;
}
#comments-list-widget ul{
    margin:0;
    padding:0;
}
.our_videos .play span{
    font-size: 31px;
    margin-top: 12px;
}
.our_videos .play{
    margin-top: 31%;
}
.our_videos .title_video_block {
    font-size: 18px;
    margin-top: 70px;
}
.our_videos .last_videos_wraper{
    margin-bottom: 25px;
}
.pagination > li > a, .pagination > li > span{
    border: 1px solid transparent;
    padding: 5px 10px;
}
.pagination > li > a:hover{
    border: 1px solid #00a9fe;
    color: #00a9fe;
    background: transparent;
    border-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span{
    color: #fff;
    background: #00a9fe;
    padding: 5px 9px;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
}
.pagination .active a{
    border: 1px solid #00a9fe;
    color: #00a9fe;
    background: transparent;
    border-radius: 2px;
    padding: 5px 10px;
}
.pagination .active a:hover{
    background: transparent;
    color: #00a9fe;
}
.image_fl_news{
    position: relative;
}
.image_fl_news .category_name{
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.news_fl_title{
    font-size: 40px;
    color: #373737;
}
.fl_news p{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #444444;
}
.fl_news ul{
    list-style-image: url(../img/circle_07.png);
    color: #444444;
}
.fl_news ul li{
    margin-bottom: 15px;
}
.soc_fl_news{
    margin-bottom: 0px;
}
.tags_fl_news ul{
    margin-bottom: 0px;
}
.tags_fl_news .btn_pop_category{
    margin-bottom: 8px;
}
.timePub img{
    display: inline;
}
.form_fl_review textarea,
.form_fl_review .col-md-6 input{
    padding: 10px;
    border: 1px solid #dcdcdc;
    color: #858585;
    font-size: 12px;
    margin-bottom: 15px;
}
.soc_fl_news li{
    padding-left: 3px;
    padding-right: 3px;
    font-size: 18px;
    vertical-align: top;
    padding-top:12px;
}
.form_fl_review textarea{
    height: 105px;
}
.form_fl_review textarea:focus,
.form_fl_review input:focus{
    box-shadow: 0 0 2px 2px #00a9fe;
}
.btn_submit_rew_news{
    color: #fff;
    background: #00a9fe;
    border-radius: 2px;
    padding: 10px;
    margin-top: 15px;
}
.btn_submit_rew_news:hover{
    color: #fff;
}
.block_last_reviews .media-left{
    width: 12%;
    max-width: 100px;
    min-width: 100px;
}
.block_last_reviews .media-object{
    border-radius: 50%;
    width: 100%;
    height: 100px;
}
.title_rew_one{
    font-size: 16px;
}
.category_teaser_news{
    position: absolute;
    background: #00a9fe;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    bottom: 20px;
    left: 25px;
}
.category_teaser_news:hover{
    background: #01d600;
}
.category_teaser_news a{
    color: #fff;
}
.title_teaser_news {
    margin-top: 0px;
}
.title_teaser_news a{
    font-size: 26px;
    color: #373737;
}
.teaser_news_anons{
    color: #858585;
    font-size: 13px;
    line-height: 1.9;
    margin-top: 15px;
    margin-bottom: 20px;
}
.btn_teaser_news{
    font-size: 11px;
    color: #fff;
    background: #00a9fe;
    padding: 5px 10px;
    border-radius: 2px;
}
.btn_teaser_news:hover{
    color: #fff;
    background: #01d600;
}
.one_teaser_block{
    margin-bottom: 20px;
}
.photosliderIco{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.image_fotoslider .category_name{
    bottom: 5px;
    left: 5px;
}
.slider_thumbnails img{
    padding: 5px;
}
.select_filter_gallery{
    border: 1px solid #dadada;
    padding: 12px 35px 12px 20px;
    background: url(../img/arr_33.png) no-repeat 95% center;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    max-width: 365px;
}
.filter_gallery_container{
    float: left;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.filter_gallery_container .selector_group{
    max-width: 350px;
    display: inline-block;
    margin-bottom: 0px;
}
.filter_gallery_container .selector_group select{
    padding: 5px 30px 5px 20px;
}
.title_image_galery{
    font-size: 24px;
    height:48px;
    overflow:hidden;
}
.title_image_galery a:hover{
    color: #373737;
}
.marb25{
    margin-bottom: 25px;
}
#gallery_image_block img{
    margin-bottom:4px;
}
.gallery_image_block .bigCamera{
    margin-top: 30%;
}
.gallery_popap_container{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 12;
}
.closered{
    visibility: hidden;
}
.gallery_popap_container .slider_thumbnails,
.gallery_popap_container .image_fotoslider{
    width: 100%;
    max-width: 1024px;
    padding: 0 20px;
    opacity: 0.0001;
    z-index: 7;
}
.gallery_popap_container .slider_thumbnails{
    padding: 0 30px;

}
.gallery_popap_container .slider_thumbnails img{
    padding: 20px;
}
.top_popap{
    max-width: 1170px;
    padding: 0 30px;
    opacity: 0.00001;
    z-index: 7;
}
.popap_title{
    color: #fff;
    font-size: 20px;
}
.animation_loader{
    display: none;
    margin-top: 20%;
    position: fixed;
    left: 48%;
}
.closer{
    z-index: 10;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #fff;
    cursor: pointer;
}
.navbar-toggle .icon-bar{
    height: 4px;
    background: #01d600;
    width: 30px;
}
.soc_repost li{
    padding-left: 0px;
    padding-right: 4px;
}
.soc_repost li:last-child{
    padding-right: 0px;
}
.soc_repost li:first-child{
    padding-left: 4px;
}
#popup_video_block{
    z-index: 15;
}
#popup_video{
    width: 100%;
    height: 100%;
    z-index: 10;
}
#popup_video_block iframe{
    max-width: 550px;
    z-index: 12;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}
#popup_video_close{
    position: absolute;;
    width: 20px;
    height: 20px;
    z-index: 11;
    top: 5%;
    right: 20%;
    z-index: 11;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
#archive .ArrowSmallSlider{
    top: -122px;
}

/*
 -----------------------------------
 NEW STYLES
 -----------------------------------
*/
.section_breadcrumbs {
    float: left;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 20px 0 13px 5px;
    width: 100%;
    margin-top: 7px; }
.section_breadcrumbs li {
    padding-left: 0;
    padding-right: 0; }
.section_breadcrumbs .breadcrumbs a:after {
    content: '/';
    margin-left: 5px; }
.section_breadcrumbs .current {
    color: #00a9fe; }

.section_search_block {
    background: #00a9fe;
    float: left;
    padding: 20px 5px;
    margin-top: 50px;
    width:100%;
}
.section_search_block .btn_add_ad {
    color: #00a9fe;
    background: #ffff00;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 5px;
    width: 100%; }
.section_search_block .sb_search_wrapper .form-control {
    height: 40px; }
.section_search_block .sb_search_wrapper .btn-primary {
    background: #01d600;
    padding: 10px 12px; }

.section_forums {
    padding-top: 20px;
    float: left;
    width: 100%; }

.for_wrapper {
    position: relative;
    background: #f4f4f4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 30px; }
.for_wrapper a {
    display: block; }
.for_wrapper:hover .for_second_img {
    opacity: 1; }
.for_wrapper:hover .for_first_img {
    opacity: 0; }
.for_wrapper:hover {
    background: #00a9fe; }
.for_wrapper:hover .for_title {
    color: #fff; }

.for_title {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #858585; }
.for_title:hover {
    color: #fff; }

.for_second_img {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0; }

.for_first_img {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 110px; }

.section_main_ads {
    padding-top: 45px;
    float: left;
    width: 100%; }

.teaser_zds_wrapp {
    padding: 30px 0;
    border-bottom: 1px solid #dadada; }

.teaser_ads_title {
    font-size: 18px;
    color: #373737; }

.top_teaser_zds {
    background: #ffffb2; }

.top_icon {
    position: absolute;
    top: 0;
    left: 0; }

.timePub img {
    display: inline;
    position: relative;
    top: -1px;
    margin-right: 2px; }

.teaser_introtext {
    color: #858585;
    font-size: 13px;
    margin-bottom: 25px; }

.teaser_price {
    color: #373737;
    font-size: 30px;
    line-height: 1; }

.btn_teaser_ads {
    background: #00a9fe;
    color: #fff;
    border: 0;
    font-weight: 700;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
.btn_teaser_ads:hover {
    color: #fff; }

.teaser_zds_wrapp > .row {
    margin-left: -30px; }

.teaser_zds_wrapp .teaser_img_zds_wrapper {
    padding-right: 5px; }

.teaser_zds_wrapp .teaser_ads_content {
    padding-left: 25px; }

.top_teaser_zds .teaser_img_zds_wrapper {
    padding-right: 15px; }

.top_teaser_zds .teaser_ads_content {
    padding-left: 15px; }

.top_teaser_zds > .row {
    margin-left: -15px; }

.top_teaser_zds .teaser_img_zds_wrapper {
    padding-left: 30px; }

.pop-form {
    max-width: 420px; }

.form_tabs .btn {
    color: #fff;
    font-weight: 700;
    background: #00a9fe; }
.form_tabs .btn.active, .form_tabs .btn:hover {
    background: #01d600; }

.form_tabs .btn_enter {
    width: 75px !important; }

.form_tabs .btn_registration {
    width: 125px; }

.form_tabs .forgot_pass {
    width: 160px; }

.formtabs table {
    width: 100%; }
.formtabs table tr td {
    padding-top: 22px;
    vertical-align: middle; }
.formtabs table tr td:first-child {
    width: 40%; }
.formtabs table tr td:last-child {
    width: 60%; }
.formtabs table tr td label {
    font-weight: 600;
    font-size: 13px;
    float: right;
    margin-bottom: 0;
    margin-right: 15px; }
.formtabs table tr td input {
    width: 100%;
    border: 1px solid #dadada;
    padding: 5px;
    font-size: 13px; }

.formtabs .red_star {
    color: #ff2a00;
    font-size: 14px;
}
label.required span, .errorMessage{
    color: #ff2a00;
    font-size: 14px;
}
.formtabs .btn_enterform {
    background: #00a9fe;
    color: #fff;
    font-weight: 600;
    padding: 5px 50px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.formtabs .btn_enterform:hover {
    background: #01d600; }

.section_category_selector {
    width: 100%;
    float: left; }
.section_category_selector .selector_group {
    border: 0;
    padding: 0;
    margin-bottom: 0; }
.section_category_selector .selector_group select {
    width: 100%;
    border: 2px solid #00a9fe;
    background-position: 98% center; }

.section_category_selector {
    padding-top: 50px; }

.category_ads_search .form-control {
    -webkit-border-top-left-radius: 1px;
    border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-bottom-left-radius: 1px; }

.category_ads_search .btn-primary {
    background: #01d600 !important; }

.section_category_zds {
    float: left;
    width: 100%;
    padding-top: 10px; }

.ad_slider_thumbnails {
    padding: 10px 100px 0; }
.ad_slider_thumbnails .slick-current.slick-active {
    -webkit-box-shadow: 0 0 0 3px #00a9fe;
    box-shadow: 0 0 0 3px #00a9fe; }
.ad_slider_thumbnails img {
    margin: 15px; }
.ad_slider_thumbnails .prevBigSlider {
    left: 0; }
.ad_slider_thumbnails .nextBigSlider {
    right: 0; }

.section_slider_ad {
    padding-top: 40px;
    float: left;
    width: 100%; }

.ad_item_title {
    color: #373737;
    font-size: 23px; }

.full_ad_price {
    font-size: 33px;
    width: 100%;
    padding: 5px 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ffff00; }

.btn_write_author, .btn_author, .btn_m_ad {
    font-size: 16px;
    color: #fff;
    background: #01d600;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0; }
.btn_write_author:hover, .btn_author:hover, .btn_m_ad:hover {
    color: #fff; }
.btn_write_author span, .btn_author span, .btn_m_ad span {
    position: relative;
    top: 2px; }
.btn_write_author img, .btn_author img, .btn_m_ad img {
    margin-right: 10px; }

.btn_author {
    background: #00a9fe; }

.author_contact {
    line-height: 1.2; }

.author_tel .media-body, .author_mail .media-body {
    padding-top: 5px; }
.author_tel .media-body a, .author_mail .media-body a {
    color: #00a9fe;
    text-decoration: underline;
    margin-left: 5px; }

.section_ad_description {
    float: left;
    width: 100%;
    padding-top: 20px;
    font-size: 16px;
    color: #373737; }
.section_ad_description p {
    margin-bottom: 15px; }
.section_ad_description table {
    margin-bottom: 15px; }
.section_ad_description table tr td {
    padding: 5px 35px 5px 0; }
.section_ad_description table tr td:first-child {
    min-width: 10%;
    color: #858585; }

.label_side {
    text-align: right;
    padding-top: 5px; }
.label_side label {
    font-size: 16px;
    font-weight: 600; }
.label_side .red_star {
    color: #ff2a00;
    font-size: 18px;
    position: relative;
    top: 0px; }

.section_ad_form {
    float: left;
    width: 100%;
    padding-top: 30px; }

.select_adform {
    width: 100%;
    background-color: #00a9fe;
    background-image: url(../img/3532_03.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border: 0;
    padding: 10px 24px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

.form_ad {
    width: 100%;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 9px;
    font-size: 16px;
    color: #373737; }
.form_ad:focus {
    border-color: #00a9fe;
    -webkit-box-shadow: 0 0 0 1px #00a9fe;
    box-shadow: 0 0 0 1px #00a9fe; }

textarea.form_ad {
    height: 215px; }

.form_line_wrapper {
    margin-bottom: 25px; }

.ad_form_group {
    position: relative; }
.ad_form_group select {
    position: absolute;
    right: 10px;
    top: 9px;
    border: 0;
    border-left: 1px solid #dadada;
    padding-left: 5px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arr_33.png) no-repeat;
    background-position: right 5px center; }
.ad_form_group select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
.contractual, .agree, .section_edit_profile .chechbox_selectors, .check_all_ads, .check_to_archive {
    padding-top: 7px; }
.contractual input, .agree input, .section_edit_profile .chechbox_selectors input, .check_all_ads input, .check_to_archive input {
    display: none; }
.contractual label, .agree label, .section_edit_profile .chechbox_selectors label, .check_all_ads label, .check_to_archive label {
    font-weight: 400;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 10px; }
.contractual label:before, .agree label:before, .section_edit_profile .chechbox_selectors label:before, .check_all_ads label:before, .check_to_archive label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    padding-right: 1px;
    -webkit-box-shadow: inset 0px 0px 1px 0px #000, 0px 0px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 1px 0px #000, 0px 0px 0px 0px rgba(255, 255, 255, 0.8); }
.contractual input:checked + label:before, .agree input:checked + label:before, .section_edit_profile .chechbox_selectors input:checked + label:before, .check_all_ads input:checked + label:before, .check_to_archive input:checked + label:before {
    content: "\2022";
    color: #01d600;
    font-size: 31px;
    text-align: center;
    line-height: 18px; }

.input-file-row-1:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.photo_ad_add > div:first-child .upload-file-container {
    background-color: #ffffb2; }

.upload-file-container {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #f3f3f3 url(../img/34234234_03.png) 50% 50% no-repeat;
    border: 2px solid #dadada;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.upload-file-container:hover {
    background-image: url(../img/34234234_06.png);
    border-color: #00a9fe; }

.upload-file-container:first-child {
    margin-left: 0; }

.upload-file-container img {
    height: 100%; }
.upload-file-container img[src="#"] {
    display: none; }

.upload-file-container-text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.upload-file-container input {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5; }

.img_adadd_wrapper {
    margin-bottom: 30px; }

.martop_fix {
    margin-top: -30px; }

.adsecond_title {
    font-size: 18px;
    color: #00a9fe; }

.info_uprating {
    color: #858585;
    margin-bottom: 25px; }

.type_ad input[type="radio"] {
    display: none; }

.type_ad label.radio_label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600px; }
.type_ad label.radio_label span {
    position: relative;
    top: 6px; }
.type_ad label.radio_label img {
    margin-left: 10px;
    margin-right: 10px; }
.type_ad label.radio_label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 1px;
    bottom: 1px;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 1px 0px #000, 0px 0px 0px 0px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 1px 0px #000, 0px 0px 0px 0px rgba(255, 255, 255, 0.8); }

.type_ad input:checked + label.radio_label:before {
    content: "\2022";
    color: #01d600;
    font-size: 27px;
    text-align: center;
    line-height: 18px;
    padding-left: 1px; }

.type_ad .ad_selctor {
    width: 270px;
    padding: 10px 15px;
    color: #858585;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/arr_33.png) no-repeat;
    background-position: right 10px center;
    margin-right: 30px; }
.type_ad .ad_selctor + label {
    width: 60px; }

.type_ad .free_use {
    color: #373737;
    font-size: 18px; }

.agree label:before {
    top: 3px; }

.agree input:checked + label:before {
    padding-left: 1px; }

.btn_selected_up, .btn_save {
    margin-top: 20px;
    color: #fff;
    background: #01d600;
    font-weight: 600;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
.btn_selected_up:hover, .btn_save:hover {
    color: #fff; }

.btn_save {
    background: #00a9fe; }

.section_edit_profile {
    float: left;
    width: 100%;
    z-index: 50; }
.section_edit_profile .tab_list {
    margin-bottom: 0; }
.section_edit_profile .tab_list a {
    display: block;
    padding: 10px 20px;
    font-weight: 700; }
.section_edit_profile .tab_list .active a {
    color: #00a9fe;
    background: #f4f4f4; }
.section_edit_profile .tab-content .tab-pane.active {
    background: #f4f4f4; }
.section_edit_profile .tab-content .tab-pane {
    padding: 5px; }
.section_edit_profile .tab-content .tab-pane .menu_tab_listt {
    margin-bottom: 0; }
.section_edit_profile .tab-content .tab-pane .menu_tab_listt a {
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: underline;
    color: #01d600; }
.section_edit_profile .tab-content .tab-pane .menu_tab_listt .active a {
    text-decoration: none;
    color: #373737; }
.section_edit_profile .add_photo_user {
    font-size: 16px;
    margin-bottom: 10px; }
.section_edit_profile .info_load_user_photo {
    font-size: 13px;
    color: #858585;
    margin-bottom: 15px; }
.section_edit_profile .add_more_photos {
    color: #00a9fe; }
.section_edit_profile .status_form_field {
    font-size: 12px;
    color: #858585; }
.section_edit_profile .succes_field {
    color: #858585;
    padding-top: 7px; }
.section_edit_profile .succes_field img {
    margin-right: 10px; }
.section_edit_profile .chechbox_selectors input:checked + label:before {
    font-size: 26px;
    line-height: 16px;
    padding-left: 1px; }
.section_edit_profile .btn_save_user {
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #00a9fe;
    width: 100%;
    max-width: 270px; }
.section_edit_profile .chechbox_selectors label:before {
    top: 2px; }
.section_edit_profile .title_block{
    margin-top:0;
}

.total_ads {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #00a9fe;
    color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    margin-left: 5px;
    line-height: 1.8; }

.check_all_ads, .check_to_archive {
    padding-top: 6px; }
.check_all_ads label, .check_to_archive label {
    color: #00a9fe;
    margin-bottom: 0; }
.check_all_ads input:checked + label:before, .check_to_archive input:checked + label:before {
    padding-left: 1px; }

.filter_ads_wrapper .selector_group, .filter_num_ads .selector_group {
    padding: 10px 5px;
    margin-left: 10px; }
.filter_ads_wrapper .selector_group select:focus, .filter_num_ads .selector_group select:focus {
    outline: none; }

.filter_num_ads {
    text-align: right; }

.check_to_archive {
    display: inline-block;
    padding-top: 0;
    float: left; }
.check_to_archive label:before {
    top: -10px; }

.m_ad_image {
    width: 100%;
    max-width: 165px; }

.m_ad_description {
    font-size: 12px;
    color: #858585;
    margin-top: 10px;
    line-height: 1.8; }

.m_ad_price {
    font-size: 20px; }

.m_ad_pubdate {
    font-style: italic;
    font-size: 13px;
    color: #858585; }

.m_ad_price_wrapp {
    padding-left: 0;
    padding-right: 0; }
.m_ad_price_wrapp .pull-left {
    padding-right: 5px; }
.m_ad_price_wrapp .pull-left img {
    position: relative;
    top: -3px; }

.btn_m_ad {
    margin-top: 0;
    margin-bottom:10px;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.btn_m_ad:hover {
    background: #00a9fe; }

.btn_m_ad_edit {
    font-weight: 600;
    color: #373737;
    margin-top: 10px;
    display: block; }
.btn_m_ad_edit img {
    margin-right: 3px; }

.btn_m_to_archive {
    font-weight: 600;
    color: #373737;
    margin-top: 10px;
    display: block; }
.btn_m_to_archive img {
    margin-right: 3px;
    position: relative;
    top: -1px; }

.ad_stat_title {
    color: #00a9fe;
    font-size: 13px; }

.statistic_ad_wrapper {
    background: #ffffb2;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 30px;
    font-size: 13px; }
.statistic_ad_wrapper img {
    margin-right: 5px;
    position: relative;
    top: -2px; }

.num_visits_ad {
    font-style: italic;
    font-size: 13px;
    color: #858585; }

.nulled_visits {
    color: #01d600;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
    margin-left: 10px;
    font-size: 12px; }

.num_telefon {
    font-style: italic;
    font-size: 13px;
    color: #858585; }

.num_skype {
    font-style: italic;
    font-size: 13px;
    color: #858585; }

.in_elected {
    font-style: italic;
    font-size: 13px;
    color: #858585; }





@media(max-height:765px){
    .gallery_popap_container .slider_thumbnails,
    .gallery_popap_container .image_fotoslider,
    .top_popap{
        max-width: 991px;
    }
}
@media(max-height:680px){
    .gallery_popap_container .slider_thumbnails,
    .gallery_popap_container .image_fotoslider,
    .top_popap{
        max-width: 900px;
    }
}
@media(max-height:620px){
    .gallery_popap_container .slider_thumbnails,
    .gallery_popap_container .image_fotoslider,
    .top_popap{
        max-width: 850px;
    }
}

@media(max-width:1170px){
    .navbar-nav > li > a{
        padding: 22px 7px 18px;
    }
    .soc_bar_group{
        overflow: scroll;
        overflow-y: hidden;
    }
    .site_title{
        font-size: 90px;
        margin-top:-14px;
    }
    .site_title span{
        bottom:-12px;
        font-size:40px;
    }
    .telefouns_top{
        font-size: 13px;
    }
    .mail_top {
        font-size: 14px;
    }
    .money,
    .weather {
        font-size: 12px;
    }
    .var_money,
    .var_weather{
        font-size: 12px;
    }
    .btn_callBack{
        font-size: 10px;
    }
    .selector_group select{
        padding: 5px 15px 5px 0px;
    }
    .soc_fl_news{
        margin-left: -15px;
        margin-right: -15px;
    }
    .we_at_socials .nav > li > a{
        padding: 10px 3px;
    }
    /*----------------------------
  New styles
  ------------------------------*/
    .section_edit_profile .tab_list a {
        padding-left: 15px;
        padding-right: 15px; }
    .btn_m_ad {
        font-size: 12px; }



    .navbar-nav > li#flea-market{
        margin-left: 29px;

    }
}
@media (max-width:991px){
    .site_title{
        font-size: 60px;
        margin-top:-8px;
    }
    .site_title span{
        bottom:-12px;
        font-size:30px;
    }
    .slide_news_name a{
        font-size: 18px;
    }
    .soc_fl_news{
        margin-bottom: 15px;
    }
    .filter_gallery_container .col-md-6{
        margin-bottom: 15px;
    }
    .popap_title{
        font-size: 18px;
    }
    .we_at_socials .nav > li > a{
        padding: 10px;
    }
    /*----------------------------
  New styles
  ------------------------------*/
    .sb_button_wrapper {
        margin-bottom: 15px; }
    .for_title {
        font-size: 14px; }
    .img_teaser_zds img {
        margin: 0 auto; }
    .section_category_selector .selector_group {
        margin-bottom: 15px; }
    .side_bar {
        clear: left; }
    .filter_num_ads {
        text-align: left;
        margin-top: 20px; }
    .m_ad_image {
        width: 100%;
        max-width: 265px;
        display: block;
        margin: 10px auto; }
    .m_ad_price_wrapp {
        padding-left: 15px;
        padding-right: 15px; }


    .navbar-nav > li#flea-market{
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .site_title{
        font-size: 30px;
        margin-top:-4px;
        margin-bottom:30px;
    }
    .site_title span{
        bottom:-12px;
        font-size:20px;
    }
    /*----------------------------
    New styles
    ------------------------------*/
    .back_link {
        display: none; }
    .for_wrapper {
        text-align: center; }
    .teaser_price {
        width: 100%;
        text-align: center; }
    .teaser_price + .col-xs-8 {
        width: 100%; }
    .teaser_price + .col-xs-8 .btn_teaser_ads {
        display: block;
        margin: 0 auto;
        max-width: 150px; }
    .top_teaser_zds .teaser_img_zds_wrapper {
        padding-left: 15px;
        text-align: center; }
    .teaser_img_zds_wrapper {
        text-align: center; }
    .form_line_wrapper .label_side,
    .form_line_wrapper .text-right {
        text-align: left !important; }
}

@media(max-width:570px){
    .top_header{
        min-height: 130px;
    }
    .fl_news .slider_thumbnails .ArrowSlider{
        top: 22%;
    }
    /*----------------------------
  New styles
  ------------------------------*/
    .ad_slider_thumbnails {
        padding-left: 0;
        padding-right: 0; }
    .ad_slider_thumbnails .ArrowSlider {
        display: none !important; }
    .ad_slider .ArrowSlider {
        display: none !important; }
    .category_name a{
        padding:2px;
    }
}
@media(max-width:485px){
    /*----------------------------
  New styles
  ------------------------------*/
    .pop-form {
        max-width: 310px;
        padding: 10px 5px;
        margin-left: 0; }
    .form_tabs .btn {
        font-size: 12px; }
    .form_tabs .btn_enter {
        width: 55px !important; }
    .form_tabs .btn_registration {
        width: 100px; }
    .form_tabs .forgot_pass {
        width: 145px; }
    .formtabs table tr td label {
        font-size: 11px;
        margin-right: 5px; }
    .formtabs table tr td {
        padding-top: 5px; }
    .formtabs .btn_enterform {
        margin-top: 10px; }
    .last_news_wraper .category_name{
        bottom:15px;
    }
}
@media(max-width:400px){
    .select_filter_gallery{
        max-width: 315px;
    }
    .filter_gallery_container .selector_group select {
        padding: 5px 20px 5px 20px;
    }
    .filter_gallery_container .selector_group{
        max-width: 255px;
    }

    /*----------------------------
  New styles
  ------------------------------*/
    .type_ad label.radio_label {
        font-size: 14px; }
    .contractual label, .agree label, .section_edit_profile .chechbox_selectors label, .check_all_ads label, .check_to_archive label {
        padding-left: 20px; }
    .btn_selected_up, .btn_save, .btn_save {
        padding: 10px;
        font-size: 12px; }
    .filter_ads_wrapper span:first-child, .filter_num_ads span:first-child {
        display: block; }
}
.tab-content > .tab-pane {
    display: block;
    width:0;
    overflow: hidden;
}
.tab-content > .active {
    display: block;
    width:100%;
}
.login-div ul{
    margin:0;
    padding:0;
}
.login-div ul li{
    margin:0;
    padding:0;
    list-style: none;
}

span[class^=yesno]{
    display:inline-block;
    width:19px;
    height:20px;
    overflow: hidden;
    background-image: url("../img/yesno.png");
    background-position:0 0;
    margin-bottom: 2px;
}
span.yesno-no{
    background-position: -19px 0;
}
span.active{
    cursor:pointer;
}
span.emotions{
    display:inline-block;
    width:20px;
    height:20px;
    overflow: hidden;
    background-image: url("../img/icons-emotions.svg");
    margin-bottom: 2px;
}
span.emo-0{
    background-position:0 0;
}
span.emo-1{
    background-position: -22px 0;
}
span.emo-2{
    background-position: -44px 0;
}
span.emo-3{
    background-position: -66px 0;
}

.last_images_wraper .center_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.last_images_wraper .center_img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 10 0;
}