html {background: #FFF;}
.clearfix:before, .clearfix:after {display: table;content: "";line-height: 0;} .clearfix:after {clear: both;} .clearfix {*zoom: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {font-size: 16px; line-height: 28px; font-family: 'Open Sans', sans-serif; min-width: 200px;}
i, cite, em, var, address, dfn {font-style: italic;}
b, strong {font-weight: bold;}
* {margin: 0; padding: 0; outline:0; box-sizing: border-box}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font-style: normal; vertical-align: baseline; outline:0; font-weight: normal;}

body {
  font-family: 'PT Sans', sans-serif;
  background: url('/i/body-bg.png');
  font-size: 16px;
  line-height: 24px;
}


h1, h2, h3, h4 { letter-spacing: -0.04em; font-weight: normal}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

.visible {display: block !important;}

.sky {
  width: 100%;
  height: 190px;
  background: url('/i/sprite.png');
  margin-bottom: -190px;
  z-index: 1;
}

header, main {
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
  padding: 0 65px;
}

.header-top-left {
  display: flex;
}

.logo {
    width: 209px;
    height: 44px;
    background: url('/i/sprite.png') 0 -266px;
}

.slogan {
  width: 190px;
  color: #545b76;
  font-size: 15px;
  line-height: 17px;
  font-family: 'PT Serif';
  font-style: italic;
  margin-left: 30px;
  padding-top: 5px;
}

#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;
}

#menu-btn {
  display: none;
  width: 33px;
  height: 32px;
  cursor: pointer;
}

#menu-btn span {
  display: block;
  width: 33px;
  height: 5px;
  background: #fffb44;
  margin: 5px auto;
  border-radius: 3px;
  /*transition: .2s;*/
}

#menu-btn:hover span {
  background: #ffef96;
}

.grass {
  height: 12px;
  /*max-width: 1148px;*/
  margin: 0 auto;
  background: url(/i/sprite.png) 0px -190px;
}
/*
.grass:before {
    content: '';
    display: block;
    margin: 0 0 0 15px;
    position: absolute;
    width: 23px;
    height: 25px;
    background: url(/i/sprite.png) -110px -221px;
}
*/
#menu-header {
    height: auto;
    /*max-width: 1170px;*/
    margin: 0 auto;
    background: #0c9900;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
		padding-top: 2px;
		padding-bottom: 7px;
}
#menu-header ul {
  list-style: none;
}
#menu-header > ul > li {
  display: inline-block;
  padding: 0 15px;
	position: relative;
}
#menu-header > ul > li:not(:first-child) {
  margin-left: -3px;
}
#menu-header > ul > li:after {
  content: '';
  display: table;
  margin: -34px 0 0 -15px;
  width: 1px;
  height: 19px;
  background: #63a122;
}
#menu-header > ul > li:first-child:after {
  display: none;
}
#menu-header > ul > li > a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
#menu-header > ul > li > a:hover {
  color: #ffe26f;
  transition: .2s;
}

#menu-header ul li > .sub-menu {
	display: none;
	position: absolute;
	z-index: 9999;
  background: #fff;
	width: 300px;
	padding: 20px;
	box-shadow: 0px 10px 50px -5px rgba(0,0,0,0.2);
}

.w-200 {
	width: 200px !important;
}

#menu-header ul li:hover > .sub-menu {
	display: block;
}

.sub-menu li {
	display: block;
	text-align: left;
}

.sub-menu a {
	display: block;
	font-family: Roboto;
	font-size: 15px;
	color: #2e2e32;
	line-height: 16px;
	margin-bottom: 15px;
	border-bottom: 2px solid #fff;
}

.sub-menu a:hover {
	color: #ff5423;
}

main {
  background: #fff;
  -webkit-box-shadow: 0px 25px 31px 3px rgba(175,199,224,0.5);
  -moz-box-shadow: 0px 25px 31px 3px rgba(175,199,224,0.5);
  box-shadow: 0px 25px 33px 3px rgba(175,199,224,0.5);
  position: relative;
  border-radius: 8px;
  min-height: 700px;
}

.a-top {
	width: 100%;
	min-height: 1px;
	margin-bottom: 10px;
}

.before-footer {
	margin-top: 20px;
}

.review {
	padding-left: 70px;
}

.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% - 1300px) / 2);
	z-index: 9998;
	width: 1300px;
	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;
}

footer {
  clear: both;
  width: 100%;
  min-height: 215px;
  background: #edf2f3;
  margin-top: -30px;
}
.footer-top {
  min-height: 145px;
  max-width: 1300px;
  padding: 65px 65px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer__menu {
  list-style: none;
  margin-top: 10px;
}
.footer__menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer__menu a {
  color: #495668;
  font-size: 15px;
}
.footer__menu a:hover {
  text-decoration: underline;
}

.copy {
  width: 100%;
  padding: 10px 0;
  background: #f3f7f8;
}
.copy__wrapper {
  max-width: 1300px;
  padding: 0 65px 0;
  margin: 0 auto;
}

.copy p {
  font-size: 13px;
  line-height: 16px;
  color: #898a8c;
  margin: 10px 200px 10px 0;
}

.soc {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('/i/sprite.png') -396px -273px;
  border-radius: 4px;
  opacity: .8;
}
.soc:hover {
  opacity: 1;
}
.soc.gp {
    background-position-x: -445px;
}
.soc.tw {
    background-position-x: -471px;
}
.soc.ok {
    background-position-x: -521px;
}

.soc img {
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

.soclist {
  float: right;
}

.main {
  width: 100%;
  padding: 20px 65px;
}

.main-1 {
  display: flex;
  justify-content: space-between;
}

.main-2 {
  width: calc(100% - 300px);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: start;
}

.main-2__header {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'PT Serif';
  font-size: 28px;
  line-height: 30px;
  color: #000;
  padding-left: 20px;
}
.main-2__header:before {
  content: '';
  display: block;
  margin: 5px 0 0 -20px;
  position: absolute;
  width: 5px;
  height: 22px;
  background: url(/i/sprite.png) 0 -223px;
}

.main-3 {
  width: 270px;
}

.main-4 {
  width: calc(100% - 300px);
}

.main-5 {
  width: 270px;
  margin-left: 30px;
}

.item {
  width: 270px;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeff1;
}

.item__link-img {
  margin-top: 4px;
}
.item__link-img img {
  border-radius: 8px;
}

.item__right {
  display: flex;
  flex-flow: column;
  margin-left: 17px;
}

.item__link {
  font-family: 'PT Serif';
  line-height: 20px;
  color: #42424b;
  margin-bottom: 5px;
}
.item__link:hover {
  text-decoration: underline;
}

.item__alt {
  padding-left: 22px;
  color: #7d7f81;
  font-size: 13px;
  line-height: 16px;
}
.item__alt:before {
  content: '';
  display: block;
  margin: 3px 0 0 -22px;
  position: absolute;
  width: 13px;
  height: 10px;
  background: url(/i/sprite.png) -179px -228px;
}

.slider-item {
  display: flex;
  flex-flow: column;
}
.slider-item.reccomend:before {
  content: '';
  display: block;
  margin: 12px 0 0 12px;
  position: absolute;
  width: 140px;
  height: 31px;
  background: url(/i/sprite.png) -247px -273px;
}
.slider-item > * {
  margin-bottom: 10px;
}
.slider-item__link-img img {
  border-radius: 8px;
}
.slider-item__link {
  font-family: 'PT Serif';
  font-size: 19px;
  color: #42424b;
  padding: 0 10px;
}
.slider-item__link:hover {
  text-decoration: underline;
}
.slider-item__title {
  font-size: 15px;
  line-height: 20px;
  color: #4b4b4b;
  padding-left: 10px;
}
.slider-item__alt {
  color: #7d7f81;
  font-size: 13px;
  padding-left: 32px;
  line-height: 16px;
}
.slider-item__alt:before {
  content: '';
  display: block;
  margin: 3px 0 0 -22px;
  position: absolute;
  width: 13px;
  height: 10px;
  background: url(/i/sprite.png) -179px -228px;
}

.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 #ff4e71;
  transition: .2s;
}

.ask_expert_header {
  width: 270px;
  font-weight: 700;
  color: #ff8318;
  font-size: 18px;
  padding-left: 54px;
  margin: 10px 0;
}

.ask_expert_header:before {
  content: '';
  display: block;
  margin: -6px 0 0 -51px;
  position: absolute;
  width: 41px;
  height: 45px;
  background: url('/i/sprite.png') -196px -205px;
  z-index: 1;
}

.expert_1 {
  width: 270px;
  background: #f8f6ee;
  border-radius: 8px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.author_img {
  margin: 22px 10px 15px 27px;
  float: left;
}

.author_img img {
  border-radius: 35px;
}

.expert_1_4 {
  display: block;
  clear: both;
  font-weight: 700;
  color: #97918c;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: #f1efe6;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.expert_1_4:hover {
  text-decoration: underline;
}

.expert_1_4:before {
  content: '';
  display: block;
  margin: 16px 0 0 190px;
  position: absolute;
  width: 4px;
  height: 7px;
  background: url('/i/sprite.png') -243px -215px;
}

.expert_1_4:hover:before {
  transition: .2s;
  margin-left: 193px;
}

.expert_1_2 {
  display: inline-block;
  font-size: 13px;
  color: #a7a7a8;
  margin: 20px 0 2px;
}

.expert_1_3 {
  display: inline-block;
  font-family: 'PT Serif';
  font-style: italic;
  font-size: 20px;
  color: #292a2c;
  width: calc(100% - 127px);
}

.expert_1_3:hover {
  color: #ff4e71;
}

#menu-secondary {
  width: 270px;
  margin: 30px 0;
}

#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: #f5f7fa;
  min-height: 35px;
  padding-left: 20px;
  color: #373254;
  font-size: 17px;
  border-left: 5px solid #f5f7fa;
}

#menu-secondary ul li a:hover {
  background: #e8ebf0;
  border-left: 5px solid #ccd4e0;
  transition: .2s;
}

#menu-secondary > ul > li.active > a {
  background: #e8ebf0;
  min-height: 35px;
  color: #42424b;
  border-left: 5px solid #ccd4e0;
  font-weight: bold;
}

#menu-secondary > ul > li.active > a:hover {
  background: #f5f7fa;
  transition: .2s;
}

#menu-secondary > ul > li.active > ul > li > a {
  display: block;
  background: #f5f7fa;
  min-height: 35px;
  padding-left: 30px;
  border-left: 5px solid #f5f7fa;
  color: #6c6c72;
}
#menu-secondary ul li ul li a:before {
  content: '- ';
}

#menu-secondary ul li ul li.active a {
  color: #42424b;
  font-weight: bold;
}

#menu-secondary ul li ul li a:hover {
  background: #e8ebf0 ;
  transition: .2s;
  border-left: 5px solid #ccd4e0;
}

.header {
  display: block;
  font-family: 'PT Serif';
  font-size: 28px;
  line-height: 30px;
  color: #000;
  margin: 20px 0;
  padding-left: 20px;
}
.header:before {
  content: '';
  display: block;
  margin: 5px 0 0 -20px;
  position: absolute;
  width: 5px;
  height: 22px;
  background: url(/i/sprite.png) -330px -218px;
}
.header-2:before {
  background-position-x: -320px;
}

.main-6 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.item-2 {
  width: 23.5%;
  margin: 0 2% 20px 0;
  display: flex;
  flex-flow: column;
}
.item-1-2, .item-2-2 {
  width: calc((100% - 60px) / 3);
  margin: 0 0 20px 0;
}
.item-2:last-child {
  margin-right: 0;
}
.item-2 > * {
  margin-bottom: 7px;
}
.item-2__link-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.item-2__link {
  font-family: 'PT Serif';
  font-size: 17px;
  color: #42424b;
}
.item-2__link:hover {
  text-decoration: underline;
}
.item-2__title {
  font-size: 15px;
  line-height: 20px;
  color: #4b4b4b;
}

.main-7 {
  display: flex;
  flex-flow: column;
  background: #f9fafb;
  margin: 0 -65px;
  padding: 40px 65px;
}

.header-info {
  font-family: 'PT Serif';
  font-size: 28px;
  line-height: 30px;
  color: #000;
  padding-left: 45px;
  margin-bottom: 20px;
}
.header-info:before {
  content: '';
  display: block;
  margin: 3px 0 0 -45px;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/i/sprite.png) -343px -217px;
}

.main-7__wrapper {
  display: flex;
}
.main-7__left {
  width: calc(100% - 600px);
}
.main-7__left p {
  font-size: 17px;
}

.main-7__right {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  align-content: start;
}
.main-7__right .item {
  margin-left: 30px;
}

.main-8 {
  display: flex;
}

.main-8__left {
  width: calc(100% - 600px);
  margin-right: 30px;
}
.main-8__right {
  display: flex;
  justify-content: space-between;
  width: 570px;
}
.main-8__right .item-2 {
  width: 275px;
  margin-right: 0;
}

.main-9 {
  display: flex;
  flex-wrap: wrap;
}

.main-9__item {
  display: flex;
  flex-flow: column;
  margin-right: 30px;
  width: calc((100% - 90px) / 4);
}
.main-9__item:last-child {
  margin-right: 0;
}

.main-9__item .item, .main-9__item .item-2 {
  width: 100%;
}

.header-info-2 {
  width: calc(100% - 600px);
}

.main-7-2 {
  align-items: flex-end;
}

.main-7__wrapper-2 {
  flex-direction: row-reverse;
}

.main-7__right-2 .item {
  margin-left: 0;
  margin-right: 30px;
}

.main-10 {
  width: 100%;
  margin: 10px 0 30px;
  float: left;
}

.main-10__1 {
  font-family: 'PT Serif';
  color: #000;
  font-size: 32px;
  line-height: 33px;
  display: block;
  margin: 20px 0;
}

.main-10__1 span {
  font-style: italic;
  font-size: 28px;
}

.main-10__2 {
  width: calc(100% - 300px);
  margin: 0 30px 0 0;
  float: left;
}

.main-10__5 {
  width: 270px;
  float: left;
}

.main-10__2 p {
  color: #4b4b4b;
  margin: 0 0 10px 200px;
  font-size: 17px;
}

.main-10__2 img {
  float: left;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: block;
}

.main-10__4 {
  display: block;
  margin: 20px 0 0 200px;
  font-style: italic;
  color: #455265;
  font-size: 15px;
}

.main-10__4:before {
  content: '';
  display: block;
  margin: 10px 0 0 130px;
  position: absolute;
  width: 4px;
  height: 7px;
  background: url(/i/sprite.png) -243px -215px;
}

.main-10__4:hover:before {
  margin-left: 133px;
  transition: .2s;
}

.main-10__4:hover {
  text-decoration: underline;
}

.main-10__5 p {
  text-align: center;
  margin: 15px 0;
  color: #787878;
}

.main-10__6 {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}

.main-10__6:before {
  content: '';
  display: block;
  margin: 75px 0 0 -5px;
  position: absolute;
  width: 58px;
  height: 58px;
  background: url('/i/sprite.png') -475px -205px;
}

.main-10__6 img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.main-10__7 {
  color: #0e0e12;
  font-family: 'PT Serif';
  font-size: 24px;
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}

.main-10__7:hover {
  border-bottom: 1px solid #000;
  transition: .2s;
}

.back-to-top {
  display: none;
  width: 44px;
  height: 44px;
  background: url(/i/sprite.png) -426px -207px;
  position: fixed;
  bottom: 17px;
  left: 7px;
  cursor: pointer;
  z-index: 9999;
}

#back_to_top {
  display: block;
  width: 30px;
	height: 30px;
	background: url(/i/sprite.png) -433px -213px;
  cursor: pointer;
  z-index: 9999;
	float: right;
	position: absolute;
	top: 0;
	right: 20px;
}

.sidebar {
  width: 320px;
  float: right;
  margin: 0 40px 0 30px;
}

.contentcol {
  display: flex;
  flex-flow: column;
  width: calc(100% - 430px);
  margin: 0 0 0 40px;
}

ul.paginator {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0 10px;
}
ul.paginator li {
  display: inline-block; 
  padding: 5px 10px; 
  margin: 10px 10px;
}
ul.paginator li a {
  color: #000;
  font-size: 24px;
  display: block;
  border-radius: 8px;
  padding: 2px 10px;
}
ul.paginator li a:hover {
  background: #579812;
  transition: .2s;
  color: #fff;
}
ul.paginator li.active a {
  color: #fff;
  background: #579812;
}
ul.paginator li.active a:hover {
  background: #a9e46a;
  transition: .2s;
}
ul.paginator li.page_prev a, ul.paginator li.page_next a {
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url('/i/sprite.png') -545px -218px;
}
ul.paginator li.page_next a {
  background-position: -571px -218px;
}

.after-content {
  width: calc(100% - 350px);
  float: left;
  padding: 0 30px 0 50px;
}

.relevantItems {line-height: 18px; width: 100%; overflow: hidden; margin: 20px 0}
.relevantItems .item {display: inline-block; vertical-align: top; max-width: 285px; width: 33%; border: solid 1px transparent; box-sizing: border-box; padding: 10px 10px; margin-top: 5px; margin-bottom: 5px;}
/*.relevantItems.fourItems .item {width: 25%;}*/
.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: 13px; margin: 5px 0; }
.relevantItems .item .preview {background: #Fff center center; ; height: 200px; margin-bottom: 5px;}
.relevantItems.vertical {}
.relevantItems.vertical .item {display: block; width: auto;}
.relevantItems.vertical .item .preview {height: 140px;}

.breadcrumbs {
  margin: 20px 0 10px;
}

.breadcrumbs ul {
  list-style: none;
}

.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
}

.breadcrumbs ul li a {
  font-family: 'PT Serif';
  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;
}

h1 {
  font-family: 'PT Serif';
  font-size: 30px;
  line-height: 31px;
  padding-left: 20px;
}

.contentcol h1 {
  margin-bottom: 20px;
}

.contentcol h1::before {
  content: '';
  display: block;
  margin: 5px 0 0 -20px;
  position: absolute;
  width: 5px;
  height: 22px;
  background: url(/i/sprite.png) 0 -223px;
}

.relap-header {
  margin: 40px 0 30px;
  font-size: 28px;
  line-height: 30px;
  color: #000;
  display: block;
  margin: 20px 0 0;
  padding-left: 20px;
}
.relap-header:before {
  content: '';
  display: block;
  margin: 5px 0 0 -20px;
  position: absolute;
  width: 5px;
  height: 22px;
  background: url(/i/sprite.png) -330px -218px;
}

.rubric {
  display: flex;
  flex-flow: column;
}

.rubric-1, .rubric-2 {
  display: flex;
  justify-content: space-between;
}

.header-small {
  font-size: 16px;
  font-family: 'PT Serif';
  margin-bottom: 20px;
}

.item-3 {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeff1;
}
.item-3__link-img {
  width: 270px;
  margin-right: 30px;
}
.item-3__link-img img {
  border-radius: 8px;
}
.item-3__right {
  display: flex;
  flex-direction: column;
}
.item-3__link {
  font-size: 19px;
  line-height: 20px;
  font-family: 'PT Serif';
  color: #42424b;
  margin-bottom: 5px;
}
.item-3__link:hover {
  text-decoration: underline;
}
.item-3__preview p {
  margin-bottom: 10px;
}
.item-3__preview p:nth-child(3),
.item-3__preview p:nth-child(4) {
  display: none;
}
.item-3-hid {
  display: none;
}

.show-more {
  width: 270px;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
  color: #9fa9b1;
  display: block;
  text-align: center;
  margin: 30px auto;
  background: #f4f8fb;
  cursor: pointer;
  border: 0;
}
.show-more:hover {
  text-decoration: underline;
}

.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;
}

.authorpage {
  display: flex;
  flex-direction: column;
}
.authorpage p {
  font-size: 17px;
  margin-bottom: 10px;
}
.authorpage-1 {
  display: flex;
  align-items: start;
}
.authorpage-1 img {
  margin-right: 30px;
  border-radius: 8px;
}
.author {
  display: flex;
  border-top: 1px solid #e9edee;
  border-bottom: 1px solid #e9edee;
  padding: 20px;
  margin-top: 40px;
}
.author__img-link {
  width: 165px;
  height: 165px;
  margin: -35px 30px 0 0;
}
.author__img-link img {
  border-radius: 6px;
}
.author__right {
  display: flex;
  flex-direction: column;
}
.author__specify {
  color: #579812;
  font-size: 14px;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: bold;
}
.author__header {
  font-size: 22px;
  color: #0e0e12;
  margin: 7px 0 10px;
  font-family: 'PT Serif';
}
.author__header:hover {
  text-decoration: underline;
}
.author__preview {
  font-size: 17px;
  color: #4b4b4b;
}
.author__preview p {
  margin-bottom: 5px;
}
.author__link {
  color: #65656e;
  font-size: 13px;
  font-weight: bold;
  width: 110px;
}
.author__link:hover {
  text-decoration: underline;
}
.author__link:after {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  position: absolute;
  margin: -15px 0 0 110px;
  background: url(/i/sprite.png) -243px -236px;
}

.header-italic {
  font-size: 19px;
  color: #0e0e12;
  font-family: 'PT Serif';
  font-style: italic;
  text-align: center;
}

.authorpage .header-italic {
  margin: 10px 0 0;
}

.authorpage-2 {
  margin-top: 30px;
}
.authorpage-2 h2 {
  font-family: 'PT Serif';
  font-size: 30px;
  line-height: 31px;
  font-style: italic;
  margin-bottom: 20px;
}
.authorpage-2 img {
  float: right;
  border-radius: 6px;
  margin: 0 0 30px 30px;
}

.author-specify {
  color: #919294;
  font-size: 14px;
  line-height: 14px;
  font-family: 'PT Serif';
  font-style: italic;
  margin: -10px 0 20px 0;
  padding-left: 22px;
  display: block;
}
.author-txtabout {
  width: 100%;
  float: left;
}
.author-img {
  width: 270px;
  height: 270px;
  margin: 0 30px 30px 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.author-img img {
  float: left;
  margin: 0 30px 20px 0;
  border-radius: 8px;
}
.author-img span {
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  margin: 195px 0 0 200px;
}
.author-img:after {
  content: '';
  display: block;
  margin: 220px 0 0 223px;
  position: absolute;
  width: 44px;
  height: 43px;
  background: url('/i/sprite.png') 0 -265px;
}

.artslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ask_author {
  float: left;
  width: 100%;
  margin: 20px auto;
}

.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;
  font-family: 'PT Serif';
  font-style: italic;
}

.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: 16px;
  color: #fff;
  display: block;
  float: right;
  background: #ef2f55;
  border: 2px solid #ef2f55;
  width: 270px;
  height: 40px;
  line-height: 37px;
  margin-top: 20px;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
}

#ask_expert_submit:hover {
  transition: .2s;
  background: #fff;
  color: #ef2f55;
  border: 2px solid #ef2f55;
}

.articleBody {
/*  float: left;*/
  width: 100%;
  margin: 20px 0;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.articleBody > p {
  margin-bottom: 20px;
}

.articleBody > p strong {
  font-weight: bold;
}

.articleBody > p i {
  font-style: italic;
  font-weight: bold;
}

.articleBody > p a {
  color: #2b405e;
  text-decoration: underline;
  font-style: italic;
}

.articleBody > p a:hover {
  text-decoration: none;
}

.imgRound {
  display: block;
  border-radius: 50% !important;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.padLeft {
  padding-left: 45px;
}

.contents {
	background: #fbf9f1;
	width: calc(100% + 40px);
	margin: 20px 0 20px -40px;
	padding: 20px 20px 20px 40px;
	clear: both;
}

.contents .header {
  font-size: 24px;
  line-height: 26px;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  color: #fe7625;
  width: 100%;
  border-bottom: 1px solid #f3f0e2;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  width: 100%;
}

.contents .header:before {
  content: '';
  display: block;
  margin: -20px 0 0 0;
  position: absolute;
  width: 54px;
  height: 6px;
  background: url('/i/sprite.png') -13px -225px;
}

.contents .header span {
  display: inline-block;
  float: right;
  width: 13px;
  height: 11px;
  background: url('/i/sprite.png') 0 -206px;
  cursor: pointer;
  margin: 6px 20px 0 0;
}

.contents .header span:hover {
  transform: rotate(180deg);
}

.contents ul {
  list-style: none;
}

.contents ul li a {
  color: #42424b;
  text-decoration: none !important;
}

.contents ul li a:hover {
  text-decoration: underline !important;
}

.contents ul li ul li a {
  color: #5a5a63;
}

.contents ul ul {
  padding-left: 30px;
}

.contents ul ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -6px 10px 0 0;
  background: url('/i/sprite.png') -22px -208px;
  width: 13px;
  height: 5px;
}

.articleBody h2 {
  font-size: 32px;
  line-height: 33px;
  margin: 20px 0;
/*
  width: 100%;
  float: left;
*/
}

.articleBody h3 {
  font-size: 29px;
  line-height: 30px;
  margin: 20px 0;
/*
  width: 100%;
  float: left;
*/
}

.articleBody h4 {
  font-size: 26px;
  line-height: 27px;
  margin: 20px 0;
/*
  width: 100%;
  float: left;
*/
}

.articleBody > p img {
  border-radius: 8px;
}

.articleBody ol, .articleBody ul {
  clear: both;
}

ol {
  list-style: none;
  counter-reset: point;
}

ul {
  list-style: none;
}

.articleBody ol li, .articleBody ul li {
  margin-bottom: 5px;
}

.articleBody ol li strong, .articleBody ul li strong {
  font-weight: bold;
}

.articleBody ol li i, .articleBody ul li i {
  font-style: italic;
  font-weight: bold;
}

.articleBody ol li a, .articleBody ul li a {
  text-decoration: underline;
}

.articleBody ol li a:hover, .articleBody ul li a:hover {
  text-decoration: none;
}

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,
ul.accentyellow li:before {
  content: '';
  display: block;
  position: absolute;
  margin: 8px 0 0 -22px;
  width: 10px;
  height: 11px;
  background: url('/i/sprite.png') -658px -218px;
}

ul.accentgreen li:before {
  background-position: -694px -218px;
}

ul.accentred li:before {
  background-position: -712px -218px;
}

ul.accentyellow li:before {
  background-position: -676px -218px;
}

ol.accentgreen li:before {
  color: #6abd37;
}

.articleBody > ol,
.articleBody > ul {
  padding: 25px 25px 25px 100px;
}

.accentgreen {
  background: #f4fcec;
  width: 100%;
  padding: 25px 25px 25px 100px;
  margin: 20px 0;
  color: #384030;
  line-height: 26px;
  font-size: 17px;
  border-top: 1px solid #d2e4c0;
  border-bottom: 1px solid #d2e4c0;
}

ol.accentred li:before {
  color: #ee446c;
}

.accentred {
  background: #fff3f4;
  width: 100%;
  padding: 25px 25px 25px 100px;
  margin: 20px 0;
  color: #391b1d;
  line-height: 26px;
  font-size: 17px;
  border-top: 1px solid #f1dcde;
  border-bottom: 1px solid #f1dcde;
}

ol.accentblue li:before {
  color: #56509f;
}

.accentblue {
  background: #ebf3fa;
  width: 100%;
  padding: 25px 25px 25px 100px;
  margin: 20px 0;
  color: #41526c;
  line-height: 26px;
  font-size: 17px;
  border-top: 1px solid #d3e4f4;
  border-bottom: 1px solid #d3e4f4;
}
ol.accentyellow li:before {
  color: #ffae00;
}

.accentyellow {
  background: #fcf4e4;
  width: 100%;
  padding: 25px 25px 25px 100px;
  margin: 20px 0;
  color: #3f3922;
  line-height: 26px;
  font-size: 17px;
  border-top: 1px solid #ffae00;
  border-bottom: 1px solid #ffae00;
}

.accentblue strong, .accentblue i, .accentblue a {
  color: #2b405e;
}

.accentred strong, .accentred i, .accentred a {
  color: #604c4d;
}

.accentgreen strong, .accentgreen i, .accentgreen a {
  color: #384030;
}
.accentyellow strong, .accentyellow i, .accentyellow a {
  color: #3f3922;
}

.article_recommend {
  width: 270px;
  float: left;
  margin: 0 30px 10px 0;
}

.article_recommend_header {
  font-size: 24px;
  color: #0e0e12;
  padding: 0 0 15px 45px;
  border-bottom: 1px solid #ffa455;
  font-family: 'PT Serif';
  margin-bottom: 20px;
}

.article_recommend_header:before {
  content: '';
  display: block;
  margin: 0px 0 0 -45px;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/i/sprite.png') -343px -217px;
}

.review.accentred, .review.accentgreen, .review.accentblue {
  border: 0 !important;
  border-bottom: 1px solid #f0f1f2 !important;
  background: #fff;
  padding-left: 115px;
}

.review:before {
  content: '';
  display: block;
  margin: 0 0 0 -70px;
  position: absolute;
  width: 51px;
  height: 50px;
  background: url('/i/sprite.png') -839px -211px;
}

.review.accentgreen:before {
  background-position: -969px -211px;
}

.review.accentblue:before {
  background-position: -904px -211px;
}

.review > span {
  display: block;
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  color: #3b4657 !important;
  font-size: 17px;
  margin-bottom: 10px;
}

.review p {
  color: #4b4b4b;
  font-size: 17px;
}

.article iframe {
/*  float: left;
*/
  width: 100%;
  display: block;
  height: 500px;
  margin: 0 0 20px 0;
}

.reviews {
  font-size: 28px;
  color: #0e0e12;
  clear: both;
  margin: 30px 0;
  width: 100%;
}

.greenFlower {
  display: block;
  margin: 5px 10px 0 0;
  float: left;
  width: 15px;
  height: 17px;
  background: url('/i/sprite.png') -730px -215px;
}

.quote {
  margin: 40px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #d9dee2;
  border-bottom: 1px solid #d9dee2;
  position: relative;
  text-align: center;
  color: #69696d;
  font-size: 18px;
  float: left;
}

.quote:before {
  content: '';
  display: block;
  margin: -37px 0 0 calc(50% - 32px);
  position: absolute;
  width: 64px;
  height: 33px;
  background: url('/i/sprite.png') -760px -211px;
}

.articleBody table {
  margin: 30px 0;
/*  float: left;*/
  border: 0;
  border-spacing: 0;
}

.articleBody table th {
  background: #ff8337;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 10px 33px;
  text-align: left;
}

.articleBody table td {
  color: #4b4b4b;
  font-size: 15px;
/*  padding: 10px 33px;*/
  text-align: left;
  border-right: 1px solid #ff8337;
  border-bottom: 1px solid #ff8337;
}

.articleBody table td:last-child {
  border-right: 0;
}

.articleBody table th {
  border-right: 1px solid #ffa269;
}

.articleBody table th:first-child {
/*
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
*/
}

.articleBody table th:last-child {
/*  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
*/
  border-right: 0;
}

.fotorama {
  clear: both;
  margin: 30px 0;
  padding: 0 50px;
}

.fotorama, .fotorama__wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

#colorbox #askFrm {margin: 20px 20px;}
#colorbox #askFrm h2 {color: #e4495b; border-bottom: solid 1px rgba(0,0,0,0.06); clear: left; padding-bottom: 10px}
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;}

/* 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;}

.artfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}
.expert-2 {
  width: 300px;
}
.expert-2-3 {
  width: 180px;
}

.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: 20px;
  height: 20px;
  background: url(/i/sprite.png) -629px -217px;
  cursor: pointer;
}
.vote_no {
  background-position-x: 600px;
}
.vote_yes:hover, .vote_no:hover {
  transition: .2s;
  transform: scale(1.1);
}
.votes_total {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  margin: 0 10px;
}
.internalrate-container__footer {
  font-size: 13px;
  color: #c0c0c5;
}

.wrapper.e404 {
  padding: 50px 0 0 50px;
}

.main-3 #menu-secondary {
  margin: 30px 0 0;
}

.article img {cursor: pointer}

#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}

@media (max-width: 1900px) {
	.leftBlock {
    display: none !important;
	}
}

@media (max-width: 1350px) {
	.panel {
			width: 100%;
			left: 0;
	}
}

@media (max-width: 1200px) {
  .header-top {
    padding: 0 10px;
    height: 60px;
  }
  .footer-top {
    padding: 50px 10px 10px;
  }
  .copy__wrapper {
    padding: 0 10px;
  }
  .main {
    padding: 20px 10px;
  }
  .slider-item__link-img img {
    height: auto;
  }
  .main-7 {
    padding: 40px 0;
    margin: 0;
  }
  .sidebar {
    margin-right: 10px;
  }
  .contentcol {
    width: calc(100% - 370px);
    margin: 0 0 0 10px;
  }
  .after-content {
    padding: 20px 0;
  }
  .contents {
    margin: 20px 0;
    padding: 20px;
    width: 100%;
  }
  .articleBody > ol, .articleBody > ul {
    padding: 20px 10px 20px 60px;
  }
  .articleBody h2,
  .articleBody h3,
  .articleBody h4 {
    margin: 10px 0;
  }
  .articleBody > p {
    margin-bottom: 10px;
  }
  .adsbygoogle,
  #aswift_2_expand,
  #aswift_2_anchor {
    width: 100% !important;
  }
}

@media (max-width: 1000px) {
  .slogan, .grass, #menu-header, #menu-secondary,
  .ask_expert_header, .expert_1, .hideOnSmall {
    display: none;
  }
  .sidebar, .contentcol {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #menu-secondary {
    margin: 10px auto;
  }
  #menu-btn {
    display: block;
    margin-left: 20px;
  }
  .header-top-right {
    display: flex;
  }
  .main-1 {
    flex-direction: column-reverse;
  }
  .main-2, .main-3 {
    width: 100%;
  }
  .main-3 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .main-7__wrapper {
    flex-flow: column;
    align-items: center;
  }
  .main-7__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-8 {
    flex-flow: column;
    align-items: center;
  }
  .main-8__left {
    width: 570px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-9__item {
    width: calc((100% - 30px) / 2);
    align-items: center;
  }
  .main-9__item:nth-child(2) {
    margin-right: 0;
  }
  .main-9__item .item, .main-9__item .item-2 {
    width: 270px;
  }
  .header-info-2 {
    width: 100%;
  }
  .item-1-2 {
    width: 100%;
  }
  .rubric-2 {
    flex-flow: column;
  }
	#menu-header {
		background: #fff;
		padding: 10px 30px;
	}
	#menu-header.completed > ul > li:not(:last-child) {
    border-bottom: 1px solid #000;
	}
	#menu-header.completed .submenu-btn {
    display: block;
    width: 36px;
    height: 36px;
    background-position: -7px -7px;
	}
	#menu-header.completed .submenu-btn.flip {
    background-position: -9px -7px;
	}
	#menu-header > ul > li:after {
		display: none;
	}
	#menu-header > ul > li > a {
		color: #2e2e32;
	}
	#menu-header.visible {
		height: auto;
		padding-bottom: 10px;
	}
	#menu-header ul li > .sub-menu {
    display: block;
    position: relative;
    box-shadow: none;
		padding: 5px 10px 0 20px;
	}
	#menu-header.completed .sub-menu {
    display: none;
	}
	#menu-header.completed:hover .sub-menu {
		display: none;
	}
	#menu-header > ul > li {
		padding: 5px 20px 4px 0;
	}
	#menu-header ul li {
    display: block;
		text-align: left;
	}
	#menu-header > ul > li > a {
		display: inline-block;
		text-align: left;
	}
	.sub-menu a {
		color: #2e2e32;
		border-bottom: 0;
	}
	.after-content {
		width: 100%;
	}
	.relevantItems .item {
		max-width: 33%;
	}
	#menu-header ul li > .sub-menu {
		width: 100%;
	}
	.flip {
		border-top: 0;
	}
}

@media (max-width: 850px) {
  #menu-header {
    height: auto;
    border-radius: 0;
  }
  #menu-header ul li {
    display: block;
  }
  #menu-header ul li:after {
    display: none;
  }
  .copy__wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .soclist {
    float: none;
  }
  .copy p {
    width: 100%;
    margin-right: 0;
  }
  .item-2 {
    width: 275px;
    margin-right: 0;
  }
  .item-2-2 {
    width: calc((100% - 30px) / 3);
  }
  .main-6 {
    flex-flow: column;
    align-items: center;
  }
  .main-10 {
    display: none;
  }
	#yasearch {
		width: 400px;
	}
}

@media (max-width: 768px) {
  .relevantItems.fourItems .item {
    width: 50%;
  }
  .artfooter {
    flex-direction: column;
    justify-content: center;
  }
  .bottomsoclikes {
    margin: 5px 0 10px;
  }
}

@media (max-width: 700px) {
  .header-top {
    flex-direction: column;
    height: auto;
  }
  .header-top-left {
    width: 100%;
  }
  .header-top-right {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -30px;
  }
  #menu-btn {
    margin: -10px 10px 5px 0;
  }
  #yasearch {
    margin: 5px 0;
    width: 100%;
  }
  .footer-top {
    flex-flow: column;
    align-items: center;
  }
  .main-7__right {
    width: 270px;
  }
  .main-7__right .item {
    margin-left: 0;
  }
  .item-3 {
    flex-direction: column;
    align-items: center;
  }
  .item-3__link-img {
    margin: 0 0 20px;
  }
	.relevantItems .item {
		max-width: 50%;
		width: 50%;
	}
}

@media (max-width: 650px) {
  .main-2 {
    justify-content: center;
  }
  .main-4 {
    width: 100%;
  }
  .main-5 {
    margin-top: 10px;
    margin-left: 0;
  }
  .main-8__left, .main-8__right {
    width: 100%;
  }
  .main-8__right {
    flex-flow: column;
    align-items: center;
  }
  .main-9__item {
    width: 100%;
    margin-right: 0;
  }
  .rubric-1 {
    flex-flow: column;
    align-items: center;
  }
  .item-2-2 {
    width: 270px;
  }
  .relevantItems:not(.fourItems) .item {
    width: 100%;
  }
  .relevantItems:not(.fourItems) .item .preview {
    width: 280px;
    margin: 0 auto 5px;
  }
	#menu-header {
		padding: 10px;
	}
}

@media (max-width: 600px) {
  .relevantItems.fourItems .item {
    width: 100%;
		max-width: 100%;
  }
  .relevantItems .item .preview {
    width: 300px;
    margin: 0 auto 5px;
  }
  .authorpage-1 {
    flex-direction: column;
    align-items: center;
  }
  .authorpage-1 img {
    margin: 0 0 10px;
  }
  .author {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .author__img-link {
    margin: -35px 0 10px;
  }
  .authorpage-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .authorpage-2 img {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  .table-row-o1b2l3 {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .table-row-o1b2l3 a {
    width: 100% !important;
  }
  .main-7 {
    padding: 10px 0;
  }
}

@media (max-width: 400px) {
  .footer__menu li {
    display: block;
    margin-left: 0;
  }
  .relevantItems .item .preview {
    width: 280px;
  }
  .articleBody p img,
  .articleBody ul img,
  .articleBody ol img {
    width: 100%;
    height: auto;
    margin: 10px 0;
    float: none;
  }
  .contents {
    margin: 20px 0 0;
    padding: 20px 0;
  }
  .contentcol h1 {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .contentcol h2 {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .contentcol h3 {
    font-size: 21px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .contentcol h4 {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .contentcol h1::before {
    margin: 2px 0 0 -20px;
  }
}





/*************************/
@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;}}
@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-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%}