* {margin: 0; padding: 0; outline:0; box-sizing: border-box}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
h1, h2, h3, h4 { letter-spacing: -0.04em; font-weight: normal}
a {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 26px;
}
.clear {
  clear: both;
}
.visible {display: block !important;}

.header-bg {
	width: 100%;
	height: 497px;
	background: url(/i/bg.png) 0 -303px;
	z-index: 1;
	margin-bottom: -497px;
}

.a-top {
	width: 100%;
	min-height: 1px;
	float: left;
	margin-bottom: 15px;
}

.topshare {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 40px;
	line-height: 41px;
	font-weight: 400;
	margin: 0 0 20px;
}

header {
	z-index: 2;
}

#menu_btn {
	display: none;
	float: right;
	width: 33px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 10px;
}
#menu_btn span {
	display: block;
	width: 33px;
	height: 5px;
	background: #ffe345;
	margin: 5px auto;
	border-radius: 3px;
}
#menu_btn:hover span {
	background: #ffef96;
	transition: .2s;
}

#header_menu, #header_menu_bottom {
	text-align: center;
}

#header_menu {
	width: 100%;
	min-height: 50px;
	background: #514e7a;
}

#header_menu ul, #header_menu_bottom ul {
	list-style: none;
}

#header_menu ul li {
	display: inline-block;
	line-height: 50px;
	border-right: 1px solid #5d5a8b;
	position: relative;
	margin-left: -4px;
}

#header_menu ul li:last-child {
	border-right: 0;
}

#header_menu ul li a {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	height: 50px;
	padding: 0 20px 0 50px;
	text-transform: uppercase;
}

#header_menu ul li a:hover, #header_menu ul li .active {
	background: #39365e;
	transition: .2s;
}

#header_menu ul li a:before {
	content: '';
	background: url(/i/bg.png);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
}

#header_menu ul li a.li_1:before {
	background-position: 0 -144px;
	margin: 15px 0 0 -30px;
}

#header_menu ul li a.li_2:before {
	background-position: 0 -169px;
	margin: 15px 0 0 -30px;
}

#header_menu ul li a.li_3:before {
	height: 17px;
	background-position: 0 -195px;
	margin: 17px 0 0 -30px;
}

#header_menu ul li a.li_4:before {
	height: 15px;
	background-position: 0 -217px;
	margin: 17px 0 0 -30px;
}

#header_menu ul li a.li_5:before {
	background-position: 0 -238px;
	margin: 16px 0 0 -30px;
}

#header_menu ul li a.li_6:before {
	width: 22px;
	height: 13px;
	background-position: 0 -264px;
	margin: 18px 0 0 -30px;
}

#header_menu ul li a.li_7:before {
	width: 17px;
	height: 17px;
	background-position: 0 -278px;
	margin: 16px 0 0 -27px;
}

.header_middle {
	margin: 0 auto;
	max-width: 1370px;
	min-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
}
.header_middle__left {
	display: flex;
}

.logo {
	width: 270px;
	height: 68px;
	background: url(/i/bg.png);
}

.slogan {
  color: #545b76;
  font-size: 13px;
  line-height: 14px;
  margin: 50px 0 0 -130px;
}

#yasearch {
    width: 500px;
    height: 36px;
}
.ya-site-form__input-text {
  height: 24px !important;
  padding: 3px 10px !important;
}
.ya-site-form__submit {
  width: 45px !important;
  height: 24px !important;
  cursor: pointer;
}

#header_menu_bottom {
	margin: 0 auto;
	max-width: 1370px;
	min-height: 50px;
	background: #f6f7fb;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#header_menu_bottom > ul > li {
	display: inline-block;
	padding: 0 18px;
	line-height: 50px;
	position: relative;
}
#header_menu_bottom > ul > li > a {
	display: inline-block;
	font-size: 17px;
	color: #656a75;
	height: 36px;
	line-height: 34px;
	border-radius: 20px;
	padding: 0 15px;
}
#header_menu_bottom > ul > li > a:hover,
#header_menu_bottom > ul > li.active > a {
	color: #47406c;
	background: #e7488c;
	transition: .2s;
	color: #fff;
}
#header_menu_bottom > ul > li.active > a:hover {
	text-decoration: underline;
}
#header_menu_bottom > ul > li > .sub-menu {
	margin-top: -3px;
	display: none;
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 300px;
	padding: 10px 20px;
	box-shadow: 0px 10px 50px -5px rgba(167, 0, 188, 0.7);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#header_menu_bottom > ul > li:hover > .sub-menu {
	display: block;
}
.sub-menu li {
	text-align: left;
	line-height: 28px;
}
.sub-menu li a {
	color: #656a75;
	transition: .2s;
}
.sub-menu li a:hover {
	color: #e7488c;
}

main {
	background: #fff;
	min-height: 565px;
	-webkit-box-shadow: 0px 25px 31px 3px rgba(175,199,224,0.69);
	-moz-box-shadow: 0px 25px 31px 3px rgba(175,199,224,0.69);
	box-shadow: 0px 25px 31px 3px rgba(175,199,224,0.69);
	padding: 0 0 20px 0;
	max-width: 1370px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.before-footer {
	margin-top: 20px;
	margin-bottom: 20px;
}

footer {
	min-height: 185px;
	background: #393651;
}
.footer_top {
    max-width: 1370px;
    height: 55px;
    background: #fff;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.footer_middle {
    min-height: 85px;
    max-width: 1370px;
    margin: 0 auto;
    background: #393651;
    padding-right: 20px;
}
.footer_middle .logo_bg {
	width: 490px;
	height: 144px;
	background: url('/i/bg.png') -1710px 0;
	float: left;
}

.footer_middle .logo {
	display: block;
	width: 312px;
	background-position: 0 -68px;
	margin: 35px 0 0 100px;
}

.copy_p {
	float: left;
	margin: 20px 0 0 30px;
	width: calc(100% - 520px);
	padding-bottom: 10px;
}
.copy_p p {
	color: #c0bfc5;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0;
}
.footer_middle ul {
	margin: 30px 0 0 30px;
	float: left;
}
.footer_middle ul li {
	display: inline-block;
	line-height: 22px;
	margin-right: 20px;
}
.footer_middle ul li a {
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #393651;
}
.footer_middle ul li a:hover {
	transition: .2s;
	color: #a8a5d6;
	border-bottom: 1px solid #a8a5d6;
}
.copy_p p span {
	font-size: 14px;
	color: #ebebed;
}

.header, .galleryHead {
    font-size: 31px;
    line-height: 32px;
    color: #0e0e12;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eff1f6;
    display: flex;
}
.header-2 {
	font-size: 25px;
	line-height: 26px;
}
.header-colored, .galleryHead {
	padding-left: 45px;
	color: #56509f;
}
.header-colored:before, .galleryHead:before {
    content: '';
    display: block;
    margin: 1px 0 0 -45px;
    position: absolute;
    width: 30px;
    height: 28px;
    background: url(/i/bg.png) -79px -147px;
}

.main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contentcol {
	width: calc(100% - 500px);
	margin: 0 0 0 75px;
	display: flex;
	flex-direction: column;
}

.sidebar {
	width: 320px;
	margin: 0 75px 0 30px;
	display: flex;
	flex-direction: column;
}

.main-1 {
	display: flex;
	justify-content: space-between;
	padding: 0 100px;
}
.main-1__left {
	width: calc(100% - 300px);
	display: flex;
	flex-direction: column;
	margin-right: 30px;
}
.main-1__right {
	width: 270px;
	min-width: 270px;
	display: flex;
	flex-direction: column;
	padding-top: 65px;
}

#menu-secondary {
	width: 270px;
}
#menu-secondary ul li {
	list-style: none;
	line-height: 35px;
}
#menu-secondary > ul > li:not(:last-child) {
	border-bottom: 2px solid #ebebf3;
}
#menu-secondary ul li a {
	display: block;
	background: #fff;
	min-height: 35px;
	padding-left: 30px;
	color: #373254;
	font-size: 17px;
	border-left: 5px solid #fff;
}
#menu-secondary > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	margin: 14px 0 0 -15px;
	width: 4px;
	height: 4px;
	background: url("/i/bg.png") -1px -298px;
}
#menu-secondary ul ul li.active > a {
	font-weight: 700;
}
#menu-secondary ul ul li a {
	padding-left: 50px;
}
#menu-secondary ul ul li a:before {
	content: '-';
	display: block;
	position: absolute;
	margin: -2px 0 0 -15px;
}
#menu-secondary > ul > li.active > a:before, #menu_secondary > ul > li > a:hover:before {
	background-position: -6px -298px;
}
#menu-secondary ul li a:hover {
	background: #f6f7fb;
	border-left: 5px solid #6b67a8;
	transition: .2s;
}
#menu-secondary > ul > li.active > a {
	font-weight: 700;
}
#menu-secondary > ul > li.active a:hover {
	background: #fff;
	transition: .2s;
}
#menu-secondary > ul > li.active > ul > li > a {
	display: block;
	background: #fff;
	min-height: 35px;
	padding-left: 40px;
}
#menu-secondary > ul > li.active > ul > li.active > a {
	color: #514e7a;
}
#menu-secondary > ul > li.active > ul > li > a:hover {
	background: #f6f7fb ;
	transition: .2s;
}

.main-1__right #menu-secondary {
	margin-bottom: 30px;
}

.main-1__left-2 {
	display: flex;
}

.main-1__left-3 {
	display: flex;
	flex-direction: column;
	width: 270px;
	margin-right: 30px;
}

.item-big {
	width: calc(100% - 300px);
	max-width: 570px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.item-big-recom:before,
.item-big-recom-2:before {
	content: '';
	display: block;
	margin: 0 0 0 calc(100% - 110px);
	position: absolute;
	width: 110px;
	height: 110px;
	background: url(/i/bg.png) -32px -185px;
}
.item-big-recom-2:before {
    background-position: -142px -185px;
}

.item {
	width: 270px;
	max-width: 270px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.item__alt, .item-big__alt {
	color: #514e7a;
	font-size: 14px;
	line-height: 15px;
	padding-left: 17px;
	margin: 7px 0;
}
.item__alt:before, .item-big__alt:before {
    content: '';
    display: block;
    margin: 1px 0 0 -17px;
    position: absolute;
    width: 7px;
    height: 13px;
    background: url(/i/bg.png) -67px -147px;
}
.item__img, .item-big__img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.item__link, .item-big__link {
	font-size: 16px;
	line-height: 22px;
	color: #0e0e12;
	margin-bottom: 10px;
}
.item-big__link {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.item__link:hover, .item-big__link:hover {
	transition: .2s;
	color: #5c5899;
	text-decoration: underline;
}
.item-big__title {
	font-size: 16px;
	line-height: 22px;
	color: #686868;
}

.expert_1 {
	float: left;
	margin-bottom: 20px;
	width: 270px;
}

.expert_1 a.author_img {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	margin: 3px 30px 0 0;
}

.expert_1 a.author_img img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.expert_1 a.author_img:after {
	display: block;
	position: absolute;
	content: '';
	width: 33px;
	height: 33px;
	background: url(/i/bg.png) -160px -147px;
	margin: -82px 0 0 47px;
}

.expert_1_2, .expert_1_3, .expert_1_4 {
	display: inline-block;
	float: right;
	width: 148px;
	text-align: left;
}

.expert_1_2 {
	font-size: 13px;
	color: #9b9b9d;
	margin-bottom: 5px;
}

.expert_1_3 {
	font-size: 17px;
	color: #423e75;
	margin-bottom: 10px;
}

.expert_1_3:hover {
	color: #6b67a8;
	transition: .2s;
}
 
.expert_1_4 {
	width: 148px;
	background: #eef5f8;
	color: #239eca;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 30px 0 20px;
	border-radius: 12px;
	font-size: 13px;
	line-height: 28px;
	cursor: pointer;
	text-align: center;
}

.expert_1_4:before {
	content: '';
	display: block;
	margin: 10px 0 0 107px;
	position: absolute;
	width: 7px;
	height: 11px;
	background: url(/i/bg.png) -26px -171px;
}

.expert_1_4:hover:before {
	margin-left: 110px;
	transition: .2s;
}

.main-2 {
	display: flex;
	flex-direction: column;
	padding: 30px 100px;
}
.main-2__bottom {
	display: flex;
	justify-content: space-between;
}
.main-2__bottom .item {
	width: calc((100% - 90px) / 4);
}

.main-3 {
	display: flex;
	background: #fafbfd;
	padding: 40px 100px;
}
.main-3__left {
	display: flex;
	flex-direction: column;
	width: calc(100% - 600px);
	margin-right: 30px;
}
.main-3__right {
	display: flex;
	flex-direction: column;
	width: 570px;
}
.item-wide {
	width: 100%;
	max-width: 100%;
	flex-direction: row;
}
.main-3__right .item__imglink {
	width: 270px;
}
.item__right {
	width: calc(100% - 300px);
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}

.main-4 {
	display: flex;
	padding: 30px 100px;
}
.main-4__left {
	display: flex;
	flex-direction: column;
	width: calc(100% - 300px);
	margin-right: 30px;
}
.main-4__right {
	display: flex;
	flex-direction: column;
	width: 270px;
}
.main-4__left-bottom {
	display: flex;
}
.main-4__bottom-right {
	display: flex;
    flex-direction: column;
    width: 270px;
    margin-left: 30px;
}

.main-6 {
	display: flex;
	padding: 30px 100px;
	position: relative;
}
.main-6:before {
	content: '';
    display: block;
    margin: -12px 0 0 0;
    position: absolute;
    width: 125px;
    height: 2px;
    background: #fee243;
}
.main-6__left {
	display: flex;
	flex-direction: column;
	width: calc(100% - 300px);
	margin-right: 30px;
}
.main-6__right {
	display: flex;
	flex-direction: column;
	width: 270px;
}

.index_6_1 {
	font-size: 31px;
	color: #56509f;
	padding-left: 85px;
}
.index_6_1:before {
	content: '';
	display: block;
	margin: -3px 0 0 -47px;
	position: absolute;
	width: 35px;
	height: 29px;
	background: url('/i/bg.png') -121px -147px;
}
.index_6_2 {
	font-family: arial;
	font-style: italic;
	color: #818181;
	text-align: center;
	line-height: 22px;
	margin: 15px 0;
}
#askExpert {
	width: 200px;
	display: block;
	background: #eef5f8;
	color: #239eca;
	padding: 0 30px 0 45px;
	border-radius: 12px;
	margin: 0 auto;
	line-height: 28px;
	cursor: pointer;
}
#askExpert:before {
	content: '';
	display: block;
	margin: 12px 0 0 107px;
	position: absolute;
	width: 7px;
	height: 11px;
	background: url('/i/bg.png') -26px -171px;
}
#askExpert:hover:before {
	margin-left: 110px;
	transition: .2s;
}

.breadcrumbs {
  margin: 0 0 10px;
}
.breadcrumbs ul {
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumbs ul li a {
  color: #42424b;
}
.breadcrumbs ul li:last-child a {
  color: #94969b;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "/"; 
  color: #aaa; 
  margin: 0 10px; 
  display: inline-block;
}

.rubric {
	display: flex;
	flex-direction: column;
}
.rubric-1, .rubric-2 {
	display: flex;
	justify-content: space-between;
}
.rubric-1 .item {
	width: calc((100% - 60px) / 3);
}

.rubric-2__right {
	display: flex;
	flex-direction: column;
	width: 270px;
	margin-left: 30px;
}

.item-wide__imglink {
	width: 270px;
}

.show-more {
	background: #f6f7f7;
	color: #5e6172;
	width: 100%;
	display: block;
	margin: 30px 0;
	padding: 7px 0;
	cursor: pointer;
	position: relative;
}
.show-more:hover {
	text-decoration: underline;
}
.show-more:before {
	content: '';
	display: block;
	margin: 4px 0 0 calc(50% + 90px);
	position: absolute;
	width: 9px;
	height: 9px;
	background: url('/i/bg.png') -849px 0;
}
.show-more:hover:before {
	margin-top: 6px;
	transition: .2s;
}

button {
	border: 0;
}
.hidden {
	display: none;
}

ul.paginator {
	text-align: center;
	margin: 20px auto 50px;
}
ul.paginator li {
	display: inline-block; 
	padding: 5px 10px; 
	margin: 10px 10px;
}
ul.paginator li a {
	color: #000;
	font-size: 22px;
}
ul.paginator li.active a {
	background: #e7488c;
	color: #fff;
	border-radius: 7px;
	padding: 2px 10px 3px;
}
ul.paginator li a:hover {
	text-decoration: underline;
	color: #e7488c;
	transition: .2s;
}
ul.paginator li.page_prev a, ul.paginator li.page_next a {
	display: inline-block;
	width: 26px;
	height: 29px;
	background: url('/i/bg.png') -862px 0px;
}
ul.paginator li.page_next a {
	background-position: -893px 0px;
}

.after-content {
  width: calc(100% - 425px);
  padding: 30px 0 30px 75px;
}

.fourItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.authorpage {
	display: flex;
	flex-direction: column;
}

.about {
	display: flex;
	margin-bottom: 30px;
}
.about-img {
	margin: 0 45px 0 0;
	width: 255px;
	height: 255px;
	background: url(/i/bg.png) -1454px 0;
}
.about-right {
	width: calc(100% - 300px);
}

.about-2 {
	display: flex;
	flex-direction: column;
}

.authorpage .author {
	display: flex;
	width: 100%;
    min-height: 230px;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f3;
}
.author__img-link {
	width: 160px;
    height: 160px;
    margin-right: 30px;
}
.author__img-link img {
	border-radius: 80px;
}
.author__img-link:before {
    content: '';
    display: block;
    margin: 5px 0 0 125px;
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(/i/bg.png) -160px -147px;
}
.author__right {
	width: calc(100% - 190px);
	display: flex;
	flex-direction: column;
}
.author__specify {
	color: #9693a8;
    font-size: 16px;
}
.author__header {
	font-size: 24px;
    color: #0e0e12;
    margin: 7px 0 10px;
}
.author__header:hover {
	text-decoration: underline;
}
.author__preview {
	color: #757575;
    font-size: 18px;
    margin: 5px 0 10px;
}
.author__link {
	color: #514e7a;
    font-size: 17px;
    font-weight: bold;
}
.author__link:hover {
	text-decoration: underline;
}
.author__link:after {
    content: '';
    display: block;
    width: 5px;
    height: 8px;
    position: absolute;
    margin: -15px 0 0 130px;
    background: url(/i/bg.png) -344px 0;
}

.about-img-2 {
	background-position-x: -1199px;
	float: left;
}

.author-specify {
	color: #9693a8;
    font-size: 16px;
    float: left;
    width: 100%;
}
.author-txtabout {
	margin: 0 0 30px;
}
.author-txtabout__img {
	float: left;
    margin: 30px 30px 40px 0;
}
.author-txtabout__img img {
	width: 270px;
    height: 270px;
    float: left;
    border-radius: 50%;
}
.author-txtabout__img:before {
    content: '';
    display: block;
    position: absolute;
    margin: 10px 0 0 200px;
    width: 40px;
    height: 40px;
    background: url(/i/bg.png) -336px -17px;
}

.artslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.artslist .item {
    width: calc((100% - 60px) / 3);
}

.ask_author {
	float: left;
	width: 100%;
}

.ask_expert_1 {
	width: 270px;
	height: 140px;
	float: left;
	margin: 0 30px 0 0;
	font-size: 17px;
}

.ask_expert_2 {
	width: 100%;
	float: left;
	font-size: 17px;
}

.ask_expert_1 > div > span, .ask_expert_2 > div > span {
	font-size: 15px;
	color: #9fa1a2;
	font-style: italic;
}

.ask_expert_1 input {
	width: calc(100% - 2px);
	height: 48px;
	border: 1px solid #d9e0e2;
	font-size: 15px;
	padding: 10px 22px;
	margin: 10px 0 0;
}

.ask_expert_3 {
	margin-top: 10px;
	font-size: 12px;
	color: #9fa1a2;
}

.ask_expert_2 textarea {
	width: calc(100% - 2px);
	height: 110px;
	border: 1px solid #d9e0e2;
	font-size: 15px;
	padding: 10px 22px;
	margin-top: 10px;
}

#ask_expert_submit {
	font-size: 18px;
	color: #fff;
	display: block;
	float: right;
	background: #e7488c;
	border: 2px solid #e7488c;
	width: 150px;
	height: 45px;
	line-height: 43px;
	margin-top: 20px;
	border-radius: 25px;
	cursor: pointer;
}

#ask_expert_submit:hover {
	transition: .2s;
	background: #fff;
	color: #e7488c;
	border: 2px solid #e7488c;
}

.contents {
	background: #f6f6fb;
	width: calc(100% + 75px);
	margin: 0 0 30px -75px;
	padding: 10px 10px 20px 75px;
	clear: both;
}

.contents ul {
	list-style: none;
	margin-left: 40px;
}

.contents ul li a {
	text-decoration: none !important;
}

.contents ul li a:hover {
	text-decoration: underline !important;
}

.contents ul li {
	line-height: 26px;
}

.contents a {
	color: #000;
	font-size: 18px;
}

.contents .header {
	font-size: 26px;
	color: #4a448d;
	padding: 0 0 15px 35px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #e9ecec;
}

.contents .header:before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: url("/i/bg.png") -421px 0;
	margin: 4px 0 0 -35px;
}

.articleBody h2, .articleBody h3, .articleBody h4 {
	font-size: 34px;
	width: 100%;
	border-bottom: 1px solid #e8e7f5;
	padding: 0 0 15px 27px;
	margin-bottom: 25px;
	clear: both;
}

.articleBody h2:before, .articleBody h3:before, .articleBody h4:before {
	content: '';
	display: block;
	margin: 11px 0 0 -27px;
	position: absolute;
	width: 17px;
	height: 17px;
	background: url('/i/bg.png') -448px 0;
}

.articleBody h3:before {
	margin-top: 8px;
}

.articleBody h4:before {
	margin-top: 7px;
}

.articleBody h2 {
	line-height: 36px;
}

.articleBody h3 {
	font-size: 31px;
	line-height: 33px;
}

.articleBody h4 {
	font-size: 27px;
	line-height: 30px;
}

ol {
	list-style: none;
	counter-reset: point;
}

ul {
	list-style: none;
}

.articleBody > ol, .articleBody > ul {
	padding: 25px 25px 25px 40px;
    margin: 20px 0;
}

.articleBody ol li, .articleBody ul li {
	margin-bottom: 5px;
}

ol li:before {
	content: counter(point) '.';
	counter-increment: point 1;
	font-size: 22px;
	position: absolute;
	margin: -1px 0 0 -35px;
	text-align: right;
	width: 25px;
	font-weight: bold;
}

ul.accentgreen li:before,
ul.accentred li:before,
ul.accentblue li:before,
.articleBody ul li:before {
	content: '';
	display: block;
	position: absolute;
	margin: 6px 0 0 -25px;
	width: 14px;
	height: 14px;
	background: url('/i/bg.png') -468px 0;
}

.contents ul li:before {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: -3px 10px 0 0 !important;
	background: url("/i/bg.png") -1px -298px;
	width: 4px;
	height: 4px;
}

ul.accentgreen li:before {
	background-position: -485px 0;
}

ol.accentgreen li:before {
	color: #6abd37;
}

.accentgreen {
	background: #eaf5e3;
	width: 100%;
	padding: 25px 25px 25px 100px !important;
	margin: 20px 0;
	color: #4c633f;
	line-height: 26px;
	font-size: 17px;
	border-top: 1px solid #e0eabd;
	border-bottom: 1px solid #e0eabd;
}

ol.accentred li:before {
	color: #ee446c;
}

.accentred {
	background: #fbf0f4;
	width: 100%;
	padding: 25px 25px 25px 100px !important;
	margin: 20px 0;
	color: #c34965;
	line-height: 26px;
	font-size: 17px;
	border-top: 1px solid #f174c6;
	border-bottom: 1px solid #f174c6;
}

ol.accentblue li:before {
	color: #56509f;
}

.accentblue {
	background: #f3f5fd;
	width: 100%;
	padding: 25px 25px 25px 100px !important;
	margin: 20px 0;
	color: #2f3653;
	line-height: 26px;
	font-size: 17px;
	border-top: 1px solid #e2e6f9;
	border-bottom: 1px solid #e2e6f9;
}

.accentblue strong, .accentblue span, .accentblue a {
	color: #2f3653;
}

.accentred strong, .accentred span, .accentred a {
	color: #c34965;
}

.accentgreen strong, .accentgreen span, .accentgreen a {
	color: #4c633f;
}

.article_recommend {
	width: 270px;
	margin: 0 30px 10px 0;
}

.float_p {
	width: calc(100% - 300px);
	margin-left: 0 !important;
}

.review.accentred, .review.accentgreen, .review.accentblue {
	border: 0 !important;
	border-bottom: 1px solid #f0f1f2 !important;
}

#otzyvy {
	font-size: 31px;
    color: #0e0e12;
    padding: 0 0 15px 40px;
    border-bottom: 1px solid #e8e7f5;
    margin: 30px 0;
    width: 100%;
}
#otzyvy:before {
    content: '';
    display: block;
    margin: 5px 0 0 -40px;
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(/i/bg.png) -502px 0;
}

.review, .review.accentred, .review.accentgreen, .review.accentblue {
	border: 0 !important;
	border-bottom: 1px solid #f0f1f2 !important;
}

.review {
	margin: 10px 0 15px 0;
	padding: 0 0 25px 40px !important;
	border-bottom: 1px solid #f0f1f2;
}

.review .author {
	display: block;
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	color: #0e0e12 !important;
	font-size: 15px;
	padding-left: 38px;
}

.articleBody .review p {
	color: #535252;
	font-size: 16px;
	margin: 0 0 20px;
	font-family: arial;
}

.review.accentred, .review.accentgreen, .review.accentblue {
	background: transparent;
}

.review .author:before, .review.accentred .author:before, .review.accentgreen .author:before, .review.accentblue .author:before {
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	background: #51b530;
	margin: -2px 0 0 -38px;
	background: url('/i/bg.png') -568px 0;
}

.review.accentgreen .author:before {
	background-position: -538px 0;
}

.review.accentblue .author:before {
	background-position: -598px 0;
}

.artfooter {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
    border-top: 3px solid #f3f3f6;
    margin-top: 20px;
    align-items: center;
}
.artfooter .expert_1 {
	width: 250px;
}
.expert_1_2 {
	font-size: 13px;
    color: #9b9b9d;
    margin-bottom: 5px;
}
.expert_1_3 {
    font-size: 16px;
    line-height: 18px;
    color: #423e75;
    margin-bottom: 10px;
}

.internalrate-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.internalrate-container__header {
  text-align: center;
  font-size: 13px;
  color: #0e0e12;
}
.internalrate-container__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
}
.vote_yes, .vote_no {
  width: 21px;
  height: 21px;
  background: url(/i/bg.png) -652px 0;
  cursor: pointer;
}
.vote_no {
  background-position-x: -628px;
}
.vote_yes:hover, .vote_no:hover {
  transition: .2s;
  transform: scale(1.1);
}
.votes_total {
  font-size: 16px;
  margin: 0 10px;
}
.internalrate-container__footer {
  font-size: 13px;
  color: #c0c0c5;
}

.wrapper.e404 {
  padding: 50px 0 0 50px;
}

.blocklinks__links {
	display: flex;
	justify-content: space-between;
}

.blocklinks__links .item {
	width: calc((100% - 60px) / 3);
}

#to-top {
	display: none;
	width: 56px;
	height: 37px;
	background: url('/i/bg.png') -339px -65px;
	position: fixed;
	bottom: 17px;
	left: 7px;
	cursor: pointer;
	z-index: 9999;
}

#to-top:hover {
	transition: .2s;
	bottom: 20px;
}



.soclist {float: left; margin: 30px 0 0 30px}
.soc {display: inline-block; vertical-align: middle; width: 24px; height: 24px; background: url(/i/bg.png) no-repeat; border-radius: 4px; opacity: 0.8;}
.soc.vk {background-position: -677px -29px}
.soc.fb {background-position: -702px -29px}
.soc.gp {background-position: -727px -29px}
.soc.tw {background-position: -752px -29px}
.soc.ok {background-position: -802px -29px}
span.soc img {width: 24px; height: 24px; border-radius: 2px}
.soc:hover {
	transition: .2s;
	opacity: 1;
}

ins {overflow: hidden;}
.alignleft {float: left; margin: 10px 10px 10px 0;}
.alignright, li .alignleft {float: right; margin: 10px 0px 10px 10px;}

.sitmaphtml h1, .rubric h1 {margin-left: 0;}
.sitmaphtml ul {margin: 10px 0; font-size: 14px;}
.sitmaphtml ul li.rubric>a {font-size: 16px; font-weight: bold;}
.sitmaphtml ul li {margin: 5px 0 0 30px;}

.article iframe {display: block; width:100%; height: 500px;}
.article img {cursor: pointer; border: solid 2px rgba(100,100,100,0.1);}

.yashare-auto-init:before {content: ""; font-size: 12px; font-style: italic; color: #48729e;}

.article table {margin: 20px -20px; width: 100%; border-left: solid 2px #000;  border-collapse:collapse;}
.article table tr:first-child td {background: #eee; padding: 2px 4px;}
.article table td {padding: 2px 4px; font-size: 14px; margin: 0;}

.offlinecomments {margin: 20px 0;}
.offlinecomments .comment  {margin: 20px 0;}
.offlinecomments .comment .text {margin: 0 10px 10px 10px;}
.offlinecomments .comment .who {border-top: dotted 1px #000; border-bottom: solid 1px #000; padding:  4px 5px 4px 35px; font-size: 11px;}
.offlinecomments .comment .who img {vertical-align: middle; margin-right: 5px; display: inline-block; border-radius: 50%; margin-left: -30px; }

#colorbox #askFrm {margin: 20px 20px;}
form.askauthor {margin: 20px 0; border-left: solid 2px #eee; padding: 10px 10px; width: 500px; overflow: hidden;}
form.askauthor label {clear: left; display: inline-block;  width: 170px; font-size: 14px; color: #666;}
form.askauthor label.lft {vertical-align: top;}
form.askauthor input, form.askauthor textarea {margin: 5px 0; padding: 5px 10px; font-size: 16px; width: 300px;}
form.askauthor textarea {height: 200px; margin-left: -3px;}
form.askauthor button {padding: 10px 20px; float: right; margin: 0 5px 0 0; border-radius: 5px; border: solid 1px rgba(100,0,0,0.3); cursor: pointer;}
form .ready {color: #000; font-size: 22px; letter-spacing: -0.00em; width: 100%; text-align: center; margin: 50px auto;}
#askFrm h2 {font-size: 28px; color: #e4495b; border-bottom: solid 1px rgba(0,0,0,0.06); padding-bottom: 20px}

.blocklinks {
	margin: 20px 0;
	display: flex;
	flex-direction: column;
}

.sitmaphtml, .reklama {
  padding: 20px 0;
}
.sitmaphtml ul {margin: 10px 0; font-size: 14px;}
.sitmaphtml ul li.rubric>a {font-size: 16px; font-weight: bold;}
.sitmaphtml ul li {margin: 5px 0 0 30px;}
.sitmaphtml ul li.rubric {width: auto}
.sitmaphtml a {
  color: #0270cf;
  text-decoration: underline;
  line-height: 28px;
}
.sitmaphtml a:hover {
  text-decoration: none;
}

.fotorama  {margin: 20px 0;}

/* fotorama - galleryes*/
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/i/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
.fotorama__nav--thumbs {background: #000;}
/* color box (fullsize imgs on click) */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none; width: 100% !important; height: auto !important;}
#cboxOverlay{position:fixed; width:100%; height:100%; z-index: 99999}
#cboxMiddleleft, #cboxBottomleft{clear:left;}
#cboxContent{position:relative; background: #fff;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; height: auto !important; max-width: 100% !important; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0; z-index: 99999; width: 100% !important}
#cboxTopleft{width:14px; height:14px;}
#cboxTopCenter{height:14px; max-width: 100% !important;}
#cboxTopRight{width:14px; height:14px;}
#cboxBottomleft{width:14px; height:43px;}
#cboxBottomCenter{height:43px; max-width: 100% !important}
#cboxBottomRight{width:14px; height:43px;}
#cboxMiddleleft{width:14px;}
#cboxMiddleRight{width:14px;}
#cboxContent{overflow:visible; max-width: 100% !important; height: auto !important;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px; max-width: 100% !important; height: auto !important;}
#cboxLoadingOverlay{background:url(/i/cb-loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/i/cb-loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(/i/cb-controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px; bottom: auto;}
#cboxClose:hover{background-position:-100px 0px; bottom: auto;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
#cboxTitle{position:initial;text-align: left;width: 100%;margin-top: -5px;padding: 4px 10px;font-weight: normal;color: #fff;background: #000;box-sizing:border-box}
#cboxTitle div {margin-left: -7px !important;}

.relevantItems {line-height: 18px; width: 100%}
.relevantItems .item {display: inline-block;  vertical-align: top; width: 33%; max-width: 33%; border: solid 1px transparent; box-sizing: border-box; padding: 10px 10px; margin-top: 5px; margin-bottom: 5px;}
.relevantItems .item .title {line-height: 21px; font-weight: bold; color: #000}
.relevantItems .item a {text-decoration: none}
.relevantItems .item:hover {border-color: #eee; background: #eee;}
.relevantItems .item:hover .title {text-decoration: underline; color: #920642; transition: .2s}
.relevantItems .item a p {color: #000; text-decoration: none; font-size: 14px; margin: 5px 0; line-height: 18px}
.relevantItems .item .preview {background: #Fff center center; ; height: 200px; margin-bottom: 5px;}
.relevantItems.vertical {}
.relevantItems.vertical .item {display: block; width: 100% !important; max-width: 100% !important;}
.relevantItems.vertical .item .preview {height: 140px;}

#sidefixblock.sticky {
  position: fixed;
  top: 50px;
}

.beforeComments {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.rating_div {
	width: 370px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rating_title {display: inline-block; float: left; margin: 8px 20px 0 0}
#rating {position:relative; height:24px; cursor:pointer; width:120px; float:left} /* Ãâ€˜ÃÂ»ÃÂ¾ÃÂº Ã‘â‚¬ÃÂµÃÂ¹Ã‘â€šÃÂ¸ÃÂ½ÃÂ³ÃÂ°*/
#rating_blank, #rating_votes, #rating_hover {height:24px; position:absolute}
#rating_blank { background:url('/i/stars.png'); width:120px; } /* "ÃÂ§ÃÂ¸Ã‘ÂÃ‘â€šÃ‘â€¹ÃÂµ" ÃÂ·ÃÂ²ÃÂµÃÂ·ÃÂ´ÃÂ¾Ã‘â€¡ÃÂºÃÂ¸ */
#rating_votes {background:url('/i/stars.png') 0 -29px} /*  Ãâ€”ÃÂ°ÃÂºÃ‘â‚¬ÃÂ°Ã‘Ë†ÃÂµÃÂ½ÃÂ½Ã‘â€¹ÃÂµ ÃÂ·ÃÂ²ÃÂµÃÂ·ÃÂ´ÃÂ¾Ã‘â€¡ÃÂºÃÂ¸ */ 
#rating_hover {background:url('/i/stars.png') 0 -58px; display:none}  /*  ÃÂ·ÃÂ²ÃÂµÃÂ·ÃÂ´ÃÂ¾Ã‘â€¡ÃÂºÃÂ¸ ÃÂ¿Ã‘â‚¬ÃÂ¸ ÃÂ³ÃÂ¾ÃÂ»ÃÂ¾Ã‘ÂÃÂ¾ÃÂ²ÃÂ°ÃÂ½ÃÂ¸ÃÂ¸ */ 
#rating_star {margin: 5px 0 3px}

.leftBlock {
	width: 300px;
	height: 300px;
	z-index: 9;
	position: fixed;
	top: calc((100% - 300px) / 2);
	left: -300px;
	transition: left .3s;
}
.leftBlock-sticky {
	left: 0;
}
.hidden {
	display: none;
}
.leftBlock__close-button {
	top: -22px;
	left: 278px;
	outline: 0;
	border: 0;
	text-decoration: none;
	box-sizing: content-box;
	position: absolute;
	width: 22px;
	height: 22px;
	background-color: #FFEB3B;
	cursor: pointer;
}
.leftBlock__close-button:hover {
	background-color: #f7de00;
}
.leftBlock__close-button:after, .leftBlock__close-button:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000;
}
.leftBlock__close-button:before {
	transform: rotate(45deg);
}
.leftBlock__close-button:after {
	transform: rotate(-45deg);
}

.sidebar__ads {
  width: 270px;
	float: left;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
	top: 90px !important;
}

.panel {
	display: none;
	position: fixed;
	top: 0;
	left: calc((100% - 1370px) / 2);
	z-index: 9998;
	width: 1370px;
	height: 40px;
	background: #ccd9f3;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.panel__top {
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.panel__bottom {
	width: 100%;
	height: 31px;
	position: relative;
}
.social-top {
	width: 170px;
  height: 25px;
	float: right;
  margin: -32px 100px 0 30px;
}
.panel__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 5px 30px 5px 50px;
	height: 31px;
	cursor: pointer;
	width: 450px;
	/*position: relative;*/
	overflow: hidden;
}
.panel__info span {
	display: block;
	overflow: hidden;
	background: #0c9900;
	padding: 1px 10px 0;
	font-weight: bold;
	color: #fff;
	width: 1000px;
}

.panel__info:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background-color: #0c9900;
	background-image: url('/i/dropdown-icon-white.png');
	background-repeat: no-repeat;
	background-position: center; 
	position: absolute;
	margin-left: 450px;
}

.panel__info.panel__infor-flip:before {
	transform: rotate(-180deg);
}

.panel__info span:hover {
	background: #10c700;
}

.panel__info:hover:before {
	background-color: #10c700;
}

.panel__list {
	position: absolute;
	display: none;
	background: #fff;
	padding: 5px;
	width: 475px;
	margin: -5px 0 0 50px;
	box-shadow: 0 0 8px 0 #e8e8e8;
}
.panel__list li {
	list-style: none;
}
.panel__list li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.panel__list li a:hover {
	background: #0c9900;
	color: #fff;
}
.cur_category {
	width: 300px;
	height: 25px;
	float: left;
	margin: -33px 0 0 600px;
	display: flex;
	justify-content: space-between;
}

.cur_category__menu {
	position: relative;
}
.panel-menu {
	display: none;
	background: #fff;
	position: absolute;
  margin: 32px 0 0 0px;
	width: 400px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.panel-menu li {
	list-style: none;
	padding: 5px 15px;
}

.panel-menu > ul > li:not(:last-child) {
	border-bottom: 1px solid #000;
}

.panel-menu > ul > li {
	padding: 12px 15px 14px;
	position: relative;
}

.panel-menu > ul > li > a {
	font-size: 20px;
}

.panel-menu > ul > li > ul > li > a {
	margin-bottom: 0;
}

.submenu-btn {
	width: 53px;
	height: 51px;
	background: url('/i/dropdown-icon.png');
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #000;
	cursor: pointer;
}

.panel-menu li a {
	color: #000;
	text-decoration: none;
}

.cur_category__header {
	font-size: 20px;
	color: #000;
	cursor: pointer;
	margin: 2px 0 0 50px;
	float: left;
	position: absolute;
	text-decoration: underline;
}

.cur_category__header:hover {
	text-decoration: none;
}

.panel-menu li a:hover {
	color: #ff5423;
}

.flip {
  transform: rotate(-180deg);
	border-left: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.cur_category__header a:hover {
	text-decoration: none;
}

#panel-menu-btn {
  float: right;
  width: 33px;
  height: 32px;
  cursor: pointer;
	margin-top: -5px;
}

.panel-menu .sub-menu {
	display: none;
}

#panel-menu-btn span {
  display: block;
  width: 33px;
  height: 5px;
  background: #0c9900;
  margin: 5px auto;
  border-radius: 3px;
}

#panel-menu-btn:hover span {
  transition: .2s;
  background: #10c700;
}

#back_to_top {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/i/bg.png) -350px -67px;
	cursor: pointer;
	z-index: 9999;
	float: right;
	position: absolute;
	top: 0;
	right: 20px;
}

@media (max-width: 1900px) {
	.leftBlock {
    display: none !important;
	}
}

@media (max-width: 1400px) {
	.footer_middle .logo_bg {
		width: 350px;
	}
	.footer_middle .logo {
		margin-left: 20px;
	}
	.main-1 {
		padding: 0 20px;
	}
	.main-2, .main-3, .main-4, .main-6 {
		padding: 20px;
	}
	.footer_top {
		display: none;
	}
	.contentcol {
		width: calc(100% - 440px);
		margin: 0 0 0 20px;
	}
	.sidebar {
		margin: 0 20px 0 30px;
	}
	.after-content {
		width: calc(100% - 420px);
		padding: 20px 10px;
	}
}

@media (max-width: 1300px) {
	#header_menu, #header_menu_bottom {
	    display: none;
	}
	#menu_btn {
	    display: block;
	}
	.header_middle {
	    min-height: 74px;
	    max-width: calc(100% - 43px);
	    margin: 0;
	}
	#header_menu ul li {
	    width: calc(100% - 51px);
	    border-right: 0;
	    margin-left: -4px;
	}
	#header_menu ul li, #header_menu ul li a {
	    display: block;
	}
	#header_menu ul li a {
	    text-align: left;
	}
	#yasearch {
		width: 300px;
	}
	#header_menu_bottom {
	  min-height: auto;
		background: #fff;
	}
	#header_menu_bottom > ul > li {
		padding: 0 5px;
		line-height: 34px;
	}
	#header_menu_bottom > ul > li > a	{
		height: 26px;
		line-height: 24px;
		border-radius: 30px;
		padding: 0 7px;
	}
	#header_menu_bottom.completed .sub-menu,
	#header_menu_bottom.completed:hover .sub-menu {
    display: none;
	}
	#header_menu_bottom.completed > ul > li:not(:last-child) {
    border-bottom: 1px solid #000;
	}
	#header_menu_bottom > ul > li {
		display: block;
		text-align: left;
		padding: 1px 20px 1px 40px;
	}
	#header_menu_bottom > ul > li > .sub-menu {
		position: relative;
		padding-left: 30px;
		box-shadow: none;
		background: transparent;
		border: 0;
		width: 100%;
		margin-left: 0;
	}
	#header_menu_bottom > ul > li > .sub-menu > ul > li {
		display: block;
	}
	#header_menu_bottom > ul > li.active > a,
	#header_menu_bottom > ul > li > a:hover {
		color: #47406c;
		background: transparent;
	}
	.panel, .panel.visible {
		display: none;
	}
	#header_menu_bottom.completed .submenu-btn {
    display: block;
    width: 36px;
    height: 36px;
    background-position: -7px -7px;
	}
	#header_menu_bottom.completed .submenu-btn.flip {
    background-position: -9px -7px;
	}
}

@media (max-width: 1100px) {
	.header_middle {
		padding: 0 20px;
	}
	.main-3 {
		flex-direction: column;
		align-items: center;
	}
	.main-3__left {
		width: 100%;
		margin: 0;
	}
	.main-6__right {
		display: none;
	}
	.main-6__left {
		width: 100%;
		margin-right: 0;
	}
	.relevantItems.fourItems .item {
    width: 33%;
	}
}

@media (max-width: 1000px) {
	main {
		padding: 0;
	}
	.footer_middle {
		padding-right: 0;
	}
	.footer_middle .logo_bg {
		width: auto;
		height: auto;
		background: none;
	}
	.footer_middle .logo {
	    display: block;
	    width: 150px;
	    height: 45px;
	    background-position: -120px -68px;
	    margin: 10px 0 0 10px;
	}
	.footer_middle ul {
	    margin: 20px 0 0 30px;
	}
	.copy_p {
		clear: both;
		width: 100%;
		margin: 10px 0 0;
		padding: 0 10px 10px;
	}
	.soclist {margin-top: 20px}
	.main-1 {
		flex-direction: column-reverse;
	}
	.main-1__right .header, .main-1__right .expert_1, .main-1__right #menu-secondary {
		display: none;
	}
	.main-1__left {
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
	}
	.main-1__right {
		display: none;
	} 
	.main-2__bottom {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.main-2__bottom .item {
		width: 270px;
		margin-bottom: 20px;
	}
	.main-4 {
		flex-direction: column;
		align-items: center;
	}
	.main-4__left {
		width: 100%;
		margin-right: 0;
	}
	.contentcol {
	    width: calc(100% - 360px);
	    margin: 0 0 0 10px;
	}
	.sidebar {
    	margin: 0 10px 0 20px;
	}
	.after-content {
    width: calc(100% - 350px);
	}
	.rubric-1 .item {
	    width: calc((100% - 20px) / 3);
	}
	.rubric-2 .item-big {
		    width: calc(100% - 280px);
	}
	.rubric-2__right {
		margin-left: 10px;
	}
	.accentblue, .accentred, .accentgreen {
		padding: 15px 15px 15px 50px !important;
	}
	.artfooter {
		flex-direction: column;
	}
	.blocklinks__links .item {
	    width: calc((100% - 20px) / 3);
	}
	#header_menu_bottom > ul > li > a {
		height: auto;
	}
}

@media (max-width: 800px) {
	.hideOnSmall {
		display: none;
	}
	.contentcol {
	    width: 100%;
	    margin: 10px 0;
	    padding: 0 10px;
	    order: 2;
	}
	.sidebar {
		width: 100%;
		margin: 0;
		order: 1;
		align-items: center;
	}
	.after-content {
		width: 100%;
		order: 3;
	}
	.sidebar #menu-secondary {
	    margin: 10px 0;
	}
	h1 {
	    font-size: 28px;
	    line-height: 29px;
	    margin: 0 0 10px;
	}
	.articleBody h2, .articleBody h3, .articleBody h4 {
	    font-size: 24px;
	    line-height: 25px;
	    margin: 0 0 10px;
	}
	.articleBody h3, .articleBody h4 {
		font-size: 22px;
	    line-height: 23px;
	}
	.articleBody h2:before, .articleBody h3:before, .articleBody h4:before {
		margin-top: 3px;
	}
	.relevantItems.fourItems .item {
		width: 50%;
		max-width: 50%;
	}
	#menu-secondary {
		display: none;
	}
	.contents {
		width: 100%;
		margin: 0 0 10px 0;
    	padding: 10px 10px 10px 0;
	}
	.contents .header:before {
		display: none;
	}
	.contents .header {
		padding: 0;
		margin: 0;
		border-bottom: 0;
	}
	.contents ul {
		margin-left: 10px;
	}
}

@media (max-width: 700px) {
	.header_middle {
		max-width: 100%;
		min-height: auto;
		flex-direction: column;
		justify-content: center;
		padding: 5px 10px 0;
	}
	.logo {
	    width: 150px;
	    height: 45px;
	    background-position-x: -120px;
	}
	.slogan {
		display: none;
	}
	#yasearch {
		width: 100%;
		margin: 5px 0;
	}
	#menu_btn {
		top: 10px;
	}
	.main-1 {
	    padding: 0 10px;
	}
	.main-2 {
		padding: 20px 10px;
	}
	.header {
		font-size: 24px;
		line-height: 25px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.main-1__left-2 {
		flex-direction: column;
	}
	.main-1__left-3 {
		margin: 0 auto 20px;
	}
	.item-big {
		width: 100%;
		max-width: 570px;
		margin: 0 auto;
	}
	.main-4__left-bottom {
		flex-direction: column;
		align-items: center;
	}
	.main-4__bottom-right {
		margin: 20px 0 0;
	}
}

@media (max-width: 650px) {
	.main-2__bottom {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 600px) {
	.main-3__right {
		width: 100%;
		align-items: center;
	}
	.item-wide {
		width: 270px;
		flex-direction: column;
	}
	.item__right {
		width: 270px;
		margin-left: 0;
	}
	.rubric-1, .rubric-2 {
		flex-direction: column;
		align-items: center;
	}
	.rubric-1 .item {
		width: 270px;
		margin-bottom: 10px;
	}
	.rubric-2 .item-big {
		width: 270px;
		margin-bottom: 10px;
	}
	.rubric-2__right {
	    margin-left: 0;
	}
	.item-wide {
		margin: 0 auto 10px;
	}
	.about {
		flex-direction: column;
		align-items: center;
	}
	.about-img {
		margin-right: 0;
	}
	.about-right {
		width: 100%;
	}
	.author {
		flex-direction: column;
		align-items: center;
	}
	.author__img-link {
		margin-right: 0;
	}
	.author__right {
		width: 100%;
	}
	.about-img-2 {
		float: none;
		margin: 0 auto 20px;
	}
	.relevantItems.fourItems {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.artslist {
		flex-direction: column;
		align-items: center;
	}
	.artslist .item {
		width: 270px;
	}
	.ask_expert_1 {
		height: auto;
	}
	#header_menu_bottom {
		border-radius: 0;
	}
	#header_menu_bottom > ul > li {
		padding-left: 10px;
	}
}

@media (max-width: 500px) {
	.relevantItems.fourItems .item {
		width: 270px;
		margin: 10px auto;
	}
	.author-txtabout__img {
		margin: 20px auto;
		float: none;
		width: 270px;
		height: 270px;
	}
	.review {
		padding: 0 0 15px 20px !important;
	}
	.table-row-o1b2l3 {
	    display: flex !important;
	    flex-direction: column;
	    justify-content: center;
	}
	.table-row-o1b2l3 a {
	    width: 100% !important;
	}
	.relevantItems {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 400px) {
	.footer_middle ul {
		width: 100%;
		margin: 10px 0 0;
	}
	.footer_middle ul li {
		padding-left: 10px;
		display: block;
		margin: 0 0 10px;
	}
	.soclist {
		margin: 10px 0 0 10px;
	}
	#header_menu_bottom > ul > li {
		padding-left: 10px;
	}
	#header_menu_bottom > ul > li > .sub-menu {
		margin-left: 10px;
		width: 250px;
	}
}

@media (max-width: 500px) { 
  img.alignright,img.alignleft {float: none; display: block; width:100%; height: auto;}
}
.ya-page_js_yes .ya-site-form_inited_no { display: none; }

.onebigart {margin: 20px -30px 0; background: #f0f1f5; padding: 20px 30px; overflow: hidden;}
.onebigart .preview {float: left; width: 300px; margin: 5px 20px 0 0;} 
.onebigart .pretext a {font-family: 'Roboto Condensed', sans-serif; letter-spacing: -0.04em; font-size: 18px;}
.onebigart .pretext p {font-size: 14px; line-height: 24px;}
.triplerow {line-height: 64px; border-bottom: solid 1px #d2d3d5; padding: 20px 30px 10px 30px; margin: 0 -30px; background: #f8f9fa; clear: both; overflow: hidden;}
.triplerow .item {display: inline-block; width: 33%; box-sizing:border-box; padding: 0 20px; overflow: hidden;}
.triplerow .item:first-child {padding-left: 0;}
.triplerow .item:last-child {padding-right: 0;}
.triplerow .item img {display: block; float: left;}
.triplerow .item .acon {display: block; margin-left: 106px; }
.triplerow .item a {display: inline-block; vertical-align: middle; font-size: 14px; line-height: 20px;  font-family: 'Roboto Condensed', sans-serif; letter-spacing: -0.04em; font-size: 15px;}

@media (max-width: 767px) {
  .hideOnSmall {display: none !important;}
}

@media (max-width: 1000px) {.article iframe {height: 400px;}}
@media (max-width: 900px) {.article iframe {height: 350px;}}
@media (max-width: 800px) {.article iframe {height: 300px;}}
@media (max-width: 768px) {.article iframe {height: 400px;}}
@media (max-width: 700px) {.article iframe {height: 350px;}}
@media (max-width: 600px) {.article iframe {height: 250px;}
.relevantItems .item .preview {background-size: cover !important;}
.relevantItems .item {width: 100% !important; max-width: 300px !important;}
}
@media (max-width: 500px) {
  .article iframe {height: 200px;}
  .blocklinks {display: none;}
  .fotorama__stage.fotorama__pointer, .fotorama__stage__frame, .fotorama__stage__frame .fotorama__img {height: 300px !important;}
}

/* fotorama - galleryes*/
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/i/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
.fotorama__nav--thumbs {background: #000;}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-dots {
	width: 100%;
	text-align: center;
}

.owl-dot {
	display: inline-block;
	zoom: 1;
	cursor: pointer;
}

.owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #fff;
	border: 2px solid #D6D6D6;
	display: block;
	border-radius: 50%;
}

.owl-dot.active span, .owl-dot:hover span {
  background: #fff;
	border: 2px solid #e85393;
	transition: .2s;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/i/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}