.apt-btn {
  width: 200px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.disclamer {
  font-size: 30px;
  color: rgb(108, 117, 125);
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: lighter;
  margin: auto;
  max-width: 92%;
  padding-bottom: 50px;
}
.pill {
  width: 33px;
  height: 33px;
  margin-right: 5px;
  background: url("./images/tabl.jpg") no-repeat center / contain;
}
.pill-50 {
  width: 33px;
  height: 33px;
  margin-right: 5px;
  background: url("./images/tabl_1.2.jpg") no-repeat center / contain;
}
.main-text {
  position: relative;
  top: -60px;
  left: 170px;
  font-size: 32px;
  font-family: sans-serif;
  font-weight: 500;
}
.pack {
  position: relative;
  z-index: 1;
  height: 350px;
  width: 270px;
  background-image: url("./images/cynabisin_NEW.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.shma {
  top: 120px;
  left: 170px;
  position: absolute;
  height: 220px;
  width: 380px;
  background-image: url("./images/monster-1.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-container {
  display: flex;
  height: 550px;
  background-image: url("./images/bg2.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-text_ul {
  position: absolute;
  top: 68px;
  left: 580px;
  width: 400px;
  font-family: sans-serif;
  font-size: 1.44rem;
}
.main-text_ul li + li {
    margin-top: 2rem;
}

.slog {    
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
    font-family: sans-serif;
    padding: 0 40px;
    margin-top: 1.3rem;
}
.slog--1 {
    margin-top: 6.3rem;
    font-size: 1.56rem;
}
.text-el {
  max-width: 22%;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  position: fixed;
  z-index: 2;
  background: white;
  width: 100vw;
  margin-top: -10px;
  height: 40px;
}
.paz-mob {
  width: 30%;
}
.paz-text {
  width: 60%;
}
.how-width {
  width: 25%;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.amp-desc {
  display: flex;
}
.disc-width {
  width: 20%;
}
.disc-width-center {
  width: 40%;
}
.comp-4-mob {
  width: 100vw;
  height: 300px;
  margin-top: 5.3rem;
  background-color: rgb(235, 235, 235);
}
.comp-1 {
  position: relative;
  left: 90px;
  top: 130px;
  z-index: 1;
  border: 2px solid rgb(139, 139, 139);
  border-radius: 50%;
  height: 185px;
  width: 185px;
  background-image: url("./images/gidrastis.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-2 {
  position: relative;
  left: 30px;
  top: 30px;
  border: 2px solid rgb(139, 139, 139);
  border-radius: 50%;
  height: 185px;
  width: 185px;
  background-image: url("./images/cinnabaris.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-3 {
  position: relative;
  top: -40px;
  z-index: 1;
  height: 350px;
  width: 270px;
  background-image: url("./images/cynabisin_NEW.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-4 {
  position: relative;
  right: 30px;
  top: 30px;
  border: 2px solid rgb(139, 139, 139);
  border-radius: 50%;
  height: 185px;
  width: 185px;
  background-image: url("./images/echinacea.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-5 {
  position: relative;
  right: 90px;
  top: 130px;
  border: 2px solid rgb(139, 139, 139);
  border-radius: 50%;
  height: 185px;
  width: 185px;
  background-image: url("./images/calium.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comp-1-p {
  position: relative;
  top: -70px;
  left: 25px;
  font-family: sans-serif;
}
.comp-2-p {
  position: relative;
  top: -70px;
  left: 25px;
  font-family: sans-serif;
}
.comp-3-p {
  position: relative;
  top: -70px;
  left: 30px;
  font-family: sans-serif;
}
.comp-4-p {
  position: relative;
  top: -70px;
  left: 70px;
  font-family: sans-serif;
}
.mobile-menu {
  display: none;
  background-color: white;
  width: 100vw;
  z-index: 2;
}
.menu-li {
  margin-bottom: 15px;
}
.res-top {
  width: 100vw;
  margin: 40px 0 200px;
}

@media screen and (max-width: 1024px) {
  .media {
    flex-direction: column-reverse;
  }
  .media-column {
    flex-direction: column;
  }
  .media-wrap {
    flex-wrap: wrap;
  }
  .res-top {
    width: 78vw;
    padding: 0 40px;
    margin: 40px 0 100px;
  }
  .disclamer {
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 40px;
  }
  .mobile-menu {
    height: 40px;
    display: block;
    padding-top: 10px;
  }
  .main-text {
    padding: 0 40px;
    font-size: 21px;
    position: initial;
  }
  .pack {
    height: 290px;
    width: 170px;
    margin-left: 0px;
    background-size: contain;
  }
  .shma {
    top: 200px;
    left: 35px;
    position: absolute;
    height: 120px;
    width: 280px;
  }
  .header-container {
    padding-bottom: 200px;
  }
  .main-text_ul {
    top: 430px;
    left: 0;
    max-width: 250px;
    font-size: 1rem;
  }
  .plate-el {
    margin: 40px 10px;
  }
  .mob-column {
    flex-direction: column;
  }
  .text-el {
    max-width: 90%;
    padding: 0 40px;
  }
  .paz-mob {
    width: 73%;
    padding: 0 40px;
  }
  .paz-text {
    width: 73%;
    padding: 40px;
  }
  .media-width {
    width: 100%;
    padding: 10px;
  }
  .how-width {
    width: 90%;
    border: none;
  }
  .amp-desc {
    display: none;
  }
  .comp-4-mob {
    width: 100vw;
    height: 900px;
    margin: 100px 0;
    background-color: rgb(235, 235, 235);
  }
  .comp-column {
    flex-wrap: wrap;
    position: relative;
  }
  .disc-width {
    width: 90%;
  }
  .disc-width-center {
    width: 90%;
  }
  .disc-mob-back {
    width: 78%;
    padding: 0 40px;
  }
  .comp-1 {
    position: initial;
    margin: 20px;
    margin-top: 80px;
    left: 90px;
    top: 130px;
    z-index: 1;
    border: 2px solid rgb(139, 139, 139);
    border-radius: 50%;
    height: 135px;
    width: 135px;
    background-image: url("./images/gidrastis.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .comp-2 {
    position: initial;
    margin: 20px;
    margin-top: 80px;
    left: 30px;
    top: 30px;
    border: 2px solid rgb(139, 139, 139);
    border-radius: 50%;
    height: 135px;
    width: 135px;
    background-image: url("./images/cinnabaris.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .comp-3 {
    position: absolute;
    top: 500px;
    z-index: 1;
    height: 350px;
    width: 270px;
  }
  .comp-4 {
    position: initial;
    margin: 20px;
    margin-top: 80px;
    right: 30px;
    top: 30px;
    border: 2px solid rgb(139, 139, 139);
    border-radius: 50%;
    height: 135px;
    width: 135px;
    background-image: url("./images/echinacea.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .comp-5 {
    position: initial;
    margin: 20px;
    margin-top: 80px;
    right: 90px;
    top: 130px;
    border: 2px solid rgb(139, 139, 139);
    border-radius: 50%;
    height: 135px;
    width: 135px;
    background-image: url("./images/calium.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .comp-4-p {
    top: -95px;
    left: 25px;
  }
}

html {
  scroll-behavior: smooth;
}
a {
  margin-right: 10px;
  text-decoration: none;
  color: black;
}
body {
  -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
  animation: -amp-start 8s steps(1, end) 0s 1 normal both;
}
@-webkit-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-ms-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
.slog {    
    font-size: 1.65rem;
    line-height: 1;
    text-align: center;
    font-family: sans-serif;
    padding: 0 40px;
    margin-top: 1.3rem;
}
.slog--1 {
    margin-top: 6.3rem;
    font-size: 1.56rem;
}
:root {
    --yellow-color: #fce050;
    --gray-color: #ebebeb;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.bold {
    font-weight: 700;
}
.font-serif {
    font-family: sans-serif;
}
.banner-2 {
    background-color: var(--yellow-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
    gap: 0.5rem;
}
.banner-2__txt {    
    font-size: 1.54rem;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 1.4rem;    
}
.banner-2__img1 {
    width: 50vw;
}
.banner-2__img2 {
    width: 28.5vw;
}
.banner-2__title {    
    margin-top: 0.8rem;
    padding: 1.2rem 0;
}
.gray-bg {
    background: var(--gray-color);
}
.title {    
    font-weight: 400;
    font-size: 1.54rem;
    line-height: 1.1;
    text-align: center;    
}
sup {
    font-size: .5em;
}
.title--1 {
    margin-top: 2.7rem;
}
.title--2 {
    padding-top: 2rem;
}
.how-to-txt {
    text-align: center;
    margin-top: 1.4rem;
    padding: 0 8%;
}
.how-to-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.7rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
    font-size: .76rem;
    line-height: 1.2;
    border: 1.41px solid #feda11;
}
.how-to-grid__th {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    background: linear-gradient(180deg, #fed800 0%, #fff 100%);
    padding: 0.5rem 0.7rem 0.1rem 0.7rem;
    row-gap: 0.1rem;
    border-bottom: 1.41px solid #feda11;
}
.how-to-grid__td + .how-to-grid__td,
.how-to-grid__th + .how-to-grid__th {
    border-left: 1.41px solid #feda11;
}
.how-to-grid__rh {
    grid-column: span 3;
    text-align: center;
    border-bottom: 1.41px solid #feda11;    
    padding: .4rem 0;
}
.how-to-grid__td {
    padding: 0.6rem 0.7rem 0.2rem 0.7rem;
}
.how-to-grid__td:not(.no-bb) {    
    border-bottom: 1.41px solid #feda11;
}
.how-to-grid__td.no-bb {
    padding-bottom: .7rem;
}
.articles-list {
    display: grid;
    margin-top: 1.5rem;
    gap: 1rem;
    padding-bottom: 4rem;
}
.al-item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 0.69rem;        
    font-size: 1rem;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem;
    margin: 0;
    transition: .3s ease;    
}
.al-item__txt p {
    margin: 0 0 0.4rem 0;
}
.al-item img {
    flex: 0 0;
    width: 2.4rem;
    margin-top: 0.5rem;
}
.md-block {
    display: none;
}
body:has(dialog[open]) {
  overflow: hidden!important;
}
.popup {    
    box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 1.25rem;
    width: min(96%, 46.94rem);    
    border: none;
    overflow: hidden;
    padding: 0;    
}
.popup::backdrop {    
    background: rgba(0, 0, 0, 0.2);       
}
.popup__title {
    background-color: var(--yellow-color);    
    font-size: 1rem;
    line-height: 1.39;
    text-transform: uppercase;
    padding: 2rem 1.5rem;    
}
.popup__text {        
    padding: 2rem 1.5rem; 
}
.popup__text p {
    margin: 0;
    font-size: 1;
    line-height: 1.2;
}
.popup__buttons {
    display: flex;
    flex-direction: column;
    row-gap: 2.4rem;
    margin-top: 2.4rem;
}
.popup__btn {
    border: 1px solid var(--yellow-color);
    background: var(--yellow-color);
    color: #000;
    font-size: 1rem;
    border-radius: 1.56rem;
    width: min(100%, 17.88rem);    
    height: 2.75rem;
    transition: .3s ease;
    cursor: pointer;       
}
.popup__btn:hover {
    background: #fff;
} 
@media (min-width:768px) {
    .popup {
        padding-bottom: 3.2rem;
    }
    .popup__title {            
        font-size: 1.56rem;
        padding: 3rem 7rem 2.1rem 4rem;            
    }
    .popup__text {        
        padding: 1.2rem 3.6rem 0 4rem;
    }    
    .popup__text p {        
        font-size: 1.56rem;        
    }
    .popup__buttons {
        flex-direction: row;
        column-gap: 3.4rem;        
    }
    .popup__btn {        
        font-size: 1.25rem;        
        height: 3.75rem;              
    }    
    .md-no-bb {
        border-bottom: none;
    }
    .how-to-grid__td {
        padding: .7rem;
        border-left: 1.41px solid #feda11;
    }
    .how-to-grid__rh {
        grid-column: 1;
        text-align: left;
        padding: .7rem;
    }
    .how-to-grid__th {
        display: flex;
        align-items: flex-start;
        padding: 1rem;
        gap: 1rem;
    }
    .how-to-grid__th img {
        width: 3.6rem;
    }
    .how-to-grid {
        grid-template-columns: 0.6fr 1fr 1fr 1.3fr;
        font-size: 1rem;
    }
    .md-block {
        display: block;
    }
    .banner-2__title {        
        padding: 2.2rem;
    }
    .banner-2__img2 {
        width: 19%;
        margin-top: 1rem;
    }
    .banner-2__img1 {
        width: 30%;
        margin-top: .5rem;
    }
    .banner-2 {
        flex-direction: row;
        padding-right: 1.6rem;
    }
    .container {
        padding: 0 2.6rem;
    }
}
@media (min-width:1024px) {
    .articles-list {
        grid-template-columns: 1fr 1fr;
    }
    .al-item:hover {
        background-color: var(--yellow-color);
    } 
    .how-to-grid__th br {
        display: none;
    }
    .how-to-grid__th {
        align-items: center;
    }
    .banner-2__title {
        background: linear-gradient(0deg, #fed800 0%, #fff 100%);
        margin: 0;        
    }
    .banner-2 {
        margin-top: 3.1rem;
        padding: 0.8rem 4.5rem 2.2rem 1.7rem;
        gap: 4.6rem;
    }
    .banner-2__img1 {
        position: relative;
        top: 1.1rem;
    }
    .banner-2 img {
        width: auto;
        margin: 0;
    }   
}