h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 23px
}

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
}

body {
  margin: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0 0;
  border-style: solid none none;
  border-color: #eee currentcolor currentcolor;
  -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;
  font-family: sans-serif;
  background: #fafafa none repeat scroll 0 0;
  height: auto;
  color: #444;
  line-height: 1.5625
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

p {
  text-align: justify;
}


.linksList__item_search a {
  text-decoration: none;
  color: #777;
  border: 1px solid #888;
  cursor: text;
  font-size: 12px;
  padding: 2px 5px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linksList__item_search {
  margin-left: auto;
}

.tag_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.under_img {
  margin: 0 auto;
  font-size: 90%;
  font-style: italic;
}

.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
}

.content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  padding: 25px 1.5%;
  position: relative
}

.content-left {
  display: block;
  float: left;
  width: 71%;
  padding-right: 2%
}

.content-left-social {
  display: block;
  width: 96%;
  background: #eee none repeat scroll 0 0;
  padding: 1% 2%;
  margin: 15px 0
}

.content-left-social-pictures {
  display: block;
  width: 50%;
  float: left
}

.content-left-social-pictures img {
  display: block;
  width: auto
}

.content-left-social-comments {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px
}

.content-left-social-comments a {
  margin-left: 1%
}

.content-left-social::after {
  content: "";
  display: block;
  clear: both
}

.content-left-doctor {
  display: block;
  width: 96%;
  background-color: #e2e2e2;
  padding: 2%;
  margin-top: 25px
}

.content-left-doctor-foto img {
  display: block
}

.content-left-doctor-text {
  display: block;
}

.content-left-doctor::after {
  content: "";
  display: block;
  clear: both
}

.content-important {
  display: block;
  width: auto;
  text-align: left;
  font-weight: 700;
  font-style: italic
}

.opros-product-block {
  display: block;
  width: auto;
  margin-top: 2%
}

.like-block {
  display: block;
  width: 95.7%;
  border: 2px solid #e6e6e6;
  padding: 0 2% 2%;
  margin: 3% 0;
  border-radius: 3px
}

.like-block img {
  display: block;
  width: auto
}

.vk-container {
  font-family: 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-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px
}

.vk-comment-load.answer {
  margin: 10px 0 0 58px;
  padding-bottom: 0;
  border: none;
}

.vk-avatar img {
  float: left;
  margin-right: 10px
}

.vk-comment-name {
  color: #2b587a;
  font-weight: 700;
  font-size: 14px
}

.vk-comment-text {
  margin-left: 60px;
  text-align: justify;
}

.comment_photo {
  display: block;
  margin: 5px 0 10px;
}

.vk-comment-date {
  margin-left: 60px;
  color: #999
}

.content-right {
  display: block;
  width: 27%;
  float: right;
  position: relative
}

.content-right p {
  text-align: left;
}

.content-right-recommend-container {
  display: block;
  max-width: 270px;
  width: 100%
}

.content-right-recommend {
  display: block;
  width: auto
}

.content::after {
  content: "";
  display: block;
  clear: both
}


#popup-coment {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: auto;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dae2e8;
  padding: 10px;
  z-index: 100;
  max-width: 375px
}

#popup-coment .vk-comment-load {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
  position: relative
}

#popup-coment .vk-comment-text {
  margin-bottom: 20px;
  margin-top: 5px
}

#popup-coment .vk-comment-date {
  padding-bottom: 5px
}

.vk-comment-read {
  display: block;
  width: auto;
  background: #45688e none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 1;
  transition: all .6s ease 0;
  text-decoration: none;
  font-style: normal
}

.vk-comment-read:hover {
  opacity: .7;
  color: #fff;
  background: #45688e none repeat scroll 0 0
}

.vk-comment-close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 7%;
  cursor: pointer
}

.vk-comment-close img {
  display: block;
  width: 100%
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #popup-coment {
    bottom: 10px;
    left: 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dae2e8;
    padding: 10px;
    z-index: 100;
    max-width: 315px;
    width: 86%
  }

  #popup-coment .vk-comment-text {
    position: relative;
    margin-bottom: 5px
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px
  }

  .vk-comment-read {
    right: 20px
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  #popup-coment .vk-comment-text {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin-bottom: 5px
  }

  #popup-coment .vk-comment-text::after {
    content: "...";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
    font-size: 15px;
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px
  }

  .vk-comment-read {
    right: 20px
  }

  ul {
    padding-left: 20px;
  }
  .vk-comment-load.answer {
    margin: 10px 0 0 30px;
  }
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, .04);
  padding: 12px 15px !important;
  color: #080808;
  font-size: 18px;
  border: 2px solid;
  border-radius: 4px;
  border-color: #bd3d4d;
  text-shadow: 0 0 0 #616161;
  text-indent: 0 !important;
  text-align: left
}

@media screen and (max-width: 600px) {
  .rub-ramka {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.danger-text {
  color: red;
  font-weight: 700
}

.order_block {
  display: none;
  text-align: center !important
}

.order_block img {
  width: 100%;
  max-width: 320px
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0
}

#omni_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

@media all and (max-width: 520px) {

  .close-popup {
    right: 4px !important
  }

  .order_block img {
    width: 100% !important;
    max-width: 320px
  }
  .linksList__item_search a {
    width: 130px;
  }
  .linksList li:nth-last-child(8) {
    display: none;
  }
}

.submit-roulette {
  width: 290px;
  text-transform: uppercase;
  padding: 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  transition: background .3s;
  cursor: pointer;
}

.submit-roulette:hover {
  background: #b00;
  transition: background .3s
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none
}

.input-roulette {
  box-sizing: border-box;
  width: 290px;
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 28px
}

.danger-text {
  color: red;
  font-weight: 700
}

.order_block {
  display: none;
  text-align: center !important
}

.order_block img {
  width: 100%;
  max-width: 320px
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0
}

#omni_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/cross.svg);
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0 normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}


h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: #0a0a0a;
  font-size: 23px
}

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: #0088ff;
  text-decoration: underline
}

a:hover {
  color: #b0493b
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0 0;
  border-style: solid none none;
  border-color: #eee currentcolor currentcolor;
  -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;
  font-family: sans-serif;
  background: #fafafa 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
}


.content-left {
  display: block;
  float: left;
  width: 71%;
  padding-right: 2%
}

.content-left-social {
  display: block;
  width: 96%;
  background: #eee none repeat scroll 0 0;
  padding: 1% 2%;
  margin: 15px 0
}

.content-left-social-pictures {
  display: block;
  width: 50%;
  float: left
}

.content-left-social-pictures img {
  display: block;
  width: auto
}

.content-left-social-comments {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px
}

.content-left-social-comments a {
  margin-left: 1%
}

.content-left-social::after {
  content: "";
  display: block;
  clear: both
}

.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::after {
  content: "";
  display: block;
  clear: both
}

.content-important {
  display: block;
  width: auto;
  text-align: left;
  font-weight: 700;
  font-style: italic
}

.opros-product-block {
  display: block;
  width: auto;
  margin-top: 2%
}

.like-block {
  display: block;
  width: 95.7%;
  border: 2px solid #e6e6e6;
  padding: 0 2% 2%;
  margin: 3% 0;
  border-radius: 3px
}

.like-block img {
  display: block;
  width: auto
}

.vk-container {
  font-family: 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
}


@media screen and (max-width: 989px) {

  .like-block {
    margin: 5% 0
  }
}

@media screen and (max-width: 720px) {
  .content-left-social-comments {
    font-size: 2.8vw
  }

  .content-left-social-pictures img {
    width: 100%
  }

  .content-left-social-pictures {
    margin-top: 1%
  }
}

@media screen and (max-width: 599px) {
  .content-left-doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .content-left-doctor-foto {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .content-left-doctor-text {
    float: none;
    width: 100%;
    margin-top: 3%
  }
  
  .linksList li:nth-last-child(7) {
    display: none;
  }
}

@media screen and (max-width: 429px) {
  .like-block img {
    width: 100%
  }
}

#popup-coment {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: auto;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dae2e8;
  padding: 10px;
  z-index: 100;
  max-width: 375px
}

#popup-coment .vk-comment-load {
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
  position: relative
}

#popup-coment .vk-comment-text {
  margin-bottom: 20px;
  margin-top: 5px
}

#popup-coment .vk-comment-date {
  padding-bottom: 5px
}

.vk-comment-read {
  display: block;
  width: auto;
  background: #45688e none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 1;
  transition: all .6s ease 0;
  text-decoration: none;
  font-style: normal
}

.vk-comment-read:hover {
  opacity: .7;
  color: #fff;
  background: #45688e none repeat scroll 0 0
}

.vk-comment-close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 7%;
  cursor: pointer
}

.vk-comment-close img {
  display: block;
  width: 100%
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #popup-coment {
    bottom: 10px;
    left: 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dae2e8;
    padding: 10px;
    z-index: 100;
    max-width: 315px;
    width: 86%
  }

  #popup-coment .vk-comment-text {
    position: relative;
    margin-bottom: 5px
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px
  }

  .vk-comment-read {
    right: 20px
  }

  .vk-comment-text,
  p {
    text-align: left;
  }
}

@media screen and (min-width: 320px) and (max-width: 468px) {
  #popup-coment .vk-comment-text {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin-bottom: 5px
  }

  #popup-coment .vk-comment-text::after {
    content: "...";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
    font-size: 15px
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px
  }

  .vk-comment-read {
    right: 20px
  }
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, .04);
  padding: 12px 15px !important;
  color: #080808;
  font-size: 18px;
  border: 2px solid;
  border-radius: 4px;
  border-color: #bd3d4d;
  text-shadow: 0 0 0 #616161;
  text-indent: 0 !important;
  text-align: left
}

@media screen and (max-width: 600px) {
  .rub-ramka {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.linksList__item {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  height: 35px;
  display: flex;
  align-items: center;
}

.linksList {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  border-top: 2px solid #000;
  border-bottom: 10px solid #000;
  padding: 0;
}

.linksList__item a {
  text-decoration: none;
  color: #000;
  line-height: 1;
  padding: 10px;
  position: relative;
}

.linksList__item a::before {
  content: '';
  height: 50%;
  width: 1px;
  background: #ccc;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

.linksList__item a:hover {
  animation: hoverEff .5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes hoverEff {
  0% {
    background: linear-gradient(to top, 0% #000, 100% #fff);
    color: #fff;
  }

  50% {
    color: #fff;
    background: linear-gradient(to top, 0% #000, 50% #000, 100% #fff);
  }

  100% {
    color: #fff;
    background: #000;
  }
}


.header-top {
  width: 97%;
  padding: 10px 1.5%;
  margin: 0 auto;
  max-width: 1000px;
  background: #FAFAFA;
}



.logoBanner__logo img {
  width: 100%;
  max-width: 200px;
}

.logoBanner {
  display: flex;
  align-items: center;
}

.logoBanner__right {
  background: #E7E9E8;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logoBanner__topic,
.logoBanner__subject {
  text-decoration: none;
  padding: 10px;
}

.logoBanner__topic {
  color: #777;
  margin-right: 100px;
}

.logoBanner__subject {
  color: #f00;
  font-size: 14px;
  position: relative;
}

.logoBanner__micro {
  width: 100%;
  max-width: 60px;
  border: 1px solid #f00;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background: #E7E9E8;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  box-shadow: 0 0 0 7px rgba(231, 233, 232, 1);
  box-sizing: border-box;
  z-index: 1;
}

/* .p5213 {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -425px;
  padding: 20px 20px 90px;
  width: 850px;
  z-index: 3;
  background: transparent linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) repeat scroll 0 0;
  border: 5px solid #ddd;
  box-sizing: border-box;
  height: auto
} */

.y3498 {
  margin: 0 0 25px 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
  display: block
}

.i9983 {
  width: 35%;
  float: left;
  margin-top: 35px
}

.i9983 img {
  margin-left: 35px;
  width: 75%;
  height: auto;
  /*margin-left: 30px;*/
}

.n1543 {
  width: 65%;
  float: right;
  color: #fff;
  font-size: 24px;
  margin-left: 0;
  word-wrap: break-word;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 36px
}

.b4571 {
  position: absolute;
  margin: 0 0 0 -200px;
  left: 50%;
  bottom: 20px;
  background: transparent linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0 0;
  color: #e0e2e6;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  text-indent: 0;
  font-style: normal;
  width: 400px;
  height: 60px;
  opacity: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  border-radius: 10px;
  transition: all .8s ease 0s;
  text-decoration: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, .8);
  box-sizing: border-box
}

.b4571:hover {
  font-size: 28px;
  color: #fff !important;
  text-shadow: 1px 1px 2px #000, 0 0 1.5rem #fcf84b !important;
  text-decoration: none !important
}

@media only screen and (max-width: 866px) {
  .p5213 {
    width: 100%;
    left: 0;
    margin-left: 0
  }
  
  .linksList li:nth-last-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 759px) {
  .y3498 {
    font-size: 26px
  }

  .n1543 {
    font-size: 18px
  }
}

@media only screen and (max-width: 605px) {
  .i9983 {
    float: none;
    margin: auto
  }

  .n1543 {
    float: none;
    width: 100%;
    margin: 20px 0 0
  }

  .b4571 {
    width: 250px;
    margin-left: -135px;
    font-size: 18px
  }

  .y3498 {
    font-size: 24px
  }
}

@media only screen and (max-width: 450px) {

  .content {
    width: 100%;
    padding: 3% 15px;
  }

  .b4571 {
    width: 95% !important;
    left: 0 !important;
    display: block !important;
    margin-left: 2.5% !important;
    font-size: 22px !important
  }
}


.text_border {
  padding: 10px;
  font-weight: 700;
  color: #23527c;
  border: 2px solid #23527c;
  background-color: rgb(206, 241, 255);
}

.dis_bl {
  display: block;
  margin-top: 15px;
}

.inL_444977 {
  text-align: center;
}

.inL_597473 {
  color: black;
}

.dis_bl > a,
.col_red {
  color: red;
  text-decoration: none !important;
}

.inL_466184 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inL_614366 {
  display: block;
  padding-top: 15px;
}

.inL_746748 {
  width: 40%
}

.inL_150778 {
  border: 1px solid gray
}

.inL_925066 {
  margin-top: 0px;
  left: 0px;
  position: relative;
  top: 0px;
  bottom: 0px;
}

.inL_111656 {
  font-size: 36px;
}

.inL_7834 {
  text-align: center !important;
}

.inL_214752 {
  font-size: 36px;
}

.ever-popup {
  display: none !important;
}

.bel-footer-block {
  outline: none !important;
}

.price {
  max-width: 280px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.price_new,
.price_old {
  padding: 0 15px;
  margin: 0;
  line-height: 1;
}

.price_old {
  color: #444;
}

.price_old .x_currency,
.price_old .x_price_previous {
  text-decoration: line-through;
}

.price_new {
  font-size: 130%;
  color: black;
}

.price_name {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}


@media screen and (max-width: 1199px) {
  .content-right {
    display: none
  }

  .content-left {
    width: 100%;
    padding-right: 0
  }

}

@media screen and (max-width: 989px) {
  .content {
    max-width: 750px;
    width: 100%
  }

  .like-block {
    margin: 5% 0
  }
  .linksList li:nth-last-child(3),
  .linksList li:nth-last-child(2) {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .content-left-social-comments {
    font-size: 2.8vw
  }

  .content-left-social-pictures img {
    width: 100%
  }

  .content-left-social-pictures {
    margin-top: 1%
  }
  .logoBanner__right {
    display: none !important;
  }
  .linksList li:nth-last-child(6),
  .linksList li:nth-last-child(5) {
    display: none;
  }
}

@media screen and (max-width: 429px) {

  .like-block img {
    width: 100%
  }
}

.shadow {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}
.order_form {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 550px;
  padding: 20px 20px 30px 20px;
  margin: 15px auto 30px;
  border-radius: 15px;
  border: 1px solid #ccc;
  background: #fff;
}

.order_form form {
  display: block;
  width: 100%;
  min-width: 150px;
  max-width: 255px;
  text-align: center;
  border-radius: 5px;
}

.timer_box {
  text-align: center;
  margin: 0 10px;
  max-width: 240px;
}

.order_form input[type="text"], .icon_2 {
  display: block;
  margin: auto;
  width: 85%;
  height: 56px;
  padding: 0 15px 0 15px;
  border: 1px solid #d6d9d8;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  color: #000;
  line-height: 56px;
  margin-bottom: 14px;
  background: #f2f4f3;
  text-align: left;
}

.order_form input[type="submit"] {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 10px 0 12px 0;
  border: none;
  border-bottom: 1px solid #707270;
  border-radius: 5px;
  background: #2ca922;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #fff;
  line-height: 130%;
  text-align: center;
  cursor: pointer;
}

.timer {
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 220px;
  vertical-align: top;
  font-weight: 600;
  text-shadow: 0 0 2px #fff;
  z-index: 2;
}

.timer>p {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: center !important;
  padding: 0px !important;
  text-indent: 0px !important;
}
.timer>div {
  font-size: 16px;
  line-height: 130%;
}

.timer_wrapper1>span {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}

.timer_wrapper1>span>b {
  display: inline-block;
  width: 50px;
  height: 47px;
  padding-top: 3px;
  background: #fff;
  border-radius: 8px;
  font-size: 34px;
  line-height: 130%;
  font-weight: normal;
  margin-bottom: 2px;
  border: 1px solid #ecefee;
  border-radius: 8px;
}






.popup_overlay {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}

.p5213 {
  position: fixed;
  top: 50%;
  left: calc(50% - 410px);
  transform: translateY(-50%);
  padding: 20px 10px;
  width: 820px;
  overscroll-behavior-y: contain;
  z-index: 3333;
  background: white;
  border: 5px solid #ddd;
  box-sizing: border-box;
  height: auto;
}

.r6934 {
  position: absolute;
  width: 30px;
  height: 40px;
  right: 0px;
  top: -5px;
  line-height: 40px;
  color: #de455c;
  font-size: 22px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #000, 0 0 1.5rem #fff;
  opacity: .7;
  transition: .2s;
}

.y3498 {
  margin: 0 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
  display: block;
}

.popup__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.popup__btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 20px;
  background: transparent linear-gradient(to bottom, #da0000 0, #de455c 13%, #da0000 76%, #da0000 100%) repeat scroll 0 0;
  color: #e0e2e6;
  text-align: center;
  font-weight: 700;
  transition: 0.4s;
  text-decoration: none;
}

.popup__btn:hover {
  transform: scale(1.1);
  color: #fff;
}

.i9983 {
  width: 45%;
}

.n1543 {
  width: 55%;
  font-size: 24px;
  margin-left: auto;
  line-height: 1.4;
}

.n1543 p {
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.chek {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
}

.free__give {
  text-align: center;
}

.show {
  display: block;
}

@media screen and (max-width: 1000px) {
  .popup_overlay {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .order_form {
    width: 400px;
    box-sizing: border-box;
    flex-direction: column-reverse;
  }
}


@media (max-width: 429px) {
  .order_form {
    width: 100%;
    padding: 10px;
  }
  .timer>div,
  .timer_wrapper1>span {
    font-size: 14px;
  }
}