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

body {
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

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

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

.article tr td {padding: 10px;}

.article table {width: 100%; border-bottom: 1px solid #e13f61;}

.article tr:first-child {background: #e13f61; color: #fff; }

.article tr:not(:first-child) td {border-bottom: 1px solid #e8edf1;}
.article tr:last-child td {border-bottom: 0;}

.article tr:not(:first-child) td:not(:first-child) {border-left: 1px solid #e8edf1;}

#phone .phone_number a {
  transition: 0s;
}

a:hover {
  color: #d6ad84;
}

.clear {
  clear: both;
}

div.icon {display: none;}

.visible {
  display: block !important;
}

#colorbox #askFrm {margin: 20px 20px;}
form.askauthor {margin: 20px 0; border-left: solid 2px #eee; padding: 10px 10px; width: 500px; overflow: hidden;}
form.askauthor label {clear: left; display: inline-block;  width: 170px; font-size: 14px; color: #666;}
form.askauthor label.lft {vertical-align: top;}
form.askauthor input, form.askauthor textarea {margin: 5px 0; padding: 5px 10px; font-size: 16px; width: 300px;}
form.askauthor textarea {height: 200px; margin-left: -3px;}
form.askauthor button {padding: 10px 20px; float: right; margin: 0 5px 0 0; border-radius: 5px; border: solid 1px rgba(100,0,0,0.3); cursor: pointer;}
form .ready {color: #000; font-size: 22px; letter-spacing: -0.00em; width: 100%; text-align: center; margin: 50px auto;}


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

/* header */
header {
  width: 100%;
  min-height: 120px;
  border-top: 5px solid #f0f4f7;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

a.logo {
  display: block;
  width: 280px;
  height: 65px;
  float: left;
  margin: 0;
  background: url('/i/bg.png');
}

.expert {
  width: auto;
  height: 80px;
/*  float: left;*/
  margin: 30px 0 30px 0px;
}

.expert img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.expert p {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #808388;
  margin-top: -5px;
}

.expert a:nth-child(3) {
  font-size: 21px;
  color: #292a2c;
  line-height: 18px;
}

.expert a:nth-child(4) {
  float: right;
  margin-top: 20px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #9ca5b2;
}

.expert a:nth-child(3):hover, .expert a:nth-child(4):hover {
  color: #b4bbc3;
}

.expert a:nth-child(4)::before {
  content: ' ';
  position: absolute;
  width: 27px;
  height: 27px;
  background: url('/i/bg.png') -208px -75px;
  margin: 0 0 0 -30px;
}

.expert a:nth-child(4)::after {
  content: ' ';
  position: absolute;
  width: 95px;
  height: 1px;
  border-top: 1px solid #e1e3e7;
  margin: 18px 0 0 -95px;
}

#yasearch {
  max-width: 220px;
  float: right;
  margin-top: 20px;
}

#yasearch input {
  padding: 3px;
}

.menu-top {
  width: 100%;
  min-height: 50px;
  background: #3d91c1;
  margin-top: 5px;
}

.menu-bottom {
  width: 100%;
  min-height: 40px;
  background: #f0f4f7;
}

.menu-top ul, .menu-bottom ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}


.menu-top ul li, .menu-bottom ul li {
  display: inline-block;
}

.menu-top ul li:first-child a {
  display: block;
  width: 43px;
  height: 43px;
  background: url(/i/bg.png) -155px -75px;
  padding-bottom: 7px;
  margin-bottom: -7px;
}

.menu-top ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
  height: 50px;
  display: block;
  padding: 0 25px;
}

.menu-top ul li:not(:first-child) a:hover, .menu-top ul li.active a {
  background: #377ea6;
}

.menu-bottom ul li a {
  font-size: 16px;
  color: #8d8f98;
  font-weight: 400;
  line-height: 38px;
  height: 40px;
  display: block;
  padding: 0 20px;
}

.menu-bottom ul li a:hover, .menu-bootom ul li.active a {
  color: #b4bbc3;
}

#slider {
  width: calc(100% - 320px);
  float: left;
}

#slider .slider-main-pic {
  max-width: 60%;
  float: left;
}

#slider .slider-main-pic::before {
  content: '';
  position: absolute;
  width: 118px;
  height: 30px;
  background: url('/i/bg.png') 0 -117px;
  margin: -5px 0 0 5px;
}

#slider .slider-main-pic > a {
  display: block;
  width: 100%;
  float: left;
}

#slider .slider-main-pic img {
  width: 100%;
}

#slider .slider-main-pic div:nth-child(2) {
  margin-top: -105px;
  padding: 20px 0 20px 20px;
  width: 100%;
  min-height: 100px;
  float: left;
  background: rgba(1,1,1, .4);
}

#slider .slider-main-pic div a {
  display: block;
  width: 90%;
  float: left;
}

#slider .slider-main-pic div a:hover {
  text-decoration: underline;
}

#slider .slider-main-pic div a:first-child {
  font-size: 13px;
  color: #c7ccd4;
  line-height: 16px;
  padding-left: 20px;
}

#slider .slider-main-pic div a:first-child::before {
  content: ' ';
  position: absolute;
  margin: 0 0 0 -20px;
  background: url('/i/bg.png') -168px -234px;
  width: 16px;
  height: 16px;
}

#slider .slider-main-pic div a:nth-child(2) {
  margin-top: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.slider-right-div {
  float: left;
  width: 37%;
  min-height: 60px;
  border-bottom: 1px dotted #bfbfbf;
  margin: 0 0 15px 3%;
  padding-bottom: 15px;
}

.slider-right-div a:first-child {
  display: block;
  width: 55px;
  height: 38px;
  float: left;
  margin-right: 15px;
}

.slider-right-div a:first-child img {
  width: 100%;
}

.slider-right-div a:nth-child(2) {
  color: #4a5971;
  display: block;
  font-size: 16px;
  line-height: 19px;
  float: right;
  width: calc(100% - 70px);
  margin-top: -4px;
}

.slider-right-div a:nth-child(2):hover {
  color: #b4bbc3;
}

#mainpage-tizers {
  width: 300px;
  float: right;
  margin-top: -17px;
}

.tizer {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 10px 75px;
  position: relative;
}

.tizer.tiz1 {
  border-bottom: 1px solid #edeceb;
  padding-bottom: 20px;
}

.tizer a {
  display: block;
}

.tizer span.title {
  display: block;
  color: #e05472;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.tizer span.par {
  display: block;
  color: #818891;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
}
.tizer.tiz2 span.title {color: #3d91c1;}
.tizer.tiz2:before {background-position: -249px -75px;}
a:hover .tizer span {color: #9b7b5d !important;}
/*
.tizer.tiz2 a:first-child {
  background-position: -249px -75px;
}

.tizer a:nth-child(2), .tizer a:nth-child(3) {
  float: right;
  width: calc(100% - 70px);
}

.tizer.tiz1 a:nth-child(2) {
  color: #e05472;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.tizer.tiz1 a:nth-child(3), .tizer.tiz2 a:nth-child(3) {
  color: #818891;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
}

.tizer.tiz2 a:nth-child(2) {
  color: #3d91c1;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.tizer.tiz1 a:nth-child(3):hover, .tizer.tiz2 a:nth-child(3):hover {
  color: #9b7b5d;
}

.tizer.tiz1 a:nth-child(2):hover {
  color: #b58c85;
}

.tizer.tiz2 a:nth-child(2):hover {
  color: #9b7b5d;
}
*/
#comments {
  margin-bottom: 20px;
}

.text1 {
  margin: 20px 0;
}

.text1 span {
  display: block;
  color: #31313e;
  font-size: 26px;
  line-height: 24px;
  margin-bottom: 20px;
}

.text1 p {
  margin-bottom: 20px;
}


.childDent, .adultDent {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}

.childDent {
  margin-right: 2%;
}

.childDent span {
  display: block;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf1;
  color: #779812;
  font-size: 27px;
}

.childDent span::before {
  content: '';
  position: absolute;
  width: 45px;
  height: 38px;
  margin: 0 0 0 -55px;
  background: url('/i/bg.png') -260px -138px;
}

.childDent div:nth-child(2),
.adultDent div:nth-child(2),
.childDent div:nth-child(3),
.childDent div:nth-child(4),
.adultDent div:nth-child(3),
.adultDent div:nth-child(4) {
  width: 49%;
}

.childDent div:nth-child(2),
.adultDent div:nth-child(2) {
  float: left;
}

.childDent div:nth-child(3),
.childDent div:nth-child(4),
.adultDent div:nth-child(3),
.adultDent div:nth-child(4) {
  float: right;
}

.childDent div:nth-child(4),
.adultDent div:nth-child(4) {
  margin: 10px 0;
  padding: 20px 0;
  border-top: 1px dotted #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
}

.childDent div:nth-child(2) a:first-child,
.adultDent div:nth-child(2) a:first-child {
  display: block;
  width: 100%;
}

.childDent div:nth-child(5) a:first-child,
.adultDent div:nth-child(5) a:first-child {
  display: block;
  width: 49%;
  float: left;
}

.childDent div:nth-child(5),
.adultDent div:nth-child(5) {
  float: left;
  margin-top: 20px;
}

.childDent div:nth-child(2) a:nth-child(2),
.adultDent div:nth-child(2) a:nth-child(2) {
  display: block;
  width: 100%;
  color: #4a5971;
  font-size: 17px;
  line-height: 20px;
  margin: 10px 0;
}

.childDent div:nth-child(2) a:nth-child(3),
.adultDent div:nth-child(2) a:nth-child(3) {
  display: block;
  width: 100%;
  color: #818891;
  font-size: 13px;
  line-height: 16px;
  padding-left: 20px;
}

.childDent div:nth-child(3) a:nth-child(3),
.childDent div:nth-child(4) a:nth-child(3),
.adultDent div:nth-child(3) a:nth-child(3),
.adultDent div:nth-child(4) a:nth-child(3) {
  padding-left: 20px;
}

.childDent div:nth-child(2) a:nth-child(3)::before,
.adultDent div:nth-child(2) a:nth-child(3)::before,
.childDent div:nth-child(3) a:nth-child(3)::before,
.childDent div:nth-child(4) a:nth-child(3)::before,
.adultDent div:nth-child(3) a:nth-child(3)::before,
.adultDent div:nth-child(4) a:nth-child(3)::before,
.childDent div:nth-child(5) a:nth-child(3)::before,
.adultDent div:nth-child(5) a:nth-child(3)::before {
  content: ' ';
  position: absolute;
  margin: 0 0 0 -20px;
  background: url(/i/bg.png) -168px -234px;
  width: 16px;
  height: 16px;
}

.childDent div:nth-child(3) a:first-child,
.childDent div:nth-child(4) a:first-child,
.adultDent div:nth-child(3) a:first-child,
.adultDent div:nth-child(4) a:first-child  {
  display: block;
  width: 60px;
  height: 40px;
  float: left;
}

.childDent div:nth-child(3) a:nth-child(2),
.childDent div:nth-child(3) a:nth-child(3),
.childDent div:nth-child(4) a:nth-child(2),
.childDent div:nth-child(4) a:nth-child(3),
.adultDent div:nth-child(3) a:nth-child(2),
.adultDent div:nth-child(3) a:nth-child(3),
.adultDent div:nth-child(4) a:nth-child(2),
.adultDent div:nth-child(4) a:nth-child(3) {
  display: block;
  float: right;
  width: calc(100% - 70px);
}

.childDent div:nth-child(3) a:nth-child(2),
.childDent div:nth-child(4) a:nth-child(2),
.adultDent div:nth-child(3) a:nth-child(2),
.adultDent div:nth-child(4) a:nth-child(2) {
  color: #4a5971;
  font-size: 16px;
  line-height: 20px;
  margin-top: -5px;
}

.childDent div:nth-child(3) a:nth-child(3),
.childDent div:nth-child(4) a:nth-child(3),
.adultDent div:nth-child(3) a:nth-child(3),
.adultDent div:nth-child(4) a:nth-child(3) {
  color: #818891;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
}

.childDent div a:first-child img, 
.adultDent div a:first-child img {
  width: 100%;
}

.adultDent span {
  display: block;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf1;
  color: #4b8baf;
  font-size: 27px;
}

.adultDent span::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 31px;
  margin: 5px 0 0 -55px;
  background: url('/i/bg.png') -376px -145px;
}

.childDent div:nth-child(5) a:nth-child(2),
.adultDent div:nth-child(5) a:nth-child(2),
.childDent div:nth-child(5) a:nth-child(3),
.adultDent div:nth-child(5) a:nth-child(3) {
  width: 49%;
  float: right;
  display: block;
}

.childDent div:nth-child(5) a:nth-child(2),
.adultDent div:nth-child(5) a:nth-child(2) {
  color: #4a5971;
  font-size: 17px;
  line-height: 20px;
  margin-top: -5px;
}

.childDent div:nth-child(5) a:nth-child(3),
.adultDent div:nth-child(5) a:nth-child(3) {
  color: #818891;
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  padding-left: 20px;
}

.childDent div:nth-child(2) a:nth-child(2):hover,
.adultDent div:nth-child(2) a:nth-child(2):hover,
.childDent div:nth-child(2) a:nth-child(3):hover,
.adultDent div:nth-child(2) a:nth-child(3):hover,
.childDent div:nth-child(3) a:nth-child(2):hover,
.adultDent div:nth-child(3) a:nth-child(2):hover,
.childDent div:nth-child(3) a:nth-child(3):hover,
.adultDent div:nth-child(3) a:nth-child(3):hover,
.childDent div:nth-child(4) a:nth-child(2):hover,
.adultDent div:nth-child(4) a:nth-child(2):hover,
.childDent div:nth-child(4) a:nth-child(3):hover,
.adultDent div:nth-child(4) a:nth-child(3):hover,
.childDent div:nth-child(5) a:nth-child(2):hover,
.adultDent div:nth-child(5) a:nth-child(2):hover,
.childDent div:nth-child(5) a:nth-child(3):hover,
.adultDent div:nth-child(5) a:nth-child(3):hover {
  color: #b3687d;
}

.lastArts, .popArts {
  margin-top: 30px;
}

.lastArts span {
  color: #e05472;
  font-size: 27px;
  line-height: 26px;
  border-bottom: 1px solid #e8edf1;
  margin-bottom: 22px;
  padding-bottom: 20px;
  display: block;
  padding-left: 50px;
}

.lastArts span::before {
  content: '';
  position: absolute;
  margin: -5px 0 0 -50px;
  width: 43px;
  height: 33px;
  background: url('/i/bg.png') -195px -229px;
}

.popArts span {
  color: #4b8baf;
  font-size: 27px;
  line-height: 26px;
  border-bottom: 1px solid #e8edf1;
  margin-bottom: 22px;
  padding-bottom: 20px;
  display: block;
  padding-left: 50px;
}

.popArts span::before {
  content: '';
  position: absolute;
  margin: -5px 0 0 -50px;
  width: 37px;
  height: 37px;
  background: url('/i/bg.png') -244px -230px;
}

.lastArts div,
.popArts div {
  width: 32%;
  float: left;
  margin-bottom: 20px;
}

.lastArts div:nth-child(3),
.lastArts div:nth-child(7),
.lastArts div:nth-child(11),
.popArts div:nth-child(3),
.popArts div:nth-child(7),
.popArts div:nth-child(11) {
  margin-left: 2%;
  margin-right: 2%;
}

.lastArts div:nth-child(2) a:first-child,
.lastArts div:nth-child(3) a:first-child,
.lastArts div:nth-child(4) a:first-child,
.popArts div:nth-child(2) a:first-child,
.popArts div:nth-child(3) a:first-child,
.popArts div:nth-child(4) a:first-child {
  display: block;
  width: 100%;
}

.lastArts div:nth-child(2) a:first-child img,
.lastArts div:nth-child(3) a:first-child img,
.lastArts div:nth-child(4) a:first-child img,
.popArts div:nth-child(2) a:first-child img,
.popArts div:nth-child(3) a:first-child img,
.popArts div:nth-child(4) a:first-child  img{
  width: 100%;
}

.lastArts div.big a:nth-child(2),
.popArts div.big a:nth-child(2) {
  display: block;
  width: 100%;
  color: #4a5971;
  font-size: 17px;
  line-height: 19px;
}

.lastArts div.small a:first-child,
.popArts div.small a:first-child {
  display: block;
  width: 55px;
  height: 40px;
  float: left;
}

.lastArts div.small a:first-child img,
.popArts div.small a:first-child img {
  width: 55px;
  height: 40px;
  margin-right: 10px;
}

.lastArts div.small a:nth-child(2),
.popArts div.small a:nth-child(2),
.lastArts div.small a:nth-child(3),
.popArts div.small a:nth-child(3) {
  display: block;
  width: calc(100% - 65px);
  float: right;
}

.lastArts div.small a:nth-child(2),
.popArts div.small a:nth-child(2) {
  color: #4a5971;
  font-size: 15px;
  line-height: 19px;
  margin-top: -5px;
  display: block;
}

.lastArts div.big a:nth-child(3),
.lastArts div.small a:nth-child(3),
.popArts div.big a:nth-child(3),
.popArts div.small a:nth-child(3) {
  color: #959ba2;
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
  padding-left: 20px;
  display: block;
}

.lastArts div.big a:nth-child(3)::before,
.lastArts div.small a:nth-child(3)::before,
.popArts div.big a:nth-child(3)::before,
.popArts div.small a:nth-child(3)::before {
  content: '';
  position: absolute;
  margin: 0 0 0 -20px;
  background: url(/i/bg.png) -168px -234px;
  width: 16px;
  height: 16px;
}

.lastArts div.big a:nth-child(2):hover,
.lastArts div.big a:nth-child(3):hover,
.popArts div.big a:nth-child(2):hover,
.popArts div.big a:nth-child(3):hover,
.lastArts div.small a:nth-child(2):hover,
.lastArts div.small a:nth-child(3):hover,
.popArts div.small a:nth-child(2):hover,
.popArts div.small a:nth-child(3):hover {
  color: #b3687d;
}

.lastArts div.small,
.popArts div.small {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
  min-height: 100px;
}

.lastArts .clear2,
.artslist .clear2,
.popArts .clear2 {
  float: left;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
}


/* back-top */
#back-top {
  position: fixed;
  bottom: 17px;
  left: 7px;
  display: none;
}

#back-top a {
  width: 95px;
  height: 43px;
  border-radius: 3px;
  background: url('/i/bg.png') -203px -183px;
  display: block;

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


/* footer */
footer {
  min-height: 230px;
  background: #ebf0f4;
  font-size: 13px;
}

footer .wrapper::before {
  content: ' ';
  position: absolute;
  width: 220px;
  height: 2px;
  background: #61b6e8;
  margin: -20px 0 0 0;
}

.footer-menu {
  width: 60%;
  float: left;
}

.footer-menu span, .info-menu span {
  display: block;
  color: #31313e;
  font-size: 21px;
  margin: 10px 0 20px 0;
}

.footer-menu > ul {
  width: 48%;
  float: left;
}

.footer-menu ul li, .info-menu ul li {
  list-style: none;
}

.footer-menu > ul > li, .info-menu ul li {
  margin-bottom: 5px;
}

.footer-menu > ul > li > ul > li {
  margin-bottom: 4px;
}

.footer-menu > ul > li > ul > li:first-child {
  margin-top: 4px;
}

.footer-menu > ul > li > a, .info-menu ul li a {
  font-size: 16px;
  color: #485870;
}

.footer-menu > ul > li > ul > li > a {
  font-size: 14px;
  color: #667386;
}

.footer-menu > ul > li > a:hover, .info-menu ul li a:hover,
.footer-menu > ul > li > ul > li > a:hover {
  color: #b4bbc3;
}

.info-menu {
  float: left;
  width: 130px;
}

.footer-right-block {
  float: right;
  width: 212px;
}

.footer-social {
  width: 200px;
  float: left;
  margin: 20px 0 0 5px;
}

.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 -232px;}
.soc.fb {background-position: -25px -232px;}
.soc.gp {background-position: -50px -232px;}
.soc.tw {background-position: -75px -232px;}
.soc.ok {background-position: -125px -232px;}
span.soc img {width: 24px; height: 24px; border-radius: 2px;}

a.footer-logo {
  width: 214px;
  height: 50px;
  display: block;
  margin: 0;
  float: left;
  background: url(/i/bg.png) -326px 0;
}

a.floes-design {
  display: block;
  width: 150px;
  height: 50px;
  float: left;
  margin: 20px 0 0 0;
  background: url(/i/bg.png) 0 -67px;
}

.footer-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d9e1e7;
  margin-top: 20px;
}

.footer-privacy {
  width: 100%;
  margin: 20px 0 0 0;
  color: #8a8f94;
}

.footer-privacy p { line-height: 20px; font-size: 14px; }

.footer-privacy p a { color: #667386; text-decoration: underline }
.footer-privacy p a:hover { color: #b4bbc3; text-decoration: none }

.breadcrumbs {
  margin: 5px auto;
}

.breadcrumbs > ul > li, .paginator > li {
  display: inline-block;
  list-style: none;
}
  
  .breadcrumbs ul {
    margin-left: 2%;
  }
    
    .breadcrumbs ul li {
      margin-left: 27px;
    }
    
    .breadcrumbs ul li:first-child {
      margin-left: 0;
    }
    
    .breadcrumbs > ul > li:first-child::before {
      content: ' ';
      background: url(/i/bg.png) 0 -177px;
      width: 12px;
      height: 12px;
      position: absolute;
      margin: 4px 0 0 -20px;
    }
    
    .breadcrumbs ul li:after {
      content: "/";
      color: #aaa;
      margin: -1px 10px 0;
      position: absolute;
    }
    
    .breadcrumbs ul li:last-child:after {display: none}
    
    .breadcrumbs ul li a {color: #495668}
    .breadcrumbs ul li:last-child a {color: #a3a5a7}
    
    .breadcrumbs ul li a:hover, .breadcrumbs ul li:last-child a:hover {color: #b3687d;}
    
.about, .reklama, .wrapper > .rubric, .article, .authorpage, .wrapper-e404, #ya-site-results {
  width: calc(99% - 340px);
  margin: 0 0 20px 0;
  padding-top: 10px;
  float: left;
}

.sitemap {
  width: 100%;
  margin: 0 0 20px 0;
  padding-top: 10px;
  float: left;
}

h1 {
  font-size: 31px;
  margin-bottom: 20px;
  color: #31313e;
}

.sidebar {
  float: right;
  width: 300px;
  padding: 0;
  margin: 0 0 20px 0;
}

  .menu {
    margin: 0 0 20px 0;
  }
  
  .sidebar li {
    list-style: none;
    font-size: 16px;
  }
  
  .sidebar ul.menu > li > a {
    padding: 5px 0 7px 20px;
    display: block;
    color: #5c687d;
    font-size: 18px;
    line-height: 20px;
  }
  
  .menu > li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/i/bg.png) -63px -157px;
    margin: 11px 0 0 0;
  }
  
  .menu > li.active::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/i/bg.png) -84px -157px;
    margin: 11px 0 0 0;
  }
  
  .sidebar ul.sub-menu > li > a {
    padding: 5px 0 7px 20px;
    display: block;
    color: #7b838e;
    font-size: 16px;
    line-height: 18px;
  }
  
  .sidebar nav span {
    margin: 10px 0 20px;
    font-size: 27px;
    color: #779812;
    padding: 0 0 10px 50px;
    border-bottom: 1px solid #e8edf1;
    display: block;
  }
  
  .sidebar nav span::before {
    content: '';
    position: absolute;
    background: url(/i/bg.png) -293px -232px;
    width: 33px;
    height: 33px;
    margin: 3px 0 0 -50px;
  }
  
  .sidebar li a:hover {color: #d6ad84;}
  
  .sidebar ul.menu > li.active > a {padding-left: 20px; color: #7d2133; font-weight: 700}
  .sidebar ul.menu > li > a:hover {padding-left: 20px; color: #7d2133}
  
  .sidebar ul.sub-menu > li.active > a {padding-left: 20px; color: #7d2133; font-weight: bold;}
  .sidebar ul.sub-menu > li > a:hover {color: #7d2133}
  
    .sidebar ul.sub-menu {margin-left: 20px;}
    
  .sidebar-expert {
    padding: 20px 0;
  }
  
    .sidebar-expert * {display: block;float: left;}
    .sidebar-expert img {margin: 0 0 0 20px; border-radius: 50%;}
    .sidebar-expert a:nth-child(2) {
      background: #ecf3f8;
      color: #778291;
      font-size: 18px;
      font-weight: 100;
      line-height: 18px;
      margin: -10px 0 0 0;
      padding: 5px 0 5px 9px;
      width: 100%;
    }
    
    .sidebar-expert p:nth-child(3) {
      width: 100%;
      font-size: 13px;
      color: #818891;
      margin: 10px 0 10px 10px;
    }
    
    .sidebar-expert a:nth-child(4) {
      width: 100%;
      color: #5c5f62;
      font-size: 16px;
      font-weight: 100;
      line-height: 18px;
      margin: 0 0 20px 10px;
    }
    
    .sidebar-expert a {}
    .sidebar-expert a:hover {color: #d6ad84;}
    
  #commentsHead {
    margin: 10px 0 0;
    font-size: 27px;
    color: #070707;
    font-weight: normal;
    padding: 0 0 10px 30px;
    border-bottom: 1px solid #e8edf1;
  }
    
  #commentsHead::before {
    content: '';
    position: absolute;
    background: url('/i/bg.png') -50px -177px;
    width: 20px;
    height: 20px;
    margin: 10px 0 0 -30px;
  }
  
/* 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: -110px;
}

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

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

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

.rubric .rub-big a,
.rubric .rub-small a {
  display: block;
}

.rubric .rub-big:nth-child(3),
.rubric .rub-big:nth-child(15),
.rubric .rub-small:nth-child(7),
.rubric .rub-small:nth-child(11) {
  margin-left: 2%;
  margin-right: 2%;
}

.rubric .rub-big {
  margin-bottom: 20px;
}

.rubric .rub-big, .rubric .rub-small {
  width: 32%;
  float: left;
}

.rubric .rub-big a img {
  width: 100%;
}

.rubric .rub-big a:nth-child(2) {
  color: #3c4a5d;
  font-size: 17px;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.rubric .rub-big a:nth-child(3) {
  color: #9d9fa1;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0; 
}

.rubric .rub-small {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 161px;
}

.rubric .rub-small a:first-child {
  width: 55px;
  float: left;
}

.rubric .rub-small a img {
  width: 55px;
  height: 37px;
}

.rubric .rub-small a:nth-child(2) {
  color: #3c4a5d;
  font-size: 15px;
  line-height: 20px;
  margin: -5px 0 0 0;
  float: right;
  width: calc(100% - 65px);
}

.rubric .rub-small a:nth-child(3) {
  color: #9d9fa1;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0 0;
  float: right;
  width: calc(100% - 65px);
}

.rubric .rub-big a:hover, .rubric .rub-small a:hover {color: #ab3243;}

.rubric .rub-big a:nth-child(3),
.rubric .rub-small a:nth-child(3) {
  padding-left: 20px;
}

.rubric .rub-big a:nth-child(3)::before,
.rubric .rub-small a:nth-child(3)::before {
  content: ' ';
  position: absolute;
  margin: 3px 0 0 -20px;
  background: url(/i/bg.png) -168px -234px;
  width: 16px;
  height: 16px;
}



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

.rub-relap .relap-default__block-title {display: none}
.rub-relap .relap-default__items-container.js-relap__items-container {margin: 10px 0 30px 0}



.rub-relap .rub-pop-head2 {
  margin-top: 3px;
  font-size: 28px;
  line-height: 30px;
  color: #151516;
  font-weight: normal;
  padding-left: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf1;
}

.rub-relap .rub-pop-head2:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  background: url('/i/bg.png') -331px -229px;
  margin: -3px 0 0 -50px;
}

.rub-relap .rub-pop-head {
    margin: 10px 0 0;
    font-size: 27px;
    color: #070707;
    font-weight: normal;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e8edf1;
}

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

/* 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 {background: #f4f7f9; margin: 20px 0; padding: 10px 20px; overflow: hidden;}

                                               
.internalrate-container {float: right; margin: 5px 20px 0 0;}
.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;}

.contents {margin: 20px 0 10px 0%; font-size: 16px; padding: 10px 0px 10px 0; float: left; width: 100%;}
.contents .header {font-size: 24px; margin: 5px 0 -20px 0;  background: #fff9ed; padding: 12px; /*border-top: 2px solid #ffb72b;*/}
.contents::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  border-top: 2px solid #ffb72b;
  margin: 2px 0 0 0;
}
.contents > ul {padding: 20px 5px}
.contents ul {list-style: none; margin:0 0 0 10px; line-height: 18px; background: #fff9ed;}
.contents ul>li>ul{margin: 0 0 0 20px;}
.contents ul li {margin: 5px 0 3px 15px;}
.contents ul > li:before {content: '-'; display: inline-block; vertical-align: middle; margin: -6px 10px 0 0;}
.contents ul > li > ul > li:before {content: '-'; display: inline-block; vertical-align: middle; margin: -6px 10px 0 0;}
.contents a {color: #6c483c; font-size: 16px; text-decoration: underline}
.contents a:hover {color: #b3687d; text-decoration: none}

.article p a {color: #9aa8bc; text-decoration: underline;}
.article p a:hover {color: #b3687d; text-decoration: none;}
.article {line-height: 32px;}
.article p {margin: 20px 0; font-size: 19px; color: #000;}
.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;
  /*border-left: 2px solid #9dcb2d;*/
}

.accentgreen:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #9dcb2d;
  margin: -12px 0 0 -10px;
}

.article li a {
  color: #9aa8bc;
  text-decoration: underline;
}

.article li a:hover {
  color: #b3687d;
  text-decoration: none;
}

.accentred {
  background: #ffedef;
  color: #961026;
  /*border-left: 2px solid #f23b50;*/
}

.accentred:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #f23b50;
  margin: -12px 0 0 -10px;
}

.accentred p {
  color: #961026;
}

.accentblue {
  background: #e5f6ff;
  color: #206d9e ;
  /*border-left: 2px solid #37baff;*/
}

.accentblue:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background: #37baff;
  margin: -12px 0 0 -10px;
}

.accentblue p {
  color: #206d9e ;
}

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

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


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

.article h2, .article h3, .galleryHead {
  color: #607811;
}

.article h2:before, .article h3:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 2px;
  background: #90bc32;
  margin: -10px 0 0 2px;
}

.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; border: solid 2px rgba(100,100,100,0.1);}
.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, .galleryHead {font-size: 32px; margin-top: 40px;}
.article h3 {font-size: 26px; margin-top: 40px;}
.article h2, h3, h4, .galleryHead {padding: 4px 0; line-height: 130%; clear: left; font-weight: 600;}
    
.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;}

.review {padding: 5px 0; margin: 20px 0; border-radius: 2px;display: flex; flex-direction: column-reverse;}
.review p {margin-left: 20px; font-family: 'Open Sans'; font-size: 16px; line-height: 24px;}
.review p:first-child {margin-top: 10px;}
.review p:last-child {margin-bottom: 10px;}
.review .author { font-size: 20px; margin: 0; padding: 5px 20px; color: #000;  font-weight: normal; letter-spacing: -0.04em; }

.review.accentgreen, .review.accentblue, .review.accentred {background: #fff; border-left: 0;}

.review.accentgreen, .review.accentgreen div, .review.accentgreen p {color: #778d53;}
.review.accentblue, .review.accentblue div, .review.accentblue p {color: #3f699e;}
.review.accentred, .review.accentred div, .review.accentred p {color: #ab3243;}

.review.accentgreen:before, .review.accentblue:before, .review.accentred:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: #fff;
  margin: 0;
}

.review.accentgreen .author::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('/i/bg.png') 0 -262px;
  margin: -8px 0 0 -20px;
}

.review.accentblue .author::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('/i/bg.png') -39px -262px;
  margin: -8px 0 0 -20px;
}

.review.accentred .author::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url('/i/bg.png') -19px -262px;
  margin: -8px 0 0 -20px;
}


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


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

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

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

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

.artCommentsHead {
  color: #151516;
  font-size: 28px;
  margin: 20px 0;
  float: left;
}


/* about.html */
.about p {
  margin-bottom: 20px;
  line-height: 20px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.about > p > img {
  float: left;
  padding: 0 20px 5px 0;
}

.about h2 {
  color: #607811;
  font-size: 28px;
  margin: 30px 0;
}

.about h2:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  background: #90bc32;
  margin-top: -5px;
}

.about .author {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}

.about .author:nth-child(6) {
  border-bottom: 1px solid #e8edf1;
  padding-bottom: 30px;
}

.about .author .imglink {
  display: block;
  width: 200px;
  float: left;
  margin: 0 20px;
}

.about .author .imglink:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('/i/bg.png') -154px -130px;
  margin: 170px 0 0 -120px;
}

.about .author .imglink img {
  border-radius: 50%;
}

.about .author > div {
  float: right;
  width: calc(100% - 240px);
}

.about .author a.top, .about .author > div > span {
  display: block;
}

.about .author a.top {
  color: #292a2c;
  font-size: 27px;
  line-height: 26px;
}

.about .author > div > span {
  color: #808388;
  font-family: 'Roboto';
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0;
}

.about .author .txtabout {
  margin: 20px 0;
}

.about .author .morelink {
  font-family: 'PT Sans', sans-serif;
  color: #9ca5b2;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  width: 110px;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
}

.about .author a.top:hover, .about .author .morelink:hover {
  color: #b3687d;
}


/* author.html */
.authorpage p {
  margin-bottom: 20px;
  line-height: 20px;
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  
}

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

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

.authorpage .title {
  color: #808388;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  margin: 0;
}

.author-data h1 {
  margin-bottom: 5px;
}

.author-data .txtabout {
  margin-top: 10px;
}

.author_photo {
  border-radius: 50%;
  float: left;
  margin: 7px 35px 20px 0;
}

.author-data .txtabout:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/i/bg.png) -154px -130px;
  margin: 173px 0 0 80px;
}

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

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

.authorpage .artslist .artslist-bottom  {
  float: left;
  width: 32%;
  margin: 20px 0 0 0;
  min-height: 155px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf1;
}

.authorpage .artslist .artslist-bottom:nth-child(3),
.authorpage .artslist .artslist-bottom:nth-child(6) {
  margin-left: 2%;
  margin-right: 2%;
}

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

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

.authorpage .artslist .artslist-bottom a {
  display: block;
}

.authorpage .artslist .artslist-bottom a:first-child {
  width: 60px;
  margin: 0 10px 0 0;
  float: left;
  margin-top: 0;
}

.authorpage .artslist .artslist-bottom a:nth-child(2) {
  margin-top: -3px;
  float: right;
  width: calc(100% - 70px);
  color: #4a5971;
  font-size: 16px;
  line-height: 20px;
}

.authorpage .artslist .artslist-bottom a:nth-child(3) {
  margin-top: 10px;
  float: right;
  width: calc(100% - 70px);
  color: #818891;
  font-size: 13px;
  line-height: 16px;
  padding-left: 20px;
}

.authorpage .artslist .artslist-bottom a:nth-child(3)::before {
  content: ' ';
  position: absolute;
  margin: 0 0 0 -20px;
  background: url(/i/bg.png) -168px -234px;
  width: 16px;
  height: 16px;
}

.authorpage .artslist .artslist-bottom a:nth-child(2):hover,
.authorpage .artslist .artslist-bottom a:nth-child(3):hover,
.authorpage .artslist a.hid:hover {
  color: #a4112a;
}

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

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

.artslist h2 {
  margin: 10px 0;
  font-size: 27px;
  color: #4b8baf;
  padding: 0 0 20px 40px;
  border-bottom: 1px solid #e8edf1
}

.artslist h2:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/i/bg.png') -374px -236px;
  margin: 9px 0 0 -40px;
}

.authorpage .ask-form h2 {
  color: #7c8e4a;
  font-size: 29px;
  margin-bottom: 20px;
  padding: 3px 0;
}

.authorpage .ask-form h2::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 1px;
  background: #90bc32;
  margin-top: -10px;
}

.authorpage .ask-form div {
  width: 203px;
  float: left;
}

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

.authorpage .ask-form label.lft {
  width: 100%;
  float: left;
  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: 96.3%;
  height: 100px;
  padding-top: 10px;
  margin-top: 30px;
  float: left;
  display: block;
}

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

.authorpage .ask-form button {
  background: #d94d6b;
  color: white;
  border: 1px solid #d94d6b;
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  float: left;
  cursor: pointer;
  transition: .3s;
}

.authorpage .ask-form button:hover {
  background: white;
  color: #d94d6b;
  border: 1px solid #d94d6b;
}

.authorpage .ask-form span:nth-child(2) {
  width: 100%;
  height: 3px;
  background: url('/i/askform-top-border.png');
  margin: 0 0 20px 0;
}


  

/********************************************************************************************************/
@media (max-width: 1000px) {

#back-top a {
  width: 43px;
  height: 43px;
  border-radius: 3px;
  background: url('/i/bg.png') -266px -183px;
}

.authorpage .artslist .artslist-bottom  {
  width: 48%;
  margin: 20px 2% 0 0;
  min-height: 170px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf1;
}

.authorpage .artslist .artslist-bottom:nth-child(3), .authorpage .artslist .artslist-bottom:nth-child(6) {
    margin-left: 0;
    margin-right: 2%;
}

.artslist .clear2 {
  display: none;
}

}

@media (max-width: 930px) {
  #yasearch {
    display: none;
  }
}

@media (max-width: 920px) {
  
  #slider {
    width: 100%;
  }
  
  #mainpage-tizers {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  
  .footer-menu {
    width: 70%;
  }
  
  .footer-right-block {
    width: 100%;
    margin-top: 20px;
  }
  
  a.floes-design {
    margin: 0 0 0 20px;
  }
  
  .footer-social {
    margin: 0 0 0 20px;
  }
  
  .rubric .rub-small {
    width: 100%;
    min-height: 50px;
  }
}


/******************************************************************************************************/
@media (max-width: 768px) {

header .wrapper {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
}

a.logo {
  display: table-header-group;
  float: left;
  width: 214px;
  height: 50px;
  margin: 0;
  background: url(/i/bg.png) -326px 0;
}

div.icon {
  display: block;
  border-radius: 3px;
  text-align: center;
  margin-top: 10px;
  display: table-footer-group;
}

div.icon a {
  color: #3d91c1;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
}
  
div.icon a:hover {
  color: #dadada;
}

div#phone {
  display: table-header-group;
  float: right;
  margin: -50px 10px 0 225px;
}

#phone a {
  font-size: 20px;
}

.menu-top, .menu-bottom {
  display: none;
}

.wrapper {
  padding: 20px 10px;
}

.expert {display: none}

#mainpage-expert > p {min-height: 100px; padding: 15px;}

#slider .slider-main-pic {max-width: 100%; margin: 0;}

.slider-right-div {
  width: 100%;
  margin: 10px 0;
  min-height: 0;
}

.hideOnSmall {display: none}

.breadcrumbs {display: none}

.about, .reklama, .sitemap, .wrapper > .rubric, .article, .authorpage, .wrapper-e404, #ya-site-results {
  width: 98%;
  margin: 0 1% 20px 1%;
  padding-top: 10px;
}

.rubric .rub-small:nth-child(7), .rubric .rub-small:nth-child(11) {
  margin-left: 0;
  margin-right: 0;
}

.sidebar {
  margin: 20px 0 20px 2%;
  float: left;
  width: 290px;
}

.footer-menu {
  width: 100%;
}

.childDent, .adultDent {
  width: 100%;
  margin-bottom: 20px;
}

.childDent {
    margin-right: 0;
}

.lastArts div:not(.big), .popArts div:not(.big) {
  width: 100%;
  margin-bottom: 20px;
}

.lastArts div:nth-child(7), .lastArts div:nth-child(11), .popArts div:nth-child(7), .popArts div:nth-child(11) {
  margin-left: 0;
  margin-right: 0;
}

}


/**********************************************************************************************************************/
@media (max-width: 480px) {

.about, .reklama, .sitemap, .wrapper > .rubric, .article, .authorpage, .wrapper-e404, #ya-site-results {
  width: 100%;
  margin: 0 0 20px 0;
}

.article p {
  font-size: 16px;
  line-height: 22px;
}

.article p img {
  width: 100%;
  height: auto;
  border: 0;
}

h1, .article h1 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
}

.article h2, h3, h4 {
  padding: 0;
  line-height: 110%;
}

.article h2 {
  font-size: 24px;
  margin-top: 30px;
}

.contents {
  margin: 0 0 10px 0;
  font-size: 15px;
  padding: 10px 0px 10px 0;
}

.contents > ul {
  padding: 0;
}

.menu-top ul li, .menu-bottom ul li {
    display: block;
}

.menu-top ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
}

.menu-bottom ul li a {
  line-height: 30px;
  height: 30px;
  display: block;
  padding: 0 25px;
  text-decoration: underline;
}

div#phone {
  display: table-row-group;
  float: none;
  margin: 10px 0;
  width: 100%;
}

.logo-footer, .info-footer, .menu-footer, .floes-design, .footer-privacy, .footer-social {width: 94%; margin: 10px 3%; padding-left: 38px;}
.logo-footer img {width: 50%;}

#slider .slider-main-pic div:nth-child(2) {
  margin: 10px 0 10px 0;
  padding: 0 0 10px;
  background: 0;
  border-bottom: 1px dotted #bfbfbf;
}

#slider .slider-main-pic div a:first-child {color: #727477; width: 96%;}
#slider .slider-main-pic div a:nth-child(2) {color: #3f4d60; width: 96%;}
#slider .slider-main-pic div a:first-child:hover, #slider .slider-main-pic div a:nth-child(2):hover {color: #d6ad84;}

.rubric .rub-big, .rubric .rub-small, .rubric .rub-mid {
  width: 100%;
  margin: 0 0 20px 0;
}

.rubric .rub-big:nth-child(3), .rubric .rub-big:nth-child(15) {
  margin-left: 0;
  margin-right: 0;
}

.rubric .rub-mid a:first-child, .rubric .rub-mid a:nth-child(2), .rubric .rub-mid a:nth-child(3) {width: 100%}

 .rubric .rub-mid {
   margin: 10px 0;
   border-bottom: 1px dotted #bfbfbf;
   padding-bottom: 15px;
 }
 
.about .author .avatar {
  width: 80px;
  margin: 0 0 0 2%;
}
 
.about .author .title {
  width: 96%;
  float: left;
  margin: 10px 2%;
}

.about .author a.morelink {float: left; margin: 0 0 0 2%;}

.authorpage .artslist .artslist-bottom  {
  width: 96%;
  margin: 20px 2% 0 2%;
  min-height: 80px;
}

.footer-menu > ul {
  width: 100%;
}

.childDent div:nth-child(2), .adultDent div:nth-child(2), .childDent div:nth-child(3), .childDent div:nth-child(4), .adultDent div:nth-child(3), .adultDent div:nth-child(4) {
    width: 100%;
}

.childDent div:nth-child(3), 
.adultDent div:nth-child(3) {
  margin-top: 20px;
}

.lastArts div, .popArts div {
  width: 100%;
  margin-bottom: 20px;
}

.lastArts div:nth-child(3), .popArts div:nth-child(3) {
  margin-left: 0;
  margin-right: 0;
}

.paginator li {
  margin: 0;
  display: block;
  margin-top: 15px;
}

.paginator li.page-prev,
.paginator li.page-next {
  margin-top: 5px;
}

.paginator li.page-next {
  padding-top: 10px;
}

.paginator li.page-prev a,
.paginator li.page-next a {
  position: relative;
  margin-top: 5px;
}

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

.paginator > li.page-next > a {
  margin-left: 0;
  margin-top: 5px;
}

.sidebar {
  margin: 20px 0 20px 0;
}

.blocklinks .item {width: 200px;}

.about > img {
  width: 100%;
}

.about .author > div {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.menu-bottom {padding-bottom: 10px;}

}

@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;}
}
.artfooter {line-height: 60px;}
a.authorinfo {display: inline-block; vertical-align: middle; background: 0 0 no-repeat; padding: 5px 0 5px 0px; min-width: 220px;width: 50%;
    margin: 0;
    line-height: 32px;
}
a.authorinfo span {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  color: #3c4a5d;
  font-size: 18px;
  letter-spacing: -0.045em;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
a.authorinfo img {border-radius: 50%; margin-right: 10px; display: inline-block; vertical-align: middle;}
a.authorinfo:hover span {text-decoration: underline;}

.bottomsoclikes {display:inline-block; margin: 0px 20px; padding: 0; vertical-align: middle; line-height: 32px;}
.internalrate-container {line-height: 32px;}

.relevantItems {line-height: 18px;}
.relevantItems .item {display: inline-block; vertical-align: top; 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-size: 18px;}

.relevantItems .item a {text-decoration: none;}
.relevantItems .item:hover {border-color: #eee; background: #eee;}
.relevantItems .item a p {color: #000; text-decoration: none; font-size: 13px; margin: 5px 0; }
.relevantItems .item .preview {background: #Fff center center no-repeat; ; height: 200px; margin-bottom: 5px;}
.relevantItems.vertical {}
.relevantItems.vertical .item {display: block; width: auto;}
.relevantItems.vertical .item .preview {height: 140px;}
.relevantItems a {color: #3d91c1; font-weight: 400;}
.relevantItems .item:hover .title {color: #e05472;text-decoration: underline;}

/*
.artfooter > div:nth-child(2) span {display: block; float: left; width: 100px; font-size: 12px; color: #a3a8ae; margin-top: 0; }
.artfooter .authorlink {margin: 0; float: left; text-decoration: none; font-family: 'Raleway', sans-serif; color: #3c4a5d; font-size: 18px; letter-spacing: -0.045em; }

*/

#ya-site-results {
	width: 100%;
}

footer {
	z-index: 1;
	position: relative;
}


#special-doctor {
	margin-bottom: 20px;
}

#special-doctor .backgr-doc {
	background: url('/wp-content/uploads/doctor.jpg'); background-size: contain; background-position:center; position:relative; width:100%; display: block; min-height: 190px; background-repeat: no-repeat;
}

/* #special-doctor .backgr-doc img { */
	/* position: absolute; right: 0; bottom: 0; width:30%; */
/* } */

#special-doctor p.p-onn {
	font-weight: bold; text-align: left; font-size: 20px; margin-top: 10px;
}

#special-doctor p.p-two {
	text-align: left; font-size: 18px; margin-top: 10px;
}

#special-doctor a {
	background: #0244a1; color: #fff; font-weight: bold; border: 1px solid transparent; border-radius: 20px; display: block;    font-size: 20px;   text-align: center; padding: 7px; margin-top: 25px;
}

@media only screen and (max-width:480px){
	.sidebar {
		width: 100%;
	}
}

#before_footer{
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

li.hid {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit {
    margin: 1em 0;
    padding: 0 1em;
}

#polls-widget-2 {
    padding: 20px 0 20px 0px;
}