@import url(swiper.min.css);
@keyframes alert {
  0% {
    border: 1px solid #fff;
    background: red;
    color: #fff;
  }
  to {
    border: 1px solid #fff;
    background: #fff;
    color: #373737;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body {
  background: #fff;
  color: #212121;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
a {
  color: #4189c8;
  text-decoration: none;
}
a:hover {
  color: #479e50;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a a img {
  border: 0;
}
a,
abbr,
acronym,
applet,
article,
aside,
audio,
big,
canvas,
center,
code,
dd,
del,
details,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h3,
header,
hgroup,
iframe,
img,
ins,
kbd,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
tfoot,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-style: inherit;
  font-weight: inherit;
}
h1,
h2,
h4,
h5,
h6 {
  padding: 0;
}
blockquote {
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}
address,
blockquote,
h1,
h2,
h4,
h5,
h6,
label,
pre {
  font-style: inherit;
}
address,
label {
  padding: 0;
}
address,
b,
caption,
cite,
dfn,
em,
h1,
h2,
h4,
h5,
h6,
i,
label,
pre,
strong,
td,
th {
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}
address,
cite,
dfn,
em,
i,
label,
pre {
  font-weight: inherit;
}
b,
caption,
strong,
td,
th {
  margin: 0;
  padding: 0;
  font-style: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
*,
:after,
:before,
body,
cite,
dfn,
em,
html,
i {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
ol,
ul {
  list-style: none;
}
.ov {
  overflow: hidden;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  display: block;
  width: 100%;
}
.bl a {
  color: #4189c8;
  text-decoration: none;
  border-bottom: 1px solid #d0d9e0;
  font-weight: 400;
}
.bl a:hover,
.dietolog_home_blocks .col_c .block li a:hover,
a:active,
a:focus {
  color: #479e50;
}
.bl a:hover,
.dietolog_home_blocks .col_c .block li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #479e50;
}
.check-submit-rev-form,
button,
input[type="button"],
input[type="submit"] {
  background: #52adec;
  border: solid 1px #4797ce;
  border-bottom: 2px solid #4797ce;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 12px 20px;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.check-submit-rev-form,
input[type="button"],
input[type="submit"] {
  min-height: 34px;
}
.check-submit-rev-form {
  width: 117px;
  line-height: 36px;
  padding: 4px 20px;
}
.check-submit-rev-form:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #4797ce;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #4797ce;
  outline: 0;
  color: #fff;
}
input,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea {
  color: #383838;
  border: 1px solid #ebecec;
  border-radius: 0;
  padding: 10px 15px;
  outline: 0;
  max-width: 80%;
  margin: 0 0 20px;
}
input[type="checkbox"] {
  padding: 5px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin: 0 5px 0 0;
}
input:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #42b3ec;
  outline-offset: -1px;
}
textarea {
  min-height: 80px;
  width: 100%;
}
textarea::-moz-placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
}
label {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #43494c;
  margin: 0 0 3px;
}
select {
  max-width: 100%;
  border: 1px solid #ebecec;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
}
.wp-caption-text {
  text-align: center;
}
.trn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_news.ov:hover .trn,
.trn:hover {
  opacity: 0.8;
}
.side_news.ov:hover span {
  color: #479e50 !important;
}
.container {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.content {
  width: 760px;
  float: left;
}
.content.-rev {
  width: 820px;
  margin-bottom: 20px;
}
.content-dostavki-grid {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  float: unset;
}
.sidebar {
  width: 340px;
  float: right;
}
.home-ratings {
  margin: 20px 0 0;
}
.home-ratings .content-block-heading {
  margin-bottom: 20px;
}
.home-ratings .items {
  display: flex;
  flex-wrap: nowrap;
}
.home-ratings .items > a {
  width: 190px;
  min-width: 190px;
  margin: 0 20px 20px 0;
  border: 1px solid #e3e8ea;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  padding: 5px 10px;
  color: #000;
  display: block;
}
.home-ratings .items > a:nth-child(5n) {
  margin: 0 0 20px 0;
}
.home-ratings .items .title {
  width: 120px;
  word-wrap: break-word;
  font-weight: 500;
  min-height: 48px;
  color: #4189c8;
  font-size: 18px;
}
.home-ratings .items .stars {
  font-size: 14px;
  color: #f5cd12;
  font-weight: 700;
}
.home-ratings .items .revs {
  font-size: 14px;
  color: #99a1ab;
}
.home-ratings .items .desc {
  font-size: 14px;
  background: #f5fbfc;
  padding: 5px 10px;
  margin: 0 -10px -5px;
}
.home-ratings .items .comment-author {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.home-ratings .items img {
  width: 70px;
  float: right;
}
.home-ratings .items .data {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 12px 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 16px;
  align-items: center;
  clear: both;
}
.home-ratings .items .data .stars .g-custom-stars {
  width: 16px !important;
  margin: 0 !important;
}
.home-ratings .other-categories span {
  cursor: pointer;
}
.home-ratings .other-categories span:after {
  background-color: transparent;
  width: 0;
}
.home-ratings .other-categories span.active:after {
  background-color: #51aded;
  width: 100%;
}
.home-ratings .other-categories span:hover:after {
  width: 100%;
  background-color: #51aded;
  opacity: 0.5;
}
.home-ratings .other-categories span.active:hover:after {
  opacity: 1;
}
.home-stories {
  margin: 20px 0 0;
}
.home-stories .content-block-heading {
  margin-bottom: 20px;
}
.home-stories .items {
  display: flex;
  flex-wrap: nowrap;
}
.home-stories .items > a {
  width: 268px;
  min-width: 268px;
  margin: 0 20px 20px 0;
  border: 1px solid #e3e8ea;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  color: #000;
  display: block;
}
.home-stories .items > a:nth-child(4n) {
  margin: 0 0 20px 0;
}
.home-stories .items .title {
  padding: 15px;
  font-weight: 500;
  color: #4189c8;
  font-size: 18px;
}
.home-stories .items .image {
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.home-stories .items img {
  min-width: 100%;
  min-height: 100%;
}
.image-175-115 {
  width: 175px;
  height: 115px;
  overflow: hidden;
  margin-bottom: 10px;
}
.image-175-115 img {
  min-height: 115px;
}
.home-calcs.five {
  margin: 20px 0 0;
}
.home-calcs.five .items {
  display: flex;
}
.home-calcs.five .items a {
  width: 212px;
  margin: 0 20px 20px 0;
  text-align: center;
  padding: 0;
  font-weight: 500;
  color: #4189c8;
  font-size: 18px;
}
.home-calcs.five .items a:nth-child(5n) {
  margin: 0 0 20px 0;
}
.home-calcs.five .items a .bg {
  background-size: cover;
  background-position: center;
  width: 135px;
  height: 135px;
  box-shadow: 0 3px 60px rgb(0 0 0 / 15%);
  border-radius: 20px;
  display: block;
  margin: 0 auto 25px;
  transition: 0.25s ease-in-out;
}
.home-calcs.five .items a.link-23110 .bg {
  background-image: url(../../images/calc-icons/kalkuljator-idealnogo-vesa.svg);
}
.home-calcs.five .items a.link-3651 .bg {
  background-image: url(../../images/calc-icons/kalkuljator-sutochnoj-normy-kalorij-i-BZhU.svg);
}
.home-calcs.five .items a.link-3645 .bg {
  background-image: url(../../images/calc-icons/kalkuljator-kalorijnosti-produktov.svg);
}
.home-calcs.five .items a.link-3649 .bg {
  background-image: url(../../images/calc-icons/kalkuljator-indeksa-massy-tela.svg);
}
.home-calcs.five .items a.link-3647 .bg {
  background-image: url(../../images/calc-icons/kalkuljator-rashoda-kalorij.svg);
}
.home-recipes {
  margin: 20px 0 0;
}
.home-recipes .content-block-heading {
  margin-bottom: 20px;
}
.home-recipes .items {
  display: flex;
  flex-wrap: nowrap;
}
.home-recipes .items > a {
  width: 268px;
  min-width: 268px;
  margin: 0 20px 20px 0;
  border: 1px solid #e3e8ea;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  color: #000;
  display: block;
  position: relative;
}
.home-recipes .items > a:nth-child(4n) {
  margin: 0 0 20px 0;
}
.home-recipes .items .title {
  padding: 15px;
  font-weight: 500;
  color: #4189c8;
  font-size: 18px;
  text-align: center;
}
.home-recipes .items .image {
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.home-recipes .items img {
  min-width: 100%;
  min-height: 100%;
}
.home-recipes .other-categories span {
  cursor: pointer;
}
.home-recipes .other-categories span:after {
  background-color: transparent;
  width: 0;
}
.home-recipes .other-categories span.active:after {
  background-color: #51aded;
  width: 100%;
}
.home-recipes .other-categories span:hover:after {
  width: 100%;
  background-color: #51aded;
  opacity: 0.5;
}
.home-recipes .other-categories span.active:hover:after {
  opacity: 1;
}
.home-recipes .details {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.home-recipes .details > div {
  width: 50%;
  font-size: 14px;
  text-align: center;
}
.home-recipes .details > div:nth-child(2) {
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
.home-recipes .details .time {
  padding: 0 0 5px;
}
.home-recipes .details .time:before {
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background: url(../../images/icons/time.jpg);
  margin: 10px auto 5px;
}
.home-recipes .details .calorie {
  padding: 0 0 5px;
}
.home-recipes .details .calorie:before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  background: url(../../images/icons/calorie.jpg);
  margin: 9px auto 5px;
}
.home-recipes .details .detail-item-value {
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 0;
}
.home-recipes .details .detail-item-value-2 {
  font-weight: 500;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0;
}
.home-articles {
  margin: 20px 0 5px;
}
.home-articles .content-block-heading {
  margin-bottom: 20px;
}
.home-articles .items {
  display: flex;
  flex-wrap: nowrap;
}
.home-articles .items > a {
  width: 268px;
  min-width: 268px;
  margin: 0 20px 20px 0;
  border: 1px solid #e3e8ea;
  box-shadow: 0 0 12px rgb(0 0 0 / 8%);
  color: #000;
  display: block;
  position: relative;
  padding: 0 0 37px;
}
.home-articles .items > a:nth-child(4n) {
  margin: 0 0 20px 0;
}
.home-articles .items .title {
  padding: 15px;
  font-weight: 500;
  color: #4189c8;
  font-size: 18px;
  text-align: center;
}
.home-articles .items .image {
  width: 100%;
  height: 135px;
  overflow: hidden;
}
.home-articles .items img {
  min-width: 100%;
  min-height: 100%;
}
.home-articles .other-categories span {
  cursor: pointer;
}
.home-articles .other-categories span:after {
  background-color: transparent;
  width: 0;
}
.home-articles .other-categories span.active:after {
  background-color: #51aded;
  width: 100%;
}
.home-articles .other-categories span:hover:after {
  width: 100%;
  background-color: #51aded;
  opacity: 0.5;
}
.home-articles .other-categories span.active:hover:after {
  opacity: 1;
}
.home-articles .details {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.home-articles .details > div {
  font-size: 14px;
}
.home-articles .details .views-count {
  padding: 0 0 5px;
  margin: 0 16px 0 0;
}
.home-articles .details .views-count:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../images/icons/eye.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-articles .details .comments-count {
  padding: 0 0 5px;
}
.home-articles .details .detail-item-value {
  font-weight: 500;
  margin: 10px 0 0 35px;
  display: inline-block;
}
.home-articles .details .comments-count .detail-item-value {
  margin: 10px 5px 0 0;
}
.home-articles .details .comments-count .detail-item-unit {
  margin: 0 10px 0 0;
}
.home-articles .link-to-all {
  margin: 0 0 20px;
}
.owl-nav .owl-next {
  float: right;
}
.home-dietolog-block .diet-photo {
  overflow: hidden;
  max-height: 373px;
}
.dreams {
  font-size: 22px;
}
@media (max-width: 768px) {
  .home-calcs.five .items {
    display: block;
  }
  .home-calcs.five .items a {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .home-calcs.five .items a .bg {
    display: block;
    width: 50px;
    height: 40px;
    background-size: cover;
    background-position: center;
    margin: 0 5px 0 0;
    box-shadow: none;
  }
}
@media (max-width: 1280px) {
  .home-ratings .items {
    overflow-x: scroll;
  }
  .home-stories .items {
    overflow-x: scroll;
  }
  .home-recipes .items {
    overflow-x: scroll;
  }
  .home-articles .items {
    overflow-x: scroll;
  }
}
.header {
  width: 100%;
  height: auto !important;
  z-index: 999;
}
@media (max-width: 999px) {
  .sidebar {
    display: none;
  }
  .home-stories .items > a {
    width: 210px;
    min-width: 210px;
  }
  .home-articles .items > a {
    width: 210px;
    min-width: 210px;
  }
  .header {
    height: 46px !important;
    padding: 5px 0 !important;
  }
}
#main_menu li ul,
.header .mobile-logo-wrapp {
  display: none;
}
.header,
.header .container {
  position: relative;
}
.header .logo,
.header .mobile-logo {
  width: 134px;
  display: block;
  float: left;
  margin-top: 13px;
}
@media (max-width: 999px) {
  .header .logo,
  .header .mobile-logo {
    float: unset;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
  }
}
.header .logo a,
.header .mobile-logo a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 !important;
}
.header .logo img,
.header .mobile-logo img {
  max-width: 160px;
}
.header .logo img.logo-dostavki,
.header .mobile-logo img.logo-dostavki {
  max-width: 96px;
}
@media (max-width: 999px) {
  .header {
    background: #faf8f4;
    border-bottom: 1px solid #cdd0da;
  }
  .header .mobile-logo-wrapp {
    display: block;
  }
  .header .logo.hide-mobile {
    display: none;
  }
  .hide-mobile {
    display: none !important;
  }
}
#main_menu {
  background: #faf8f4;
  border-bottom: 1px solid #eae9e6;
}
#main_menu li,
.search_before span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
#main_menu li {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -khtml-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 46px;
  position: relative;
}
#main_menu a {
  color: #3c4353;
  padding: 0 15px;
  display: block;
}
#main_menu .current-menu-item a,
#main_menu li:hover > a {
  color: #fff !important;
  background: #52adec;
  text-decoration: none;
}
@media (min-width: 999px) {
  #main_menu li.menu-item-has-children,
  #main_menu li.menu-item-has-children.current-menu-item {
    background: url(../../images/arrow_menu.svg) no-repeat 96% 50%;
    background-size: 7px;
  }
  #main_menu li > ul li.menu-item-has-children,
  #main_menu li > ul li.menu-item-has-children.current-menu-item {
    background: url(../../images/arrow_menu_d.svg) no-repeat 96% 50%;
  }
}
#main_menu li.dietolog_menu.menu-item-has-children {
  background: url(../../images/arrow_menu_w.svg) no-repeat 96% 50%;
}
#main_menu li.dietolog_menu > ul li a {
  background: 0 0;
  color: #262626 !important;
}
#main_menu li.dietolog_menu a {
  background: #479e50;
  margin-left: 15px;
  color: #fff !important;
}
#main_menu ol,
#main_menu ul {
  list-style: none;
  position: absolute;
  left: 160px;
  top: 0;
  height: 46px;
}
@media (max-width: 768px) {
  #main_menu ol,
  #main_menu ul {
    left: 0;
    height: auto;
  }
}
@media (min-width: 999px) {
  #main_menu li:hover > ul,
  #main_menu li:hover > ul li > ul li:hover > ul {
    display: block;
    height: auto !important;
    padding: 10px 0;
    position: absolute;
    list-style: none;
    z-index: 999;
  }
  #main_menu li:hover > ul {
    background: #faf8f4;
    box-shadow: 0 1px 12px rgba(60, 60, 60, 0.08);
    border-radius: 0 0 4px 4px;
    text-align: left;
    width: 280px;
    top: 46px;
    left: 0;
  }
  #main_menu li:hover > ul li {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 0;
    display: block;
    font-weight: 400 !important;
  }
  #main_menu li:hover > ul li.current-menu-item > a {
    background: #52adec url(../../images/main_menu_li_hover.png) no-repeat 15px;
    color: #fff;
  }
  #main_menu li:hover > ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    text-transform: none;
    padding: 6px 20px 6px 30px;
    color: #262626;
    position: relative;
  }
  #main_menu li.dietolog_menu a {
    background: url(../../images/arrow_menu_w.svg) no-repeat 96% 50% #479e50;
  }
  #main_menu li.dietolog_menu a:hover {
    background: #479e50;
  }
  #main_menu li:hover > ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #52adec;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 11px;
  }
  #main_menu li:hover > ul li:hover > a {
    background: #52adec;
    color: #fff !important;
  }
  #main_menu li:hover > ul li:hover > a:before {
    background: #fff;
  }
  #main_menu li:hover > ul li ul > li ul {
    display: none;
  }
  #main_menu li:hover > ul li > ul li:hover > ul {
    background: #fafbfb !important;
    overflow: hidden;
    width: 140px;
    top: -9px;
    left: 280px;
  }
}
@media (min-width: 1281px) and (max-width: 5400px) {
  #main_menu {
    display: block !important;
  }
}
#main_menu,
.block-menu {
  width: 100%;
  height: 46px;
}
@media (min-width: 999px) {
  .block-menu {
    display: block !important;
  }
}
.dwqa-question-filter select,
.toggle_menu {
  display: none;
}
.NavArrow,
.search_before {
  cursor: pointer;
  position: absolute;
}
.NavArrow {
  display: none;
  left: 0;
  background: url(../../images/arrow_menu_d.svg) no-repeat 93% 50% !important;
  background-size: 8px !important;
  margin: 0;
  width: 100%;
  height: 46px;
  top: 0;
}
#menu-item-49435 .NavArrow {
  background: url(../../images/arrow_menu_w.svg) no-repeat 93% 50% !important;
}
.search_before {
  width: 140px;
  height: 32px;
  background: url(../../images/search.png) no-repeat center right !important;
  border: 0;
  outline: 0;
  right: 0;
  top: 1px;
}
.search_before span {
  line-height: 32px;
  color: #616161;
  position: absolute;
  right: 30px;
  top: 0;
}
.search_before:focus {
  border: 0;
  outline: 0;
}
.search_before:hover {
  opacity: 0.8;
}
.search_after {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../../images/search_after.svg) no-repeat center !important;
  background-size: 16px !important;
  cursor: pointer;
  border: 0;
  outline: 0;
  position: absolute;
  top: 1px;
  right: 0;
}
.search_after:focus {
  border: 0;
  outline: 0;
}
.search_after:hover {
  opacity: 0.8;
}
.search {
  width: calc(100% - 42px);
  height: 48px;
  background: #fff;
  border: 1px solid #cdd0da;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0;
  display: none;
  z-index: 8;
}
.search.-toggle {
  display: block;
}
@media (max-width: 999px) {
  .search-mobile {
    display: block;
  }
}
.searchform {
  width: 100%;
  height: 46px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .searchform {
    height: 37px;
  }
}
.searchform .s {
  background: 0 0;
  border: 0;
  padding: 0 15px 0 42px;
  float: left;
  font: 13px/46px Tahoma, Verdana, Geneva, sans-serif;
  color: #606060;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .searchform .s {
    font: 13px/37px Tahoma, Verdana, Geneva, sans-serif;
  }
}
.searchform .s:focus {
  outline: 0;
  color: #242424;
}
.searchBtn {
  width: 32px;
  height: 46px;
  background-image: url(../../images/search_enter.png) !important;
  background-repeat: no-repeat !important;
  background-position: 15px !important;
  background-size: 16px 16px !important;
  background-color: transparent !important;
  cursor: pointer;
  float: left !important;
  margin: 0;
  border: 0 !important;
  outline: 0;
  position: absolute;
  left: 0 !important;
  z-index: 5;
}
@media (max-width: 768px) {
  .searchBtn {
    height: 37px;
  }
}
.searchBtn:active,
.searchBtn:focus,
.searchBtn:hover {
  background: url(../../images/search_enter.png) no-repeat 15px !important;
  border: 0;
  outline: 0;
}
.search input::-webkit-input-placeholder {
  font: 13px/46px Arial, helvetica, Tahoma, sans-serif;
  color: #8c9093;
}
@media (max-width: 768px) {
  .search input::-webkit-input-placeholder {
    font: 13px/37px Tahoma, Verdana, Geneva, sans-serif;
  }
}
.search input::placeholder,
input::-moz-placeholder,
input[type="number"],
input[type="text"]::-moz-placeholder,
textarea {
  font: 13px/46px Arial, Helvetica, Tahoma, sans-serif;
  color: #8c9093;
}
@media (max-width: 768px) {
  .search input::placeholder,
  input::-moz-placeholder,
  input[type="number"],
  input[type="text"]::-moz-placeholder,
  textarea {
    font: 13px/37px Tahoma, Verdana, Geneva, sans-serif;
  }
}
.search input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.top-menu {
  width: 100%;
  height: 36px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #cdd0da;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.top-menu li {
  display: inline-table;
  line-height: 36px;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .top-menu li {
    padding: 0 5px;
  }
}
.top-menu li:first-child {
  padding-left: 0;
}
.map-menu .menu-block,
.top-menu li a {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.top-menu li a {
  color: #479e50;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .top-menu li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.top-menu li a:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
#main_menu .mobile-top-menu {
  display: block !important;
}
@media (max-width: 999px) {
  .top-menu {
    display: none;
  }
}
@media (min-width: 1000px) {
  .top-menu {
    display: block !important;
  }
}
.as-h2,
.h2 h3,
h1,
h2,
h4,
h5,
h6 {
  color: #262626;
  clear: both;
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 500;
}
h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
.as-h2,
h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
h5,
h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
.font-serif {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.zagolovok-big,
.zagolovok-small {
  font-size: 20px;
  font-size: 1.25rem;
  color: #262626;
  font-weight: 700;
  margin-bottom: 10px;
}
.zagolovok-small {
font-size: 17px;
font-size: 1.0625rem;
}
.map-menu {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #f2f0ec;
  overflow: hidden;
}
.map-menu .menu-block {
  width: calc(33% - 10px);
  display: inline-table;
  margin: 0 15px 0 0;
}
.map-menu .menu-block:last-child {
  margin-right: 0;
}
@media (max-width: 999px) {
  .map-menu .menu-block {
    width: 100%;
    margin: 0 0 20px;
  }
}
.map-menu .title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer,
.map-menu li {
  position: relative;
}
.map-menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e4e8ea;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.map-menu a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #676767;
  margin-left: 15px;
}
.map-menu a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.footer {
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #eaeaea;
  padding: 40px 0 10px;
  overflow: hidden;
}
.footer .logo_m {
  width: 900px;
  float: left;
}
.footer .logo {
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 1280px) {
  .footer .logo {
    width: 720px;
  }
}
@media (max-width: 999px) {
  .footer .logo {
    width: 100%;
  }
}
.footer .copyrights {
  max-width: 600px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #69747a;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .footer .copyrights {
    width: 480px;
  }
}
@media (max-width: 999px) {
  .footer .copyrights {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .top_footer_menu {
  width: 500px;
  float: left;
  margin-left: 40px;
}
.footer .top_footer_menu ul {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.footer .top_footer_menu_2 {
  width: 200px;
  float: right;
  overflow: hidden;
}
.footer .top_footer_menu_2 .fb_icon,
.footer .top_footer_menu_2 .ok_icon,
.footer .top_footer_menu_2 .vk_icon {
  padding-left: 30px;
}
.footer .top_footer_menu_2 .vk_icon {
  background: url(../../images/vk_icon.png) no-repeat left center;
}
.footer .top_footer_menu_2 .fb_icon {
  background: url(../../images/fb_icon.png) no-repeat left center;
}
.footer .top_footer_menu_2 .ok_icon {
  background: url(../../images/ok_icon.png) no-repeat left center;
}
.footer .top_footer_menu .title,
.footer .top_footer_menu_2 .title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}
.footer .footer .top_footer_menu li,
.footer .footer .top_footer_menu_2 li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.footer .footer .top_footer_menu li a,
.footer .footer .top_footer_menu_2 li a {
  color: #3c3e40;
  border-bottom: 1px solid #c1c1c1;
}
.footer .footer .top_footer_menu li a:hover,
.footer .footer .top_footer_menu_2 li a:hover {
  border-bottom: 1px solid #3c3e40;
}
.footer .footer_menu {
  width: 100%;
  border-top: 1px solid #e4e8ea;
  padding-top: 10px;
  margin-top: 20px;
  position: relative;
}
.footer .footer_menu li {
  display: inline-block;
  line-height: 60px;
  position: relative;
}
.footer .footer_menu a {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 15px;
  color: #46535f;
  border-bottom: 1px solid #dedede;
}
.footer .footer_menu a:hover {
  border-bottom: 1px solid #46535f;
}
.footer .footer .counters {
  float: right;
}
#toTop {
  width: 42px;
  height: 42px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  text-decoration: none;
}
#toTop:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 11px solid #fff;
  position: absolute;
  top: 13px;
  left: 14px;
}
#toTop:hover {
  opacity: 0.7;
}
#img-attch-page,
.footer .footer_menu {
  overflow: hidden;
  text-align: center;
}
#img-attch-page img {
  display: inline-block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.gallery {
  margin: 0 0 30px !important;
}
.gallery-icon img {
  border: 0 !important;
}
.wpex-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.wpex-video-embed frame,
.wpex-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-editor-container textarea.wp-editor-area,
embed,
iframe,
object {
  max-width: 100%;
}
pre {
  background: #f9f9f9;
  padding: 20px 30px;
  margin: 0 0 30px;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: Verdana;
  border-left: 10px solid #ccc;
  font-size: 0.929em;
}
address {
  letter-spacing: 1px;
  margin: 20px 0;
}
hr {
  background-color: #ededed;
  border: 0;
  height: 1px;
  margin: 30px 0;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.content_rb .text {
  padding-top: 0 !important;
}
.side-youtube {
  background: #479e50 !important;
}
.side-youtube .side-youtube__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  display: block;
  color: #fff;
}
.side-youtube .side-youtube__img {
  width: 100%;
  height: 84px;
  display: block;
  margin-bottom: 25px;
  background: url(../../images/youtube_home.svg) no-repeat center;
  background-size: contain;
}
.side-youtube .side-youtube__more {
  width: 200px;
  height: 46px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  font-family: Roboto, sans-serif;
  margin: 0 auto;
  transition: 0.25s ease-in;
}
.side-youtube .side-youtube__more a {
  display: block;
  color: #fff;
}
.side-youtube .side-youtube__more:hover {
  background: #52adec;
  border: 2px solid #4797ce;
}
.post-socials,
.post-youtube {
  box-sizing: border-box;
  margin-bottom: 35px;
}
.post-socials {
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #cdd0da;
}
.post-socials .post-socials__title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.post-socials .post-socials__ul ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.home-socials ul li,
.post-socials .post-socials__ul ul li {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.post-socials .post-socials__ul ul li a {
  display: block;
  width: 100%;
  height: 54px;
  transition: 0.25s ease-in-out;
}
.home-socials ul li a i,
.post-socials .post-socials__ul ul li a i,
.side-socials ul li a i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.post-socials .post-socials__ul ul li a i.vk {
  background: #4b668a url(../../images/vk_big.svg) no-repeat center;
  background-size: 32px;
}
.post-socials .post-socials__ul ul li a i.ok {
  background: #f19d37 url(../../images/ok_big.svg) no-repeat center;
  background-size: 32px;
}
.post-socials .post-socials__ul ul li a i.fb {
  background: #3f549a url(../../images/fb_big.svg) no-repeat center;
  background-size: 32px;
}
.post-socials .post-socials__ul ul li a i.yt {
  background: #cb5238 url(../../images/yt_big.svg) no-repeat center;
  background-size: 32px;
}
.home-socials ul li a:hover,
.post-socials .post-socials__ul ul li a:hover {
  opacity: 0.75;
}
.post-youtube {
  display: grid;
  grid-template-columns: 82px 1fr;
  grid-gap: 15px;
}
.post-youtube .post-youtube__img {
  width: 82px;
  height: 82px;
  background: url(../../images/youtube.svg) no-repeat center;
  background-size: contain;
}
.post-youtube .post-youtube__img img {
  max-width: 100%;
  border-radius: 3px;
}
.post-youtube .post-youtube__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.post-youtube .post-youtube__more,
.post-youtube .post-youtube__title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.post-youtube .post-youtube__more a {
  background: #479e50;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  transition: 0.25s ease;
}
.author-post .more-btn:hover,
.post-youtube .post-youtube__more a:hover {
  opacity: 0.85;
}
.author-post {
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  display: flex;
}
/*
@media (max-width: 768px) {
  .author-post {
    display: grid;
    grid-template-columns: 1fr;
  }
}
*/
.author-post img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: block;
  float: left;
  margin: 16px 15px auto auto;
}
@media (max-width: 400px) {
  .author-post img {
    width: 60px;
    height: 60px;
  }
}
/*
@media (max-width: 999px) {
  .author-post img {
    margin: 0 auto 18px;
  }
}
*/
.author-post .over-img {
  width: calc(100% - 80px);
  float: left;
  margin-top: 5px;
}

@media (min-width: 999px) {
  .author-post .over-img {
    width: calc(100% - 90px);
    margin-top: 12px;
  }
  .author-post img {
    margin: 16px 15px auto auto;
  }
  .author-post {
    border-bottom: 4px solid #000;
    margin: 20px 0 25px;
  }
}
.author-post .more-btn {
  width: 140px;
  float: right;
  margin-top: 20px;
  background: #479e50;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 999px) {
  .author-post .more-btn {
    float: unset;
    margin: 20px auto 0;
  }
}
.author-post .more-btn a {
  color: #fff;
  display: block;
  border: 0 !important;
}
.author-post .more-btn a:hover {
  color: #fff !important;
}
/*
@media (max-width: 999px) {
  .author-post .over-img {
    width: 100%;
    float: unset;
    margin-top: 0;
    text-align: center;
  }
}
*/
.author-post .author-post__line {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.author-post .author-post__line:last-child,
.home-desc-top p:last-child,
.home_big_block .short_text p:last-child,
.page-user-answer p:last-child,
blockquote p:last-child {
  margin-bottom: 0;
}
.author-post .author-post__line .no-bold {
  font-weight: 400;
}
.author-post .author-post__line span {
  font-weight: 500;
}
.dwqa-answer-meta--more-btn {
  display: inline-block;
  background: #479e50;
  border-radius: 3px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 5px;
}
@media (max-width: 999px) {
  .dwqa-answer-meta--more-btn {
    margin-top: 10px;
  }
}
.dwqa-answer-meta--more-btn a {
  color: #fff !important;
  border: 0 !important;
  padding: 2px 8px;
  display: block;
}
.dwqa-answer-meta--more-btn:hover,
.history-main-block .more-history a:hover {
  opacity: 0.85;
}
.content-block-heading {
  margin-bottom: 35px;
}
.content-block-heading .h {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  /*letter-spacing: 1.5px;*/
  color: #000;
  margin-bottom: 20px;
}
.content-block-heading .h span {
  background: #fff;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 780px) {
  .content-block-heading .h span:after,
  .content-block-heading .h span:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #cdd0da;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .content-block-heading .h span:before {
    left: -40px;
  }
  .content-block-heading .h span:after {
    right: -40px;
  }
}
.content-block-heading .h .steps {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 6px;
}
.content-block-heading .h .steps-h-big {
  font-size: 32px;
  font-size: 1.75rem;
}
.content-block-heading .d {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 0 auto;
  /*opacity: 0.55;*/
}
.history-main-block {
  width: 100%;
  background: #faf8f4;
  border-radius: 20px;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
}
.history-main-block .col {
  width: calc(50% - 10px);
  display: inline-table;
  margin-right: 15px;
}
@media (max-width: 786px) {
  .history-main-block .col {
    width: 100%;
  }
}
.history-main-block .col:nth-child(2n) {
  margin-right: 0;
}
.history-main-block .people-var,
.history-main-block label {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.history-main-block .people-var {
  height: 50px;
  box-sizing: border-box;
  padding-left: 70px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 50px;
  font-weight: 700;
}
.history-main-block label {
  margin: 0 10px 0 0;
  float: left;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.history-main-block .people-var.weman {
  background: url(../../images/female.svg) no-repeat left center;
  background-size: 50px;
  color: #479e50;
}
.history-main-block .people-var.men {
  background: url(../../images/male.svg) no-repeat left center;
  background-size: 50px;
  color: #4189c8;
}
.history-main-block .people-var,
.history-main-block .select {
  width: 100%;
  display: inline-table;
  margin-bottom: 20px;
}
.history-main-block .select select {
  width: calc(50% - 10px);
  height: 36px;
  float: left;
  margin-right: 20px;
  padding: 5px;
  box-sizing: border-box;
}
@media (max-width: 786px) {
  .history-main-block .select select {
    width: calc(100% - 95px);
    margin-right: 0;
  }
}
.history-main-block .more-history a,
.history-main-block .select input[type="submit"] {
  height: 36px;
  display: block;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 36px;
}
.history-main-block .select input[type="submit"] {
  width: calc(50% - 10px);
  box-sizing: border-box;
  background: #e4e4e4;
  border: 1px solid #dcdcdc;
  float: left;
  text-shadow: 0 1px 1px #fff;
  padding: 0;
  color: #404040;
}
.history-main-block .more-history {
  width: 100%;
}
.history-main-block .more-history a {
  background: #479e50;
  width: 140px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.mb60 {
  margin-bottom: 60px;
}
.post-ad-wrapp a {
  border: 0 !important;
}
.history-main-block .more-history a,
.redirect-recommend-page {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.redirect-recommend-page .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 720px) {
  .redirect-recommend-page .title {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.redirect-recommend-page .redirect-recommend-page__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: 30px;
}
@media (max-width: 720px) {
  .redirect-recommend-page .redirect-recommend-page__grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.redirect-recommend-page .redirect-recommend-page__grid .col {
  height: 60px;
  border-radius: 4px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 60px;
  background: #479e50;
  border: 2px solid transparent;
  position: relative;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1100px) {
  .redirect-recommend-page .redirect-recommend-page__grid .col {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.redirect-recommend-page .redirect-recommend-page__grid .col .icon {
  display: block;
  width: 42px;
  height: 42px;
  background: #fff url(../../images/female.svg) no-repeat center;
  background-size: 20px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.redirect-recommend-page .redirect-recommend-page__grid .col a {
  display: block;
  color: #fff;
  padding-left: 76px;
  transition: 0.25s ease-in-out;
}
.redirect-recommend-page .redirect-recommend-page__grid .col:hover {
  background: #fff;
  border-color: #479e50;
}
.redirect-recommend-page .redirect-recommend-page__grid .col:hover > a {
  color: #479e50;
}
.redirect-recommend-page .redirect-recommend-page__grid .col:nth-child(3),
.redirect-recommend-page .redirect-recommend-page__grid .col:nth-child(4) {
  background: #52adec;
}
.redirect-recommend-page .redirect-recommend-page__grid .col:nth-child(3) .icon,
.redirect-recommend-page
  .redirect-recommend-page__grid
  .col:nth-child(4)
  .icon {
  content: "";
  background: #fff url(../../images/male.svg) no-repeat center;
  background-size: 20px;
}
.redirect-recommend-page .redirect-recommend-page__grid .col:nth-child(3):hover,
.redirect-recommend-page
  .redirect-recommend-page__grid
  .col:nth-child(4):hover {
  background: #fff;
  border-color: #52adec;
}
.redirect-recommend-page
  .redirect-recommend-page__grid
  .col:nth-child(3):hover
  > a,
.redirect-recommend-page
  .redirect-recommend-page__grid
  .col:nth-child(4):hover
  > a {
  color: #52adec;
}
.home-desc-top {
  width: 100%;
  overflow: hidden;
  background: #faf8f4;
  border-bottom: 1px solid #f2f0ec;
  padding: 30px 0;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 992px) {
  .home-desc-top {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 540px) {
  .home-desc-top {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home-diet-over {
  padding: 24px 0 42px;
}
.home-comments,
.home-diet-over .home-diet-over__block,
.home-ytube {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.home-diet-over .home-diet-over__block {
  width: 100%;
  background: #479e50;
  color: #fff;
}
@media (max-width: 992px) {
  .home-diet-over .home-diet-over__block {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .home-diet-over .home-diet-over__block #app {
    margin-top: -25px;
  }
}
.home-diet-over .home-diet-over__block .short_text {
  position: relative;
}
.home-diet-over .home-diet-over__block .short_text #info_error {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.home-diet-over .home-diet-over__block .block-sel {
  width: calc(50% - 120px);
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .home-diet-over .home-diet-over__block .block-sel {
    width: 50%;
    padding-right: 0;
  }
  .home-diet-over .home-diet-over__block .block-sel:first-child {
    padding-right: 15px;
  }
  .home-diet-over .home-diet-over__block .block-sel:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 680px) {
  .home-diet-over .home-diet-over__block .block-sel {
    width: 100%;
    padding: 0 !important;
  }
  .home-diet-over .home-diet-over__block .block-sel:first-child {
    margin-bottom: 30px;
  }
}
.home-diet-over .home-diet-over__block .block-sel .text_info {
  width: 180px;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home-diet-over .home-diet-over__block .block-sel .text_info {
    width: 160px;
  }
}
.home-diet-over .home-diet-over__block .block-sel .text_info.icon_2 {
  line-height: 46px;
}
.home-diet-over .home-diet-over__block .block-sel select {
  width: calc(100% - 180px);
  float: left;
  height: 46px;
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #525252;
}
@media (max-width: 1200px) {
  .home-diet-over .home-diet-over__block .block-sel select {
    width: calc(100% - 160px);
  }
}
.home-diet-over .home-diet-over__block input[type="submit"] {
  width: 240px;
  height: 46px;
  float: right;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.25s ease-in-out;
}
.home-diet-over .home-diet-over__block input[type="submit"]:hover {
  background: #52adec;
  border: 1px solid #4797ce;
  border-bottom: 2px solid #4797ce;
  color: #fff;
}
@media (max-width: 992px) {
  .home-diet-over .home-diet-over__block input[type="submit"] {
    float: left;
    margin: 30px 0 0 50%;
    transform: translateX(-50%);
  }
}
.home-comments,
.home-ytube {
  margin-bottom: 60px;
}
.home-ytube {
  background: #479e50;
}
.home-ytube .home-ytube__icon {
  width: 74px;
  height: 74px;
  background: url(../../images/youtube_home.svg) no-repeat center;
  background-size: contain;
  display: block;
  float: left;
  margin-right: 30px;
}
@media (max-width: 786px) {
  .home-ytube .home-ytube__icon {
    float: none;
    margin: 0 auto 30px;
  }
}
.home-ytube .home-ytube__title {
  max-width: 540px;
  color: #fff;
  float: left;
  margin-top: -10px;
}
@media (max-width: 992px) {
  .home-ytube .home-ytube__title {
    max-width: 280px;
  }
}
@media (max-width: 786px) {
  .home-ytube .home-ytube__title {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
.home-ytube .home-ytube__title .h {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 5px;
}
.home-ytube .home-ytube__title .h a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.home-ytube .home-ytube__title .h a:hover {
  color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid #fff;
}
.home-ytube .home-ytube__title .d {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.65;
}
.home-ytube .home-ytube__title .d a,
.send-post-form p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.home-ytube .home-ytube__title .d a:hover {
  border-bottom: none;
}
.home-ytube .home-ytube__btn {
  max-width: 240px;
  width: 100%;
  height: 52px;
  border-radius: 3px;
  border: 2px solid #faf8f4;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  letter-spacing: 1.5px;
  text-align: center;
  transition: 0.25s ease-in-out;
  float: right;
}
@media (max-width: 786px) {
  .home-ytube .home-ytube__btn {
    float: none;
    margin: 0 auto;
  }
}
.home-ytube .home-ytube__btn a {
  color: #fff;
  display: block;
}
.home-ytube .home-ytube__btn:hover {
  background: #52adec;
  border: 2px solid #4797ce;
}
.home-comments {
  background: #f5fbfc;
}
.home-comments li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eef5fa;
}
.home-comments li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.home-comments li .b {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303030;
}
.home-comments li .b,
.home-comments li .bl,
.home-comments li .text {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.home-comments li .text {
  opacity: 0.65;
  font-size: 15px;
  font-size: 0.9375rem;
}
.home-comments li .bl {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-calcs {
  margin-bottom: 30px;
}
.home-calcs .home-calcs__col {
  width: calc(33% - 20px);
  display: inline-table;
  margin: 0 25px 30px 0;
  text-align: center;
}
.home-calcs .home-calcs__col:last-child {
  margin-right: -5px;
}
@media (max-width: 540px) {
  .home-calcs .home-calcs__col {
    width: 100%;
    margin-right: 0;
  }
}
.home-calcs .home-calcs__col .icon {
  width: 135px;
  height: 135px;
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: block;
  margin: 0 auto 25px;
  transition: 0.25s ease-in-out;
}
.home-calcs .home-calcs__col .icon.icon-1 {
  background: #fff url(../../images/calc-icons/icon-1.svg) no-repeat center;
  background-size: 74px;
}
.home-calcs .home-calcs__col .icon.icon-2 {
  background: #fff url(../../images/calc-icons/icon-2.svg) no-repeat center;
  background-size: 74px;
}
.home-calcs .home-calcs__col .icon.icon-3 {
  background: #fff url(../../images/calc-icons/icon-3.svg) no-repeat center;
  background-size: 74px;
}
.home-calcs .home-calcs__col .icon:hover {
  box-shadow: 0 6px 120px rgba(0, 0, 0, 0.25);
  transform: scale(1.025);
}
.home-calcs .home-calcs__col .title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}
.home-content-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home-content-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 365px) {
  .home-content-posts {
    grid-template-columns: 1fr;
  }
}
.home-content-posts .home-content-posts__col {
  display: inline-table;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #cdd0da;
  box-sizing: border-box;
  text-align: center;
  transition: 0.25s ease-in-out;
}
.home-content-posts .home-content-posts__col:last-child {
  margin-right: -5px;
}
.home-content-posts .home-content-posts__col:hover {
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.15);
}
.home-content-posts .home-content-posts__col img {
  display: block;
  margin: 0 auto 15px;
  border-radius: 3px;
  width: 100%;
  height: 210px;
  object-position: center;
  -o-object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
}
.home-content-posts .home-content-posts__col .title {
  font-size: 19px;
  font-size: 1.1875rem;
}
.home-dietolog {
  width: 100%;
  padding: 30px;
  background: #faf8f4;
  border-radius: 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.home-dietolog .title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.65;
  margin-bottom: 15px;
}
.home-dietolog .home-dietolog__left {
  width: calc(100% - 540px - 30px);
  float: left;
}
@media (max-width: 992px) {
  .home-dietolog .home-dietolog__left {
    width: 100%;
  }
}
.home-dietolog .home-dietolog__left .top {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f0ec;
  overflow: hidden;
}
.home-dietolog .home-dietolog__left .top .avatar {
  float: left;
  margin-right: 15px;
}
.home-dietolog .home-dietolog__left .top .avatar img {
  border-radius: 50%;
  display: block;
}
.home-dietolog .home-dietolog__left .top .data {
  float: left;
}
.home-dietolog .home-dietolog__left .top .data .name {
  margin-bottom: 10px;
  font-size: 19px;
  font-size: 1.1875rem;
}
.home-dietolog .home-dietolog__left .top .data .desc {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.65;
}
.home-dietolog .home-dietolog__left .posts li {
  position: relative;
  margin-left: 12px;
  margin-bottom: 5px;
}
.home-dietolog .home-dietolog__left .posts li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #479e50;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 9px;
}
.home-dietolog .home-dietolog__left .posts li a {
  color: #4189c8;
  text-decoration: none;
  border-bottom: 1px solid #d0d9e0;
}
.home-dietolog .home-dietolog__left .posts li a:hover {
  color: #479e50;
  text-decoration: none;
  border-bottom: 1px solid #479e50;
}
.home-dietolog .home-dietolog__left .posts .more_link {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 10px;
}
.home-dietolog .home-dietolog__left .posts .more_link a {
  color: #479e50;
  transition: 0.25s ease-in-out;
  border-bottom: 1px solid #479e50;
}
.home-dietolog .home-dietolog__left .posts .more_link a:hover {
  color: #343434;
  border-bottom: 1px solid #343434;
}
.home-dietolog .home-dietolog__right {
  width: 540px;
  float: right;
}
@media (max-width: 992px) {
  .home-dietolog .home-dietolog__right {
    width: 100%;
    margin-top: 30px;
  }
}
.home-dietolog .home-dietolog__right .doc-form-col {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.home-dietolog .home-dietolog__right .doc-form-col:first-child {
  padding-right: 7px;
}
.home-dietolog .home-dietolog__right .doc-form-col:first-child input {
  margin-bottom: 5px;
}
.home-dietolog
  .home-dietolog__right
  .doc-form-col:first-child
  input[type="submit"] {
  margin: 3px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: 0.25s ease-in-out;
}
.home-dietolog .home-dietolog__right .doc-form-col:last-child {
  padding-left: 7px;
}
.home-dietolog .home-dietolog__right .doc-form-col input,
.home-dietolog .home-dietolog__right .doc-form-col textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
}
.home-dietolog .home-dietolog__right .doc-form-col textarea {
  height: 252px;
}
.home-dietolog .home-dietolog__right .privacy-info {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.65;
  margin-top: 20px;
}
.home-dietolog .home-dietolog__right .privacy-info a {
  border-bottom: 1px solid #4189c8;
}
.best-services .best-services__col a:hover .title,
.home-dietolog .home-dietolog__right .privacy-info a:hover {
  border-bottom: 1px solid #479e50;
}
.home_big_block .popular_home {
  width: 745px;
  float: right;
}
.home_big_block .popular_home .title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.home_big_block .popular_home .blocks .col {
  width: 220px;
  display: inline-table;
  margin: 0 15px 20px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.home_big_block .popular_home .blocks .col:nth-child(3n + 3),
.services_home_blocks li:nth-child(3n + 3) {
  margin: 0 0 20px;
}
.home_big_block .popular_home img {
  float: left;
  margin: 0 20px 0 0;
}
.main_header span {
  background: #479e50;
  padding: 5px 10px 5px 24px;
  border-right: 10px solid #fff;
  margin-left: 34px;
}
.main_header .diety,
.main_header .history,
.main_header .pitanie,
.main_header .preparaty,
.main_header .psyhologiya,
.main_header .uprazhneniya {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -9px;
  border: 4px solid #479e50;
  padding: 10px;
  border-radius: 50%;
}
.main_header .diety {
  background: #fff url(../../images/icons/diety.svg) no-repeat center;
  background-size: 24px;
}
.main_header .pitanie {
  background: #fff url(../../images/icons/pitanie.svg) no-repeat center;
  background-size: 24px;
}
.main_header .uprazhneniya {
  background: #fff url(../../images/icons/uprazhneniya.svg) no-repeat center;
  background-size: 24px;
}
.main_header .psyhologiya {
  background: #fff url(../../images/icons/psyhologiya.svg) no-repeat center;
  background-size: 24px;
}
.main_header .preparaty {
  background: #fff url(../../images/icons/preparaty.svg) no-repeat center;
  background-size: 24px;
}
.main_header .history {
  background: #fff url(../../images/icons/history.svg) no-repeat center;
  background-size: 24px;
}
.color_header {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #52adec;
  margin-bottom: 10px;
}
.dietolog_home_blocks {
  padding: 20px;
  border: 2px dotted #52adec;
  margin-bottom: 40px;
}
.dietolog_home_blocks .col_l,
.services_home_blocks li {
  width: 150px;
  float: left;
  margin: 20px 20px 0 0;
  text-align: center;
}
.dietolog_home_blocks .col_l img {
  border-radius: 50%;
}
.dietolog_home_blocks .col_l .name {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 10px 0;
}
.dietolog_home_blocks .col_l .other {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #69747a;
}
.dietolog_home_blocks .col_l .cube {
  width: 60px;
  height: 4px;
  background: #479e50;
  margin: 10px auto;
}
.dietolog_home_blocks .col_c {
  width: 250px;
  float: left;
  margin-top: 20px;
}
.dietolog_home_blocks .col_c .block {
  width: 100%;
  margin-bottom: 10px;
}
.dietolog_home_blocks .col_c .block li {
  background: url(../../images/check_color.svg) no-repeat 0 4px;
  background-size: 16px;
  padding-left: 25px;
  min-height: 20px;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 5px;
}
.dietolog_home_blocks .col_c .title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}
.dietolog_home_blocks .col_c .more_link {
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
.dietolog_home_blocks .col_c .more_link a {
  color: #949494;
}
.dietolog_home_blocks .col_c .more_link a:hover {
  color: #212121;
}
.dietolog_home_blocks .col_r {
  width: 230px;
  background: #52adec;
  padding: 20px;
  float: right;
}
.dietolog_home_blocks .col_r .title {
  color: #fff;
}
.dietolog_home_blocks .col_r input,
.dietolog_home_blocks .col_r textarea {
  padding: 6px 10px;
  max-width: 100%;
  width: 210px;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.dietolog_home_blocks .col_r textarea {
  min-height: 20px;
  height: 40px !important;
  resize: none;
}
.dietolog_home_blocks .col_r .userSubmitComment {
  width: 100px !important;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  color: #474747;
}
.dietolog_home_blocks .col_r .userSubmitComment:hover {
  background: #dbdbdb;
}
.services_home_blocks {
  padding: 20px;
  background: #f8fcff;
  margin-bottom: 40px;
}
.services_home_blocks li {
  width: 210px;
  height: 180px;
  margin: 0 40px 20px 0;
  position: relative;
}
.services_home_blocks img {
  float: left;
  margin: 0 20px 20px 0;
}
.services_home_blocks .li_icon_1 {
  background: #fff url(../../images/icons/li_icon_1.png) no-repeat center;
}
.services_home_blocks .li_icon_1,
.services_home_blocks .li_icon_2,
.services_home_blocks .li_icon_3 {
  width: 64px;
  height: 64px;
  display: block;
  padding: 20px;
  margin: 0 auto 20px;
  box-shadow: 2px 2px 6px #e4e8ea;
}
.services_home_blocks .li_icon_2 {
  background: #fff url(../../images/icons/li_icon_2.png) no-repeat center;
}
.services_home_blocks .li_icon_3 {
  background: #fff url(../../images/icons/li_icon_3.png) no-repeat center;
}
.services_home_blocks .li_icon_4 {
  background: #fff url(../../images/icons/li_icon_4.png) no-repeat center;
}
.services_home_blocks .li_icon_4,
.services_home_blocks .li_icon_5,
.services_home_blocks .li_icon_6 {
  width: 64px;
  height: 64px;
  display: block;
  padding: 20px;
  margin: 0 auto 20px;
  box-shadow: 2px 2px 6px #e4e8ea;
}
.services_home_blocks .li_icon_5 {
  background: #fff url(../../images/icons/li_icon_5.png) no-repeat center;
}
.services_home_blocks .li_icon_6 {
  background: #fff url(../../images/icons/li_icon_6.png) no-repeat center;
}
.home-socials {
  overflow: hidden;
  margin: 0 auto 60px;
}
.home-socials ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.home-socials ul li a {
  display: block;
  width: 100%;
  height: 80px;
  transition: 0.25s ease-in-out;
}
.home-socials ul li a i.vk {
  background: #4b668a url(../../images/vk_big.svg) no-repeat center;
  background-size: 42px;
}
.home-socials ul li a i.ok {
  background: #f19d37 url(../../images/ok_big.svg) no-repeat center;
  background-size: 42px;
}
.home-socials ul li a i.fb {
  background: #3f549a url(../../images/fb_big.svg) no-repeat center;
  background-size: 42px;
}
.entry_h1:not(.-no-bb) h1 {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.entry_h1.-no-bb h1 {
  margin-bottom: 32px;
}
.entry {
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
}
.entry ol {
  list-style: none;
  counter-reset: numList;
  margin-left: 45px;
  margin-bottom: 15px;
}
.entry ol li {
  width: 97%;
  height: 100%;
  position: relative;
  padding: 10px 0;
}
.entry ol li:before {
  background: #45a7d8;
  border-radius: 50%;
  font: 700 12px/2.3 Arial, Helvetica, Tahoma, sans-serif;
  color: #fff;
  counter-increment: numList;
  content: counter(numList);
  float: left;
  position: absolute;
  left: -35px;
  text-align: center;
  width: 25px;
  height: 25px;
  margin: 0;
}
.entry ul > li {
  list-style-image: none;
  margin: 0 0 0 30px;
  position: relative;
}
.entry ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #52adec;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 11px;
}
.entry ul.reviews-list > li {
  margin: 0;
}
.entry ul.reviews-list > li:before,
.entry ul.essb_links_list > li:before,
.entry .rashodcaloriy ul > li:before {
  background: transparent;
}
.entry ul.essb_links_list:before {
  content: "Поделиться";
  font-size: 17px;
  font-weight: 700;
  display: block;
  line-height: 20px;
  margin-bottom: 25px;
}

.entry ul > li:last-child {
  margin-bottom: 20px;
}
.entry a {
  color: #4189c8;
}
.entry a:hover {
  color: #479e50;
}
.entry p {
  margin-bottom: 20px;
}
.content_rb,
.lead-text {
  margin-bottom: 25px;
}
.lead-text {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  background: #f9f9f9;
  border-bottom: 2px solid #e4e8ea;
  border-top: 2px solid #e4e8ea;
  padding: 15px;
}
blockquote {
  padding: 20px 20px 20px 80px;
  margin: 20px 0;
  background: url(../../images/blockquote.svg) no-repeat 20px;
  background-size: 32px;
  border: 2px dashed #479e50;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}
.main_header {
  background: url(../../images/main_header.png) repeat-x left center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.main_header .rait,
.main_header .related {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -9px;
  border: 4px solid #479e50;
  padding: 10px;
  border-radius: 50%;
}
.main_header .rait {
  background: #fff url(../../images/icons/rait.svg) no-repeat center;
  background-size: 24px;
}
.main_header .related {
  background: #fff url(../../images/icons/related.svg) no-repeat center;
  background-size: 24px;
}
.home_big_block {
  width: 100%;
  margin-bottom: 30px;
}
.home_big_block .short_text {
  width: 310px;
  float: left;
  padding: 20px;
  background: #007aff;
  border-radius: 5px;
}
.home_big_block .short_text input[type="submit"] {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.35);
}
.home_big_block .short_text .title {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.home_big_block .short_text .text_info {
  min-height: 25px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin-right: 5%;
  color: #fff;
}
@media (max-width: 480px) {
  .image-175-115 {
    width: unset;
    height: unset;
  }
  .home_big_block .short_text .text_info {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.home_big_block .short_text .icon_1 {
  background: url(../../images/title_icon_1.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 35px;
  line-height: 1.2;
}
.home_big_block .short_text .icon_2 {
  background: url(../../images/title_icon_2.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 35px;
}
.home_big_block .short_text #info_error {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: red;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  background: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}
.home_big_block .short_text #info_error:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  left: 40px;
  bottom: -12px;
}
.home_big_block .short_text #select_n1,
.home_big_block .short_text #select_n2 {
  width: calc(45% - 5px);
  margin-bottom: 20px;
  display: inline-table;
  box-sizing: border-box;
  padding: 10px 5px;
  border-radius: 3px;
  border: 1px solid #fff;
}
@media (max-width: 480px) {
  .home_big_block .short_text #select_n1 {
    width: 100%;
    float: none;
  }
  .home_big_block .short_text #select_n2 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .home_big_block .short_text #select_n1 {
    margin-bottom: 0;
  }
}
.home_big_block .short_text #select_n1.alert,
.home_big_block .short_text #select_n2.alert {
  -webkit-animation: alert 1s infinite;
  -moz-animation: alert 1s infinite;
  -ms-animation: alert 1s infinite;
  animation: alert 1s infinite;
}
.home_big_block .block-sel:first-child {
  width: 100%;
  margin-bottom: 20px;
}
.diets-page .short_text {
  width: 100% !important;
  float: none;
  box-sizing: border-box;
}
.post-data {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e8ea;
  margin-top: -5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.post-data .post-data__read-time {
  background: #479e50;
  padding: 7px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  border: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
  transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
}
.post-data .post-data__read-time:focus,
.post-data .post-data__read-time:hover {
  background: #479e50;
  opacity: 0.75;
}
.post-data .post-data__comment {
  float: right;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 34px;
  padding-left: 20px;
  background: url(../../images/post-data-comment.svg) no-repeat left center;
  background-size: 14px;
}
.post-data .post-data__comment a {
  color: #474747;
  border-bottom: 1px solid #929292;
}
.post-data .post-data__comment a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
@media (max-width: 525px) {
  .post-data .post-data__comment {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
.hide-post-data {
  display: none;
  width: 100%;
  padding: 20px 0;
  background: #479e50;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.hide-post-data .hide-post-data__btn-icon {
  color: #fff;
  display: inline-block;
  background: 0 0;
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
  transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
}
.hide-post-data .hide-post-data__btn-icon:active,
.hide-post-data .hide-post-data__btn-icon:hover {
  background: 0 0;
  opacity: 0.75;
  color: #fff;
}
.hide-post-data .hide-post-data__btn-icon:focus {
  background: 0 0;
}
.hide-post-data .hide-post-data__btn-icon i {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 20px;
}
.hide-post-data .hide-post-data__btn-icon .icon_email {
  background: url(../../images/post_data_email.svg) no-repeat center;
  background-size: 32px;
}
.hide-post-data .hide-post-data__btn-icon .icon_star {
  background: url(../../images/post_data_star.svg) no-repeat center;
  background-size: 32px;
}
.hide-post-data .hide-post-data__btn-icon span {
  display: block;
  color: #fff !important;
}
.send-post-form {
  display: none;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.send-post-form input[type="text"] {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 25px;
}
.send-post-form input[type="text"]:focus {
  outline: 0;
  border: 1px solid #6495ed;
}
.send-post-form input[type="submit"] {
  width: 160px;
  margin: 0 auto;
  background: #4189c8;
  border: 4px solid #fff;
  border-radius: 25px;
  box-shadow: 0 6px 12px rgba(255, 81, 186, 0.42);
  -webkit-transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
  transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
}
.send-post-form input[type="submit"]:hover {
  background: #fff;
  border: 4px solid #4189c8;
  color: #4189c8;
}
.hide-page-data__btn-icon,
.send-post-form p {
  font-family: sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
.send-post-form p {
  max-width: 80%;
  margin: 10px auto 0;
}
.send-post-form p a:hover {
  color: #fff;
  border-bottom: none;
}
.hide-page-data__btn-icon {
  background: #52adec url(../../images/post_data_star.svg) no-repeat 10px 8px;
  background-size: 16px;
  border-radius: 3px;
  padding: 7px 15px 7px 35px;
  font-weight: 400;
  display: inline-block;
  border: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
  transition: all 0.2s cubic-bezier(0.15, 0, 0.2, 0.25);
}
.hide-page-data__btn-icon:focus,
.hide-page-data__btn-icon:hover {
  background: #52adec url(../../images/post_data_star.svg) no-repeat 10px 8px;
  background-size: 16px;
  color: #fff;
  opacity: 0.75;
}
.home_news {
  width: 100%;
  margin-bottom: 20px;
}
.home_news .col {
  width: 175px;
  display: inline-table;
  margin: 0 15px 20px 0;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}
.home_news .col:nth-child(4n + 4) {
  margin: 0 0 20px;
}
.home_news img {
  margin: 0 0 10px;
}
.dwqa-container,
.dwqa-single-question {
  width: 100%;
}
.dwqa-search input {
  max-width: 100%;
  width: 95%;
  background: url(../../images/search.png) no-repeat 98% 50%;
}
.dwqa-question-filter {
  background: #f8fcff;
  padding: 10px 15px;
  margin: 0 0 20px;
}
.dwqa-question-filter span,
.tc table tfoot th,
.tc table thead th,
table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: 700;
}
.dwqa-question-filter a {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 10px;
}
.dwqa-question-filter a.active,
.dwqa-question-filter a:hover {
  color: #479e50;
}
.dwqa-questions-list {
  margin: 20px 0;
}
.dwqa-questions-list > div {
  padding: 20px;
  border: 1px solid #e4e8ea;
  border-bottom: 0;
  position: relative;
}
.dwqa-questions-list > div:last-child {
  border-bottom: 1px solid #e4e8ea;
}
.dwqa-question-title {
  width: 75%;
  margin-bottom: 10px;
}
.dwqa-question-meta img {
  display: none;
}
.dwqa-question-title a {
  color: #4189c8;
  font-weight: 700;
  border-bottom: 1px solid #d0d9e0;
}
.dwqa-question-title a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.dwqa-questions-list > div .dwqa-status {
  background: #52adec;
  color: #fff;
  padding: 2px 5px;
  margin-right: 20px;
}
.dwqa-questions-list > div .dwqa-status-closed {
  background: #4a4a4a;
}
.dwqa-questions-list > div .dwqa-status-resolved {
  background: #57be7d;
}
.dwqa-questions-list > div .dwqa-question-stats {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 10px;
}
.dwqa-questions-list > div .dwqa-question-stats span {
  min-width: 48px;
  height: 48px;
  background: #e4e8ea;
  display: block;
  float: left;
  margin-left: 5px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}
.dwqa-questions-list > div .dwqa-question-stats strong {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  display: block;
  font-weight: 400;
}
.dwqa-ask-question a {
  background: #52adec;
  border-radius: 3px;
  padding: 5px 20px;
  line-height: 30px;
  display: inline-table;
  color: #fff;
  font-weight: 700;
}
.dwqa-ask-question a:hover {
  color: #fff;
  opacity: 0.8;
}
.dwqa-breadcrumbs {
  margin-bottom: 10px;
}
.dwqa-breadcrumbs a {
  color: #479e50;
}
.dwqa-question-meta {
  font-size: 13px;
  font-size: 0.8125rem;
}
.dwqa-single-question .dwqa-question-meta {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.dwqa-single-question .dwqa-question-meta > span {
  float: left;
}
.dwqa-answer-actions,
.dwqa-question-actions {
  float: right !important;
}
.dwqa-answer-actions a,
.dwqa-question-actions a {
  margin-left: 10px;
  color: #4189c8;
  border-bottom: 1px solid #d0d9e0;
}
.dwqa-answer-actions a:hover,
.dwqa-question-actions a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.dwqa-question-content {
  width: 100%;
  margin-bottom: 20px;
}
.dwqa-question-actions label {
  display: inline-block;
}
.dwqa-label {
  background: #52adec;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  margin: 0 5px;
}
.dwqa-answers {
  padding: 20px;
  border: 1px solid #e4e8ea;
  margin: 20px 0;
  position: relative;
}
.dwqa-answer-form-title,
.dwqa-answers-title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #212121;
  font-weight: 700;
  margin-bottom: 10px;
}
.dwqa-answer-content {
  padding: 20px 0 20px 70px;
}
.dwqa-answers .dwqa-answer-meta {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 70px;
}
.dwqa-answers .dwqa-answer-meta img {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.dwqa-answers .dwqa-answer-item {
  position: relative;
}
.dwqa-answers .dwqa-pick-best-answer {
  width: 24px;
  height: 24px;
  background: url(../../images/best_answer.svg) no-repeat;
  background-size: 24px;
  display: block;
  font-size: 0;
  position: absolute;
  left: 20px;
  top: 45%;
}
#dwqa-answer-form {
  background: #f7f7f7;
  padding: 20px;
  overflow: hidden;
}
.wp-editor-container {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.wp-editor-container input[type="button"],
.wp-editor-container input[type="submit"] {
  background: #52adec;
  border: 1px solid #4298b9;
  border-bottom: 2px solid #4298b9;
  color: #fff;
  text-shadow: none;
  float: right;
}
.wp-editor-container input[type="button"]:active,
.wp-editor-container input[type="button"]:focus,
.wp-editor-container input[type="button"]:hover,
.wp-editor-container input[type="submit"]:active,
.wp-editor-container input[type="submit"]:focus,
.wp-editor-container input[type="submit"]:hover {
  background: #4298b9;
}
.dwqa-btn {
  float: right;
}
.dwqa-pagination {
  width: 100%;
  margin: 0 0 20px;
}
.dwqa-page-numbers {
  padding: 7px 12px;
  line-height: 30px;
  background: #e4e8ea;
  margin-right: 5px;
}
.dwqa-page-numbers:hover {
  opacity: 0.8;
}
.dwqa-next {
  background: #69747a;
  color: #fff !important;
}
.related_news {
  width: 100%;
  margin: 20px 0 40px;
}
.related_news .col {
  width: 136px;
  float: left;
  margin: 0 20px 0 0;
}
.related_news .col:last-child,
.related_news_big .col:last-child {
  margin: 0;
}
.related_news img {
  margin: 0 0 10px;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.related_news a,
.related_news_big a {
  font-size: 16px;
  font-size: 1rem;
}
.related_news_big {
  width: 100%;
  background: #dff6ff;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px 0 40px;
}
.related_news_big .col {
  width: calc(33% - 11px);
  display: inline-table;
  margin: 0 15px 0 0;
}
@media (max-width: 565px) {
  .related_news_big .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .related_news_big .col img {
    width: 100px;
    float: left;
    margin: 0 20px 10px 0;
  }
}
.nameId {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.category {
  width: 175px;
  margin: 0 20px 20px 0;
  text-align: center;
}
.category:nth-child(4n + 4) {
  margin: 0 0 20px;
}
.category img {
  margin-bottom: 10px;
}
.search-errors,
.search-page {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.search-errors {
  background: #f7f7f7;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.search-page {
  height: 38px;
  border: 1px solid #eaeaea;
}
.search-page .searchform {
  background: #fff;
  height: 34px;
}
.search-errors__title,
.search-errors__title-small {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.search-errors__title {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.search-errors__title-small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.75;
}
#AjaxPagenavSearch,
#loadPageAjax,
.custom-load-more-btn {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #52adec url(../../images/load_more.svg) no-repeat 16px 15px;
  background-size: 16px;
  border-radius: 3px;
  width: 120px;
  padding-left: 46px;
  height: 46px;
  margin: 20px auto;
  clear: both;
  text-align: left;
}
#AjaxPagenavSearch:hover,
#loadPageAjax:hover,
.custom-load-more-btn:hover {
  opacity: 0.8;
}
.owl-wrapper.doctor,
.owl-wrapper.people {
  color: #2f2f2f;
  font-size: 18px;
  font-size: 1.125rem;
}
.owl-wrapper.people {
  background: #f6fdff url(../../images/owl-people.png) left top;
}
.owl-wrapper.doctor {
  background: #f7f7f7 url(../../images/owl-doctor.png) left top;
}
.owl-wrapper {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.owl-wrapper .item {
  min-height: 120px;
  padding: 0 45px;
  text-align: center;
  position: relative !important;
  overflow: hidden !important;
}
.owl-wrapper .item em {
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.owl-wrapper .owl-carousel .owl-stage-outer {
  padding-bottom: 15px;
}
.owl-wrapper .owl-nav {
  display: block !important;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  text-align: center;
}
.owl-wrapper .owl-nav div {
  width: 28px;
  height: 28px;
  background: #52adec;
  border-radius: 50%;
  display: inline-block;
  font-size: 0 !important;
  position: relative;
  margin-right: 6px;
  -webkit-transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.owl-wrapper .owl-nav div:before {
  content: "";
  position: absolute;
  left: 10.25px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
}
.owl-wrapper .owl-nav div:first-child {
  float: left;
  margin-left: 5px;
}
.owl-wrapper .owl-nav div:first-child:before {
  border-top: 5px solid transparent;
  border-left: none;
  border-right: 7px solid #fff;
  border-bottom: 5px solid transparent;
}
.owl-wrapper .owl-nav div:hover {
  opacity: 0.75;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  backface-visibility: hidden;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tc table,
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
.tc table thead,
table.dataTable thead {
  background: #52adec;
  color: #fff;
}
.tc table thead td,
.tc table thead th,
table.dataTable thead td,
table.dataTable thead th {
  padding: 10px 18px;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: 0;
}
.tc table tfoot td,
.tc table tfoot th,
table.dataTable tfoot td,
table.dataTable tfoot th {
  padding: 10px 18px 6px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(../../images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  background-image: url(../../images/sort_asc.png);
}
table.dataTable thead .sorting_desc {
  background-image: url(../../images/sort_desc.png);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(../../images/sort_asc_disabled.png);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(../../images/sort_desc_disabled.png);
}
.tc table tbody tr,
table.dataTable tbody tr {
  background-color: #fff;
}
.tc table tbody tr:nth-child(2n + 2),
table.dataTable tbody tr:nth-child(2n + 2) {
  background-color: #f8fcff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
.tc table tbody td,
.tc table tbody th,
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 8px 10px;
}
.tc table tbody td,
.tc table tbody th,
table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr:nth-child(odd),
table.dataTable.stripe tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr:nth-child(odd).selected,
table.dataTable.stripe tbody tr:nth-child(odd).selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr:nth-child(odd) > .sorting_1,
table.dataTable.order-column.stripe tbody tr:nth-child(odd) > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr:nth-child(odd) > .sorting_2,
table.dataTable.order-column.stripe tbody tr:nth-child(odd) > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr:nth-child(odd) > .sorting_3,
table.dataTable.order-column.stripe tbody tr:nth-child(odd) > .sorting_3 {
  background-color: #f5f5f5;
}
table.dataTable.display tbody tr:nth-child(odd).selected > .sorting_1,
table.dataTable.order-column.stripe
  tbody
  tr:nth-child(odd).selected
  > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr:nth-child(odd).selected > .sorting_2,
table.dataTable.order-column.stripe
  tbody
  tr:nth-child(odd).selected
  > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr:nth-child(odd).selected > .sorting_3,
table.dataTable.order-column.stripe
  tbody
  tr:nth-child(odd).selected
  > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr:nth-child(2n + 2) > .sorting_1,
table.dataTable.order-column.stripe tbody tr:nth-child(2n + 2) > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr:nth-child(2n + 2) > .sorting_2,
table.dataTable.order-column.stripe tbody tr:nth-child(2n + 2) > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr:nth-child(2n + 2) > .sorting_3,
table.dataTable.order-column.stripe tbody tr:nth-child(2n + 2) > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr:nth-child(2n + 2).selected > .sorting_1,
table.dataTable.order-column.stripe
  tbody
  tr:nth-child(2n + 2).selected
  > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr:nth-child(2n + 2).selected > .sorting_2,
table.dataTable.order-column.stripe
  tbody
  tr:nth-child(2n + 2).selected
  > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr:nth-child(2n + 2).selected > .sorting_3,
table.dataTable.order-column.stripe
  tbody
  tr:nth-child(2n + 2).selected
  > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th,
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable th.dt-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable th.dt-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable td.dt-right,
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable th.dt-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable th.dt-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable th.dt-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  width: 100%;
  margin-bottom: -20px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(100%, #dcdcdc)
  );
  background: -webkit-linear-gradient(top, #fff 0, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: 0 0;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #585858),
    color-stop(100%, #111)
  );
  background: -webkit-linear-gradient(top, #585858 0, #111 100%);
  background: -moz-linear-gradient(top, #585858 0, #111 100%);
  background: -ms-linear-gradient(top, #585858 0, #111 100%);
  background: -o-linear-gradient(top, #585858 0, #111 100%);
  background: linear-gradient(to bottom, #585858 0, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: 0;
  background-color: #2b2b2b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #2b2b2b),
    color-stop(100%, #0c0c0c)
  );
  background: -webkit-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, rgba(255, 255, 255, 0.9)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th {
  vertical-align: middle;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
}
#contactsForm {
  width: 100%;
  margin: 20px 0;
}
.related_posts_new .col.col-three,
.related_posts_new .col.six-col {
  width: calc(33% - 12px);
  display: inline-table;
  margin: 0 15px 20px 0;
}
.related_posts_new .col.col-three:last-child {
  margin-right: 0;
}
.related_posts_new .col.eighth-col:nth-child(4n + 4),
.related_posts_new .col.six-col:nth-child(3n + 3) {
  margin-right: 0;
}
.related_posts_new .col.eighth-col {
  width: calc(25% - 17px);
  display: inline-table;
  margin: 0 15px 20px 0;
}
@media (max-width: 768px) {
  .related_posts_new .col.eighth-col img {
    display: none;
  }
}
#DDWidgetDoctorList li:before {
  content: none;
}
.g-buy-full,
.g-buy-two {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.g-buy-full {
  background: #d20f33;
  border: 1px solid #af1d38;
  border-bottom: 2px solid #af1d38;
}
.g-buy-full:hover,
.g-buy-two .g-buy-two__col.red:hover {
  background: #af1d38;
}
.g-buy-full a,
.g-buy-two .g-buy-two__col.blue a,
.g-buy-two .g-buy-two__col.red a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  border-bottom: none;
}
.expert-block .btn-move a,
.g-buy-full a:hover,
.g-buy-two .g-buy-two__col.blue a:hover,
.g-buy-two .g-buy-two__col.red a:hover {
  color: #fff;
  border-bottom: none;
}
.g-buy-two {
  position: relative;
  overflow: hidden;
}
.g-buy-two .g-buy-two__col {
  width: 50%;
  float: left;
}
.g-buy-two .g-buy-two__col.red {
  background: #d20f33;
}
.g-buy-two .g-buy-two__col.blue {
  background: #52adec;
}
.g-buy-two .g-buy-two__col.blue:hover {
  background: rgba(82, 173, 236, 0.9);
}
.content_rb .table {
  width: 100% !important;
  box-sizing: border-box !important;
}
.expert-block {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cdd0da;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media (max-width: 786px) {
  .expert-block .img-desc {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}
.expert-block .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
}
@media (max-width: 400px) {
  .expert-block .avatar {
    width: 64px;
    height: 64px;
  }
}
.expert-block .author-desc {
  width: calc(100% - 80px - 60px - 200px);
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 786px) {
  .expert-block .author-desc {
    width: calc(100% - 15px - 80px);
  }
}
@media (max-width: 400px) {
  .expert-block .author-desc {
    width: calc(100% - 15px - 64px);
  }
}
.expert-block .author-desc .name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.expert-block .author-desc .name a {
  color: #393939;
  border-bottom: 1px solid #393939;
}
.expert-block .author-desc .name a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.expert-block .author-desc .desc,
.expert-block .btn-move {
  font-size: 16px;
  font-size: 1rem;
}
.expert-block .btn-move {
  width: 200px;
  height: 46px;
  background: #52adec;
  border: solid 1px #348eb2;
  border-bottom: 2px solid #348eb2;
  border-radius: 3px;
  text-align: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 46px;
  font-weight: 700;
  float: right;
  margin-top: 8px;
}
@media (max-width: 786px) {
  .expert-block .btn-move {
    float: left;
  }
}
.expert-block .btn-move a {
  display: block;
}
.content_rb a,
.expert-block .btn-move a:hover {
  border-bottom: none;
}
.expert-block .btn-move:hover {
  background: #348eb2;
}
.best-services,
.expert-block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.best-services .best-services__col {
  width: calc(33% - 18px);
  display: inline-table;
  margin: 0 25px 30px 0;
  background: #f8fcff;
  border: 1px solid #f8fcff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.25s ease-in-out;
  text-align: center;
}
@media (max-width: 600px) {
  .best-services .best-services__col {
    width: 100%;
    margin: 0 0 30px;
  }
}
.best-services .best-services__col:last-child {
  margin-right: 0;
}
.best-services .best-services__col:hover {
  background: #fff;
  border: 1px solid #cdd0da;
  box-shadow: 2px 2px 6px #e4e8ea;
}
.best-services .best-services__col .icon {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.best-services .best-services__col .icon.icon-1 {
  background: url(../../images/icons/li_icon_10.svg) no-repeat center;
  background-size: 64px;
}
.best-services .best-services__col .icon.icon-2 {
  background: url(../../images/icons/li_icon_1.png) no-repeat center;
}
.best-services .best-services__col .icon.icon-3 {
  background: url(../../images/icons/li_icon_30.svg) no-repeat center;
  background-size: 64px;
}
.best-services .best-services__col .title {
  font-size: 19px;
  font-size: 1.1875rem;
  display: inline-block;
  border-bottom: 1px solid #d0d9e0;
}
.best-services .best-services__col .title:hover {
  color: #479e50;
}
.best-services .best-services__col a {
  display: block;
  padding: 15px;
}
.comment-image {
  display: none;
  margin-bottom: 12px;
}
.comment-image.active {
  display: block;
}
.page-user-test {
  text-align: center;
}
.page-user-answer,
.page-user-questions,
.page-user-test {
  width: 100%;
  background: #f5fbfc;
  border: 1px solid #cdd0da;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .page-user-answer,
  .page-user-questions,
  .page-user-test {
    padding: 20px;
  }
}
.page-user-answer .put__heading,
.page-user-questions .put__heading,
.page-user-test .put__heading {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #52adec;
}
@media (max-width: 786px) {
  .page-user-answer .put__heading,
  .page-user-questions .put__heading,
  .page-user-test .put__heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-user-answer .put__desc,
.page-user-questions .put__desc,
.page-user-test .put__desc {
  margin: 20px 0;
}
.page-user-answer .put__go-test,
.page-user-questions .put__go-test,
.page-user-test .put__go-test {
  background: #479e50;
  border: 1px solid #c71e64;
  border-bottom: 2px solid #c71e64;
  box-shadow: 0 3px 18px rgba(216, 27, 105, 0.25);
  transition: 0.25s ease-in-out;
}
.page-user-answer .put__go-test:hover,
.page-user-questions .put__go-test:hover,
.page-user-test .put__go-test:hover {
  box-shadow: 0 9px 32px rgba(216, 27, 105, 0.25);
}
.page-user-answer .put__button-desc,
.page-user-questions .put__button-desc,
.page-user-test .put__button-desc {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.65;
  margin-top: 15px;
}
.page-user-answer .put_benefits,
.page-user-questions .put_benefits,
.page-user-test .put_benefits {
  margin-top: 20px;
}
@media (max-width: 786px) {
  .page-user-answer .put_benefits,
  .page-user-questions .put_benefits,
  .page-user-test .put_benefits {
    display: none;
  }
}
.page-user-answer .put_benefits .col,
.page-user-questions .put_benefits .col,
.page-user-test .put_benefits .col {
  width: 31%;
  display: inline-table;
  padding: 84px 20px 0;
  box-sizing: border-box;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-user-answer .put_benefits .col.icon-1,
.page-user-questions .put_benefits .col.icon-1,
.page-user-test .put_benefits .col.icon-1 {
  background: url(../../images/put-icon-1.svg) no-repeat top center;
  background-size: 64px;
}
.page-user-answer .put_benefits .col.icon-2,
.page-user-questions .put_benefits .col.icon-2,
.page-user-test .put_benefits .col.icon-2 {
  background: url(../../images/put-icon-2.svg) no-repeat top center;
  background-size: 64px;
}
.page-user-answer .put_benefits .col.icon-3,
.page-user-questions .put_benefits .col.icon-3,
.page-user-test .put_benefits .col.icon-3 {
  background: url(../../images/put-icon-3.svg) no-repeat top center;
  background-size: 64px;
}
.page-user-answer,
.page-user-questions {
  display: none;
  text-align: left;
}
.page-user-questions .puq__header {
  width: calc(100% + 40px);
  padding: 20px 40px;
  margin: -20px -20px 20px -40px;
  background: #edf0f5;
  border-bottom: 1px solid #cdd0da;
  position: relative;
  overflow: hidden;
}
.page-user-questions .puq__header .bar-procces {
  width: calc(100% - 85px);
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}
.page-user-questions .puq__header .bar-procces .line {
  display: block;
  width: 100%;
  height: 6px;
  background: rgba(82, 173, 236, 0.25);
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.page-user-questions .puq__header .bar-procces .line span {
  width: 4.5%;
  height: 6px;
  background: #52adec;
  float: left;
}
.page-user-questions .puq__header .summ-count {
  width: 85px;
  float: right;
}
.page-user-questions .answere-block .answ label,
.page-user-questions .message-error,
.page-user-questions .puq__header .summ-count .this,
.page-user-questions .puq__header .summ-count .total {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.page-user-questions .puq__header .summ-count .this {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.55);
}
.page-user-questions .puq__header .summ-count .this:before {
  content: "/";
  float: right;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.55);
}
.page-user-questions .puq__header .summ-count .total,
.promocode-list .promocode-list__code .date_end span,
b {
  font-weight: 700;
}
.page-user-questions .message-error {
  opacity: 0;
  height: 0;
  background: rgba(239, 62, 125, 0.15);
  border-radius: 2px;
  padding: 0 20px;
  color: #479e50;
  font-weight: 700;
  margin-bottom: 20px;
  transition: 0.15s ease-in;
}
.page-user-questions .message-error.show {
  opacity: 1;
  height: auto;
  padding: 20px;
}
.page-user-questions .answere-block {
  display: none;
}
.drug-data img,
.page-user-questions .answere-block.active {
  display: block;
}
.page-user-questions .answere-block .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-user-questions .answere-block .answ label {
  cursor: pointer;
  font-weight: 400 !important;
}
.page-user-questions .answere-block .answ input[type="text"] {
  max-width: 280px;
  width: 115%;
}
.page-user-questions .answere-block .answ .answ-label-input {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cdd0da;
}
.page-user-questions .answere-block .answ .answ-label-input:last-child {
  border-bottom: none;
}
.page-user-questions .answere-block .answ .answ-label-input.not-pm {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.content_rb a:hover {
  border-bottom: none;
}
.side-socials .side-socials__title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #373737;
  padding: 20px;
  margin: -20px -20px 20px;
  background: #edf0f5;
  border-bottom: 1px solid #eef5fa;
}
.side-socials ul li {
  width: 100%;
  height: 54px;
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.promocode-list .promocode-list__code:last-child,
.side-socials ul li:last-child {
  margin-bottom: 0;
}
.side-socials ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.25s ease-in-out;
  border-bottom: none !important;
}
.side-socials ul li a i.vk {
  background: #4b668a url(../../images/vk_big.svg) no-repeat center;
  background-size: 32px;
}
.side-socials ul li a i.ok {
  background: #f19d37 url(../../images/ok_big.svg) no-repeat center;
  background-size: 32px;
}
.side-socials ul li a i.fb {
  background: #3f549a url(../../images/fb_big.svg) no-repeat center;
  background-size: 32px;
}
.side-socials ul li a:hover {
  opacity: 0.85;
  border-bottom: none !important;
}
.post-ad-wrapp {
  padding: 20px 0;
  border-top: 1px solid #cdd0da;
  border-bottom: 1px solid #cdd0da;
  margin: 10px 0px 40px;
}
.post-ad-wrapp.-comment {
  border-top: 1px solid transparent;
  margin: 0;
  padding: 40px 0;
}
.post-ad-wrapp span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #929292;
  margin-bottom: 15px;
}
.promocode-list {
  margin-bottom: 24px;
}
.promocode-list .promocode-list__code {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 20px;
  position: relative;
  background: #f5fbfc;
  border: 1px solid #eff5f9;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .promocode-list .promocode-list__code {
    grid-template-columns: 1fr;
  }
}
.promocode-list .promocode-list__code .discount {
  width: 62px;
  height: 62px;
  background: #19d16c;
  border-radius: 50%;
  line-height: 62px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}
.promocode-list .promocode-list__code .logo img {
  max-width: 120px;
  width: 100%;
  display: block;
}
.promocode-list .promocode-list__code .name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #4797ce;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
}
.promocode-list .promocode-list__code .date_end {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.4);
  margin: 6px 0 10px;
}
.promocode-list .promocode-list__code .description {
  font-size: 17px;
  font-size: 1.0625rem;
}
.promocode-list .promocode-list__code .bottom-area {
  width: calc(100% + 100px);
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 24px;
  align-items: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .promocode-list .promocode-list__code .bottom-area {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.promocode-list .promocode-list__code .view-code {
  width: 100%;
  height: 40px;
  display: grid;
  grid-template-columns: 60% 40%;
  border-radius: 3px;
  overflow: hidden;
  line-height: 40px;
}
.promocode-list .promocode-list__code .view-code .btn {
  width: 240px;
  background: #479e50;
  border-radius: 3px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .promocode-list .promocode-list__code .view-code .btn {
    width: 100%;
  }
  .promocode-list .promocode-list__code .view-code .btn span {
    display: none;
  }
}
.promocode-list .promocode-list__code .view-code .code {
  width: 100%;
  background: #edf0f5;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.promocode-list .promocode-list__code .view-code .code .overlay-code {
  display: none;
}
.promocode-list .promocode-list__code .view-code .code .stars {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
}
.promocode-list .promocode-list__code .gotolink a {
  width: 200px;
  background: #479e50;
  border-radius: 3px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 40px;
  font-weight: 500;
  display: block;
  border: 0 !important;
}
@media (max-width: 768px) {
  .promocode-list .promocode-list__code .gotolink a {
    width: 100%;
  }
}
.contentsinSingle .kc_title span#contentsBtn:hover,
.promocode-list .promocode-list__code .gotolink a:hover {
  opacity: 0.7;
}
.comments-box .def-hide {
  display: none !important;
}
.comments-box .def-show,
.comments-box.-child-respond .def-hide {
  display: block !important;
}
.comments-box.-child-respond .def-show {
  display: none !important;
}
.g-custom-stars {
  width: 80px;
  height: 16px;
  background: url(../../images/star-color-grey.svg) repeat-x left center;
  background-size: 16px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.g-custom-stars-grey {
  height: 16px;
  background: url(../../images/star-color.svg) repeat-x left center;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.drug-data {
  margin-bottom: 24px;
}
.drug-data .stars {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 7px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: -7px 0;
}
.drug-data .stars span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #939fb4;
}
.drug-data .w {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-gap: 20px;
  align-items: flex-start;
  margin-top: 16px;
  border-top: 1px solid #e3e8ea;
  padding-top: 20px;
}
.drug-data .w.delete-img {
  grid-template-columns: 1fr;
}
@media (max-width: 500px) {
  .drug-data .w {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .drug-data img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.drug-data .desc.kupit,
.drug-data .price {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.drug-data .desc {
  margin: 16px 0 18px;
}
.drug-data .desc a {
  color: #4189c8;
  border-bottom: 1px dotted rgba(41, 132, 212, 0.35);
}
.drug-data .desc a:hover,
.drug-data .desc.kupit a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.drug-data .desc p:not(:last-child) {
  margin-bottom: 12px;
}
.drug-data .desc.kupit a {
  color: #4189c8;
  border-bottom: 1px dotted rgba(41, 132, 212, 0.35);
}
.drug-data .add-review {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  max-width: 180px;
  width: 100%;
  height: 48px;
  background: #479e50 url(../../images/pencil.svg) no-repeat 15px;
  background-size: 15px;
  padding-left: 32px;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 500px) {
  .drug-data .add-review {
    display: block;
    margin: 0 auto;
  }
}
.drug-data .add-review:focus {
  outline: 0;
}
.drug-data .add-review:hover {
  opacity: 0.85;
}
.drug-data .review-count {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 18px 0 14px;
}
@media (max-width: 500px) {
  .drug-data .review-count {
    text-align: center;
  }
}
.drug-data .review-count span {
  color: #3c4353;
  border-bottom: 1px solid #3c4353;
  cursor: pointer;
}
.drug-data .review-count span:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.review-grid .review-grid__block {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e3e8ea;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.078);
  transition: 0.25s ease-in-out;
  border-radius: 2px;
  margin-bottom: 20px;
}
.review-grid .review-grid__block .title span {
  font-size: 17px;
  font-weight: 700;
  color: #333538;
}
.review-grid .review-grid__block.delete-img--block {
  grid-template-columns: 1fr;
  padding-top: 0;
}
@media (min-width: 768px) {
  .review-grid .review-grid__block.delete-img--block .w {
    justify-content: end;
  }
  .review-grid .review-grid__block.delete-img--block .w .title {
    width: 50%;
    float: left;
  }
  .review-grid .review-grid__block.delete-img--block .w .title.delete-img {
    padding-left: 50px;
  }
  .review-grid .review-grid__block.delete-img--block .w .data {
    width: 50%;
    margin: 4px 0 12px;
    clear: right;
    display: inline-grid;
    justify-content: end;
    grid-template-columns: repeat(2, max-content);
  }
  .review-grid .review-grid__block.delete-img--block .w .data.delete-img {
    width: calc(50% - 50px);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .review-grid .review-grid__block.delete-img--block .w .data {
    width: 100%;
  }
}
.review-grid .review-grid__block.-color-bg {
  background: #f7f7f7;
}
@media (max-width: 500px) {
  .review-grid .review-grid__block {
    grid-template-columns: 1fr;
  }
}
.review-grid .review-grid__block:hover {
  background: #edf0f5;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.review-grid .review-grid__block .img {
  position: relative;
}
.review-grid .review-grid__block .img.delete-img {
  height: 0;
}
@media (max-width: 768px) {
  .review-grid .review-grid__block .img.delete-img {
    height: auto;
  }
}
.review-grid .review-grid__block .img .label-color {
  background: 0 0;
  border: 1px solid #479e50;
  padding: 3px 8px 2px;
  position: absolute;
  left: 0;
  top: 24px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #479e50;
}
@media (max-width: 768px) {
  .review-grid .review-grid__block .img .label-color {
    top: 20px;
  }
}
.review-grid .review-grid__block .img.delete-img a,
.review-grid .review-grid__block .img.delete-img img {
  display: none;
}
.review-grid .review-grid__block .img img {
  display: block;
}
@media (max-width: 500px) {
  .review-grid .review-grid__block .img,
  .review-grid .review-grid__block .img img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .review-grid .review-grid__block .img img {
    width: auto;
  }
}
@media (max-width: 640px) {
  .review-grid .review-grid__block .w {
    text-align: center;
  }
}
.review-grid .review-grid__block .w .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .review-grid .review-grid__block .w .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.review-grid .review-grid__block .w .data {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 12px 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 768px) {
  .review-grid .review-grid__block .w .data {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.review-grid .review-grid__block .w .data .stars {
  font-size: 16px;
  font-size: 1rem;
  color: #f5cd12;
  font-weight: 700;
}
.review-grid .review-grid__block .w .data .stars .g-custom-stars {
  width: 16px !important;
  margin: 0 0 0 5px !important;
}
.review-grid .review-grid__block .w .data .revs span {
  background: #eaf3f5;
  border-radius: 2px;
  padding: 3px 8px;
  color: #28393c;
  margin-left: 5px;
  font-size: 14px;
}
.review-grid .review-grid__block .w .data .revs a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424242;
}
.review-grid .review-grid__block .w .desc {
  padding: 16px;
  background: #f5fbfc;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .review-grid .review-grid__block .w .desc {
    text-align: left;
  }
}
.review-grid .review-grid__block .w .desc a {
  color: #353535;
}
.review-grid .review-grid__block .w .desc a:hover {
  color: #479e50;
}
.price-info-btn {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 24px;
  align-items: center;
  margin-top: 20px;
}
.price-info-btn .price-info {
  font-size: 16px;
}
.price-info-btn .btn-sale a {
  background: #479e50;
  border: 1px solid #479e50;
  padding: 8px 16px;
  border-radius: 2px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 500;
}
.btn-sale-single a:hover,
.price-info-btn .btn-sale a:hover,
.price-info-btn .btn-sale.-empty a:hover {
  opacity: 0.84;
}
.btn-sale-single a,
.price-info-btn .btn-sale.-empty a {
  padding: 8px 16px;
  border-radius: 2px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.price-info-btn .btn-sale.-empty a {
  background: 0 0;
  border: 1px solid #479e50;
  color: #479e50;
}
.btn-sale-single a {
  background: #479e50;
  color: #fff;
  font-size: 15px;
}
.other-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.other-categories a,
.other-categories span {
  display: block;
  color: #636f7d;
  transition: color 0.2s ease 0s;
  font-size: 17px;
  font-weight: 500;
  margin: 0 21px 10px 0;
  padding: 0 0 3px;
  position: relative;
  white-space: nowrap;
}
.other-categories a:last-child {
  margin: 0 0 10px;
}
.other-categories span {
  color: #3c3e44;
}
.other-categories a:hover {
  color: #3c3e44;
}
.other-categories a:after,
.other-categories span:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  width: 0;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #51aded;
  animation: 0.3s ease-in-out 0s 1 normal forwards running;
  transition: width 0.5s 0s;
  box-sizing: inherit;
  opacity: 0.5;
}
.other-categories span:after {
  width: 100%;
  opacity: 1;
}
.other-categories a:hover:after {
  width: 100%;
}
@media (max-width: 768px) {
  .btn-sale-single a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
  }
}
.price-wrapp-single {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-wrapp-single {
    grid-template-columns: 1fr;
  }
}
.social-comment-login {
  margin-bottom: 24px;
}
.social-comment-title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
  display: inline-block;
}
textarea {
  resize: none;
}
.ulogin-buttons-container {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-gap: 0 !important;
}
.reviews-list {
  border: 1px solid #e3e8ea;
  border-radius: 2px;
  margin-bottom: 20px;
}
.reviews-list .children {
  margin-left: 84px;
}
@media (max-width: 400px) {
  .reviews-list .children {
    margin-left: 18px;
  }
}
.reviews-list .def-show {
  display: none !important;
}
.reviews-list .def-hide {
  display: block !important;
}
.reviews-list .reviews-list-comment {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 20px;
  align-items: flex-start;
  padding: 20px;
}
.reviews-list .reviews-list-comment:not(last-child) {
  border-bottom: 1px solid #e3e8ea;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment {
    grid-template-columns: 42px 1fr;
  }
}
.reviews-list .reviews-list-comment.-official-block {
  background: rgba(245, 251, 252, 0.8);
  margin: 16px 16px 16px 0;
  border: 0;
  border-radius: 3px;
}
.reviews-list .reviews-list-comment.-official-block .avatar,
.reviews-list .reviews-list-comment.-official-block .avatar img {
  border-radius: 50%;
}
.reviews-list .reviews-list-comment .avatar {
  position: relative;
}
.reviews-list .reviews-list-comment .avatar .network {
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  padding: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 2;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network {
    width: 12px;
    height: 12px;
    padding: 2px;
  }
}
.reviews-list .reviews-list-comment .avatar .network.-icon-google {
  background: #edf0f5 url(../../images/google.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network.-icon-google {
    background-size: 10px;
  }
}
.reviews-list .reviews-list-comment .avatar .network.-icon-instagram {
  background: #edf0f5 url(../../images/instagram.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network.-icon-instagram {
    background-size: 10px;
  }
}
.reviews-list .reviews-list-comment .avatar .network.-icon-facebook {
  background: #edf0f5 url(../../images/facebook.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network.-icon-facebook {
    background-size: 10px;
  }
}
.reviews-list .reviews-list-comment .avatar .network.-icon-twitter {
  background: #edf0f5 url(../../images/twitter.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network.-icon-twitter {
    background-size: 10px;
  }
}
.reviews-list .reviews-list-comment .avatar .network.-icon-vkontakte {
  background: #edf0f5 url(../../images/vk.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network.-icon-vkontakte {
    background-size: 10px;
  }
}
.reviews-list .reviews-list-comment .avatar .network.-icon-odnoklassniki {
  background: #edf0f5 url(../../images/odnoklassniki.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .avatar .network.-icon-odnoklassniki {
    background-size: 10px;
  }
}
.reviews-list .reviews-list-comment .avatar img {
  width: 100%;
  display: block;
  border-radius: 4px;
}
.reviews-list .reviews-list-comment .top {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-gap: 20px;
  align-items: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .top {
    grid-template-columns: 1fr;
    grid-gap: 6px;
  }
}
.reviews-list .reviews-list-comment .top .author-name {
  color: #3c4353;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
.reviews-list .reviews-list-comment .top .author-name i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  background: url(../../images/verif-icon.svg) no-repeat center;
  background-size: contain;
  position: relative;
  bottom: -4px;
}
.reviews-list .reviews-list-comment .top .author-name .hide-hint-text {
  display: none;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: calc(100% + 8px);
  top: -1px;
}
@media (max-width: 768px) {
  .reviews-list .reviews-list-comment .top .author-name .hide-hint-text {
    left: 0;
    top: calc(100% + 8px);
  }
}
.reviews-list .reviews-list-comment .top .author-name a {
  color: #3c4353;
}
.reviews-list .reviews-list-comment .bottom .reply-link a:hover,
.reviews-list .reviews-list-comment .top .author-name a:hover {
  color: #11b54d;
}
.reviews-list .reviews-list-comment .top .author-rating {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 6px;
  align-items: center;
  height: 20px;
}
.reviews-list .reviews-list-comment .top .author-rating .author-rating--label {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2a5156;
}
.reviews-list .reviews-list-comment .top .author-rating .stars {
  height: 18px;
}
.reviews-list .reviews-list-comment .top .comment-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #939fb4;
}
.reviews-list .reviews-list-comment .center .comm-text,
.reviews-list .reviews-list-comment .center .stars {
  margin-top: 6px;
}
.reviews-list .reviews-list-comment .center .comm-text p {
  padding: 0;
  margin: 0;
}
.reviews-list .reviews-list-comment .center .comm-text p:not(last-child) {
  margin-bottom: 16px;
}
.reviews-list .reviews-list-comment .review-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
  margin-bottom: 14px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .review-photos {
    grid-gap: 4px;
  }
}
.drug-doc-review-card img,
.reviews-list .reviews-list-comment .review-photos img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: middle;
  object-position: middle;
}
.reviews-list .reviews-list-comment .review-photos img {
  display: block;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  width: 100%;
  height: 120px;
  border-radius: 2px;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .review-photos img {
    height: 64px;
  }
}
@media (max-width: 400px) {
  .reviews-list .reviews-list-comment .review-photos img {
    height: 56px;
  }
}
@media (max-width: 360px) {
  .reviews-list .reviews-list-comment .review-photos img {
    height: 42px;
  }
}
.modal-window-review-photo .photo-content .photo-content--arrows .arrow:hover,
.reviews-list .reviews-list-comment .bottom .thumbs span:hover,
.reviews-list .reviews-list-comment .review-photos img:hover {
  opacity: 0.85;
}
.g-form-group.div-grid label,
.reviews-list .reviews-list-comment .bottom {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.reviews-list .reviews-list-comment .bottom {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 500px) {
  .reviews-list .reviews-list-comment .bottom {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.reviews-list .reviews-list-comment .bottom .reply-link a {
  color: #939fb4;
  padding-left: 22px;
  background: url(../../images/reply.svg) no-repeat left center;
  background-size: 16px;
  min-height: 16px;
}
.reviews-list .reviews-list-comment .bottom .thumbs {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 10px;
}
@media (min-width: 500px) {
  .reviews-list .reviews-list-comment .bottom .thumbs {
    float: right;
  }
}
.reviews-list .reviews-list-comment .bottom .thumbs span {
  cursor: pointer;
  display: grid;
  grid-template-columns: 16px max-content;
  grid-gap: 5px;
  align-items: center;
  transition: 0.25s ease-in-out;
}
.reviews-list .reviews-list-comment .bottom .thumbs span .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.reviews-list .reviews-list-comment .bottom .thumbs span .count {
  font-weight: 400;
  color: #939fb4;
}
.reviews-list .reviews-list-comment .bottom .thumbs span.up .icon {
  background: url(../../images/like.svg) no-repeat 0 -1px;
  background-size: 14px;
}
.reviews-list .reviews-list-comment .bottom .thumbs span.up:hover .icon {
  background: url(../../images/like-color.svg) no-repeat 0 -1px;
  background-size: 14px;
}
.reviews-list .reviews-list-comment .bottom .thumbs span.up:hover .count {
  color: #7ed639;
}
.reviews-list .reviews-list-comment .bottom .thumbs span.down .icon {
  background: url(../../images/dislike.svg) no-repeat 0 1px;
  background-size: 14px;
}
.reviews-list .reviews-list-comment .bottom .thumbs span.down:hover .icon {
  background: url(../../images/dislike-color.svg) no-repeat 0 1px;
  background-size: 14px;
}
.reviews-list .reviews-list-comment .bottom .thumbs span.down:hover .count {
  color: #d12e2e;
}
.modal-window-review-photo {
  opacity: 0;
  width: 100%;
  height: 0;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.94);
  transition: 0.25s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.modal-window-review-photo.-active {
  opacity: 1;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
}
.modal-window-review-photo .photo-content {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.modal-window-review-photo .photo-content img {
  display: block;
  max-width: 80%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.modal-window-review-photo .photo-content .photo-content--arrows .arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s ease-in-out;
}
.modal-window-review-photo .photo-content .photo-content--arrows .arrow.-prev {
  background: #fff url(../../images/right-arrow.svg) no-repeat center;
  background-size: 16px;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}
.modal-window-review-photo .photo-content .photo-content--arrows .arrow.-next {
  background: #fff url(../../images/right-arrow.svg) no-repeat center;
  background-size: 16px;
  right: 0;
}
.review-photos-owl,
.reviews-list .g-form-group.div-grid.def-show {
  display: none !important;
}
.review-photos-owl.-active {
  display: block !important;
}
.rev-form-stars {
  height: 24px;
  display: grid;
  grid-template-columns: repeat(5, max-content);
  grid-gap: 2px;
}
.rev-form-stars span {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(../../images/star-color-grey.svg) no-repeat center;
  background-size: contain;
}
.rev-form-stars span.-color,
.rev-form-stars span:hover {
  background: url(../../images/star-color.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .g-mob-hide {
    display: none;
  }
}
.drug-doc-review-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 24px;
  align-items: flex-start;
  border: 1px solid #e3e8ea;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .drug-doc-review-card {
    grid-template-columns: 42px 1fr;
  }
}
.drug-doc-review-card.-last-mb {
  margin-bottom: 34px;
}
.drug-doc-review-card img {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .drug-doc-review-card img {
    width: 42px;
    height: 42px;
  }
}
.drug-doc-review-card .name {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #939fb4;
  margin-bottom: 14px;
}
.drug-doc-review-card .name b {
  color: #3c4353;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.drug-doc-review-card .name a {
  color: #4189c8;
  border-bottom: 1px dotted rgba(41, 132, 212, 0.35);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.drug-doc-review-card .name a:hover {
  color: #479e50;
  border-color: #479e50;
}
.drug-doc-review-card .rev iframe {
  max-width: 100%;
  width: 100%;
  height: 420px;
  border: 0;
}
@media (max-width: 768px) {
  .drug-doc-review-card .rev iframe {
    height: 380px;
  }
}
@media (max-width: 540px) {
  .drug-doc-review-card .rev iframe {
    height: 300px;
  }
}
@media (max-width: 420px) {
  .drug-doc-review-card .rev iframe {
    height: 220px;
  }
}
.g-form-group {
  margin-bottom: 20px;
}
.g-form-group.-f {
  margin-top: 16px;
}
.g-form-group.div-grid {
  display: grid !important;
  grid-template-columns: 140px 1fr;
  grid-gap: 6px;
  align-items: center;
}
.g-form-group.div-grid label {
  display: block;
  margin-bottom: -1px;
}
#pre-comment-box,
form input,
form textarea {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#pre-comment-box {
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  background: #edf0f5;
  border-radius: 2px;
  margin-bottom: 24px;
}
#respond {
  width: calc(100% - 8% - 4px) !important;
  margin-bottom: 24px;
  width: 90.5%;
  background: #fff;
  border: 2px solid #e4e8ea;
  position: relative;
  overflow: hidden;
  padding: 4%;
}
#respond textarea {
  max-width: calc(100% - 26px);
}
button {
  min-height: auto !important;
}
.comments-box .form-horizontal .control-label {
  text-align: left !important;
}
.alphavit-post .block {
  width: 206px;
  margin: 0 30px 30px 0;
  display: inline-table;
}
@media (max-width: 1124px) {
  .alphavit-post .block {
    width: 31%;
    margin-right: 3%;
  }
}
@media (min-width: 681px) {
  .alphavit-post .block:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .alphavit-post .block {
    width: 48%;
  }
  .alphavit-post .block:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media (max-width: 475px) {
  .alphavit-post .block {
    width: 100%;
    margin: 26px 0 30px;
  }
}
.alphavit-post .big-letter {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #52adec;
  margin-bottom: 15px;
  position: relative;
}
.alphavit-post .big-letter span {
  background: #fff;
  border: 1px solid #e3e8ea;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.alphavit-post .big-letter:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e8ea;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.alphavit-post li {
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3px;
}
.alphavit-post li:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  border-top: 3px solid transparent;
  border-left: 5px solid #479e50;
  border-bottom: 3px solid transparent;
}
.alphavit-post li a {
  border-bottom: 1px dotted rgba(65, 137, 200, 0.85);
}
.alphavit-post li a:hover {
  color: #479e50;
  border-bottom: 1px dotted #479e50;
}
.rev-page-params-block.-comm {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  align-items: center;
}
@media (max-width: 500px) {
  .rev-page-params-block.-comm {
    grid-template-columns: 1fr;
    grid-row-gap: 3px;
  }
}
.rev-page-params-block .rev-page-params-block--item {
  display: grid;
  grid-template-columns: 130px 1fr 25px;
  grid-gap: 8px;
  align-items: center;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  .rev-page-params-block .rev-page-params-block--item {
    grid-template-columns: 78px 1fr 22px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.rev-page-params-block .rev-page-params-block--item:not(:last-child) {
  margin-bottom: 6px;
}
.rev-page-params-block .rev-page-params-block--item .label {
  color: #343434;
}
.rev-page-params-block .rev-page-params-block--item .line {
  width: 100%;
  height: 10px;
  border-radius: 3px;
  overflow: hidden;
  background: #edf0f5;
}
.rev-page-params-block .rev-page-params-block--item .line .line--w {
  height: 10px;
  background: #f6cb0a;
}
.rev-comm-label,
.rev-page-params-block .rev-page-params-block--item .text {
  color: #2a5156;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 500px) {
  .rev-page-params-block .rev-page-params-block--item .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.rev-comm-label {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #3c4353;
  display: inline-block;
  margin-right: 3px;
}
.rev-comm-label.-mb {
  margin-bottom: 7px;
}
.comm-text {
  margin-bottom: 14px;
}
.comm-text p {
  display: inline;
}
.review-comments-sort-box,
.review-comments-sort-box .global-sort {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
.review-comments-sort-box {
  padding: 12px 12px 12px 20px;
  border-radius: 3px;
  background: #edf0f5;
  margin-bottom: 24px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  grid-gap: 20px;
}
@media (max-width: 540px) {
  .review-comments-sort-box {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 420px) {
  .review-comments-sort-box {
    padding: 10px;
  }
}
@media (max-width: 540px) {
  .review-comments-sort-box .c.-mob-hide {
    display: none;
  }
}
.review-comments-sort-box input[type="checkbox"] {
  margin-top: 0 !important;
}
.review-comments-sort-box label {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 6px;
  align-items: center;
  height: 16px;
  margin-bottom: 0;
}
.review-comments-sort-box .global-sort {
  grid-gap: 3px;
}
@media (max-width: 540px) {
  .review-comments-sort-box .global-sort {
    grid-template-columns: repeat(2, max-content);
  }
}
@media (max-width: 420px) {
  .review-comments-sort-box .global-sort {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
.review-comments-sort-box .global-sort .label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 17px;
}
.review-comments-sort-box .global-sort .select {
  display: flex;
}
@media (max-width: 420px) {
  .review-comments-sort-box .global-sort .select {
    margin-left: -4px;
  }
}
.review-comments-sort-box .global-sort .select .op {
  padding: 0 8px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 420px) {
  .review-comments-sort-box .global-sort .select .op {
    padding: 0 5px;
  }
}
.review-comments-sort-box .global-sort .select .op.-down:after,
.review-comments-sort-box .global-sort .select .op.-up:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 7px;
  top: 8px;
}
.review-comments-sort-box .global-sort .select .op.-up:after {
  border-top: 5px solid #5f6166;
}
.review-comments-sort-box .global-sort .select .op.-down:after {
  border-bottom: 5px solid #5f6166;
}
.review-comments-sort-box .global-sort .select .op.-toggle,
.review-comments-sort-box .global-sort .select .op:hover {
  color: #4189c8;
}
.review-comments-sort-box .global-sort .select .op:hover.-up:after {
  border-top: 5px solid #4189c8;
}
.review-comments-sort-box .global-sort .select .op:hover.-down:after {
  border-bottom: 5px solid #4189c8;
}
.review-comments-sort-box .global-sort .select .op.-toggle.-down,
.review-comments-sort-box .global-sort .select .op.-toggle.-up {
  padding-right: 20px;
}
.review-comments-sort-box .global-sort .select .op.-toggle.-up:after {
  display: block;
  border-top: 5px solid #4189c8;
}
.review-comments-sort-box .global-sort .select .op.-toggle.-down:after {
  display: block;
  border-bottom: 5px solid #4189c8;
}
.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #878c8e;
  text-decoration: none;
  margin-bottom: 20px;
}
.breadcrumbs.-hide {
  display: none !important;
}
.breadcrumbs li,
.section-sort-price form div {
  display: inline-block;
}
.breadcrumbs a {
  color: #69747a;
  text-decoration: none;
}
.breadcrumbs .category {
  background: 0 0;
  padding: 0;
}
.contentsinSingle {
  width: 93.5%;
  height: auto;
  padding: 20px 3%;
  border: 1px solid #e4e8ea;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -khtml-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.contentsinSingle .kc_title {
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contentsinSingle .kc_title span#contentsBtn {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #848588;
  float: right;
  cursor: pointer;
}
.contents li:before,
.contents-red-link li:before {
  content: none !important;
}
.contents li.top,
.contents-red-link li.top {
  list-style: circle;
  color: #479e50;
  margin-left: 15px !important;
  position: relative;
  margin: 5px 0;
}
.contents li.sub_1,
.contents li.sub_2,
.contents-red-link li.sub_1,
.contents-red-link li.sub_2 {
  list-style-image: url(../../images/contents_icon.svg);
  margin: 5px 0 5px 40px;
}
.contents li.sub_2,
.contents-red-link li.sub_2 {
  margin: 5px 0 5px 65px;
}
.contents li:last-child,
.contents-red-link li:last-child,
.ramka_1 p:last-child,
.ramka_10 p:last-child,
.ramka_11 p:last-child,
.ramka_12 p:last-child,
.ramka_13 p:last-child,
.ramka_14 p:last-child,
.ramka_2 p:last-child,
.ramka_3 p:last-child,
.ramka_4 p:last-child,
.ramka_5 p:last-child,
.ramka_6 p:last-child,
.ramka_7 p:last-child,
.ramka_7 ul,
.ramka_7 ul > li:last-child,
.ramka_8 p:last-child,
.ramka_9 p:last-child {
  margin-bottom: 0 !important;
}
.contents a,
.dietolog_home_blocks .col_c .block li a {
  color: #4189c8;
  text-decoration: none;
  border-bottom: 1px solid #d0d9e0;
}
.contents a:hover {
  color: #479e50;
  text-decoration: none;
}
.single-post a {
  border-bottom: 1px solid #52adec;
}
.contents a:hover,
.single-post a:hover {
  border-bottom: 1px solid #479e50;
}
.banner-post-bottom {
  width: 100%;
  background: #bbe8f1;
  text-align: center;
  overflow: hidden;
  margin: 30px 0;
}
.banner-post-bottom a {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-post-bottom img {
  margin-bottom: -6px;
}
.banner-seven {
  background: #bbe8f1;
}
.banner-dietolog {
  background: #f5f5f5;
}
@media (min-width: 1224px) {
  .icon-post {
    width: 80px;
    height: 80px;
    margin-left: -85px;
    margin-top: 0;
    position: absolute;
  }
  .icon-protiv {
    background: url(../../images/icons_post/icon-protiv.png) no-repeat center;
    background-size: 50px;
  }
  .icon-svoistva {
    background: url(../../images/icons_post/icon-svoistva.png) no-repeat center;
    background-size: 50px;
  }
  .icon-sostav {
    background: url(../../images/icons_post/icon-sostav.png) no-repeat center;
    background-size: 50px;
  }
  .icon-primenenie {
    background: url(../../images/icons_post/icon-primenenie.png) no-repeat
      center;
    background-size: 50px;
  }
  .icon-rules {
    background: url(../../images/icons_post/icon-rules.png) no-repeat center;
    background-size: 50px;
  }
  .icon-menu {
    background: url(../../images/icons_post/icon-menu.png) no-repeat center;
    background-size: 50px;
  }
  .icon-plus {
    background: url(../../images/icons_post/icon-plus.png) no-repeat center;
    background-size: 50px;
  }
  .icon-minus {
    background: url(../../images/icons_post/icon-minus.png) no-repeat center;
    background-size: 50px;
  }
  .icon-exitdiet {
    background: url(../../images/icons_post/icon-exitdiet.png) no-repeat center;
    background-size: 50px;
  }
  .icon-recept {
    background: url(../../images/icons_post/icon-recept.png) no-repeat center;
    background-size: 50px;
  }
  .icon-price {
    background: url(../../images/icons_post/icon-price.png) no-repeat center;
    background-size: 50px;
  }
}
.no-link a {
  border-bottom: none !important;
}
.ramka_1 {
  padding: 20px 20px 20px 80px;
  background: #f8fcff url(../../images/ramka_1.png) no-repeat 20px;
  margin-bottom: 20px;
}
.ramka_1 em {
  font-weight: 700;
  color: #479e50;
}
.ramka_2 {
  padding: 20px 60px 85px;
  background: #fffbf3 url(../../images/ramka_2.png) no-repeat center bottom;
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}
.ramka_2 em {
  color: #52adec;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ramka_3 {
  padding: 0 20px 20px;
  background: #fffbf3;
  border: 2px dashed #479e50;
  margin-bottom: 20px;
}
.ramka_2 em,
.ramka_3 em {
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}
.ramka_3 li {
  margin-bottom: 5px !important;
}
.drug-page-desc p:last-child,
.ramka_3 li:last-child {
  margin-bottom: 0;
}
.ramka_3 a {
  color: #4189c8;
  border-bottom: 1px solid #d0d9e0;
}
.ramka_3 a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.ramka_4 {
  font-weight: 700;
  width: 100%;
  padding: 20px 0 10px;
  margin: 20px 0;
  border-top: 2px solid #e4e8ea;
  border-bottom: 2px solid #e4e8ea;
  position: relative;
}
.ramka_4 img {
  width: 74px;
  float: left;
  margin: 0 20px 0 0 !important;
}
.ramka_4 a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: right;
  width: 100%;
}
.ramka_5,
.ramka_6 {
  background-size: 50px;
  width: 100%;
  padding: 20px 20px 20px 100px;
  margin-bottom: 20px;
}
.ramka_5 {
  background: #ffe6e7 url(../../images/ramka_5.png) no-repeat 20px 20px;
  border-left: 5px solid #479e50;
  box-sizing: border-box;
}
.ramka_6 {
  background: #e2ffe2 url(../../images/ramka_6.png) no-repeat 20px 20px;
  overflow: hidden;
}
.ramka_6,
.ramka_7,
.ramka_8 {
  box-sizing: border-box;
}
.ramka_7 {
  background: url(../../images/ramka_7.png) no-repeat 20px 20px;
  background-size: 34px;
  border: 2px solid #52adec;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 20px 20px 80px;
}
.ramka_8 {
  background: #e8f7ff;
  padding: 20px;
  position: relative;
}
.ramka_8:before {
  background: #52adec;
}
.ramka_10,
.ramka_11,
.ramka_8,
.ramka_9 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.ramka_9 {
  background: #f7f7f7;
  border-left: 5px solid #479e50;
  padding: 10px;
}
.ramka_10,
.ramka_11 {
  background-size: 50px;
  padding: 20px 20px 20px 100px;
  box-sizing: border-box;
}
.ramka_10 {
  background: #effdff url(../../images/ramka_10.png) no-repeat 20px 20px;
  border-left: 5px solid #52adec;
}
.ramka_11 {
  background: #f7f7f7 url(../../images/ramka_11.png) no-repeat 20px 20px;
  border: 1px dashed #479e50;
}
.ramka_12 {
  background: #e2ffe2 url(../../images/ramka_12.png) no-repeat 20px 20px;
  position: relative;
}
.ramka_12:before,
.ramka_13:before,
.ramka_8:before {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.ramka_12:before {
  background: #38be38;
}
.ramka_12,
.ramka_13,
.ramka_14 {
  width: 100%;
  padding: 20px 20px 20px 100px;
  box-sizing: border-box;
  background-size: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ramka_13 {
  background: #ffe6e7 url(../../images/ramka_13.png) no-repeat 20px 20px;
  position: relative;
}
.ramka_13:before {
  background: #479e50;
}
.ramka_14 {
  background: #f7f7f7 url(../../images/ramka_14.png) no-repeat 20px 20px;
  border-top: 2px solid #52adec;
  border-bottom: 2px solid #52adec;
}
.rating_post {
  float: right;
  width: 250px;
  line-height: 32px;
}
@media (max-width: 1280px) {
  .rating_post {
    width: 100%;
    float: left;
  }
}
.share_post {
  float: left;
  width: 388px;
}
@media (max-width: 1280px) {
  .share_post {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
}
@media (max-width: 430px) {
  .share_post,
  .share_post.mobile-share {
    margin-top: 0;
  }
}
.share_post .share_post--title {
  float: left;
  font-weight: 700;
  line-height: 32px;
  margin-right: 5px;
}
@media (max-width: 430px) {
  .share_post .share_post--title {
    display: none;
  }
}
.share_post .share42init {
  float: left;
  height: 32px;
}
.sidebar_title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #479e50;
  padding: 20px;
  margin: -20px -20px 20px;
  background: #f5fbfc;
  border-bottom: 1px solid #eef5fa;
}
.sidebar_container {
  background: #fff;
  border: 1px solid #eef5fa;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.sidebar_container:nth-child(even) {
  border: 1px solid #f2f0ec;
}
.sidebar_container:nth-child(even) > .sidebar_title {
  background: #faf8f4;
  border-bottom: 1px solid #f2f0ec;
}
.bl_b a,
.sidebar_container .dwqa-popular-questions a {
  color: #4e4f50 !important;
  border-bottom: 1px solid #c7cacc !important;
}
.bl_b a:hover,
.sidebar_container .dwqa-popular-questions a:hover {
  color: #479e50;
  border-bottom: 1px solid #479e50;
}
.side_comments li,
.side_news,
.sidebar_container li {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eef5fa;
}
.side_comments li:last-child,
.side_news:last-child,
.sidebar_container li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.side_comments li a:not(.no-bottom-line),
.side_news a:not(.no-bottom-line),
.sidebar_container li a:not(.no-bottom-line) {
  color: #4e4f50 !important;
  border-bottom: 1px solid #c7cacc !important;
}
.side_comments li a:not(.no-bottom-line):hover,
.side_news a:not(.no-bottom-line):hover,
.sidebar_container li a:not(.no-bottom-line):hover {
  color: #479e50 !important;
  border-bottom: 1px solid #479e50 !important;
}
.side_comments li img,
.side_news img,
.sidebar_container li img {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  max-width: 54px;
  border-radius: 50%;
  border: 1px solid rgba(205, 208, 218, 0.7);
}
.side_comments li .time,
.side_news .time,
.sidebar_container li .time {
  padding: 3px 6px;
  background: #69747a;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
.side_news {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
.side_comments {
  background: #f5fbfc;
  padding: 20px;
  margin: -20px;
}
.side_comments li {
  position: relative;
  list-style: none;
}
.side_comments .b {
  font-weight: 700 !important;
  color: #303030;
  text-transform: capitalize;
}
.side_comments .text {
  color: #69747a;
}
.side_comments .bl {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.side_comments .bl a {
  color: #4189c8 !important;
  text-decoration: none;
  border-bottom: 1px solid #d0d9e0 !important;
}
.side_comments .bl a:hover {
  text-decoration: none;
  border-bottom: 1px solid #479e50;
}
.side_social .fb_widget,
.side_social .ok_widget,
.side_social .vk_widget {
  padding: 20px;
  border: 1px solid #e4e8ea;
  margin-bottom: 20px;
}
.side_social .fb_widget .btn a,
.side_social .ok_widget .btn a,
.side_social .vk_widget .btn a {
  border-radius: 3px;
  padding: 5px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 10px;
}
.side_social .fb_widget .btn a,
.side_social .ok_widget .btn a {
  background: #5b7fa6;
}
.side_social .fb_widget .btn a:hover,
.side_social .ok_widget .btn a:hover,
.side_social .vk_widget .btn a:hover {
  opacity: 0.9;
}
.side_social .fb_widget .head,
.side_social .ok_widget .head,
.side_social .vk_widget .head {
  background: url(../../images/vk_icon_big.png) no-repeat left center;
  padding-left: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.side_social .fb_widget .head {
  background: url(../../images/fb_icon_big.png) no-repeat left center;
}
.side_social .ok_widget .head {
  background: url(../../images/ok_icon_big.png) no-repeat left center;
}
.side_social .vk_widget .btn a {
  background: #5b7fa6;
}
.side_social .fb_widget .btn a {
  background: #3a5897;
}
.side_social .ok_widget .btn a {
  background: #eb722e;
}
.side_social .img_title {
  min-height: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e8ea;
  margin-bottom: 10px;
}
.side_social img {
  border-radius: 50%;
  float: left;
  margin: 0 20px 0 0;
}
.side_social .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.side_social .text {
  color: #69747a;
}
.side_social_btn {
  padding: 20px;
  border: 2px dotted #479e50;
  position: relative;
  margin-bottom: 40px;
}
.side_social_btn .fb,
.side_social_btn .vk {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.side_social_btn .ok {
  display: inline-block;
  position: relative;
}
.side_social_btn .vk {
  background: url(../../images/vk_icon_side.png) no-repeat;
}
.side_social_btn .fb {
  background: url(../../images/fb_icon_side.png) no-repeat;
}
.side_social_btn .ok {
  background: url(../../images/ok_icon_side.png) no-repeat;
  margin-right: 0;
}
.side_social_btn a {
  display: block;
  width: 50px;
  height: 50px;
}
.side_social_btn li:hover {
  opacity: 0.7;
}
.last-comments {
  display: none;
  background: #479e50;
  border: 1px solid #bb2362;
  border-bottom: 2px solid #981f51;
  margin: 0 auto 30px;
  text-transform: uppercase;
}
.last-comments:active,
.last-comments:hover {
  background: #981f51 !important;
}
.last-comments:focus {
  outline: 0;
  background: #981f51 !important;
}
.comments_single {
  margin-bottom: 40px;
}
.comments_single form {
  margin-bottom: 0 !important;
}
.comments-box,
.comments_single {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#respond textarea {
  resize: none;
}
.comment-list {
  width: 99%;
}
.comments-title,
.no-comments {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
}
.cancel-comment-reply a {
  font-size: 16px;
  font-size: 1rem;
  color: #445164;
}
.commentator-login {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #445164;
  padding: 10px 0;
}
.commentator-login a {
  color: #445164;
}
.comment-author a,
.commentator-login a:hover {
  text-decoration: none;
}
#comment-input label,
.comment-textarea-admin label {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
  color: #7c7c7c;
  font-weight: 400;
}
.req {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  color: #919191;
}
.logged-in-as {
  margin-bottom: 10px;
}
.the-comment {
  background: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #4189c8;
  margin-bottom: 10px;
}
.comment-author a {
  color: #4189c8;
}
.comment-author span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: none;
  color: #69747a;
  padding-left: 20px;
}
#comments .input,
.comment-text {
  position: relative;
  overflow: hidden;
}
.comment-text a {
  border-bottom: 1px solid #4189c8;
}
.comment-text a:hover {
  border-bottom: 1px solid #479e50;
}
.comment-link {
  float: right;
  margin-bottom: 5px;
}
.comment-link a {
  background: #69747a;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 10px;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  padding: 5px 10px;
}
.comment-link a:hover {
  opacity: 0.8;
  color: #fff;
}
li.comment-list,
ol.comment-list {
  list-style: none;
  margin-bottom: 20px;
}
.comments_single .children {
  margin: 0 0 0 40px;
}
#comments .input {
  width: 48%;
  margin-bottom: 10px;
}
#comments .input input,
#comments .textarea textarea {
  width: 92%;
  background: #fff;
  border: 1px solid #e4e8ea;
  color: #606060;
  padding: 8px 10px;
}
#comments .textarea {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
#comments .textarea textarea {
  width: 96%;
  padding: 8px 1.5%;
}
.search-page {
  margin-top: 25px;
  overflow: hidden;
  position: relative;
}
.search-page .searchform .s {
  padding-left: 40px !important;
  height: 100%;
}
.search-page .searchBtn {
  height: 38px !important;
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .container {
    width: 960px;
  }
  .content,
  .content.-rev {
    width: 660px;
  }
  .sidebar {
    width: 280px;
  }
  #main_menu a {
    padding: 0 15px;
  }
  #main_menu li.menu-item-has-children,
  #main_menu li.menu-item-has-children.current-menu-item {
    background: url(../../images/arrow_menu.svg) no-repeat 99% 50%;
    background-size: 7px;
  }
  #main_menu li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .home_big_block .short_text {
    width: 270px;
  }
  .home_big_block .popular_home {
    width: 620px;
  }
  .home_big_block .popular_home .blocks .col {
    width: 193px;
  }
  .home_news .col {
    width: 150px;
    height: 180px;
  }
  .dietolog_home_blocks .col_l {
    width: 140px;
  }
  .dietolog_home_blocks .col_c {
    width: 200px;
  }
  .dietolog_home_blocks .col_r,
  .services_home_blocks li {
    width: 180px;
  }
  .dietolog_home_blocks .col_r #dietolog_form input,
  .dietolog_home_blocks .col_r #dietolog_form textarea {
    width: 160px;
  }
  .footer .top_footer_menu {
    width: 450px;
  }
  .category {
    width: 150px;
  }
  .sidebar_container {
    margin-bottom: 20px;
  }
  .related_news .col {
    width: 116px;
  }
}
@media (max-width: 999px) {
  .header {
    height: auto;
    padding: 10px 0;
  }
  .header .head-area {
    padding: 0;
  }
  .header .logo {
    width: 240px;
  }
  #overlay_menu_mobile {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 800;
    display: none;
  }
  .block-menu,
  .toggle_menu {
    height: 0;
    overflow: hidden;
  }
  .toggle_menu {
    cursor: pointer;
    z-index: 9;
    margin: 0;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    display: block;
    border: 0 !important;
    outline: 0 !important;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .toggle_menu,
  .toggle_menu:hover {
    background: url(../../images/menu.svg) no-repeat center;
    background-size: 22px;
  }
  .toggle_menu.-toggle,
  .toggle_menu:focus {
    background: url(../../images/close.svg) no-repeat center;
    background-size: 22px;
  }
  #main_menu,
  .top-menu {
    display: block;
    background: 0 0;
    height: auto;
    text-align: left;
    z-index: 999;
  }
  .block-menu.wp-p {
    top: 32px;
  }
  .block-menu {
    display: none;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    padding: 0 0 32px;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
  }
  #main_menu > .container,
  .top-menu > .container {
    width: 100% !important;
  }
  #main_menu > .container {
    padding-top: 48px;
  }
  .search {
    position: absolute !important;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 10px 0;
    height: 56px;
  }
  .block-menu ul {
    float: none;
    position: relative !important;
  }
  .block-menu li {
    display: block !important;
    border-bottom: 1px solid #e4e8ea;
  }
  .block-menu li > ul li {
    border-bottom: 0;
  }
  .block-menu li.menu-item-has-children,
  .block-menu li.menu-item-has-children.current-menu-item,
  .block-menu li > ul li.menu-item-has-children,
  .block-menu li > ul li.menu-item-has-children.current-menu-item {
    background: 0 0;
  }
  .block-menu a {
    color: #373737 !important;
  }
  .NavArrow,
  .top-menu a {
    display: block;
  }
  .block-menu li > ul li .NavArrow {
    height: 45px;
  }
  .block-menu li:hover > ul,
  .block-menu li > ul li:hover > ul {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: auto;
  }
  .block-menu li > ul li a {
    font-size: 16px !important;
    text-transform: none !important;
    line-height: 1.2 !important;
    padding: 10px 0 10px 30px !important;
  }
  .block-menu li.dietolog_menu a {
    margin-left: 0;
  }
  button.search_before {
    display: none;
  }
  #main_menu li.dietolog_menu a {
    margin-left: 0 !important;
  }
  .top-menu {
    border-bottom: 0;
  }
  .top-menu li {
    padding: 0 !important;
  }
  .top-menu li:hover {
    background: #f7f7f7;
  }
  .top-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 60px;
    padding: 0 20px;
  }
  .top-menu .lh a {
    line-height: 1.3;
    padding: 20px;
  }
  .top-menu a:hover {
    border-bottom: none !important;
  }
  .search {
    display: inline-block;
  }
  .hbb_mob {
    margin-bottom: 40px;
  }
  .header .logo {
    float: left;
  }
  .home_big_block.diets-page {
    margin-bottom: 30px;
  }
  .home_big_block.diets-page .hbb_mob {
    margin-bottom: 0;
  }
}
@media (min-width: 760px) and (max-width: 999px) {
  .container {
    width: 700px;
  }
  .content,
  .content.-rev {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_big_block .short_text {
    width: auto;
    float: none;
  }
  .home_big_block .popular_home {
    width: 100%;
    float: none;
  }
  .home_big_block .popular_home .blocks .col {
    width: calc(33% - 15px);
  }
  .home_news .col {
    width: calc(25% - 15px);
  }
  .dietolog_home_blocks .col_c,
  .dietolog_home_blocks .col_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .dietolog_home_blocks .col_r {
    width: auto;
    float: none;
  }
  .dietolog_home_blocks .col_r #dietolog_form input,
  .dietolog_home_blocks .col_r #dietolog_form textarea {
    width: 80%;
  }
  .services_home_blocks li {
    width: 31%;
    margin: 0 3% 20px 0;
  }
  .related_news .col {
    width: 124px;
  }
  .footer .top_footer_menu {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .footer .top_footer_menu_2 {
    width: 100%;
    float: none;
  }
  .category {
    width: 22.5%;
    margin: 0 3% 0 0;
  }
  .side_ads_wrapp {
    display: none;
  }
}
@media (min-width: 680px) and (max-width: 759px) {
  .container {
    width: 94%;
  }
  .content,
  .content.-rev {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_big_block .short_text {
    width: auto;
    float: none;
  }
  .home_big_block .popular_home {
    width: 100%;
    float: none;
  }
  .home_big_block .popular_home .blocks .col {
    width: calc(50% - 15px);
  }
  .home_big_block .popular_home .blocks .col:nth-child(2n + 2) {
    margin: 0 0 20px;
  }
  .home_big_block .popular_home .blocks .col:nth-child(3n + 3) {
    margin: 0 15px 20px 0;
  }
  .home_big_block .popular_home .blocks .col:nth-child(6) {
    margin: 0 0 20px;
  }
  .home_big_block .popular_home .blocks .col:last-child {
    display: none;
  }
  .home_news .col {
    width: calc(25% - 15px);
  }
  .dietolog_home_blocks .col_c,
  .dietolog_home_blocks .col_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .dietolog_home_blocks .col_r {
    width: auto;
    float: none;
  }
  .dietolog_home_blocks .col_r #dietolog_form input,
  .dietolog_home_blocks .col_r #dietolog_form textarea {
    width: 80%;
  }
  .services_home_blocks li {
    width: 31%;
    margin: 0 3% 20px 0;
  }
  .footer .top_footer_menu {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .footer .top_footer_menu_2 {
    width: 100%;
    float: none;
  }
  .category {
    width: 22.5%;
    margin: 0 3% 0 0;
  }
  #toTop {
    right: -150px;
  }
  .related_news .col {
    width: 17%;
    margin: 0 3% 0 0;
  }
  .side_ads_wrapp {
    display: none;
  }
}
@media (max-width: 600px) {
  body.wp-menu {
    margin-top: -46px !important;
  }
  #wpadminbar {
    display: none !important;
  }
  .block-menu.wp-p {
    top: 0;
  }
  .header,
  .header .head-area {
    height: auto;
  }
  .header .logo {
    width: 240px;
    height: auto;
    float: left;
    margin-bottom: 20px;
  }
  .header.stickytop {
    top: 0;
  }
  .header.mobile-header {
    top: 0 !important;
  }
}
@media (max-width: 700px) {
  .main_header {
    padding-left: 35px;
  }
  .main_header span {
    margin-left: 0;
    display: inline-block;
    border: 0;
  }
  .main_header .diety,
  .main_header .pitanie,
  .main_header .preparaty,
  .main_header .psyhologiya,
  .main_header .related,
  .main_header .uprazhneniya {
    top: -9px;
  }
  .calc-vesa {
    width: 100%;
  }
  .calc-vesa .calc-vesa--radio {
    width: 100% !important;
  }
  .calc-vesa .calc-vesa--radio.left-col {
    padding-left: 0 !important;
  }
  .calc-vesa .calc-vesa--radio.right-col {
    padding-right: 0;
  }
  .related_posts_new .col {
    width: 100% !important;
    margin: 0 0 25px !important;
    text-align: left;
  }
  .related_posts_new .col img {
    width: 80px;
    float: left;
    margin: 0 15px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 679px) {
  .container {
    width: 94%;
  }
  .content,
  .content.-rev {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_big_block .short_text {
    width: auto;
    float: none;
  }
  .home_big_block .popular_home {
    width: 100%;
    float: none;
  }
  .home_big_block .popular_home .blocks .col {
    width: calc(50% - 15px);
  }
  .home_big_block .popular_home .blocks .col:nth-child(2n + 2) {
    margin: 0 0 20px;
  }
  .home_big_block .popular_home .blocks .col:nth-child(3n + 3) {
    margin: 0 15px 20px 0;
  }
  .home_big_block .popular_home .blocks .col:nth-child(6) {
    margin: 0 0 20px;
  }
  .home_big_block .popular_home .blocks .col:last-child {
    display: none;
  }
  .home_big_block .popular_home .blocks .col img {
    width: 45px;
  }
  .home_news .col {
    width: calc(25% - 15px);
  }
  .dietolog_home_blocks .col_c,
  .dietolog_home_blocks .col_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .dietolog_home_blocks .col_r {
    width: auto;
    float: none;
  }
  .dietolog_home_blocks .col_r #dietolog_form input,
  .dietolog_home_blocks .col_r #dietolog_form textarea {
    width: 80%;
  }
  .services_home_blocks li {
    width: 31%;
    margin: 0 3% 20px 0;
  }
  .footer .top_footer_menu {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .footer .top_footer_menu_2 {
    width: 100%;
    float: none;
  }
  .category {
    width: 22.5%;
    margin: 0 3% 0 0;
  }
  #toTop {
    right: -150px;
  }
  .related_news .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .related_news .col img {
    width: 100px;
    float: left;
    margin: 0 20px 0 0;
  }
  .dwqa-question-meta,
  .dwqa-question-title {
    width: 75%;
  }
  .dwqa-search input {
    width: 88%;
  }
  .related_news img,
  .side_ads_wrapp {
    display: none;
  }
}
@media (min-width: 319px) and (max-width: 479px) {
  .container {
    width: 94%;
  }
  .content,
  .content.-rev,
  .sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
  .main_header {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .main_header .diety,
  .main_header .pitanie,
  .main_header .preparaty,
  .main_header .psyhologiya,
  .main_header .related,
  .main_header .uprazhneniya {
    top: -15px;
  }
  .home_big_block .short_text {
    width: auto;
    float: none;
  }
  .home_big_block .popular_home {
    width: 100%;
    float: none;
  }
  .home_big_block .popular_home .blocks .col {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .category,
  .home_news .col,
  .services_home_blocks li {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    text-align: left;
  }
  .category img,
  .home_big_block img,
  .related_news img {
    display: none;
  }
  .dietolog_home_blocks .col_c,
  .dietolog_home_blocks .col_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .dietolog_home_blocks .col_r {
    width: auto;
    float: none;
  }
  .dietolog_home_blocks .col_r #dietolog_form input,
  .dietolog_home_blocks .col_r #dietolog_form textarea {
    width: 80%;
  }
  .related_news .col img,
  .services_home_blocks .li_icon_1,
  .services_home_blocks .li_icon_2,
  .services_home_blocks .li_icon_3,
  .services_home_blocks .li_icon_4,
  .services_home_blocks .li_icon_5,
  .services_home_blocks .li_icon_6 {
    float: left;
    margin: 0 20px 0 0;
  }
  .footer .logo_m {
    width: 100%;
    float: none;
  }
  .footer .top_footer_menu {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .footer .top_footer_menu_2 {
    width: 100%;
    float: none;
  }
  .footer .top_footer_menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .footer .footer_menu ul {
    text-align: center;
  }
  .footer .footer_menu li {
    float: none;
    line-height: 34px;
    display: block;
  }
  .ramka_2 {
    padding: 20px 20px 85px;
  }
  .ramka_2 em {
    border: 0;
  }
  .rating_post,
  .share_post {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .rating_post {
    margin-bottom: 0;
  }
  #toTop {
    right: -150px;
  }
  .related_news .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .related_news .col img {
    width: 86px;
  }
  .dwqa-question-meta,
  .dwqa-question-title {
    width: 75%;
  }
  .dwqa-search input {
    width: 88%;
  }
  .side_ads_wrapp {
    display: none;
  }
  .mobile-offset {
    margin-bottom: -20px;
  }
  .mobile-df-offset {
    margin-bottom: -10px !important;
  }
  .calc-vesa .calc-vesa--radio .icon.icon-man,
  .calc-vesa .calc-vesa--radio .icon.icon-woman {
    background-size: 38px;
  }
  .calc-vesa .calc-vesa--radio .calc-vesa--label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 780px) {
  .content_rb .content {
    margin-bottom: 0 !important;
  }
}
.navigation {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 40px 0;
  padding: 10px 0;
}
.navigation .pages {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .navigation .pages {
    width: 100%;
    display: block;
    margin: 0 0 18px;
  }
}
.navigation .page-numbers {
  width: 36px;
  height: 36px;
  background: #479e50;
  border-radius: 3px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}
.navigation .page-numbers:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .navigation .page-numbers {
    margin: 0 10px 10px 0;
  }
}
.navigation .page-numbers:hover {
  opacity: 0.7;
}
.navigation .page-numbers.current {
  background: #edf0f5;
  color: #3c4353;
}
.navigation .page-numbers.next,
.navigation .page-numbers.prev {
  background: #3c4353;
  color: #fff;
  width: 56px;
  overflow: hidden;
  margin-bottom: -13px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.reviews-cat-links {
  margin-bottom: 24px;
}
.reviews-cat-links li {
  margin: 0 10px 10px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .reviews-cat-links li {
    margin: 0 6px 6px 0;
  }
}
.reviews-cat-links li a,
.single-prefer-links {
  border-radius: 3px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
}
.reviews-cat-links li a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4189c8;
  transition: 0.25s ease-in-out;
  padding: 10px 14px;
  border: 1px solid #4189c8;
}
@media (max-width: 768px) {
  .reviews-cat-links li a {
    padding: 5px 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.reviews-cat-links li a:hover {
  background: #479e50;
  color: #fff;
  border-color: #479e50;
}
.comm-number {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.single-prefer-links {
  padding: 30px 20px 20px;
  border: 1px solid #cdd0da;
  margin-bottom: 28px;
  position: relative;
  height: auto;
}
.single-prefer-links li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 4px 5px;
}
.single-prefer-links li.-active-li {
  background: #f5fbfc;
  border-radius: 3px;
}
.single-prefer-links li .back-span:hover,
.single-prefer-links li .numb {
  color: #3c4353;
}
.single-prefer-links li span:not(:last-child) {
  margin-right: 5px;
}
.single-prefer-links li a {
  word-break: break-all;
  color: #4189c8;
  border-bottom: 1px dotted rgba(65, 137, 200, 0.4);
}
.single-prefer-links li a:hover {
  color: #479e50;
  border-color: #479e50;
}
.single-prefer-links li .lang-string {
  margin-left: 5px;
}
.single-prefer-links li .back-span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #479e50;
  cursor: pointer;
}
.contents-link-pref a {
  color: #4189c8 !important;
  border-bottom: 1px solid #52adec !important;
}
.contents-link-pref a:hover {
  color: #479e50 !important;
  border-bottom: 1px solid #479e50 !important;
}
.share42init {
  margin-bottom: 28px;
}
.share42init a {
  border-radius: 4px;
  overflow: hidden !important;
}
.footer-youtube {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 24px;
}
.footer-youtube a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 7px;
}
.footer-youtube a:hover,
.tizer-in-post a {
  border-bottom: none !important;
}
.footer-youtube i {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  display: block;
}
.footer-youtube i.yb {
  background: url(../../images/youtube.svg) no-repeat center;
  background-size: contain;
}
.footer-youtube i.vk {
  background: url(../../images/vk.svg) no-repeat center;
  background-size: contain;
}
.footer-youtube i.ok {
  background: url(../../images/ok-soc-icon.svg) no-repeat center;
  background-size: contain;
}
.footer-youtube i.fb {
  background: url(../../images/fb.svg) no-repeat center;
  background-size: contain;
}
.footer-youtube i.tw {
  background: url(../../images/tw.svg) no-repeat center;
  background-size: contain;
}
.footer-youtube i:hover {
  opacity: 0.85;
}
@media (min-width: 999px) {
  .search-mobile-wrapp {
    display: none;
  }
  .search_menu--pc {
    background: url(../../images/search-w.svg) no-repeat center !important;
    background-size: 15px !important;
    cursor: pointer;
    z-index: 9;
    margin: 0;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    border: 0 !important;
    outline: 0 !important;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .search_menu--pc.-toggle {
    background: url(../../images/close-b.svg) no-repeat center !important;
    background-size: 15px !important;
  }
}
@media (max-width: 999px) {
  .search_menu--pc {
    display: none;
  }
  .search_menu {
    background: url(../../images/search-w.svg) no-repeat center !important;
    background-size: 22px;
    cursor: pointer;
    z-index: 9;
    margin: 0;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    border: 0 !important;
    outline: 0 !important;
    position: absolute;
    right: 0;
    top: 7px;
  }
  .search_menu.-toggle {
    background: url(../../images/close-b.svg) no-repeat center !important;
    background-size: 22px;
  }
  .search-mobile-wrapp {
    display: none;
  }
  .search-mobile-wrapp.-toggle {
    display: block;
  }
  .search-mobile-wrapp .search {
    top: 0 !important;
    z-index: 9999;
    width: calc(100% - 40px) !important;
    height: 44px !important;
    padding: 2px 0 !important;
  }
}
.close-mobile-menu {
  display: none;
}
@media (max-width: 999px) {
  .close-mobile-menu {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../../images/close-b.svg) no-repeat center;
    background-size: 14px;
    position: absolute;
    left: 10px;
    top: 14px;
    z-index: 555;
  }
}
.mb-0-important {
  margin-bottom: 0 !important;
}
.tizer-in-post {
  padding: 24px 0;
  margin-bottom: 24px;
  border-top: 1px solid #cdd0da;
  border-bottom: 1px solid #cdd0da;
}
.tizer-in-post a {
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .tizer-in-post a {
    grid-template-columns: 140px 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 768px) {
  .tizer-in-post a {
    grid-template-columns: 1fr;
    grid-gap: 24px;
    text-align: center;
  }
}
.tizer-in-post img {
  width: 100%;
}
@media (max-width: 768px) {
  .tizer-in-post img {
    width: 140px;
    display: inline-block;
    margin: 0 auto;
  }
}
.tizer-in-post .text,
.tizer-in-post .title {
  display: block;
}
.tizer-in-post .title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #52adec;
  margin-bottom: 10px;
}
.custom-comment-link-more,
.dwqa-question-meta .name,
.tizer-in-post .text {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.dwqa-question-meta .name,
.tizer-in-post .text {
  color: #353535;
}
.custom-comment-link-more {
  margin-bottom: 42px;
}
.custom-comment-link-more a {
  color: #4189c8;
  border-bottom: 1px solid #4189c8;
}
.custom-comment-link-more a:hover {
  color: #479e50;
  border-color: #479e50;
}
.dwqa-question-meta {
  margin-bottom: 20px !important;
}
.dwqa-question-meta .name {
  font-weight: 700;
  color: #3c4353;
}
.dwqa-question-meta a {
  display: block;
  color: #3c4353;
  border: 0 !important;
}
.dwqa-question-meta img.display-img {
  display: inline-block !important;
  margin-right: 5px;
  margin-bottom: -20px;
}
.dwqa-question-meta .qa-user-avatar {
  width: 54px;
  height: 54px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.dwqa-question-meta .qa-user-avatar img {
  border-radius: 4px !important;
}
.dwqa-question-meta .qa-user-avatar .network {
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  padding: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 5;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network {
    width: 12px;
    height: 12px;
    padding: 2px;
  }
}
.dwqa-question-meta .qa-user-avatar .network.-icon-google {
  background: #edf0f5 url(../../images/google.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network.-icon-google {
    background-size: 10px;
  }
}
.dwqa-question-meta .qa-user-avatar .network.-icon-instagram {
  background: #edf0f5 url(../../images/instagram.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network.-icon-instagram {
    background-size: 10px;
  }
}
.dwqa-question-meta .qa-user-avatar .network.-icon-facebook {
  background: #edf0f5 url(../../images/facebook.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network.-icon-facebook {
    background-size: 10px;
  }
}
.dwqa-question-meta .qa-user-avatar .network.-icon-twitter {
  background: #edf0f5 url(../../images/twitter.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network.-icon-twitter {
    background-size: 10px;
  }
}
.dwqa-question-meta .qa-user-avatar .network.-icon-vkontakte {
  background: #edf0f5 url(../../images/vk.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network.-icon-vkontakte {
    background-size: 10px;
  }
}
.dwqa-question-meta .qa-user-avatar .network.-icon-odnoklassniki {
  background: #edf0f5 url(../../images/odnoklassniki.svg) no-repeat center;
  background-size: 12px;
}
@media (max-width: 500px) {
  .dwqa-question-meta .qa-user-avatar .network.-icon-odnoklassniki {
    background-size: 10px;
  }
}
.img-h-115 {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.search-result-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 999px) {
  .search-result-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .search-result-grid {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.search-result-grid .category {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  float: unset !important;
}
@media (max-width: 999px) {
  .block-menu li > ul li {
    font-weight: 400 !important;
  }
  .block-menu li > ul li a {
    font-size: 13px !important;
  }
}
.select-city {
  padding: 12px 12px 12px 20px;
  border-radius: 3px;
  background: #edf0f5;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  .select-city {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.select-city .select-city--title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  word-spacing: 0.5px;
  color: #3c4353;
}
.select-city .select-city--select {
  max-width: 94%;
  height: 38px;
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .select-city .select-city--select {
    grid-template-columns: 1fr;
    grid-gap: 12px;
    height: auto;
  }
}
.select-city .select-city-cat--select {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .select-city .select-city-cat--select {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.select-city .select-city-cat--select select {
  max-width: 200px;
  width: 200px;
}
.select-city select {
  max-width: 180px;
  width: 100%;
  height: 38px;
  border: 1px solid #cdd0da;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../../images/arrow-down.dark.svg) 94%/15% no-repeat;
  background-size: 10px;
}
@media (max-width: 768px) {
  .select-city select {
    max-width: 260px !important;
    width: 260px !important;
  }
}
.select-city select::-ms-expand {
  display: none;
}
.promocode-table {
  border: 1px solid #e3e8ea;
  border-radius: 3px;
  margin-bottom: 34px;
}
.promocode-table .promocode-table__line {
  padding: 24px 0;
  margin-left: 24px;
  margin-right: 24px;
  display: grid;
  grid-template-columns: 150px 1fr 204px;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 680px) {
  .promocode-table .promocode-table__line {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
  }
}
@media (max-width: 520px) {
  .promocode-table .promocode-table__line {
    grid-template-columns: 1fr;
    grid-gap: 14px;
  }
}
.promocode-table .promocode-table__line:not(:last-child) {
  border-bottom: 1px solid #e3e8ea;
}
.promocode-table .promocode-table__line img {
  border-radius: 3px;
}
@media (max-width: 520px) {
  .promocode-table .promocode-table__line img {
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.promocode-table .promocode-table__line .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3c4353;
  margin-bottom: 4px;
}
@media (max-width: 520px) {
  .promocode-table .promocode-table__line .title {
    text-align: center;
  }
}
.promocode-table .promocode-table__line .desc {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.85;
}
@media (max-width: 520px) {
  .promocode-table .promocode-table__line .desc {
    text-align: center;
  }
}
.promocode-table .promocode-table__line .desc p:not(:last-child) {
  margin-bottom: 14px;
}
.promocode-table .promocode-table__line .btn {
  background: #479e50;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  transition: 0.25s ease-in-out;
}
.go-to-lp .go-btn:hover,
.native-recommend-box .more-btn:hover,
.promocode-table .promocode-table__line .btn:hover,
.sale-page-slider .swiper-slide:hover img {
  opacity: 0.85;
}
.promocode-table .promocode-table__line .btn a {
  display: block;
  line-height: 1.2;
  color: #fff;
  padding: 8px 14px;
}
@media (max-width: 520px) {
  .promocode-table .promocode-table__line .btn a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.price-info {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.card-tips-list {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .card-tips-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    text-align: left;
  }
}
@media (max-width: 486px) {
  .card-tips-list {
    grid-template-columns: 1fr;
  }
}
.card-tips-list span,
.section-sort-price .section-sort-price--label {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3c4353;
}
.card-tips-list span {
  background: url(../../images/tick.svg) no-repeat left 2px;
  background-size: 16px;
  padding-left: 20px;
  display: inline-block;
  margin: 0 14px 6px 0;
}
@media (max-width: 768px) {
  .card-tips-list span {
    margin: 0;
  }
}
.section-sort-price {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.section-sort-price .section-sort-price--label {
  font-weight: 700;
}
.section-sort-price form div:not(:last-child) {
  margin-right: 20px;
}
.section-sort-price form input[type="radio"] {
  position: relative;
  top: 2px;
  margin: 0 !important;
}
.section-sort-price label {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400 !important;
  color: #3c4353;
}
@media (max-width: 768px) {
  .section-sort-price label input {
    position: relative;
    top: 2px;
  }
}
.drug-page-desc {
  padding: 20px;
  border: 1px solid #e4e8ea;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.drug-page-desc.-no-border {
  border: 0;
  padding: 0;
}
.p-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.native-recommend-box {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 24px;
  align-items: center;
  padding: 34px 0;
  border-top: 2px solid #479e50;
  border-bottom: 2px solid #eef5fa;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .native-recommend-box {
    align-items: start;
    grid-gap: 16px;
  }
}
.native-recommend-box img {
  width: 200px;
  height: 180px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
@media (max-width: 640px) {
  .native-recommend-box img {
    width: 100px;
    height: 100px;
    display: block;
  }
}
.native-recommend-box .no-border {
  border: 0 !important;
}
.native-recommend-box .title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 640px) {
  .native-recommend-box .title {
    font-size: 18px;
    margin-top: -5px;
  }
}
.native-recommend-box .title a {
  color: #262626;
  border: 0 !important;
  transition: 0.25s ease-in-out;
}
.native-recommend-box .title a:hover {
  color: #479e50;
}
.native-recommend-box .text {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #474747;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .native-recommend-box .text {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .native-recommend-box .text {
    margin-bottom: 20px;
  }
}
.go-to-lp,
.native-recommend-box .more-btn {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}
.native-recommend-box .more-btn {
  max-width: 340px;
  width: 100%;
  height: 48px;
  background: #4189c8;
  border-radius: 2px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  word-spacing: 0.4px;
}
@media (max-width: 640px) {
  .native-recommend-box .more-btn {
    max-width: 100%;
    grid-column: 1 / span 3;
  }
}
@media (max-width: 640px) {
  .native-recommend-box .-mobile-show {
    display: block;
  }
}
@media (min-width: 640px) {
  .native-recommend-box .-mobile-show {
    display: none;
  }
}
@media (max-width: 640px) {
  .native-recommend-box .-mobile-hide {
    display: none;
  }
}
@media (min-width: 640px) {
  .native-recommend-box .-mobile-hide {
    display: block;
  }
}
.go-to-lp {
  margin: 18px 0 24px;
  box-sizing: border-box;
}
.go-to-lp .text {
  font-size: 18px;
}
@media (max-width: 768px) {
  .go-to-lp .text {
    margin-top: 14px !important;
    text-align: center !important;
  }
}
.go-to-lp .go-btn {
  display: block;
  width: 120px;
  height: 48px;
  margin: 20px auto 18px;
  border-radius: 3px;
  background: #19d16c;
  line-height: 48px;
  text-align: center;
  transition: 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .go-to-lp .go-btn {
    margin-top: 12px !important;
  }
}
.go-to-lp .go-btn a,
.native-recommend-box .more-btn a {
  display: block;
  color: #fff;
  border: 0 !important;
}
.calc-vesa--result .go-to-lp {
  background: rgba(255, 255, 255, 0.12);
}
#cl3_result .go-to-lp .text,
#cl4_result .go-to-lp .text,
.calc-vesa--result .go-to-lp .text {
  color: #262626 !important;
}
@media (max-width: 768px) {
  .calc-vesa--result .go-to-lp {
    grid-template-columns: 1fr !important;
  }
}
#cl3_result .go-to-lp,
.calc-vesa--result .go-to-lp {
  max-width: 100%;
  width: 100%;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  align-items: center;
  text-align: left;
  padding: 0 20px;
  background: #fff;
}
@media (max-width: 768px) {
  #cl3_result .go-to-lp {
    grid-template-columns: 1fr !important;
  }
}
#cl4_result .go-to-lp {
  margin: 20px 0 0;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #cl4_result .go-to-lp {
    grid-template-columns: 1fr !important;
  }
}
#cl4_result .go-to-lp:before,
.calc-calories-go-to-wrapp .go-to-lp:before {
  content: "";
  width: 100%;
  height: 24px;
  background: #52adec;
  position: absolute;
  left: 0;
  top: 0;
}
#cl4_result .go-to-lp .text {
  font-weight: 700;
}
.calc-calories-go-to-wrapp {
  width: 100%;
  padding: 0 0 1px;
  box-sizing: border-box;
  background: #52adec;
  margin: -21px 0 24px;
}
#cl4_result .go-to-lp,
.calc-calories-go-to-wrapp .go-to-lp {
  max-width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  align-items: center;
  text-align: left;
  padding: 20px 20px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  .calc-calories-go-to-wrapp .go-to-lp {
    grid-template-columns: 1fr !important;
  }
}
.calc-calories-go-to-wrapp .go-to-lp .text {
  color: #fff;
  font-weight: 700;
}
.sale-page-slider--h2 {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #3c4353;
  margin-bottom: 12px;
}
.sale-page-slider {
  display: flex;
  padding: 0 38px !important;
  box-sizing: border-box !important;
  margin-bottom: 34px;
}
.sale-page-slider .swiper-slide {
  text-align: center;
}
.sale-page-slider .swiper-slide:hover .title {
  color: #479e50;
}
.sale-page-grid .sale-page-grid__card img,
.sale-page-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  display: block;
}
.sale-page-slider .swiper-slide img {
  margin-bottom: 18px;
  height: 134px;
}
.sale-page-slider .swiper-slide .title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  font-weight: 700;
  color: #3c4353;
}
.sale-page-slider .swiper-wrapper {
  position: relative;
}
.sale-page-slider .swiper-button-next,
.sale-page-slider .swiper-button-prev {
  position: absolute !important;
  color: #fff !important;
  font-size: 14px !important;
  top: 96px !important;
  width: 32px;
  height: 32px;
  background: #479e50;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
}
.sale-page-slider .swiper-button-next:after,
.sale-page-slider .swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: 500;
}
.sale-page-slider .swiper-button-next:hover,
.sale-page-slider .swiper-button-prev:hover {
  opacity: 0.86;
}
.sale-page-slider .swiper-button-prev {
  left: 0 !important;
}
.sale-page-slider .swiper-button-next {
  right: 0 !important;
}
.sale-page-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .sale-page-grid {
    grid-template-columns: repeat(4, 240px);
    overflow-x: auto;
    padding-bottom: 12px;
  }
}
.sale-page-grid .sale-page-grid__card {
  position: relative;
  transition: 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .sale-page-grid .sale-page-grid__card:hover {
    box-shadow: 0 3px 12px rgba(17, 17, 17, 0.24);
  }
}
.sale-page-grid .sale-page-grid__card img {
  height: 172px;
  border-radius: 2px;
}
.sale-page-grid .sale-page-grid__card a,
.sale-page-grid .sale-page-grid__card span {
  display: block;
}
.sale-page-grid .sale-page-grid__card .overdata {
  background: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
  padding: 14px 12px;
  border-radius: 2px;
  width: calc(100% - 48px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}
.sale-page-grid .sale-page-grid__card .overdata .name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #479e50;
  display: inline-block;
  margin-bottom: 10px;
}
.sale-page-grid .sale-page-grid__card .overdata .text {
  font-size: 14px;
  line-height: 1.4;
  color: #343434;
  opacity: 0.92;
}
.drug-page-tabs {
  display: flex;
  margin: 8px 0 20px;
}
.drug-page-tabs .label {
  display: inline-block;
  height: 46px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 46px;
  font-weight: 500;
  color: #3c4353;
  background: #fff;
  border: 1px solid #eef5fa;
  transition: 0.25s ease-in-out;
}
.drug-page-tabs .label:not(:last-child) {
  border-right: none;
}
.drug-page-tabs .label.-active,
.drug-page-tabs .label:hover {
  background: #edf0f5;
}
.drug-page-tabs .label a,
.drug-page-tabs .label span {
  display: block;
  padding: 0 32px;
}
.drug-page-tabs .label a {
  color: #3c4353;
}
.how-to-promocode {
  width: 100%;
  box-sizing: border-box;
  background: #faf8f4;
  border: 1px solid #f2f0ec;
  padding: 20px 20px 0;
  border-radius: 2px;
  margin-bottom: 24px;
}
.how-to-promocode .how-to-promocode--title {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #479e50;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
}
.how-to-promocode .how-to-promocode--title:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/arrow-down-malina.svg) no-repeat center right;
  background-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
}
.how-to-promocode .how-to-promocode--title.-active:after {
  transform: rotate(180deg);
  right: -10px;
}
.how-to-promocode .how-to-promocode--content {
  font-size: 18px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  transition: 0.35s ease-in-out;
}
.how-to-promocode .how-to-promocode--content.-active {
  opacity: 1;
  height: auto;
  z-index: 555;
}
.how-to-promocode .how-to-promocode--content ol li:before {
  margin: 2px 0 0;
}
.reviews-faq--list {
  margin: 28px 0 54px;
}
.reviews-faq--list .reviews-faq--list__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(205, 208, 218, 0.54);
  font-family: Roboto, sans-serif;
}
.reviews-faq--list .reviews-faq--list__item .label {
  background: url(../../images/question-icon.svg) no-repeat 0 2px;
  background-size: 18px;
  padding: 0 30px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #3c4353;
  cursor: pointer;
}
.reviews-faq--list .reviews-faq--list__item .label i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../images/arrow-down-faq.svg) no-repeat center;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 2px;
}
.reviews-faq--list .reviews-faq--list__item .text {
  display: none;
  margin-bottom: -20px;
}
.reviews-faq--list .reviews-faq--list__item .text .entry {
  font-size: 16px;
}
.reviews-faq--list .reviews-faq--list__item.-toggle .label i {
  transform: rotate(180deg);
}
.reviews-faq--list .reviews-faq--list__item.-toggle .text {
  display: block;
  margin-top: 20px;
}
.reviews-faq--list .reviews-faq--list__item.-toggle .text ul li:before {
  top: 10px;
}
.single-drug-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .single-drug-images {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}
.single-drug-images .single-drug-images__card {
  position: relative;
}
@media (max-width: 999px) {
  .single-drug-images .single-drug-images__card:nth-child(3) {
    display: none;
  }
}
.single-drug-images .single-drug-images__card.-hide-card {
  display: none;
}
.single-drug-images .single-drug-images__card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .single-drug-images .single-drug-images__card img {
    height: 180px;
  }
}
.single-drug-images .single-drug-images__card .overlay-info {
  cursor: pointer;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 999px) {
  .single-drug-images .single-drug-images__card .overlay-info.-pc-show {
    display: block;
  }
}
@media (max-width: 999px) {
  .single-drug-images .single-drug-images__card .overlay-info.-mob-show {
    display: block;
  }
}
.single-drug-images .single-drug-images__card .overlay-info.-toggle {
  display: none;
}
.single-drug-images .single-drug-images__card .overlay-info span {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: url(../../images/photo-icon-more.svg) no-repeat center top;
  background-size: 32px;
  padding-top: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rev-heading-wrapp {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .rev-heading-wrapp {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.rev-heading-wrapp h2 {
  margin-bottom: 0;
}
.rev-heading-wrapp .add-review-btn-scroll {
  background: 0 0;
  border: 1px solid #4189c8;
  padding: 8px 16px;
  border-radius: 2px;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #4189c8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .rev-heading-wrapp .add-review-btn-scroll {
    width: 100%;
  }
}
.rev-heading-wrapp .add-review-btn-scroll:hover {
  opacity: 0.85;
}
.home-dietolog-block .img-capture p,
.rev-single-promocodes {
  margin-bottom: 4px;
}
.rev-single-code-list .rev-single-code.-hide-code {
  display: none;
}
.load-more-codes,
.rev-counter-rating {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.load-more-codes {
  display: block;
  width: 104px;
  height: 32px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #4797ce;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  word-spacing: 0.3px;
  cursor: pointer;
  color: #4797ce;
  margin: 20px auto 0;
}
.load-more-codes:hover {
  background: #4797ce;
  color: #fff;
}
.rev-counter-rating {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .rev-counter-rating {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
}
.rev-counter-rating .rating-desc {
  display: flex;
  align-items: center;
}
.rev-counter-rating .rating-desc .label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #9ea4a9;
  margin-right: 8px;
}
.rev-counter-rating .rating-desc .val {
  font-size: 32px;
  font-weight: 700;
  color: #efcd46;
}
.contents-tab {
  margin: 4px 0 24px;
}
.contents-tab .contents-tab--grid {
  margin-bottom: 16px;
}
.contents-tab .contents-tab-label,
.tip-links .tip-links--link,
.tip-links .tip-links--more-btn {
  display: inline-block;
  margin: 0 8px 8px 0;
  border-radius: 20px;
  border: 1px solid transparent;
  background: #eef5fa;
  font-size: 15px;
  line-height: 36px;
}
.contents-tab .contents-tab-label a,
.tip-links .tip-links--link a {
  height: 38px;
  padding: 0 16px;
  display: block;
  color: #262626;
}
.contents-tab .contents-tab-label:hover,
.tip-links .tip-links--link:hover {
  background: 0 0;
  border-color: #eef5fa;
}
.mb32 {
  margin-bottom: 32px;
}
.tip-links {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .tip-links {
    display: grid;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.tip-links .tip-links--link.-active {
  background: #479e50;
  border-color: #479e50;
}
.tip-links .tip-links--link.-active a {
  color: #fff;
}
.tip-links .tip-links--more-btn {
  display: none;
  position: relative;
  height: 38px;
  padding: 0 16px 0 28px;
  color: #262626;
  cursor: pointer;
}
.tip-links .tip-links--more-btn:before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../../images/arrow_menu.svg) no-repeat center;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.tip-links .tip-links--more-btn:hover {
  background: 0 0;
  border-color: #eef5fa;
}
.tip-links .tip-links--more-btn .down-list {
  display: none;
  width: 148px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.tip-links .tip-links--more-btn .down-list.-toggle {
  display: block;
}
.tip-links .tip-links--more-btn .down-list a {
  display: block;
  line-height: 1.3;
  color: #262626;
}
.tip-links .tip-links--more-btn .down-list a:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eef5fa;
}
.tip-links .tip-links--more-btn .down-list a:hover {
  color: #479e50;
}
.post-plus-minus {
  margin-bottom: 24px;
}
.post-plus-minus .post-plus-minus--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .post-plus-minus .post-plus-minus--grid {
    grid-template-columns: 1fr;
  }
}
.post-plus-minus .h2 {
  font-size: 24px;
  font-weight: 500;
  color: #3c4353;
  margin-bottom: 12px;
}
.post-plus-minus .post-plus-minus__col ul {
  margin: 0 !important;
}
.post-plus-minus .post-plus-minus__col ul li {
  position: relative;
  padding-left: 24px;
  margin-left: 0;
  font-size: 17px;
}
.post-plus-minus .post-plus-minus__col ul li:not(:last-child) {
  margin-bottom: 8px;
}
.post-plus-minus .post-plus-minus__col ul li:before {
  content: "";
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -6px;
  background: 0 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.post-plus-minus .post-plus-minus__col.-plus ul li::before {
  content: "+";
  color: #19d16c;
}
.post-plus-minus .post-plus-minus__col.-minus ul li::before {
  content: "-";
  color: #cf2e2e;
}
.home-dietolog-block {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-gap: 100px;
  margin-bottom: -12px;
}
.home-dietolog-block .text-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.home-dietolog-block .text {
  text-align: left !important;
}
.home-dietolog-block .img-capture {
  margin-top: 20px;
  font-size: 14px;
  color: #3c4353;
}
.home-dietolog-block .img-capture span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-dietolog-block {
    padding: 0;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .home-dietolog-block .diet-photo {
    padding: 0 10px;
  }
  .home-dietolog-block .diet-photo img {
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    display: block;
    margin: 0 auto;
  }
  .home-dietolog-block .text {
    padding: 0 10px;
  }
  .home-dietolog-block .text-title {
    font-size: 18px;
  }
}
.home-cities-grid .home-cities-grid--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-cities-grid .home-cities-grid--three {
    grid-template-columns: 1fr;
  }
}
.home-cities-grid .home-cities-grid--four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-cities-grid .home-cities-grid--four {
    grid-template-columns: 1fr;
  }
}
.home-cities-grid .home-cities-grid--item a {
  display: block;
  padding: 14px 16px;
  border: 1px solid #e3e8ea;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #3c4353;
  text-align: center;
  transition: 0.25s ease-in-out;
}
.home-cities-grid .home-cities-grid--item a:hover {
  background: #e3eff7;
  border-color: #f5fbfc;
}
h3 {
  color: #262626;
  clear: both;
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 500;
}
.recipe .entry ul > li:before {
  content: none;
}
.comments_single {
  margin-bottom: 20px;
}
.category > a {
  display: block;
  height: 100%;
}
span.bl {
  color: #4189c8;
  text-decoration: none;
  border-bottom: 1px solid #d0d9e0;
}
.category.ov a:hover span.bl {
  text-decoration: none;
  border-bottom: 1px solid #479e50;
  color: #479e50;
}
.category.ov a:hover .trn {
  opacity: 0.8;
}
.related_posts_new .col {
  height: 215px;
}
.related_posts_new .col:hover .trn {
  opacity: 0.8;
}
.related_posts_new .col:hover span.bl {
  text-decoration: none;
  border-bottom: 1px solid #479e50;
  color: #479e50;
}
.related_posts_new .col > a {
  display: block;
  height: 100%;
}
@media (max-width: 480px) {
  .other-categories {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .category {
    padding: 0 0 13px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
  }
  .category:nth-child(4n + 4) {
    margin: 0 0 20px;
  }
  .category a span {
    border-bottom: none;
  }
  .category img {
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
}
@media (max-width: 768px) {
  .related_posts_new .col {
    height: auto;
  }
}
.term-description {
  margin: 0 0 20px;
}
.recipe
  .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign
  .recipe-card-ingredients {
  margin: 15px 0 0;
  padding: 25px 0 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  position: relative;
  text-align: left;
}
#recipe-ads .post-ad-wrapp {
  margin: 30px 0 40px;
}
.post-tags {
  margin: 0 0 50px;
}
.post-tags span {
  font-weight: bold;
  color: #555;
}
.post-tags a {
  text-transform: lowercase;
  margin: 0 6px 0 0;
  color: #4189c8;
  text-decoration: none;
  border-bottom: 1px solid #d0d9e0;
}
.post-tags a:hover {
  text-decoration: none;
  border-bottom: 1px solid #479e50;
  color: #479e50;
}
.post-tags a:after {
  content: ",";
}
.post-tags a:last-child:after {
  content: ".";
}
.n2-section-smartslider {
  margin: 0 0 20px;
}
.single-post .wp-block-yoast-faq-block a {
  border-bottom: 0; /*1px solid #d1dfee*/
}
.wp-block-yoast-faq-block p.schema-faq-answer {
  font-size: 17px;
}
.ads-after-header {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto 7px;
}
.frontpage .ads-after-header {
  margin: 0 auto;
}
.ads-after-header .post-ad-wrapp {
  margin: 10px 0;
}
.ads-before-footer {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
}
.content-block-heading.for-h1 {
  padding: 0;
  margin-bottom: 0;
}
.frontpage .content-block-heading.for-h1 {
  padding: 25px 0 0;
}
.ads-read-more {
  margin: 0;
}
.frontpage .d {
  opacity: 1;
}
.frontpage .d p {
  margin: 0 0 16px;
  font-size: 1.0625rem;
}
.author-post a {
  color: #000;
  text-decoration: underline;
}
.single-post .author-post a {
  border-bottom: 0;
}
p:empty {
  display: none;
}
.frontpage .d p.schema-faq-answer {
  margin: 0;
  border-bottom: 0;
}
.ad-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

/* Дополнительные стили для улучшения отображения на мобильных устройствах */
@media (max-width: 768px) {
    .ad-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* New Homepage Styles 2024 */
.home-delivery-section {
    margin: 2rem 0;
}

.cities-list {
    margin: 1.5rem 0;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.cities-grid a {
    font-size: 17px;
}

.city-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
}

.city-link:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

.section-subtitle {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #333;
}

.programs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 17px;
}

.programs-table th,
.programs-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.programs-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.programs-table tr:hover {
    background: #f9f9f9;
}

/* Food Photos Grid */
.food-photos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 20px 0;
}

.food-photo-item {
    display: flex;
    flex-direction: column;
    line-height: 0; /* Обнуляем line-height */
}

.food-photo {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.food-photo-item br {
    display: none; /* Скрываем br */
}

.service-name {
    color: #999999;
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5; /* Нормальный line-height только для текста */
}

/* Reviews Grid */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 30px 0;
}

.review-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 17px;
}

.review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.review-header {
    margin-bottom: 12px;
}

.reviewer-name {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.service-info {
    margin: 8px 0;
}

.service-info .service-name {
    color: #666;
    font-weight: 500;
    margin: 0;
}

.program-name {
    color: #666;
    margin: 0;
}

.review-meta {
    margin: 8px 0 16px;
    font-size: 17px;
    color: #666;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.review-text {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.review-footer {
    border-top: 1px solid #eee;
    padding-top: 16px;
    font-size: 17px;
}

.pros, .cons {
    margin: 8px 0;
}

.label {
    color: #333;
    font-weight: 500;
    display: inline;
    margin-right: 4px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .programs-table {
        display: block;
        overflow-x: auto;
    }
    
    .cities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .food-photos-grid {
        grid-template-columns: 1fr;
    }
    
    .food-photo-item {
        width: 100%;
    }
    
    .food-photo {
        width: 100%;
    }
    
    .reviews-grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 0 16px;
    }
    
    .review-card {
        width: auto;
        padding: 16px;
        margin: 0 -16px;
    }
}

/* Table Full Width Fix */
.home-delivery-section .popular-programs .programs-table {
    display: block !important;
    max-width: none !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw);
    padding: 0 1rem;
    box-sizing: border-box;
}