/* ====================== FONTS =================== */
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'RobotoSlab-Thin';
  src: url("../fonts/RobotoSlab-Thin.eot");
  src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url("../fonts/RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Thin.woff") format("woff"), url("../fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Light';
  src: url("../fonts/RobotoSlab-Light.eot");
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Light.woff") format("woff"), url("../fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url("../fonts/RobotoSlab-Bold.eot");
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../fonts/RobotoSlab-Regular.eot");
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.der-main {
  font-family: "RobotoSlab-Regular","PT Sans",Arial,sans-serif;
}

.upc {
  text-transform: uppercase;
}

.rsb {
  font-family: "RobotoSlab-Bold","PT Sans",Arial,sans-serif;
}

/* ====================== HELPERS =================== */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

.blue-bg {
  background-color: #004B85;
}

.blue-text {
  color: #004B85;
}

.blue-svg {
  fill: #004B85;
}

.blue-sky-bg {
  background-color: #DEF1FF;
}

.blue-sky-text {
  color: #DEF1FF;
}

.blue-sky-svg {
  fill: #DEF1FF;
}

.gray-bg {
  background-color: #C4C4C4;
}

.gray-text {
  color: #C4C4C4;
}

.gray-svg {
  fill: #C4C4C4;
}

.gray05-bg {
  background-color: #e5e5e5;
}

.gray05-text {
  color: #e5e5e5;
}

.gray05-svg {
  fill: #e5e5e5;
}

.der-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ====================== ASSETS =================== */
/* ====================== COMMON =================== */
.der-main {
  color: #004B85;
  overflow: hidden;
}

.der-main * {
  box-sizing: border-box;
}

.der-main img {
  max-width: 100%;
  vertical-align: bottom;
}

.der-main .center {
  /* fix spo-core.min.css for .center owl-carousel */
  float: none;
  right: auto;
}

.der-main .__btn {
  display: inline-block;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.der-main .__btn-white {
  background-color: #ffffff;
  color: #004B85;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.der-main .__btn-white.__border {
  border: 1px solid #004B85;
}

.der-main .__btn-white:hover {
  background-color: #004B85;
  color: #ffffff;
}

.der-main .__btn-blue {
  border: 1px solid #004B85;
  background-color: rgba(0, 0, 0, 0);
  color: #004B85;
}

.der-main .__btn-blue._active {
  background-color: #004B85;
  color: #ffffff;
}

.der-main .__btn-blue._active:hover {
  background-color: #004B85;
}

.der-main .__btn-blue:hover {
  background-color: #ffffff;
}

.der-wrapp {
  padding: 20px 0;
}

.der-page {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.der-header {
  color: #ffffff;
  background-color: #5EB9E8;
}

.der-header .der-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.der-header .der-container .title {
  margin-left: 17px;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}

.der-header .der-container .close {
  margin-left: auto;
}

.der-disclaimer {
  font-family: "RobotoSlab-Bold","PT Sans",Arial,sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding: 30px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .der-disclaimer {
    font-size: 22px;
    padding: 0;
  }
}

/* ====================== ELEMENTS =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.der-wrapp h1 {
  font-family: RobotoSlab-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0 0 0;
}

.der-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 0 5px;
}

.der-menu-conditions {
  padding: 15px 0 0;
}

.der-menu-conditions a {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FF2222;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .der-menu-conditions a {
    font-size: 14px;
  }
}

.der-menu-item {
  width: 110px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .der-menu-item {
    width: 100px;
  }
}

.der-menu-item:hover .__btn-blue {
  background-color: #ffffff;
  color: #004B85;
}

.der-menu-item._active:hover .__btn-blue {
  background-color: #004B85;
  color: #ffffff;
}

.der-menu-item img {
  margin: 0 0 10px 0;
  opacity: .4;
}

.der-menu-item img._active {
  opacity: 1;
}

.der-menu-item .__btn-blue {
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .der-menu-item .__btn-blue {
    padding: 0 15px;
  }
}

.der-check-list {
  display: none;
}

.der-check-list._active {
  display: block;
}

.der-list-item {
  border-top: 2px solid #E5E5E5;
}

.der-list-item ._item-title {
  padding: 10px 60px 10px 20px;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}

.der-list-item ._item-title i {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 18px;
  height: 11px;
  background-image: url("../src/images/common/shevron.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.der-list-item ._item-title._active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.der-list-item ._item-content {
  margin: 0 20px 20px 20px;
  padding: 20px 20px 40px 20px;
  background: #f8f8f8;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
}

.der-list-item ._item-content h2 {
  font-family: RobotoSlab-Bold;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.der-list-item ._item-expert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  font-size: 14px;
  line-height: 18px;
  color: #C4C4C4;
  margin: -35px 20px 20px 20px;
}

.der-list-item ._item-expert img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  margin: 0 15px 0 20px;
}

.der-list-item ._item-expert span {
  padding-top: 15px;
}

.der-product {
  padding: 20px 0;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .der-product {
    padding: 20px 10px;
  }
}

.der-product p {
  padding: 20px 0;
}

.der-product p i {
  display: block;
  padding-bottom: 10px;
}

.der-product ._protect {
  width: 90px;
}

.der-product .derinat__drops {
  width: 98px;
}

.der-product .derinat__bottle {
  width: 100px;
}

.der-product .derinat__spray {
  width: 120px;
}

.der-product a span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #004B85;
  display: inline-block;
  margin-top: 10px;
}

.der-conditions {
  padding: 0 10px;
}