:root {
  /* background */
  --c-light-bg: #fbfbfb;
  --c-dark: #7e7f81;
  --c-light: #ffefe8;
  --c-accent: #912394;
  --c-white: #ffffff;

  /* text */
  --txt-c-dark: var(--c-dark);
  --txt-c-light: var(--c-light);
  --txt-c-accent: var(--c-accent);

  /* font */
  --font-main: "Open Sans", sans-serif;

  /* container width */
  --vertical-scroll: 20px;
  --mobile: calc(300px + var(--vertical-scroll));
  --tablet: calc(640px + var(--vertical-scroll));
  --desktop: calc(900px + var(--vertical-scroll));
  --desktop-lg: calc(1270px + var(--vertical-scroll));

  /* animation */
  --animation-fast: 0.1s;
  --animation-slow: 0.3s;
  --animation-transition: all 0.3s ease-in-out;
}

html {
  /* scroll-behavior: smooth; */
}

body {
  font-family: var(--font-main);
  color: var(--txt-c-dark);
  background-color: var(--c-light-bg);
}

.container {
  max-width: 1412px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  text-align: center;
}
.wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* HEADER */
.header {
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.menu-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item {
  background: var(--c-accent);
  color: var(--txt-c-light);
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  padding: 6px 30px 10px 30px;
  border-radius: 50px;
}
.logo-menu {
  background: none;
  padding: 0;
  margin: 0 70px;
}

/* MAIN */
.main-video-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: var(--c-light);
}
.main-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--c-light);
  background-image: url(/img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 1;
  opacity: 1;
  transition: var(--animation-transition);
}
.main-play-btn {
  display: block;
  width: 160px;

  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: var(--c-accent);
  z-index: 2;
  border-radius: 100px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: var(--animation-transition);
}
.main-play-icon {
  margin-left: 10px;
}
.main-video {
  display: block;
  width: 100%;
  height: calc(100% - 90px);
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}
.main-video-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-video-container.video-active .main-bg {
  opacity: 0;
}
.main-video-container.video-active .main-play-btn {
  transform: translate(-50%, -50%) scale(0.7);
  left: 10%;
  opacity: 0.5;
}

/* WHEN BLOCK */
.when-wrapper {
  position: relative;
  width: 100%;
}
.when-des {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0%;
  left: 0;
  background: var(--c-light);
}
.when-container {
  width: 100%;
  display: flex;
  box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.when-left {
  background: var(--c-light);
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 100px 70px 20px 70px;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
}
.when-title {
  font-size: 53px;
  font-weight: 700;
  margin: 0 0 60px 0;
}
.when-text {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 60px 0;
}
.when-right {
  background: var(--c-white);
  width: 50%;
  padding: 100px 70px 20px 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 10px 10px 0;
}
.when-descr {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 90px 0;
}
.when-img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
.when-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 0 0 60px 0;
}
.when-item:nth-child(3) .when-icon {
  margin-top: -25px;
}




.custom-btn {
  width: 187px;
  height: 58px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size:26px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right:auto;
  position: relitive;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-12{
   
  position: relitive;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 187px;
  height: 58px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: rgb(153,51,153);
  /* background: rgb(0,172,238); */
  /* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
  /* background: linear-gradient(0deg, rgba(102,51,153,1) 0%, rgba(255,204,204,1) 100%); */ 
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 187px;
  height: 58px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.when-icon {
  width: 76px;
  height: auto;
  margin-top: -20px;
}
.when-info {
  margin: 0 0 0 30px;
  font-size: 26px;
}
.when-info sub,
.when-info sup {
  font-size: 60%;
}
/* zotek-slider */

.zotek-slider {
  padding-top: 120px;
  overflow: hidden;
}
.zotek-title {
  font-size: 53px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin: 0 0 60px 0;
}
.zotek-item {
  width: 370px;
  height: 420px;
  box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.3);
  margin: 20px;
  background: var(--c-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zotek-img {
  margin-bottom: 50px;
}
.zotek-text {
  font-size: 26px;
  font-weight: 600;
  max-width: 305px;
  text-align: center;
  margin: 0;
}
.zotek-slider .swiper-slide {
  width: 370px !important;
}
.swiper-nav {
  position: relative;
  height: 0;
  z-index: 10;
  width: 100%;
}
.swiper-container.swiper-zotek {
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.swiper-button-prev {
  background-image: url(/img/left_slider.png);
  width: 69px;
  height: 67px;
  left: -20px;
  opacity: 1;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 190px 0 0 0;
}
.swiper-button-next {
  background-image: url(/img/right_slider.png);
  width: 69px;
  height: 67px;
  right: -40px;
  opacity: 1;
  outline: none;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 190px 0 0 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-container.swiper-zotek .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  outline: none;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  background: var(--c-accent);
}
/* where */
.where {
  padding-top: 60px;
  margin-bottom: 75px;
}
.where-title {
  width: 100%;
  text-align: center;
  font-size: 53px;
  font-weight: 700;
  margin: 0 0 60px 0;
}
/* compendium */
#comp_wgt {
  height: 700px;
  width: 100%;
}
.selected-drug > .clearfix .description .drug-forms {
  max-height: none;
}
#comp_wgt .tab-pane {
  height: 524px !important;
}
#comp_wgt .balloon-wrapper .balloon-content {
  border: 3px solid var(--c-accent);
}
#comp_wgt .balloon-wrapper .balloon-content .buy-btn-container .icn-buy-btn {
  background: var(--c-accent);
}

/* FOOTER */
.footer {
  padding-top: 75px;
}
.hw-img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.ligal {
  margin-bottom: 25px;
}
.ligal p {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
.footnote {
  margin-bottom: 30px;
}
.footnote p {
  margin: 0;
  font-size: 11px;
  text-align: center;
}

/* MEDIA  2560 */
@media only screen and (max-width: 2560px) {
  .container {
    width: 1000px;
	text-align: center;
  }
  .menu-item {
    font-size: 24px;
  }
  .when-title {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .when-text {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .when-descr {
    font-size: 20px;
    margin: 0 0 60px 0;
  }
  .when-item {
    margin: 0 0 40px 0;
  }
  .when-info {
    font-size: 20px;
  }
  .when-left {
    padding: 40px 30px 20px 30px;
  }
  .when-right {
    padding: 40px 30px 20px 30px;
  }
  .zotek-slider {
    padding-top: 90px;
  }
  .zotek-title {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .zotek-slider .swiper-slide {
    width: 250px !important;
  }
  .zotek-img {
    margin-bottom: 30px;
    width: 140px;
    height: auto;
  }
  .zotek-item {
    width: 270px;
    height: 340px;
  }
  .zotek-text {
    font-size: 20px;
    max-width: 195px;
  }
  .swiper-nav div {
    margin: 150px 0 0 0;
  }
  .where {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .where-title {
    font-size: 40px;
  }
  #comp_wgt {
    width: 100% !important;
    height: 502px;
  }
  #comp_wgt .tab-pane {
    height: 324px !important;
  }   
}

/* MEDIA  1490 */
@media only screen and (max-width: 1920px) {
  .container {
    width: 1000px;
	text-align: center;
  }
  .menu-item {
    font-size: 24px;
  }
  .when-title {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .when-text {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  .when-descr {
    font-size: 20px;
    margin: 0 0 60px 0;
  }
  .when-item {
    margin: 0 0 40px 0;
  }
  .when-info {
    font-size: 20px;
  }
  .when-left {
    padding: 40px 30px 20px 30px;
  }
  .when-right {
    padding: 40px 30px 20px 30px;
  }
  .zotek-slider {
    padding-top: 90px;
  }
  .zotek-title {
    font-size: 40px;
    margin: 0 0 40px 0;
  }
  .zotek-slider .swiper-slide {
    width: 250px !important;
  }
  .zotek-img {
    margin-bottom: 30px;
    width: 140px;
    height: auto;
  }
  .zotek-item {
    width: 270px;
    height: 340px;
  }
  .zotek-text {
    font-size: 20px;
    max-width: 195px;
  }
  .swiper-nav div {
    margin: 150px 0 0 0;
  }
  .where {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .where-title {
    font-size: 40px;
  }
  #comp_wgt {
    width: 100% !important;
    height: 502px;
  }
  #comp_wgt .tab-pane {
    height: 324px !important;
  }   
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 680px;
	text-align: center;
  }
  .header {
    height: 70px;
  }
  .logo-menu-img {
    width: 100px;
    height: auto;
  }
  .logo-menu {
    margin: 0 30px;
  }
  .menu-item {
    font-size: 18px;
  }
  .main-play-btn {
    width: 120px;
    height: 120px;
  }
  .main-play-icon {
    margin-left: 10px;
    width: 50px;
    height: 50px;
  }
  .when-title {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
  .when-text {
    font-size: 16px;
    margin: 0 0 25px 0;
  }
  .when-descr {
    font-size: 18px;
    margin: 0 0 50px 0;
  }
  .when-icon {
    width: 56px;
    height: auto;
  }
  .when-item {
    margin: 0 0 30px 0;
  }
  .when-info {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  .zotek-slider {
    padding-top: 60px;
  }
  .zotek-slider .swiper-slide {
    width: 50% !important;
  }
  .swiper-button-next {
    right: -20px;
  }
  .zotek-item {
    width: calc(100% - 40px);
  }
  .zotek-img {
    margin-bottom: 10px;
  }
  .zotek-text {
    font-size: 18px;
  }
  .zotek-title {
    font-size: 30px;
  }
  .swiper-container.swiper-zotek {
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
  .where-title {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
  .where {
    margin-bottom: 35px;
  }
  .ligal p {
    font-size: 14px;
  }
  .footer {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
	text-align: center;
  }
  .logo-menu {
    margin: 0 20px;
  }
  .main-play-icon {
    width: 35px;
    height: 35px;
  }
  .main-video-content {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: block;
  }
  .logo-menu-img {
    width: 80px;
  }
  .menu-item {
    font-size: 13px;
    padding: 7px 10px 10px 10px;
  }
  .main-play-btn {
    width: 80px;
    height: 80px;
  }
  .main-video-container {
    height: 90vw;
  }
  .when-container {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .when-title {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .when-text {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .when-descr {
    font-size: 16px;
    max-width: none;
    margin: 0 0 40px 0;
  }
  .when-item {
    margin: 0 0 20px 0;
  }
  .when-icon {
    width: 46px;
    margin-top: -10px;
  }
  .when-item:nth-child(3) .when-icon {
    margin-top: -15px;
  }
  .when-info {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .when-left {
    padding: 30px 30px 20px 30px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .when-right {
    padding: 30px 30px 20px 30px;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .zotek-slider {
    padding-top: 40px;
  }
  .zotek-title {
    font-size: 24px;
    max-width: 200px;
    margin: 0 auto 20px auto;
  }
  .zotek-slider .swiper-slide {
    width: 100% !important;
  }
  .zotek-item {
    width: calc(100% - 40px);
    height: 260px;
  }
  .zotek-text {
    font-size: 16px;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-nav div {
    margin: 130px 0 0 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 49px;
    height: 47px;
  }
  .swiper-nav {
    width: 100%;
    height: 0;
    position: relative;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .swiper-container.swiper-zotek .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-container.swiper-zotek {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .where-title {
    font-size: 24px;
    margin: 0px 0 30px 0;
  }

  #comp_wgt {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }

  #comp_wgt .tab-pane {
    height: 256px !important;
  }
  .footer {
    padding-top: 15px;
  }
  .footer .container {
    padding: 0 15px;
  }
  .hw-img {
    width: 100%;
    height: 160px;
    margin-bottom: 25px;
  }
  .ligal p {
    font-size: 12px;
  }
  .footnote p {
    margin: 0;
    font-size: 9px;
    text-align: center;
  }
