﻿@charset "utf-8";@media screen and (max-width:900px){
        
    .topline .datetime,
    .searchblock .search,
    .maincolumn-left,
    .swiper-container1,
    .topline .socials,
    .podmaincolumn-left 
    {
        display: none;
    }

    .column-3-right {
        display: none;
    }

    .searchblock .searchbutton  {
        width: 100%;
        background-position: center center;
    }

    .searchblock {
        width: 9%;
        display: inline-block;
        float: right;
        margin-left: 2%;
        margin-right: 2%;
    }

    .mobilemenu {
        display: block;
        width: 54px;
        height: 54px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        background-image: url(/images/mobile-menu.svg);
        background-size: 24px 24px;
        float: left;
        background-color: #000;
        margin-top: -10px;
    }

    .mobilelogo {
        display: block;
        float: left;
        width: 40%;
        margin-left: 2%;
        margin-top: 10px;   
    }

    .logo2 {
        display: none;
    }


    .maincolumn-right {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        float: none;
        display: inline-block;
    
    }

    .column-index-news-left {
        display: inline-block;
        width: 100%;
        float: none;
        margin-left: 0%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .column-index-news-right {
        display: inline-block;
        width: 100%;
        background-image: none;
        background-repeat: repeat-y;
        float: none;
        padding-left: 0%;
        padding-bottom: 30px;
        margin-bottom: 20px;
    
    }

    .statblocks .statTPL {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        float: none;
        margin-right: 0%;
    }

.statblocks .statTPL.newsTPLallnews {
        display: inline-block;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        float: none;
        margin-right: 0%;
}


    .statblocks .news-text-small3blocks {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0%;
        margin-bottom: 30px;
    }


    .footer {
        margin-top: 20px;
    }
    .footer .footer-left {
        display: none;

    }
    
    .footer .footer-right {
        display: inline-block;
        height: 100%;
        width: 100%;
        padding: 2%;
        font-size: 13px;
        color: #363636;
        float: none;

    }


    .footer .footer-counters {
        display: inline-block;
        float: none;
        width: 100%;

    }

    .more-news {
        width: 90%;
    }

    .column-index-news-left.inner-right {
        display: none;
    }

    .newscontent {
        width: 100%;
        float: none;
    }

    .newscontainer {
        width: 100%;
        float: none;    
    }

    .newscontent-text {
        width: 100%;
        float: none;
    }

    .potemeblocks {
        margin: 0px;
        width: 100%;
    }

    .newscontent .dater b {
        display: block;
        float: left;
        clear: both;
        font-weight: normal;
        margin-top: 4px;
    }

.searchblockscreen {
	display: none;
}

.searchblockmobile {
	display: none;
	position: absolute;
	background-color: #e8e8e8;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	height: 51px;
	z-index: 999;
}

.searchblockmobile .search {
	display: block;
	position: relative;
	background-color: transparent;
	width: 86%;
	padding-left: 2%;
	padding-right: 2%;
	height: 34px;
	outline: none;
	border: none;
	margin-top: 8px;
	float: left;
}

.searchblockmobile .searchbutton {
	float: right;
	background-image: url(/images/search.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: none;
	background-color: transparent;
	width: 8%;
	background-position: right center;
	height: 34px;
	margin-top: 8px;
	cursor: pointer;
}

.searchmobileclick {
	display: block;
	float: right;
	position: relative;
	background-image: url(/images/search.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: none;
	background-color: transparent;
	width: 8%;
	margin-right: 2%;
	background-position: right center;
	height: 50px;
	margin-top: -7px;
	cursor: pointer;
	top: 0;
	right: 0;	
}

.podsearch {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	opacity: 1;
	z-index: 9;
}

.titler-black {
	display: none;
}

.totop {
	display: none !important;
}

.totopm {
	-webkit-border-radius: 4px;
	border-radius: 4px;

	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #000;
	opacity: 0.7;
	position: fixed;
	bottom: 8px;
	left: 8px;
	background-image: url(/images/totop.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	z-index: 999;
}

}
