body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  width: 1000px;
  min-width: 100%;
}
.wrapper {
  width: 1000px;
  min-width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: inherit;
}
/*MY*/
.container {
  width: 1080px;
  width: 1100px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
label.error {
  display: none !important;
}
.error {
  border: 1px solid red !important;
}
/* POPUP BEGIN */
.overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 900;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  display: inline-block;
  left: 50%;
  opacity: 0;
  position: fixed !important;
  text-align: center;
  top: 40%;
  visibility: hidden;
  z-index: 990 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s, top .3s;
  transition: opacity .5s, top .3s;
  padding: 0 10px 30px;
  background: rgba(255, 255, 255, 0.8) !important;
}
.overlay:target + .popup {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.otpr {
  width: 600px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  color: #4b4b4b;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.form-block {
  padding-left: 20px;
  padding-right: 20px;
  background: #d7d5d7 !important;
  box-sizing: border-box;
  width: 390px;
}
.form-block input {
  width: 100%;
  height: 75px;
  font-size: 30px;
  font-weight: 300;
  border: 1px solid #666666;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.53);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.53);
  box-sizing: border-box;
  outline: none;
  margin-top: 1px;
  text-align: center;
}
.form-block .btn {
  width: 277px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-top: 17px;
}
.before-form {
  font-size: 22px;
  color: #ca8bbd;
  background: #e4e3e4;
  font-family: 'Roboto Slab', Tahoma, sans-serif;
  height: 65px;
  padding-top: 18px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: -85px;
}
.before-form2 {
  height: 100px;
  background: #009ca0;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding-top: 13px;
}
/*POPUP END*/
/* carousel */
.owl-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.owl-pagination .owl-page {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-left: 7px;
  width: 16px;
  height: 16px;
  background: #f3f3f3;
}
.owl-pagination .owl-page.active {
  background: #d1d1d1;
}
.owl-pagination .owl-page:first-child {
  margin-left: 0;
}
.owl-buttons div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 39px;
  height: 138px;
}
.owl-buttons .owl-prev {
  left: 0;
  background: url(../images/slider-prev.png) no-repeat 50% 50%;
  height: 100%;
  width: 112px;
  opacity: 0.3;
}
.owl-buttons .owl-prev:hover {
  background-color: rgba(255, 255, 255, 0.008);
  opacity: 1;
}
.owl-buttons .owl-next {
  right: 0;
  background: url(../images/slider-next.png) no-repeat 50% 50%;
  height: 100%;
  width: 112px;
  opacity: 0.3;
}
.owl-buttons .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.008);
  opacity: 1;
}
/* carousel end */
header {
    height: 68px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 21px;
    box-sizing: border-box;
    min-height: 42px;
    background: #4a4a4a;
}
.menu {
  letter-spacing: 54px;
  text-align: center;
}
.menu-item {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-transform: uppercase;
  box-sizing: border-box;
}
.menu-item:before {
  content: '\00a0';
  border-bottom: 1px solid #4a4a4a;
}
.menu-item:after {
  content: '\00a0';
    border-bottom: 1px solid #4a4a4a;
}


.menu-item:hover {
  height: 33px;
  border-bottom: 0px solid #f8704b;
  padding-bottom: 5px;
  color: #009ca0;
}

.menu-item:hover:before {
  content: '[';
}
.menu-item:hover:after {
  content: ']';
}
.main-block {
  background: #f6f6f6;
  height: 787px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-block .container {
  position: relative;
}
.woman {
  position: absolute;
  z-index: 1;
  left: 410px;
  top: 0;
  width: 402px;
  height: 787px;
}
.main-block-left {
  display: inline-block;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.logo {
  width: 266px;
  height: 48px;
  background: url(../images/logo.png);
}
.main-block-descript {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  width: 300px;
  margin-top: 32px;
  line-height: 1.35;
}
.main-block-sep {
  background: url(../images/sep-img.png);
  width: 249px;
  height: 7px;
  margin-top: 55px;
}
.main-block-text {
  color: #4a4a4a;
  font-size: 44px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-weight: 400;
  width: 390px;
  margin-top: 40px;
  line-height: 1.4;
  text-transform: uppercase;
}
.main-block-text span {
  font-weight: bold;
  color: #009ca0;
}
.main-block-right {
  padding-top: 40px;
  float: right;
  position: relative;
  z-index: 2;
  width: 400px;
}
.contacts {
  text-align: right;
}
.contacts div:nth-child(1) {
  font-size: 18px;
  color: #009ca0;
  font-weight: 300;
}
.contacts div:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  color: #009ca0;
  font-family: 'Roboto Slab', Tahoma, sans-serif;
  margin-top: -3px;
}
.contacts div:nth-child(3) {
  font-size: 16px;
  font-weight: normal;
  color: #009ca0;
  margin-top: 12px;
}
.contacts a {
  font-weight: 300;
  color: #ca8bbd;
  font-size: 18px;
  border-bottom: 1px dashed #ca8bbd;
}
.sale {
  margin-top: 110px;
  float: right;
}
.sale-top {
  width: 360px;
  position: relative;
  z-index: 4;
  margin: auto;
}
.sale-title {
  font-size: 22px;
  font-weight: bold;
  /* font-family: 'Roboto Slab', Tahoma, sans-serif; */
  color: #f8704b;
  text-align: center;
  box-sizing: border-box;
  height: 63px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 63px;
  text-transform: uppercase;
}
.sale-price {
  padding-top: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  background: #009ca0aa;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #fff;
}
.old-price div:nth-child(1) {
  font-size: 18px;
  font-weight: 300;
}
.old-price div:nth-child(2) {
  font-size: 40px;
  font-weight: normal;
  text-decoration: line-through;
}
.arrow {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 77px;
  background: url(../images/arrow.png);
  margin-left: 10px;
  margin-right: 10px;
}
.new-price {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: -5px;
}
.new-price div:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.new-price div:nth-child(2) {
  font-size: 62px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 0.9;
}
.total {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}
.sale-bot {
  width: 390px;
  height: 360px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding-top: 145px;
  margin-top: -120px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.sale-bot a {
background: #1ca6a1;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 12px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px 12px #33333370;
  width: 60%
}

.sale-bot a:after {
  content: " ";
  position: absolute;
  animation: wave 1.8s alternate infinite ease;
  left: -100%;
  top: -100%;
  height: 150px;
  width: 50px;
  transform: rotate(40deg);
  background: #ffffff40;
  border-right: 20px solid #fff70;
}





.sale-bot a:hover {
  background: #02aeb2;
}
.sale-bot-title {
  font-size: 30px;
  font-weight: normal;
  color: #4a4a4a;
  text-transform: uppercase;
}
.products-left {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-top: 5px;
  padding-left: 50px;
}
.products-left div {
  background: #4a4a4a;
  width: 40px;
  height: 60px;
  font-size: 41px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.products-left div:nth-child(4) {
  font-size: 30px;
  font-weight: normal;
  color: #4a4a4a;
  background: transparent;
  text-transform: uppercase;
  margin-left: 5px;
}
.gains {
  padding-top: 45px;
  padding-bottom: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.title {
  font-size: 40px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
}
.title span {
  font-weight: 300;
  color: #009ca0;
}
.title-sep {
  background: url(../images/sep-img2.png) no-repeat 50% 0;
  width: 249px;
  height: 7px;
  margin: 20px auto 0;
}
.gains-image {
  position: relative;
  width: 470px;
  height: 470px;
  margin: 85px auto 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid white;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.gains-image {
    background-size: auto 100%!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: #fff!important;
}
.woman, .woman3 {
   background-size: auto 100%!important;
    background-repeat: no-repeat!important;
    background-position: center!important; 
    
    
}
.woman2 {
   background-size: auto 160%!important;
    background-repeat: no-repeat!important;
    background-position: center top!important;
    
    
}
.gains-image .gains-item:nth-child(1) {
  left: -240px;
  top: -20px;
  text-align: right;
}
.gains-image .gains-item:nth-child(2) {
  right: -260px;
  top: -20px;
  text-align: left;
}
.gains-image .gains-item:nth-child(3) {
  left: -240px;
  bottom: 30px;
  text-align: right;
}
.gains-image .gains-item:nth-child(4) {
  right: -260px;
  bottom: 30px;
  text-align: left;
}
.gains-item {
  width: 230px;
  position: absolute;
  color: #4a4a4a;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
}
.gains-item span {
  color: #009ca0;
  font-weight: 500;
}
.gains-arrow {
  width: 137px;
  height: 146px;
  background: url(../images/gains-arrow.png);
  position: absolute;
}
.gains-arrow1 {
  top: 60px;
  left: 230px;
}
.gains-arrow2 {
  top: 40px;
  left: -132px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gains-arrow3 {
  top: -20px;
  right: -130px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gains-arrow4 {
  top: 60px;
  left: -150px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.advantages {
  padding-top: 50px;
  background: #f6f6f6;
}
.advantages .container {
  position: relative;
  padding-bottom: 60px;
}
.suitable-for {
  text-align: center;
  position: relative;
  z-index: 2;
}
.suitable-for .suitable-for-item:first-child {
  text-align: right;
}
.suitable-for-item {
  color: #4a4a4a;
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 26px;
  width: 250px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
}
.suitable-for-sep {
  height: 77px;
  width: 1px;
  background: #d4ccd2;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 42px;
  margin-right: 42px;
}
.advantages-items {
  position: relative;
  z-index: 2;
}
.advantages-items .advantages-item:first-child {
  margin-top: 15px;
}
.advantages-item {
  margin-bottom: 30px;
}
.advantages-item-img {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #009ca0;
  margin: auto;
}
.advantages-item-text {
  width: 430px;
  margin: 5px auto 0;
  font-size: 20px;
  color: #4a4a4a;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
.advantages-item-text span {
  font-weight: bold;
}
.advantages-item-img1 {
  background: url(../images/adv-img1.png) no-repeat 50% 50%;
}
.advantages-item-img2 {
  background: url(../images/adv-img2.png) no-repeat 50% 50%;
}
.advantages-item-img3 {
  background: url(../images/adv-img3.png) no-repeat 50% 50%;
}
.advantages-item-img4 {
  background: url(../images/adv-img4.png) no-repeat 50% 50%;
}
.woman2 {
  position: absolute;
  bottom: 0;
  left: -150px;
  width: 438px;
  height: 733px;
  z-index: 1;
}
.woman3 {
  position: absolute;
  bottom: 0;
  right: -105px;
  width: 388px;
  height: 733px;
  z-index: 1;
}
.present {
  background: #009ca0;
  border-top: 1px solid #f6f6f6;
  padding-top: 45px;
  padding-bottom: 60px;
}
.present .title {
  color: #fff;
}
.present .title div {
  background: url(../images/present.png);
  display: inline-block;
  vertical-align: middle;
  width: 76px;
  height: 76px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
}
.present .title span {
  color: #fff;
}
.present-content {
  margin-top: 40px;
  text-align: center;
}
.present-left {
  display: inline-block;
  vertical-align: middle;
  width: 420px;
  text-align: right;
}
.present-text {
  font-size: 30px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #c0e7e8;
  font-weight: normal;
  line-height: 1.2;
}
.present-price {
  color: #fff;
  margin-top: 30px;
}
.present-price div:nth-child(1) {
  font-size: 40px;
  font-weight: normal;
}
.present-price div:nth-child(1) span {
  display: block;
  margin: 0 0 10px;
  font-size: 34px;
}
.present-price div:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
}
.present-sep {
  background: url(../images/sep-img3.png);
  width: 7px;
  height: 239px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 35px 0;
}
.present-right {
  width: 470px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.present-right a {
 background: #1ca6a1;
 border-radius: 5px;
 display: inline-block;
 padding: 10px 12px;
 margin-top: 20px;
 position: relative;
 overflow: hidden;
 border: 1px solid #fff;
 color: #fff;
 cursor: pointer;
 box-shadow: 5px 5px 12px #33333370;
 width: 80%;
 text-align: center;
 text-transform: uppercase;
}
.present-right a:after
{
  content: "";
  position: absolute;
  animation: wave 1.8s alternate infinite ease;
  left: -100%;
  top: -100%;
  height: 150px;
  width: 50px;
  transform: rotate(40deg);
  background: #ffffff40;
  border-right: 20px solid #fff70;
}
.wrblock .innbl {
  flex: 1;
  display: flex;
  padding: 30px;
}

.present-right a:hover {
  background: #f88464;
}
.present-right .sale-bot-title {
  text-align: left;
  color: #fff;
}
.present-right .products-left {
  text-align: left;
  padding-left: 0;
}
.present-right .products-left div {
  text-align: center;
  background: #c0e7e8;
  color: #009ca0;
}
.present-right .products-left div.sells-number {
  background: transparent;
}
.present-right .products-left div:nth-child(4) {
  background: transparent;
  color: #fff;
}
.opinions {
  padding-top: 53px;
}
.opinions-items {
  margin-top: 45px;
  text-align: center;
  letter-spacing: 20px;
}
.opinions-item {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  letter-spacing: normal;
}
.author-info {
  font-size: 20px;
  color: #009ca0;
  font-weight: 300;
  text-transform: uppercase;
}
.author-info span {
  font-weight: normal;
}
.video {
  width: 465px;
  height: 315px;
  margin-top: 12px;
  background: #eae6ea;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.video video {
  width: 465px;
  height: 315px;
}
.play {
  display: block;
  background: rgba(0, 0, 0, 0.5) url(../images/play-btn.png) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.play:hover {
  background-color: rgba(0, 0, 0, 0);
}
.details {
  margin: 50px auto 0;
  height: 1057px;
  width: 1320px;
  background-size: contain;
  box-sizing: border-box;
  display: none;
}
.photos2 {
  margin-top: 85px;
}
.photos2-items {
  min-width: 100%;
  width: 1760px;
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.photos2-item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 400px;
}

.products {
  padding-top: 95px;
}
.products-items {
  text-align: center;
  letter-spacing: 27px;
}
.products-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  position: relative;
}
.products-item-title {
  font-size: 30px;
  color: #009ca0;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  margin-top: 40px;
}
.products-item-info {margin-top: 13px;}
.products-item-img {
  width: 222px;
  height: 525px;
  height:436px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  border: 1px solid rgba(133, 108, 128, 0.23);
  position: relative;
  z-index: 1;}
.products-item-info-text {
  width: 265px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  position: relative;
  background: #f6f6f6;
}
.shadow {
  background-image: url(../images/shadow.png);
  width: 36px;
  height: 100%;
  position: absolute;
  left: 0;
  background-size: cover;
}
.products-item-text-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  height: 80px;
  background: #009ca0;
  padding-top: 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: left;
  padding-left: 37px;
}
.products-item-text-block {
  position: relative;
  color: #009ca0;
  height: 432px;
  padding: 15px 10px 0 25px;padding:5px 10px 0 25px;
}
.products-item-text {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  color: #4a4a4a;height:105px;overflow: hidden;}
.products-item-text span {
  display: block;
  margin: 5px 0 0;
}
.products-item-sep {
  margin-top: 15px;
  width: 265px;
  margin-left: -37px;
}
.products-item-sep div{height:1px;margin-top:1px;background:#ddd;}
.products-size {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #009ca0;
  text-transform: uppercase;
  text-align: left;height:110px;}
.products-size-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.products-size-selection {
  display: inline-block;
  vertical-align: middle;
  min-width: 25px;
  font-size: 8px;
  padding-left: 2px;
  padding-right: 2px;
  height: 20px;
  line-height: 21px;
  border: 1px solid #4a4a4a;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  color: #4a4a4a;
}
.products-size-selection:hover,
.products-size-selection.active {opacity: 1;}
.products-quantity {
  font-size: 20px;
  font-weight: bold;
  color: #009ca0;
  text-transform: uppercase;
  text-align: left;
  margin: 3px 0;margin:-85px 0 3px 0;}
.products-quantity select {
  cursor: pointer;
  outline: none;
}
.quantity-text {
  display: inline-block;
  vertical-align: middle;
}
.quantity {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}
.question {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/question.png);
  width: 20px;  height: 20px; background-size: contain; margin: 0 0 0 5px;
  position: relative; z-index: 555;}
.question:hover .question-content {
  display: block;
}
.question-content {
  z-index: 4;
  display: none;
  position: absolute;  
/*  width: 668px;
  height: 184px;
 background-size: cover;*/
}
.question-content1 {
  right: -334px;
  top: -194px;
}
.btn {
  display: block;
  margin: 30px auto 0;
  font-size: 30px;
  color: #fff;
  width: 500px;
  height: 70px;
  background: #009ca0aa;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: 1px solid #856c80;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover {
  background: #f88464;
}
.products-price {
  font-size: 20px;
  font-weight: bold;
  color: #009ca0;
  text-align: left;
  text-transform: uppercase;
}
.products-price span {
  font-weight: 300;
  color: #4a4a4a;
  text-decoration: line-through;
}
.products-total {text-align: left;font-size: 16px;font-weight: 300;color: #4a4a4a;margin-top:5px;}
.buy-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 64px;
  border: none;
  font-size: 22px;
  line-height: 64px;
}
.delivery {
  padding-top: 60px;
  background: #fff;
}
.delivery-img {
  width: 844px;
  height: 169px;
  margin: 50px auto 0;
}
.delivery-text {
  margin-top: 45px;
  text-align: center;
  padding-left: 30px;
  padding-bottom: 35px;
}
.delivery-text .delivery-text-item:first-child {
  box-sizing: border-box;
  padding-left: 50px;
}
.delivery-text-item {
  font-size: 16px;
  font-weight: 300;
  color: #009ca0;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  width: 230px;
}
.delivery-text-sep {
  background: url(../images/sep-img4.png);
  width: 7px;
  height: 85px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  margin-right: 35px;
}
.offer .title div {
  background: url(../images/offer.png);
  width: 100px;
  height: 100px;
  margin-left: -5px;
  margin-right: 5px;
  margin-top: -35px;
}
.offer .present-sep {
  margin-top: 0;
}
.present-left .sale-price {
  text-align: left;
  background: none;
}
.art {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  margin-right: 20px;
  font-size: 24px;
  text-align: right;
}
.careful {
  text-align: center;
  font-size: 40px;
  font-family: 'Roboto Slab', Tahoma, sans-serif;
  font-weight: bold;
  color: #c0e7e8;
  margin: 0 0 40px;
  line-height: 1;
}
footer {
  padding-bottom: 40px;
  background: #4a4a4a;
  margin-top: -20px;
}
.social {
  width: 100%;
  text-align: center;
}
.social-title {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 20px;
}
.social-icons {
  margin-top: 10px;
}
.social-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 32px;
  height: 32px;
}
.social-icon1 {
  background: url(../images/vk.png);
}
.social-icon2 {
  background: url(../images/instagram.png);
}
.social-icon3 {
  background: url(../images/bb.png);
}
.footer-text {
  font-size: 16px;
  font-weight: normal;
  color: #4a4a4a;
  text-align: center;
  margin-top: 40px;
}
.policy {
  margin-top: 38px;
  text-align: center;
}
.policy a {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 300;
  color: #4a4a4a;
}
.policy div {
  height: 22px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  background: rgba(74, 74, 74, 0.4);
}
.products-left {
  position: relative;
}
div.sells-number {
  width: 125px;
  text-align: right;
  background: transparent;
  position: absolute;
  top: 0;
  right: 45px;
  letter-spacing: 19px;
}

.title.ver2 {
    font-size: 25px;
    max-width: 980px;
    margin: 30px auto;
    text-transform: none;
}

.footkontakt {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto;
    padding-top: 30px;
}
.foottext  {width: 50%;color: #fff;}
.footmap {width: 50%;}
.textf {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    font-size: 18px;
    text-align: left;
    margin: 20px auto;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 20px 0px;
}
.tel {padding-left: 40px;position: relative;font-size: 24px;margin-right: 30px;height: 30px;line-height: 35px;}

a.tel:before {content: ' ';
background-image: url(/images/te.png);
background-size: 100%;
width: 30px;
height: 30px;
position: absolute;
left: 0px;}

.grafic {padding-left: 40px;position: relative;font-size: 24px;margin-right: 30px;height: 30px;line-height: 35px;margin-top: 30px;}
.grafic:before {content: ' ';background-image: url(/images/clock.png);
background-size: 100%;width: 30px;height: 30px;position: absolute;left: 0px;}
.sale-bot2 a {
    background: #1ca6a1;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 12px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px 12px #33333370;
    text-transform: uppercase;
}
.sale-bot2 a:after 
{
  content: "";
  position: absolute;
  animation: wave 1.8s alternate infinite ease;
  left: -100%;
  top: -100%;
  height: 150px;
  width: 50px;
  transform: rotate(40deg);
  background: #ffffff40;
  border-right: 20px solid #fff70;
}
.wrblock .innbl {
  flex: 1;
  display: flex;
  padding: 30px;
}

.sale-bot2 a:hover {
  background: #02aeb2;
}
@media screen and (max-width: 1000px) {

  .footkontakt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    align-content: center;
}
.foottext  {width: 80%;}
.footmap {width: 80%;}

}
.offer .title.new div {
  background: url(/images/vopros.png);
  width: 100px;
  height: 100px;
  margin-left: -5px;
  margin-right: 5px;
  margin-top: -35px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.voprosy {
    font-size: 24px;
    color: #fff;
    text-align: left;
}
.voprosy p {padding-left: 30px;}
.voprosy strong {margin-left: -40px;text-align: left;padding: 0px;display: block;}

.advantages.new {
  padding: 50px;
  background: #009ca0;

}

.advantages.new  .title {color: #fff; max-width: 980px;
                        margin: 0 auto;}
.advantages.new  .title span {color: #fff;}
.title.new {padding-top: 50px;}

.photos2-item {    background-size: auto 100%!important;
    background-position: center!important;}
    
    .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 80%!important;
    margin: 0 auto!important;
}

.wrap.ver2{
    background: linear-gradient(45deg, #e7fcff 20%, #76FF0300), url(https://st.depositphotos.com/1605581/3728/i/450/depositphotos_37286225-stock-photo-abstract-medical-background.jpg) no-repeat 50% 60%/cover;
    padding: 30px 0px;
    margin-top: 30px;
}

@keyframes wave {
  from {
    left: -100%;
    width: 0px;
  }
  to {
    left: 160%;
    width: 80px;
  }
}
.sheensay_fixed {
                  position: fixed;
                  z-index: 999;
                  width: 100%;
                  top: 0;
                  }
                
                .header__middle-logo {
    display: inline-block;
    vertical-align: top;
    max-width: 240px;
    float: left;
}

.header__middle-phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    padding: 0 0 0 30px;
    min-width: 200px;
    text-align: left;
}
.header__middle-clock {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    padding: 0 0 0 32px;
    min-width: 150px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
}
.header__middle-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    min-width: 150px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    padding: 0 0 0 32px;
}

.header__middle-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 18px;
    height: 18px;
    background: url(/images/sprite.png) 0 -78px;
}

.header__middle-phone a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #373737;
}

.header__middle-clock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 19px;
    height: 19px;
    background: url(/images/sprite.png) -18px -78px;
}
.header__middle-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 19px;
    height: 19px;
    background: url(/images/deliv_icon.png);
}

.header__middle {background: #fff;}
.header__middle {
    min-height: 64px;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.header__middle-clock span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
@media(max-width: 1000px) {

                
 .header__middle-logo {
    display: block;
    /* vertical-align: top; */
    /* max-width: 100%; */
    /* float: none; */
    /* text-align: center; */
    /* width: 0vw; */
    /* margin: 0 auto; */
    -webkit-transform: scale(2.5);
    margin-bottom: 100px;
    margin-top: 50px;
}

.header__middle-phone {
    /* position: relative; */
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin: 10px 25px; */
    /* padding: 0 0 0 30px; */
    /* min-width: 100%; */
    text-align: center;
    /* margin: 0 auto; */
    /* width: -webkit-fill-available; */
    -webkit-transform: scale(2.5);
    margin-bottom: 70px;
}
.header__middle-clock {
    position: relative;
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin: 10px 25px; */
    /* padding: 0 0 0 32px; */
    /* min-width: 100%; */
    /* font-size: 15px; */
    /* line-height: 21px; */
    text-align: center;
    /* width: 500px; */
    -webkit-transform: scale(2.5);
    /* margin: 0 auto; */
    margin-bottom: 70px;
}
.header__middle-info {
    /* position: relative; */
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin: 10px 25px; */
    /* min-width: 100%; */
    /* font-size: 15px; */
    line-height: 21px;
    text-align: center;
    /* padding: 0 0 0 32px; */
    /* width: 90%; */
    margin: 0 auto;
    -webkit-transform: scale(2.5);
    margin-bottom: 70px;
    -webkit-transform-origin: center center;
}

.header__middle-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 18px;
    height: 18px;
    background: url(/images/sprite.png) 0 -78px;
}

.header__middle-phone a {
    /* display: block; */
    font-size: 16px;
    /* line-height: 22px; */
    font-weight: bold;
    color: #373737;
}

.header__middle-clock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 19px;
    height: 19px;
    background: url(/images/sprite.png) -18px -78px;
}
.header__middle-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 19px;
    height: 19px;
    background: url(/images/deliv_icon.png);
}

.header__middle {background: #fff;}
.header__middle {
    min-height: 64px;
    padding: 30px 0;
    background: #fff;
    text-align: center;
    width: 100%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header__middle-clock span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}


.col-xs-12.col-sm-12.col-md-12 {display: flex;flex-direction: column;align-items: center;align-content: center;justify-content: center;max-width: 90%;}
  .menu {
    letter-spacing: 24px;
    text-align: center;
}
.woman {
    position: absolute;
    z-index: 1;
    left: 310px;
    top: 0;
    width: 402px;
    height: 787px;
}
.sale {
    margin-top: 0px;
    float: right;
}
.main-block-right {
    padding-top: 40px;
    float: right;
    position: relative;
    z-index: 2;
    width: 400px;
    padding-right: 80px;}
    .gains {
    padding-top: 45px;
    padding-bottom: 85px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -50px;
}
.woman2 {
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 438px;
    height: 733px;
    z-index: 1;
}
.woman3 {
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 388px;
    height: 733px;
    z-index: 1;
}
.advantages {padding-top: 50px;background: #f6f6f6;margin-left: -50px;}
.opinions {padding-top: 53px;margin-left: -50px;}
.voprosy { font-size: 24px; color: #fff; text-align: left; max-width: 80%; margin: 0 auto; }
header .container { width: 1080px; margin: auto; padding-left: 10px; padding-right: 10px; margin-left: -50px; }
.delivery {padding-top: 60px;background: #fff;margin-left: -50px;}
  .present.offer .container {margin-left: -50px;}
  .products .container {margin-left: -50px;}
}

.opinions-items .opinions-item:last-child{display:none;}
.opinions-items .opinions-item:first-child .video
	{width: 848px;height: 480px;margin-top: 12px;background: #eae6ea;border: 1px solid rgba(0, 0, 0, 0.2);position: relative;}
.opinions-items .opinions-item:first-child .video video {width: 848px;height: 480px;}
.logo-orteka{position: absolute;z-index: 999;right: 0;right: 180px;top: 50px;}
.logo-orteka img{width:200px;height: auto;}

.products-item-info-text .products-size.sizeProd > .question > .question-content.question-content1
	{background-size:contain!important;width:858px;height:310px;}
.products-item-text-block .products-quantity .quantity-text{display:none;}
.products-item-text-block .products-quantity .quantity{display:none;}

.products-items.exoprosthesis .products-item-info-text .products-size.sizeProd > .question > .question-content.question-content1
	{background-image: url('/images/viaggio/exoprosthesis-1.2.5.png')!important;background-size:contain!important;width:858px;height:310px;}
.products-items.exoprosthesis .home-demo
	{width:231px;margin: 0 auto;position: relative;margin-top:0px;margin-left:0px;}
.products-items.exoprosthesis .owl-carousel.owl-theme .owl-wrapper-outer
	{position: relative;}

.products-items.exoprosthesis .slick-dots{bottom:0;}
.products-items.exoprosthesis .slick-prev {left: 5px;z-index: 999;}
.products-items.exoprosthesis .slick-next {right: 5px;z-index: 999;}

/*
.products-items.exoprosthesis .owl-carousel .owl-controls .owl-buttons .owl-prev,
 .products-items.exoprosthesis.owl-carousel .owl-controls .owl-buttons .owl-next,
 .products-items.exoprosthesis .owl-carousel .owl-controls .owl-dot {font-family: 'fontAwesome'!important;}
.products-items.exoprosthesis .owl-carousel .owl-controls .owl-buttons .owl-prev:before{*/
    /*/ fa-chevron-left*/
    /*content: "\f053"!important;
    margin-right:10px;
}
.products-items.exoprosthesis .owl-carousel .owl-controls .owl-buttons .owl-next:after{*/
    /*/fa-chevron-right*/
    /**content: "\f054"!important;
    margin-right:10px;
}
*/

/*@media only screen and (min-device-width: 310px) and (max-device-width:405px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:-340px;}
	}
@media only screen and (min-device-width: 360px) and (max-device-width:405px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom: -330px;
		}
		.products-items.exoprosthesis .home-demo .owl-carousel.owl-theme .owl-wrapper .owl-item
			{width: 230px!important;}
	}
@media only screen and (min-device-width: 410px) and (max-device-width:565px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:-340px;}
	}
@media only screen and (min-device-width: 710px) and (max-device-width:805px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:60px;}
	}
@media only screen and (min-device-width: 810px) and (max-device-width:950px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:60px;}
	}
@media only screen and (min-device-width: 955px) and (max-device-width:1030px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:60px;}
	}
@media only screen and (min-device-width:1040px) and (max-device-width:1300px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:60px;}
	}
@media only screen and (min-device-width:1305px) and (max-device-width:1400px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom: 40px;
		}
	}
@media only screen and (min-device-width:1405px) and (max-device-width:2000px)
	{
		.products-items.exoprosthesis .home-demo {
			width: 281px;
			margin: 0 auto;
			position: relative;
			z-index: 99;
			top: -428px;
			left: -133px;
			margin-bottom:50px;
		}
	}*/



