

/* Start:/bitrix/templates/.default/css/admin.css?1599852321483*/
.adm-submenu-item-name:hover, .adm-submenu-current-fav{height:21px;}
.adm-submenu-item-active > .adm-submenu-item-name{ height:20px!important; }
.adm-submenu-item-name{height:20px;}

.mli-search-results{z-index: 2000;}

.adm-designed-checkbox-label{float: left!important;margin-right: 8px;}
.adm-list-item {margin: 4px 0!important; clear: both;}

table.order { font-size: 100%; border-collapse: collapse; border: none; }
table.order td { padding: 0 12px 6px 0; vertical-align: top; }
/* End */


/* Start:/bitrix/templates/adaptive/css/normalize.min.css?15136701181921*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* End */


/* Start:/bitrix/templates/adaptive/css/defaults.min.css?1513670128148*/
@viewport{width:device-width}@-ms-viewport{width:device-width}*{box-sizing:border-box}html{font-size:62.5%}body{font-size:1.4rem;line-height:2.4rem}
/* End */


/* Start:/bitrix/templates/adaptive/css/page.css?1576151346883*/
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
min-width: 320px;
height: 100%;
text-rendering: optimizeLegibility;
}

body {
	height: 100%;
	color: #222;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
/* display: flex;
flex-direction: column; */
}

header {
	display: flex;
	flex-direction: column;
}

.main__wrapper {
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

main {
	display: flex;
	margin: 0 auto;
	max-width: 1280px;
	flex: 1 0 auto;
}

.content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-left: 12px;
	width: calc(100% - 300px);
}

.right {
	width: 300px;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	font-size: 90%;
	margin: 0 12px 20px 20px;
}

footer {
	background: #565656;
}


/* End */


/* Start:/bitrix/templates/adaptive/css/header.css?16153711557650*/
header .wrapper {
	flex: 1 0 100%;
}

header a {
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

/* Menu Default ////////////////////// */
.header__menu .wrapper {
	align-items: center;
}
.header__menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
}

.header__menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__menu li a,
.header__menu li span {
	display: inline-flex;
	padding: 8px 15px;
}

.header__menu a,
.header__menu span {
	color: #2E2E2E;
	display: inline-flex;
}

.header__menu .arrow {
	padding-right: 17px;
}

/* Title Mobile ////////////////////// */
.header__menu-toggle {
	background: #565656;
	display: flex;
/* 	flex-direction: row;
	flex-wrap: nowrap;
	 */
	padding: 6px 12px;
	margin-bottom: 4px;
	display: none;
}

.header__menu-toggle h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 135%;
	font-weight: normal;
	width: auto;
}
/*
.header__menu-toggle button {
	height: 24px;
	width: 24px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'><rect width='24' height='4'/><rect width='24' height='4' y='14'/><rect width='24' height='4' y='7'/></svg>");
	background-size: contain;
	content: "";
	margin-right: 20px;
} */

.header__menu-toggle button {
	overflow: hidden;
	margin: 0 30px 0 0;
	padding: 0;
	border: none;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	width: 24px;
	height: 24px;
	background: none;
}

.header__menu-toggle button span {
	display: block;
	width: 24px;
	height: 4px;
	margin-bottom: 4px;
	background: #fff;
}

.header__menu-toggle button span:last-child {
	margin-bottom: 0;
}

.header__top-search-toggle {
	position: relative;
	width: 80%;
}

.header__top-search-toggle input {
	font-family: 'Inconsolata', monospace;
	outline: none;
	text-shadow: 0 0 10px #ccc;
	padding: 0 6px;
	transition: all 1s;
	opacity: 0.2;
	z-index: 5;
	font-weight: bolder;
	letter-spacing: 0.1em;
	height: 22px;
	width: 100%;
	border-radius: 10px;
}

.header__top-search-toggle input:focus {
	opacity: 1;
	cursor: text;
}

.header__top-search-toggle input::placeholder {
	color: white;
	opacity: 0.6;
	font-weight: bolder;
}

/* Top-banner ////////////////////// */
.header__top-banner {
	xbackground: #ededed;
}

.header__top-banner .wrapper {
	justify-content: center;
}


/* Top ////////////////////// */
.header__top {
	background: #ededed;
}

.header__top a {
	white-space: nowrap;
}

.header__top .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 12px;
}

.header__top-search {
	position: relative;
	top: 5px;
	width: 400px;
	height: 40px;
}

.header__top-search input {
	font-family: 'Inconsolata', monospace;
	position: absolute;
	width: 30px;
	height: 30px;
	outline: none;
	border: none;
	color: white;
	text-shadow: 0 0 10px #ccc;
	padding: 0 15px;
	transition: all 1s;
	opacity: 0.2;
	z-index: 5;
	font-weight: bolder;
	letter-spacing: 0.1em;
	background: url('/bitrix/templates/adaptive/css/../img/icon_search.png') 0 0 no-repeat;
}

.header__top-search input:focus {
	width: 100%;
	opacity: 1;
	cursor: text;
	border-radius: 6px;
	background-image: none;
	background-color: #ccc;
}

.header__top-search input:hover {
	cursor: pointer;
}

.header__top-search input::placeholder {
	color: white;
	opacity: 0.6;
	font-weight: bolder;
}

.topics-search {
	text-transform: uppercase;
	padding: 8px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__top-user {
	height: 100%;
}

.header__top-user a.login {
	position: relative;
	display: block;
	line-height: 20px;
	padding-left: 50px!important;
	margin-top: -10px;
	height: 100%;
}

.header__top-user .login::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url('/bitrix/templates/adaptive/css/../img/icon_auth.png') 0 0 no-repeat;
}

.header__top-user .login:hover {
	background: #c4c4c4;
}

.header__top-user .login:hover::before {
	opacity: 1;
}

.header__main .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 12px;
}

.header__main-logo {
	display: flex;
	flex-shrink: 0;
	align-content: flex-start;
}

.header__main-banner {
	display: flex;
	flex-shrink: 0;
	justify-content: flex-end;
}

.header__main-banner img,
.header__main-banner embed {
	max-width: 600px;
	max-height: 90px;
}

/* Menu Top ////////////////////// */
.header__menu-top {
	display: flex;
	justify-content: space-between;
}

.header__menu-top .menu-multilevel li ul {
	background: #ededed;
}

.header__menu-top .menu-multilevel li li {
	text-align: left;
	border-bottom-color: #565656;
}
.header__menu-top .menu-multilevel .arrow::after {
	border-top: 5px solid #565656;
}

.header__menu-top .part {
	padding: 0 9px;
}

.header__menu-top .part a {
	padding: 8px 6px;
}

.header__menu-top .part .arrow {
	padding-right: 17px;
}



/* Menu Main ////////////////////// */
.header__menu-main {
	background: #565656;
	position: relative;
	z-index: 900;
}

.header__menu-main .wrapper {
	justify-content: space-between;
}

.header__menu-main nav {
	position: relative;
}

.header__menu-main a,
.header__menu-main span {
	color: #fff;
	cursor: pointer;
}

.header__menu-main a.arrow {
	margin-right: 12px;
}

.header__menu-main button {
	display: none;
}

/* Menu Topic ////////////////////// */
.header__menu-topic {
	background-color: #ededed;
}

.header__menu-topic .wrapper {
	justify-content: space-between;
	padding-right: 12px;
}

.header__menu-topic ul {
	flex-wrap: wrap;
}


.header__menu-social {
	padding: 8px 12px 0 0;
}

.header__menu-social a {
	padding: 0 0 0 4px;
}

.header__menu-social img {
	width: 25px;
	height: 25px;
}



.menu-multilevel li {
	position: relative;
}

.menu-multilevel li ul {
	display: none;
	position: absolute;
	margin-top: 0;
	padding-bottom: 10px;
	z-index: 910;
	width: 200px;
	height: auto;
	background: #565656;
	opacity: 0.95;
	border: 1px solid #2e2e2e;
	border-top: none;
	border-radius: 0 0 8px 8px;
}

footer .menu-multilevel li ul {
	bottom: 32px;
	border: 1px solid #2e2e2e;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
}

.menu-multilevel li li {
	text-align: left;
	border-bottom: dashed 1px #fff;
}

.menu-multilevel li li a {
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu-multilevel li li:last-child {
	border-bottom: none;
}

.menu-multilevel li:hover ul ul,
.menu-multilevel li.jshover ul ul,
.menu-multilevel li:hover ul ul ul,
.menu-multilevel li.jshover ul ul ul,
.menu-multilevel li:hover ul ul ul ul,
.menu-multilevel li.jshover ul ul ul ul,
.menu-multilevel li:hover ul ul ul ul ul,
.menu-multilevel li.jshover ul ul ul ul ul { display: none; }

.menu-multilevel li:hover ul,
.menu-multilevel li.jshover ul,
.menu-multilevel li li:hover ul,
.menu-multilevel li li.jshover ul,
.menu-multilevel li li li:hover ul,
.menu-multilevel li li li.jshover ul,
.menu-multilevel li li li li:hover ul,
.menu-multilevel li li li li.jshover ul,
.menu-multilevel li li li li li:hover ul,
.menu-multilevel li li li li li.jshover ul { display: block; }

.menu-multilevel .arrow {
	position: relative;
	padding-right: 17px;
}

.menu-multilevel .arrow::after {
	content: '';
	display: table;
	position: absolute;
	right: 0;
	top: 50%;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}

.header__menu-topic .menu-multilevel .arrow::after {
	border-top-color: #565656;
}


.header__menu-topic .menu-multilevel li ul {
	background: #ededed;
}




/* End */


/* Start:/bitrix/templates/adaptive/css/login.css?15214531341368*/
.modal-login input[type="text"],
.modal-login input[type="password"] {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 40px 10px 20px;
	font-size: 14px;
	line-height: 24px;
	font-family: "PT Sans Narrow", "Arial", sans-serif;
	color: #000;
	text-transform: uppercase;
	background-color: #f9f6f3;
	border: 2px solid #000;
	outline: none;
}

.modal-login input:focus {
	border-color: #663d15;
}

.modal-login input.login {
	background: url("/bitrix/templates/adaptive/css/../img/sprite.png") 100% -270px no-repeat;
}

.modal-login input.password {
	background: url("/bitrix/templates/adaptive/css/../img/sprite.png") 100% -310px no-repeat;
}

.modal-login .btn {
	width: 100%;
}

.modal-login input[type="checkbox"] {
	display: none;
}

.modal-login label.remembe {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

.modal-login label.remembe:hover {
	color: #663d15;
}

.modal-login input[type="checkbox"]
+ .remembe-indicator {
	position: absolute;
	top: 0px;
	left: 0;
	width: 17px;
	height: 17px;
	border: 2px solid #000;
}

.modal-login input[type="checkbox"]:checked
+ .remembe-indicator::before,
.modal-login input[type="checkbox"]:checked
+ .remembe-indicator::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0px;
	width: 15px;
	height: 2px;
	background-color: #000;
	transform: rotate(45deg)
}

.modal-login input[type="checkbox"]:checked
+ .remembe-indicator::after {
	transform: rotate(-45deg)
}
/* End */


/* Start:/bitrix/templates/adaptive/css/footer.css?15996453812479*/
footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 100%;
	width: 100%;
	position: relative;
	color: #fff;
}

footer input {
	color: #565656;
	}

footer a {
	color: #fff;
}

footer .age {
	align-items: center;
	padding: 14px;
	font-size: 70%;
	flex-wrap: nowrap;
}
/*
footer .registration {
	max-width: 1024px;
	align-items: center;
	font-size: 70%;
	margin: 20px auto;
}

footer .age-limit1 {
 	position: absolute;
	left: 5px;
	top: -5px;
	z-index: 10000;
}
*/
footer .btn {
	background-color: #ccc;
}

footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .menu-multilevel {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

footer .menu-multilevel a {
	display: inline-flex;
	padding: 8px 15px;
}

footer ul span {
	display: inline-flex;
	padding: 8px 20px;
	cursor: pointer;
}

footer .menu-column {
	margin: 0;
	padding: 0;
}

.footer__column-1,
.footer__column-2,
.footer__column-3,
.footer__column-4 {
	padding: 14px;
}

.footer__column-1,
.footer__column-2 {
	width: 20%;
}

.footer__column-3 {
	width: 400px;
}

footer .pressa {
	margin: 8px 0 25px;
	font-size: 0;
}

footer .pressa img {
	margin: 0 14px 14px 0;
}

footer .news-border {
	border: none;
	padding-left: 0;
}

footer .social {
	margin: 25px 0;
	font-size: 0;
}

.social img {
	margin: 0 6px 4px 0;
}

.menu-toggle a,
.menu-toggle span {
	color: #565656;
	text-decoration: none;
}

ul.menu-toggle,
.menu-toggle ul {
	margin: 0;
	padding: 0;
}

.menu-toggle ul {
	margin-left: 15px;
}

.menu-toggle li {
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 15px;
	position: relative;
}

.menu-toggle li::before {
	content: '';
	display: table;
	position: absolute;
	left: 0;
	top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #565656;
}

.menu-toggle li li::before {
	content: "\203A";
	top: 0px;
	border: none;
}

.menu-toggle li.selected::before {
	top: 8px;
	border: 5px solid transparent;
	border-top: 5px solid #C32C2D;
}

.menu-toggle li ul {
	display: none;
	font-size: 90%;
}

.menu-toggle ul.jstoggle { display: block; }

.right-magazines {
	background-color: #EDEDED;
	text-align: center;
	margin: 18px 0;
}

.right-search {
	margin-bottom: 15px;
}
.right-search input {
	width: 99%;
	padding: 4px 8px;
}


.footer__menu-social {
	padding: 8px 12px 0 0;
}

.footer__menu-social a {
	padding: 0 0 0 4px;
}

.footer__menu-social img {
	width: 25px;
	height: 25px;
}

.footer .part {
	width: 25%;
	padding: 8px 12px;
}
/* End */


/* Start:/bitrix/templates/adaptive/css/main.css?161469204713014*/
.wrapper {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
}

.clear:after {
	content: "";
	clear: both;
	display: table;
}

.corner {
	background: #fff;
	overflow: hidden;
	padding: 15px;
	border: solid 1px #a1a5a9;
	border-radius: 8px;
}

.shadow {
	box-shadow: #ccc 0 0 5px;
}

.border {
	border: solid 1px #565656;
}

.hide {
	display: none;
}

span.close { float: right; padding: 2px 7px; background: #666; color: #fff; margin: -13px -13px 0 0; cursor: pointer; -moz-border-radius: 0 8px 0 8px; border-radius: 0 8px 0 8px; -webkit-border-radius: 0 8px 0 8px; -khtml-border-radius: 0 8px 0 8px; }

h1 { margin: 6px 0; padding: 0; font-size: 130%; font-weight: 500; line-height: 120%; letter-spacing: .44px; color: #222; font-family: georgia; }
h1.detail { font-size: 220%; font-weight: 600; }

h2, .h2, .div-h2 {
	font-size: 115%;
	margin: 18px 0 8px;
}

h2:first-child {
	xmargin-top: 0;
}

h2, .h2, .div-h2 {
	background: #565656;
	color:  #fff;
	font-weight: normal;
	padding: 4px 8px;
}

h2 a, .h2 a, .div-h2 a {
	color: #fff;
}

h2>.news-border {
	margin-bottom: 0;
}

.seo-hide {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

h3 { background: #eeeee6; margin: 18px 0 5px; font-size: 130%; }
h3 a, h3 span { background: #fff; display: inline-block; padding-right: 15px; color: #262626; }

p {
	margin: 12px 0;
}

.btn {
	display: inline-block;
	padding: 8px 12px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #565656;
	border: none;
	outline: none;
	cursor: pointer;
}

.btn-small {
	padding: 6px 8px;
	font-size: 9px;
	line-height: 14px;
}

.btn-round {
	display: inline-block;
	padding: 8px 12px;
	margin: 0 6px 8px 0;
	line-height: 14px;
	background-color: #eee;
	color: #999;
	border-radius: 15px;
	font-size: 85%;
	white-space: nowrap;
}

.btn.disabled,
.btn:disabled {
	cursor: default;
	opacity: 0.5;
}

.btn.disabled:hover,
.btn:disabled:hover {
	background-color: #2E2E2E;
}

.btn-light {
	background-color: #ccc;
	color: #565656;
	border: solid 1px #565656;
}

.btn-light:hover {
	color: #fff;
}
.btn:hover,
.btn:active {
	background-color: #C32C2D;
}

a.btn:hover,
a.btn-round:hover {
	text-decoration: none;
}

input.text {
	padding: 3px 8px;
	font-size: 95%;
}

.full-size {
	width: 100%;
	}

a {
	color: #006fad;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.selected, .active, .selected > a, a.active {
	color: #C32C2D;
}

.link  { cursor: pointer; color: #006fad; }
.link:hover { text-decoration: underline; }

.bg {
	background-color: #EDEDED;
}

.bg-blue {
	background-color: #006fad;
}


.note { font-size: 88%; color: #9b9b9b; font-family: GraphikCy,'Helvetica CY',Arial,sans-serif; }

.red, .errortext, .future-link { color: #eb0e0b; }
.green, .current-link { color: green; }
.blue { color: #006fad !important; }
.grey, .past-link { color: #666; }

.marker-future:before,
.marker-current:before,
.marker-past:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 12px;
	margin: 2px 8px 0 0;
}

.marker-current:before { background-color: green; }
.marker-future:before { background-color: red; }
.marker-past:before { background-color: grey; }

.comment-block {
	border: solid 1px #666;
	padding: 12px;
	margin:  6px 0 6px 50px;
}

.comment-block .title {
	font-size: 115%;
}


/* Навигация */
.navigation-pages,
.navigation-string {
	display: flex;
	flex-flow: row wrap;
	flex-basis: 100%;
}

.navigation-string a {
	display: flex;
	padding: 4px 25px;
	margin: 8px 0;
	position: relative;
}

.navigation-string a:first-child {
	padding-left: 0;
}

.navigation-string a:last-child {
	padding-right: 0;
}

.navigation-string a:not(:last-child)::after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	color: #565656;
}

.navigation-pages a {
	display: flex;
	border: solid 1px #565656;
	border-radius: 5px;
	padding: 4px 8px;
	margin: 8px 3px;
}

.navigation-pages a:first-child {
	margin-left: 0;
}

.navigation-pages a:last-child {
	margin-right: 0;
}

.navigation-current {
	background: #565656;
	color: #fff;
	cursor: default;
}

.alphabetic p {
	display: flex;
	flex-basis: 100%;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.alphabetic a:not(.all) {
	font-size: 120%;
}

.alphabetic span {
	font-size: 85%;
}

.alphabetic a,
.alphabetic span {
	display: inline-flex;
	margin: 4px 6px;
}

.form-line {
	display: flex;
	flex-basis: 100%;
	flex-flow: row wrap;
	margin: 8px 0;
}

.form-line div:first-child {
	width: 170px;
	font-size: 85%
}

.form-line div:last-child {
	width: calc(100% - 170px);
}

.form-line input[type="text"],
.form-line select,
.form-line textarea {
	width: 100%;
}

.detail {font-size: 120%; }

/* table */
table { font-size: 100%; border-collapse: collapse; border: none; }

table.border { font-size: 85%; margin: 8px 0 20px 0; }
.border td { border: solid 1px silver; padding: 3px 6px; vertical-align: top; }
.border th { border: solid 1px grey; padding: 3px 6px; background-color: #BFBFBF; }

table.present { margin: 8px 0 20px 0; }
.present td { border: solid 1px silver; padding: 12px 6px; vertical-align: middle; }
.present th { border: solid 1px grey; padding: 12px 6px; background-color: #BFBFBF; }

table.news { width: 100%; }
table.news td { vertical-align: top; }


.detail table { width: 98% !important; }
.detail td { padding: 4px 8px !important; margin: 0 !important; border: solid 1px silver !important; font-size: 93%; }
.detail tr { height: auto !important; }



table.order, table.request, table.noborder { width: 100%; }
table.order td, table.request td, table.noborder td { padding: 6px 12px 6px 0; vertical-align: top; }
table.order th, table.request th, table.noborder th { font-size: 140%; font-weight: normal; padding: 0; }
table.order th div, table.request th div { padding:  6px 12px; margin: 24px 0 8px; background-color: #F0F0F0; width: 92%; }


table.order input[type=text],
table.noborder input[type=text],
table.request input[type=text],
table.order textarea,
table.noborder textarea,
table.request textarea
	{
	width: 95%;
	padding: 3px 6px;
	font-size: 110%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #cecece;
	}
table.request input.date { max-width: 170px; }

table.order select,
table.noborder select,
table.request select
	{
	width: 95%;
	padding: 3px 2px;
	border: 1px solid #cecece;
	}

table.request input[type=button] { margin-top:  3px; }

table.list td { padding: 10px 6px; }

select[multiple="multiple"] option { margin: 3px 0; }

table.request tr td:first-child { color:  #666; text-align: right; padding-right: 16px; }

[data-type='U'] input { width: 30px!important; }
[data-type='U'] select { width: 100px!important; }

.order input[type=checkbox],
.request input[type=checkbox],
.request input[type=radio] {
	display: none;
}
.order label,
.request label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 4px;
	font-size: 13px;
	min-width: 70px;
	min-height: 13px;
}
.order label:before,
.request label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 1px;
	background-color: #ccc;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .2), 0px 1px 0px 0px #ccc;
}
.order label.checkbox:before,
.request label.checkbox:before {
	border-radius: 2px;
}
.order input[type=checkbox]:checked + label:before,
.request input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 15px;
}
.request label.radio:before {
	border-radius: 8px;
}
.request input[type=radio]:checked + label:before {
	content: "\2022";
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}

.radio-btn {
	display: flex;
	overflow: hidden;
	margin: 18px 12px;
	justify-content: center;
}

.radio-btn input[type=radio] {
	display: none;
}

.radio-btn label {
	display: flex;
	cursor: pointer;
	padding: 4px 12px;
	border: 1px solid #666;
	user-select: none;
}

.radio-btn .radio-btn__item:first-child label {
	border-radius: 18px 0 0 18px;
}

.radio-btn .radio-btn__item:last-child label {
	border-radius: 0 18px 18px 0;
	border-right: 1px solid #666;
}

.radio-btn input[type=radio]:checked + label {
	background: #1485ce;
	color: #fff;
}

.radio-btn label:hover {
	color: #666;
}

.radio-btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}


.buy_package {
	display: flex;
	overflow: hidden;
	margin: 6px 12px;
	justify-content: center;
}

.buy_package input[type=radio] {
	display: none;
}

.buy_package label {
	display: flex;
	cursor: pointer;
	padding: 4px 12px;
	border: 1px solid #666;
	user-select: none;
}

.buy_package input[type=radio]:checked + label {
	background: #1485ce;
	color: #fff;
}

.buy_package label:hover {
	color: #666;
}

.buy_package input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

#bx_file_files_detail_picture__mode, #bx_file_files_photo___ind___mode { display: none; }

.itclub-profile {
	background-color: #f0f0f0;
	overflow: hidden;
	border-radius: 5px;
	padding: 12px 8px;
	margin: 8px 0;
}
.itclub-profile:first-child {
	margin-top: 0;
}
.itclub-profile .block {
	margin: 18px 0;
}
.itclub-profile p {
	margin: 4px 0;
}

.itclub-profile .flex-line {
	flex-wrap: wrap;
}

.itclub-profile .flex-line span {
	white-space: nowrap;
	padding: 3px 0;
}

.itclub-profile .flex-line span:not(:last-child) {
	margin-right: 18px;
}


.itclub-profile .menu {
	margin: 0;
	padding: 0;
}

.itclub-profile .menu li {
	list-style: none;
	padding: 2px 0 2px 12px;
}

ul.menu-title,
ul.menu-title ul {
	margin: 0;
	padding: 0;
}

ul.menu-title li {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}

ul.menu-title li li {
	margin: 0 0 0 12px;
}

ul.menu-title li li a,
ul.menu-title li li span {
	display: inline-block;
	padding: 2px 0;
	cursor: pointer;

}

ul.menu-title .denied {
	padding-right: 20px;
	background: url('/bitrix/templates/adaptive/img/icon_denied.png') center right no-repeat;
}

ul.menu-title li:first-child {
	margin-top: 0;
}

.itclub-intro { padding: 0 40px; }
.itclub-intro .blue-green { color: #278086; }
.itclub-intro .info { border: solid 1px #278086; border-left: none; border-right: none; font-weight: bold; text-align: center; padding: 12px 0; font-size: 120%; margin: 18px 40px; }

.itclub-accession { background-color: #565656; padding: 18px 12px; font-size: 120%; line-height: 145%; text-align: center; }

.itclub-accession a { color: #fff; }


@keyframes bounce {
	0% { transform: translateY(-800px); }
	70% { transform: translateY(30px); }
	90% { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

@keyframes shake {
	0%, 100% { transform: translateX(0); }
	10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
	20%, 40%, 60%, 80% { transform: translateX(10px); }
}

.modal {
	width: 300px;
	padding: 40px;
	color:  #000;
	background: #f8f5f2;
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -230px;
	z-index: 910;
	display: none;
}

.modal-show {
	display: block;
	animation: bounce 0.6s;
}

.modal-error {
	animation: shake 0.6s;
}

.modal-close {
	width: 22px;
	height: 22px;
	font-size: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -34px;
	background-color: transparent;
}

.modal-close::before,
.modal-close::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 2px;
	width: 19px;
	height: 3px;
	background-color: #d0d0d0;
	border-radius: 1px;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

.button-up {
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	opacity: .5;
	display: inline-block;
}


.sale-order-list-title-container h2,
.sale-order-list-accomplished-title-container h2,
.sale-personal-section-index h2,
.sale-order-detail-general h3 {
	background: none;
}

.sale-personal-section-index-block {
	margin: 15px 15px 15px 0;
}

table.sale-personal-profile-list-container {
	width: 100%;
}
table.sale-personal-profile-list-container td,
table.sale-personal-profile-list-container th {
	padding: 3px 6px;
	font-size: 100%;
	border: 1px solid #cecece;
}

table.sale-personal-profile-list-container th {
	background-color: #cecece;
	border: 1px solid #666;
}

ul.menu-column {

}

ul.menu-column a {
	display: block;
}

#register_form td {
	padding: 3px 8px;
}

#register_form td:first-child {
	width: 190px;
	font-size: 85%;
}

#register_form table {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#register_form input[type="text"] {
	width: 100%;
	padding: 2px 6px;
}


.bx-soa h2 {
	background: none;
}

.bx-soa-item-info-container {
	display: none!important;
}


/* End */


/* Start:/bitrix/templates/adaptive/css/content.css?161900882110468*/
.detail img,
.right img {
	max-width: 100%;
	height: auto;
}

.section-title {
	font-size: 190%;
	margin: 8px 0 25px;
}

/* Выравнивание  */
.a_center { text-align: center; }
.a_left { text-align: left; }
.a_right { text-align: right; }

.strong { font-weight: bold; }

figure {
	margin: 0 auto;
	padding: 0;
}
.detail figure { text-align: center; }

.card__title {
	font-size: 135%;
}

.card__img {
	flex-shrink: 0;
	margin: 0 8px 0 0;
}

.card__content {
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}

.card__date {
	font-size: 85%;
	color: #565656;
	margin: 6px 0;
}

/* Новостные ленты  */
.column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.column-1 {
	flex: 0 0 100%;
}

.column-2 {
	flex: 0 0 48%;
}

.column-3 {
	flex: 0 0 32%;
}

.column-4 {
	flex: 0 0 22%;
	font-size: 90%;
}

.column-5 {
	flex: 0 0 18%;
}

.news-line {
	display: flex;
}

.news-list {
	display: flex;
}

.column .news-list {
	flex-direction: column;
	flex-wrap: wrap;
}

.column .card__img {
	margin-left: auto;
	margin-right: auto;
}

.news-float {
	padding: 12px 0;
}

.news-float:after {
	content: "";
	clear: both;
	display: table;
}

.news-border {
	border: solid 1px #565656;
	padding: 12px 14px;
	margin: 12px 0;
}

.news-border-light {
	border: solid 1px #ccc;
	padding: 0;
	margin: 12px 0;
}

.news-border-light .text {
	margin: 4px 12px;
}

.card__img-full {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}

.news-recommend {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 300px;
	min-height: 150px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	color: #fff;
	margin: 12px 0;
	font-size: 95%;
	padding: 8px;
}

.news-recommend:hover {
	text-decoration: none;
}

.news-recommend__rubrics {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 8px;
	background: #006fad;
	color: #fff;
	text-transform: uppercase;
}

.news-recommend__title {
	font-weight: bold;
}

.text-img {
	position: absolute;
	padding: 4px 8px;
	margin: 8px 4px;
	background: #006fad;
	color: #fff;
	text-transform: uppercase;
}

.right .text-img, .right .text-img a {
	color: #fff;
	font-weight: bolder;
}

.content .text-img {
	font-size: 85%;
}

.news-separator>div {
	padding: 8px 0;
}
.news-separator:not(:first-child)>div {
	border-top: dashed 1px silver;
}

.a_center div.img-top {
	margin: 0 auto;
}

/* Картинки  */
img { border: none; }
.img-circle { border-radius: 50%; }
.img-top { margin-bottom: 8px; }
.img-full { width: 100%; height: auto; text-align: center; }

.float-left { float: left; margin: 0 8px 12px 0; }
.float-right { float: right; margin: 0 0 8px 12px; }


.ico { display: inline-block; margin: 0 8px 0 0; vertical-align: middle; }
.pdf { background:url('/bitrix/templates/adaptive/css/../../.default/img/pdf.jpg') no-repeat 0 0; width: 23px; height: 13px; }
.denied
	{
	color: #666;
	}

/* Тексты */
.title, .title a { font: bold 110%/115% georgia; color: #262626; margin: 0 0 6px; }

.title-middle, .title-middle a, .title-middle h3 { font: bold 120%/120% georgia; color: #262626; margin: 0 0 4px; xdisplay: inline; }
.title-middle h3 { background: none; }

.title-large, .title-large a { font: bold 130%/130% georgia; color: #262626; margin: 0 0 4px; }


.main__hots {
	margin: 8px auto;
	max-width: 1000px;
/* 	background: #EDEDED;
padding: 4px 8px;
border: solid 1px #666;
border-left: none;
border-right: none; */
}

.main__hots img {
border: solid 1px #ccc;
}

.main__hots a {
	text-decoration: none;
	color: #262626;
}

.circle-line a {
	display: inline-flex;
	position: relative;
	padding: 0 22px 4px 0;
	font-size: 85%;
}

.circle-line a:not(:last-child)::after {
	content:  "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #ccc;
	top: calc(50% - 3px);
	right: 8px;
	border-radius: 50%;
}

.separator:not(:last-child) {
	border-bottom: dashed 1px silver;
}

.list {
	padding: 12px 0;
}

.circle {
	padding: 2px 0 2px 15px;
	position: relative;
}

.circle a {
	color: #565656;
}

.circle::before {
	content:  "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #B34215;
	top: 10px;
	left: 0;
	border-radius: 50%;
}


.breadcrumb a,
h2 a {
	display: inline-flex;
	position: relative;
	padding: 0 32px 0 0;
}

.breadcrumb a:not(:last-child)::after,
h2 a:not(:last-child)::after {
	content:  "\219d";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 0px;
	right: 16px;
}

.all {
	text-align: right;
	font-size: 85%;
	color: #565656;
	margin-top: 12px;
}

.all a {
	color: #ccc;
}

.text a {
	color: #222;
}

.date-groups {
	margin: 15px 0 3px;
	font-size: 85%;
	color: #565656;
	padding-left: 12px;
	position: relative;
}

.date-groups::before {
	content:  "|";
	position: absolute;
	top: 0px;
	left: 2px;
}

.sep-list-line a {
	display: inline-flex;
	position: relative;
	padding-right: 17px;
	cursor: pointer;
}

.sep-list-line a:not(:last-child)::after {
	content: "|";
	position: absolute;
	top: 0px;
	right: 8px;
	color: #565656;
}


.right__photo {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

aside .controls p {
	margin: 0 0 4px;
	cursor: pointer;
}

.right__photo-date {
	font-size: 85%;
}

.right__photo-img {
	width: 49%;
	margin-bottom: 1%;
}

.right__photo-title {
	background-color: #EDEDED;
	margin-top: 6px;
	padding: 4px 8px;
	color: #565656;
}

.right__photo-title a {
	color: #565656;
}

.content__main-block {
	display: flex;
	margin-bottom: 20px;
}

.content__main-top {
	flex-basis: 550px;
	padding-right: 15px;
}

.content__main-list {
	flex-basis: calc(100% - 550px);
}

.content__main-top > h2,
.content__main-list > h2 {
	margin-top: 0;
}

/* Календарь */
table.calendar { margin-left: 2px; width: 100%; }
table.calendar td { width: 14%; height: 24px; text-align: center; vertical-align: middle; border: solid 1px #ccc; }
table.calendar td a { text-decoration: underline; }
table.calendar td a:hover { text-decoration: none; }
table.calendar th a { font-weight: normal; font-size: 75%; }
table.calendar th span { display: inline; margin: 0 8px 4px; }

table.calendar th.title { padding-bottom: 12px; font-size: 145%; }
table.calendar a.but { display: inline-block; margin-top:  6px; }
table.calendar .note { font-size: 65%; }

span.color { display: inline-block; float: left; margin: 2px 6px 0 0; width: 6px; height: 15px; }


p.props { margin: 6px 0; }

.small {
	font-size: 85%;
}

.awards {
	position: absolute;
	margin: 20px 0 0 20px;
}

.sale-order-detail-order-item-imgcontainer {
	border: none;
}

.bx-soa-pp-company-graf-container {
	width: 80px !important;
	height: 80px !important;
}

.subscribe-top {
	display: flex;
}

.subscribe-top .circle-line {
	width: calc(100% - 200px);
}

#bx_basketFKauiI {
	display: flex;
	justify-content: flex-end;
	width: 200px;
	xtext-align: right;
	xbackground-color: red;
}

#bx_basketFKauiI .bx-basket-block strong {
	font-size: 150%;
}

.banner { text-align: center; margin: 12px 0; }

.news-speaker {
	margin: 15px auto;
	padding: 12px 0;
	width: 80%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.news-speaker__img {
	flex-shrink: 0;
}

.news-speaker__text {
	padding-left: 25px;
	flex-basis: calc(100% - 250px);
}

.social {
	font-size: 1px;
}

aside.right .social {
	margin: 19px 0 12px;
}

header .social {
	display: none;
}

.next-previous {
	display: flex;
	justify-content: space-between;
	font-size: 85%;
	xborder-top: solid 1px #666;
	margin: 12px 0 18px;
	padding-top: 8px;
}

.next-previous div {
	width: 45%;
}
.next-previous div:last-child {
	text-align: right;
}

.flex-line {
	display: flex;
	margin: 8px 0;
}

.ico-line {
	display: flex;
	align-items: center;
	margin-right: 25px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 21px;
}

.ico-date {
	background-image: url('/bitrix/templates/adaptive/img/icon_date.png');
}
.ico-time {
	background-image: url('/bitrix/templates/adaptive/img/icon_time.png');
}
.ico-price {
	background-image: url('/bitrix/templates/adaptive/img/icon_price.png');
}
.ico-place {
	background-image: url('/bitrix/templates/adaptive/img/icon_place.png');
}
.ico-online {
	background-image: url('/bitrix/templates/adaptive/img/icon_online.png');
}

.ico-info {
	position: relative;
	top: -3px;
	display: inline-block;
	text-align: center;
	width: 14px;
	height: 14px;
	padding: 1px 0;
	margin: 0 0 0 4px;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 8px;
	color: #666;
	cursor: pointer;
}

.div-info {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 5000;
	background-color: #fff;
	max-width: 400px;
	font-size: 85%;
}

span.price {
	font-size: 150%;
	xcolor: #ec1c24;
}
span.price:not(:first-child) {
	display: none;
}

.news-filter {
	width: 250px;
	xfont-size: 85%;
}

.news-filter .card__title {
	margin: 18px 0 6px;
}

.filter-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 18px 0 6px;
}

.filter-buttons a {
	padding: 8px 12px;
	margin: 0 6px 8px 0;
	line-height: 14px;
	display: inline-block;
	background-color: #ec1c24;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	font-size: 85%;
	white-space: nowrap;
	position: relative;
}

.filter-buttons a:hover {
	text-decoration: none;
	background-color: #666;
}

.filter-buttons .part_1 a {
	padding-right: 25px;
	}

.filter-buttons .part_1 a:after {
	content: "x";
	display: block;
	position: absolute;
	font-size: 90%;
	top: 2px;
	right: 8px;
	padding: 1px 2px;
	background-color: $ccc;
	}
















.news-filter ul {
	margin: 0;
	padding: 0;
}

.news-filter ul ul {
	display: none;
}

.news-filter li {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;

}

.news-filter li input {
	margin: 4px 6px 0 0;
}

.news-filter ul ul {
	margin-left: 18px;
}

.news-filter .label-toggle {
	font-size: 9px;
	color: #666;
	float: right;
	cursor: pointer;
	padding: 8px 25px 0 0;
}


.news-filter .parent,
.news-filter .parent-show {
	position: relative;
	padding-right: 10px;
}

.news-filter .parent::after,
.news-filter .parent-show::after {
	content: '';
	display: table;
	position: absolute;
	right: -8px;
	top: 2px;
	border: 5px solid transparent;
	border-left: 5px solid #666;
}

.news-filter .parent-show::after {
	top: 5px;
	border-left: 5px solid transparent;
	border-top: 5px solid #666;
}

.news-filter li .parent-show::after {
	border: none;
}
/* End */


/* Start:/bitrix/templates/adaptive/css/media-screen.css?15928233703563*/
@media screen and (min-width: 1200px) {
	.product-item .col-sm-6 { width: 33%; }
}

@media screen and (max-width: 1180px) {
	.column-4,
	.column-5 {
		flex-basis: 48%;
	}

	.content__main-top {
		flex-basis: 450px;
		padding-right: 15px;
	}

	.content__main-list {
		flex-basis: calc(100% - 450px);
	}

	.right {
		width: 250px;
	}

	.content {
		width: calc(100% - 250px);
	}

}

@media screen and (max-width: 980px) {
	.content__main-top {
		flex-basis: 60%;
	}

	.content__main-list {
		flex-basis: calc(100% - 60%);
	}

	.footer__column-1,
	.footer__column-2,
	.footer__column-3,
	.footer__column-4 {
		width: 50%;
	}
}

@media screen and (max-width: 870px) {
	.header__top-banner,
	.header__top-search,
	.header__main-banner,
	aside.right .social,
	.advert-out {
		display: none;
	}

	.column-3,
	.column-4,
	.column-5 {
		flex-basis: 48%;
	}

	.content__main-block {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.header__top,
	.header__main .header__main-banner,
	.header__menu-main,

	.header__menu-authors,

	.footer__column-1,
	.footer__column-2,
	.footer__column-3,
	.footer__column-4 {
		width: 50%;
	}

	aside.right {
		width: 98%;
	}

	.header__menu-toggle,
	.header__menu-main button {
		display: flex;
	}

	header .social {
		display: block;
	}

	.header__menu-main {
		position: relative;
		top: -115px;
		left: 0;
		width: 400px;
		flex-direction: column;
		padding: 20px 40px 40px 20px;
		display: none;
	}

	.header__menu-main ul {
		flex-direction: column;
	}

	.header__menu li {
		justify-content: flex-start;
		text-align: left;
	}

	.menu-multilevel li ul {
		display: block;
		position: relative;
		margin-left: 30px;
		padding-bottom: 10px;
		z-index: 1;
		width: auto;
		background: none;
		opacity: 1;
		border: none;
	}

	ul.menu-multilevel+li {
		font-size: 120%;
	}

	.menu-multilevel li li {
		border-bottom: none;
	}

	.menu-multilevel li:hover ul,
	.menu-multilevel li.jshover ul,
	.menu-multilevel li li:hover ul,
	.menu-multilevel li li.jshover ul,
	.menu-multilevel li li li:hover ul,
	.menu-multilevel li li li.jshover ul,
	.menu-multilevel li li li li:hover ul,
	.menu-multilevel li li li li.jshover ul,
	.menu-multilevel li li li li li:hover ul,
	.menu-multilevel li li li li li.jshover ul {
		display: block;
	}

	.menu-multilevel .arrow {
		padding-right: 0;
	}

	.menu-multilevel .arrow::after {
		border: none;
	}

	main {
		flex-direction: column;
	}

	.content {
		xmargin-right: 12px;
		width: 95%;
	}

	.column-3,
	.column-4 {
		flex-basis: 48%;
	}

	.main__hots .column-3:not(:nth-child(1)) {
		display: none;
	}
	.main__hots .column-3 {
		flex-basis: 100%
	}
/*
	.detail img {
			width: 100%;
			height: auto;
	} */

	.not-m {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	img:not(.not-full) {
		width: 100%;
		height: auto;
	}

	img[src*="no_logo.png"] {
		display: none;
	}

	.column-1,
	.column-2,
	.column-3,
	.column-4 {
		flex-basis: 100%;
	}

	.column-5 {
		flex-basis: 48%;
	}

	.footer__column-1,
	.footer__column-2,
	.footer__column-3,
	.footer__column-4 {
		width: 100%;
	}
	.news-list,
	.form-line {
		flex-direction: column;
	}

	.form-line div:last-child {
		width: 100%;
	}

	.authors .img-circle {
		width: 50%;
		height: 50%;
	}

	.img-small .card__img {
		width: 60px;
		display:block;
		float: left;
	}

	.img-small .card__content,
	.img-small .news-list {
		display:block;
	}

	.main__hots .column-3:nth-child(2) {
		display: none;
	}

	.product-item {
		flex-wrap: wrap;
	}

	.product-item__picture {
		padding: 25px 0 8px;
		margin: 0 auto;
	}
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/ul.2018/style.css?15761500301569*/
.menu-column li {
	position: relative;
	margin: 0;
	padding: 0;
}

.menu-column a {
	display: block;
	padding: 4px 0 4px 20px;
}

.menu-column li li a {
	padding-left: 0px;
}

.menu-column li ul {
	display: none;
	position: absolute;
	margin: 0 0 0 20px;
	padding: 12px;
	z-index: 910;
	width: 200px;
	height: auto;
	background: #565656;
	opacity: 0.95;
	border: 1px solid #2e2e2e;
	border-top: none;
	border-radius: 0 8px 8px 8px;
}

.menu-column li li {
	border-bottom: dashed 1px #fff;
}

.menu-column li li:last-child {
	border-bottom: none;
}

.menu-column li:hover ul ul,
.menu-column li.jscolumn ul ul,
.menu-column li:hover ul ul ul,
.menu-column li.jscolumn ul ul ul,
.menu-column li:hover ul ul ul ul,
.menu-column li.jscolumn ul ul ul ul,
.menu-column li:hover ul ul ul ul ul,
.menu-column li.jscolumn ul ul ul ul ul { display: none; }

.menu-column li:hover ul,
.menu-column li.jscolumn ul,
.menu-column li li:hover ul,
.menu-column li li.jscolumn ul,
.menu-column li li li:hover ul,
.menu-column li li li.jscolumn ul,
.menu-column li li li li:hover ul,
.menu-column li li li li.jscolumn ul,
.menu-column li li li li li:hover ul,
.menu-column li li li li li.jscolumn ul { display: block; }

.menu-column .arrow {
	position: relative;
}

.menu-column .arrow::after {
	content: '';
	display: table;
	position: absolute;
	left: 0;
	top: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}

.menu-column li:hover .arrow::after,
.menu-column li.jscolumn .arrow::after {
	top: 50%;
	border: 5px solid transparent;
	border-top: 5px solid #fff;
}

/* End */


/* Start:/bitrix/components/site/subscribe.news.2018/templates/inline/style.css?15212056824802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/bitrix/components/site/subscribe.news.2018/templates/.default/style.css?15212056824802*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/bitrix/templates/adaptive/styles.css?15602557281219*/
h3.article__title {
	font-family: "Georgia";
	font-size: 130%;
	color: #000;
	text-align: left;
	margin: 18px 0 8px;
	background: none;
}

h3.article__title + p {
	margin-top: 0;
}

.article__inset {
	color: #808080;
	font-style: italic;
	border: 1px solid #808080;
	border-left: none;
	border-right: none;
	padding: 8px 0;
	text-align: center;
	font-family: "Georgia";
	font-size: 120%;
}

.article__inset_1 {
	color: #2d4f68;
	font-style: italic;
	font-weight: bold;
	line-height: 180%;
	padding: 25px 0 25px 40px;
	font-family: "Georgia";
	font-size: 130%;
	border-left: 2px solid #2d4f68;
}

.article__quote {
	color: #808080;
	font-style: italic;
	line-height: 180%;
	padding-left: 70px;
	font-family: "Georgia";
	font-size: 130%;
}

.article__question {
	font-size: 110%;
	color:  #000;
	font-family: "Georgia";
/*	font-family: "Whitney SSm";*/
	font-weight: bold;
	font-style: italic;
	line-height: 120%;
	margin-bottom: 4px;
}

.article__question + p {
	margin-top: 0;
}

.article__lid {
	font-style: italic;
	color:  #808080;
}

.article__signature {
	font-style: italic;
	color:  #808080;
	font-size: 90%;
	text-align: center;
	margin-top: 4px;
}

p > p.article__signature {
	margin-bottom: 0px !important;
}

/* End */
/* /bitrix/templates/.default/css/admin.css?1599852321483 */
/* /bitrix/templates/adaptive/css/normalize.min.css?15136701181921 */
/* /bitrix/templates/adaptive/css/defaults.min.css?1513670128148 */
/* /bitrix/templates/adaptive/css/page.css?1576151346883 */
/* /bitrix/templates/adaptive/css/header.css?16153711557650 */
/* /bitrix/templates/adaptive/css/login.css?15214531341368 */
/* /bitrix/templates/adaptive/css/footer.css?15996453812479 */
/* /bitrix/templates/adaptive/css/main.css?161469204713014 */
/* /bitrix/templates/adaptive/css/content.css?161900882110468 */
/* /bitrix/templates/adaptive/css/media-screen.css?15928233703563 */
/* /bitrix/templates/.default/components/bitrix/menu/ul.2018/style.css?15761500301569 */
/* /bitrix/components/site/subscribe.news.2018/templates/inline/style.css?15212056824802 */
/* /bitrix/components/site/subscribe.news.2018/templates/.default/style.css?15212056824802 */
/* /bitrix/templates/adaptive/styles.css?15602557281219 */
