.corb-pl *,
.corb-pl .placeholder {
  font-family: Roboto, sans-serif;
}
html {
  min-width: 320px;
}
.dib {
  zoom: 1;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
}
.corb-center {
  text-align: center !important;
}
.corb-pl {
  display: none;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  background: #000 !important;
  background: rgba(0, 0, 0, 0.75) !important;
  z-index: 1000 !important;
}
.corb-pl ::-webkit-input-placeholder {
  color: #888 !important;
  font-size: 22px !important;
  font-family: Roboto, sans-serif;
}
.corb-pl :-moz-placeholder {
  color: #888 !important;
  font-size: 22px !important;
  font-family: Roboto, sans-serif;
}
.corb-pl .placeholder {
  color: #888 !important;
  font-size: 22px !important;
}
.corb-pl * {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}
.order182614-form,
.order182614-form .secInp {
  background: #fff !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
}
.order182614-form {
  position: absolute !important;
  min-width: 300px !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  max-width: 550px !important;
  padding: 25px 30px !important;
  margin: 0 auto !important;
  border-radius: 10px !important;
}
.order182614-form .secInp {
  width: 45% !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 22px !important;
  color: #000 !important;
  border-radius: 10px !important;
  border: 1px solid #b4b4b4 !important;
  padding: 0 16px !important;
  outline: 0 !important;
  margin: 0 5px 18px !important;
}
.order182614-form .secInp:focus,
.order182614-form .secInp:hover {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(24, 42, 133, 0.35) !important;
  -moz-box-shadow: inset 0 0 10px 0 rgba(24, 42, 133, 0.35) !important;
  box-shadow: inset 0 0 10px 0 rgba(24, 42, 133, 0.35) !important;
}
.corb-top__header {
  font-size: 30px !important;
  font-weight: 300;
  line-height: 35px !important;
  white-space: normal;
  word-break: break-all;
  word-break: normal;
  color: #000;
}
.corb-top__header b {
  display: block;
  color: #e20000;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0 15px !important;
}
.corb-top__header span {
  display: block;
  font-weight: 400;
}
.secSendBtn {
  background: #f8391a !important;
  background: -moz-linear-gradient(top, #f8391a 0, #a80b03 100%) !important;
  background: -webkit-linear-gradient(top, #f8391a 0, #a80b03 100%) !important;
  background: linear-gradient(to bottom, #f8391a 0, #a80b03 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8391a', endColorstr='#a80b03', GradientType=0);
  text-align: center !important;
  height: 63px !important;
  width: 256px !important;
  font-family: Arial, sans-serif !important;
  font-size: 32px !important;
  line-height: 63px !important;
  color: #fff !important;
  font-weight: 400 !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  -moz-transition: all 0.5s ease-out !important;
  -o-transition: all 0.5s ease-out !important;
  -webkit-transition: all 0.5s ease-out !important;
  margin: 0 auto !important;
}
.secSendBtn:hover {
  background: #a80b03 !important;
  background: -moz-linear-gradient(top, #a80b03 0, #f8391a 100%) !important;
  background: -webkit-linear-gradient(top, #a80b03 0, #f8391a 100%) !important;
  background: linear-gradient(to bottom, #a80b03 0, #f8391a 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a80b03', endColorstr='#f8391a', GradientType=0);
  transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -webkit-transform: translateZ(0) scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  cursor: pointer !important;
}
@media only screen and (max-width: 800px) {
  .order182614-form {
    padding: 20px 10px !important;
  }
  .secSendBtn {
    height: 60px !important;
    width: 100% !important;
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .order182614-form .secInp {
    height: 32px !important;
    width: 90% !important;
    line-height: normal !important;
    line-height: 32px !important;
    font-size: 18px !important;
    padding: 0 10px !important;
  }
  .corb-pl ::-webkit-input-placeholder {
    color: #888 !important;
    font-size: 18px !important;
  }
  .corb-pl :-moz-placeholder {
    color: #888 !important;
    font-size: 18px !important;
  }
  .corb-pl .placeholder {
    color: #888 !important;
    font-size: 18px !important;
  }
  .corb-top__header {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
  }
}

* {
  box-sizing: border-box;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
  color: #a5a5a5;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.logo a:hover {
  text-decoration: none;
  color: #a5a5a5;
}
.order-link {
  width: 290px;
  max-width: 100%;
  font-family: roboto;
  display: block;
  margin: 0 auto;
  border: 3px solid rgb(199, 60, 76);
  text-decoration: none;
  background: rgb(247, 89, 108);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
}
.order-link:hover {
  background: rgb(232, 65, 84);
  transition: 0.3s;
  color: #fff;
}
.comment_img {
  width: 300px;
  max-width: 100%;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
}
.header ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  width: calc(100% - 305px);
  text-align: right;
}
.header .content {
  border-bottom: 1px solid #ccc;
}
.header ul li {
  display: inline-block;
  vertical-align: middle;
}
.header ul li a {
  text-decoration: none;
  color: #565656;
  padding: 5px 15px;
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: center;
}
.header ul li a:hover {
  color: #2981b7;
}
.cenz-image {
  display: inline-block;
  /*background-image: url(//viposidn.com/content/zEsGzJs2WxpTFB2/img/18_plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 5px solid red;*/
  /*cursor: pointer;*/
}
.outline {
  border: 4px solid darkred;
  padding: 0 10px;
}
/*.cenz-image img {
    visibility: hidden;
  }*/

.cenz-image.cenz-show {
  border: none;
}

.cenz-image.cenz-show img {
  visibility: visible;
}
h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: rgb(10, 10, 10);
  font-size: 23px;
}

h2 {
  display: block;
  line-height: 1.2;
  color: rgb(10, 10, 10);
  font-size: 19px;
  margin-top: 25px;
}

h2::after {
  content: '';
  margin-top: 12px;
  border-bottom: 4px solid rgb(22, 141, 226);
  display: block;
}

a {
  color: rgb(35, 82, 124);
  text-decoration: underline;
}

a:hover {
  color: rgb(176, 73, 59);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: rgb(238, 238, 238) 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: 'Open Sans', sans-serif;
  background: rgb(250, 250, 250) none repeat scroll 0% 0%;
  height: auto;
  color: rgb(68, 68, 68);
  line-height: 1.5625;
}

.header {
  display: block;
  width: 100%;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px 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: 0px auto;
  padding: 20px 2% 15px;
}

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

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

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

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

.header-top-right {
  display: block;
  float: right;
  width: auto;
  margin-top: 2%;
}

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

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

.header-top-right-text ul li {
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(10, 10, 10);
}

.header-top-right-text ul li.separate {
  margin: 0px 5px;
  font-weight: normal;
  color: rgb(10, 10, 10);
}

.header-top-right-text ul li a {
  text-decoration: underline;
  font-weight: normal;
  color: rgb(10, 10, 10);
  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 rgb(169, 169, 169);
  padding: 5px;
  width: 170px;
}

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

.header-bottom {
  display: block;
  width: 100%;
  background: rgb(51, 53, 65) none repeat scroll 0% 0%;
}

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

.header-bottom ul {
  display: block;
  font-size: 0px;
}

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

.header-bottom ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  opacity: 1;
}

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

.content {
  display: block;
  width: 97%;
  max-width: 1000px;
  margin: 0px auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 25px 1.5%;
  position: relative;
}

.content-left {
  display: block;
}

.content-left-social {
  display: block;
  width: 96%;
  background: rgb(238, 238, 238) none repeat scroll 0% 0%;
  padding: 1% 2%;
  margin: 15px 0px;
}

.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: 100%;
  background-color: rgb(226, 226, 226);
  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;
}

.content-important {
  display: block;
  width: auto;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

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

.opros-product-block {
  display: block;
  width: auto;
  margin-top: 2%;
}

.opros-product-line-right::after {
  content: '';
  display: block;
  clear: both;
}

.opros-product-line::after {
  content: '';
  display: block;
  clear: both;
}

.like-block {
  display: block;
  width: 95.7%;
  border: 2px solid rgb(230, 230, 230);
  padding: 0px 2% 2%;
  margin: 3% 0px;
  border-radius: 3px;
}

.like-block img {
  display: block;
  width: auto;
}

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

.vk-header {
  background: rgb(218, 226, 232) 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: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

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

.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}

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

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.content-right {
  display: block;
  width: 27%;
  float: right;
  position: relative;
}

.content-right-recommend-container {
  display: block;
  max-width: 270px;
  width: 100%;
}

.content-right-recommend {
  display: block;
  width: auto;
}

.content-right-recommend-top {
  height: 48px;
  background: rgb(74, 162, 36) none repeat scroll 0% 0%;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  text-align: center;
}

.content-right-recommend-top::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 17px 13px 0px;
  border-color: transparent rgb(74, 162, 36) transparent transparent;
  left: 0px;
  bottom: -13px;
}

.content-right-recommend-top::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 17px 0px 0px;
  border-color: rgb(74, 162, 36) transparent transparent;
  right: 0px;
  bottom: -13px;
}

.content-right-recommend-middle {
  width: 86%;
  display: block;
  margin: auto;
  border-left: 1px solid rgb(221, 221, 221);
  border-right: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 1% 1% 7%;
  text-align: center;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  text-decoration: none;
}

.content-right-recommend-middle img {
  display: block;
  width: 75%;
  margin: 7% auto;
}

.content-right-statistic {
  display: block;
  width: 96%;
  padding: 0px 2% 2%;
  background: rgb(243, 243, 243) none repeat scroll 0% 0%;
  color: rgb(81, 81, 81);
  margin-top: 5%;
}

.content-right-statistic-head {
  display: block;
  width: auto;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1%;
}

.content-right-statistic-info {
  display: block;
  width: 100%;
  margin-bottom: 1%;
}

.content-right-statistic-info-left {
  display: block;
  float: left;
  width: 60%;
  text-align: right;
  font-size: 14px;
}

.content-right-statistic-info-right {
  display: block;
  float: left;
  width: 37%;
  font-size: 14px;
  margin-left: 3%;
  font-weight: bold;
  text-align: left;
}

.content-right-statistic-info::after {
  content: '';
  display: block;
  clear: both;
}

.content-product-img {
  display: block;
  width: 45%;
  margin-bottom: 25px;
  margin-top: 25px;
}

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

.bottom-menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
  background-color: rgb(74, 162, 36);
  padding: 2.5% 0px;
}

.bottom-menu-left {
  display: block;
  float: left;
  width: 54%;
  margin-left: 5%;
}

.bottom-menu-left-foto {
  display: block;
  width: 12%;
  float: left;
}

.bottom-menu-left-foto img {
  display: block;
  width: 100%;
}

.bottom-menu-left-text {
  color: rgb(255, 255, 255);
  font-size: 14px;
  width: 85%;
  float: right;
  margin-left: 3%;
  margin-top: 3%;
  line-height: 1.4;
}

.bottom-menu-left::after {
  content: '';
  display: block;
  clear: both;
}

.bottom-menu-right {
  display: block;
  width: 30%;
  float: right;
  margin-right: 5%;
  margin-top: 1%;
}

.bottom-menu-right a {
  display: inline-block;
  float: right;
  font-size: 11px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  background: transparent linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 183, 0) 49%, rgb(255, 161, 0) 100%)
    repeat scroll 0% 0%;
}

.bottom-menu::after {
  content: '';
  display: block;
  clear: both;
}

.footer {
  display: block;
  width: 97%;
  max-width: 1000px;
  padding: 1% 1.5%;
  margin: 0px auto;
  background: rgb(235, 235, 235) none repeat scroll 0% 0%;
}

.footer-text {
  color: rgb(56, 56, 56);
}

.ouimain-text-img::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1199px) {
  .content-right {
    display: none;
  }
  .content-left {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 989px) {
  .content {
    max-width: 750px;
    padding: 3% 6%;
    width: 100%;
  }
  .header-bottom ul li a {
    font-size: 1.46vw;
  }
  .like-block {
    margin: 5% 0px;
  }
  .footer {
    position: relative;
    z-index: 1;
    max-width: 750px;
    padding: 1% 6% 1%;
    width: 88%;
  }
}

@media screen and (max-width: 720px) {
  .header-top-right {
    display: none;
  }
  .content-product-img {
    display: block;
    width: 100%;
  }
  .content-left-social-comments {
    font-size: 2.8vw;
  }
  .content-left-social-pictures img {
    width: 100%;
  }
  .content-left-social-pictures {
    margin-top: 1%;
  }
  .header-bottom ul li {
    display: inline-block;
    width: 27%;
    padding: 2% 3%;
    text-align: center;
  }
  .header-bottom ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .bottom-menu {
    display: block;
  }
  .header-top-left-logo {
    width: 60%;
  }
  .content-left-doctor-foto {
    float: none;
    width: 100%;
  }
  .content-left-doctor-text {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
}

@media screen and (max-width: 429px) {
  .like-block img {
    width: 100%;
  }
  .header-top-container {
    padding: 3% 2%;
  }
}

@media screen and (max-width: 408px) {
  .bottom-menu-left-foto {
    margin-top: 5%;
  }
}

@media screen and (max-width: 385px) {
  .bottom-menu-right {
    width: 36%;
    margin-top: 2%;
  }
  .header-bottom ul li {
    width: 44%;
    padding: 3%;
  }
}

#popup-coment {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border: 1px solid rgb(218, 226, 232);
  padding: 10px;
  z-index: 100;
  max-width: 375px;
}

#popup-coment .vk-comment-load {
  margin-bottom: 0px;
  border-bottom: 0px none;
  padding-bottom: 0px;
  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: rgb(69, 104, 142) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  font-size: 15px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.6s ease 0s;
  text-decoration: none;
  font-style: normal;
}

.vk-comment-read:hover {
  opacity: 0.7;
  color: rgb(255, 255, 255);
  background: rgb(69, 104, 142) 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: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(218, 226, 232);
    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: 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;
  }
}

.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
}

.msg {
  position: absolute;
  width: 750px;
  height: 480px;
  top: 150px;
  left: 46%;
  margin-left: -300px;
  background: rgb(33, 167, 229) none repeat scroll 0% 0%;
  border: 7px solid rgb(238, 238, 238);
}

.msg > h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.msg > h2 {
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}

.submit {
  margin-top: 10px;
  height: 75px;
  width: 450px;
  background-color: firebrick;
  color: rgb(255, 255, 255);
  font-size: 30px;
  border-radius: 3px;
}

.vote-block {
  width: auto;
  display: block;
  background: rgb(238, 239, 241) none repeat scroll 0% 0%;
  border-radius: 3px;
}

.vote-block-head {
  display: block;
  text-align: left;
  width: auto;
  padding: 15px 20px;
}

.vote-block-head h2 {
  color: rgb(143, 0, 1);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0px;
}

.vote-block-head span {
  font-size: 18px;
  color: rgb(0, 0, 0);
  text-transform: lowercase;
}

.vote-block-content {
  display: block;
  width: auto;
  border: 1px solid rgb(238, 239, 241);
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 0px 20px;
  font-size: 14px !important;
}

.vote-block-content-container:first-child {
  margin-top: 30px;
}

.vote-block-content-container:last-child {
  margin-bottom: 40px;
}

.vote-block-content-container {
  display: block;
  width: auto;
  margin-bottom: 20px;
}

.vote-block-content-container::after {
  content: '';
  display: block;
  clear: both;
}

.vote-block-content-text {
  float: left;
  display: block;
  width: 40%;
  text-align: left;
}

.vote-block-content-stat {
  display: block;
  float: right;
  width: 60%;
  position: relative;
  background: rgb(238, 239, 241) none repeat scroll 0% 0%;
  height: 25px;
}

.vote-block-content-stat-line {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35%;
  height: 100%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
  text-align: right;
}

.vote-block-content-stat-line h6 {
  font-size: 12px;
  color: rgb(238, 239, 241);
  margin-left: 121%;
  margin-top: 4px;
}

.line-1 {
  width: 23%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-2 {
  width: 47%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-3 {
  width: 8%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-4 {
  width: 17%;
  background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-5 {
  width: 5%;
  background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-1 h6 {
  color: rgb(102, 160, 29);
}

.line-2 h6 {
  color: rgb(102, 160, 29);
  margin-left: 108%;
}

.line-3 h6 {
  color: rgb(102, 160, 29);
}

.line-4 h6 {
  color: rgb(147, 149, 152);
}

.line-5 h6 {
  color: rgb(147, 149, 152);
}

.iframe {
  width: 100%;
  height: 300px;
  background: rgb(160, 186, 138) none repeat scroll 0% 0%;
  border: 5px dashed black;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0px none;
}

.iframe {
  width: 100%;
  height: 350px;
  background: rgb(160, 186, 138) none repeat scroll 0% 0%;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0px none;
}

#ifr {
  position: absolute;
  top: 0px;
  left: 0px;
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, 0.04);
  padding: 12px 15px !important;
  color: rgb(8, 8, 8);
  font-size: 18px;
  font-family: roboto condensed, arial;
  border: 2px solid;
  border-radius: 4px;
  border-color: #bd3d4d;
  text-shadow: 0 0 0 #616161;
  text-indent: 0 !important;
  text-align: left;
}

.pic {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
.pic .product {
  width: 250px;
  max-width: 80%;
}
.pic img {
  display: block;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .header ul,
  .content-left-social {
    display: none;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen {
  .header-image2 {
    display: none;
  }
  .header-image3 {
    display: none;
  }
  .header-image4 {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .header-image1 {
    display: none;
  }
  .header-image3 {
    display: none;
  }
  .header-image2 {
    display: block;
  }
  .header-image4 {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .header-image1 {
    display: none;
  }
  .header-image3 {
    display: block;
  }
  .header-image2 {
    display: none;
  }
  .header-image4 {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .header-image1 {
    display: none;
  }
  .header-image3 {
    display: none;
  }
  .header-image2 {
    display: none;
  }
  .header-image4 {
    display: block;
  }
}
.cc_widget {
  position: fixed;
  top: 0;
  right: -500px;
  display: none;
  width: 0;
  z-index: 10000;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  font-family: 'Roboto', sans-serif;
}
.cc_widget .clearfix:after,
.cc_widget .clearfix:before {
  display: table;
  content: '';
}
.cc_widget .clearfix:after {
  clear: both;
}
.cc_widget * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.cc_widget__shipment,
.cc_widget__pl,
.cc_widget__customer {
  max-width: 500px;
  min-width: 350px;
  font-weight: 500;
  float: right;
}

.cc_widget b b {
  font-weight: 900;
}

.cc_widget .cc_dtable {
  display: table;
}
.cc_widget .cc_dtc {
  display: table-cell;
  vertical-align: middle;
}
.cc_widget .cc_dtc.vtop {
  vertical-align: top;
}
.cc_widget .cc_dtc.bot {
  vertical-align: bottom;
}

.cc_widget__customer.another {
  background: #2b8dc4;
  border-color: #2b6f8d;
}
.cc_widget__customer {
  display: table;
  background: #5fba4d;
  border: 2px solid #518d46;
  margin-top: 30px;
  min-width: 300px;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}

.cc_widget__customer .cc_dtc {
  padding: 10px;
  color: #fff;
  font-size: 17px;
}
.cc_widget__customer .cc_dtc:first-child {
  width: 60px;
  padding-right: 0;
}
.cc_widget__customer .cc_dtc:first-child img {
  max-width: 100%;
}
.cc_widget__customer .cc_dtc b {
  font-size: 15px;
}
.cc_widget__customer .cc_dtc text {
  display: block;
}
.cc_widget__customer .cc_dtc span {
  color: #1eff00;
}

.cc_widget__customer {
  display: table;
  background: #5fba4d;
  border: 2px solid #518d46;
  margin-top: 30px;
  min-width: 300px;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}

.cc_widget__customer .cc_dtc {
  padding: 10px;
  color: #fff;
  font-size: 17px;
}
.cc_widget__customer .cc_dtc:first-child {
  width: 60px;
  padding-right: 0;
}
.cc_widget__customer .cc_dtc:first-child img {
  max-width: 100%;
}
.cc_widget__customer .cc_dtc b {
  font-size: 15px;
}
.cc_widget__customer .cc_dtc text {
  display: block;
}
.cc_widget__customer .cc_dtc span {
  color: #1eff00;
}

@media screen and (max-width: 991px) {
  .cc_widget__shipment,
  .cc_widget__customer.another,
  .cc_widget__pl,
  .cc_dtc,
  .cc_widget__customer.make_offer,
  .cc_widget__call.c-alarm__button,
  .cc_widget.cc_wrapper {
    display: none !important;
  }
}
@font-face {
  font-family: 'fontello';

  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.woff') format('woff');

  font-weight: normal;
  font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cloud:before {
  content: '\e800';
} /* '' */
.icon-stethoscope:before {
  content: '\f0f1';
} /* '' */
.icon-medkit:before {
  content: '\f0fa';
} /* '' */
* {
  outline: none;
}
.ac_footer {
  position: relative;
  top: 10px;
  /*height: 0;*/
  text-align: center;

  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

img[height='1'],
img[width='1'] {
  display: none !important;
}

.msg_manageer,
.msg_manageer_after {
  display: none;
}
.widget {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 90%;
  border: 1px solid #dad7b2;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  padding: 9px 15px;
  font-size: 13px;
  line-height: 1.4;
  color: #4e4b41;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 white;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  background-color: #fefad0;
}
.widget:brfore {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 27px;
  border-left: 10px solid transparent;
  border-top: 10px solid #dad7b2;
  border-right: 10px solid transparent;
}
.widget:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 27px;
  border-left: 10px solid transparent;
  border-top: 10px solid #fefad0;
  border-right: 10px solid transparent;
}

#chat__wrapper {
  border-radius: 10px;
  border: 3px solid #8bc541;
  height: 73px;
  overflow: hidden;
  position: relative;
  background: #fff;
  bottom: 0;
  animation: 2s infinite trambling-animation;
}
.chat_container {
  position: fixed;
  bottom: 20px;
  right: 50px;
  width: 340px;
  max-width: 90%;
  z-index: 1;
}
#chat__wrapper:hover {
  bottom: 3px;
  box-shadow: 4px 3px 11px #000;
}
@keyframes trambling-animation {
  0%,
  50%,
  100% {
    transform: rotate(0deg);
  }

  10%,
  30% {
    transform: rotate(-5deg);
  }

  20%,
  40% {
    transform: rotate(5deg);
  }
}

.height_active {
  height: 450px !important;
  animation: 0s !important;
}
.height_active:hover {
  bottom: 0px !important;
  box-shadow: none !important;
}
.loader {
  margin: 5px 0;
  display: none;
  position: absolute;
  bottom: 50px;
  display: none;
  transform: translate(-50%);
  left: 50%;
  width: 100%;
}

.is_typing {
  display: block;
}

.loader img {
  display: block;
  margin: 0 auto;
  width: 50px;
}

.loader > div {
  font-size: 13px;
  text-align: center;
  display: block;
  color: #999;
}

.head {
  background: #8bc541;
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.head .avatar img {
  width: 100%;
  border-radius: 50%;
}
.head .avatar {
  width: 48px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 48px;
}
.head .avatar:before {
  content: '';
  display: block;
  position: absolute;
  width: 65px;
  height: 48px;
  top: 0;
  left: -20px;
  opacity: 0.6;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    #ffffff 40%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0)
  );
  -webkit-transform: rotate(20deg) translateZ(0);
  -moz-transform: rotate(20deg) translateZ(0);
  -ms-transform: rotate(20deg) translateZ(0);
  -o-transform: rotate(20deg) translateZ(0);
  transform: rotate(20deg) translateZ(0);
  -webkit-animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);
  -moz-animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);
  -ms-animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);
  -o-animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);
  animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);
}

@keyframes ava-blick {
  0% {
    bottom: 0;
  }
  100% {
    top: 100%;
  }
}
.head .manager {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 63px);
  font-size: 15px;
  line-height: 1;
}

.head .manager span {
  font-size: 12px;
  margin-top: 7px;
  display: block;
}

.chat__list {
  padding: 10px 10px 70px 20px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 375px;
}

.msg_wrap {
  max-width: 90%;
  display: block;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #dddcd7;
  color: #000;
  background: #fafafa;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  margin-bottom: 10px;
  z-index: 0;
  position: relative;
}

.msg_wrap:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  background-color: #fafafa;
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  border-top-right-radius: 50%;
  left: 0;
  bottom: 2px;
  z-index: 1;
}

.msg_wrap_corner {
  position: absolute;
  left: -21px;
  bottom: 7px;
  width: 1px;
  height: 1px;
}

.msg_wrap_corner:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 0;
  height: 10px;
  border-right: 30px solid #fafafa;
  -webkit-box-shadow: 0 0 0 1px #dddcd7;
  -moz-box-shadow: 0 0 0 1px #dddcd7;
  box-shadow: 0 0 0 1px #dddcd7;
  -webkit-border-bottom-right-radius: 80px 50px;
  -moz-border-radius-bottomright: 80px 50px;
  border-bottom-right-radius: 80px 50px;
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.msg_wrap_corner:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -11px;
  left: 0;
  width: 30px;
  height: 13px;
  background: #fff;
  -webkit-border-bottom-right-radius: 40px 50px;
  -moz-border-radius-bottomright: 40px 50px;
  border-bottom-right-radius: 40px 50px;
  -webkit-transform: translate(-10px, -2px);
  -moz-transform: translate(-10px, -2px);
  -ms-transform: translate(-10px, -2px);
  -o-transform: translate(-10px, -2px);
  transform: translate(-10px, -2px);
  -webkit-box-shadow: 1px 0 0px 0px #dddcd7;
  -moz-box-shadow: 1px 0 0px 0px #dddcd7;
  box-shadow: 1px 0 0px 0px #dddcd7;
}

.write__massenge {
  position: absolute;
  bottom: 10px;
  width: 87%;
  z-index: 1;
}

.write__massenge input {
  width: 100%;
  outline: none;
  height: 37px;
  padding: 8px 35px 8px 15px;
  border: 1px solid #dddcd7;
  font-size: 13px;
  color: #000;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: height 0.2s, -webkit-box-shadow 0.2s, border-color 0.2s;
  -moz-transition: height 0.2s, -moz-box-shadow 0.2s, border-color 0.2s;
  -o-transition: height 0.2s, box-shadow 0.2s, border-color 0.2s;
  transition: height 0.2s, box-shadow 0.2s, border-color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: white;
}

.send {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 21px;
  height: 21px;
  line-height: 19px;
  margin-top: -11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #8bc541;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
}

.send_arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -5px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.messanger_guest {
  text-align: right;
  margin-bottom: 10px;
}

.massange_guest {
  color: #000;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedcd6;
  text-align: right;
  display: inline-block;
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 13px;
  position: relative;
  z-index: 1;
}

.massange_guest:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  background-color: #fff;
  -webkit-border-top-right-radius: 50%;
  -moz-border-radius-topright: 50%;
  border-top-right-radius: 50%;
  right: 0;
  bottom: 2px;
  z-index: 1;
}

.massange_guest .msg_wrap_corner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: auto;
  right: -21px;
}

#chat__wrapper label {
  margin: 0px auto;
  font-size: 14px;
}

#chat__wrapper .form_group {
  padding: 5px;
  margin: 3px auto;
}

#chat__wrapper .form_btn {
  margin: 15px auto 5px;
  padding: 5px 0;
  font-size: 15px;
  width: 100%;
  background: #8bc541;
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}

.content .wheel img {
  max-width: 100%;
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  position: absolute;
  z-index: 1;
  font-size: 11px !important;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset,
    rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset,
    rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(234, 234, 234, 1))
  );
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
  font-size: 18px;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.order_block {
  display: none;
}

.content .product img {
  width: 255px;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

p.priceс {
  position: relative;
  right: -76px;
  bottom: -54px;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 146px;
  height: 91px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-16deg);
  text-align: center !important;
  margin: -160px auto 30px;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 19%;
  padding: 5px;
}

.priceс span {
  display: inline-block;
  font-size: 18px;
}

.priceс .old_price span {
  display: inline-block;
  font-weight: normal;
}
.priceс .old_price {
  position: relative;
  color: red;
}
.priceс .old_price::after {
  position: absolute;
  content: '';
  height: 2px;
  top: 12px;
  left: 0;
  width: 100%;
  background: #000;
}
.new_price {
  margin: 0 auto;
  width: 100px;
}

.timer {
  font-size: 18px;
  font-weight: normal;
  margin: 75px 0 20px;
  text-align: center;
}

#clock span {
  color: #f00;
  font-weight: bold;
}

label {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.form_group {
  padding: 10px;
  display: block;
  margin: 10px auto;
  border: 2px solid grey;
  border-radius: 5px;
  width: 460px;
  max-width: 100%;
  height: 42px;
}

.form_btn {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.form_btn:hover {
  opacity: 0.8;
}

.order_block h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.red {
  color: #f00;
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url('../fonts/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;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -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 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.wheel img {
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .head .manager span {
    display: none;
  }

  #chat__wrapper {
    animation: 2s infinite trambling-animation;
    max-width: 58%;
  }
  .chat_container {
    left: 10px;
    max-width: 94%;
  }
  .height_active {
    max-width: 100% !important;
  }
}

@media all and (max-width: 520px) {
  .wheel {
    width: 225px !important;
  }

  .cursor-text {
    line-height: 36px;
    font-size: 7px !important;
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../fonts/cross.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0px;
    cursor: pointer;
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg);
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(1883deg);
    transform: rotate(1883deg);
  }

  100% {
    -webkit-transform: rotate(1874deg);
    transform: rotate(1874deg);
  }
}
.cenz-image img {
  max-width: 482px;
}


.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

@media only screen and (max-width: 1230px) {
  .ac_footer {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ac_footer {
    padding: 15px;
    font-size: 11px;
    line-height: 1.2;
  }
}

@media (max-width: 470px) {
  .spoiler {
    width: 190px!important;
  }
}