* {
  padding: 0;
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed";
}
header {
  text-align: center;
  max-width: 1230px;
  margin: 0 auto;
}
header .left-block {
  display: inline-block;
}
header .left-block img {
  width: 500px;
}
header .left-block .statistics {
  width: 500px;
  margin-bottom: 15px;
}
header .left-block .statistics ul {
  text-align: center;
  list-style: none;
  margin: -40px 0 0 0;
}
header .left-block .statistics ul li {
  display: inline-block;
  font-size: 16px;
  color: #094e45;
  text-align: left;
  z-index: 21;
  padding: 0 20px 0;
  position: relative;
}
header .left-block .statistics ul li > span {
  display: inline-block;
}
header .left-block .statistics ul li > span .first,
header .left-block .statistics ul li > span .second,
header .left-block .statistics ul li > span .third {
  font-weight: 600;
  font-size: 25px;
}
header .left-block .statistics ul li > span .first {
  color: #cc1212;
}
header .left-block .statistics ul li > span .second {
  color: #e34b2d;
}
header .left-block .statistics ul li > span .third {
  color: #ff6437;
}
header .left-block .statistics ul li .firstLine,
header .left-block .statistics ul li .secondLine,
header .left-block .statistics ul li .thirdLine {
  display: inline-block;
  width: 10px;
  border-radius: 5px;
  position: relative;
  top: 5px;
  margin: 0 0 0 5px;
}
header .left-block .statistics ul li .firstLine {
  background: #cc1212;
  height: 65px;
}
header .left-block .statistics ul li .secondLine {
  background: #e34b2d;
  height: 55px;
}
header .left-block .statistics ul li .thirdLine {
  background: #ff6437;
  height: 40px;
}
header .right-block {
  vertical-align: top;
  display: inline-block;
}
header .right-block .top-level .logo-block {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
header .right-block .top-level .logo-block .logo-inscription {
  color: #424242;
  font-weight: 600;
  font-size: 30px;
  margin: 15px 0 0 0;
}
header .right-block .top-level .logo-block .logo-inscription-second {
  color: #e52e2d;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  margin: 15px 0 0 0;
  position: relative;
  padding: 10px 10px 10px 0;
}
header .right-block .top-level .logo-block .logo-inscription-second:before,
header .right-block .top-level .logo-block .logo-inscription-second:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
}
header .right-block .top-level .logo-block .logo-inscription-second:before {
  background: url("../img/header-top-shadow.png") no-repeat 0;
  height: 100px;
  top: -75px;
  background-size: contain;
}
header .right-block .top-level .logo-block .logo-inscription-second:after {
  background: url("../img/header-bottom-shadow.png") no-repeat 0;
  height: 100px;
  bottom: -75px;
  background-size: contain;
}
header .right-block .top-level .second-top-block {
  margin: 0 0 0 20px;
  border-radius: 7px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background: #2a2929;
  background: -moz-linear-gradient(top, #2a2929 0%, #6a5858 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2929), color-stop(100%, #6a5858));
  background: -webkit-linear-gradient(top, #2a2929 0%, #6a5858 100%);
  background: -o-linear-gradient(top, #2a2929 0%, #6a5858 100%);
  background: -ms-linear-gradient(top, #2a2929 0%, #6a5858 100%);
  background: linear-gradient(to bottom, #2a2929 0%, #6a5858 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2929', endColorstr='#6a5858', GradientType=0);
}
header .right-block .top-level .second-top-block .title {
  color: white;
  font-size: 20px;
  text-align: center;
}
header .right-block .top-level .second-top-block .inscription {
  font-size: 11px;
  text-align: center;
  line-height: 13px;
}
header .right-block .top-level .second-top-block .inscription span {
  color: #939292;
}
header .right-block .top-level .second-top-block img {
  width: 160px;
  margin: -5px auto 0;
}
header .right-block .bottom-level > img {
  width: 210px;
}
header .right-block .bottom-level .right-block ul {
  list-style: none;
}
header .right-block .bottom-level .right-block ul li {
  margin: 20px 0;
}
header .right-block .bottom-level .right-block ul li img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 0 0 10px;
}
header .right-block .bottom-level .right-block ul li i {
  display: inline-block;
}
header .right-block .bottom-level .right-block ul li:nth-child(3) img {
  top: -2px;
}
header .right-block .bottom-level .right-block .certificates {
  vertical-align: middle;
}
header .right-block .bottom-level .right-block .certificates ul {
  vertical-align: middle;
  list-style: none;
  text-align: center;
}
header .right-block .bottom-level .right-block .certificates ul li {
  vertical-align: middle;
  display: inline-block;
}
header .right-block .bottom-level .right-block .certificates ul li img {
  width: 70px;
}
header .right-block .bottom-level .right-block .certificates ul li:nth-child(2) img {
  width: 90px;
}
header .right-block .bottom-level .right-block .certificates ul li:nth-child(3) {
  position: relative;
  top: 5px;
}
header > .bottom-block {
  margin: -97px 0 0 0;
}
header > .bottom-block > ul {
  padding: 15px 0;
  list-style: none;
}
header > .bottom-block > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 24%;
}
header > .bottom-block > ul > li > img {
  display: inline-block;
  vertical-align: top;
}
header > .bottom-block > ul > li > div {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: right;
  width: 150px;
}

@media screen and (max-width: 1120px) {
  header > .bottom-block > ul > li > div {
    width: 130px;
  }
}

header > .bottom-block > ul > li > div > span b {
  position: relative;
  top: 3px;
  color: #27b5a3;
  font-size: 18px;
}
header > .bottom-block > ul > li > div > ul {
  list-style: none;
}
header > .bottom-block > ul > li > div > ul > li {
  font-size: 14px;
  margin: 10px 0;
  text-align: right;
}

header > .bottom-block > ul > li > div > ul > li img {

}

header .bottom-block .descr {
  position: relative;
  padding-right: 15px;
  display: inline-block;
}

header .bottom-block .descr:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 13px;
  top: 0px;
  right: 0;
  background: url(../img/check.png) no-repeat 50% 50%;
}


.form_total_price {
    font-size: 24px;
    font-style: italic;
    color: #555555;
    font-weight: bold;
}

.footer__shipment {
    font-size: 20px;
    font-style: italic;
    color: #555555;
}

header > .bottom-block > ul > li > div > ul li:nth-child(1) {
  margin: 15px 0 10px;
}
header > .bottom-block > ul > li .last-li {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  padding: 10px;
  margin: 0;
  line-height: 1;
}
header > .bottom-block > ul > li .last-li .title {
  font-size: 14px;
  font-weight: 600;
}
header > .bottom-block > ul > li .last-li .inscription {
  font-size: 11px;
}
header > .bottom-block > ul > li .last-li-image {
  /*max-width: 270px;*/
  width: 100%;
  /*position: absolute;
  top: 0;
  right: 0;*/
}
header > .bottom-block:before {
  content: '';
  display: block;
  background: url("../img/bb-top-shadow.png") no-repeat 0;
  background-size: contain;
  width: 100%;
  top: -100px;
  height: 97px;
}
header > .bottom-block:after {
  content: '';
  display: block;
  background: url("../img/bb-bottom-shadow.png") no-repeat 0;
  background-size: contain;
  width: 100%;
  bottom: -100px;
  height: 97px;
}
main {
  max-width: 1000px;
  margin: 0 auto 50px;
}
main > .first-block {
  margin: 0 0 40px;
  background: #ebebeb;
  width: 100%;
  height: 447px;
  background: url("../img/first-block-bg.png") no-repeat;
  background-size: cover;
  position: relative;
}
main > .first-block > .title {
  color: white;
  font-size: 35px;
  padding: 15px 0 0 0;
  margin: 0 0 35px 30px;
  text-align: left;
}
main > .first-block > .text {
  padding: 0 490px 0 30px;
  font-size: 14px;
}
main > .first-block .before-after {
  margin: 10px 0 0 35px;
  display: block;
  text-align: left;
}
main > .first-block .before-after .before,
main > .first-block .before-after .after {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
main > .first-block .before-after .before span,
main > .first-block .before-after .after span {
  position: absolute;
  text-transform: uppercase;
  left: 45%;
  top: -7px;
  font-size: 12px;
}
main > .first-block .before-after .after {
  position: relative;
  top: 2px;
}
main > .first-block .week1,
main > .first-block .week2,
main > .first-block .week3 {
  position: absolute;
  font-style: italic;
  font-size: 15px;
}
main > .first-block .week1 img,
main > .first-block .week2 img,
main > .first-block .week3 img {
  display: block;
}
main > .first-block .week1 {
  top: 146px;
  left: 565px;
  text-align: center;
}
main > .first-block .week2 {
  top: 255px;
  left: 596px;
  text-align: center;
}
main > .first-block .week3 {
  top: 345px;
  left: 670px;
  text-align: center;
}
main > .second-block {
  margin: 40px 0;
  background: #EBEBEB;
  width: 100%;
  background: url("../img/second-block-bg.png");
  background-size: cover;
  position: relative;
  padding-bottom: 10px;
}
main > .second-block > .title {
  color: white;
  font-size: 35px;
  padding: 15px 0 0 0;
  margin: 0 0 35px 30px;
  text-align: left;
}
main > .second-block .right-block {
  margin: -20px 0 0 auto;
  padding-right: 15px;
  width: 390px;
}
main > .second-block .right-block img {
  display: block;
  margin: 0 0 10px 0;
}
main > .second-block ul {
  list-style: none;
  margin: 30px auto 0;
}
main > .second-block ul li {
    vertical-align: top;
    display: inline-block;
    margin: 0px 8px;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 10px;
}
main > .second-block ul li img {
  vertical-align: middle;
  display: inline-block;
}
main > .second-block ul li .text {
  vertical-align: middle;
  display: inline-block;
}
main > .second-block ul li .text .title {
  font-size: 25px;
  font-weight: 600;
  color: #cc1212;
  border-bottom: 2px dotted #cc1212;
}
main > .second-block ul li .text span {
  font-size: 14px;
  color: #cc1212;
}
main > .third-block {
  margin: 40px 0;
  vertical-align: top;
}
main > .third-block .left-block {
  background: #EBEBEB;
  background: url(../img/doctor_d.png) no-repeat,
              url("../img/third-block-bg.png") no-repeat;
  background-size: auto, contain;
  background-position: bottom right, 0 0;
  height: 574px;
  width: 65%;
  display: inline-block;
}
main > .third-block .left-block > .title {
  color: white;
  font-size: 35px;
  padding: 15px 0 0 0;
  margin: 0 0 35px 30px;
  text-align: left;
}
main > .third-block .left-block span {
  display: block;
  margin: 0 17px;
}
main > .third-block .left-block .before-after {
  margin: 10px 0 10px 50px;
  text-align: left;
}
main > .third-block .left-block .before-after .inscr span {
  display: inline;
  margin: 0;
  font-style: italic;
}
main > .third-block .left-block .before-after .inscr span:nth-child(1) {
  padding: 0 50px;
}
main > .third-block .left-block .before-after .inscr span:nth-child(2) {
  padding: 0 57px;
}
main > .third-block .left-block .statistics {
  margin: 30px auto 0 30px;
  background: url("../img/statistics.png") no-repeat;
  width: 333px;
  height: 136px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
main > .third-block .left-block .statistics .title {
  position: absolute;
  top: -8px;
  left: 33%;
  font-weight: 600;
}
main > .third-block .left-block .statistics .text {
  display: block;
  padding: 25px 0;
  margin: 0;
  text-align: center;
}
main > .third-block .right-block {
  vertical-align: top;
  display: inline-block;
  background: url("../img/thirdblock-right-bg.png") no-repeat;
  background-size: contain;
  height: 575px;
  width: 325px;
  position: relative;
}
main > .third-block .right-block .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
main > .third-block .right-block .title > span {
  line-height: 45px;
}
main > .third-block .right-block img {
  width: 100%;
}
main > .third-block .right-block .right-block-green-bg {
  position: relative;
  margin: -45px 0 10px auto;
  text-transform: uppercase;
  color: white;
  background: #3dd1bf;
  padding: 10px;
  border-radius: 7px 0 0 7px;
  font-size: 14px;
  width: 90%;
}
main > .third-block .right-block .text {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  color: #4f4f4f;
  line-height: 18px;
}
main > .third-block .right-block .text-second {
  margin: 10px auto 0 auto;
  color: #e96338;
  width: 80%;
  font-size: 13px;
  line-height: 18px;
}
main > .fouth-block > .title {
  font-size: 25px;
  text-align: center;
}
main > .fouth-block > .image-block {
  text-align: center;
  margin: 20px 0;
}
main > .fouth-block > .image-block img {
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0px 4px 0px 0px #2f8b80;
  -moz-box-shadow: 0px 4px 0px 0px #2f8b80;
  box-shadow: 0px 4px 0px 0px #2f8b80;
}
main > .fouth-block > .image-block img:nth-child(1) {
  z-index: 1;
  left: -35px;
}
main > .fouth-block > .image-block img:nth-child(2) {
  z-index: 2;
  top: 10px;
  left: -12px;
}
main > .fouth-block > .image-block img:nth-child(3) {
  z-index: 3;
  top: 20px;
  left: 5px;
}
main > .fouth-block > .image-block img:nth-child(4) {
  z-index: 4;
  top: 10px;
  left: 22px;
}
main > .fouth-block > .image-block img:nth-child(5) {
  z-index: 3;
  left: 51px;
  top: 5px;
}
main > .fouth-block > .image-block img:nth-child(6) {
  z-index: 2;
  left: 74px;
}
main > .fouth-block > .bottom-block {
  text-align: center;
  vertical-align: middle;
}
main > .fouth-block > .bottom-block > span {
  color: #32c9b6;
  font-style: italic;
  font-size: 25px;
  font-weight: 600;
  vertical-align: middle;
}
main > .fouth-block > .bottom-block > img {
  vertical-align: middle;
}
main > .fouth-block > .bottom-block > a {
  margin: 0 5px;
  vertical-align: middle;
  color: white;
  background: #27b5a3;
  padding: 20px;
  text-decoration: none;
  font-style: italic;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 0px 0px #2f8b80;
  -moz-box-shadow: 0px 4px 0px 0px #2f8b80;
  box-shadow: 0px 4px 0px 0px #2f8b80;
}
main > .fouth-block > .bottom-block > a:hover {
  font-size: 18px;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
main > .fouth-block > .bottom-block > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #32c9b6;
  border-radius: 5px 5px 0 0;
}
main > .fouth-block > .bottom-block > a:after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -9px;
  width: 110%;
  height: 77px;
  background-size: contain;
  z-index: -1;
}
main > .fouth-block > .bottom-block > a > span {
  position: relative;
  z-index: 9;
}
main > .fouth-block > .bottom-block > a > span .arrow-button {
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  top: 7px;
  padding: 0 0 0 5px;
}
main > .fifth-block {
  margin: 20px 0 40px;
  width: 100%;
  background: #ebebeb;
  background-image: url("../img/fifth-block-bg.png");
  background-size: cover;
  position: relative;
  min-height: 740px;
  border-radius: 10px;
}
main > .fifth-block .title {
  color: white;
  font-size: 35px;
  padding: 15px 0 0 0;
  margin: 0 0 35px 30px;
  text-align: left;
}
main > .fifth-block .top-block {
  width: 100%;
  font-size: 0;
}
main > .fifth-block .top-block .first-block {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 33%;
  position: relative;
  font-size: 16px;
}
main > .fifth-block .top-block .first-block img {
  width: 235px;
}
main > .fifth-block .top-block .first-block span {
  position: absolute;
  font-style: italic;
  top: 98%;
  left: 44%;
  color: #000;
  font-size: 18px;
}
main > .fifth-block .top-block .second-block {
  vertical-align: top;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 33%;
}
main > .fifth-block .top-block .second-block .title {
  font-size: 28px;
  font-family: 'Lobster';
  color: #525252;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
main > .fifth-block .top-block .second-block .mark {
  color: #f07541;
  font-size: 21px;
  margin: 10px 0;
}
main > .fifth-block .top-block .second-block .text > span {
  font-size: 15px;
  color: #525252;
}
main > .fifth-block .top-block .second-block .text .inscr {
  margin: 10px auto;
  color: #cacaca;
}
main > .fifth-block .top-block .third-block {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 33%;
  position: relative;
  font-size: 16px;
}
main > .fifth-block .top-block .third-block img {
  width: 235px;
}
main > .fifth-block .top-block .third-block span {
  position: absolute;
  font-style: italic;
  top: 98%;
  left: 43%;
  color: #000;
  font-size: 18px;
}
main > .fifth-block .bottom-block {
  width: 100%;
  font-size: 0;
  margin: 20px 0 0;
  text-align: center;
}
main > .fifth-block .bottom-block .slide {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  width: 43%;
  margin: 0 25px;
}
main > .fifth-block .bottom-block .slide .image-container {
  width: 100%;
  font-size: 0;
}
main > .fifth-block .bottom-block .slide .image-container > .image {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  position: relative;
}
main > .fifth-block .bottom-block .slide .image-container > .image img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
main > .fifth-block .bottom-block .slide .image-container > .image span {
  position: absolute;
  top: 98%;
  color: #000;
  font-size: 17px;
}
main > .fifth-block .bottom-block .slide .image-container > .image span:nth-child(2) {
  left: 38%;
}
main > .fifth-block .bottom-block .slide .image-container > .image span:nth-child(3) {
  left: 87%;
}
main > .fifth-block .bottom-block .slide .title {
  text-align: center;
  padding: 10px 0;
  margin: 17px 0 0 0;
  color: #3c3c3c;
  font-family: 'Lobster';
  font-size: 21px;
}
main > .fifth-block .bottom-block .slide .text {
  text-align: center;
  padding: 0;
  margin: 0;
  font-style: italic;
}
main > .fifth-block .bottom-block .slide .inscr {
  padding: 0;
  margin: 20px 0;
  color: #cacaca;
  font-style: italic;
}
main > .sixt-block {
  width: 100%;
  background: url("../img/sixt.png") no-repeat;
  height: 461px;
  text-align: right;
  position: relative;
}
main > .sixt-block > .inscr-absolute {
  position: absolute;
  top: 80%;
  left: 2%;
  color: white;
  font-size: 25px;
  text-align: center;
}
main > .sixt-block > .first-block,
main > .sixt-block > .second-block {
  margin: 0;
  padding: 0;
  display: inline-block;
}
main > .sixt-block > .first-block {
  text-align: center;
}
main > .sixt-block > .first-block .logo-inscription {
  font-size: 35px;
  color: #e86b35;
  margin: 20px 0 20px;
}
main > .sixt-block > .first-block .inscr {
  margin: 10px 0 0;
  font-size: 25px;
  font-style: italic;
  color: #444343;
}
main > .sixt-block > .first-block .arrow-image {
  margin: -10px 0 15px 80px;
}
main > .sixt-block > .second-block {
  vertical-align: top;
  width: 305px;
  text-align: center;
}
main > .sixt-block > .second-block .title {
  font-size: 30px;
  color: white;
  font-style: italic;
  font-weight: 600;
  margin: 20px 0;
  display: block;
  text-transform: uppercase;
}
main > .sixt-block > .second-block form {
  display: block;
  margin: 40px 0 0 0;
}
main > .sixt-block > .second-block form > span {
  display: block;
  color: #555555;
  font-style: italic;
  padding: 10px 0;
}
main > .sixt-block > .second-block form .line-through {
  text-decoration: line-through;
  color: #949494;
  display: inline-block;
}
main > .sixt-block > .second-block form .new_pr {
  font-weight: bold;
  font-size: 24px;
}
main > .sixt-block > .second-block form input, .second-block form select  {
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  width: 80%;
  margin: 10px 0 10px;
}

main > .sixt-block > .second-block form select {
  width: 86%;
    background: #fff url(../img/select-arrow.svg) no-repeat 5%;  
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.btn_submit {
  background: url('../img/btn.png') no-repeat 0 0;
  border: none;
  outline: none;
  width: 169px;
  height: 80px;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-style: italic;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn_submit:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 1230px) {
  main {
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 1230px) {

  body {
    zoom: 0.8;
  }

}

@media only screen and (max-width: 1023px) {

  body {
    zoom: 0.60;
  }

}

.js_errorMessage {
  direction: ltr;
}

input {
  direction: ltr;
  text-align: right;
}