

/* Start:/bitrix/templates/ami/styles.css?162593678032847*/
@font-face {
	font-family: ws_semi_bold;
	src: url("/bitrix/templates/ami/css/ws/weblysleekuisb.ttf");
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: ws_semi_bold-italic;
	src: url("/bitrix/templates/ami/css/ws/weblysleekuisbi.ttf");
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: ws_semi_light;
	src: url("/bitrix/templates/ami/css/ws/weblysleekuisl.ttf");
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: ws_semi_light-italic;
	src: url("/bitrix/templates/ami/css/ws/weblysleekuisli.ttf");
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: ws_light;
	src: url("/bitrix/templates/ami/css/ws/weblysleekuil.ttf");
	font-weight: normal; font-style: normal;
}

@font-face {
	font-family: ws_light-italic;
	src: url("/bitrix/templates/ami/css/ws/weblysleekuili.ttf");
	font-weight: normal; font-style: normal;
}


body {
	background-color: #fff;
	color: #4F5050;
	padding: 0;
	margin: 0;
	left: 0;
	position: relative;
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
}

* {
	box-sizing: border-box;
	font-family: ws_semi_light;

}

@media (max-width: 1024px) { 
	.header-calendar, .header-weather{
		display: none;
	}
	.DOMloading{
		visibility: hidden;
	}
}
@media (max-width: 767px) { 
	.header-currencies{
		display: none;
	}
}

.marged_col_10 {margin-bottom: 10px;}
.marged_col_15 {margin-bottom: 15px;}
.marged_col_20 {margin-bottom: 20px;}
.marged_col_25 {margin-bottom: 25px;}
.marged_col_30 {margin-bottom: 30px;}

/*div[class^='marged_col_'] {clear: both;}*/

.al_center {text-align: center;}
.al_left {text-align: left;}
.al_right {text-align: right;}

.clearfix {clear: both;}

.loading {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 400px;
}

.container {
	border-right: 1px solid #EAEAEA;
	background-color: #F3F3F3;
	/*opacity: 0;*/
}

/*.xs .container {width: 320px; margin: 0 auto;}*/
.xs .container {width: 100%; margin: 0 auto;} /* experiment */
.sm .container {width: 480px; margin: 0 auto;}
.md .container {width: 768px; margin: 0 auto;}
.nm .container {width: 994px;}
.lg .container {width: 1170px;}

.header {
	height: 84px;
	background-color: #fff;
	box-shadow: -2px 0 7px rgba(0, 0, 0, 0.11);
}

.xs .header, .sm .header {
	height: 70px;
}


.header-burger > div {
	width: 25px;
	height: 25px;
}

.header-burger {
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	display: none;
}

.xs .header-burger, .sm .header-burger, .md .header-burger {
	display: block;
	padding: 0 22px;
}

.header-burger-btnOpener {background-image: url("/bitrix/templates/ami/images/header-burder-opener.png");}
.header-burger-btnCloser {background-image: url("/bitrix/templates/ami/images/header-burder-closer.png");}

.xs .header-calendar,
.sm .header-calendar,
.md .header-calendar,
.nm .header-calendar
 {display: none;}


.xs .header-weather,
.sm .header-weather,
.md .header-weather
 {display: none;}


.md .header-col-logo img {
	width: 170px;
	margin-top: 8px;
}

.md .header-currencies-item {
	margin-left: 15px;
}

.md .header-currencies-item-num {
	font-size: 14px;
	margin-top: 5px;
}

.md .header-currencies-item-ico {
	margin-right: 7px;
}

.md .header-col:not(.header-col-logo) {
	padding-right: 27px;
	padding-left: 27px;
}

.xs .header-currencies, .sm .header-currencies/*, .md .header-currencies*/ {display: none;}



.xs .header-col-logo img {
	width: 127px;
	margin-top: 5px;
}

.sm .header-col-logo img {
	margin-top: -6px;
}

.xs .header-lang-col {
	padding: 0 12px;
}

.xs .lang_switcher-selected {
	background: none;
	width: 55px;
	padding-left: 8px;
}

.sm .header-lang-col {
	padding: 0 18px;
}





.header-col {
	float: left;
	height: 100%;
	padding: 0 29px;
	border-left: 1px solid #ECECEC;
}

.xs .header-col, .sm .header-col, .md .header-col {
	
}

.header-col-logo {
	padding: 0;
}

.header .header-col:first-child {
	border: 0;
}

.header-calendar {
	padding-top: 17px;
}

.header-calendar-ico {
	width: 84px;
	height: 38px;
	background-image: url("/bitrix/templates/ami/images/header-calendar-ico.png");
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: ws_semi_bold;
	color: #F48B2E;
	text-align: center;
	padding-top: 16px;
}

.header-calendar-text {
	color: #545454;
	font-size: 14px;
	text-align: center;
	font-family: ws_semi_bold;
}

.header-calendar-time{
	font-size: 20px;
	color: #5B5B5B;
	font-family: ws_semi_bold;
}

.header-weather {
	padding-top: 17px;
}

.header-weather-ico {
	float: left;
	width: 37px;
	height: 30px;
	background-repeat: no-repeat;
}

.header-weather-num {
	float: left;
	font-size: 20px;
	color: #5B5B5B;
	font-family: ws_semi_bold;
	margin-left: 9px;
	margin-top: 2px;
}

.header-weather-text, .header-currencies-text {
	color: #AFAFAF;
	font-size: 12px;
	font-family: ws_semi_bold;
	margin-top: 7px;
}




.header-currencies {
	padding-top: 26px;
}

.header-currencies .header-currencies-item:first-child {
	margin-left: 0;
}

.header-currencies-item {
	float: left;
	margin-left: 30px;
}

.header-currencies-item-ico {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #E6E6E6;
	margin-right: 10px;
}

.header-currencies-item-num {
	float: left;
	font-size: 15px;
	color: #545454;
	font-family: ws_semi_bold;
	line-height: 30px;
}
.header-currencies-item-num  > span{
	font-size: 13px;
}

.header-currencies-item-num span {
	font-family: ws_semi_bold;
}

.cl_red {color: #DC1F1F;}
.cl_green {color: #15B254;}





.logo {
	margin: 17px 19px;
	display: inline-block;
}



.lang_switcher {
	position: relative;
	margin-top: 27px;
}

.xs .lang_switcher, .sm .lang_switcher {
	margin-top: 22px;
}

.lang_switcher-selected {
	color: #AFAFAF;
	font-size: 14px;
	font-family: ws_semi_bold;
	width: 77px;
	height: 31px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #CECECE;
	padding-left: 32px;
	background-image: url("/bitrix/templates/ami/images/lang_switcher_globus.png");
	background-repeat: no-repeat;
	background-position: 8px center;
	cursor: pointer;
}

.lang_switcher-selected-slaq {
	float: right;
	width: 8px;
	height: 5px;
	margin-right: 7px;
	margin-top: 14px;
	background-image: url("/bitrix/templates/ami/images/lang_switcher_slaq.png");
	background-repeat: no-repeat;
}



.cont_main {
	float: left;
	min-height: 1px;
}

.cont_main-in {
	padding: 17px 20px;
}

.cont_main-pleft {
	float: left;
	width: 670px;
}

.cont_main-full {
	float: left;
	width: 100%;
}

.xs .cont_main-pleft, .sm .cont_main-pleft , .xs .cont_main-pright, .sm .cont_main-pright {
	width: 100%;
}

.xs .right_nav, .sm .right_nav {
	display: none;
}

.md .cont_main-pleft, .nm .cont_main-pleft, .lg .cont_main-pleft {
	width: calc(100% - 240px - 20px);
}

.cont_main-pright {
	float: right;
	width: 240px;
}




.footer {
	background-color: #323333;
	padding: 24px 20px;
	color: #fff;
}

.footer-menu-link {
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-family: ws_semi_bold;
}

.footer-menu-spr {
	float: left;
	margin: 10px 14px 0 14px;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: #6F6F6F;
}

.footer-copyright {
	float: left;
	font-size: 14px;
}

.main_menu-wrap {
	position: relative;
	float: left;
	width: 200px;
}

.main_menu-burgerable {
	z-index: 9;
	position: fixed;
	top: 0;
	left: -100%;
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	-o-transition: left 0.5s ease;
	transition: left 0.5s ease;
}

.container.menuOpened {overflow: hidden;}

body.menuOpened {overflow: hidden;}

.main_menu-burgerableOpened {left: 0;}

.main_menu {
	top: 0;
	width: inherit;
	min-height: 100vh;
	background-color: #393A3A;
}

.main_menu-list-item {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 15px;
	border-left: 4px solid transparent;
	font-family: ws_semi_bold;
}

.main_menu-list-item.selected {
	border-left: 4px solid #F48B2E;
	background-color: #323333;
}

.main_menu-list-item:hover {
	background-color: #323333;
}

/* .main_menu-list-item:nth-child(23):hover {
	background-color: #f14100;
}*/

.main_menu-list-item:nth-child(7) {
	background-color: #4f86ad;
}
.main_menu-list-item:nth-child(5) {
	background-color: #F48B2E;
}
.main_menu-list-item:nth-child(9) {
	background-color: #F48B2E;
}

.main_menu-bord {border-bottom: 1px solid #424343;}

.stan_dark-bord {border-bottom: 1px solid #424343;}
.stan_light-bord {border-bottom: 1px solid #EFEFEF;}

.stan_eb-bord {border-bottom: 1px solid #EBEBEB;}


.stanBtn {
	color: #fff;
	background-color: #F0892D;
	padding: 9px 18px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	font-family: ws_semi_bold;
}

.stanBtn img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 6px;
}


.mard {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 3px;
}

.mard-icon {
	white-space: nowrap;
	background-color: #F48B2E;
	color: #fff;
	font-family: ws_semi_bold;
	padding: 10px 15px;
	font-size: 14px;
}

.mard-icon img {vertical-align: middle; margin-top: -4px; margin-right: 4px;}

.xs .mard-icon img, .sm .mard-icon img {display: none;}

.mard-title {
	width: 100%;
	color: #9A9A9B;
	font-family: ws_semi_bold;
	font-size: 14px;
	padding: 5px 18px;
}

.mard-url {
	color: #9A9A9B;
	font-family: ws_semi_bold;
	font-size: 14px;
	text-decoration: none;
}



.main_menu-social {
	padding: 15px;
	display: flex;
    justify-content: center;
    margin-bottom: 0!important;
}

.main_menu-social a {
	float: left;
	margin-right: 18px;
}

.main_menu-social a:last-child {
	margin-right: 0;
}

.main_menu-search_box {
	padding: 10px 19px;
}

.main_menu-search_box-stdin {
	width: 161px;
	height: 30px;
	border: 0;
	outline: 0;
	color: #fff;
	font-family: ws_semi_bold;
	line-height: 30px;
	border-radius: 5px;
	background-color: #4D4E4E;
	padding: 0 15px;
}

.main_menu-search_box-in {
	position: relative;
}

.main_menu-search_box-btn {
	position: absolute;
	top: 0;
	right: 13px;
	width: 38px;
	height: 30px;
	background-color: transparent;
	outline: 0;
	border: 0;
	font-size: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/bitrix/templates/ami/images/search_form_loupe_ico.png");
	cursor: pointer;
}

.simpleWrap {
	background-color: #fff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.07); /* drop shadow */
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.07); /* drop shadow */
	box-shadow: 0 1px 5px rgba(0,0,0,.07); /* drop shadow */
}

.simpleSecWrap {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	
	border-top: 3px solid #F48B2E;
}


.simplePanHead {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 18px;
	border-bottom: 1px solid #EFEFEF;
}

.simplePanHead-ico {
	float: left;
	width: 21px;
	height: 21px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.simplePanHead-title {
	float: left;
	color: #777;
	font-family: ws_semi_bold;
	font-size: 18px;
	line-height: 19px;
}

.xs .simplePanHead-title {
	font-size: 16px;
	line-height: 18px;
}

.xs .simplePanHead-ico {
	width: 18px;
	height: 18px;
}

.simplePanHead-rightLink {
	float: right;
	font-size: 14px;
	font-family: ws_semi_bold;
	color: #4F5050;
	text-decoration: none;
}

.xs .simplePanHead-rightLink {
	font-size: 12px;
	margin-top: 2px;
}

.simplePanHead-rightLink:hover {text-decoration: underline;}


.feedList-item {
	border-top: 1px solid #EFEFEF;
	padding-top: 15px;
	margin-top: 15px;
}

.feedList-item-title {
	font-size: 13px;
	font-family: ws_semi_bold;
	color: #4F5050;
	text-decoration: none;
	display: inline-block;
	margin-top: 7px;
}

.feedList-item-titleSt {
	font-size: 15px;
	font-family: ws_semi_bold;
	color: #4F5050;
	text-decoration: none;
	display: inline-block;
	margin-top: 7px;
}

.feedList-item-time {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	font-family: ws_semi_bold;
	color: #F48B2E;
}

.feedList-item-date {
	float: left;
	font-size: 12px;
	color: #464646;
}

.feedList .feedList-item:first-child {border-top: 0; margin-top: 0;}

.p18lr {
	padding: 0 18px;
}

.p18 {
	padding: 18px;
}

.p9 {
	padding: 9px;
}

.p9lr {
	padding: 0 9px;
}

.bgf {background-color: #fff;}

.p18lrb {
	padding: 0 18px 18px 18px;
}

.img-responsive {
	max-width: 100%;
	width: 100%;
}


.popLar {
	position: relative;
}

.popLar-image {
	display: block;
	max-width: 100%;
}

.popLar-layout {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("/bitrix/templates/ami/images/popLar_layout_gradient.png");
}

.popLar-layout-in {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
}

.popLar-datetime {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	background-color: #F0892D;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 6px 6px 6px;
	font-family: ws_semi_bold;
}

.popLar-title {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-family: ws_semi_bold;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

.popLar-text {
	color: #F0F0F0;
	font-family: ws_semi_bold;
	line-height: 18px;
	font-size: 16px;
	margin-top: 5px;
}

.xs .popLar-text {display: none;}

.sm .popLar-text {font-size: 13px; line-height: 15px;}

.xs .popLar-title {font-size: 14px; line-height: 15px;}
.sm .popLar-title {font-size: 16px; line-height: 18px;}

.md .popLar-title {font-size: 20px; line-height: 23px;}
.md .popLar-text {font-size: 14px; line-height: 16px;}

.xs .popLar-layout-in, .sm .popLar-layout-in {padding: 18px;}

.xs .popLar-datetime, .sm .popLar-datetime {font-size: 13px; line-height: 13px;}

.popLarLister .popLarListerItem:first-child {margin-top: 0; padding-top: 0; border-top: 0;}

.popLarListerItem {
	display: inline-block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #EFEFEF;
}

.cardLarListerItem {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF;
    width: 100%;
}

.xs .popLarListerItem-area {
	width: 100%;
	float: none;
}

.xs .popLarListerItem-image {display: none;}

.popLarListerItem-image {
	float: left;
	width: 178px;
}

.popLarListerItem-image img {border-radius: 3px;}

.popLarListerItem-area {
	float: right;
	width: calc(100% - 178px - 15px);
}

.popLarListerItem-time {
	float: left;
	color: #F48B2E;
	font-size: 13px;
	font-family: ws_semi_bold;
	margin-right: 5px;
}

.popLarListerItem-date {
	float: left;
	color: #464646;
	font-size: 13px;
}

.popLarListerItem-title {
	font-size: 16px;
	line-height: 20px;
	font-family: ws_semi_bold;
	color: #4F5050;
	text-decoration: none;
	display: inline-block;
	margin-top: 7px;
}

.popLarListerItem-desc {
	color: #464646;
	font-size: 14px;
}



.markerListerItem {
	float: left;
	width: 50%;
	padding: 18px 9px;
}

.markerListerItemThreeted {
	width: 33.333333333333336%;
}

.xs .markerListerItemThreeted {
	width: 100%;
}

.sm .markerListerItemThreeted {
	width: 50%;
}

.xs .markerListerItem {width: 100%;}
.xs .markerListerBordSecondary {display: block;}

.markerListerItem-image {
	position: relative;
	margin-bottom: 8px;
}

.markerListerItem-image img {
	display: block;
	border-radius: 3px;
}

.markerListerItem-imageCat {
	position: absolute;
	right: 19px;
	bottom: 22px;
	color: #F0892D;
	font-family: ws_semi_bold;
	font-size: 14px;
	background-color: #fff;
	border-radius: 3px;
	line-height: 14px;
	padding: 2px 5px 5px 5px;
}

.markerListerItem-imageMarkers {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px;
}

.markerListerItem-imageMarkers-marker {
	float: left;
}

.markerListerItem-imageMarkers-marker img[src*='video'] {
	margin-top: 3px;
}

.markerListerItem-mark {
	margin-right: 5px;
	font-size: 17px;
	color: #F0892D;
	font-family: ws_semi_bold;
}

.markerListerItem-time {
	float: left;
	margin-right: 5px;
	font-size: 14px;
	color: #F0892D;
	font-family: ws_semi_bold;
}

.markerListerItem-date {
	float: left;
	font-size: 14px;
	color: #464646;
}

.markerListerItem-title {
	color: #4F5050;
	font-size: 16px;
	display: block;
	font-family: ws_semi_bold;
	text-decoration: none;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 4px;
}

.markerListerItem-titleSt {
	color: #4F5050;
	font-size: 20px;
	display: block;
	font-family: ws_semi_bold;
	text-decoration: none;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 4px;
}

.markerListerItem-desc {
	font-size: 14px;
	color: #464646;
}

.markerListerBord, .markerListerBordSecondary {
	clear: both;
	border-bottom: 1px solid #EFEFEF;
	margin: 0 9px;
}

.markerListerBordSecondary {display: none;}



.specProjectLister {
	overflow: hidden;
}

.specProjectListerItem {
	float: left;
	width: 33.333333333333336%;
	padding: 20px;
	border-left: 1px solid #ECECEC;
	margin-left: -1px;
}

.xs .specProjectListerItem {
	width: 100%;
}

.sm .specProjectListerItem {
	width: 50%;
}

.sm .specProjectLister .specProjectListerItem:nth-child(3) {display: none;}

.specProjectListerItem-image {
	margin-bottom: 8px;
}

.specProjectListerItem-image img {
	display: block;
}

.specProjectListerItem-title, .specProjectListerItems-title {
	font-size: 20px;
	color: #4F5050;
	font-family: ws_semi_bold;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}

.specProjectListerItem-desc {
	font-size: 14px;
	color: #464646;
	line-height: 18px;
}

.specProjectListerItems-title{
	font-size: 14px;
}

.exIntWrap {
	width: calc(50% - 15px);
}

.exIntWrapCont .exIntWrap:nth-child(1) {float: left;}
.exIntWrapCont .exIntWrap:nth-child(2) {float: right;}


.xs .exIntWrap, .sm .exIntWrap {
	width: 100%;
}


.simpleFeed {
	
}

.simpleFeed .simpleFeedItem:first-child {border-top: 0; padding-top: 0; margin-top: 0;}

.simpleFeedItem {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ECECEC;
}

.simpleFeedItem-time {
	float: left;
	margin-right: 5px;
	font-family: ws_semi_bold;
	font-size: 13px;
	color: #F48B2E;
}

.simpleFeedItem-date {
	float: left;
	font-size: 13px;
	color: #464646;
}

.simpleFeedItem-title {
	font-size: 16px;
	line-height: 19px;
	font-family: ws_semi_bold;
	color: #4F5050;
	text-decoration: none;
	display: inline-block;
	margin-top: 7px;
}

.simpleFeedItem-text {
	font-size: 14px;
	color: #464646;
	margin-top: 3px;
}



.searchInp {
	float: left;
	position: relative;
}

.searchInp-stdin {
	float: left;
	outline: 0;
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	padding: 9px 18px;
	color: #464646;
}

.searchInp-btn {
	float: right;
	cursor: pointer;
	text-align: right!important;
	width: 110px;
	background-image: url('/bitrix/templates/ami/images/search_form_loupe_ico.png');
	background-position: 20px center;
	background-repeat: no-repeat;
	border: none;
	text-align: right;
}

.searchInp-resultInfo {
	position: absolute;
	top: 50%;
	right: 11px;
	color: #464646;
	font-size: 13px;
	margin-top: -11px;
}

.xs .searchInp-resultInfo, .sm .searchInp-resultInfo, .md .searchInp-resultInfo {display: none;}



.simpleFeedItem-text > b {
	color: #F48B2E;
	padding: 2px 5px 4px 5px;
	line-height: 14px;
	background-color: #FDE8D5;
	display: inline-block;
	border-radius: 3px;
	font-weight: normal;
}



.pp_item {
	font-size: 16px;
}

.pp_item-title {
	float: left;
	color: #777;
	margin-right: 15px;
}

.pp_item-custdd {
	float: left;
	color: #F48B2E;
	border-bottom: 1px dashed #F48B2E;
	cursor: pointer;
}

.pp_item-zamch {
	float: left;
	color: #464646;
	margin-left: 15px;
}



.veFeRow {
	overflow: hidden;
}

.veFeRowThreeted {
	margin: 0 -10px;
}

.veFeCol {
	float: left;
	width: 50%;
	margin-left: -1px;
	border-left: 1px solid #EBEBEB;
}

.veFeColThreeted {
	float: left;
	width: 33.333333333333336%;
	padding: 0 10px;
}

.xs .veFeColThreeted {width: 100%;}
.sm .veFeColThreeted {width: 50%;}


.xs .veFeCol, .sm .veFeCol {
	width: 100%;
}

.veFeItem {
	
}

.veFeItem-head {
	margin-bottom: 15px;
	color: #777;
	font-size: 22px;
	font-family: ws_semi_bold;
}

.veFeItem-head img {
	vertical-align: middle;
	margin-top: -6px;
	margin-right: 4px;
}

.veFeItem-photo img {
	border-radius: 3px;
}

.veFeColThreeted .veFeItem-photo img {border-radius: 0;}

.veFeItem-photo {
	position: relative;
}

.veFeColThreeted .veFeItem-photo {margin: 0 -18px;}

.veFeColThreeted .veFeItem .p18:first-child {padding-top: 12px;}
.veFeColThreeted .veFeItem-head {font-size: 18px;}


.veFeItem-photoIcon, .mediaPhotoVideo-photoIcon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/bitrix/templates/ami/images/play_ico.png");
	cursor: pointer;
	z-index: 1;
}


.veFeItem-mat {
	margin: 5px 0 0 0;
}

.veFeItem-mat-time {
	float: left;
	font-family: ws_semi_bold;
	font-size: 15px;
	color: #F48B2E;
	margin-right: 5px;
}

.veFeItem-mat-date {
	float: left;
	font-size: 15px;
	color: #464646;
}

.veFeItem-mat-title {
	color: #4F5050;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	font-family: ws_semi_bold;
	display: block;
	margin: 5px 0 6px 0;
}

.veFeItem-mat-text {
	color: #464646;
	font-size: 16px;
	line-height: 19px;
}


.pagination {
	text-align: center;
}

.pagination a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-family: ws_semi_bold;
	margin: 0 4px;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: #464646;
	background-color: #fff;
	font-size: 16px;
}

.xs .pagination a {
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.pagination a.selected, .pagination a:hover {
	background-color: #F0892D;
	color: #fff;
}

.mediaPageHead {
	margin: 14px 18px;
}

.mediaPageTitle {
	color: #777;
	font-size: 26px;
	line-height: 29px;
	font-family: ws_semi_bold;
	margin-bottom: 11px;
}

.xs .mediaPageTitle {font-size: 19px; line-height: 20px;}
.sm .mediaPageTitle {font-size: 20px; line-height: 21px;}

.mediaPageTime {
	float: left;
	font-size: 15px;
	color: #F48B2E;
	font-family: ws_semi_bold;
	margin-right: 5px;
}

.mediaPageDate {
	float: left;
	font-size: 15px;
	color: #464646;
}

.mediaPageText {
	color: #464646;
	font-size: 16px;
}

.mediaPageText a{
	color: #F48B2E;
}

.mediaPageText a:hover{
	color: #F7B77F;
}

.mediaPageText img{
	width: 100%!important;
	height: auto!important;
}

.mediaPageText iframe{
	width: 100%!important;
}

.mediaPhotoSlider {
	position: relative;
}

.mediaPhotoSliderPrev, .mediaPhotoSliderNext {
	z-index: 1;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 45px;
	height: 100px;
	background-color: rgba(73, 74, 74, 0.80);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.mediaPhotoSliderPrev {background-image: url("/bitrix/templates/ami/images/mediaPhotoSliderPrev.png"); left: 0; border-radius: 0 3px 3px 0;}
.mediaPhotoSliderNext {background-image: url("/bitrix/templates/ami/images/mediaPhotoSliderNext.png"); right: 0; border-radius: 3px 0 0 3px;}

.mediaPhotoSliderItems-item {
	float: left;
	position: relative;
	width: 100%;
}

.mediaPhotoSliderItems-item-title {
	left: 0;
	bottom: 0;
	position: absolute;
	color: #fff;
	font-size: 15px;
}

.mediaPhotoSliderItems-item img {
	display: block;
}



.mediaPhotoSliderThumbs {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
}

.mediaPhotoSliderThumbsItemsWrap {
	margin: 0 50px;
}

.mediaPhotoSliderThumbsItems {
	float: left;
	margin: 13px 0 10px 0;
}

.mediaPhotoSliderThumbsItems-item {
	float: left;
	margin: 0 5px;
	cursor: pointer;
}

.mediaPhotoSliderThumbsItems-item img {
	border-radius: 3px;
}

.mediaPhotoSliderThumbsPrev, .mediaPhotoSliderThumbsNext {
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F7F7F7;
	cursor: pointer;
}

.mediaPhotoSliderThumbsPrev {
	left: 0;
	border-right: 1px solid #EBEBEB;
	background-image: url("/bitrix/templates/ami/images/mediaPhotoSliderThumbsPrev.png");
}

.mediaPhotoSliderThumbsNext {
	right: 0;
	border-left: 1px solid #EBEBEB;
	background-image: url("/bitrix/templates/ami/images/mediaPhotoSliderThumbsNext.png");
}





.mediaPageTags {
	padding: 15px 18px;
}

.mediaPageTags-ico {
	float: left;
	width: 21px;
	height: 21px;
	background-image: url("/bitrix/templates/ami/images/tag_marker_ico.png");
	background-repeat: no-repeat;
}

.mediaPageTags-list {
	float: right;
	width: calc(100% - 21px);
	padding-left: 17px;
}


.mediaPageTags-item {
	display: inline-block;
	background-color: #F7F7F7;
	border-radius: 3px;
	color: #9A9A9B;
	font-size: 14px;
	border: 1px solid #ECECEC;
	padding: 4px 8px;
	font-family: ws_semi_bold;
	text-decoration: none;
	margin-bottom: 5px;
	margin-right: 3px;
}


.mediaPageSocialButtons {
	background-color: #F7F7F7;
}

.mediaPhotoVideo {
	position: relative;
}
.unlink{
	pointer-events: none;
	cursor: default;
}
.embed-responsive{
	position: relative;
}

.markerListerItem-title:hover,
.popLar-title:hover,
.veFeItem-mat-title:hover,
.specProjectListerItem-title:hover,
.specProjectListerItems-title:hover,
.feedList-item-title:hover,
.popLarListerItem-title:hover,
.footer-menu-link:hover,
.simpleFeedItem-title:hover {
	text-decoration: underline;
	opacity: 0.70;
}

.embed-responsive-16by9{/*padding-bottom:56.25%*/}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:relative;top:0;bottom:0;left:0;width:100%;height:100%;border:0}

.veFeItem .embed-responsive iframe{
	height: 240px;
	width: 100%!important;
}

.cont_main-pleft .embed-responsive iframe{
	height: 445px;
	width: 100%!important;
}

@media screen and (max-width: 1200px) {
	.veFeItem .embed-responsive iframe{
		height: 190px;
	}
	.cont_main-pleft .embed-responsive iframe, .mediaPageText iframe{
		height: 328px;
	}
}

@media screen and (max-width: 1024px) {
	.veFeItem .embed-responsive iframe{
		height: 183px;
	}
	.cont_main-pleft .embed-responsive iframe, .mediaPageText iframe{
		height: 311px;
	}
}

@media screen and (max-width: 768px) {
	.veFeItem .embed-responsive iframe{
		height: 225px;
	}
	.cont_main-pleft .embed-responsive iframe, .mediaPageText iframe{
		height: 292px;
	}
}

@media screen and (max-width: 360px) {
	.veFeItem .embed-responsive iframe, .mediaPageText iframe{
		height: 158px;
	}
	.cont_main-pleft .embed-responsive iframe{
		height: 212px;
	}
}

.calendar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.07); /* drop shadow */
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.07); /* drop shadow */
	box-shadow: 0 1px 5px rgba(0,0,0,.07); /* drop shadow */
}

.calendar-head {
	position: relative;
	height: 74px;
}

.calendar-head-title {
	width: calc(100% - 80px);
	margin-left: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #F0892D;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

.calendar-head-prev, .calendar-head-next {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #F0892D;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 7px;
	cursor: pointer;
}

.calendar-head-prev {
	left: 0;
	border-right: 1px solid #F3A45E;
	border-radius: 3px 0 0 0;
	background-image: url("/bitrix/templates/ami/images/mediaPhotoSliderPrev.png");
}

.calendar-head-next {
	right: 0;
	border-left: 1px solid #F3A45E;
	border-radius: 0 3px 0 0;
	background-image: url("/bitrix/templates/ami/images/mediaPhotoSliderNext.png");
}


.calendar-head-week {
	padding: 9px 17px;
	padding-left: 21px;
	background-color: #F0892D;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px solid #F3A45E;
}
.calendar-head-title span.year {
	position: relative;
}

.calendar-head-title span.year select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	border: 0;
	outline: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.calendar-body {
	position: relative;
	padding: 22px 13px;
	height: 200px;
	background-color: #fff;
	overflow: hidden;
}

.calendar-body-layer {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.calendar-body-inner {
	position: relative;
	height: 100%;
}

.calendar-body table {
	width: 100%;
	text-align: center;
}

.calendar-body a {
	height: 26px;
	display: block;
	text-decoration: none;
	color: #464646;
}

.calendar-body a.NewsCalToday {
	background-color: #F0892D;
	color: #fff;
	border-radius: 3px;
}

.calendar-body a.NewsCalOtherMonth {
	color: #CECECE;
}
.calendar-body a.linked {
	color: #000000;
	font-weight: bold;
}
.calendar-body a.linked:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.large_banner > div, .small_banner > div, .large_banner > div > a > img{
	width: 100%!important;
	height: auto!important;
}
.large_banner > div > iframe{
	display: block;
	width: 100%!important;
}
.small_banner > div{
	max-width: 240px!important;
	height: auto!important;
	margin: 0 auto!important;
}
.marged_top_20{
	margin-top: 20px!important;
}
.large_banner {
	margin: 0 0 10px 0;
}
.small_banner{
	margin: 0 0 20px 0;
	text-align: center;
}
.eye{
    background-image: url("/bitrix/templates/ami/images/eye.png");
    height: 12px;
    width: 22px;
    float: right;
    background-repeat: no-repeat;
    margin-left: 5px;
    opacity: 0.6;
}
.eye_main{
	float: right;
    line-height: 13px;
}

.center{
    text-align: center;
}

.orange{
	color: #F0892D;
    font-weight: bold;
}

.right_nav{
    display: block;
    overflow: hidden;
}

.right_scrollbar{
	display: block!important;
}
.r_n img {
	visibility: hidden;
}

.large_banner iframe, .large_banner iframe table, .large_banner table{
	width: 100%!important;
}

.large_banner {
	    overflow: hidden;
}
/*
#googleadgoeshere{
	display: inline-block;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
*/

.stanBtn{
	color: #fff!important;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 200px;
    font-size: 16px;
}

.fancybox-content{
	max-height: 100%!important;
}

.goodBlocker{
	visibility: hidden;
}

.goodBody{
	padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goodBody label.switch {  
	text-align: left;
	width: 60px;
	height: 30px;
	border-radius:60px;    
	background-color:#F48B2E;
	display: inline-block;
	position: relative;
	cursor: pointer;
  }
  
.goodBody label.switch > span {
	display: block;
	width: 100%;
	height: 100%;
  }
  
  .goodBody label.switch > input[type="checkbox"] {
	opacity: 0;
	position: absolute;
  } 
  
  .goodBody label.switch > span:before, .goodBody label.switch > span:after {
	content: "";
	cursor: pointer;
	position: absolute;
  }
  
  /* .goodNews label.switch > input[type="checkbox"]:focus ~ span {
	box-shadow: 0 0 0 4px #43b556; 
  }
  
  .goodNews label.switch > input[type="checkbox"]:checked:focus ~ span {
	box-shadow: 0 0 0 4px #fff;
  } */
  
  .goodBody label.switch > span {
	border-radius: 60px;    
  }
  
  .goodBody label.switch > span:before {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: #F3F3F3;
	border-radius: 60px;
	transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
	transform: scale(1);
	opacity: 1;
  }
  
  .goodBody label.switch > span:after{
	top: 50%;
	z-index: 3;
	transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
	width: 30px;
	height: 30px;
	transform: translate3d(0, -50%, 0);
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);  
  }

  .goodBody label.switch > input[type="checkbox"]:checked ~ span:before {
	transform: scale(0);
	opacity: .7;
  }
  
  .goodBody label.switch > input[type="checkbox"]:checked ~ span:after {
	transform: translate3d(100%, -50%, 0);
  }

  .goodTitle {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .adsbygoogleFix ins {
	  width: 100%!important;
  }
  
  #adfox_156076002634041624 > div {
	  width: 100%!important; 
  }
  
    #adfox_160571733717772849 > div {
	  width: 100%!important; 
  }
  
    #adfox_160570953358472215 > div {
    text-align: center!important; 
	}
	
	    #adfox_161118111746366369 > div {
		width: 100%!important; 
	}
	
	#adfox_161800099971758119 > div {
	  width: 100%!important; 
  }	
  
	#adfox_161800171769228546 > div {
	  width: 100%!important; 
  }	
  
	#adfox_161800365154451725 > div {
	  width: 100%!important; 
  }
  
  .goodSponsorLogo{
    margin: 15px auto;
    display: block;
    width: 75%;
    position: relative;
  }
/* End */


/* Start:/bitrix/templates/ami/template_styles.css?1481320354918*/
.xs .footer-menu-link, .sm .footer-menu-link {
	display: inline-block;
	float: none;
}

.xs .footer-menu, .sm .footer-menu {
	text-align: center;
}

.xs .footer-menu-spr, .sm .footer-menu-spr {
	opacity: 0;
	display: block;
	float: none;
	margin: 0;
}

body {
	min-width: 320px;
}


.lang_switcher-list {
	position: absolute;
	top: 100%;
	margin-top: 5px;
	right: 0;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #CECECE;
	padding: 10px 10px;
	border-radius: 3px;
	display: none;
}

.lang_switcher-list .lang_switcher-list-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.lang_switcher-list-item {
	color: #888;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	display: block;
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 5px;
}


.main_menu {
	min-height: initial;
	height: 100%;
}

.main_menu-social {
	margin-bottom: 20px;
}
/* End */


/* Start:/bitrix/templates/ami/css/jquery.fancybox.min.css?153874630813769*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */
/* /bitrix/templates/ami/styles.css?162593678032847 */
/* /bitrix/templates/ami/template_styles.css?1481320354918 */
/* /bitrix/templates/ami/css/jquery.fancybox.min.css?153874630813769 */
