html {
  color: #000;
  background: #fff none repeat scroll 0 0;
}

a,
body,
div,
ul,
ol,
li,
h1,
h2,
form,
p {
  padding: 0;
  outline: medium none;
  box-sizing: content-box;
}

.date {
  font-size: 12px;
  margin-left: 10px;
  color: darkgrey;
}

img {
  border: 0 none;
}

h1,
h2 {
  font-size: 100%;
  font-weight: 400;
}

h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 22px;
}

h2 {
  display: block;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 19px;
  margin-top: 25px;
}

h2::after {
  content: "";
  margin-top: 12px;
  border-bottom: 4px solid #168de2;
  display: block;
}

a {
  color: #23527c;
  text-decoration: underline;
}

a:hover {
  color: #b0493b;
}

.im2,
.im1 {
  display: block;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0 0;
  border-style: solid none none;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

body {
  display: block;
  margin: 0;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  background: #d8efe9 none repeat scroll 0 0;
  height: auto;
  color: #444;
  line-height: 1.5625;
}

.header {
  display: block;
  width: 100%;
  background: transparent none repeat scroll 0 0;
  margin: 0 auto;
}

.header-top {
  display: block;
  width: 100%;
  background: transparent none repeat scroll 0 0;
}

.header-top-container {
  width: 96%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.header-top-left {
  display: flex;
  align-items: center;
  float: left;
  width: 400px;
}

.header-top-left-logo {
  display: block;
  width: 30%;
  float: left;
  min-width: 30%;
}

.header-top-left-logo img {
  display: block;
  width: 100%;
}

.header-top-left-text {
  display: block;
  width: auto;
}

.header-top-left-text h1 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #0a0a0a;
}

.header-top-left::after {
  content: "";
  display: block;
  clear: both;
}

.header-top-right {
  display: block;
  float: right;
  width: auto;
  margin-top: 15px;
}

.header-top-right-text {
  display: block;
  width: auto;
  margin-bottom: 3%;
}

.header-top-right-text ul {
  display: block;
  font-size: 0;
  float: right;
}

.header-top-right-text ul li {
  display: inline-block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #0a0a0a;
}

.header-top-right-text ul li.separate {
  margin: 0 5px;
  font-weight: 400;
  color: #0a0a0a;
}

.header-top-right-text ul li a {
  text-decoration: underline;
  font-weight: 400;
  color: #0a0a0a;
  opacity: 1;
}

.header-top-right-text ul li a:hover {
  opacity: 0.8;
}

.header-top-right-text::after {
  content: "";
  display: block;
  clear: both;
}

.header-top-right-search {
  display: block;
  width: auto;
}

.input-search {
  display: block;
  border: 1px solid #a9a9a9;
  padding: 5px;
  width: 170px;
  background: #fff;
  height: 20px;
}

.header-top-container::after {
  content: "";
  display: block;
  clear: both;
}

.header-bottom {
  display: block;
  width: 100%;
  background: #333541 none repeat scroll 0 0;
}

.header-bottom-container {
  max-width: 960px;
  margin: 0 auto;
  width: 96%;
  display: block;
  padding: 13px 2%;
}

.header-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.header-bottom ul li {
  display: inline-block;
  width: auto;
  padding: 0 3%;
}

.header-bottom ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.header-bottom ul li a:hover {
  opacity: 0.8;
}

.content {
  display: block;
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  padding: 25px 20px;
  position: relative;
}

.content-left {
  display: block;
  float: left;
  width: 100%;
}

.content-left-doctor {
  display: block;
  width: 96%;
  background-color: #e2e2e2;
  padding: 2%;
  margin-top: 25px;
}

.content-left-doctor-foto {
  display: block;
  width: 48%;
  float: left;
  margin-right: 2%;
}

.content-left-doctor-foto img {
  width: 100%;
  display: block;
}

.content-left-doctor-text {
  display: block;
  width: 50%;
  float: right;
}

.content-left-doctor::after {
  content: "";
  display: block;
  clear: both;
}

.form__price-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 12px;
}

.form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 10px;
}

.form__price-before,
.form__price-after {
  margin-bottom: 0;
  margin-top: 5px;
}

.form__price-title--new {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.form__price-after {
  font-size: 31px;
  font-weight: 900;
  margin-top: 5px;
  position: relative;
  margin-right: -7px;
  line-height: 1;
}

.form__price-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.form__price-before {
  font-size: 22px;
}

.form__price-before .x_price_previous {
  text-decoration: line-through;
}

.form__price-before_size,
.form__price-after_size {
  font-size: 16px;
}

.form__price-val {
  text-align: left;
}

.form_before {
  display: block;
  width: 1px;
  margin-top: 3px;
  height: 67px;
  background-color: #d1d0d0;
}

.buy-button-block {
  display: block;
  width: 100%;
  text-align: center;
}

.buy-button-block-left {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  cursor: pointer;
}

.prod {
  text-align: center;
}

.buy-button-block-left a,
.buy-button-block-left button {
  cursor: pointer;
  font-weight: 700;
  display: block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: auto;
  background: #db2020 none repeat scroll 0 0;
  padding: 15px;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  border: none;
  line-height: 1.2;
  box-sizing: border-box;
}

.buy-button-block-left button:hover {
  background: #e82c2c none repeat scroll 0 0;
}

.buy-button-block::after {
  content: "";
  display: block;
  clear: both;
}

.spoil {
  background: #eee none repeat scroll 0 0;
  width: auto;
  font-size: 16px;
  color: #000;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: transparent none no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700;
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 15px;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: #999;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.footer {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
  background: #ebebeb none repeat scroll 0 0;
}

.footer-text {
  color: #383838;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .footer {
    max-width: 927px;
  }

  .content, .footer {
    max-width: 927px;
    width: 100%;
    box-sizing: border-box;
  }

  .content-left {
    width: 100%;
    padding-right: 0;
  }
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 989px) {
  .header-top-container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .content {
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
  }

  .header-bottom ul li a {
    font-size: 13px;
  }

  .buy-button-block-left {
    float: none;
    width: 100%;
  }

  .footer {
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .prod {
    max-width: 300px !important;
  }

  .block-form__left {
    max-width: 300px;
  }

  .header-top-left {
    width: 185px;
  }

  .header-top-container {
    display: flex;
    justify-content: center;
  }

  .header-bottom ul li:nth-of-type(4) {
    display: none;
  }

  .header-top-left-logo {
    min-width: 22%;
    width: 26%;
  }

  .header-top-right {
    display: none;
  }

  .header-bottom ul li {
    display: inline-block;
    width: 150px;
    padding: 0 10px;
    text-align: center;
  }

  .header-bottom ul li a {
    font-size: 14px;
  }
  .header-top-left-logo img {
    max-width: 41px;
  }
  .header-top-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-top-left-logo {
    min-width: 41px;
    width: 41px;
  }
  
}

.click-me .content {
  padding: 0;
}

.block__border {
  padding: 1px 15px;
  border-radius: 6px;
  background: lightgray;
}

.block-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod {
  max-width: 340px;
  width: 100%;
}

.form-order {
  max-width: 500px;
  width: 100%;
}

.form-order input {
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid darkgrey;
}

.border-red {
  box-sizing: border-box;
  border-radius: 6px;
}

@media screen and (max-width: 599px) {
  .block-form {
    flex-direction: column;
  }

  .header-bottom ul li:nth-of-type(5) {
    display: none;
  }

  .border-red {
    width: 100% !important;
    margin: auto !important;
  }

  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  h2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  p {
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0;
  }

  ul,
  ol,
  .vk-comment-text {
    font-size: 16px;
    line-height: 1.2;
  }

  .header-bottom ul li:nth-of-type(3) {
    display: none;
  }

  .content-left-doctor-foto {
    float: none;
    width: 50%;
    margin: auto;
    min-width: 220px;
  }

  .content-left-doctor-text {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
  .header-top-container, .footer {
    padding: 10px;
  }
  .main-title {
    margin-bottom: 15px;
  }
}

.vk-comment-text p {
  margin-top: 0;
  margin-bottom: 0;
}

.img-polaroid {
  max-width: 100%;
  margin-top: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

p {
  text-align: justify;
}

.footer, .footer-text {
  text-align: center;
}

@media (max-width: 767px) {
  p {
    text-align: left;
  }
}
@media(min-width:990px) {
  .block-form__left {
    max-width: 300px;
    box-sizing: border-box;
    margin: 0 85px;
  }
  
}
@media(max-width: 989px) {
  .block-form__left {
    max-width: 400px;
  }
}