* {
  font-family: sans-serif;
}

.link-offer {
  text-decoration: none;
  color: #0096b2;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.link-offer:hover {
  text-decoration: underline;
}

li {
  line-height: 24px;
}

.author ul {
  list-style: none;
  padding: 0 !important;
}

.comment-img {
  max-width: 400px;
  padding-top: 27px;
}

@media (max-width: 540px) {
  .comment-img {
    width: 100%;
  }
}

/* header styles start */

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header__top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header__logo {
  margin: 15px 0;
}

.header__bottom {
  width: 100%;
  background: #38688a;
}

.header__nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  padding: 0;
}

.header__nav-list-link {
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: all 0.3s ease;
}

.header__nav-list-link:hover {
  color: #0b2161;
}

.burger {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.burger__line-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.burger__line-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.burger__line-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 1040px) {
  .header__nav-list-item {
    display: none;
  }
  .burger {
    display: block;
    margin-right: 30px;
  }
  .header__nav-list {
    justify-content: flex-end;
  }
}

/* header styles end */

.product {
  display: block;
  /* width:100px!important; */
}

.header-logo-small {
  display: none;
}

.text-header h1,
.text-header p {
  padding-left: 0px;
}

.doc {
  width: 64px;
}

.comment::after {
  clear: both;
  content: '';
  display: table;
}

a {
  color: #466cc7;
  font-weight: 700;
}

.prod-fixed {
  width: 261px;
  background-color: #f1f1f1;
  border-top: transparent;
  border-bottom: transparent;
  margin-bottom: 20px;
}

.button-go {
  margin: 0 auto;
  border: medium none;
  font: bold 16px sans-serif;
  max-width: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 11px;
  border-radius: 50px;
  box-shadow: 0 1px 0 #9e8d84 inset, 0 5px 0 0 #b25a08, 0 10px 5px #999;
  background-color: #f27909;
  text-transform: uppercase;
  text-align: center;
}

.button-go:hover {
  /* background:#f6290c; */
  background: -moz-linear-gradient(top, #f6290c 0, #f02f17 0, #f16f5c 0, #34e938 0, #23bb32 28%, #077329 72%);
  /* background:-webkit-linear-gradient(top,#f6290c 0,#f02f17 0,#f16f5c 0,#34e938 0,#23bb32 28%,#077329 72%); */
  background: -o-linear-gradient(top, #f6290c 0, #f02f17 0, #f16f5c 0, #34e938 0, #23bb32 28%, #077329 72%);
  background: -ms-linear-gradient(top, #f6290c 0, #f02f17 0, #f16f5c 0, #34e938 0, #23bb32 28%, #077329 72%);
  /* background:linear-gradient(to bottom,#f6290c 0,#f02f17 0,#f16f5c 0,#34e938 0,#23bb32 28%,#077329 72%) */
}

@media screen and (max-width: 600px) {
  .katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
    margin-top: 10px;
    background: rgb(24, 48, 146) none repeat scroll 0% 0%;
    /* height: 50px; */
    display: none;
  }
  .alex_zevsa_wcih4ECQW {
    position: relative;
    margin: 0px auto;
    width: 88%;
    max-width: 1010px;
    background: #fff;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1064px) {
  .images-logo img {
    float: none !important;
  }
  .header-logo1 {
    display: none;
  }
  .text-header h1,
  .text-header p {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .header-logo-small {
    display: block;
    padding-left: 20px;
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .text h2 {
    font-size: 23px !important;
  }
  .content {
    padding-top: 5px;
  }
  div.conContent {
    padding-bottom: 5px;
  }
  div.text-header {
    font-size: 12px;
    padding-top: 5px;
  }
}

.text p {
  text-align: left;
}

a,
b,
blockquote,
body,
div,
em,
h1,
h2,
h3,
html,
i,
img,
p,
span {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  vertical-align: top;
  background: transparent none repeat scroll 0 0;
}

body {
  line-height: 1;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: sans-serif;
  display: block;
  overflow-x: hidden;
}

header {
  position: relative;
  width: 100%;
  display: flex;
  background-color: #f1f1f1;
  background-position: center center;
  background-size: 100% 100%;
}

div.conContent {
  text-align: center;
  display: inline;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
}

.images-logo {
  display: block;
}

.images-logo img {
  max-width: 100%;
  float: left;
  padding: 0 10px;
  height: auto;
}

.images-logo img:last-child {
  width: 105px;
  padding-top: 25px;
}

div.text-header {
  display: block;
  font-size: 22px;
  text-align: center;
  padding-top: 30px;
  padding-right: 10px;
}

div.text-header p {
  padding: 10px;
}

.container {
  width: 990px;
  position: relative;
  margin: 0 auto;
}

.content {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 10px #e6e6e6;
}

.sidebar {
  float: right;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}

.itemfirst {
  width: 249px;
  padding: 12px;
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  float: left;
}

.sidebar .author {
  overflow: hidden;
  padding: 0 0 15px;
}

.sidebar .author h3 {
  margin: 0;
  text-align: left;
  text-decoration: underline;
}

.sidebar .author img {
  float: right;
}

.sidebar .author ul {
  position: relative;
  top: 21px;
  margin: 0;
  font-weight: 700;
  padding: 0 0 0 15px;
  overflow: hidden;
}

.text {
  width: 655px;
  float: left;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 15px 0 0;
}

.content__title-h1 {
  font-size: 17px;
  line-height: 24px;
  width: 655px;
  margin: 0 0 25px;
  text-align: left;
}

.content__title-h2 {
  font-size: 17px !important;
  line-height: 24px;
  margin: 0 0 25px;
  text-align: left !important;
  color: red;
}

.doctor-picture {
  margin: 20px 0;
  text-align: center;
}

.doctor-picture img {
  width: 100%;
  max-width: 650px;
  margin: 0 0 10px !important;
}

.doctor-picture p {
  text-align: center !important;
}

.content h3 {
  font-size: 17px;
  margin: 15px 0 10px;
}

.content p {
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 24px;
}

.content img {
  margin: 0;
}

.text3 img {
  margin: 5px 0 0;
}

.comment-img{
  margin-left: 60px !important;
  padding-top: 0;
}

@media screen and (max-width: 540px){
  .comment-img{
    margin-left: 0 !important;
  }
}

#comments p{
  margin-left: 60px !important;
  margin-bottom: 0!important;
}

.ress {
  text-align: left !important;
}

#comments h1 {
  color: #c00;
  margin: 40px 0 5px;
}

.comment {
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: #edeff4;
}

.lastComment {
  border-bottom: 1px solid #e8e8e8;
}

.comment .text1 {
  font-size: 14px;
  font-weight: 700;
  margin-left: 60px;
}

.comment .text3 {
  font-size: 15px;
  padding: 3px 0 0;
}

.footer {
  margin: 0 0 25px;
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  padding: 15px;
  font-size: 12px;
  color: #777;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .content h1 {
    width: auto;
  }
  .container {
    width: 95%;
  }
  .content p,
  .ress {
    text-align: left !important;
  }
  .text {
    width: auto;
    float: none;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-logo1 {
    display: none;
  }
  .comment,
  .content h3,
  .text p,
  .text3 {
    text-align: left;
  }
  .content img {
    margin: 15px 0;
  }
  .footer {
    margin: 0;
    padding-top: 0;
    text-align: center;
  }
  .content_img {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 479px) {
  .content h1 {
    width: auto;
    font-size: 22px;
  }
}

@media screen and (max-width: 328px) {
  .button-go {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .text-header {
    position: relative;
    margin-bottom: 10px;
  }
  .header-logo-small {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 57px;
  }
  div.text-header p {
    padding-bottom: 0;
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 468px) {
  .images-logo img {
    float: none;
  }
}

.inL_1.inL_1 {
  margin-top: 5px;
}

.inL_3.inL_3 {
  text-align: left;
}

.inL_4.inL_4 {
  font-style: italic;
}

.inL_5.inL_5 {
  color: #0cc;
}

.inL_38.inL_38 {
  margin-top: 20px;
}

.inL_39.inL_39 {
  display: block;
  text-decoration: none;
}

.inL_43.inL_43 {
  color: #fff;
  font-size: 12px;
}

.inL_45.inL_45 {
  width: 50px;
  height: 50px;
  float: left;
  object-fit: cover;
  margin-top: -20px;
}

.inL_58.inL_58 {
  width: 260px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.inL_59.inL_59 {
  padding-right: 10px;
  padding-left: 10px;
}

.newA {
  font-size: 19px;
  display: block;
  text-align: center;
  color: #466cc7;
  padding-bottom: 20px;
}

.text h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.yourChance {
  background: rgba(0, 0, 0, 0) linear-gradient(to left, #fff, #d7f3d7) repeat scroll 0 0;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 15px;
  font-style: inherit;
}

.yourChance p:last-child {
  margin-bottom: 0;
}

.button-go {
  display: inline-block;
  margin: 40px;
}

.prod-fixed .button-go {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .yourChance {
    padding: 15px;
  }
  .img-nonr {
    display: none !important;
  }
  .content img {
    display: block;
    margin: 0 auto;
    float: none !important;
  }
}

.text3 img {
  /* margin:auto!important; */
  float: left !important;
}

.block-center {
  text-align: center;
  margin: 0 auto;
}

.block-center img {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 999px) {
  .content h1,
  .text h2,
  div.conContent h1 {
    font-size: 23px !important;
    line-height: 1.2;
  }
  .button-go {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .text h2 {
    font-size: 28px !important;
    line-height: 1.2;
  }
  .sidebar {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .inL_1 h1 {
    text-align: center;
  }
  div.text-header p {
    text-align: left;
  }
  .content h1,
  .text h2,
  div.conContent h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }
}

@media screen and (max-width: 375px) {
  .content h1,
  .text h2,
  div.conContent h1 {
    font-size: 23px !important;
    line-height: 1.2;
  }
}

.alex_zevsa_wcih4ECQW {
  position: relative;
  margin: 0px auto;
  width: 88%;
  max-width: 1010px;
  padding: 0px 20px;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe,
.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  font-family: sans-serif !important;
}

.katyakoncakova_FtFDdVex {
  position: relative;
  z-index: 15;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC {
  margin-top: 5px;
  float: left;
  width: 100%;
  text-decoration: none;
  color: black;
  display: block;
  position: relative;
}

.katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
  font-size: 22px;
  margin-top: 30px;
  margin-left: 19px;
  width: 100%;
  float: left;
  text-transform: uppercase;
  line-height: 1.2;
  /* margin-bottom: -10px; */
}

.katyakoncakova_FtFDdVex .vasilusya_rfYcdWbD {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.katyakoncakova_FtFDdVex .mikstroy_hlTMvYzPJs {
  width: 330px;
  float: right;
  margin-top: 18px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe {
  margin-top: 10px;
  background: #f1f1f1 none repeat scroll 0% 0%;
  /* height: 50px; */
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .main-menu-blk {
  list-style: outside none none;
}

.katyakoncakova_FtFDdVex .main-menu-blk > li {
  display: inline-block;
  float: left;
  margin-right: 23px;
  position: relative;
  padding: 17px 10px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe a {
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .submenu-btn {
  color: rgb(207, 79, 58);
  font-style: normal;
  margin-left: 4px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 400px;
  padding: 40px 40px 40px 0px;
  background: white none repeat scroll 0% 0%;
  z-index: 15;
  display: none;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .germantrava_IeZ6X4Esi9 .vica_ehEmluAT {
  left: 0px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .shev_V7Mo2liaeP .vica_ehEmluAT {
  left: -180px;
}

.katyakoncakova_FtFDdVex .puzzle_LTiRtzPGfe .vica_ehEmluAT li {
  float: left;
  margin-left: 40px;
  display: block;
  border-bottom: 1px dashed rgb(189, 189, 191);
  z-index: 10;
  position: relative;
}

.katyakoncakova_FtFDdVex .vladimir210487_POv1ApGe {
  position: absolute;
  width: 440px;
  left: 0px;
  top: -1px;
  bottom: -1px;
  box-shadow: 0px 1px 5px black;
  opacity: 0.2;
  z-index: 1;
}

.web-s {
  font-family: sans-serif;
  -moz-user-select: none;
}

.sazonov66_g9ysODlqt {
  margin-bottom: -340px;
  min-height: 100%;
  position: relative;
}

@media screen and (max-width: 412px) {
  .header-logo-small {
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  .katyakoncakova_FtFDdVex .Natali0610_RVdHBJiwC h1 {
    margin-left: 0;
  }
}

h1 {
  display: block;
  font-size: 22px;
  /* margin-block-start: 0.67em; */
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.inL_413803 {
  cursor: pointer;
}

.inL_402086 {
  cursor: pointer;
}

.inL_753879 {
  list-style: outside none none;
  display: inline;
}

.inL_400909 {
  cursor: pointer;
}

.inL_159931 {
  list-style: outside none none;
  display: inline;
}

.inL_572382 {
  cursor: pointer;
}

.inL_632198 {
  list-style: outside none none;
  display: inline;
}

.inL_135451 {
  cursor: pointer;
}

.inL_571193 {
  list-style: outside none none;
  display: inline;
}

.inL_114794 {
  cursor: pointer;
}

.inL_629354 {
  list-style: outside none none;
  display: inline;
}

.inL_786024 {
  cursor: pointer;
}

.inL_895053 {
  list-style: outside none none;
  display: inline;
}

.inL_827187 {
  width: 100%;
  max-width: 250px;
}

.inL_253548 {
  text-align: center;
}

.inL_209671 {
  list-style: circle;
}

.inL_406528 {
  list-style: circle;
}

.inL_796406 {
  color: red;
}

.inL_644024 {
  width: 100%;
  max-width: 250px;
}

.inL_758618 {
  width: 100%;
  max-width: 330px;
}

.inL_555095 {
  display: block;
}

.ring-loading {
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.comment p img {
  display: block;
  margin-top: 7px;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 540px) {
  .content {
    padding: 10px;
  }
}
.add-comm {
  height: 100%;
  overflow: hidden;
  display: flex;
  gap: 10px;
}
.add-comm img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: cover;
}
.textbox {
  width: 100%;
  font-size: 16px;
  padding: 4px 5px;
  border: 1px #bbb solid;
  margin-bottom: 10px;
  box-sizing: border-box;
  outline: none;
}
.comm-txt {
  width: 100%;
}

.sendcomment {
  cursor: pointer;
  display: inline-block;
  background: #0299ff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}