.logo a {
  font-size: 30px;
  line-height: 40px;
  color: #f7dfd7;
}

.logo a sup {
  font-size: 20px;
  line-height: 30px;
  color: #f7dfd7;
}

input,
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.test-block {
  background: #fff url(test_block.jpg) no-repeat top right;
  padding: 40px 35px 45px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.checkbox-block {
  padding-left: 40px;
}

.test-block_form {
  margin: 20px 0 0 0;
}

.test-block .slog {
  font-size: 26px;
  text-align: center;
  line-height: 30px;
  margin: 0px 0 19px 0;
}

.test-block h3 {
  font-size: 20px;
  color: #1ea000;
  padding-left: 40px;
}

.checkbox-item {
  padding: 8px 0 0 35px;
  line-height: 21px;
  display: inline-block;
  height: 40px;
  width: 100%;
  vertical-align: top;
  margin: 0 0 15px;
}

.checkbox-item input[type='checkbox'] {
  display: none;
}

.checkbox-item label {
  position: relative;
  color: #000;
  cursor: pointer;
}

.checkbox-item label:before {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(icons.png);
  background-repeat: no-repeat;
  background-position: -31px -141px;
  position: absolute;
  top: 2px;
  left: -35px;
}

.checkbox-item input[type='checkbox']:checked + label:before {
  background-position: -31px -160px;
}

.test-form {
  margin: 20px 0 0 0;
}

.test-form-btn {
  margin: 68px 0 0 31px;
}

.test-form-btn .btn {
  display: inline-block;
  vertical-align: middle;
  width: 336px;
  height: 64px;
  line-height: 44px;
  border: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  background-color: #06b62c;
  font-size: 30px;
}

.result {
  display: none;
  opacity: 0;
  color: #000;
}

.result-block {
  padding: 30px 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.result-descr {
  display: inline-block;
  width: 480px;
  float: right;
  margin: 35px 160px 35px 0;
}

.result-block {
  background-color: #fff;
  background-size: contain;
}

.result-block1 {
  background: #fff url(result-block1.jpg) no-repeat 70px 0px;
}

.result-block2 {
  background: #fff url(result-block2.jpg) no-repeat 70px 0px;
}

.result-block3 {
  background: #fff url(result-block3.jpg) no-repeat 0px 0px;
}

.other-timer .timer-wrapper .digit:not(:last-child) {
  margin: 0 10px 0 0;
}

.result-header {
  font-size: 42px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #ff9813;
  margin: 0 0 25px 0;
}

.result-text {
  font-size: 26px;
  line-height: 35px;
}

.result-button .btn {
  font-size: 35px;
  display: inline-block;
  width: auto;
  padding: 5px 18px;
  margin-top: 20px;
}

.flip-clock-dot {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.causes {
  background: url(causes.jpg) no-repeat top center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.causes_block .causes_list:first-of-type {
  margin-right: 70px;
}

.causes_list {
  margin: 15px 0 15px 30px;
  float: left;
}

.causes_list .causes_item:last-child {
  margin: 0;
}

.causes_item {
  font-size: 30px;
  color: #000;
  line-height: 46px;
  margin: 0 0 52px 0;
  position: relative;
  padding-left: 49px;
}

.causes_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(icons.png) no-repeat;
  width: 47px;
  height: 46px;
  background-position: 0 -25px;
}

.causes_bottom_text {
  color: #ff2913;
  font-size: 30px;
  margin: 29px 0px 0 25px;
}

.invalid {
  position: relative;
  background: url(invalid_bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 45px;
  z-index: 4;
}

.invalid .slog {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin: 5px 0 25px 0;
}

.invalid .slog b {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.invalid_block {
  text-align: center;
}

.invalid_item {
  position: relative;
  max-width: 317px;
  display: inline-block;
  z-index: 2;
}

.invalid_item.item1 {
  margin-left: 60px;
}

.invalid_item.item2 {
  margin-right: 12px;
  margin-top: 7px;
}

.invalid_item.item3 {
  margin-right: 60px;
}

.invalid_item.item4 {
  max-width: 335px;
}

.invalid_item .title {
  font-size: 28px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.invalid_item .text {
  font-size: 19px;
  line-height: 27px;
}

.invalid_arrow_left {
  position: absolute;
  bottom: 0;
  right: -108px;
}

.invalid_arrow_right {
  position: absolute;
  bottom: 0;
  left: -108px;
}

.invalid_arrow_center {
  position: absolute;
  top: -58px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.legs {
  background: url(legs_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 179px 0 40px 0;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}

.legs h2 {
  padding-top: 40px;
}

.legs_block {
  text-align: center;
  background-color: #fff;
  padding-bottom: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.legs_item {
  display: inline-block;
  margin-top: 30px;
}

.legs_img {
  position: relative;
  display: inline-block;
  max-width: 161px;
  margin-bottom: 5px;
}

.legs_text {
  color: #000;
  line-height: 24px;
}

.legs_text b {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.legs_img:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  background: url(legs_icon.png) no-repeat;
  width: 80px;
  height: 81px;
}

.sale_price div {
  text-align: left;
}

.doctor {
  background: url(doctor_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.doctor h2 {
  line-height: 50px;
  letter-spacing: 2px;
}

.doctor_block {
  background-color: #b8b4b7;
  padding: 35px 35px 35px;
  overflow: hidden;
  margin-top: 28px;
}

.doctor_block .title {
  color: #000;
  font-size: 30px;
  text-align: left;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1.7px;
}

.doctor_block .text {
  width: 100%;
  margin: 35px 0 0 0;
}

.doctor_block .text p {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-bottom: 35px;
}

.doctor_block .text p:last-child {
  margin: 0;
}

.doctor_block .text b {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.help {
  background: url(help_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.help h2 {
  line-height: 44px;
  text-align: left;
  padding-left: 69px;
}

.help_block {
  max-width: 756px;
  padding-left: 65px;
  margin: 10px 0 0 0;
}

.help_block p {
  font-size: 22px;
  line-height: 28px;
  color: #030303;
  margin-bottom: 30px;
}

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

.help_block b {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.sform {
  background: url(sform_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sform .form_block {
  max-width: 100%;
  margin: 20px 0px 0px;
}

.sform .form_timer {
  display: inline-block;
  width: 300px;
  margin: 20px 0 0 30px;
  float: left;
}

.sform .sale_price {
  display: inline-block;
  float: left;
}

.sform .attention {
  display: inline-block;
  text-indent: 0;
  line-height: 24px;
  float: right;
  margin: 13px 25px 0 0;
}

.sform .attention span {
  position: relative;
}

.sform .attention span:before {
  content: '*';
  position: absolute;
  left: -13px;
  top: 8px;
}

.sform .sale_price .oldprice .numb {
  text-decoration: line-through;
  font-size: 28px;
}

.sform .form_sale_middle {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0px 19px 13px 0;
  width: 475px;
}

.sform .form_sale_input input,
.sform .form_sale_input select {
  width: 315px;
}

.sform .form_sale_bottom:before {
  content: '';
  width: 51px;
  height: 90px;
  top: -7px;
  right: 21px;
  position: absolute;
  background: url(sform_arrow.png) no-repeat;
}

.sform .form_sale_btn {
  padding: 0;
  vertical-align: top;
  display: inline-block;
  width: 406px;
  margin: 8px 76px 0 0;
  float: right;
  position: relative;
  z-index: 1;
}

.sform .form_sale_btn .btn {
  padding: 18px 14px;
}

.sform .already {
  padding: 7px 0 8px 0;
}

.sform .attention span {
  font-size: 30px;
}

.sform .attention span.country1 {
  font-size: 20px;
}

.sform .attention span.country1:before {
  display: none;
}

.sform .attention {
  color: #ff6000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.sform .form_sale_bottom .attention_text {
  font-size: 18px;
  line-height: 22px;
}

.sform .attention_block {
  display: inline-block;
  margin: 17px 0 0 0px;
  float: left;
}

.sform .form_sale_bottom .attention_numb {
  font-size: 48px;
  margin: 0 0 0 15px;
  text-align: center;
}

.sform .form_sale_bottom .attention_numb span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 24px;
}

.sform .form_sale_bottom .attention_numb:before {
  display: none;
}

.sform .timer .flip-clock-wrapper ul li {
  line-height: 62px;
}

.sform .pack_img {
  top: 34px;
  left: 280px;
}

.sform .top-timer__header {
  font-size: 16px;
  margin-bottom: 5px;
}

.sform .timer .flip-clock-divider.minutes .flip-clock-label,
.sform .timer .flip-clock-divider.seconds .flip-clock-label {
  right: -65px;
}

.sform .timer .flip-clock-divider .flip-clock-label {
  color: #000;
  top: auto;
  bottom: -42px;
  right: -62px;
  font-size: 16px;
}

.sform .timer .flip-clock-wrapper ul li a div {
  font-size: 36px !important;
}

.sform .timer .flip-clock-wrapper ul {
  width: 40px;
  height: 61px;
  margin: 2px;
  -webkit-box-shadow: 3px 3px 12px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 12px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 12px -4px rgba(0, 0, 0, 0.75);
}

.sform .flip-clock-dot {
  background: #000 !important;
  left: 5px;
  width: 6px;
  height: 6px;
}

.sform .flip-clock-dot.top {
  top: 39px;
}

.slogan__block {
  margin-top: 15px;
}

.sform .flip-clock-dot.bottom {
  bottom: 18px;
}

.sform .sale_img {
  left: 506px;
  z-index: 4;
  top: -21px;
}

.varihelp {
  background: url(varihelp.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 60px;
}

.varihelp h2 {
  line-height: 52px;
}

.varihelp_item {
  position: relative;
  padding-left: 60px;
}

.varihelp_item .numb {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 42px;
  color: #e6b903;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #170011;
  line-height: 50px;
  border: 1px solid #95738e;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.varihelp_block {
  margin-top: 40px;
}

.varihelp_item .title {
  font-size: 28px;
  line-height: 34px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.varihelp_item .text {
  font-size: 18px;
  line-height: 24px;
}

.effect {
  background-color: #0f0b16;
}

.effect .slog {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
}

.effect_block .bottom .text {
  font-size: 20px;
  line-height: 26px;
  max-width: 655px;
  display: inline-block;
}

.effect_block .bottom .image {
  display: inline-block;
  position: relative;
}

.effect_block .effect_img2 {
  position: relative;
  left: -40px;
  width: 180px;
}

.formula_textright {
  text-align: right;
}

.formula_textright .formula_img {
  float: right;
}

.formula {
  background: url(formula_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.formula_textleft {
  text-align: left;
}

.formula_block {
  position: relative;
}

.formula_item {
  max-width: 470px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}

.formula_margin_left {
  margin-left: 40px;
}

.formula_margin_right {
  margin-right: 40px;
}

.formula_textright {
  margin-right: 30px;
}

.formula_textleft {
  margin-left: 30px;
}

.formula_text {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  color: #000;
}

.formula_img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.formula_arrow {
  position: absolute;
  z-index: -1;
}

.formula_arrow.arrow1 {
  position: absolute;
  bottom: -36px;
  right: 17px;
  -webkit-transform: rotate(147deg);
  -moz-transform: rotate(147deg);
  -ms-transform: rotate(147deg);
  -o-transform: rotate(147deg);
  transform: rotate(147deg);
  z-index: -1;
}

.formula_arrow.arrow4 {
  position: absolute;
  bottom: -36px;
  left: 17px;
  -webkit-transform: rotate(-147deg);
  -moz-transform: rotate(-147deg);
  -ms-transform: rotate(-147deg);
  -o-transform: rotate(-147deg);
  transform: rotate(-147deg);
  z-index: -1;
}

.formula_arrow.arrow2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: -1;
}

.formula_arrow.arrow3 {
  position: absolute;
  top: -33px;
  right: 5px;
  -webkit-transform: rotate(-316deg);
  -moz-transform: rotate(-316deg);
  -ms-transform: rotate(-316deg);
  -o-transform: rotate(-316deg);
  transform: rotate(-316deg);
  z-index: -1;
}

.formula_arrow.arrow6 {
  position: absolute;
  top: -33px;
  left: 5px;
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  transform: rotate(-44deg);
  z-index: -1;
}

.formula_arrow.arrow5 {
  position: absolute;
  bottom: 20px;
  left: 24px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: -1;
}

.formula_text .title {
  font-size: 26px;
  line-height: 34px;
}

.formula_text .preview_text {
  font-size: 18px;
  line-height: 24px;
}

.formula_textright .formula_img {
  margin-left: 20px;
}

.formula_textleft .formula_img {
  margin-right: 20px;
}

.formula_center_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  margin: auto;
  -webkit-transform: translateY(-47%);
  -moz-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  -o-transform: translateY(-47%);
  transform: translateY(-47%);
}

.varitox_effect {
  background: url(varitox_effect_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.varitox_effect_item {
  max-width: 320px;
  margin: auto;
}

.varitox_effect_item .image {
  text-align: center;
  position: relative;
  margin: 0 0 10px 0;
}

.varitox_effect_item .text {
  font-size: 22px;
  line-height: 28px;
}

.varitox_effect_item .text .numb {
  font-size: 35px;
  display: inline-block;
  margin-right: 5px;
}

.varitox_effect_arrow {
  position: absolute;
  right: -20px;
  top: 15px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.how_use {
  background: #0f0b16;
}

.how_use_block {
  margin: 20px 0 0 0;
}

.how_use_item .image {
  position: relative;
  text-align: center;
}

.how_use_item .title {
  font-size: 28px;
  line-height: 35px;
}

.how_use_item .text {
  font-size: 22px;
  line-height: 30px;
}

.how_use_arrow {
  position: absolute;
  top: 38px;
  right: -71px;
  -webkit-transform: rotate(-20deg) scaleY(-1);
  -moz-transform: rotate(-20deg) scaleY(-1);
  -ms-transform: rotate(-20deg) scaleY(-1);
  -o-transform: rotate(-20deg) scaleY(-1);
  transform: rotate(-20deg) scaleY(-1);
}

.faq {
  background-color: #e7e4e8;
}

.faq_head {
  cursor: pointer;
}

.faq_head span {
  font-size: 24px;
  display: inline-block;
  color: #000;
  border-bottom: 2px dashed #000;
}

.faq_list li {
  margin-bottom: 30px;
}

.faq_list li:last-child {
  margin-bottom: 0;
}

.faq_text {
  display: none;
  margin: 10px 0 0 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  font-size: 22px;
  line-height: 32px;
}

.button-block button {
  width: 310px;
  height: 59px;
  background: #f1bb01;
  font-family: 'Ubuntu';
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #4a0824;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(232, 154, 4, 1);
  box-shadow: 0px 6px 0px 0px rgba(232, 154, 4, 1);
  text-transform: uppercase;
}

.reviews {
  background-color: #fff;
}

.reviews_author {
  font-size: 20px;
  color: #000;
  margin: 10px 0 0 0;
}

.reviews_slider_wrap {
  margin-top: 70px;
}

.reviews_slider_item {
  max-width: 910px;
  margin: auto;
}

.hide {
  display: none;
}

.arcticmodal-container,
.arcticmodal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000;
}

#apply {
  float: left;
  width: 1000px;
  background: url(block4.jpg)
    /*tpa=http://f5.giperium.com/landing_file/giperium/Landing_14/landing_file/hypertostop/Landing_14/img/block4.jpg*/
    no-repeat left top;
  min-height: 450px;
  background-size: 190%;
  background-position: 60%;
  padding-bottom: 1px;
  padding-top: 12px;
  position: relative;
}

#apply * {
  box-sizing: border-box;
}

#apply .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#apply .left-block {
  width: 300px;
  float: left;
  margin-left: 15px;
}

#apply .left-block .ltitle {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #430f25;
  text-transform: uppercase;
}

#apply .left-block .ltitle .dark {
  color: #430f25;
}

#apply .left-block .timer-text {
  width: 217px;
  float: left;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 20px;
  color: #7c1b44;
  font-weight: 400;
  margin-top: 30px;
  margin-left: 30px;
}

#apply .left-block .timer {
  width: 217px;
  float: left;
  height: 55px;
  background: #fff;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 30px;
}

#apply .left-block .timer .timer-block {
  width: 100%;
  float: left;
}

#apply .left-block .timer .timer-block .item {
  width: 60px;
  float: left;
  height: 55px;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 43px;
  color: #7c1b44;
  font-weight: 700;
  text-align: center;
}

#apply .left-block .timer .timer-block .hours {
  margin-left: 12px;
}

#apply .left-block .timer .timer-block .delimiter {
  width: 5px;
  float: left;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 43px;
  color: #7c1b44;
  font-weight: 700;
  text-align: center;
}

#apply .left-block .timer .bottom-line {
  width: 100%;
  float: left;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 14px;
  color: #7c1b44;
  font-weight: 400;
  margin-top: -23px;
}

#apply .left-block .timer .bottom-line div {
  float: left;
  width: 60px;
  text-align: center;
  margin-left: 5px;
}

#apply .left-block .timer .bottom-line .h-text {
  margin-left: 12px;
}

#apply .left-block .mbottom {
  width: 100%;
  float: left;
  margin-top: 30px;
}

#apply .left-block .mbottom .bleft {
  background: #ffed16;
  padding-bottom: 18px;
  -webkit-box-shadow: 1px 1px 25px #d6c8db;
  box-shadow: 1px 1px 25px #d6c8db;
  width: 100%;
  float: left;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 20px;
  color: #7c1b44;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

#apply .left-block .mbottom .bleft .big {
  font-size: 25px;
}

#apply .left-block .mbottom .bright {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-left: 30px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-size: 27px;
  line-height: 20px;
  color: #430f25;
  font-weight: 400;
  text-transform: uppercase;
}

#apply .left-block .mbottom .bright .big {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}

#apply .central-block .product-block {
  width: 100%;
  float: left;
  margin-left: 20px;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

#apply .right-block {
  background: #ffecdf;
  padding: 0 10px 10px;
  text-align: center;
  margin: 0 15px;
}

#apply .right-block .form-block .inp-line {
  text-align: center;
  margin-top: 10px;
}

.inp-select {
  display: flex;
  justify-content: center;
}

#apply .right-block .form-block .inp-line input {
  outline: 0;
  height: 55px;
  border: none;
  background: #fff;
  color: #7e5b63;
  padding: 0 15px;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  width: 100%;
}

#apply .right-block .form-block .inp-line select {
  outline: 0;
  height: 55px;
  border: none;
  background: #fff;
  color: #7e5b63;
  padding: 0 15px 0 4px;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  width: 100%;
}

#apply .right-block .form-block .textline .ttext {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #2f2f2f;
}

#apply .right-block .form-block .textline .tnumber {
  float: left;
  width: 95px;
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #430f25;
  text-align: center;
  text-transform: uppercase;
}

#apply .right-block .form-block .button-line button {
  width: 250px;
  height: 80px;
  background: url(button.png) no-repeat center top;
  background-size: contain;
  border: none;
  outline: 0;
  margin-top: 10px;
}

#apply .right-block .form-block .bottom-line .btext {
  float: left;
  width: 100%;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #430f25;
  text-align: center;
  text-transform: uppercase;
}

#apply .right-block .form-block .bottom-line .bnumber {
  float: left;
  width: 100%;
  margin-top: 2px;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #430f25;
  text-align: center;
  text-transform: uppercase;
}

#apply .wrapper {
  overflow: visible;
}

.box-modal {
  display: flex;
  align-items: center;
}

.reviews_img {
  width: 210px;
  height: 210px;
  float: left;
}

.reviews_text_name {
  display: block;
}

.reviews_text {
  color: #000307;
  font-size: 20px;
  line-height: 27px;
  padding: 0 40px;
  overflow: hidden;
}

.owl-nav .owl-prev {
  background: url(prev.png) no-repeat;
}

.owl-nav .owl-next {
  background: url(next.png) no-repeat;
  right: 0;
}

.owl-nav > div {
  width: 31px;
  height: 58px;
  position: absolute;
  top: 65px;
  text-indent: -9999px;
}

.owl-dots {
  text-align: center;
  margin: 20px 0;
}

.owl-dot {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #decbb6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.owl-dot.active {
  background-color: #8f72a6;
}

.diagramma {
  margin: 35px 0 0;
  text-align: center;
}

.reviews_audio {
  background-color: #faf7f3;
  text-align: left;
  padding: 20px;
  margin: 35px 0 0;
}

.reviews_audio_item:not(:first-child) {
  margin-top: 25px;
}

.reviews_audio_item .title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
  color: #000;
}

.opros h2 {
  color: #000307;
}

.opros .slog {
  color: #000307;
  font-size: 30px;
  text-align: center;
}

.imagine {
  background: url(imagine_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.imagine_list li {
  font-size: 24px;
  color: #fff;
  line-height: 52px;
  position: relative;
  padding-left: 55px;
  margin: 0 0 20px 0;
}

.imagine_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  background: url(star.png) no-repeat;
  height: 41px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spec {
  background-color: #fafafb;
}

.spec_item {
  color: #000;
  text-align: center;
}

.spec_block {
  margin: 30px 0 0 0;
}

.spec_item .name {
  line-height: 28px;
  font-size: 22px;
  margin: 10px 0 0 0;
}

.spec_item .name b {
  display: block;
}

.spec_item .text {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  line-height: 23px;
  margin: 20px 0 0 0;
}

.develop {
  background: url(varihelp.jpg) no-repeat top center;
  padding-bottom: 45px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.develop .varihelp_item {
  padding-left: 80px;
}

.develop .varihelp_item .numb {
  background: transparent;
  top: 0;
  width: 65px;
  height: 65px;
  line-height: 64px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  border: 2px solid #654f76;
}

.develop_bottom_block {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 34px;
  margin: 30px 0 0 0;
}

.checkout {
  background-color: #0e0b16;
  padding-bottom: 30px;
}

.checkout_item {
  text-align: center;
}

.checkout_item .image {
  position: relative;
  min-height: 140px;
}

.checkout_block {
  margin: 40px 0 0 0;
}

.checkout_arrow {
  position: absolute;
  top: 50px;
  right: -80px;
}

.checkout_item .text {
  font-size: 22px;
  line-height: 30px;
}

.checkout_item .text .title {
  font-size: 28px;
  line-height: 30px;
}

.map {
  color: #000;
  background-image: url(map_bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.primrub {
  color: #000;
}

.map h2 {
  line-height: 48px;
}

.map_block {
  margin: 30px 0 0 0;
}

.promo {
  background-color: #33273d;
  display: none;
}

.promo_block {
  overflow: hidden;
  max-width: 895px;
  margin: 0px 0px 00px 200px;
}

.promo_text p {
  font-size: 18px;
  line-height: 26px;
}

.promo_text {
  padding: 20px 0 0 0;
  margin-left: 20px;
}

.promo_img {
  float: left;
}

.promo_form {
  margin-top: 60px;
}

.promo_form input,
.promo_form button {
  width: 297px;
  display: block;
  height: 59px;
  margin: 0 0 10px 0;
}

.promo_form input[type='text'] {
  border: 1px solid #f97d32;
  font-size: 18px;
  padding: 0 15px;
  line-height: 59px;
}

.promo_form button {
  border: 1px solid #ff6000;
  background: #ff6000;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
}

.problem {
  background: url(problem_bg.png) no-repeat top center;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

.problem_text {
  margin: 10px 0 0 0;
}

.problem_text p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.last_block {
  background: url(last_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -265px;
  z-index: 1;
  position: relative;
  padding-top: 220px;
  padding-bottom: 20px;
}

.last_block h2 {
  font-size: 54px;
  text-align: center;
  line-height: 67px;
  text-shadow: 1px 3px 0.94px rgba(0, 0, 0, 0.36);
}

footer {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  padding: 40px 0;
  margin: auto;
}

footer h3 {
  margin: 0 0 5px 0;
}

footer a {
  color: #fff;
}

#pu-form {
  position: relative;
}

header .pack_img,
.last_block .pack_img {
  z-index: 0;
}

.btn {
  outline: none;
}

.form_sale_top .attention {
  position: relative;
  padding-left: 10px;
}

.form_sale_top .attention span {
  position: absolute;
  left: -2px;
  top: 0px;
}

#pu-form.sform {
  position: relative;
  background-image: none;
  background-color: transparent;
}

#pu-form .form_block {
  margin: 0;
}

#pu-form .mfp-close {
  color: #ff7c04;
  border: 3px solid #ff7c04;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 28px;
  top: -40px;
  right: 15px;
  opacity: 1;
}

.cod-error,
.cod-ok {
  max-width: 458px;
  width: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  font-size: 1.2em;
  padding: 35px;
  position: relative;
}

.cod-ok {
  border: 3px solid #608901;
}

.cod-error {
  border: 3px solid #ff0b00;
}

.other-timer .timer-wrapper .digit > .item {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 42px;
  width: 30px;
  line-height: 42px;
  font-size: 30px;
}

header .timer-wrapper .digit:not(:last-child):before,
header .timer-wrapper .digit:not(:last-child):after {
  display: none;
}

header .timer-wrapper .digit .digit-items {
  color: #ffca11;
}

.sform .timer-wrapper .digit > .item {
  font-size: 36px;
  line-height: 62px;
  width: 40px;
  height: 60px;
}

header .timer-wrapper .digit:not(:last-child):before,
header .timer-wrapper .digit:not(:last-child):after,
.sform .timer-wrapper .digit:not(:last-child):before,
.sform .timer-wrapper .digit:not(:last-child):after {
  background-color: #000;
  right: -8px;
}

.sform .timer-wrapper .digit .digit-items {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  .bullet_block {
    width: 360px;
    margin: 40px 0 0px 11px;
  }
  .invalid_arrow_right {
    left: -134px;
  }
  .timer-wrapper .digit:not(:last-child):before,
  .timer-wrapper .digit:not(:last-child):after {
    background-color: #000;
  }
  .invalid_arrow_left {
    bottom: 0;
    right: -134px;
  }
  .result-descr {
    margin: 35px 90px 55px 0;
  }
  header .timer-wrapper .digit .digit-items {
    color: #000;
  }
  header .timer-wrapper .digit:not(:last-child):before,
  header .timer-wrapper .digit:not(:last-child):after {
    display: block;
  }
  header .timer-wrapper .digit .digit-items {
    bottom: -1.3em;
  }
  body {
    font-size: 16px;
  }
  .bullet_list li {
    font-size: 18px;
    line-height: 26px;
  }
  .form_block {
    max-width: 410px;
    margin: 40px 0 0;
  }
  .pack_img {
    position: absolute;
    top: 145px;
    left: 265px;
    right: 0;
    z-index: 2;
    width: 100%;
  }
  h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .form_timer {
    padding-left: 165px;
    padding-top: 10px;
  }
  .sale_img {
    width: 185px;
    left: -29px;
    top: -24px;
  }
  .form_sale_top {
    padding: 20px 20px 0;
    text-align: center;
  }
  .form_sale_top {
    padding: 20px 20px 0;
  }
  .form_sale_input input,
  .form_sale_input select {
    width: 220px;
  }
  .form_sale_bottom:before {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .form_sale_top .attention {
    display: none;
  }
  h2 {
    font-size: 38px !important;
    line-height: 40px !important;
  }
  .legs {
    margin-top: -150px;
  }
  .invalid_item {
    margin: 0 !important;
  }
  .invalid_item .text {
    font-size: inherit;
    position: relative;
    z-index: 2;
  }
  .invalid {
    padding-bottom: 65px;
  }
  .causes_item {
    font-size: 22px;
  }
  .causes_bottom_text {
    font-size: 24px;
  }
  .causes_list {
    margin: 10px !important;
  }
  .doctor_block .title {
    letter-spacing: 0;
    line-height: 32px;
  }
  .doctor_block {
    padding: 15px;
    background-position: right top;
    background-size: contain;
  }
  .doctor_block .text {
    margin: 20px 0 0 0;
  }
  .approved {
    margin-top: 30px;
  }
  .doctor h2 {
    letter-spacing: 0;
  }
  .doctor_block .text p {
    font-size: 18px;
    line-height: 24px;
  }
  .help_block p {
    font-size: 18px;
    line-height: 24px;
  }
  .sform .form_timer {
    padding-left: 0;
    margin: 0px 0 0 30px;
  }
  .help h2 {
    padding-left: 0;
  }
  .help_block {
    padding-left: 0;
  }
  .sform .form_sale_btn {
    width: 325px;
    margin: 8px 25px;
  }
  .sform .sale_input input {
    width: 220px;
  }
  .sform .form_sale_middle {
    width: 380px;
    margin: 10px 19px 13px 0;
  }
  .sform .form_sale_input input,
  .sform .form_sale_input select {
    width: 220px;
  }
  .sform .pack_img {
    top: 111px;
    width: 220px;
    left: 317px;
  }
  .sform .attention span {
    font-size: 24px;
  }
  .sform .attention {
    font-size: 16px;
    line-height: 22px;
    margin: 13px 20px 0 0;
  }
  .sform .sale_img {
    left: 475px;
    z-index: 3;
    top: -16px;
  }
  .sform .attention_block {
    margin: 10px 0 0 0;
  }
  .sform .form_sale_bottom .attention_numb {
    margin: 0 0 0 30px;
  }
  .effect_block .bottom .text {
    max-width: 100%;
    margin: 10px 0;
  }
  .effect_block .bottom .image {
    width: 100%;
    text-align: center;
  }
  .formula_block {
    text-align: center;
    margin-top: 25px;
  }
  .formula_block .tal,
  .formula_block .tar {
    text-align: inherit;
  }
  .formula_item {
    margin: 0 0 30px 0 !important;
    max-width: 100%;
    text-align: center;
  }
  .formula_arrow {
    display: none;
  }
  .formula_center_img {
    display: none;
  }
  .formula_img {
    width: 100%;
    margin: 0 !important;
  }
  .formula_textright .formula_img {
    float: none;
  }
  .reviews_img {
    margin-left: 40px;
  }
  .checkout_arrow,
  .how_use_arrow {
    right: -66px;
    width: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .form_sale_input label {
    font-size: 13px;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: none;
  }
  .effect_block {
    text-align: center;
  }
  .diagramma img {
    margin: auto;
  }
  .effect_block img {
    display: block;
    margin: 20px auto 30px auto;
  }
  .result-button .btn {
    font-size: 27px;
    line-height: 30px;
    padding: 10px 18px;
    margin-top: 30px;
  }
  .result-block {
    background-image: none !important;
  }
  .result-button {
    text-align: center;
  }
  #pu-form .mfp-close {
    top: 15px;
    right: 30px;
  }
  .sform .sale_price .oldprice .numb {
    font-size: 38px;
    line-height: 36px;
  }
  .sform .form_sale_bottom .attention_numb span {
    display: inline;
    font-size: 18px;
  }
  .sform .form_sale_bottom .attention_text {
    font-size: 16px;
    line-height: 20px;
  }
  .form_sale_bottom .attention_numb:before {
    left: -18px;
  }
  .effect_block .effect_img2 {
    position: static;
    width: 150px;
  }
  .checkbox-item {
    margin: 0 0 5px;
  }
  .reviews_text {
    padding: 0;
  }
  .sform .timer-wrapper .digit .digit-items {
    bottom: -1.3em;
  }
  .sform .timer-wrapper .digit > .item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    width: 30px;
    line-height: 42px;
    font-size: 30px;
  }
  .sform .timer-wrapper .digit .digit-items {
    font-weight: normal;
    font-size: 14px;
  }
  .result-descr {
    float: none;
    width: 100%;
    margin: 0px 0 0 0;
  }
  .result-header {
    font-size: 32px;
  }
  .result-text {
    font-size: 21px;
    line-height: 28px;
  }
  .timer-wrapper .digit:not(:last-child):before,
  .timer-wrapper .digit:not(:last-child):after {
    background-color: #000;
  }
  .timer .flip-clock-divider .flip-clock-label {
    color: #000;
  }
  #pu-form .form_block {
    margin: 60px auto 0 auto;
  }
  h1 {
    line-height: 50px;
    font-size: 40px;
  }
  .sform .form_block {
    max-width: 410px;
    margin: 0 auto;
  }
  .sform .form_sale_bottom .attention_numb {
    font-size: 36px;
    margin: 0px 0 0 60px;
    position: relative;
  }
  .sform .form_sale_bottom .attention_numb:before {
    display: block;
  }
  .sub_text {
    font-size: 28px;
    line-height: 32px;
  }
  .sform .pack_img {
    display: none;
  }
  .pack_img {
    position: static;
    display: block;
    padding-bottom: 33px;
    margin: 0 auto;
  }
  .secure {
    text-align: center;
  }
  .causes {
    background: #fff;
  }
  h2 {
    line-height: 38px !important;
    font-size: 36px !important;
  }
  .test-block {
    background: #fff;
    padding: 40px 15px;
  }
  .test-block .slog {
    font-size: 22px;
    line-height: 24px;
  }
  .test-block h3 {
    padding: 0;
  }
  .checkbox-block {
    padding-left: 0;
  }
  .test-form-btn {
    margin: 0;
    text-align: center;
  }
  .causes_list {
    margin: 0 !important;
  }
  .causes_item,
  .causes_list .causes_item:last-child {
    margin: 0 0 30px 0;
  }
  .causes_bottom_text {
    margin: 0;
  }
  .invalid {
    background: none;
    padding-bottom: 10px;
  }
  .invalid_item {
    margin-bottom: 30px !important;
  }
  .invalid_arrow_left,
  .invalid_arrow_right,
  .invalid_arrow_center {
    display: none;
  }
  .legs {
    padding: 40px 0;
    margin-top: 0;
  }
  .sform .form_timer {
    padding-left: 0;
    margin: 0 auto;
    float: none;
    padding-top: 15px;
    text-align: center;
    display: block;
    width: 224px;
  }
  .doctor_block {
    background: #fff;
  }
  .sale_price {
    padding-left: 0;
    margin: 12px 0 0 0;
    text-align: center;
  }
  .sform .sale_price {
    float: none;
    display: block;
    text-align: center;
    padding: 0;
  }
  .sale_price .oldprice .name,
  .sale_price .new_price .name {
    text-align: left;
  }
  .sform .attention {
    font-size: 16px;
    line-height: 22px;
    margin: 13px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  .sform .sale_img {
    width: 185px;
    left: -29px;
    top: -24px;
    display: none;
  }
  .sform .form_sale_middle {
    width: 100%;
    margin: 10px 0;
    padding: 0px 10px;
  }
  .form_sale_bottom {
    padding: 0 10px;
  }
  .sform .form_sale_btn {
    width: 100%;
    margin: 8px 0;
  }
  .varihelp_item .numb {
    top: 0;
  }
  .varihelp_item {
    margin-bottom: 30px;
  }
  .varihelp_item .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .varihelp_item .text {
    font-size: 16px;
    line-height: 22px;
  }
  .varitox_effect_arrow,
  .how_use_arrow {
    display: none;
  }
  .varitox_effect_item {
    margin: 0 auto 30px auto;
  }
  .how_use_item {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .faq_head span {
    font-size: 20px;
  }
  .faq_text {
    padding: 15px;
    font-size: 18px;
    line-height: 26px;
  }
  .reviews_video {
    text-align: center;
    margin: 0 0 5px 0;
  }
  .reviews_author {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .reviews_img {
    float: none;
    margin: 0 auto 20px auto;
  }
  .owl-dots {
    margin: 20px 0 0 0;
  }
  .reviews_slider_wrap {
    margin: 30px 0;
  }
  .imagine_list li {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }
  .imagine_list li:before {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .spec_item {
    margin: 0 0 30px 0;
  }
  .checkout_arrow {
    display: none;
  }
  .checkout_block {
    margin: 0;
  }
  header {
    padding-bottom: 50px;
    background-position: 50.5% 100%;
  }
  .checkout_item {
    margin: 0 0 30px 0;
  }
  .promo_block {
    max-width: 100%;
    margin: 0;
  }
  .attention_block {
    padding-top: 10px;
  }
  .promo_img {
    float: none;
    text-align: center;
  }
  .promo_form {
    margin-top: 30px;
  }
  .promo_form input,
  .promo_form button {
    width: 100%;
    text-align: center;
  }
  .problem {
    padding-bottom: 40px;
    background: none;
  }
  .last_block {
    margin-top: 0;
    padding: 40px 0 30px 0;
  }
  .bullet_block {
    width: 100%;
    margin: -35px 0 0px 11px;
  }
  footer h3 {
    margin: 20px 0;
  }
  .form_block {
    margin: 40px auto 0 auto;
    float: none;
  }
  footer {
    padding: 20px 0;
  }
  .approved img {
    margin: 10px;
  }
  .promo_text {
    margin: 0;
  }
  .effect .slog {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 479px) {
  .sform .form_sale_input input,
  .sform .form_sale_input select {
    width: 100%;
  }
  .form_sale_input input,
  .form_sale_input select {
    width: 100%;
  }
  .owl-nav > div {
    top: auto;
    bottom: -18px;
  }
  #pu-form .mfp-close {
    right: 15px;
  }
  .result-button .btn {
    font-size: 21px;
  }
  .reviews_text {
    font-size: 18px;
    line-height: 25px;
  }
  .result-text {
    font-size: 18px;
    line-height: 24px;
  }
  .result-header {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  h1 {
    line-height: 35px;
    font-size: 29px;
  }
  .sub_text {
    font-size: 24px;
    line-height: 29px;
  }
  .reviews_slider {
    margin-bottom: 40px;
    text-align: center;
  }
  .sform .timer .flip-clock-wrapper ul li {
    line-height: 54px;
  }
  .form_sale_bottom .attention_numb:before,
  .sform .form_sale_bottom .attention_numb:before {
    display: none;
  }
  .owl-dots {
    margin: 40px 0 0 0;
  }
  .form_sale_bottom .attention_numb span,
  .sform .form_sale_bottom .attention_numb span {
    font-size: 14px;
  }
  .cod-error,
  .cod-ok {
    width: 90%;
    padding: 25px;
  }
  .test-form-btn .btn {
    width: 100%;
  }
  .form_sale_btn .btn {
    font-size: 18px;
  }
  .form_sale_bottom .attention_numb {
    margin: 0 0 0 15px;
    font-size: 30px;
  }
  .sale_img {
    position: static;
    display: block;
    margin: auto;
  }
  .bullet_block {
    margin: -35px 0 0 0;
  }
  .form_timer {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 224px;
    padding: 15px 0;
  }
  .sale_price .new_price .numb {
    font-size: 40px;
    line-height: 42px;
  }
  .sale_price .oldprice .numb {
    font-size: 33px;
    line-height: 33px;
  }
  .sale_price {
    padding: 0;
    margin: 0;
  }
  .form_sale_bottom .attention_text {
    margin: 0;
    text-align: center;
    font-size: 15px;
  }
  .form_sale_input input {
    width: 100%;
  }
  .sform .timer .flip-clock-wrapper ul {
    width: 34px;
    height: 52px;
  }
  .sform .attention {
    display: none;
  }
  .sform .form_timer {
    padding: 10px 0 0 0;
  }
  .sform .sale_price {
    margin: 36px 0 0 0;
  }
  .sform .form_sale_middle {
    margin: 0 0 10px 0;
  }
  .sform .form_sale_input input {
    width: 100%;
  }
  .sform .form_sale_bottom .attention_numb {
    margin: 0 0 0 5px;
    text-align: left;
  }
  .sform .attention_block {
    float: none;
    margin: 0;
  }
  .form_sale_bottom {
    text-align: center;
  }
  h2 {
    line-height: 36px !important;
    font-size: 28px !important;
  }
  .secure {
    display: none;
  }
  .logo {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .form_sale_top {
    padding: 20px 0 0 0;
  }
  .reviews_audio_item .title {
    font-size: 16px;
    line-height: 22px;
  }
  .already,
  .sform .already {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;
  }
  .causes_item {
    line-height: 28px;
  }
  .already .quantity {
    font-size: 20px;
    margin-left: 2px;
  }
}

@media only screen and (max-width: 370px) {
  .form_sale_bottom .attention_numb,
  .sform .form_sale_bottom .attention_numb {
    font-size: 28px;
    margin: 0 0 0 2px;
  }
  .approved img {
    width: 95px;
  }
  .form_sale_bottom .attention_text,
  .sform .form_sale_bottom .attention_text {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 325px) {
  .sform .flip-clock-dot.top {
    top: 34px;
  }
  .bullet_list li:before {
    display: none;
  }
  .bullet_list li {
    padding: 10px;
  }
}

.owl-carousel .owl-item img {
  border-radius: 50%;
}

.header__topbar {
  display: flex;
  justify-content: space-between;
}
