@import "font/font.css?3";
html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: 'helveticaneuecyr';
    font-size: 16px;
    letter-spacing: .5px;
    height: 100%;
    overflow-x: hidden
}

.overlay-busy {
    position: fixed;
    display: none;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(/public/img/babochka.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 34px;
}

.right-panel {
	position: fixed;
	z-index: 10;
	width: 22px;
	right: 20px; 
	top: 180px;
}

.right-panel .social-icon {
	width: 22px;
}

.right-panel .social-icon a {
	display: block;
	margin: 15px 0 15px 0;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    margin: auto;
    background: #fff
}

a {
    color: #94bd5e
}

h1 {
    font-family: 'helveticaneuecyr';
    font-size: 64px;
    font-weight: 100;
    letter-spacing: 2px
}

.logo_left {
    border: 0 solid red;
    width: 250px;
    display: inline-block;
    vertical-align: middle
}

.logo_left img {
    width: 100%;
    max-width: 200px
}

.logo_center {
    border: 0 solid red;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle
}

.logo_center img {
    width: 100%;
    max-width: 500px
}

.logo_right {
    border: 0 solid red;
    width: 250px;
    display: inline-block;
    vertical-align: middle
}

#circle-map-inner {
	cursor: pointer; 
	transition: transform .2s linear; 
	width: 150px; 
	height: 150px; 
	border: 1px solid #ccc; 
	margin: auto;
	border-radius: 50%;
	overflow: hidden; 
	position: relative;
}

#circle-map-inner:hover {transform: scale(1.1, 1.1);}
#circle-map-inner .nameplate { height: 26px; line-height: 26px; background-color: rgba(81, 126, 181, 0.9); color: white; text-align: center; font-size: 14px; padding: 0 5px 0 5px;}
#circle-map-inner .needle {width: 37px; height: 38px; background-image: url(/public/img/tag_down.png); background-size: 37px 38px; border: 0px solid green; margin: 0 auto 0 auto;}	


#circle-map-inner .circle-point {filter: grayscale(100%); z-index: auto; opacity: 0.8}
#circle-map-inner .circle-point.active {filter: grayscale(0%); z-index: 9999; opacity: 1;}

.logo_right img {
    width: 100%;
    max-width: 240px
}

.slash {
    display: none;
    vertical-align: middle;
    width: 10px
}

.burger {
    width: 100%;
    height: 170px;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 9998
}

#touch-menu {
    display: none;
    position: absolute;
    top: 25px;
    left: 23px;
    width: 30px;
    height: 30px;
    background-image: url(/public/img/burger.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left
}

#touch-call {
    display: none;
    position: absolute;
    top: 32px;
    right: 23px;
    width: 30px;
    height: 30px;
    background-image: url(/public/img/call.png);
    background-size: contain;
    background-repeat: no-repeat
}

.loginlink {
    position: absolute;
    top: 70px;
    right: 70px;
    color: #ABABAB
}

.loginlink a {
    color: #ABABAB
}

.newsweek {
    display: inline-block;
    width: 300px;
    text-align: left;
    border: 0 solid red;
    margin: 0 38px 40px 0;
    vertical-align: top;
}

.newsdate {
    color: #ABABAB
}

.allnews {
    border: 1px solid #94bd5e;
    padding: 20px 30px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 18px
}

@keyframes box_zoom_out {
    0% {
        margin-left: -400px;
        transform: scale(1.0);
        top: 0
    }
    50% {
        margin-left: -500px;
        transform: scale(0.9);
        top: 0
    }
    80% {
        margin-left: -475px;
        transform: scale(0.8);
        top: 0
    }
    100% {
        margin-left: -450px;
        transform: scale(0.75);
        top: 0;
        z-index: 5
    }
}

@keyframes box_zoom_in {
    0% {
        margin-left: 50px;
        transform: scale(1.0);
        top: 50px
    }
    20% {
        margin-left: 75px;
        transform: scale(1.1);
        top: 50px
    }
    50% {
        margin-left: 100px;
        transform: scale(1.2);
        top: 50px
    }
    100% {
        margin-left: -0;
        transform: scale(1.25);
        top: 50px;
        z-index: 10
    }
}

.full-screen {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    text-align: center;
    z-index: 999999;
    overflow-y: auto;
    background-color: #fff
}

.popup-close-btn {
    cursor: pointer;
    position: absolute;
    background-image: url(/public/img/close.svg);
    top: 0;
    right: 0;
    width: 50px;
    height: 50px
}

.popup-img {
    vertical-align: middle;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.silver-button {
    height: 27px;
    padding: 5px 7px;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px;
    border-radius: 2px 2px;
    border: solid 1px #999;
    background: -moz-linear-gradient(top, #fff, #ddd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
    background-image: -o-linear-gradient(top, #fff, #ddd);
    background: -ms-linear-gradient(top, #fff, #ddd);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    color: #333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    line-height: 1
}

.inline-block {
    display: -moz-inline-stack;
    display: inline-block
}

.logo-pc {
	position: absolute;
	top: 15px;
	left: 76px;
	width: 190px;
	height: 130px;
	background-size: cover;
	transition: transform .3s ease;
}	

.logo-pc:hover {
	transform: scale(1.1);
}	

.logo-mob {
	display: none;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 144px;
	height: 60px;
	margin: 0 0 0 -72px;
	background-size: cover;
}	


.logo-left-side {
	display: none;
	position: relative;
	margin: 15px 0 0 0;
	left: 70px;
	width: 120px;
	height: 82px;
	background-size: cover;
	background-image: url(/public/img/staronevsky_logo_short_eng.png);
}	

.menu-left-side {
	display: none;
	margin: 50px 0 0 0;
}

.map-left-side {
	text-align: center;
}

.map-left-side img {
	width: 150px;
	height: 150px;
}

.brands-left-side {
	position: relative; ; 
	overflow: hidden; 
	margin-top: 15px;
	/*height: 382px;*/
	/*height:calc(100% - 195px);*/
}

.brands-left-side .c-up {
	width: 60px; cursor: pointer; padding: 3px 0 3px 0;
}

.brands-left-side .c-down {
	width: 60px; cursor: pointer; padding: 3px 0 3px 0;
}

.menu-wrapper {
	position: absolute; top: 80px; left: 300px;
}

.lang-wrapper {
	position: absolute;
	top: 80px; 
	right: 50px;
	font-size: 32px; 
	color: #2f4264;
}

.lang-wrapper a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(47,66,100, 0.3);
	transition: transform .3s ease;
}

.lang-wrapper a:hover {
	transform: scale(1.1);
}

.lang-wrapper a.selected {
	color: #C5C5C5 !important;
	border-bottom: 0;
}

.content {
    text-align: left;
    /*padding-top: 175px;
	padding-left: 340px;	*/
	
	padding: 175px 0px 40px 340px;
	
}

.contentFull {
	width: 100%;
	height: 100%;
    text-align: left;
}

.content-wrapper {
	margin-left: 100px;
	max-width: 1024px;
}

.left-side {
	padding-top: 180px;
	left: 0px;
	width: 340px;
	height: 100vh;
	position: fixed; 
	transition: left 0s;
}

@media screen and (max-width:1440px) {
	
	.left-side {
		padding-top: 130px;
		left: 0px;
		width: 340px;
		height: 100vh;
		position: fixed;
		transition: left 0s;
	}
	
	.content {
		text-align: left;
		padding: 175px 20px 40px 270px;
	}	
	
    .burger {
        height: 110px;
    }
	
	.menu-wrapper {
		top: 40px;
	}	
	
	.lang-wrapper {
		top: 40px;
		font-size: 24px;
	}
	
	.logo-pc {
		top: 12px;
		left: 108px;
		width: 126px;
		height: 86px;
	}	
}

@media screen and (max-width:1024px) {

	.left-side {
		padding-top: 0px;
		left: -260px;
		width: 260px;
		z-index: 10000;
		background-color: rgba(255, 255, 255, 0.95);
		/*transition: left .3s ease;*/
	}

	.left-side .close-btn {
		cursor: pointer;
		position: absolute;
		background-image: url(/public/img/close.svg);
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		z-index: 100;
	}
	
	.left-side.open {
		/*left: 0 !important;*/
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	}	

	.logo-left-side {
		/*display: block;*/
	}	

    .content {
        width: auto;
        padding: 50px 20px 80px 20px;
    }

	.content-wrapper {
		margin: auto;
		max-width: 1024px;
	}	
	
    .burger {
        display: block;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.8)
    }
	
	.menu-wrapper {
		display: none;
	}

	.menu-left-side {
		display: block;
		margin: 40px 0 0 0;		
	}	
	
	.brands-left-side {
		position: relative;
		margin-top: 10px;
	}	

	.brands-left-side .c-up {
		width: 40px; cursor: pointer; 
	}
	
	.brands-left-side .c-down {
		width: 40px; cursor: pointer; 
	}
	
	.map-left-side {
		text-align: center;
		margin-top: 5px;
	}
	
	.map-left-side img {
		width: 120px;
		height: 120px;
	}
	
	.logo-pc {
		display: none;
	}
	
	.logo-mob {
		display: block;
	}	
	
	.lang-wrapper {
		top: 30px; 
		right: 23px;
		font-size: 16px; 
	}
	
    #touch-menu {
        display: block
    }
	
    #touch-call {
        display: block
    }	
	
    h1 {
        font-size: 42px
    }
	
	.newsweek {
		margin: 0 30px 40px 0;
	}
}

@media screen and (max-width:700px) {
	.newsweek {
		display: block;
		margin: 0 auto 40px auto;
	}
}