:root {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 32px;
}
@font-face {
  font-family: 'pn';
  src: url('../fonts/proxima_nova_thin-webfont.woff');
  src: url('../fonts/proxima_nova_thin-webfont.woff') format('woff'), url('../fonts/proxima_nova_thin-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Robotomedium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswaldlight.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.marquee {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  height: 80px;
}
.marquee__block {
  display: inline-block;
  width: max-content;
  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 6s linear infinite;
}
.marquee__block:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-200%, 0);
  }
}
/* Respect user preferences about animations */
@media (prefers-reduced-motion: reduce) {
  .marquee__block {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    /* instead of animation: none, so an animationend event is
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}
#navbar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.50183824) 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 150;
  height: 100px;
}
.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
}
.wpb_content_element {
  margin-bottom: 0px !important;
}
.introtext {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 16px;
}
.blinking {
  animation: blinkingText 0.8s infinite;
}
@keyframes blinkingText {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
loader ring
 */
.lds-dual-ring {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgba(122, 122, 122, 0.7);
  border-color: rgba(122, 122, 122, 0.7) transparent rgba(122, 122, 122, 0.7) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
base
 */
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #3C595F;
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Oswald', sans-serif;
}
svg {
  fill: currentColor;
}
a {
  transition: color 350ms;
  color: #3C595F;
  text-decoration: none;
}
a:hover {
  color: #0f6c6a;
}
body > div:last-of-type > div > a {
  display: none;
}
.hidden {
  display: none !important;
}
.headline {
  position: fixed;
  top: 0px;
  z-index: 900;
  background-color: #3198b2;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.headline__text {
  color: #fff;
  width: auto;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.headline__text_left {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 700;
  padding-right: 10px;
}
.headline__text_right {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 400;
  padding-right: 10px;
}
.headmenu {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 4px 20px -2px rgba(111, 111, 111, 0.7);
  position: fixed;
  z-index: 900;
  background-color: #fff;
  top: 0px;
  transition: all 400ms;
}
.headmenu.active {
  top: 60px;
}
.headmenu__container {
  max-width: 1400px;
  width: calc(100% - 240px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headmenu__left {
  width: 270px;
}
.headmenu__right {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headmenu__logo {
  background-image: url(../images/main_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 70px;
}
.headmenu__menu {
  width: calc(100% - 230px);
  box-sizing: border-box;
  text-align: right;
  padding-right: 10px;
}
.headmenu__menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.headmenu__menu ul li {
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  position: relative;
}
.headmenu__menu ul li:after {
  content: '•';
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  color: #018dad;
  margin-right: -15px;
  margin-top: 6px;
}
.headmenu__menu ul li:last-of-type {
  margin-right: 0px;
}
.headmenu__menu ul li:last-of-type:after {
  display: none;
}
.headmenu__menu ul li:first-of-type {
  margin-left: 0px;
}
.headmenu__menu ul li a {
  font-size: 22px;
  color: #018dad;
  border-bottom: 3px solid transparent;
}
.headmenu__menu ul li a.active {
  color: #7e9195;
  border-bottom: 3px solid #7e9195;
}
.headmenu__menu ul li a:hover {
  color: #7e9195;
  border-bottom: 3px solid #7e9195;
}
.headmenu__shop {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headmenu__shop_link {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  line-height: 60px;
  background-color: #018dad;
}
.headmenu__cart {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #018dad;
  background-image: url(../images/cart_small.png);
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.headmenu__cart span {
  position: absolute;
  background-color: #ce0b0b;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  right: -5px;
  top: -15px;
  text-align: center;
}
.container {
  max-width: 1400px;
  width: calc(100% - 240px);
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container__title {
  font-size: 60px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.container__sidebar {
  width: 320px;
}
.container__content {
  width: calc(100% - 360px);
}
.container:after {
  content: ' ';
  display: block;
  clear: both;
}
.homeslide {
  width: 100%;
  height: 700px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 60px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
}
.homeslide_half .homeslide__left {
  width: calc(50% - 20px);
}
.homeslide_half .homeslide__right {
  padding-top: 40px;
  width: calc(50% - 20px);
}
.homeslide__left {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}
.homeslide__left_small {
  width: calc(60% - 40px);
  max-width: 100%;
}
.homeslide__right {
  width: calc(100% - 800px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
}
.homeslide__right_small {
  width: 40%;
  padding-top: 60px;
}
.homeslide__image {
  width: 100%;
  height: 620px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.homeslide__image_small {
  height: 240px;
}
.homeslide__title {
  font-size: 60px;
  color: #018dad;
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.homeslide__title_large {
  max-width: 100%;
  font-size: 42px;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
.homeslide__text {
  font-size: 40px;
  color: #3c595f;
  max-width: 800px;
  margin-bottom: 40px;
  font-family: "Roboto";
  font-weight: 300;
}
.homeslide__text_small {
  max-width: 100%;
  font-size: 24px;
}
.homeslide__point {
  font-size: 40px;
  color: #3c595f;
  max-width: 800px;
  font-family: "Roboto";
  font-weight: 300;
}
.homeslide__link a {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 30px;
  line-height: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #018dad;
  border: 2px solid #018dad;
}
.homeslide__link a.clear {
  color: #3c595f;
  border: 2px solid #3c595f;
  background-color: transparent;
}
@keyframes bg_float {
  0% {
    background-position: 100% 53%;
  }
  20% {
    background-position: 96% 49%;
  }
  40% {
    background-position: 95% 57%;
  }
  60% {
    background-position: 95% 52%;
  }
  80% {
    background-position: 97% 58%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.style_homeslide .homeslide {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 34%;
  transition: all 400ms;
  opacity: 0;
}
.style_homeslide .homeslide.animated {
  opacity: 1;
  background-image: url(../images/productbg.png);
  animation: 10s linear 0s infinite alternate bg_float;
  animation-delay: 1.4s;
}
.style_homeslide .homeslide .homeslide__title {
  transition: all 200ms;
  opacity: 0;
  clip-path: inset(600px 0px 0px 0px);
}
.style_homeslide .homeslide .homeslide__text {
  transition: all 200ms;
  opacity: 0;
  clip-path: inset(600px 0px 0px 0px);
}
.style_homeslide .homeslide .homeslide__link {
  transition: all 200ms;
  opacity: 0;
  clip-path: inset(600px 0px 0px 0px);
}
.style_homeslide .homeslide .homeslide__image {
  transition: all 200ms;
  opacity: 0;
  clip-path: inset(600px 600px 600px 600px);
}
.style_homeslide .homeslide.active .homeslide__title {
  transition: all 1300ms;
  opacity: 1;
  clip-path: inset(0px 0px 0px 0px);
  transition-delay: 0s;
}
.style_homeslide .homeslide.active .homeslide__text {
  transition: all 1300ms;
  opacity: 1;
  clip-path: inset(0px 0px 0px 0px);
  transition-delay: 0s;
}
.style_homeslide .homeslide.active .homeslide__link {
  transition: all 1300ms;
  opacity: 1;
  clip-path: inset(0px 0px 0px 0px);
  transition-delay: 0s;
}
.style_homeslide .homeslide.active .homeslide__image {
  transition: all 1300ms;
  opacity: 1;
  clip-path: inset(0px 0px 0px 0px);
  transition-delay: 0s;
}
.style_homeslide .swiper-button-next {
  background-image: url(../images/home_arrright.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  top: auto;
  bottom: 60px;
  display: none;
}
.style_homeslide .swiper-button-next:after {
  display: none;
}
.style_homeslide .swiper-button-prev {
  background-image: url(../images/home_arrleft.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  top: auto;
  bottom: 60px;
  display: none;
}
.style_homeslide .swiper-button-prev:after {
  display: none;
}
.style_homeslide .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #018dad;
}
.style_homeslide .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  background-color: #018dad;
  margin-bottom: -5px !important;
}
.greybg {
  background-color: #f4f9f9;
  padding-top: 180px;
  padding-bottom: 40px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.blockthree {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.blockthree__block {
  width: calc(30% - 20px);
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  min-height: 300px;
  position: relative;
  padding-top: 100px;
}
.blockthree__block__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 175px;
  height: 215px;
  position: absolute;
  left: 50%;
  margin-left: -87px;
  margin-top: -140px;
  top: 0;
}
.blockthree__block__title {
  font-size: 23px;
  font-weight: 700;
  color: #3198b2;
}
.blockthree__block__text {
  font-size: 20px;
  color: #3c595f;
  font-weight: 300;
}
.sidetwo {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.sidetwo_bottom {
  margin-top: 250px;
}
.sidetwo_bottom .sidetwo__block {
  width: calc(50% - 20px);
  background-image: url(../images/prodbg.png);
}
.sidetwo_reversed {
  margin-top: 300px;
  padding-bottom: 50px;
}
.sidetwo_reversed .sidetwo__block:nth-of-type(1) {
  width: calc(50% - 20px);
  background-image: none;
}
.sidetwo_reversed .sidetwo__block:nth-of-type(2) {
  width: calc(50% - 20px);
  background-image: url(../images/prodbg22.png);
  background-position: 100% 30%;
}
.sidetwo_reversed .sidetwo__block:nth-of-type(2) .sidetimer__product {
  background-image: url(../images/product4.png);
}
.sidetwo__block {
  width: calc(50% - 20px);
  background-image: url(../images/homebgleft.jpg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.sidetwo__block_med {
  width: 400px;
  height: auto;
}
.sidetwo__block_large {
  width: calc(100% - 450px);
  height: auto;
}
.sidetwo__block__header {
  font-size: 60px;
  color: #018dad;
  max-width: 800px;
  margin-bottom: 30px;
}
.sidetwo__block__text {
  font-size: 30px;
  color: #3c595f;
  max-width: 800px;
  margin-bottom: 30px;
  font-weight: 300;
  padding-right: 30px;
  font-family: "Roboto";
}
.sidetwo__block__text_large {
  width: 100%;
  max-width: 100%;
  font-size: 42px;
}
.sidetwo__block__link a {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
}
.sidetwo__block:nth-of-type(2) {
  width: calc(50% - 20px);
  background-image: none;
}
.sidetimer {
  margin-top: 150px;
  background-image: url("../images/timerbg.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.sidetimer__container {
  max-width: 1400px;
  width: calc(100% - 240px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.sidetimer__name {
  color: #018dad;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}
.sidetimer__title {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  color: #018dad;
  margin-bottom: 30px;
}
.sidetimer__title span {
  font-size: 42px;
  opacity: 0.6;
}
.sidetimer__timer {
  color: #018dad;
  margin-bottom: 30px;
}
.sidetimer__timer ul {
  padding: 0;
  margin: 0;
}
.sidetimer__timer ul li {
  background-color: #018dad;
  color: #fff;
  width: 140px;
  height: 140px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  display: flex;
  float: left;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 50%;
  font-size: 24px;
}
.sidetimer__timer ul li span:nth-of-type(1) {
  font-size: 36px;
}
.sidetimer__timer ul li span:nth-of-type(2) {
  margin-bottom: 10px;
}
.sidetimer__timer ul:after {
  content: ' ';
  display: block;
  clear: both;
}
.sidetimer__link {
  text-align: center;
}
.sidetimer__link a {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
}
.sidetimer__block {
  width: 700px;
  padding-top: 50px;
}
.sidetimer__image {
  width: calc(100% - 740px);
}
.sidetimer__product {
  width: 100%;
  height: 650px;
  background-image: url(../images/product.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.sidetimer__product_bottom {
  background-image: url(../images/Blue-Devices.png);
  margin-top: 120px;
}
.sidetimer__product_top {
  background-image: url(../images/AirPhysio.png);
  margin-top: 160px;
  margin-left: 100px;
}
.videoblock {
  border: 8px solid #018dad;
  max-width: 680px;
  height: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -200px;
}
.videoblock iframe {
  width: 100%;
  height: 350px;
}
.videoblock_img {
  background-image: url(../images/dep_health.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.threelist {
  padding: 0;
  padding-left: 20px;
  margin: 0;
}
.threelist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.threelist li div:nth-of-type(1) {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.threelist li div:nth-of-type(2) {
  width: calc(100% - 180px);
}
.js-clientsslider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.js-clientsslider .swiper-wrapper .swiper-slide .personslide {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  box-sizing: border-box;
  transform: scale(0.7);
}
.js-clientsslider .swiper-wrapper .swiper-slide .personslide__top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.js-clientsslider .swiper-wrapper .swiper-slide .personslide__text {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
  font-family: "Roboto";
  min-height: 330px;
}
.js-clientsslider .swiper-wrapper .swiper-slide .personslide__photo {
  width: 90px;
  height: 90px;
  background-size: cover;
  display: none;
}
.js-clientsslider .swiper-wrapper .swiper-slide .personslide__name {
  color: #018dad;
  font-size: 24px;
}
.js-clientsslider .swiper-wrapper .swiper-slide .personslide__stars svg {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.js-clientsslider .swiper-wrapper .swiper-slide-active .personslide {
  transform: scale(1);
  /*
        background-color: #fff;
        padding: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        box-sizing: border-box;
        &__top {
          display: flex;
          align-items: center;
          justify-content: space-evenly;
        }
        &__text {
          margin-top: 30px;
          font-size: 28px;
          font-family: "Roboto";
          min-height: 400px;
        }
        &__photo {
          width: 160px;
          height: 160px;
          background-size: cover;
          display: none;
        }
        &__name {
          color: #018dad;
          font-size: 32px;
        }
        &__stars {
          svg {
            width: 32px;
            height: 32px;
            margin-right: 6px;
          }
        }*/
}
.dealslide {
  display: flex;
  justify-content: space-between;
}
.dealslide__left {
  width: calc(40% - 20px);
  background-image: url(../images/itemsbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.dealslide__right {
  width: calc(60% - 20px);
}
.dealslide__products {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.dealslide__products li {
  width: calc(50% - 50px);
  text-align: center;
}
.dealslide__image {
  border: 8px solid #dedede;
  height: 300px;
  width: 100%;
  position: relative;
  transition: all 800ms;
}
.dealslide__image:hover {
  border-color: #018dad;
}
.dealslide__image__content {
  width: calc(100% - 50px);
  height: 300px;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 800ms;
  transform: translateX(60px);
  z-index: 10;
  left: 25px;
}
.dealslide__image__content:hover {
  transform: translateX(0px);
}
.dealslide__link a {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  line-height: 60px;
  background-color: #018dad;
}
.footer {
  background-color: #fff;
}
.footer__top {
  padding-top: 30px;
  padding-bottom: 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer__top_small .footer__top__right {
  min-height: 30px;
  background-image: none;
}
.footer__top__left {
  width: calc(48% - 20px);
  text-align: center;
  font-size: 32px;
  font-family: Roboto;
  color: #3c595f;
}
.footer__top__bottom {
  width: 100%;
  padding-top: 80px;
}
.footer__top__center {
  text-align: center;
  min-height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__top__right {
  background-image: url(../images/timerbg.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(48% - 20px);
}
.footer__top__right_wide {
  justify-content: space-between;
}
.footer__top__right input {
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #018dad;
  border-radius: 20px 0 0 20px;
  color: #018dad;
  text-transform: uppercase;
  font-size: 24px;
  height: 60px;
  font-family: 'Oswald', sans-serif;
  width: calc(100% - 180px);
  display: inline-block;
  padding-top: 0px;
}
.footer__top__right a.subbtn {
  color: #fff;
  background-color: #018dad;
  border: 1px solid #018dad;
  line-height: 60px;
  height: 60px;
  padding-top: 0px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 32px;
  width: 180px;
  text-align: center;
  border-radius: 0px 20px 20px 0px;
}
.footer__bottom {
  font-family: 'pn';
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #018dad;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}
.footer__bottom a {
  color: #fff;
}
.socicons {
  padding: 0;
  display: inline-block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.socicons li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.messageicon {
  background-image: url(../images/message.png);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  float: right;
}
.notificationalert {
  width: 100%;
  max-width: 400px;
  position: fixed;
  z-index: 200;
  bottom: 20px;
  left: 20px;
  top: auto;
  padding: 20px;
  border-radius: 0px;
  background-color: #fff;
  border: 3px solid #018dad;
  font-size: 20px;
  color: #3c595f;
  transform: translateX(-600px);
  transition: all 400ms;
}
.notificationalert_error {
  background: linear-gradient(90deg, #be0d36, #be0d68);
}
.notificationalert_success {
  background: linear-gradient(90deg, #1dc49b, #1dc458);
}
.notificationalert.active {
  transform: translateX(0px);
}
.notificationalert__image {
  background-image: url(../images/notification_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 80px;
  display: inline-block;
  float: left;
}
.notificationalert__title {
  font-weight: bold;
  display: block;
  text-align: left;
  line-height: 30px;
}
.notificationalert__close {
  position: absolute;
  font-weight: normal;
  font-size: 28px;
  line-height: 18px;
  width: 20px;
  height: 20px;
  border: 2px solid #018dad;
  border-radius: 50%;
  text-align: center;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: #018dad;
}
.tabmenu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tabmenu li {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
}
.tabmenu a {
  text-decoration: none;
}
.tabmenu a:hover li {
  background-color: #cce9ed;
  color: #3c595f;
}
.tabmenu a.active li {
  background-color: #cce9ed;
  color: #3c595f;
}
.tabblock {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 40px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabblock__title {
  font-size: 23px;
  color: #018dad;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabblock__text {
  font-size: 18px;
  color: #3c595f;
  margin-bottom: 30px;
  font-family: "Roboto";
  line-height: 26px;
}
.tabblock__left {
  width: calc(100% - 500px);
}
.tabblock__left .tabmenu li {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
}
.tabblock__right {
  width: 450px;
}
.review {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.review__left {
  /*rsp change*/
  display: none;
  width: 280px;
}
.review__photo {
  width: 100%;
  height: 280px;
  border-radius: 50%;
  background-size: cover;
}
.review__right {
  width: calc(100% - 340px);
  margin-left: 170px;
}
.review__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.review__name {
  font-size: 36px;
  color: #3c595f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 30px;
}
.review__stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.review__stars svg {
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-right: 10px;
  margin-top: 14px;
}
.review__bottom {
  margin-top: 30px;
  font-size: 28px;
  font-family: "Roboto" !important;
  font-weight: 300;
}
.disclaimer {
  max-width: 800px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.disclaimer__title {
  font-size: 26px;
}
.disclaimer__text {
  font-size: 18px;
  color: #3C595F;
}
.halftext {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 38%;
}
.halftext_l {
  background-position: left center;
}
.halftext_l .halftext__title {
  text-align: right;
}
.halftext__left {
  width: calc(50% - 10px);
}
.halftext__right {
  width: calc(50% - 10px);
}
.halftext__center {
  width: 100%;
  text-align: center;
}
.halftext__title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #018dad;
}
.halftext__text {
  font-size: 30px;
  color: #3c595f;
  font-family: "Roboto";
  font-weight: 300;
}
.midtext {
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.midtext__title {
  color: #018dad;
  font-size: 30px;
  margin-bottom: 30px;
}
.midtext__title_big {
  font-size: 52px;
  margin-top: 50px;
}
.midtext__text {
  font-size: 30px;
  color: #3c595f;
  margin-bottom: 30px;
  font-family: "Roboto";
  font-weight: 300;
}
.midtext__smalltext {
  font-size: 18px;
  color: #3c595f;
}
.blockhalf {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.blockhalf__left {
  width: calc(50% - 10px);
  height: 600px;
}
.blockhalf__left iframe {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
}
.blockhalf__right {
  height: 600px;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blockhalf__center {
  width: 100%;
}
.blockhalf__center .blockhalf__block {
  text-align: center;
  box-shadow: none;
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}
.blockhalf__center .blockhalf__block .b {
  font-weight: bold;
  display: inline-block !important;
  margin-right: 20px;
}
.blockhalf__center .blockhalf__block svg {
  width: 50px;
  height: 34px;
  display: inline-block;
}
.blockhalf__center .blockhalf__block a {
  text-decoration: none;
}
.blockhalf__block {
  width: 100%;
  height: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #3c595f;
  font-size: 32px;
  box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 12px;
}
.blockhalf__block b {
  font-size: 42px;
  font-weight: normal;
}
.blockhalf__block a {
  color: #3c595f;
  text-decoration: underline;
}
.blockhalf__link {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
  float: right;
}
.blockhalf {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.blockhalf__left {
  width: calc(50% - 10px);
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blockhalf__left iframe {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
}
.blockhalf__right {
  height: 600px;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blockhalf__block {
  width: 100%;
  height: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #3c595f;
  font-size: 32px;
  box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 12px;
}
.blockhalf__block b {
  font-size: 42px;
  font-weight: normal;
}
.blockhalf__block a {
  color: #3c595f;
  text-decoration: underline;
}
.blockhalf__input {
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #3c595f;
  font-size: 32px;
  box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 0px;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}
.blockhalf__textarea {
  width: 100%;
  height: 300px;
  font-family: 'Oswald', sans-serif;
}
#breadcrumbs {
  font-size: 22px;
}
#breadcrumbs a {
  color: #018dad;
}
.linedbg {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F4F9F9;
  background-size: cover;
}
#tab-title-description {
  border-top-left-radius: 4px !important;
}
.woocommerce .product.type-product .woocommerce-loop-product__title {
  min-height: 230px !important;
  box-sizing: border-box !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.woocommerce .summary.entry-summary {
  font-family: "Roboto" !important;
  padding: 0px !important;
}
.woocommerce .summary.entry-summary img {
  display: inline-block !important;
  float: left !important;
  margin-top: -8px !important;
  margin-right: 5px !important;
}
.woocommerce .summary.entry-summary ul {
  padding: 0px !important;
  list-style: none !important;
}
.woocommerce .summary.entry-summary ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-tabs .tabs.wc-tabs {
  padding-left: 0px !important;
  border-top-left-radius: 4px !important;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.woocommerce .woocommerce-tabs .tabs.wc-tabs li {
  width: calc(33.3% - 0px);
  box-sizing: border-box;
}
.woocommerce .woocommerce-tabs .tabs.wc-tabs li:nth-of-type(3) {
  width: calc(34% + 8px);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #F4F9F9;
}
.woocommerce .out-of-stock {
  display: inline-block;
  line-height: 30px;
  padding-left: 18px;
  padding-right: 18px;
  border: 3px solid #018dad;
  background-color: #018dad;
  color: #fff !important;
}
.woocommerce .woocommerce-product-details__short-description {
  display: none;
}
.woocommerce .woocommerce-Tabs-panel {
  background-color: #fff;
  padding-right: 20px !important;
}
.woocommerce .entry-summary {
  text-align: center;
}
.woocommerce .entry-summary .woocommerce-product-rating {
  text-align: center;
  width: 300px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .entry-summary .star-rating {
  float: left;
  margin-top: 4px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 130px !important;
}
.woocommerce .entry-summary .cart {
  text-align: center;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .products .product.type-product {
  text-align: center;
  font-family: "Roboto";
}
.woocommerce .products .add_to_cart_button {
  background-color: #018dad;
  border-radius: 10px;
  color: #fff;
}
.woocommerce .products .woocommerce-loop-product__title {
  color: #018dad;
}
.woocommerce .products .woocommerce-Price-amount {
  color: #3c595f;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
.woocommerce .woocommerce-ordering select {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}
.woocommerce .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
  border-radius: 4px !important;
}
.woocommerce .woocommerce-loop-product__title {
  font-size: 20px !important;
  font-weight: normal;
}
.woocommerce .star-rating {
  text-align: center;
  color: #fcc13f;
  font-size: 24px;
  width: 130px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 30px !important;
  position: relative;
  margin-top: 20px !Important;
}
.woocommerce .star-rating:before {
  font-size: 24px;
}
.woocommerce .star-rating span {
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .comment-text .star-rating {
  margin-top: 0px !Important;
}
.woocommerce .comment-text .description {
  font-family: "Roboto";
}
.woocommerce .wpfPriceInputs input {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
}
.woocommerce .entry-summary .quantity {
  font-size: 24px;
}
.woocommerce .entry-summary .quantity input {
  font-size: 24px !important;
  margin-right: 20px;
}
.woocommerce .entry-summary .single_add_to_cart_button {
  background-color: #018dad !important;
  border-radius: 0px;
  color: #fff;
  font-family: 'Oswald', sans-serif !important;
  margin-top: 3px !important;
}
.woocommerce .price {
  color: #018dad !important;
}
.woocommerce .price del .woocommerce-Price-amount bdi {
  color: #c00 !important;
}
.woocommerce .price ins .woocommerce-Price-amount {
  color: #018dad !important;
}
.woocommerce .commentlist li .comment_container {
  width: 100%;
}
.woocommerce .commentlist li .comment-text {
  width: calc(100% - 110px);
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.woocommerce .comment-respond {
  width: calc(100% - 20px) !important;
}
.woocommerce .woocommerce-Reviews-title {
  color: #fff;
  background-color: #018dad;
  padding-left: 60px;
  display: inline-block;
  padding-right: 20px;
  line-height: 48px;
  margin-left: -20px;
  margin-top: 40px !important;
  padding-top: 0px !important;
}
.woocommerce .woocommerce-tabs h2 {
  margin-top: 0px;
  padding-top: 20px;
}
.woocommerce .woocommerce-Tabs-panel--description {
  padding-left: 40px !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}
.woocommerce .woocommerce-Tabs-panel--description ul {
  padding: 0px;
  margin: 0px;
}
.woocommerce .woocommerce-Tabs-panel--description h2 {
  color: #fff;
  background-color: #018dad;
  padding-left: 60px;
  display: inline-block;
  padding-right: 20px;
  line-height: 48px;
  margin-left: -40px;
  margin-top: 40px;
  padding-top: 0px !important;
}
.woocommerce .woocommerce-Tabs-panel--description h2:first-of-type {
  display: none;
}
.woocommerce .woocommerce-Tabs-panel--description p {
  font-family: "Roboto";
}
.woocommerce .woocommerce-Tabs-panel--description p:last-of-type {
  margin-bottom: 0px !important;
}
.woocommerce .woocommerce-Tabs-panel--description > div {
  font-family: "Roboto";
}
.woocommerce .woocommerce-Tabs-panel--description .homeslide__title {
  font-family: 'Oswald', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Tabs-panel--description .videoblock {
  width: 600px;
}
.woocommerce .woocommerce-Tabs-panel--reviews {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 20px !important;
  border-radius: 0 0 10px 10px;
}
.woocommerce .woocommerce-Tabs-panel--delivery {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 40px !important;
  border-radius: 0 0 10px 10px;
}
.woocommerce .woocommerce-Tabs-panel--delivery ul {
  padding: 0px;
  margin: 0px;
}
.woocommerce .woocommerce-Tabs-panel--delivery h2 {
  color: #fff;
  background-color: #018dad;
  padding-left: 60px;
  display: inline-block;
  padding-right: 20px;
  line-height: 48px;
  margin-left: -40px;
  margin-top: 40px;
  padding-top: 0px !important;
}
.woocommerce .woocommerce-Tabs-panel--delivery h2:first-of-type {
  display: none;
}
.woocommerce .woocommerce-Tabs-panel--delivery p:last-of-type {
  margin-bottom: 0px !important;
}
.woocommerce .woocommerce-tabs .panel {
  margin-bottom: 0px !important;
}
.woocommerce .wc-tabs {
  margin-bottom: 0px !important;
}
.woocommerce .comment-form-rating .stars span a {
  color: #fcc13f;
  font-size: 24px;
}
.woocommerce .delivery_scheme {
  width: calc(100% - 20px);
}
.woocommerce .woocommerce-cart-form__contents .product-thumbnail img {
  width: 80px;
  height: 80px;
}
.woocommerce .woocommerce-cart-form__contents .quantity input {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
  padding-top: 0px;
  padding-bottom: 0px;
}
.woocommerce .cart-collaterals .order-total td {
  font-size: 60px;
  font-weight: normal;
}
.woocommerce .woocommerce-checkout input {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  line-height: 50px;
  height: 50px;
  border: 0px;
  box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 10px !important;
}
.woocommerce .woocommerce-checkout select {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  line-height: 50px;
  height: 50px;
  border: 0px;
  box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 10px !important;
}
.woocommerce .woocommerce-checkout textarea {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  line-height: 30px;
  border: 0px;
  box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 10px !important;
}
.woocommerce .woocommerce-checkout label {
  color: #3c595f;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
.woocommerce .place-order button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  line-height: 70px;
  font-family: 'Oswald', sans-serif !important;
  background-color: #009900 !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.product_promo {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.halfpromo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.halfpromo__left {
  width: calc(65% - 10px);
  text-align: center;
  font-size: 24px;
}
.halfpromo__left h1 {
  font-size: 48px;
  color: #018dad;
}
.halfpromo__left img {
  max-width: 600px;
  width: 100%;
}
.halfpromo__left .iconimg {
  max-width: 100px;
  width: 100%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.halfpromo__left a {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px;
  line-height: 70px;
  background-color: #018dad;
}
.halfpromo__right {
  width: calc(35% - 10px);
}
.list_ticks {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-right: 20px !important;
  box-sizing: border-box;
}
.list_ticks li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  font-family: "Roboto";
}
.list_ticks li strong {
  font-family: 'Oswald', sans-serif;
}
.list_ticks li:after {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/listicon.png);
  background-size: contain;
  background-position: center center;
}
@media (max-width: 880px) {
  .rsp_addtocart {
    position: fixed;
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #fff;
    background-color: #3198b2;
    font-size: 32px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    z-index: 900;
    text-decoration: none;
    left: 0px;
  }
  .input-text.qty.text {
    width: 40px !important;
    margin-right: 10px !important;
    margin-top: 4px;
  }
  .marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    height: 80px;
  }
  body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .product_promo {
    padding-top: 50px;
  }
  .headline {
    margin-top: 0px;
    background-color: #3198b2;
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .headline__text {
    color: #fff;
    width: 260px;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .headline__text_left {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 700;
  }
  .headline__text_right {
    font-size: 13px;
    font-weight: 400;
    padding-right: 5px;
  }
  .headmenu_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .headmenu_mobile.active {
    top: 30px;
  }
  .headmenu_mobile__left {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 6px;
    color: #3C595F;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headmenu_mobile__left svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }
  .headmenu_mobile__center {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headmenu_mobile__center .headmenu__logo {
    width: 120px;
    height: 32px;
  }
  .headmenu_mobile__right {
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headmenu_mobile__content {
    width: 100vw;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding-top: 50px;
    background-color: #fff;
    overflow-y: hidden;
    height: 0px;
    min-height: 0vh;
    transition: all 400ms;
  }
  .headmenu_mobile__content.active {
    transition: all 400ms;
    height: auto;
    min-height: 100vh;
  }
  .headmenu_mobile__content.activated {
    margin-top: 40px;
    padding-top: 50px;
  }
  .headmenu_mobile__menu ul {
    margin-left: 10px;
    list-style: none;
    padding: 0px;
  }
  .headmenu_mobile__menu ul li {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .headmenu_mobile__menu ul li a {
    line-height: 40px;
    font-size: 22px;
  }
  .headmenu_mobile__menu ul li a.active {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #018dad;
  }
  .headmenu {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 4px 20px -2px rgba(111, 111, 111, 0.7);
  }
  .headmenu__left {
    width: 300px;
  }
  .headmenu__right {
    width: calc(100% - 330px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headmenu__logo {
    background-image: url(../images/main_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 270px;
    height: 110px;
  }
  .headmenu__menu {
    width: calc(100% - 300px);
  }
  .headmenu__menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .headmenu__menu ul li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
  }
  .headmenu__menu ul li:after {
    content: '•';
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    color: #018dad;
    margin-right: -15px;
    margin-top: 10px;
  }
  .headmenu__menu ul li:last-of-type:after {
    display: none;
  }
  .headmenu__menu ul li a {
    font-size: 28px;
    color: #018dad;
    border-bottom: 3px solid transparent;
  }
  .headmenu__menu ul li a.active {
    color: #7e9195;
    border-bottom: 3px solid #7e9195;
  }
  .headmenu__menu ul li a:hover {
    color: #7e9195;
    border-bottom: 3px solid #7e9195;
  }
  .headmenu__shop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headmenu__shop_link {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    line-height: 30px;
    background-color: #018dad;
    float: left;
  }
  .headmenu__cart {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #fff;
    background-image: url(../images/cart_small_mob.png);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
  }
  .headmenu__cart span {
    position: absolute;
    background-color: #ce0b0b;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    width: 18px;
    right: 6px;
    top: 6px;
    text-align: center;
  }
  .container {
    max-width: 1700px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .container_flex {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .container__title {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container__sidebar {
    width: 100%;
  }
  .container__content {
    width: 100%;
  }
  .homeslide {
    width: 100%;
    height: 800px;
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 30px;
    background-image: url(../images/productbg.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    background-size: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .homeslide_mobside {
    display: flex;
  }
  .homeslide_mobside .homeslide__left {
    width: calc(100% - 80px);
  }
  .homeslide_mobside .homeslide__right {
    padding-top: 0px;
    width: 80px;
  }
  .homeslide_mob {
    display: block;
    margin-bottom: 0px;
  }
  .homeslide_mob .homeslide__left {
    width: 100%;
  }
  .homeslide_mob .homeslide__right {
    padding-top: 20px;
    width: 100%;
  }
  .homeslide_half .homeslide__left {
    width: 100%;
  }
  .homeslide_half .homeslide__right {
    padding-top: 20px;
    width: 100%;
  }
  .homeslide__left {
    width: calc(100% - 0px);
    max-width: 800px;
    display: flex;
    flex-direction: column;
  }
  .homeslide__left_small {
    width: calc(100% - 0px);
    max-width: 100%;
  }
  .homeslide__right {
    width: 100%;
  }
  .homeslide__right_small {
    width: 100%;
    padding-top: 20px;
  }
  .homeslide__image {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .homeslide__image_small {
    height: 200px;
  }
  .homeslide__title {
    font-size: 30px;
    width: calc(100% + 0px);
    color: #018dad;
    max-width: 800px;
    margin-bottom: 20px;
    text-align: center;
  }
  .homeslide__title_large {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
  }
  .homeslide__text {
    font-size: 20px;
    color: #3c595f;
    max-width: 800px;
    margin-bottom: 20px;
  }
  .homeslide__text_small {
    max-width: 100%;
    font-size: 20px;
  }
  .homeslide__point {
    font-size: 20px;
    color: #3c595f;
    max-width: 800px;
  }
  .homeslide__link a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #018dad;
    border: 2px solid #018dad;
  }
  .homeslide__link a.clear {
    color: #3c595f;
    border: 2px solid #3c595f;
    background-color: transparent;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .blockthree {
    display: block;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .blockthree__block {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-height: 300px;
    position: relative;
    padding-top: 100px;
    margin-top: 150px;
  }
  .blockthree__block:nth-of-type(1) {
    margin-top: 0px;
  }
  .blockthree__block__image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 175px;
    height: 215px;
    position: absolute;
    left: 50%;
    margin-left: -87px;
    margin-top: -140px;
    top: 0;
  }
  .blockthree__block__title {
    font-size: 23px;
    font-weight: 700;
    color: #3198b2;
  }
  .blockthree__block__text {
    font-size: 20px;
    color: #3c595f;
  }
  .sidetwo {
    margin-top: 10px;
    padding-top: 30px;
    display: block;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .sidetwo_bottom {
    margin-top: 200px;
  }
  .sidetwo_bottom .sidetwo__block {
    width: 100%;
    background-image: url(../images/prodbg.png);
  }
  .sidetwo_reversed {
    margin-top: 10px;
  }
  .sidetwo_reversed .sidetwo__block:nth-of-type(1) {
    width: 100%;
    background-image: none;
  }
  .sidetwo_reversed .sidetwo__block:nth-of-type(2) {
    width: 100%;
    background-image: url(../images/prodbg.png);
  }
  .sidetwo_reversed .sidetwo__block:nth-of-type(2) .sidetimer__product {
    background-image: url(../images/product4.png);
  }
  .sidetwo__block {
    width: 100%;
    background-image: url(../images/homebgleft_blue.jpg);
    background-size: contain;
    background-position: 40px -50px;
    background-repeat: no-repeat;
  }
  .sidetwo__block_med {
    width: 100%;
    height: auto;
  }
  .sidetwo__block_large {
    width: calc(100%) !important;
    height: auto;
  }
  .sidetwo__block__header {
    font-size: 23px;
    color: #018dad;
    max-width: 800px;
    margin-bottom: 20px;
    text-align: center;
  }
  .sidetwo__block__text {
    font-size: 20px;
    color: #3c595f;
    max-width: 800px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .sidetwo__block__text_large {
    width: 100%;
    max-width: 100%;
    font-size: 23px;
    color: #018dad;
  }
  .sidetwo__block__link a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #018dad;
  }
  .sidetwo__block:nth-of-type(2) {
    width: 100%;
    background-image: none;
  }
  .sidetimer {
    margin-top: 20px;
    background-image: url("../images/timerbg.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidetimer__container {
    max-width: 1400px;
    width: calc(100% - 0px);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .sidetimer__name {
    color: #018dad;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .sidetimer__title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #018dad;
    margin-bottom: 30px;
  }
  .sidetimer__title span {
    font-size: 26px;
    opacity: 0.6;
  }
  .sidetimer__timer {
    color: #018dad;
    margin-bottom: 30px;
  }
  .sidetimer__timer ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .sidetimer__timer ul li {
    background-color: #018dad;
    color: #fff;
    width: 70px;
    height: 80px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: flex;
    float: left;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 0%;
    font-size: 18px;
  }
  .sidetimer__timer ul li span:nth-of-type(1) {
    font-size: 18px;
  }
  .sidetimer__timer ul li span:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .sidetimer__timer ul:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .sidetimer__link {
    text-align: center;
  }
  .sidetimer__link a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #018dad;
  }
  .sidetimer__block {
    width: 700px;
    padding-top: 50px;
  }
  .sidetimer__image {
    width: calc(100% - 740px);
  }
  .sidetimer__product {
    width: 100%;
    height: 400px;
    background-image: url(../images/product.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .sidetimer__product_bottom {
    background-image: url(../images/product2.png);
    margin-top: 10px;
  }
  .sidetimer__product_top {
    background-image: url(../images/AirPhysio.png);
    margin-top: 10px;
    margin-left: 0px;
    background-position: center 65px;
  }
  .videoblock {
    border: 8px solid #018dad;
    max-width: 680px;
    height: 200px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -150px;
  }
  .videoblock iframe {
    width: 100%;
    height: 200px;
  }
  .videoblock_img {
    background-image: url(../images/dep_health.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    margin-bottom: -140px;
  }
  .threelist {
    padding: 0;
    padding-left: 0px;
    margin: 0;
  }
  .threelist li {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .threelist li div:nth-of-type(1) {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .threelist li div:nth-of-type(2) {
    width: calc(100% - 0px);
  }
  .personslide {
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0 3px 3px 3px rgba(111, 111, 111, 0.2);
    padding: 30px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 5px;
    width: calc(100% - 10px);
  }
  .personslide__top {
    display: block;
    align-items: center;
    justify-content: space-evenly;
  }
  .personslide__text {
    margin-top: 30px;
    font-size: 18px;
  }
  .personslide__photo {
    width: 110px;
    height: 110px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
  .personslide__name {
    color: #018dad;
    font-size: 32px;
  }
  .personslide__stars svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .dealslide {
    display: block;
    justify-content: space-between;
  }
  .dealslide__left {
    width: calc(100% - 0px);
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0px;
  }
  .dealslide__right {
    width: calc(100% - 0px);
  }
  .dealslide__products {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .dealslide__products li {
    width: calc(50% - 10px);
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .dealslide__image {
    border: 2px solid #018dad;
    height: 180px;
    width: 100%;
    position: relative;
    transition: all 800ms;
  }
  .dealslide__image:hover {
    border-color: #018dad;
  }
  .dealslide__image__content {
    width: calc(100% - 20px);
    height: 180px;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 800ms;
    transform: translateX(0px);
    z-index: 200;
    left: 10px;
  }
  .dealslide__image__content:hover {
    transform: translateX(0px);
  }
  .dealslide__link a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #018dad;
  }
  .footer {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
  }
  .footer__top {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    justify-content: space-evenly;
    align-items: center;
  }
  .footer__top_small .footer__top__right {
    min-height: 30px;
    background-image: none;
  }
  .footer__top__left {
    width: calc(100% - 20px);
    text-align: center;
    font-size: 20px;
    color: #3c595f;
  }
  .footer__top__bottom {
    width: 100%;
    padding-top: 80px;
  }
  .footer__top__center {
    text-align: center;
    min-height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__top__right {
    background-image: none;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
  }
  .footer__top__right_wide {
    justify-content: space-between;
  }
  .footer__top__right input {
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #018dad;
    border-radius: 16px 0 0 16px;
    color: #018dad;
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    font-family: 'Oswald', sans-serif;
    width: calc(100% - 120px);
    display: inline-block;
    padding-top: 0px;
  }
  .footer__top__right a.subbtn {
    color: #fff;
    background-color: #018dad;
    border: 1px solid #018dad;
    line-height: 40px;
    height: 40px;
    padding-top: 0px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    width: 120px;
    text-align: center;
    border-radius: 0px 16px 16px 0px;
  }
  .footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #018dad;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .footer__bottom a {
    color: #fff;
  }
  .socicons {
    padding: 0;
    display: flex;
    list-style: none;
    width: calc(100% - 0px);
    align-items: center;
    justify-content: center;
  }
  .socicons li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin-right: 10px;
  }
  .messageicon {
    display: inline-block;
    margin-top: -40px;
    float: right;
    background-image: url(../images/message.png);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
  }
  .notificationalert {
    width: calc(100% - 0px);
    max-width: 100%;
    position: fixed;
    z-index: 200;
    bottom: 90px;
    left: 0px;
    top: auto;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: #fff;
    border: 3px solid rgba(1, 141, 173, 0);
    font-size: 16px;
    color: #3c595f;
    transform: translateX(-600px);
    transition: all 400ms;
    box-sizing: border-box;
  }
  .notificationalert_error {
    background: linear-gradient(90deg, #be0d36, #be0d68);
  }
  .notificationalert_success {
    background: linear-gradient(90deg, #1dc49b, #1dc458);
  }
  .notificationalert.active {
    transform: translateX(0px);
  }
  .notificationalert__title {
    font-weight: bold;
    display: block;
    text-align: left;
    line-height: 20px;
  }
  .notificationalert__close {
    position: absolute;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #018dad;
  }
  .tabmenu {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .tabmenu li {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    line-height: 30px;
    background-color: #018dad;
  }
  .tabmenu a {
    text-decoration: none;
  }
  .tabmenu a:hover li {
    background-color: #cce9ed;
    color: #3c595f;
  }
  .tabmenu a.active li {
    background-color: #cce9ed;
    color: #3c595f;
  }
  .tabblock__left .tabmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tabblock {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .tabblock__title {
    font-size: 20px;
    color: #018dad;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tabblock__text {
    font-size: 18px;
    color: #3c595f;
    margin-bottom: 30px;
  }
  .tabblock__left {
    width: calc(100% - 0px);
  }
  .tabblock__left .tabmenu li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #018dad;
  }
  .tabblock__right {
    width: 100%;
  }
  .greybg {
    background-color: #f4f9f9;
    padding-top: 180px;
    padding-bottom: 40px;
    border-top: 1px solid #dedede;
    border-bottom: 0px solid #dedede;
  }
  .review {
    width: 100%;
    margin-top: 40px;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  .review__left {
    width: 100%;
    display: none;
  }
  .review__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .review__right {
    width: calc(100% - 0px);
    margin-left: 0px;
  }
  .review__top {
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
  }
  .review__name {
    font-size: 20px;
    color: #3c595f;
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0px;
    text-align: center;
  }
  .review__stars {
    display: block;
    align-items: center;
    justify-content: flex-start;
  }
  .review__stars svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 10px;
    margin-top: 14px;
  }
  .review__bottom {
    margin-top: 30px;
    font-size: 20px;
  }
  .review__bottom b {
    display: inline-block;
    margin-top: 10px;
  }
  .halftext {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .halftext_l {
    background-image: none;
    background-position: left center;
  }
  .halftext_l .halftext__title {
    text-align: left;
  }
  .halftext__left {
    width: calc(100% - 0px);
  }
  .halftext__right {
    width: calc(100% - 0px);
  }
  .halftext__title {
    margin-bottom: 30px;
    font-size: 23px;
    color: #018dad;
  }
  .halftext__text {
    font-size: 20px;
    color: #3c595f;
  }
  .midtext {
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .midtext__title {
    color: #018dad;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .midtext__title_big {
    font-size: 23px;
    margin-top: 20px;
  }
  .midtext__text {
    font-size: 20px;
    color: #3c595f;
    margin-bottom: 30px;
  }
  .midtext__smalltext {
    font-size: 18px;
    color: #3c595f;
  }
  .blockhalf {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .blockhalf__left {
    width: calc(100% - 0px);
    height: 300px;
    margin-bottom: 20px;
  }
  .blockhalf__left iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
  }
  .blockhalf__right {
    height: auto;
    width: calc(100% - 0px);
    display: block;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blockhalf__block {
    width: 100%;
    height: auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #3c595f;
    font-size: 20px;
    box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
  }
  .blockhalf__block b {
    font-size: 20px;
    font-weight: normal;
  }
  .blockhalf__block a {
    color: #3c595f;
    text-decoration: underline;
  }
  .blockhalf {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .blockhalf__left {
    width: calc(100% - 0px);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .blockhalf__left iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
    margin-bottom: 20px;
  }
  .blockhalf__right {
    height: auto;
    width: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blockhalf__block {
    width: 100%;
    height: auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #3c595f;
    font-size: 20px;
    box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .blockhalf__block b {
    font-size: 20px;
    font-weight: normal;
  }
  .blockhalf__block a {
    color: #3c595f;
    text-decoration: underline;
  }
  .blockhalf__input {
    width: 100%;
    height: 50px;
    line-height: 90px;
    color: #3c595f;
    font-size: 20px;
    box-shadow: 0 4px 10px -2px rgba(111, 111, 111, 0.7);
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 0px;
    margin-bottom: 20px;
  }
  .blockhalf__textarea {
    line-height: 30px;
    width: 100%;
    height: 200px;
  }
  .halfpromo {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .halfpromo__left {
    width: calc(100% - 0px);
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .halfpromo__left h1 {
    font-size: 23px;
    color: #018dad;
  }
  .halfpromo__left img {
    max-width: 600px;
    width: 100%;
  }
  .halfpromo__left .iconimg {
    max-width: 80px;
    width: 100%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .halfpromo__left a {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    line-height: 40px;
    background-color: #018dad;
  }
  .halfpromo__right {
    width: calc(100% - 0px);
    text-align: center;
    margin-bottom: 40px;
  }
  .halfpromo__right img {
    width: 80%;
  }
  .woocommerce-result-count {
    display: none!important;
  }
  .woocommerce-ordering {
    display: none !important;
  }
  .woocommerce-notice--success {
    font-size: 42px !important;
  }
  .page-title {
    text-align: center;
  }
  .delivery_tab {
    padding-left: 3px !important;
    text-align: center !important;
    padding-right: 3px !important;
  }
  .woocommerce .products .product {
    float: none !important;
    display: block;
    width: 100% !important;
    box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
    padding-bottom: 30px !important;
    border-radius: 10px !important;
    margin-bottom: 80px !important;
    margin-top: 20px !important;
  }
  .woocommerce .products .product img {
    border-radius: 10px 10px 0 0 !important;
  }
  .woocommerce .products .add_to_cart_button {
    background-color: #018dad;
    border-radius: 10px;
    color: #fff;
  }
  .woocommerce .products .woocommerce-loop-product__title {
    color: #018dad;
    min-height: auto;
  }
  .woocommerce .products .woocommerce-Price-amount {
    color: #3c595f;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
  }
  .woocommerce .woocommerce-ordering select {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
  }
  .woocommerce .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
    border-radius: 4px !important;
  }
  .woocommerce .woocommerce-loop-product__title {
    font-size: 24px !important;
    font-weight: normal;
    min-height: 100px;
  }
  .woocommerce .star-rating {
    color: #fcc13f;
    font-size: 24px;
    width: 130px !important;
    height: 30px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce .star-rating:before {
    font-size: 24px;
  }
  .woocommerce .star-rating span {
    font-size: 24px;
  }
  .woocommerce .comment-text .star-rating {
    margin-top: 0px !Important;
  }
  .woocommerce .wpfPriceInputs input {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
  }
  .woocommerce .entry-summary .quantity {
    font-size: 24px;
  }
  .woocommerce .entry-summary .quantity input {
    font-size: 24px !important;
    margin-right: 20px;
  }
  .woocommerce .entry-summary .single_add_to_cart_button {
    background-color: #018dad !important;
    border-radius: 0px;
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    margin-top: 3px !important;
  }
  .woocommerce .price {
    color: #018dad !important;
  }
  .woocommerce .price del .woocommerce-Price-amount bdi {
    color: #c00 !important;
  }
  .woocommerce .price ins .woocommerce-Price-amount {
    color: #018dad !important;
  }
  .woocommerce .commentlist li .comment_container {
    width: 100%;
  }
  .woocommerce .commentlist li .comment-text {
    padding: 0px;
    margin: 0px;
  }
  .woocommerce .woocommerce-Reviews-title {
    color: #fff;
    background-color: #018dad;
    padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
    line-height: 36px;
    margin-left: -10px;
    margin-top: 20px !important;
    padding-top: 0px !important;
  }
  .woocommerce .woocommerce-tabs h2 {
    margin-top: 0px;
    padding-top: 20px;
  }
  .woocommerce .woocommerce-Tabs-panel--description {
    padding-left: 20px !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .woocommerce .woocommerce-Tabs-panel--description .container {
    padding-left: 0px;
    padding-right: 20px;
  }
  .woocommerce .woocommerce-Tabs-panel--description .container:first-of-type {
    padding-right: 0px;
  }
  .woocommerce .woocommerce-Tabs-panel--description .container .videoblock {
    width: calc(100% - 20px);
    height: 200px;
  }
  .woocommerce .woocommerce-Tabs-panel--description ul {
    padding: 0px;
    margin: 0px;
  }
  .woocommerce .woocommerce-Tabs-panel--description h2 {
    color: #fff;
    background-color: #018dad;
    padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
    line-height: 36px;
    margin-left: -20px;
    margin-top: 20px;
    padding-top: 0px !important;
  }
  .woocommerce .woocommerce-Tabs-panel--description h2:first-of-type {
    display: none;
  }
  .woocommerce .woocommerce-Tabs-panel--description p:last-of-type {
    margin-bottom: 0px !important;
  }
  .woocommerce .woocommerce-Tabs-panel--reviews {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 10px !important;
  }
  .woocommerce .woocommerce-Tabs-panel--reviews #comments .commentlist {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .woocommerce .woocommerce-Tabs-panel--reviews #comments .commentlist .comment-text {
    width: calc(100% - 60px);
    box-sizing: border-box;
  }
  .woocommerce .woocommerce-Tabs-panel--reviews .comment-respond {
    display: block;
    width: calc(100% - 10px) !important;
  }
  .woocommerce .woocommerce-Tabs-panel--delivery {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 10px !important;
  }
  .woocommerce .woocommerce-Tabs-panel--delivery ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .woocommerce .woocommerce-Tabs-panel--delivery h2 {
    color: #fff;
    background-color: #018dad;
    padding-left: 20px;
    display: inline-block;
    padding-right: 20px;
    line-height: 36px;
    margin-left: -10px;
    margin-top: 20px;
    padding-top: 0px !important;
  }
  .woocommerce .woocommerce-Tabs-panel--delivery h2:first-of-type {
    display: none;
  }
  .woocommerce .woocommerce-Tabs-panel--delivery p:last-of-type {
    margin-bottom: 0px !important;
  }
  .woocommerce .woocommerce-tabs .panel {
    margin-bottom: 0px !important;
  }
  .woocommerce .wc-tabs {
    margin-bottom: 0px !important;
  }
  .woocommerce .comment-form-rating .stars span a {
    color: #fcc13f;
    font-size: 24px;
  }
  .woocommerce .delivery_scheme {
    width: calc(100% - 20px);
  }
  .woocommerce .woocommerce-cart-form__contents .product-thumbnail img {
    width: 80px;
    height: 80px;
  }
  .woocommerce .woocommerce-cart-form__contents .quantity input {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
  }
  .woocommerce .product-thumbnail {
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .woocommerce .product-thumbnail:before {
    display: none;
  }
  .woocommerce .product-thumbnail img {
    width: 140px !important;
    height: 140px !important;
  }
  .woocommerce .product-remove {
    display: none !important;
    font-size: 32px !important;
    border-bottom-color: #018dad;
    border-left-color: #018dad;
    border-right-color: #018dad;
    border-top-color: #018dad;
  }
  .woocommerce .order-total {
    font-size: 32px !important;
  }
  .woocommerce .order-total th {
    font-size: 32px !important;
  }
  .woocommerce .order-total td {
    font-size: 32px !important;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: center;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    line-height: 60px;
    background-color: #018dad;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .woocommerce .cart-collaterals .order-total td {
    font-size: 60px;
    font-weight: normal;
  }
  .woocommerce .woocommerce-checkout input {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
    line-height: 50px;
    height: 50px;
    border: 0px;
    box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .woocommerce .woocommerce-checkout select {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
    line-height: 50px;
    height: 50px;
    border: 0px;
    box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .woocommerce .woocommerce-checkout textarea {
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
    line-height: 30px;
    border: 0px;
    box-shadow: 0 4px 10px 0px rgba(111, 111, 111, 0.3);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .woocommerce .woocommerce-checkout label {
    color: #3c595f;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
  }
  .woocommerce .place-order button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 30px;
    line-height: 70px;
    font-family: 'Oswald', sans-serif !important;
    background-color: #009900 !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .style_homeslide {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 200px;
    margin-top: 40px;
  }
  .style_homeslide .homeslide {
    padding-top: 20px;
    height: 530px;
    display: block;
  }
  .style_homeslide .homeslide__left {
    display: block;
  }
  .style_homeslide .homeslide .homeslide__title {
    transition: all 200ms;
    opacity: 0;
    clip-path: inset(600px 0px 0px 0px);
  }
  .style_homeslide .homeslide .homeslide__text {
    transition: all 200ms;
    opacity: 0;
    clip-path: inset(600px 0px 0px 0px);
    width: calc(100% - 120px);
    display: inline-block !important;
    float: left;
  }
  .style_homeslide .homeslide .homeslide__link {
    transition: all 200ms;
    opacity: 0;
    clip-path: inset(600px 0px 0px 0px);
  }
  .style_homeslide .homeslide__right {
    display: inline-block !important;
    float: right;
    width: 120px;
    height: 100px;
  }
  .style_homeslide .homeslide .homeslide__image {
    height: 120px;
    width: 100%;
    transition: all 200ms;
    opacity: 0;
    clip-path: inset(600px 600px 600px 600px);
  }
  .style_homeslide .homeslide.active .homeslide__title {
    transition: all 1300ms;
    opacity: 1;
    clip-path: inset(0px 0px 0px 0px);
    transition-delay: 0s;
  }
  .style_homeslide .homeslide.active .homeslide__text {
    transition: all 1300ms;
    opacity: 1;
    clip-path: inset(0px 0px 0px 0px);
    transition-delay: 0s;
  }
  .style_homeslide .homeslide.active .homeslide__link {
    transition: all 1300ms;
    opacity: 1;
    clip-path: inset(0px 0px 0px 0px);
    transition-delay: 0s;
  }
  .style_homeslide .homeslide.active .homeslide__link:before {
    content: ' ';
    display: block;
    clear: both;
  }
  .style_homeslide .homeslide.active .homeslide__image {
    transition: all 1300ms;
    opacity: 1;
    clip-path: inset(0px 0px 0px 0px);
    transition-delay: 0s;
  }
  .style_homeslide .swiper-button-next {
    background-image: url(../images/home_arrright.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    top: auto;
    bottom: 60px;
    display: none;
  }
  .style_homeslide .swiper-button-next:after {
    display: none;
  }
  .style_homeslide .swiper-button-prev {
    background-image: url(../images/home_arrleft.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    top: auto;
    bottom: 60px;
    display: none;
  }
  .style_homeslide .swiper-button-prev:after {
    display: none;
  }
  .style_homeslide .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #018dad;
  }
  .style_homeslide .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    background-color: #018dad;
    margin-bottom: -5px !important;
  }
}
