html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  outline: none;
  border: 0;
}

button {
  padding: 0;
  cursor: pointer;
}

/* fonts */
@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Regular.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("./fonts/Raleway-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?i99f3f');
  src:  url('fonts/icons.eot?i99f3f#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?i99f3f') format('truetype'),
    url('fonts/icons.woff?i99f3f') format('woff'),
    url('fonts/icons.svg?i99f3f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.availability::before,.farmacy-link::before, .delivery-info::before, .country::before, .payment::before, .address::before, .email::before, .composition-link::before, .reviews-link::before, .pros ul li::before {
  font-family: 'icons' !important;
    color: #88b445;
    margin-right: 10px;
}
.availability::before {
  content: "\e904";
}
.delivery-info::before {
  content: "\e90f";
}
.country::before {
  content: "\e902";
}
.payment::before {
  content: "\e901";
}
.address::before {
  content: "\e902";
}
.email::before {
  content: "\e905";
}
.composition-link::before {
  content: "\e907";
  font-size: 24px;
}
.reviews-link::before {
  content: "\e906";
  font-size: 24px;
}
.farmacy-link::before {
  content: "\e904";
  font-size: 24px;
}
.pros ul li::before {
  position: relative;
  top: 14px;
  font-size:50px;
  content: "\e900";
}
nav {
  display: flex;
}
body {
  background-color: #FFF;
}

body * {
  font-family: Arial;
}
header {
  border-bottom:1px solid #88b445;
  margin: 0 auto;
  padding:15px 2%;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
}
.header-logo {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-right:40px;
}
.header-logo::first-letter {
  color:#88b445;
}
.header-links {
  align-items: center;
  margin-left:40px;
  padding-right:40px;
  display: grid;
  border-right: 1px solid #cecece;
}
.header-links a:hover, .header-links a:active {
  text-decoration: underline;
  text-decoration-color: #88b445;
}
.header-links:last-child {
  border-right: 0;
}
.header-links:last-child a {
  height:unset;
  padding:10px 30px;
  background-color: #88b445;
  color:#fff;
  border-radius: 40px;
}
.official {
  margin-top:10px;
  display:block;
  font-size: 16px;
  font-weight: 300;
}
.old-price {
  text-align: center;
  color:#666;
  position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 1;
}
.old-price::before, .old-price::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #e94859;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}
.old-price::after {
  -webkit-transform: rotate(347deg);
    transform: rotate(347deg);
}
.cont {
  width: 1660px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accent {
  color: #E24307;
}

.title {
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  color: #001C33;
}

.text, .text-sec ul li {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #001C33;
}
.text b {
  font-weight: 700;
}

.how ul, .text-sec ul {
  font-weight: 400;
  font-size: 22px;
  line-height: 129.99%;
  color: #001C33;
}
.how ul li, .text-sec ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}
.how ul li:last-child, .text-sec ul li:last-child {
  margin-bottom: 0;
}
.how ul li:before, .text-sec ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: #E24307;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.btn {
  background: #E24307;
  -webkit-box-shadow: 0px 30px 20px -20px rgba(226, 67, 7, 0.25);
          box-shadow: 0px 30px 20px -20px rgba(226, 67, 7, 0.25);
  border-radius: 40px;
  height: 66px;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: "Raleway";
}

.main {
  overflow: hidden;
  padding: 50px 0 0px;
}

.dec {
  position: absolute;
  z-index: -1;
}

.decor1 {
  width: 127.57px;
  height: 147.3px;
  right: 584px;
  top: 131px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.decor2 {
  width: 85.8px;
  height: 74.37px;
  right: 67px;
  top: 82.13px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.decor2 .tri {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
          clip-path: polygon(0 100%, 100% 100%, 50% 0);
}

.decor3 {
  width: 239.93px;
  height: 220.11px;
  background: #E24307;
  right: 262px;
  top: 601px;
  -webkit-clip-path: polygon(0 100%, 100% 52%, 17% 1%);
          clip-path: polygon(0 100%, 100% 52%, 17% 1%);
}

.tri {
  width: 100%;
  height: 100%;
  background: #E24307;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
          clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.btri {
  position: absolute;
  z-index: -2;
}

.btri-1 {
  top: -339px;
  left: -143px;
  background-color: #F0F3F5;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 1443px;
  height: 1666.23px;
}

.banner {
  position: relative;
  margin-bottom: 100px;
}

.big-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 92px;
  margin-bottom: 50px;
}
.pros {
  flex-grow: 2;
  font-size:24px;
}
.pros ul li {
  margin:20px 0;
}
.pros ul li span {
  line-height: 40px;
}
.main-image, .main-order {
  flex-grow: 1;
}
.banner-box {
  position: relative;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.banner-box:before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -15px;
  top: 13px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  z-index: -1;
}

.banner-price {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 47px;
  color: #001C33;
  font-family: "Raleway";
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

.banner-form {
  max-width: 400px;
  width: 100%;
}
input, select {
  display: block;
  width: 100%;
  height: 66px;
  background: #F1F2F4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: "Raleway";
}
input::-webkit-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input::-moz-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input:-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input::-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input::placeholder {
  color: rgba(148, 148, 148, 0.65);
}
.banner-form .btn {
  width: 100%;
  margin-top: 10px;
}

.banner-image {
  width:400px;
  height:400px;
  display: block;
}

.what {
  position: relative;
  margin-bottom: 100px;
}
.what .title {
  margin-bottom: 5px;
}
.what .text {
  max-width: 820px;
}

.btri-2 {
  top: -85px;
  right: -196px;
  width: 1242px;
  height: 1434.14px;
  background: rgba(240, 243, 245, 0.45);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.how {
  margin-bottom: 100px;
}
.how .title {
  margin-bottom: 5px;
}
.how .text {
  margin-bottom: 30px;
}
.how .dotted-list {
  margin-bottom: 100px;
}
.how .btn {
  width: 307px;
}
.packs-left {
  text-align:center;
  margin-top:20px;
}
.use {
  margin-bottom: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.use .title {
  margin-bottom: 35px;
}
.order-rules {
  margin-bottom: 100px;
  padding: 30px;
}
.order-rules h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
}
.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.use-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 120px;
  background: #F0F3F5;
  border-radius: 15px;
  width: 500px;
  position: relative;
  text-align: center;
}
.use-item:before {
  content: "";
  position: absolute;
  top: -10px;
  border: 3px solid #E24307;
  pointer-events: none;
}
.use-item:after {
  content: attr(data-num);
  position: absolute;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #E24307;
  line-height: 39px;
  text-align: center;
  font-size: 22px;
  color: #FFFFFF;
}
.use-item:nth-child(1):before {
  right: -10px;
  width: 210px;
  border-radius: 0 15px 0 0;
  border-left: 0;
  border-bottom: 0;
  bottom: 10px;
}
.use-item:nth-child(1):after {
  top: -12px;
  left: 0;
}
.use-item:nth-child(2):before {
  left: -10px;
  right: -10px;
  bottom: 10px;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
}
.use-item:nth-child(2):after {
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.use-item:nth-child(3):before {
  left: -10px;
  width: 210px;
  border-right: 0;
  border-bottom: 0;
  border-radius: 15px 0 0 0;
  bottom: 10px;
}
.use-item:nth-child(3):after {
  top: -12px;
  right: 0;
}

.use-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #001C33;
  margin-bottom: 5px;
}

.use-text {
  font-size: 22px;
  line-height: 29px;
  color: #001C33;
  font-family: "Raleway";
}

.composition {
  position: relative;
  margin-bottom: 100px;
}
.composition .title {
  margin-bottom: 40px;
}

.composition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.composition-item {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.composition-item:nth-child(1) .compos-img:before {
  width: 55px;
  left: -5px;
  top: -5px;
  height: 110px;
}
.composition-item:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.composition-item:nth-child(2) .compos-img:before {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
}
.composition-item:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.composition-item:nth-child(3) .compos-img:before {
  opacity: 0;
}

.compos-img {
  position: relative;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.compos-img img {
  position: relative;
  z-index: 3;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compos-img::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #FFF;
}
.compos-img:after {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 110px;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #E24307;
  border-radius: 50%;
  z-index: 1;
}

.compos-subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #001C33;
  margin-bottom: 5px;
  width: 100%;
}

.compos-text {
  font-size: 22px;
  line-height: 29px;
  font-family: "Raleway";
  width: 100%;
}

.delivery, .cta-block, .farmacy {
  margin-bottom: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
.delivery .title {
  margin-bottom: 35px;
}

.delivery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F0F3F5;
  border-radius: 15px;
  padding: 30px 20px;
}

.delivery-item {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #001C33;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.delivery-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.text-sec {
  position: relative;
  margin-bottom: 100px;
}
.text-sec .title {
  margin-bottom: 5px;
}
.text-sec .text, .text-sec ul li {
  max-width: 1100px;
}

.btri-3 {
  top: -256px;
  left: -206px;
  width: 1804.5px;
  height: 2083.66px;
  background: rgba(240, 243, 245, 0.45);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.faq {
  margin-bottom: 100px;
}
.faq .title {
  margin-bottom: 20px;
}

.faq-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: #474747;
  border-radius: 5px;
  margin-bottom: 19px;
  position: relative;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-question {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: "Raleway";
}

.faq-answer {
  max-width: 1080px;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-top: 34px;
  font-family: "Raleway";
  display: none;
}

.reviews {
  position: relative;
  margin-bottom: 60px;
}
.reviews .title {
  margin-bottom: 30px;
}

.btri-4 {
  width: 1804.5px;
  height: 2083.66px;
  background: rgba(240, 243, 245, 0.45);
  top: -574px;
  right: -469px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}

.reviews-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 12px 20px;
  position: relative;
  width: 540px;
}
.reviews-item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  right: 20px;
  z-index: -1;
  top: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}

.rev-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}

.rev-name {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #001C33;
}

.rev-date {
  font-size: 18px;
  line-height: 21px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #001C33;
  font-family: "Raleway";
}

.rev-body {
  font-family: "Raleway";
  font-size: 22px;
  line-height: 26px;
  color: #001C33;
  margin-bottom: 15px;
}

.rev-rait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.56px;
}

.rait-star {
  width: 27.35px;
  height: 27px;
  background-image: url("./img/star.svg");
  background-size: cover;
}
.rait-star.active {
  background-image: url("./img/star-active.svg");
}

.rev-form {
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rev-form .btn {
  background-color: #fff;
  color:#000;
}
.stars_no {
			background-color: #bebebd;
      -webkit-background-clip: text;
}
.center {
  text-align: center;
}
input, select {
  background: #F1F2F4;
  border-radius: 5px;
  width: 100%;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-family: "Raleway";
  font-size: 22px;
  line-height: 26px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}
input::-webkit-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input::-moz-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input:-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input::-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
input::placeholder {
  color: rgba(148, 148, 148, 0.65);
}
textarea {
  background: #F1F2F4;
  border-radius: 5px;
  width: 100%;
  height: 186px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  font-family: "Raleway";
  font-size: 22px;
  line-height: 26px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  margin: 20px 0;
}
.rev-form .textarea::-webkit-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
.rev-form .textarea::-moz-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
.rev-form .textarea:-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
.rev-form .textarea::-ms-input-placeholder {
  color: rgba(148, 148, 148, 0.65);
}
.rev-form .textarea::placeholder {
  color: rgba(148, 148, 148, 0.65);
}

.rf-rait {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.03px;
}

.rf-star {
  width: 36.18px;
  height: 35.14px;
  background-image: url("./img/f-start.svg");
  background-size: cover;
}

.rf-btn {
  width: 280px;
}

.footer {
  background: #282828;
  padding: 30px 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.footer-line:last-child {
  margin-bottom: 0;
}
.footer-line span {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
}
.footer-line img {
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 30px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.footer-links a {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
}

.footer-rights {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
.btn {
  border:1px solid #E24307;
}
.btn:hover, .header-links:last-child a:hover {
  background-color:#fff;
  border-color:#E24307;
  color:#E24307;
}
.cta-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-image {
  position: relative;
  display: block;
  width: 165px;
  height:165px;
}
.cta-wrapper {
  margin-left: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.action__block {
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.action__title {
    position: relative;
    font-size: 24px;
    text-align: left;
}
.action__attention {
    font-size: 40px;
    text-align: left;
    display: block;
    font-weight: 700;
}
.action__date {
    color: #eb2315;
}
.action__price {
    margin-left: 50px;
    margin-bottom: 0;
}
.prices {
  text-align: center;
}
.pricei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricei__item--old {
    color: #767575;
    font-size: 26px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(209,208,208,.74);
}
.pricei__title--old {
    color: #767575;
    font-size: 13px;
    margin-bottom: 10px;
}
.order__item--1 .order__item--img, .pricei .x_price_previous, .pricei__line {
    position: relative;
}
.pricei .x_price_previous:after, .pricei .x_price_previous:before {
    content: '';
    height: 1px;
    width: 110%;
    position: absolute;
    background-color: #f01d07;
    left: 0;
    bottom: 50%;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.pricei .x_price_previous:after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.pricei .current {
    font-size: 16px;
    line-height: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.pricei__item--new {
    font-weight: 900;
    font-size: 40px;
    line-height: .8;
}
.pricei__title--new {
    color: #222;
    font-size: 14px;
    margin-bottom: 5px;
}
.cta-block .form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 900px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cta-block .form input {
  margin-right:20px;
}
.cta-block .form .btn {
  min-width: fit-content;
}
.pricei__title {
    display: block;
    width: 100%;
}
.stars {
    margin: 0 auto;
    font-size:30px;
    font-style: normal;
    letter-spacing: 3px;
}
.stars::before {
    font-family: 'icons' !important;
    color: #000;
    -webkit-text-fill-color: transparent;
    content: "\e908 \e908 \e908 \e908 \e908";
    display: unset;
}
#myModal {
    width: 298px; height: 218px;
    padding: 18px 9px;
    border-radius: 4px;
    background: #fafafa;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
}
#myModal #myModal__close {
    width: 21px; height: 21px;
    position: absolute;
    font-size: 29px;
    top: 1px; right: 11px;
    cursor: pointer;
    display: block;
}
#myOverlay {
    z-index: 37;
    position: fixed;
    background: rgba(0,0,0,.7);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
    display: none;
}
.thankyou {
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
  margin-top: 70px;
}
.reviews_page .reviews, .reviews_page .banner, .farmacy_page .farmacy, .farmacy_page .banner {
  margin:0 auto;
  max-width:1040px;
}
.reviews_page .reviews-list {
  display:block;
}
.reviews_page .reviews-list .reviews-item {
  width:auto;
  margin: 20px 5px;
}
.reviews_page .banner, .farmacy_page .banner {
  margin-bottom: 100px;
}
.reviews_page .cta-block {
  margin: 0 5px;
}
.more_reviews {
  text-decoration: underline;
    font-size: 20px;
    margin: 50px;
    display: block;
    text-align: center;
}
.farmacy_page h1, .farmacy_page h2 {
  font-size: 40px;
}
.farmacy_page h2 {
  margin: 20px 0;
}
.more_reviews:hover {
  color:#000;
}
.farmacy p {
  text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.email_form {
  display:none;
}
@media screen and (max-width: 1690px) {
  .cont {
    width: 96%;
  }
  .use-item {
    width: 30%;
    padding: 30px;
  }

  .composition-item {
    width: 30%;
  }

  .reviews-list {
    gap: 30px 2%;
  }

  .reviews-item {
    width: 48%;
  }
}
@media screen and (max-width: 1190px) {
  .cont, header {
    max-width: 900px;
  }

  .decor1,
.decor2,
.decor3 {
    display: none;
  }

  .use-list {
    gap: 40px;
  }

  .use-item {
    width: 100%;
  }

  .composition-list {
    gap: 40px;
  }

  .composition-item {
    width: 100%;
  }

  .reviews-list {
    gap: 40px;
  }

  .reviews-item {
    width: 100%;
  }

  .footer-top {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 40px;
    margin-bottom: 100px;
  }
  .banner-image {
    width: 200px;
    height: 200px;
  }
  .cta-block .form {
    display: block;
  }
  .action__price {
    margin-left: 5px;
  }
}
@media screen and (max-width:740px) {
  .farmacy {
    padding:10px;
  }
  .reviews .title {
    margin-left: 10px;
    margin-right: 10px;
}
  .pros ul li::before {
    top: 7px;
    font-size: 34px;
    margin-right: 0;
  }
  .pros ul li {
    margin: 10px 0;
}
  .farmacy_page h1, .farmacy_page h2 {
    font-size:28px;
  }
  .farmacy_page.main {
    padding:20px 0;
  }
  .farmacy p {
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
}
  .cta-block {
    display: block;
    text-align: center;
  }
  .cta-image {
    position: unset; 
    display: unset;
  }
  .cta-wrapper, .action__block, .cta-block .form {
    display: block;
  }
  .action__title, .action__attention {
    position: unset; 
    text-align: unset;
  }
  .action__price, .cta-wrapper {
    margin-left: 0;
  }
  .pricei__line {
    font-size: 20px;
  }
  .cta-block .form .btn {
    width: 100%;
  }
  .delivery, .cta-block, .order-rules {
    margin-bottom: 50px;
  }
  .order-rules .title {
    font-size:30px;
    line-height:35px;
  }
  .order-rules {
    padding: 0; 
  }
  header {
    display:block;
  }
  .header-links {
    margin-left: 0;
    padding-right: 0;
    width: 50%;
    text-align: center;
    border-right: 0;
  }
  .header-links:last-child {
    display: none;
  }
  .reviews-link::before, .composition-link::before, .farmacy-link::before {
    font-size: 18px;
  }
  .header-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .btn {
    font-size: 17px;
    line-height: 20px;
    height: 60px;
  }

  .cont, header {
    width: calc(100% - 20px);
    margin: 0 auto;
  }

  .title {
    font-size: 30px;
    line-height: 34px;
  }

  .text, .text-sec ul li {
    font-size: 18px;
    line-height: 23px;
  }

  .dotted-list {
    font-size: 18px;
    line-height: 129.99%;
  }
  .dotted-list li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .dotted-list li:before {
    width: 10px;
    height: 10px;
    top: 8px;
  }

  .main {
    padding: 30px 0;
  }

  .banner {
    margin-bottom: 50px;
  }

  .btri-1 {
    width: 518.25px;
    height: 598.42px;
    top: -103px;
    left: -101px;
  }

  .big-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .banner-box {
    display: block;
    -webkit-box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.05);
    padding: 20px;
  }
  .banner-box:before {
    left: 20px;
    right: 20px;
    top: 14px;
    bottom: -10px;
  }
  .banner-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .banner-price {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

 input, select {
    height: 60px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .what {
    margin-bottom: 50px;
  }
  .what .title {
    margin-bottom: 10px;
  }

  .how {
    margin-bottom: 30px;
  }
  .how .title {
    margin-bottom: 10px;
  }
  .how .text {
    margin-bottom: 20px;
  }
  .how .dotted-list {
    margin-bottom: 30px;
  }
  .how .btn {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }

  .use {
    position: relative;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  .use .title {
    margin-bottom: 40px;
  }

  .use-item {
    padding: 20px 33px 20px;
  }
  .use-item:before {
    border: 2px solid #E24307;
    width: auto !important;
  }
  .use-item:after {
    width: 29px;
    height: 29px;
    font-size: 17px;
    line-height: 29px;
  }
  .use-item:nth-child(1):after {
    left: 0;
    top: -10px;
  }
  .use-item:nth-child(1):before {
    left: 120px;
    right: -10px;
    top: -10px;
    bottom: 28px;
  }
  .use-item:nth-child(2):after {
    right: 0;
    top: -10px;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .use-item:nth-child(2):before {
    right: 120px;
    left: -10px;
    top: -10px;
    bottom: 28px;
    border-right: 0;
    border-radius: 15px 0 0 0;
  }
  .use-item:nth-child(3):after {
    left: 0;
    top: -10px;
  }
  .use-item:nth-child(3):before {
    left: 120px;
    right: -10px;
    top: -10px;
    bottom: 28px;
    border-left: 0;
    border-right: 2px solid #E24307;
    border-radius: 0 15px 0 0;
  }

  .use-title {
    font-size: 20px;
    line-height: 23px;
  }

  .use-text {
    font-size: 17px;
    line-height: 129.99%;
  }

  .composition {
    margin-bottom: 50px;
  }

  .composition-list {
    gap: 55px;
  }

  .compos-img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .compos-img:after {
    width: 60px;
    height: 60px;
    border: 1px solid #E24307;
  }

  .composition-item:nth-child(1) .compos-img:before {
    width: 30px;
    height: 60px;
    left: -5px;
  }
  .composition-item:nth-child(2) .compos-img:before {
    width: 30px;
    height: 30px;
    left: -5px;
    top: -5px;
  }

  .compos-subtitle {
    font-size: 22px;
    line-height: 25px;
  }

  .compos-text {
    font-size: 17px;
    line-height: 129.99%;
  }

  .delivery {
    padding: 20px;
    margin-bottom: 50px;
  }
  .delivery .title {
    margin-bottom: 25px;
  }

  .delivery-box {
    padding: 20px;
  }

  .delivery-item {
    width: 100%;
    font-size: 18px;
    line-height: 129.99%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .delivery-item:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .delivery-item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .delivery-item:last-child {
    margin-bottom: 0;
  }

  .text-sec {
    margin-bottom: 50px;
  }
  .text-sec .title {
    margin-bottom: 10px;
  }

  .faq {
    margin-bottom: 50px;
  }

  .faq-item {
    margin-bottom: 20px;
  }
  .faq-item:after {
    width: 10px;
    height: 6px;
    top: 27.5px;
    right: 19.5px;
  }

  .faq-question {
    padding-right: 58px;
    font-size: 17px;
    line-height: 20px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
  }

  .reviews {
    margin-bottom: 50px;
  }

  .reviews-item {
    padding: 20px 20px 16px 20px;
  }
  .reviews-item:after {
    top: 5px;
    left: 20px;
    right: 20px;
    bottom: -10px;
  }

  .rev-name {
    font-size: 25px;
    line-height: 129.99%;
  }

  .rev-top {
    margin-bottom: 10px;
  }

  .rev-date {
    font-size: 15px;
    line-height: 18px;
  }

  .rev-body {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .rev-rait {
    gap: 3.09px;
  }

  .rait-star {
    width: 18.53px;
    height: 18px;
  }

  .rev-form {
    padding: 30px 20px;
  }
input, select {
    height: 60px;
    font-size: 17px;
    line-height: 20px;
  }
textarea {
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0 25px;
    height: 200px;
  }

  .rf-btn {
    width: 100%;
  }

  .footer {
    padding: 20px 0;
  }

  .footer-line {
    margin-bottom: 28px;
  }
  .footer-line img {
    width: 14px;
  }
  .footer-line span {
    font-size: 15px;
    line-height: 18px;
  }

  .footer-links {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-links a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 18px;
  }

  .footer-rights {
    font-size: 14px;
    line-height: 16px;
  }

  .btri-2 {
    width: 595.5px;
    height: 687.62px;
    left: -48px;
    right: unset;
    top: -351px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }

  .btri-1m {
    width: 595.5px;
    height: 687.62px;
    background: rgba(240, 243, 245, 0.5);
    top: -138px;
    right: -68px;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
            clip-path: polygon(0 50%, 100% 100%, 100% 0);
  }

  .btri-2m {
    top: 161px;
    left: -24px;
    width: 595.5px;
    height: 687.62px;
    background: rgba(240, 243, 245, 0.5);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }

  .btri-3,
.btri-4 {
    display: none;
  }

  .btri-3m {
    width: 595.5px;
    height: 687.62px;
    background: #F0F3F5;
    top: -106px;
    right: -106px;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
            clip-path: polygon(0 50%, 100% 100%, 100% 0);
  }
}
.lang-links {
  margin:20px;
}
.lang-links li {
  margin:0 10px;
  display: inline-block;
}
.lang-links li a {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 22px;
  line-height: 48px;
  color: #FFFFFF;
}
.lang-links li a:hover, .lang-links li a:active, .footer-links a:hover, .footer-links a:active {
  text-decoration: underline;
}
.countries span {
  font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    color: #001C33;
}
.countries {
display:block;text-align:center;
margin-bottom:50px;
}
.countries ul li { 
  display: inline;
  font-size:20px;
    margin-right: 10px;
}
.countries ul li a {
  text-decoration: underline;
}
@media screen and (max-width: 740px) {
  .countries ul li {
    display:block;
    margin-bottom:10px;
  }
  .countries span {
    font-size: 30px;
    line-height: 39px;
}
}

/* ===== HAMBURGER MENU ===== */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 5px 0;
  transition: 0.3s;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== DROPDOWN MENU ===== */
.has-dropdown {
  position: relative;
}
.has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 5px;
  vertical-align: middle;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 8px 0;
  z-index: 100;
}
.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
}
.dropdown-menu a:hover {
  background: #f5f5f5;
}
.has-dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 740px) {
  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  header {
    position: relative;
  }
  .main-nav {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    padding: 70px 20px 30px;
    z-index: 1000;
    overflow-y: auto;
    flex-direction: column;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav .header-links {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-nav .header-links a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
  }
  .main-nav .header-links:last-child a {
    text-align: center;
    margin-top: 15px;
  }
  .has-dropdown > a::after {
    display: none;
  }
  .dropdown-menu {
    position: static;
    display: block;
    box-shadow: none;
    padding: 0 0 0 15px;
    min-width: auto;
  }
  .dropdown-menu a {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
  }
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
  }
  .nav-overlay.active {
    display: block;
  }
}

/* ===== FOOTER NAVIGATION ===== */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 20px;
}
.footer-nav-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-col ul li {
  margin-bottom: 8px;
}
.footer-nav-col ul li a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.footer-nav-col ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-nav-col .footer-contacts {
  padding: 0;
}
.footer-nav-col .footer-line {
  margin-bottom: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 13px;
}
.footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 740px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .footer-legal {
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ===== PAGE CONTENT STYLES ===== */
.page-hero {
  text-align: center;
  padding: 40px 0 30px;
}
.page-hero .title {
  margin-bottom: 15px;
}
.page-hero p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

/* Content sections for info pages */
.info-section {
  margin-bottom: 40px;
}
.info-section .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.info-section p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

/* Steps list (delivery, guarantee, etc.) */
.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0;
}
.step-item {
  text-align: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 12px;
}
.step-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.step-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #001C33;
}
.step-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 740px) {
  .steps-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Info grid (2 columns) */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 25px 0;
}
.info-card {
  padding: 25px;
  background: #f9f9f9;
  border-radius: 12px;
}
.info-card h3 {
  font-size: 18px;
  color: #001C33;
  margin-bottom: 10px;
}
.info-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 740px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

/* Timeline (history page) */
.timeline {
  position: relative;
  padding-left: 40px;
  margin: 30px 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
}
.timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid currentColor;
  background: #fff;
}
.timeline-item .timeline-year {
  font-weight: 700;
  font-size: 18px;
  color: #001C33;
  margin-bottom: 5px;
}
.timeline-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Team grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0;
}
.team-card {
  text-align: center;
  padding: 30px 20px;
  background: #f9f9f9;
  border-radius: 12px;
}
.team-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.team-card h3 {
  font-size: 18px;
  color: #001C33;
  margin-bottom: 5px;
}
.team-card .team-role {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.team-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 740px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Comparison table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 14px;
}
.comparison-table th,
.comparison-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.comparison-table th {
  background: #f5f5f5;
  font-weight: 700;
  color: #001C33;
}
.comparison-table tr:hover {
  background: #fafafa;
}
.comparison-table .winner {
  font-weight: 700;
}
.comparison-check {
  color: #22c55e;
  font-weight: 700;
}
.comparison-cross {
  color: #ef4444;
}
@media screen and (max-width: 740px) {
  .comparison-table {
    font-size: 12px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 10px 8px;
  }
}

/* Contact form */
.contact-form {
  max-width: 600px;
  margin: 30px auto;
}
.contact-form .input,
.contact-form .textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.contact-form .textarea {
  height: 150px;
  resize: vertical;
}
.contact-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background: #fff;
}

/* Tracking form */
.tracking-form {
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
}
.tracking-form .input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.tracking-status {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  margin: 30px 0;
  display: none;
}
.tracking-status.active {
  display: block;
}
.status-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.status-step {
  text-align: center;
  flex: 1;
  position: relative;
}
.status-step::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
.status-step:last-child::after {
  display: none;
}
.status-step.completed::after {
  background: #22c55e;
}
.status-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.status-step.completed .status-dot {
  background: #22c55e;
}
.status-step.current .status-dot {
  background: #f59e0b;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); }
  50% { box-shadow: 0 0 0 10px rgba(245, 158, 11, 0); }
}
.status-step span {
  font-size: 12px;
  color: #666;
  display: block;
}

/* Blog cards */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0;
}
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.blog-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.blog-card-body {
  padding: 20px;
}
.blog-card-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.blog-card h3 {
  font-size: 17px;
  color: #001C33;
  margin-bottom: 10px;
  line-height: 1.4;
}
.blog-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.blog-card .read-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Values grid (team/about page) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.value-item {
  text-align: center;
  padding: 25px 15px;
}
.value-icon {
  font-size: 36px;
  margin-bottom: 10px;
}
.value-item h3 {
  font-size: 16px;
  color: #001C33;
  margin-bottom: 8px;
}
.value-item p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 740px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Related pages block */
.related-pages {
  margin: 40px 0 30px;
  padding: 25px 0;
  border-top: 1px solid #eee;
}
.related-pages .title {
  font-size: 20px;
  margin-bottom: 15px;
}
.related-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.related-link {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background 0.2s;
}
.related-link:hover {
  background: #eee;
}

/* Legal pages */
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
.legal-content h2 {
  font-size: 20px;
  color: #001C33;
  margin: 30px 0 10px;
}
.legal-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.legal-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.legal-content ul li {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 5px;
}

/* Distributor warning box */
.warning-box {
  padding: 20px 25px;
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
}
.warning-box p {
  font-size: 14px;
  color: #664d03;
  line-height: 1.6;
}