﻿/* Ver2 Позиционирование контейнера виджета и кнопка close - для сторонних сайтов*/
.js_widget_containerWrapper-v2 {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	z-index: 199;
	display: none;
}
.js_widget_container-v2 {
	/*Строчка внизу только ради Iphone*/
	position: absolute;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	max-width: 100%;
	z-index: 200;
}


/*Ver1*/

.js_widget_container {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -270px;
	z-index: 120;
	width: 520px;
}

.js_widget_cover {
	z-index: 119;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
}

@media (max-width: 540px) {
	.js_widget_container {
		max-width: 100%;
		overflow-x: scroll;
		left: 0;
		margin-left:0;
	}
}

@media (max-width: 450px) {
	.no-mobile {
		display: none;
	}
}

.store-stocks-widget__popup__close {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(//www.finam.ru/img/icon-close.png);
	position: absolute;
	right: 10px;
	top: 15px;
	cursor:pointer;
}


.finam_widget_caller, .finam_widget_caller IMG{
	cursor:pointer;

}


