body {
  font-family: sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  margin: 0;
}
#wrapper {
  overflow: hidden;
  width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-box {
  height: 898px;
  background: url(../img/tb.jpg) 50% 0 no-repeat;
}
.wrap {
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
}
.top-line {
  padding: 10px 0;
  background-color: #1ed17b;
  color: #fff;
  text-align: center;
}
.top-line .info-list li {
  display: inline-block;
  margin: 0 20px;
}
.top-line .info-list img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.top-line .info-list span {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}
.tt-wrap {
  left: 0;
  top: 40px;
  color: #00175a;
  width: 365px;
  position: absolute;
}
.tt-wrap .t1 {
  font-weight: 700;
  font-size: 99px;
  text-transform: uppercase;
}
.tt-wrap .t2 {
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tt-wrap .t3 {
  font-size: 30px;
}
.ico-list {
  width: 776px;
  position: absolute;
  right: 0;
  bottom: 52px;
  color: #000;
  font-size: 18px;
}
.ico-list li {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}
.ico-list .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ico-list .t1 {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
}

.top-box .list {
  position: absolute;
  font-family: 'Georgia';
  font-weight: bold;
  font-style: italic;
  font-size: 21px;
  color: #fff;
  left: 255px;
  top: 209px;
  line-height: 1.1;
}
.top-box .list li {
  margin-bottom: 28px;
}
.top-box .list li:nth-child(2) {
  padding-left: 30px;
}
.top-box .list li:nth-child(3) {
  padding-left: 60px;
}
.order-form-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 40px 0px rgba(0, 23, 90, 0.4);
  width: 370px;
  float: right;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.order-form-box .small {
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.order-form-box .skidka {
  color: #06ae5d;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
}
.countdown {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 54px;
  line-height: 66px;
  font-weight: 700;
}
.countdown span {
  display: inline-block;
  width: 78px;
  height: 66px;
  background-color: #06ae5d;
  vertical-align: middle;
  margin: 0 10px;
}
.countdown b {
  display: inline-block;
  vertical-align: middle;
  color: #d39983;
  font-size: 21px;
  margin: 0 5px;
  display: none;
}
.mm {
  text-align: center;
  font-size: 21px;
  color: #000;
}
.mm li {
  width: 78px;
  display: inline-block;
  margin: 0 7px;
}
.order-form-box .price {
  text-align: center;
  color: #06ae5d;
}
.order-form-box .old-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 60px;
  margin-right: 12px;
  position: relative;
  opacity: 0.5;
  text-decoration: line-through;
}
.wv_currency {
  display: inline-block;
  margin-left: 5px;
}
.order-form-box .new-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 75px;
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.order-form {
  margin-bottom: 10px;
}
.order-form p {
  margin: 0 0 5px;
  color: #169452;
  font-size: 16px;
  text-align: left;
  padding-left: 5px;
}
.order-form input[type='text'],
.order-form input[type='tel'],
select {
  display: block;
  width: 100%;
  border: 2px solid #169452;
  color: #000;
  font-size: 16px;
  padding: 9px;
  margin-bottom: 5px;
}
.order-form .btn {
  margin-top: 5px;
  position: relative;
  left: -6px;
}
.polit {
  color: #000;
  font-size: 16px;
}
.ostatok {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
}
.data {
  color: #909597;
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
}
.data img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.data span {
  display: inline-block;
  vertical-align: middle;
}

/* hide original element */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom select styles */
.select-area {
  border: 2px solid #169452;
  position: relative;
  overflow: hidden;
  cursor: default;
  height: 40px;
  display: block;
  width: 100% !important;
  margin-bottom: 5px;
}
.select-area .center {
  white-space: nowrap;
  text-align: left;
  padding: 9px;
  display: block;
  color: #000;
  font-size: 16px;
}
.select-area .select-opener {
  background: url(../img/arr1.png) 50% 50% no-repeat;
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
}
.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
}
.select-options .drop-holder {
  border: 1px solid #777;
  overflow: hidden;
  height: 1%;
}
.select-options ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.select-options ul li {
  width: 100%;
  float: left;
}
.select-options ul a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  cursor: default;
  color: #000;
  height: 1%;
}
.select-options .item-selected a {
  text-decoration: none;
  background: #007;
  color: #fff;
}
.select-area img,
.select-options a img {
  vertical-align: top;
  margin: 0 5px 0 0;
}
.btn {
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
  border-radius: 20px;
  width: 231px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 20px auto 0;
  border: 0;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'RobotoBold', sans-serif;
  color: white;
  font-weight: bold;
  background: linear-gradient(to bottom, #fd3333, #ba0000);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.btn:hover {
  opacity: 0.9;
  color: white ;
  text-decoration-line: none;
  background: linear-gradient(to bottom, #ba0000, #fbec64) ;
}
.header .btn {
  float: right;
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 20%);
  border-radius: 20px;
  width: 180px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 0 auto;
  border: 0;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'RobotoBold', sans-serif;
  color: white;
  font-weight: bold;
  background: linear-gradient(to bottom, #fd3333, #ba0000);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.header .btn:hover {
  color: white ;
  text-decoration-line: none ;
  background: linear-gradient(to bottom, #ba0000, #fbec64) ;
}

.header {
  padding: 15px 0;
}
.header .logo {
  float: left;
}
.nav {
  float: left;
  font-size: 18px;
  padding-top: 7px;
}
.nav li {
  display: inline-block;
  margin-left: 35px;
}
.nav a {
  color: #000;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
  color: #86543c;
}
.info {
  padding: 50px 0;
  background-color: #edf2f5;
  text-align: center;
}
.title {
  margin-bottom: 40px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
.info .list {
  overflow: hidden;
  margin-bottom: 70px;
}
.info .list li {
  float: left;
  width: 33%;
  padding: 0 20px;
}
.info .list .img {
  height: 145px;
  margin-bottom: 20px;
}
.info .list p {
  font-size: 20px;
  margin: 0;
}
.info .t1 {
  font-size: 35px;
}
.doctor {
  padding-top: 80px;
  height: 894px;
  background: url(../img/exp.jpg) 50% 0 no-repeat;
}
.doctor .wr {
  overflow: hidden;
}
.doctor .img {
  margin-right: 20px;
  float: left;
}
.doctor .tt {
  overflow: hidden;
}
.doctor .tt p {
  font-size: 20px;
  margin: 0 0 20px;
}
.doctor .tt .pp {
  padding-top: 42px;
}
.sostav {
  padding-top: 90px;
  text-align: center;
  background: url(../img/sostav.jpg) 50% 0 no-repeat;
  height: 1220px;
}
.sos-list {
  overflow: hidden;
  margin-bottom: 100px;
}
.sos-list li {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.sos-list .img {
  height: 200px;
  margin-bottom: 10px;
}
.sos-list .img:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.sos-list .img img {
  display: inline-block;
  vertical-align: middle;
}
.sos-list .h4 {
  font-size: 25px;
  min-height: 60px;
  margin-bottom: 10px;
}
.sos-list p {
  font-size: 20px;
  margin: 0;
}
.sostav .list {
  overflow: hidden;
  margin-bottom: 70px;
}
.sostav .list li {
  float: left;
  width: 33%;
  padding: 0 20px;
}
.sostav .list .img {
  height: 170px;
  margin-bottom: 10px;
}
.sostav .list p {
  font-size: 25px;
  margin: 0;
}
.table-box {
  padding-top: 60px;
  text-align: center;
  height: 1285px;
  background: url(../img/table.jpg) 50% 0 no-repeat;
}
.table-box .r {
  width: 670px;
  float: right;
}
.table-box .wr {
  overflow: hidden;
  padding-top: 20px;
  padding-left: 80px;
  margin-bottom: 394px;
  font-size: 29px;
  text-transform: uppercase;
}
.table-box .name {
  width: 50%;
  float: left;
  text-align: right;
}
.table-box .name:first-child {
  font-weight: 700;
  text-align: left;
}
.table-box p {
  font-size: 25px;
  margin: 0 0 34px;
}
.table-box .list {
  max-width: 300px;
  margin: 0 auto;
}
.table-box .list li {
  font-size: 20px;
  color: #fff;
  margin-bottom: 62px;
}
.table-box .list li:nth-child(2) {
  margin-bottom: 54px;
}
.table-box .list li:nth-child(3) {
  margin-bottom: 36px;
}
.table-box .list li:nth-child(4) {
  margin-bottom: 44px;
}
.table-box .list li:nth-child(even) {
  color: #119c5f;
}
.table-box .blue {
  color: #005aab;
  font-size: 20px;
  padding-top: 20px;
}
.table-box .blue li {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.table-box .blue img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.table-box .blue .t1 {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  text-align: left;
}
.review .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.review {
  padding: 50px 0;
}
.rev-slider {
  padding: 0 100px;
  padding-top: 20px;
  margin-bottom: 70px;
}
.rev {
  overflow: hidden;
}
.rev .img {
  margin-right: 20px;
  float: left;
}
.rev .tt {
  overflow: hidden;
}
.rev .tt .name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dfe4e6;
  font-size: 30px;
}
.rev .tt p {
  margin: 0;
  font-size: 24px;
}
.owl-carousel .owl-nav > div {
  display: block;
  text-indent: -9999px;
  width: 52px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -19px;
  height: 39px;
  background: url(../img/prev.png) 0 0 no-repeat;
}
.owl-carousel .owl-nav > div:last-child {
  left: auto;
  right: 0px;
  background: url(../img/next.png) 0 0 no-repeat;
}
.btn-box {
  text-align: center;
}
.how-use {
  padding-top: 60px;
  text-align: center;
  height: 737px;
  background: url(../img/hu.jpg) 50% 0 no-repeat;
}
.how-use .list {
  padding: 20px;
  color: #fff;
  background-color: #169452;
  font-size: 30px;
  text-transform: uppercase;
}
.how-use .list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px;
  width: 260px;
}
.how-use .title {
  margin-bottom: 550px;
}
.how-get {
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
}
.how-get .list {
  overflow: hidden;
  margin-bottom: 70px;
}
.how-get .list li {
  float: left;
  width: 25%;
  padding: 0 20px;
}
.how-get .list .img {
  height: 160px;
  margin-bottom: 20px;
}
.how-get .list p {
  font-size: 30px;
  margin: 0;
}
.bottom {
  padding-top: 0px;
  height: 866px;
  background: url(../img/bottom.jpg) 50% 0 no-repeat;
}
.bottom .ico-list {
  bottom: 37px;
}
footer {
  padding: 20px;
  text-align: center;
}
