* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body {
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  font: 14px/24px 'PT Sans';
  border-top: 8px solid #f2f4f8;
}

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

a {
  text-decoration: none;
  transition: .2s;
}

ul, a, p {
  padding: 0;
  margin: 0;
}

main {
  max-width: 1065px;
  background: #fff;
  margin: 0 auto 30px;
  box-shadow: 0px 21px 70px -19px rgba(138,138,138,0.81);
}

#sidefixblock.sticky {
  position: fixed;
  top: 50px;
}

header {
  max-width: 1065px;
  min-height: 123px;
  margin: 0 auto;
  background: #fff;
}

.beauty-line {
  width: 100%;
  height: 9px;
  background-image: url(/i/bg.png);
  background-position: 0 -120px;
  background-repeat: repeat-x;
}

#logo {
  margin-top: 22px;
  margin-left: 65px;
  float: left;
}

#logo a, #footer-logo a.logo {
  display: block;
  width: 186px;
  height: 78px;
  background: url('/i/bg.png') 0 -33px;
}

#menu_btn {
  display: none;
  width: 33px;
  height: 32px;
  cursor: pointer;
}

#menu_btn span {
  display: block;
  width: 33px;
  height: 5px;
  background: #ffa800;
  margin: 5px auto;
  border-radius: 3px;
}

#menu_btn:hover span {
  transition: .2s;
  background: #f78669;
}

.visible {display: block !important;}

#menu-top  > li, #menu-main > ul > li, .breadcrumbs > ul > li, .paginator > li {
  display: inline-block;
  list-style: none;
}

#menu-top {
  float: left;
  margin: 11px 0 12px 30px;
}

#menu-top  > li {
  margin-right: 10px;
}

#menu-top  > li a {
  color: #4e4e4e;
  font-size: 13px;
}

#menu-top  > li a:hover {
  color: #997267;
}

#menu-main {
  width: 655px;
  height: 40px;
  margin: 0 0 0 30px;
  float: left;
  background: #a7886a;
}

#menu-main > ul  > li {
  margin-left: 25px;
  margin-top: 7px;
}

#menu-main > ul  > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#menu-main > ul  > li > a:hover {
  color: #eadcce;
}

#menu-main li.active > a {
  color: #eadcce;
}

.home-link {
  display: block;
  float: left;
  margin-left: -2px;
  width: 42px;
  height: 46px;
  background: url('/i/bg.png') -195px 0;
}

.mainmenu > li {
  position: relative;
}

.mainmenu > li > .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 200px;
  padding: 10px;
  list-style: none;
  z-index: 999;
}

.mainmenu > li:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  display: block;
}

.sub-menu a {
  color: #4e4e4e;
}

.sub-menu a {
  color: #997267;
}

.clear {
  clear: both;
}

.breadcrumbs {
  margin: 20px 0 0 2%;
}

#yasearch {
  width: 400px;
  float: right;
  margin: 6px 130px 0 0;
}

aside #yasearch {
  float: none;
  margin: 0;
}

.ya-site-form__input-text {
  padding: 4px;
}

.ya-site-form__submit {
  padding: 3px;
}

.sidebar {
  float: right;
  width: 320px;
  padding: 20px 0;
  margin: 0 1.9% 0 0;
}

.breadcrumbs ul li:after {content: "-"; color: #aaa; margin: 0 10px; display: inline-block;}
.breadcrumbs ul li:last-child:after {display: none;}
.breadcrumbs a {
  color: #818487;
  font-size: 13px;
  line-height: 22px;
}


/**/
.about, .reklama, .sitemap, main > .rubric, .article, .authorpage, .wrapper-e404 {
  width: calc(96% - 360px);
  margin: 0 2% 20px 1.9%;
  padding-top: 10px;
  float: left;
}

.rubric h1 {
  width: 80%;
}

h1 {
  font-size: 31px;
  padding: 2px 0 2px 23px;
  border-left: 2px solid #ffb422;
}

.reklama > p  > a {
  color: #0270cf;
  text-decoration: underline;
}

.reklama > p  > a:hover {
  color: #80b0d9;
}

.reklama > p {
  font-size: 17px;
  color: #59595c;
  margin-top: 30px;
}

.about > .slogan {
  display: block;
  color: #5c5f62;
  font-size: 13px;
  font-style: italic;
  margin: 8px 0 0 27px;
}

.aboutLogo {
  width: 100%;
  margin-top: 15px;
}

.about > p.p-float {
  font-size: 17px;
  color: #59595c;
  margin: 10px 0 20px 0;
  width: 100%;
  float: left;
}

.about > p > strong{
  color: #070707;
}

.about > h2 {
  margin: 40px 0 0 0;
  padding: 0 0 0 45px;
}

.about > h2::before {
  content: '';
  background: url('/i/bg.png') -273px -71px;
  width: 34px;
  height: 40px;
  position: absolute;
  margin: -10px 0 0 -45px;
}

.about > .author {
  width: 48%;
  float: left;
  margin: 25px 0 10px 0;
}

.about > .author > .avatar > a > img {
  width: 65px;
  border-radius: 50%;
}

.about > .author > .avatar {
  float: left;
  height: 250px;
  margin: 5px 10px 0 0;
}

.about > .author > .top {
  color: #292a2c;
  font-size: 16px;
  font-weight: bold;
  
}

.about > .author > .title {
  color: #808388;
  font-size: 13px;
  
}

.about > .author > .txtabout > p {
  color: #46464a;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}

.about > .author > .morelink {
  color: #bf5575;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ebd0d7;
}



/**/
.sitemap ul {
  margin: 15px 2% 0 2%;
}

.sitemap > ul {
  margin: 20px 2% 0 2%x;
}

.sitemap  ul  li {
  margin: 15px 2% 0 2%;
}

.sitemap a {
  color: #0270cf;
  text-decoration: underline;
  font-size: 15px;
}

.sitemap a:hover {
  color: #80b0d9;
}

.sitemap ul li.rubric > a {
    font-size: 16px;
    font-weight: bold;
}










#slider {
  margin: 0 350px 0 2%;
  padding-top: 20px;
}

/**/
#slider-pic {
  width: 67%;
  margin: 0 3% 0 0;
  float: left;
}

#slider-pic > a > img {
  width: 100%;
  height: auto;
}

.slider-link {
  margin: 10px 0 0 0;
  color: #3c4a5d;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  width: 100%;
  letter-spacing: -0.04em;
}

#slider a:hover {
  color: #997267;
}

.slider-link2 {
  display: block;
  margin-top: 10px;
  padding-left: 30px;
  color: #818487;
}

.slider-link2::before, .popular-middle > a.pop-mid-3::before,
#new-articles .top-left a.top-left-3::before,
#new-articles .top-right div div a:nth-child(2)::before,
#new-articles .middle a:nth-child(3)::before,
#useful .middle a:nth-child(3)::before,
.rub-big > a:nth-child(3)::before, .rub-mid > a:nth-child(3)::before {
  width: 18px;
  height: 25px;
  content: '';
  background: url('/i/bg.png') -477px 0;
  position: absolute;
  margin: 3px 0 0 -30px;
}

#slider-right-block > div > a {
  color: #3c4a5d;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  display: block;
  float: left;
}

.slider-link3 {
  margin: 10px 0;
}

#slider-pic a div img {
  margin-top: 3px;
  float: left;
}

#slider-pic a div p {
  margin-left: 8px;
  float: left;
  color: #818487;
}

#day-theme {
  position: absolute;
  width: 78px;
  height: 27px;
  background: url('/i/bg.png') -395px 0;
  margin-top: -5px;
  margin-left: 10px;
}


#slider-right-block {
  width: 30%;
  margin: 0;
  float: left;
}

#slider-right-block > div {
  margin-top: -4px;
}

#slider-right-block > div.slider-right-block-div2 {
  margin-top: 15px;
}

#slider-right-block > div > a > img {
  width: 100%;
  height: auto;
  margin-top: 3px;
  float: left;
}

#slider-right-block > div > div {
  margin-top: 5px;
}

#slider-right-block > div > div > img  {
  margin-top: 3px;
  float: left;
  padding: 0 10px 20px 0;
}

#slider-right-block > div > div > p {
  margin-left: 8px;
  color: #818487;
  font-size: 13px;
  line-height: 14px;
  
}


/**/
aside {
  width: 300px;
  margin: 20px 2% 0 0;
  float: right;
}

/* askExpert */
#askExpert {
  width: 300px;
  margin-top: 20px;
  border-top: 1px solid #e8edf1;
  border-bottom: 1px solid #e8edf1;
  padding-bottom: 18px;
}


#askExpert .ask-expert-photo  {
  margin: 25px 0 0 20px;
  float: left;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

#ask-expert-name {
  margin: 12px 0 0 0;
  float: right;
  width: 200px;
}

#askExpert a {
  margin: 0;
  color: #292a2c;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

#askExpert a:hover, #askExpert a.ask-link:hover {
  color: #997267;
}

#askExpert p {
  color: #808388;
  font-size: 14px;
}

#askExpert a.ask-link  {
  margin: 2px 73px 0 0;
  float: right;
  color: #282828;
  font-size: 15px;
  font-weight: bold;
  display: block;
}

#askExpert a.ask-link::before {
  content: '';
  background: url('/i/bg.png') -499px 0;
  width: 25px;
  height: 33px;
  position: absolute;
  margin: 1px 0 0 -35px;
}

#expert-desc {
  margin: 25px auto 0;
  width: 85%;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  color: #46464a;
}


/***/
.sidebar li {
  list-style: none;
}

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

/**/
.menu a {
  color: #354356;
  font-size: 17px;
  line-height: 32px;
}

.menu .sub-menu li {
  margin-left: 30px;
}

.menu .sub-menu li a {
  font-size: 14px;
  color: #7b838e;
}

.menu > li::before {
  content: '';
  background: url('/i/bg.png') -17px -208px;
  width: 4px;
  height: 24px;
  position: absolute;
  margin-top: 13px;
}

.menu > li.active::before {
  content: '';
  background: url('/i/bg.png') -9px -208px;
  width: 4px;
  height: 24px;
  position: absolute;
  margin-top: 13px;
}

.menu > li > a {
  padding-left: 12px;
}

.menu > li > a:hover {
  color: #a7886a;
}

.menu > li.active > a {
  color: #a7886a;
  text-decoration: underline;
}

.menu .sub-menu > li {
  padding-left: 10px;
}

.menu .sub-menu > li:hover {
  background: #f2f4f5;
}

.menu .sub-menu > li.active {
  background: #f2f4f5;
}

.menu .sub-menu > li.active > a {
  color: #5b6573;
}



.sidebar #askExpert {
  border-bottom: 0;
}

.sidebarPopular {
  margin-top: 20px;
  min-height: 200px;
}

.sidebarPopular > h2 {
  width: 100%;
  border-bottom: 1px solid #e8edf1;
  padding: 0 0 18px 50px;
  color: #070707;
  font-size: 27px;
  line-height: 19px;
  font-weight: normal;
}

.sidebarPopular > h2::before {
  content: url('/i/popular-sign.png');
  position: absolute;
  width: 30px;
  height: 44px;
  margin: -3px 20px 0 -50px;
}

.sidebar > #comments {
  width: 100%;
  margin: 30px 0 0 0;
  float: none;
}




/**/
#seo-text h2 {
  color: #070707;
  font-size: 27px;
  line-height: 16px;
  font-weight: normal;
  line-height: 19px;
}

#seo-text p {
  color: #46464a;
}


/**/
#tizer {
  width: 100%;
  height: 120px;
  margin-top: 35px;
  padding: 0 2%;
  background: #f2f4f8;
}

#tizer div {
  width: 22%;
  margin-left: 22px;
  padding-top: 30px;
  float: left;
}

#tizer div .tizer1, #tizer div .tizer2, #tizer div .tizer3, #tizer div .tizer4 {
  margin: 0 10px 0 0;
  float: left;
  width: 60px;
  height: 60px;
  background: url('/i/bg.png');
}

#tizer div .tizer1 {background-position: 0 -133px}
#tizer div .tizer2 {background-position: -63px -133px}
#tizer div .tizer3 {background-position: -126px -133px}
#tizer div .tizer4 {background-position: -189px -133px}

#tizer div a {
  color: #354356;
  font-size: 17px;
  text-decoration: underline;
}

#tizer div a:hover {
  text-decoration: none;
}

#tizer div p {
  color: #707478;
  font-size: 13px;
  line-height: 16px;
}



/**/
.mainPageText {
  width: 96%;
  margin: 20px auto;
}

.mainPageText h2 {
  color: #070707;
  font-size: 27px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 20px;
}

.mainPageText p {
  margin-bottom: 20px;
  color: #31313e;
  font-size: 16px;
  line-height: 22px;
}



/* popular */
#popular {
  margin: 35px 550px 0 2%;
  
}

#popHead {
  margin-top: 3px;
  font-size: 27px;
  color: #070707;
  font-weight: normal;
  border-bottom: 1px solid #e8edf1;
  padding-bottom: 15px;
  padding-left: 50px;
}

#popHead::before, .rub-relap .rub-pop-head::before {
  content: '';
  background: url('/i/bg.png') -528px 0;
  position: absolute;
  width: 30px;
  height: 44px;
  margin: 0 20px 0 -50px;
}

.popular-middle {
  width: 45%;
  min-height: 280px;
  float: left;
  margin: 23px 5% 0 0;
  border-bottom: 1px solid #e8edf1;
}

.popular-middle > a.pop-mid-1 > img {
  width: 100%;
  height: auto;
}

.popular-middle > a.pop-mid-2 {
  display: block;
  color: #354356;
  font-size: 16px;
  line-height: 18px;
}

.popular-middle > a.pop-mid-2:hover, .popular-middle > a.pop-mid-3:hover, .popular-bottom > a.pop-bottom-2:hover {
  color: #9c6f5f;
}

.popular-middle > a.pop-mid-3 {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  padding-left: 30px;
  color: #818891;
}

.popular-middle > a.pop-mid-3::before {
  margin: 0 0 0 -30px;
}

.popular-bottom {
  width: 45%;
  float: left;
  margin: 15px 5% 0 0;
}

.popular-bottom > a.pop-bottom-1 {
  display: block;
  float: left;
  margin-bottom: 30px;
}

.popular-bottom > a.pop-bottom-1 > img {
  width: 66px;
  height: 41px;
  padding-right: 10px;
}

.popular-bottom > a.pop-bottom-2 {
  display: block;
  margin-top: -3px;
  color: #354356;
  font-size: 15px;
  line-height: 18px;
}



/* comments */
#comments-main {
  width: 480px;
  min-height: 300px;
  margin: 24px 2% 20px;
  float: right;
  border-bottom: 1px solid #e8edf1;
}

#commentsHead {
  margin: 10px 0 0;
  font-size: 27px;
  color: #070707;
  font-weight: normal;
  padding: 0 0 15px 45px;
  border-bottom: 1px solid #e8edf1;
}

#commentsHead::before {
  content: '';
  background: url('/i/bg.png') -572px 0;
  position: absolute;
  width: 28px;
  height: 35px;
  margin: 2px 20px 0 -45px;
}

#mc-last {
  float: right;
  width: 100%;
}



/* mainPageText2 */
.mainPageText2 {
  background: #f2f4f8;
  float: left;
}

.mainPageText2 div {
  width: 8%;
  margin: 15px 2% 0 6%;
  float: left;
}

.mainPageText2 .red-icon {
  width: 85px;
  height: 83px;
  background: url('/i/bg.png') -252px -133px;
}

.mainPageText2 p {
  float: left;
  width: 80%;
  margin: 30px 2% 20px 0;
  color: #54565a;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.mainPageText2 p::before {
  content: '';
  background: url('/i/bg.png') -199px -50px;
  width: 17px;
  height: 22px;
  margin: -3px 0 0 -27px;
  position: absolute;
}

.mainPageText2 > p > span {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
}




/* new-articles */
#new-articles {
  width: 100%;
}

#new-articles-head {
  font-size: 27px;
  color: #070707;
  margin: 30px 0 0 2%;
  float: left;
  padding-bottom: 18px;
  padding-left: 50px;
  border-bottom: 1px solid #e8edf1;
  width: 96%;
}

#new-articles-head::before {
  content: '';
  background: url('/i/bg.png') -189px -72px;
  position: absolute;
  margin: -5px 0 0 -50px;
  width: 39px;
  height: 34px;
}

#new-articles .top-left {
  width: 47%;
  float: left;
  margin: 22px 0 0 2%;
}

#new-articles .top-left a.top-left-1 img {
  width: 100%;
  height: auto;
}

#new-articles .top-left a.top-left-2 {
  color: #3c4a5d;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  margin-top: 5px;
  width: 100%;
  letter-spacing: -0.04em;
}

#new-articles .top-left a:hover, #new-articles .top-left a.top-left-3:hover {
  color: #9c6f5f;
}

#new-articles .top-left a.top-left-3 {
  margin-top: 10px;
  color: #818891;
  font-size: 13px;
  line-height: 16px;
  padding-left: 25px;
  display: block;
}

#new-articles .top-left a.top-left-3::before {
  margin: 0 0 0 -25px;
}

#new-articles .top-right {
  width: 45%;
  float: left;
  margin-top: 22px;
  margin-left: 4%;
}






#new-articles .top-right div {
  margin-bottom: 28px;
}

#new-articles .top-right > div > a {
  display: block;
  width: 48%;
  float: left;
}

#new-articles .top-right > div > a > img {
  width: 100%;
  height: auto;
}

#new-articles .top-right > div > div {
  float: right;
  width: 50%;
  padding-left: 1%;
}


#new-articles .top-right div div a:first-child {
  display: block;
  color: #354356;
  font-size: 16px;
  line-height: 19px;
}



#new-articles .top-right div div a:nth-child(2) {
  display: block;
  margin-top: 25px;
  color: #818891;
  font-size: 13px;
  line-height: 16px;
  padding-left: 25px;
}

#new-articles .top-right div div a:hover {
  color: #9c6f5f;
}



















#new-articles .middle {
  width: 23%;
  float: left;
  margin: 25px 0 0 1.4%;
  color: #818891;
  font-size: 13px;
  line-height: 16px;
}

#new-articles .first {
  margin-left: 2%;
}

#new-articles .middle a {
  display: block;
}

#new-articles .middle a:first-child img {
  width: 100%;
  height: auto;
}

#new-articles .middle a:nth-child(2) {
  display: block;
  color: #354356;
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
}

#new-articles .middle a:nth-child(3) {
  margin-top: 15px;
  color: #9aa0a7;
  font-size: 13px;
  line-height: 15px;
  padding-left: 25px;
}

#new-articles .middle a:nth-child(3)::before {
  margin: 0 0 0 -30px;
}

#new-articles .middle a:hover {
  color: #9c6f5f;
}















#new-articles .bottom {
  width: 23%;
  min-height: 80px;
  float: left;
  margin: 20px 0 0 1.5%;
  border-top: 1px solid #e8edf1;
  padding-top: 15px;
}

#new-articles .bottom-first {
  margin-left: 2%;
}

#new-articles .bottom img {
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 66px;
  height: 42px;
}

#new-articles .bottom a:nth-child(2) {
  display: block;
  color: #354356;
  font-size: 16px;
  line-height: 19px;
  margin-top: -4px;
}

#new-articles .bottom a:nth-child(2):hover {
  color: #9c6f5f;
}




/**/
#prof-advices {
  width: 96%;
  margin: 30px 2%;
}

#prof-advices h2 {
  color: #31313e;
  font-size: 26px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 20px;
}

#prof-advices p {
  color: #46464a;
  font-size: 15px;
  margin-bottom: 20px;
}



/**/
#useful {
  min-height: 340px;
  margin: 15px 0 0 0;
  padding-bottom: 30px;
}

#usefulHead {
  width: 96%;
  margin: 10px 2% 0 2%;
  padding-bottom: 23px;
  padding-left: 50px;
  color: #070707;
  font-size: 27px;
  font-weight: normal;
  line-height: 25px;
  border-bottom: 1px solid #e8edf1;
}

#usefulHead::before {
  content: '';
  background: url('/i/bg.png') -230px -68px;
  position: absolute;
  width: 39px;
  height: 50px;
  margin: -5px 0 0 -50px;
}

#useful .middle {
  width: 45%;
  float: left;
  margin: 25px 0 0 2%;
}

#useful .first {
  margin-left: 2%;
}

#useful .middle img {
  float: left;
  width: 40%;
  height: auto;
}

#useful .middle a:nth-child(2), #useful .middle a:nth-child(3) {
  width: 45%;
  float: left;
  margin-left: 15px;
  display: block;
}

#useful .middle a:nth-child(2) {
  color: #354356;
  font-size: 16px;
  line-height: 19px;
}

#useful .middle a:nth-child(3) {
  margin-top: 10px;
  color: #818891;
  font-size: 14px;
  line-height: 17px;
  padding-left: 25px;
}

#useful .middle a:nth-child(3)::before {
  margin: 0 0 0 -30px;
}

#useful .middle a:hover {
  color: #9c6f5f;
}









#useful .bottom {
  width: 21.5%;
  min-height: 80px;
  float: left;
  margin: 20px 0 11px 2%;
  padding-top: 15px;
  border-top: 1px solid #e8edf1;
}

#useful .bottom-first {
  margin-left: 2%;
}

#useful .bottom img {
  float: left;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 68px;
  height: auto;
}

#useful .bottom a:nth-child(2) {
  display: block;
  color: #354356;
  font-size: 15px;
  line-height: 19px;
  margin-top: -3px;
}

#useful .bottom a:hover {
  color: #9c6f5f;
}




/* rubric.html */
.rub-big {
  width: 62%;
  float: left;
  margin: 20px 2% 0 0;
}

.rub-mid {
  width: 30%;
  float: left;
  margin: 20px 2% 0 0;
}

.rub-big > a > img, .rub-mid > a > img {
  width: 100%;
  height: auto;
}

.rub-big a, .rub-mid a {
  color: #3c4a5d;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.rub-big a:nth-child(3), .rub-mid a:nth-child(3) {
  font-size: 13px;
  line-height: 16px;
  color: #818891;
  margin: 15px 0 0 25px;
  padding-right: 25px;
}

.rub-big a:hover, .rub-mid a:hover {
  color: #997267;
} 

.rub-big > a:nth-child(3)::before, .rub-mid > a:nth-child(3)::before {
  margin: 0 0 0 -30px;
}

.clear2 {
  width: 100%;
  height: 5px;
  float: left;
}

/* rub-relap */
.rub-relap {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.rubric .relap-default__block-title {
  display: none;
}

.rub-relap .rub-pop-head {
  margin-top: 3px;
  font-size: 27px;
  line-height: 30px;
  color: #070707;
  font-weight: normal;
  border-bottom: 1px solid #e8edf1;
  padding-bottom: 15px;
  padding-left: 50px;
}

.rubric .relap-default__with-under-header-line .relap-default__items-container, 
.article .relap-default__with-under-header-line .relap-default__items-container {
  border-top: 0;
}

.js-relap__item-title-text {
  color: #354356;
  font-size: 16px;
  line-height: 19px;
}



/* paginator */
.paginator {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0;
}

.paginator > li > a {
  font-size: 21px;
  color: #4e5d70;
  padding: 2px 9px;
}

.paginator > li.page-prev > a {
  margin-left: -120px;
}

.paginator > li.page-next > a {
  margin-left: 12px;
}

.paginator > li.page-prev > a, .paginator > li.page-next > a {
  border: 1px solid #dfe5e9;
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 9px;
  position: absolute;
  margin-top: -24px;
}

.paginator > li.active > a, .paginator > li > a:hover {
  background: #ffb422;
  color: white;
}














/* article.html */


/* fotorama - galleryes*/
.fotorama  {margin: 20px 0;}
.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;}

.artfooter {
	border-top: solid 1px #f1f5f7; 
	border-bottom: solid 1px #f1f5f7; 
	margin: 20px 0; 
	padding: 20px 0;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.artauthor {
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.artauthor__ava {
  width: 65px;
  height: 65px;
	border-radius: 50%;
}
.artauthor__link {
	width: 115px;
  text-decoration: none;
  color: #292a2c;
  font-size: 16px;
	line-height: 20px;
}
.artauthor__link:hover {
	color: #000;
}

.bottomsoclikes {
	width: calc(100% - 410px);
	display: flex;
	justify-content: center;
}

.internalrate-container {
  display: inline-block;
  vertical-align: middle;
  float: right;
  line-height: 24px;
  margin-top: 10px;
}
.internalrate { display: inline-block; vertical-align: middle; float: right;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;}
.internalrate:before {content: "Оценка: "; font-size: 12px; font-style: italic; color: #48729e; margin: 0 7px 0 0; display: inline-block;}
.internalrate .value {font-size: 28px; font-family: Impact; color: #fff; font-weight: bold; display: inline-block; vertical-align: middle; background: #e65656; border-radius: 50%; padding: 10px; position: relative; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;}
.internalrate .value .inc, .internalrate .value .dec {cursor: pointer; position: absolute; left: 50%; font-size: 20px; font-weight: bold; vertical-align: middle; width: 20px; height: 20px; line-height:20px; text-align: center; margin-left: -10px; border-radius: 20px; display: none;}
.internalrate .value .inc {top: -12px; background: #000;}
.internalrate .value .dec {bottom: -12px; background: #000; }
.internalrate .value .inc:hover, .internalrate .value .dec:hover {background: #666;}
.internalrate .value:hover .inc, .internalrate .value:hover .dec {display: inline-block;}

.article ins {
  overflow: hidden;
  width: 100% !important;
  margin: 0 !important;
}

.contents {margin: 20px 0 10px 0%; font-size: 16px; padding: 10px 0px 10px 20px; background: #fff9ed; float: left; width: 100%;}
.contents:before {content: ' '; border-bottom: 2px solid #e5b382; width: 30px; position: absolute; margin: -10px 0 0 -20px;}
.contents .header {font-size: 24px; margin: 5px 0 15px 0;}
.contents ul {list-style: none; margin:0 0 0 10px; line-height: 18px;}
.contents ul>li>ul{margin: 0 0 0 20px;}
.contents ul li {margin: 5px 0 3px 15px; padding-left: 15px;}
.contents li:before {
  content: '';
  background: url('/i/bg.png') 0 -207px;
  width: 5px;
  height: 18px;
  position: absolute;
  margin: 5px 10px 0 -15px;
}
.contents a {color: #6c483c; font-size: 16px;}
.contents a:hover {color: #e5b382;}

.article p a, .article li a {color: #b37833; text-decoration: underline;}
.article p a:hover, .article li a:hover {color: #f38e17; text-decoration: none;}

.article p {margin: 20px 0; font-size: 18px;}
.article ul, .article ol {margin: 20px 0;}
.article li {margin: 10px 10px 10px 30px; font-size: 18px;}
.article strong {font-weight: 600;}

.accentgreen {
  background: #f3ffe2;
  color: #4b7015;
}

.accentgreen::before {
  content: ' ';
  border-bottom: 2px solid #9dcb2d;
  width: 30px;
  position: absolute;
  margin: -10px 0 0 -10px;
}

.accentred {
  background: #ffedef;
  color: #961026;
}

.accentred::before {
  content: ' ';
  border-bottom: 2px solid #f23b50;
  width: 30px;
  position: absolute;
  margin: -10px 0 0 -10px;
}

.accentblue {
  background: #e5f6ff;
  color: #206d9e;
}

.accentblue::before {
  content: ' ';
  border-bottom: 2px solid #37baff;
  width: 30px;
  position: absolute;
  margin: -10px 0 0 -10px;
}

ul.accentblue li, ul.accentgreen li, ul.accentred li {list-style: none; }
ul.accentblue  li:before,
ul.accentgreen  li:before,
ul.accentred  li:before   {
  content: '';
  background: url('/i/bg.png') 0 -207px;
  width: 5px;
  height: 18px;
  position: absolute;
  margin: 5px 10px 0 -15px;
}

ul.accentgreen, ul.accentred, ul.accentblue,
ol.accentgreen, ol.accentred, ol.accentblue {
  padding: 10px 10px;
  margin: 10px 0;
  border-radius: 3px;
}

ol  {list-style: none;}

ol {counter-reset: point;}


ol li:before {
  content: counter(point);
  counter-increment: point 1;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  margin-left: -35px;
  text-align: right;
  width: 25px;
}

.article h2 {
  color: #f38e17;
}

.article h3 {
  color: #f5a861;
}

.alignleft {float: left; margin: 10px 10px 10px 0;}
.alignright, li .alignleft {float: right; margin: 10px 0px 10px 10px;}

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

.article iframe {display: block; width:100%; height: 500px;}
.article img {cursor: pointer;}
.article blockquote {font-size: 18px; font-style: italic; margin: 30px 0 20px 0px; padding: 10px 0 10px 45px;}
.article blockquote:before {content: '«'; display: block; float: left; font-size: 120px; width: 50px; height: 20px; font-family: Georgia; line-height: 100px; margin: -50px 0 0 -70px; font-style: normal;}
.article blockquote p {font-style: italic;}

.article blockquote p:first-child {margin: 0px 0;}
.article blockquote p:last-child {margin: 0px 0;}
.article .afterheader {text-align: right; height: 25px;}
.yashare-auto-init:before {content: ""; font-size: 12px; font-style: italic; color: #48729e;}



.article h2 {font-size: 28px; margin-top: 20px;}
.article h3 {font-size: 24px; margin-top: 20px;}
.article h2, h3, h4 {padding: 4px 10px; line-height: 130%; clear: left;}

.article .relap-default__block-title {
  display: none;
}

.blocklinks {margin: 20px 0 20px 0; padding-bottom: 20px;}
.blocklinks .links {overflow: hidden; width: 100%; line-height: 20px;}
.blocklinks .item {position: relative; display: block; height: 200px; width: 32%; background: #000 no-repeat center center; background-size: auto 100%; float: left; box-sizing:border-box; cursor: pointer;transition: background-size 0.2s ease-in;-moz-transition: background-size 0.2s ease-in;-web-kit-transition: background-size 0.2s ease-in;}
.blocklinks .item:last-child {margin-right: 0;}
.blocklinks .item a {background: rgba(0,0,0,0.5); display: inline-block; padding: 10px 10px; vertical-align: bottom; color: #fff; position: absolute; width: 100%; box-sizing:border-box; bottom: 0px; transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-web-kit-transition: all 0.2s ease-in}
.blocklinks .item:hover a {background: rgba(0,0,0,1); font-size: 17px; line-height: 24px; text-decoration: underline;}
.blocklinks .item:hover {background-size: auto 130%;}
.blocklinks .item { margin-right: 2%; margin-top: 10px;}
.blocklinks .third {margin-right: 0;}




#sidefixblock.sticky {
  position: fixed;
  top: -30px;
}




#colorbox #askFrm h2  { color: #f38e17; font-size: 29px; margin: 0 0 30px; }
#colorbox #askFrm {margin: 20px 20px;}
#colorbox #askFrm form.askauthor {margin: 20px 0; border-left: solid 2px #eee; padding: 10px 10px; width: 500px; overflow: hidden;}
#colorbox #askFrm form.askauthor label {clear: left; display: inline-block;  width: 170px; font-size: 14px; color: #666;}
#colorbox #askFrm form.askauthor label.lft {vertical-align: top;}
#colorbox #askFrm form.askauthor input, #colorbox #askFrm form.askauthor textarea {margin: 5px 0; padding: 5px 10px; font-size: 16px; width: 300px;}
#colorbox #askFrm form.askauthor textarea {height: 200px; margin-left: -3px;}
#colorbox #askFrm 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;}
#colorbox #askFrm form .ready {color: #000; font-size: 22px; letter-spacing: -0.00em; width: 100%; text-align: center; margin: 50px auto;}




/* color box (fullsize imgs on click) */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#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; max-width:none; -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;}
#cboxTopLeft{width:14px; height:14px;}
#cboxTopCenter{height:14px;}
#cboxTopRight{width:14px; height:14px;}
#cboxBottomLeft{width:14px; height:43px;}
#cboxBottomCenter{height:43px;}
#cboxBottomRight{width:14px; height:43px;}
#cboxMiddleLeft{width:14px;}
#cboxMiddleRight{width:14px;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#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: #EEE;background: #000;box-sizing:border-box}
#cboxTitle div {margin-left: -7px !important;}



.wrapper-e404 p {margin-top: 30px;}




/* author.html */
.author-data, .artslist, .ask-form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.ask-form {
  margin-top: 30px;
}

.authorpage .title {
  color: #5c5f62;
  font-size: 13px;
  line-height: 30px;
  font-style: italic;
  margin: 10px 0 10px 30px;
}

.author_photo {
  width: 220px;
  height: auto;
  float: left;
  margin-top: 7px;
  padding: 0 35px 25px 0;
}

.authorpage .artslist .artslist-top  {
  float: left;
  width: 30%;
  height: 300px;
}

.authorpage .artslist .artslist-top:nth-child(3) {
  margin: 0 5% 0 5%;
}

.authorpage .artslist .artslist-bottom:nth-child(6) {
  margin: 0 5% 0 5%;
}

.authorpage .artslist .artslist-top img {
  width: 100%;
}

.authorpage .artslist .artslist-bottom img {
  width: 30%;
  float: left;
  margin: 0 10px 30px 0;
}

.authorpage .artslist .artslist-bottom  {
  float: left;
  width: 30%;
  height: 150px;
  padding-top: 15px;
  border-top: 1px solid #e8edf1;
}

.authorpage .artslist a {
  color: #354356;
  font-size: 15px;
  line-height: 17px;
  margin-top: 10px;
  text-decoration: underline;
}

.authorpage .artslist a:hover {
  color: #783b25;
  text-decoration: none;
}

.authorpage .artslist .artslist-top a:nth-child(2), .authorpage .artslist .artslist-bottom a:nth-child(2) {
  margin-top: -3px;
  display: block;
}

.authorpage .artslist .artslist-top a:nth-child(2) {
  margin-top: 5px;
}

.authorpage a.showall {
  display: block;
  float: left;
  width: 100%;
}

.authorpage .artslist a.hid {
    display: none;
    width: 100%;
    float: left;
}

.artslist h2 {
    margin: 30px 0;
    font-size: 27px;
    color: #070707;
    font-weight: normal;
    border-bottom: 1px solid #e8edf1;
    padding-bottom: 15px;
    padding-left: 50px;
}

.artslist h2::before {
  content: '';
  background: url(/i/bg.png) -528px 0;
  position: absolute;
  width: 30px;
  height: 44px;
  margin: 0 20px 0 -50px;
}

.authorpage .ask-form h2 {
  color: #f38e17;
  font-size: 29px;
  margin: 0 0 30px;
}

.authorpage .ask-form h2::before {
  content: '_________________________';
  color: #f38e17;
  position: absolute;
  font-weight: normal;
  font-size: 10px;
  margin-top: -33px;
}

.authorpage .ask-form label {
  color: #27272a;
  font-size: 14px;
  line-height: 24px;
}

.authorpage .ask-form label.lft {
  margin-top: 10px;
  margin-bottom: -25px;
  display: block;
}

.authorpage .ask-form label.label-phone {
  margin-left: 127px;
  margin-right: 87px;
}

.authorpage .ask-form input.input-txt {
  margin-right: 10px;
}

.authorpage .ask-form input, .ask-form textarea {
  height: 40px;
  border: 1px solid #dde2ea;
  padding-left: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border-radius: 2px;
}

.authorpage .ask-form textarea {
  width: 80%;
  height: 100px;
  padding-top: 10px;
}

.authorpage .ask-form input:focus, .ask-form textarea:focus {
  box-shadow: 0 0 5px #f38e17;
  border: 1px solid #f38e17;
}

.authorpage .ask-form button {
  background: #f38e17;
  color: white;
  border: 1px solid #f38e17;
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 10px;
}







/**/
footer {
  width: 100%;
  min-height: 272px;
  background: #f2f4f8;
  padding: 30px 20px;
}

footer > div {
  max-width: 1065px;
  margin: 0 auto;
}

#footer-logo {
  width: 20%;
  margin-left: 65px;
  float: left;
}

#footer-logo a {
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}

#footer-logo .floes {
  width: 150px;
  height: 47px;
  background: url('/i/bg.png') -245px 0;
}

#footer-menu {
  width: 45%;
  float: left;
  margin-left: 20px;
}

.footer-social {
  width: 200px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.soc {
    margin-top: 10px;
    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: 0 0;
}

.soc.fb {
    background-position: -25px 0;
}

.soc.gp {
    background-position: -50px 0;
}

.soc.tw {
    background-position: -75px 0;
}

.soc.ok {
    background-position: -125px 0;
}

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

#footer-privacy {
  width: 60%;
  margin-top: 30px;
  margin-left: 65px;
  color: #5c5f62;
  font-size: 13px;
  line-height: 23px;
}

#footer-privacy span {
  color: #485870;
}

#footer-menu span {
  color: #31313e;
  font-size: 21px;
  font-weight: normal;
  line-height: 19px;
  margin: 10px 0;
  display: block;
}

#footer-menu ul > li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

#footer-menu ul > li > a {
  color: #354356;
  border-bottom: 1px solid #ced1d7;
}

#footer-menu ul > li > a:hover {
  border-bottom: 1px solid red;
}



#back-top {
  position: fixed;
  bottom: 100px;
  left: 10px;
  display: none;
}

#back-top a {
  width: 93px;
  height: 40px;
  border-radius: 3px;
  background: url('/i/bg.png') -321px -63px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;

  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  color: #000;
}

.authorpage p {
  margin-bottom: 20px;
  font-size: 18px;
}

.review {padding: 5px 20px; margin: 20px -10px; border-radius: 2px;display: flex; flex-direction: column-reverse;}
.review p {margin-left: 20px;}
.review p:first-child {margin-top: 10px;}
.review p:last-child {margin-bottom: 10px;}
.review .author {font-style: italic; margin: 0 -20px -5px; padding: 5px 20px; color: #000; font-family: 'Roboto Condensed', sans-serif; font-style: normal;}

.review.accentgreen, .review.accentblue, .review.accentred {background: #fff;}

.review.accentgreen, .review.accentgreen div {color: #5b7d2a;}
.review.accentblue, .review.accentblue div {color: #3f699e;}
.review.accentred, .review.accentred div {color: #ab3243;}

.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: 70px !important;
}

.panel {
  display: none;
  position: fixed;
  top: 0;
  left: calc((100% - 1065px) / 2);
  z-index: 9998;
  width: 1065px;
  height: 40px;
  background: #ccd9f3;
	font-size: 16px;
  -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: auto;
  height: 25px;
  float: right;
  margin: -32px 70px 0 20px;
}
.panel__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 10px 5px 5px;
  height: 31px;
  cursor: pointer;
  width: 400px;
  overflow: hidden;
}
.panel__info span {
  display: block;
  overflow: hidden;
  background: #0c9900;
  padding: 3px 10px 2px;
  font-weight: bold;
  color: #fff;
  width: 1000px;
}

.panel__info:before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background-color: #0c9900;
  background-image: url('/i/dropdown-icon-white.png');
  background-repeat: no-repeat;
  background-position: center; 
  position: absolute;
  margin-left: 400px;
}

.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: 429px;
  margin: -5px 0 0 5px;
  box-shadow: 0 0 8px 0 #e8e8e8;
}
.panel__list > li {
  list-style: none;
  margin: 0 10px 5px 10px;
}
.panel__list > li li {
  list-style: none;
  margin: 0 10px 5px 0;
}
.panel__list ul {
  margin: 0;
}
.panel__list li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 2px 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 450px;
  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);
}

.mobmenu {
  max-width: 1100px;
  background: #fff;
  margin: 10px auto 0;
  padding: 0;
}

.mobmenu, .mobmenu-visible {
    display: none;
}

.panel-menu li, .mobmenu li {
  list-style: none;
  padding: 5px 15px;
  margin: 0;
}

.panel-menu  ul {
  margin: 0;
  padding-left: 0;
}

.panel-menu > ul > li:not(:last-child),
.mobmenu > li:not(:last-child) {
  border-bottom: 1px solid #000;
}

.panel-menu > ul > li,
.mobmenu > li {
  padding: 12px 15px 10px;
  position: relative;
}

.panel-menu > ul > li {
  padding: 14px 15px 13px;
}

.mobmenu > li {
  padding: 6px 10px 5px;
}

.mobmenu > li > a {
  font-size: 17px;
}

.panel-menu > ul > li > ul > li > a,
.mobmenu > li > ul > li > a {
  margin-bottom: 0;
}

.panel-menu > ul > li > ul > li,
.mobmenu > li > ul > li {
  padding: 1px 15px;
}

.submenu-btn {
  width: 53px;
  height: 50px;
  background: url('/i/dropdown-icon.png');
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  cursor: pointer;
}

.mobmenu .submenu-btn {
  width: 36px;
  height: 36px;
  background-position: -7px -7px;
}

.mobmenu .submenu-btn.flip {
  background-position: -9px -7px;
}

.panel-menu li a, .mobmenu li a {
  color: #000;
  text-decoration: none;
}

.cur_category__header {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  margin: 2px 0 0 47px;
  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,
.mobmenu .sub-menu {
  display: none;
  padding-left: 0;
}

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

.mobmenu, .mobmenu-visible {
  display: none;
}

.visible {
  display: block !important;
}

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

.bottomsoclikes {
  width: 220px;
}

.a-top, .before-footer {
  width: 100%;
  overflow: hidden;
}

.rating_div {
	width: 210px;
	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}

.relevantItems {line-height: 18px;}
.relevantItems .item {display: inline-block; vertical-align: top; width: 33%; box-sizing: border-box; padding: 10px 10px; margin-top: 5px; margin-bottom: 5px;}
.relevantItems.fourItems .item {width: 33.3%;}
.relevantItems .item .title {line-height: 21px;}
.relevantItems .item a {text-decoration: none;}
.relevantItems .item:hover {border-color: #eee; background: #eee;}
.relevantItems .item:hover .title {text-decoration: underline; color: #038a15;}
.relevantItems .item a p {color: #000; text-decoration: none; font-size: 13px; margin: 5px 0; }
.relevantItems .item .preview {background: #Fff center center; background-repeat: no-repeat; background-size: cover; height: 200px; margin-bottom: 5px;}
.relevantItems.vertical {}
.relevantItems.vertical .item {display: block; width: auto;}
.relevantItems.vertical .item .preview {height: 140px;}

/************************ 1300px **********************/
@media (max-width: 1800px) {
	.leftBlock {
		display: none !important;
	}
}

/************************ 1300px **********************/
@media (max-width: 1300px) {
	#back-top {
		display: none !important;
	}
}

/************************ 1100px **********************/
@media (max-width: 1100px) {
	
  body {
    border-top: 0;
  }

  header {
    width: 100%;
    min-height: 70px;
    padding: 5px;
    margin: 0;
  }

  #menu-top, #menu-main, .beauty-line {
    display: none;
  }

  #logo {
    padding: 0;
    margin: 0;
  }

  #logo a {
    width: 132px;
    height: 60px;
  }

  #yasearch {
    position: absolute;
    margin: 7px 0 0 calc((100% - 400px)/2);
    float: none;
  }

  #menu_btn {
    position: absolute;
    display: block;
    right: 5px;
    top: 17px;
  }

  main {
    box-shadow: none;
  }

  .mobmenu  {
    display: none;
  }
  .mobmenu.mobmenu-visible {
    display: block;
  }
	
	.panel.visible, .panel {
		display: none !important;
	}
	
	.artfooter {
		flex-direction: column;
	}
	
	.bottomsoclikes {
		width: 100%;
	}
	
	.artfooter > * {
		margin-bottom: 10px;
	}
}

/************************ 1000px ***********************/
@media (max-width: 1000px)
{
  #logo {
    margin: 5px;
  }
  
  #logo img {
    width: 100%;
  }
  
  #menu-main {
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  #menu-main > ul  > li {
    margin-left: 15px;
  }
  
  /**/
  #slider {
    
  }
  
  #slider-pic, #slider-right-block {
    width: 100%;
  }
  
  #slider-right-block > div {
    width: 49%;
    float: left;
    margin: 10px 2% 0 0;
  }
  
  #slider-right-block > div.slider-right-block-div2 {
    margin: 10px 0 0 0;
  }
  
  #tizer {
    height: 240px;
    margin-top: 20px;
    padding-left: 65px;
  }

  #tizer div {
    width: 40%;
    margin-right: 10px;
    padding-top: 30px;
  }
  
  #popular {
    width: 49%;
    margin: 30px 1% 0 1%;
  }
  
  #comments-main {
    width: 48%;
    margin: 19px 1% 0 0;
  }
  
  .popular-bottom {
    width: 96%;
    margin: 15px 2%;
  }
  
  .popular-bottom a {
    width: 30%;
    float: left;
  }
  
  .popular-bottom a.pop-bottom-1 img {
    width: 100%;
    height: auto;
  }
  
  .popular-bottom a:nth-child(2) {
    width: 66%;
    float: left;
    margin: 0 0 0 4%;
  }
  
  #new-articles .top-right div {
    margin-bottom: 4px;
  }
  
  #useful .bottom img {
    padding-right: 3%;
    width: 30%;
    height: auto;
  }
  
  #useful .bottom a:nth-child(2) {
    width: 64%;
    margin-right: 3%;
    float: right;
  }
  
  .about > .author {
    width: 80%;
    float: left;
    margin: 25px 0 10px 5%;
  } 
  
  /**/
  footer {
    min-height: 272px;
    padding: 10px;
  }

  footer > div {
    width: 100%;
  }
  
  #footer-logo {
    margin: 10px;
    width: 130px;
		height: 60px;
  }
	
	#footer-logo a.logo {
		width: 130px;
		height: 60px;
	}
  
  #footer-logo a img {
    width: 120px;
  }
  
  #footer-menu {
    width: 70%;
    margin-left: 5px;
  }

  #social {
    margin: 0 0 0 5px;
  }
  
  #footer-privacy {
    width: 90%;
    margin: 15px 0;
    padding: 0 10px;
    line-height: 15px;
  }
}

/************************ 768px ***********************/
@media (max-width: 768px) {
  header {
    min-height: 115px;
  }

  #yasearch {
    width: 97%;
    margin: 70px auto 0;
  }

  #menu_btn {
    top: 18px;
  }

  .mobmenu {
    margin-top: 35px;
  }

  .about, .reklama, .sitemap, main > .rubric, .article, .authorpage, .wrapper-e404 {
    margin: 20px 0 20px 1.9%;
    padding-top: 0;
  }
  
  .breadcrumbs {
    display: none;
  }

  aside {
    display: none;
  }
  
  #slider {
    margin-right: 2%;
  }
  
  #slider-pic {
    width: 60%;
    margin: 0 2% 0 0;
  }
  
  #slider-right-block {
    width: 38%;
    margin: 0;
  }
  
  #slider-right-block > div {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
  }
  
  #slider-right-block > div.slider-right-block-div2 {margin-top: 10px;}
  
  #slider-right-block > div > a > img {margin: 0;}
  
  /* Yandex search */
  main > #yasearch {
    width: 100%;
    margin: 0;
  }
  
  .about, .reklama, .sitemap, main > .rubric, .article, .authorpage, .wrapper-e404 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 10px 0;
    float: left;
  }
  
  .sidebar {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
  }
  
  .rub-relap {
    width: 95%;
  }
  
  nav {
    
  }
  
  .hideOnSmall {
    display: none;
  }
  
  /**/
  #tizer {
    height: 240px;
    margin-top: 10px;
    padding-left: 20px;
  }
  
  .popular-middle {
    width: 100%;
    padding-bottom: 20px;
  }
  
  .popular-bottom a:first-child {
    margin: 0;
  }
  
  .popular-bottom a:nth-child(2) {
    width: 100%;
    font-size: 13px;
    line-height: 14px;
    margin: 10px 2% 10px 0;
  }
  
  /**/
  #comments {
    width: 100%;
    min-height: 300px;
    margin: 20px 0 20px 0;
    float: left;
    border-bottom: 1px solid #e8edf1;
  }
  
  .mainPageText2 div {
    width: 9%;
    margin: 15px 3% 0 1%;
  }
  
  .mainPageText2 p {
    width: 85%;
    margin: 30px 2% 20px 0;
  }
  
  /**/
  #new-articles-head {
    width: 98%;
    margin: 10px 1% 0 1%;
    padding-bottom: 10px;
  }
  
  #new-articles .top-left {
    width: 98%;
    margin: 10px 1% 0 1%;
  }
  
  #new-articles .top-left > img {
    width: 60%;
  }
  
  #new-articles .top-right {
    width: 98%;
    margin: 20px 1% 10px 1%;
  }
  
  #new-articles .top-right > div {
    width: 100%;
    float: left;
  }
  
  #new-articles .middle {
    width: 23.5%;
    margin: 10px 0 0 1%;
    font-size: 13px;
    line-height: 16px;
  }

  #new-articles .first {
    margin-left: 1%;
  }

  #new-articles .middle > img {
    width: 100%;
  }

  #new-articles .middle a {
    font-size: 14px;
    line-height: 16px;
  }
  
  #new-articles .bottom {
    width: 48%;
    height: 80px;
    margin: 15px 0 0 1%;
  }

  #new-articles .bottom-first {
    margin-left: 1%;
  }
  
  #new-articles .bottom a {
    float: left;
    width: 50%;
  }
  
  #usefulHead {
    width: 98%;
    margin: 10px 1% 0 1%;
    padding-bottom: 15px;
  }
  
  #useful .middle {
    width: 48%;
    margin: 25px 1% 0 1%;
  }

  #useful .first {
    margin-left: 1%;
  }
  
  #useful .middle a:nth-child(2), #useful .middle a:nth-child(3) {
    width: 56%;
    margin-left: 2%;
    margin-right: 2%;
    float: right;
  }
  
  /**/
  #prof-advices {
    width: 98%;
    margin: 30px 1% 20px 1%;
  }
  
  #useful .bottom {
    width: 48%;
    height: 80px;
    margin: 14px 0 11px 1%;
    padding-top: 10px;
    border-top: 1px solid #e8edf1;
  }

  #useful .bottom-first {
    margin-left: 1;
  }

  #useful .bottom img {
    float: left;
    padding-right: 10px;
    margin-bottom: 30px;
    width: 30%;
    height: auto;
  }
  
  /**/
  footer {
    padding: 0;
    margin: 0;
  }
  
  #footer-menu {
    width: 70%;
    float: right;
  }
  
  #social {
    width: 90%;
  }
  
  #footer-privacy {
    margin-bottom: 0;
    padding-bottom: 5px;
  } 
}

@media (max-width: 600px) {
	.relevantItems.fourItems .item {
    width: 50%;
	}
}

@media (max-width: 547px) {
  #menu-main {
    height: 70px;
    margin: 5px 0 30px 0;
  }
  
  #footer-menu {
    width: 90%;
    float: left;
  }
  
  #useful .middle {
    width: 98%;
    margin: 25px 1% 0 1%;
  }
  
  #useful .middle img {
    width: 40%;
  }

  #useful .middle div {
    width: 55%;
    margin-left: 10px;
  }
}

/************************ 480px ***********************/
@media (max-width: 480px)
{
  #menu-main {
    height: 200px;
  }
  
  #menu-main > ul {
    display: block;
    width: 150px;
    float: left;
  }
  
  #menu-main > ul > li {
    display: block;
  }
  
  #slider {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  
  #slider-pic {
    width: 100%;
    margin: 20px 0;
  }
  
  #slider-right-block {
    width: 100%;
    margin: 0;
  }
  
  aside {
    width: 80%;
  }
  
  #ask-expert-name {
    float: right;
    width: 150px;
  }
  
  /**/
  #seo-text {
    margin: 10px 0;
    padding: 0 5px;
  }
  
  /**/
  #tizer {
    height: 400px;
    margin-top: 10px;
    padding-left: 10px;
  }

  #tizer div {
    /*width: 217px;*/
    width: 90%;
    margin-right: 0;
    padding-top: 30px;
  }
  
  #comments-main {
    display: none;
  }
  
  #popular {
    width: 96%;
    margin: 20px 2%;
  }
  
  .popular-middle, .popular-bottom {
    width: 96%;
    margin: 15px 2%;
  }
  
  .popular-middle {padding-bottom: 10px;}
  
  .popular-bottom {
    width: 96%;
    
  }
  
  .popular-bottom a {
    width: 70%;
    margin: 2px 0 0 0;
    font-size: 13px;
    line-height: 14px;
  }
  
  .mainPageText2 div {
    width: 19%;
    margin: 15px 3% 0 1%;
  }
  
  .mainPageText2 p {
    width: 75%;
    margin: 30px 2% 20px 0;
  }
  
  
  #new-articles .top-right > div {
    width: 100%;
    margin: 0 0 0 0;
  }
  
  #new-articles .middle {
    width: 48%;
    margin: 10px 1% 0 1%;
    font-size: 13px;
    line-height: 16px;
  }

  #new-articles .first {
    margin-left: 1%;
  }

  #new-articles .middle > img {
    width: 100%;
  }

  #new-articles .middle a {
    font-size: 14px;
    line-height: 16px;
  }
  
  #new-articles .bottom {
    width: 98%;
    height: 80px;
    margin: 15px 1% 0 1%;
  }
  
  #new-articles .bottom a:first-child {
    width: 15%;
    margin-right:5%;
  }
  
  #new-articles .bottom a:first-child img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  
  #new-articles .bottom a:nth-child(2) {
    width: 80%;
  }
  
  #useful .bottom {
    width: 98%;
    height: 80px;
    margin: 14px 0 11px 1%;
    padding-top: 10px;
    border-top: 1px solid #e8edf1;
  }

  .rub-big, .rub-mid {
    width: 98%;
  }
  
  .rub-big a:nth-child(3), .rub-mid a:nth-child(3) {
    width: 90%;
  }
  
  .about > .author {
    width: 96%;
    float: left;
    margin: 25px 2% 10px 2%;
  } 
  
  .clear2 {
    width: 100%;
    height: 5px;
    float: left;
    display: none;
  }
  
  .blocklinks .item {
      width: 60%;
  }
  
  #footer-privacy {
    width: 96%;
    padding: 0 2%;
  }
  
  
  .paginator {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
  }
  
  .paginator li {
    margin: 0;
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  
  .paginator li.page-prev, .paginator li.page-next {
    margin-top: 5px;
  }
  
  .paginator > li.page-prev > a {
    margin-left: 0;
    position: relative;
  }
  
  li.page-next a {
    position: relative;
    margin-top: 5px;
  }
  
  .paginator li.page-next {
    padding-top: 10px;
  }
  
  .paginator > li.page-next > a {
    margin-left: 0;
    margin-top: 5px;
    position: relative;
  }
  
  h1, .article h2, h3, h4, .authorpage .ask-form h2 {
    font-weight: 400;
    line-height: 110%;
  }
  
  h1 {
    font-size: 26px;
  }
  
  h2, .artslist h2, .article h2, .authorpage .ask-form h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  h4 {
    font-size: 19px;
  }
  
  .article p, .authorpage p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .article li {
    font-size: 15px;
    line-height: 20px;
  }
  
  .article p img, .article li img {
    width: 100%;
    height: auto;
    border: 0;
    margin: 0 0 10px;
  }
  
  .authorpage .artslist .artslist-bottom {
    float: left;
    width: 100%;
    height: 100px;
    min-height: 50px;
    padding-top: 15px;
    border-top: 1px solid #e8edf1;
  }
  
  .authorpage .artslist .artslist-bottom:nth-child(6) {
    margin: 0;
  }
  
}

@media (max-width: 390px) {
  .blocklinks .item {
      width: 90%;
  }
  
  .author_photo {
    width: 100%;
    padding-right: 0;
  }
	
	.relevantItems.fourItems {
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	
	.relevantItems.fourItems .item {
    width: 280px;
	}
}

@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, .rub-relap {display: none;}
  .fotorama__stage.fotorama__pointer, .fotorama__stage__frame, .fotorama__stage__frame .fotorama__img {height: 300px !important;}
}
