@media screen and (max-width: 1024px){
	
	.wrapper {
	    display: flex;
	    flex: auto;
	    width: 100%;
	    max-width: 1200px;
	    min-width: 100%;
	    margin: 0 auto;
	    padding: 0 15px;
	    flex-direction: column;
	}

	header .logo {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    height: 300px;
	    text-align: center;
	    background: url(../images/logo-bg.jpg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    font-family: 'PT Sans', sans-serif;
	}

	header .logo-right-block {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    flex-direction: column;
	    width: 100%;
	    height: 180px;
	    text-align: center;
	    background: url(../images/header-logo-bg.jpg);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    font-family: 'PT Sans', sans-serif;
	    position: relative;
	}

	.language-switch {
	    position: relative;
	    right: auto;
	    margin: 0 0 15px 0;
	}

	.language-switch ul li a {
	    padding: 5px 15px;
	}

	header .logo-right-block .yearrk {
	    display: flex;
	    padding: 15px;
	    flex-direction: column;
	    background-color: rgba(255, 255, 255, .7);
	    text-align: right;
	    position: absolute;
	    bottom: 15px;
	    top: auto;
	    right: auto; 
	    color: #295786;
	    font-size: 18px;
	    font-family: 'Roboto', sans-serif;
	    font-weight: normal;
	}

	header .logo-right-block .data {
	    display: flex;
	    padding: 10px 15px;
	    background-color: rgba(255, 255, 255, .9);
	    text-align: center;
	    position: absolute;
	    top: 0;
	    left: auto;
	    color: #295786;
	}

	.introtext p > img, .item-page img{
		max-width: 120px;
	}

	.item-page iframe, .introtext iframe{
		width: 100% !important;
	}

	.breadcrumb {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    font-size: 12px;
	    margin: 15px 0 !important;
	    flex-wrap: wrap;
	}

	.left-side-top{
		display: none;
	}

	#elb-img-frame{
		position: fixed;
	    padding: 15px;
	    width: 90%;
	    max-width: 90%;
	    background-color: white;
	    z-index: 1002;
	    overflow: auto;
	    border-radius: 0.7em;
	    top: auto;
	    left: 5% !important;
	    right: 5% !important;
	    margin: 0 auto;
	    display: block;
	}

	#elb-img-frame img{
		width: 100%;
	}

	header .top-bar .wrapper .header-block {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin: 5px 0;
	}

	header .logo-right-block .logo-right-block-text {
	    display: none;
	    padding: 20px;
	    width: 90%;
	    flex-direction: column;
	    background-color: rgba(255, 255, 255, .9);
	    text-align: left;
	    position: absolute;
	    bottom: 15px;
	    right: 30px;
	    color: #295786;
	    font-size: 19px;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 100;
	}

	main .wrapper .left-side {
	    display: flex;
	    flex-direction: column;
	    flex: auto;
	    width: 100%;
	    min-height: 100%;
	    padding: 0 15px 0 0;
	}

	main .wrapper .right-side {
	    display: flex;
	    flex-direction: column;
	    flex: auto;
	    width: 100%;
	    min-height: 100%;
	}

	.search {
	    padding: 15px;
	    background-color: #0f89ab;
	    position: relative;
	    left: auto;
	    display: none;
	}

	.top-menu .menu {
	    display: none;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	    margin: 0;
	    padding: 10px 0;
	    flex-wrap: wrap;
	    flex-direction: column;
	    align-items: flex-start;
	}

	.top-menu .menu > li > a {
	    font-weight: bold;
	}

	.top-menu .menu li > ul {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: flex-start;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    top: 5px;
	    left: 31px;
	    width: auto;
	    min-width: 150px;
	    background-color: transparent;
	    height: 100%;
	    overflow: visible;
	    transition: all .3s;
	    z-index: 999;
	}

	.top-menu .menu li {
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    margin: 5px 0;
	    padding: 5px 15px;
	    list-style: 0;
	    position: relative;
	    transition: all .3s;
	    flex-direction: column;
	}


	.nav{
		display: none;
	}

	.mobile-nav{
		display: block;
	}

	.hambirger{
		font-size: 24px;
	    display: flex;
	    color: #fff;
	    margin: 10px auto;
	    cursor: pointer;
	}

	.top-menu .menu.show{
		display: flex;
		
	}

}