@media (max-width: 1376px) {
  .mixtures__content {
    height: 960px;
  }
  .mixtures .mixtures-grid {
    margin-top: 173px;
  }
  .mixtures .mixtures-grid__item_first {
    right: 104px;
    top: -104px;
  }
  .mixtures .mixtures-grid__item_third {
    top: -104px;
    left: 104px;
  }
}
@media (max-width: 1200px) {
  .choise__content {
    padding: 0 24px;
  }
  .choise__hexagon {
    background-size: 140% 100%;
  }
  .choise .choise-products .choise-products-about .choise-products-about-hover__button {
    padding: 15px 20px;
    font-size: 1.6rem;
  }
  .choise .choise-properties {
    max-width: 720px;
    position: relative;
    flex-direction: column;
    height: unset;
    border-radius: 40px;
  }
  .choise .choise-properties__image-wrapper {
    position: absolute;
    bottom: 586px;
    height: 597px;
    max-width: 667px;
    background-image: url(../assets/images/resource/half-hexagon-extended.webp);
    background-position: 100% 75%;
    background-size: 100% 78%;
    padding-right: 0;
  }
  .choise .choise-properties__image {
    margin-left: 65px;
    margin-top: 70px;
    max-width: 566px;
  }
  .choise .choise-properties__items {
    width: unset;
    margin-left: 36px;
    padding: 41px 39px 41px 26px;
    gap: 16px;
  }
  .choise .choise-properties__item {
    border-radius: 40px;
    max-width: unset;
    position: unset;
  }
  .choise .choise-properties__item:hover {
    transform: unset;
  }
  .choise .choise-properties__item:hover__text-main {
    color: white;
    font-size: unset;
  }
  .choise .choise-properties__item::before {
    left: 3px;
  }
  .choise .choise-properties__text-hover {
    display: block;
    opacity: 1;
    font-size: 1.8rem;
    margin-top: 4px;
  }
  .choise .choise-properties__text-main {
    color: white;
    font-size: 2rem;
  }
  .choise .choise-properties__item_first {
    background-color: #B91F7C;
  }
  .choise .choise-properties__item_second {
    background-color: #57B77F;
  }
  .choise .choise-properties__item_third {
    background-color: #F58040;
  }
  .choise .choise-properties__item_fourth {
    margin-top: 593px;
    background-color: #0090BE;
  }
  .choise .choise-properties__item_fifth {
    background-color: #EEAB29;
  }
  .choise .choise-properties__item_sixth {
    background-color: #272D64;
  }
}
@media (max-width: 1023px) {
  .underline {
    width: 320px;
  }
  .resource__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resource__hexagon {
    top: -533px;
    width: 1215px;
    height: 1075px;
  }
  .resource__hexagons-left {
    background-image: url(../assets/images/resource/hexagons-left-tablet.webp);
    width: 413px;
    height: 207px;
    left: -93px;
    top: 223px;
  }
  .resource__hexagons-right {
    background-image: url(../assets/images/resource/hexagons-right-tablet.webp);
    width: 514px;
    height: 240px;
    top: -91px;
    right: -168px;
  }
  .resource__family {
    width: 450px;
    height: 396px;
    right: 138px;
    top: 771px;
  }
  .resource__logo {
    width: 248px;
    height: 49px;
    margin-top: 85px;
  }
  .resource__text {
    font-size: 2.4rem;
    line-height: 120%;
    max-width: 550px;
    margin-top: 12px;
    text-align: center;
  }
  .resource__products {
    width: 447px;
    height: 297px;
    margin-top: 110px;
    margin-left: -195px;
  }
  .categories__title {
    margin-top: 31px;
    max-width: 675px;
    line-height: 120%;
    margin-bottom: 32px;
    font-size: 3.2rem;
  }
  .categories__hexagon {
    background-size: 161% 57%;
    top: -468px;
  }
  .categories .categories-grid {
    -moz-column-gap: 62px;
         column-gap: 62px;
    row-gap: 32px;
  }
  .categories .categories-grid__text {
    max-width: 300px;
  }
  .categories .categories-grid__item:nth-child(1) {
    order: 1;
  }
  .categories .categories-grid__item:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .categories .categories-grid__item:nth-child(2) .categories-grid__text {
    max-width: 475px;
  }
  .categories .categories-grid__item:nth-child(3) {
    order: 2;
  }
  .categories .categories-grid__item:nth-child(4) {
    order: 4;
  }
  .categories .categories-grid__item:nth-child(5) {
    order: 5;
  }
  .mixtures__content {
    height: 836px;
  }
  .mixtures__title {
    margin-top: 17px;
    font-size: 3.2rem;
    line-height: 120%;
    margin-bottom: 32px;
  }
  .mixtures .mixtures-grid {
    scale: 0.89;
    margin-top: 134px;
  }
  .mixtures .mixtures-grid__text {
    font-size: 1.8rem;
    max-width: 188px;
  }
  .choise__hexagon {
    background-size: 171% 98%;
    top: 51px;
  }
  .choise__rectangle {
    background-color: white;
    width: 100%;
    height: 100%;
    clip-path: inset(50% 0 0 0);
  }
  .choise__title {
    margin-top: 139px;
    font-size: 3.2rem;
    line-height: 120%;
    max-width: 500px;
    margin-bottom: 32px;
  }
  .choise .choise-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    height: unset;
    gap: 20px;
    margin-top: 23px;
  }
  .choise .choise-products__image {
    position: unset;
  }
  .choise .choise-products__star {
    position: absolute;
    bottom: 247px;
    margin-left: 0;
  }
  .choise .choise-products__name {
    margin-top: 5px;
    max-width: 280px;
  }
  .choise .choise-products__name::after {
    left: 20px;
    top: 38px;
    right: 0px;
  }
  .choise .choise-products__description {
    margin-top: 22px;
    max-width: 313px;
    margin-bottom: unset;
  }
  .choise .choise-products__item {
    padding-top: 35px;
    max-width: unset;
    background-color: #F5F5F5;
    border-radius: 40px;
    width: 100%;
    justify-content: unset;
  }
  .choise .choise-products__item:hover .choise-products__icon {
    opacity: 1;
  }
  .choise .choise-products__item:hover .choise-products__name {
    opacity: 1;
  }
  .choise .choise-products__item:hover .choise-products__description {
    opacity: 1;
  }
  .choise .choise-products__item:hover .choise-products__image {
    transform: unset;
  }
  .choise .choise-products__item:hover .choise-products-about {
    height: unset;
  }
  .choise .choise-products__item:hover .choise-products-about__text {
    opacity: 1;
  }
  .choise .choise-products .choise-products-about {
    flex-direction: column;
    opacity: 1;
    border: none;
    background-color: #F5F5F5;
    border-radius: 40px;
    max-width: unset;
    padding-top: 7px;
    height: unset;
  }
  .choise .choise-products .choise-products-about__text {
    padding: 12px 20px 11px 20px;
    width: 100%;
    border: 1px solid;
    max-width: 308px;
    border-radius: 16px;
  }
  .choise .choise-products .choise-products-about .choise-products-about-hover {
    opacity: 1;
    position: unset;
    margin-top: 24px;
    width: 100%;
    padding: 0;
    height: unset;
  }
  .choise .choise-products .choise-products-about .choise-products-about-hover__name {
    display: none;
  }
  .choise .choise-products .choise-products-about .choise-products-about-hover .underline_products {
    margin-top: 22px;
    max-width: 304px;
  }
  .choise .choise-products .choise-products-about .choise-products-about-hover__button {
    margin-bottom: 10px;
    padding: 18px 34px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .choise .choise-products .choise-products-about .choise-products-about-hover__description {
    max-width: 250px;
  }
  .choise .choise-products__item_first .choise-products__icon {
    width: 122px;
  }
  .choise .choise-products__item_first .choise-products__image {
    width: 332px;
    height: 342px;
    max-width: 299px;
    max-height: 304px;
    margin-top: 18px;
  }
  .choise .choise-products__item_first .choise-products-about__text {
    background-color: #FFF5E8;
    border: 1px solid #FFE1B9;
  }
  .choise .choise-products__item_second .choise-products__icon {
    width: 154px;
    height: 139px;
  }
  .choise .choise-products__item_second .choise-products__name {
    margin-top: 8px;
  }
  .choise .choise-products__item_second .choise-products__image {
    width: 100%;
    height: auto;
    max-width: 337px;
    margin-bottom: 29px;
    margin-top: 63px;
  }
  .choise .choise-products__item_second .choise-products-about__text {
    background-color: #E5F6FF;
    border: 1px solid #BDE0F3;
  }
  .choise .choise-products__item_third .choise-products__image {
    width: 231px;
    height: 240px;
    margin-right: -12px;
    margin-top: 22px;
    margin-bottom: 5px;
  }
  .choise .choise-products__item_third .choise-products-about .choise-products-about__text {
    padding: 27px 20px 30px 20px;
  }
  .choise .choise-products__item_third .choise-products-about p.choise-products-about-hover__description {
    max-width: 305px;
  }
  .choise .choise-products__item_third .choise-products-about__text {
    background-color: #ECFFE3;
    border: 1px solid #BFEEA9;
  }
  .choise .choise-products__item_fourth .choise-products__icon {
    width: 151px;
    height: 144px;
    margin: 0;
  }
  .choise .choise-products__item_fourth .choise-products__image {
    margin-right: -52px;
    width: 233px;
    height: 242px;
    margin-bottom: 5px;
    margin-top: 19px;
  }
  .choise .choise-products__item_fourth .choise-products-about div.choise-products-about-hover {
    margin-top: 41px;
  }
  .choise .choise-products__item_fourth .choise-products-about__text {
    background-color: #F8EEFF;
    border: 1px solid #E7C4FF;
  }
  .from__title {
    margin-top: 25px;
  }
  .from__line-wrapper {
    max-width: 580px;
  }
  .purchase__content {
    padding-top: 72px;
  }
  .purchase .purchase-background__top {
    height: 34px;
  }
  .purchase .purchase-wrapper__hexagon {
    height: 552px;
    background-size: 164% 100%;
  }
  .purchase__list {
    flex-wrap: wrap;
    max-width: 600px;
    margin-top: 29px;
    gap: 17px;
  }
  .purchase .purchase-item {
    height: 216px;
    width: 216px;
  }
  .purchase .purchase-item__image_yandex {
    height: 28px;
  }
  .purchase .purchase-item__image_wildberries {
    height: 44px;
  }
  .purchase .purchase-item__image_pharmacy {
    height: 46px;
  }
  .source-wrapper .source {
    padding: 696px 23px 81px 25px;
  }
  .source-wrapper .source__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .underline {
    width: 240px;
  }
  .resource {
    padding: 0 12px;
  }
  .resource__family {
    width: 469px;
    height: 410px;
    right: 167px;
    top: 559px;
  }
  .resource__hexagon {
    background-image: url("../assets/images/resource/hexagon-gray-mobile.webp");
    mask-image: url("../assets/images/resource/hexagon-gray-mobile.webp");
    -webkit-mask-image: url("../assets/images/resource/hexagon-gray-mobile.webp");
    width: 804px;
    height: 868px;
    top: -342px;
  }
  .resource__hexagons-right {
    width: 252px;
    height: 118px;
    top: -33px;
    right: -33px;
  }
  .resource__hexagons-left {
    width: 260px;
    height: 130px;
    left: -58px;
    top: 407px;
  }
  .resource__logo {
    width: 206px;
    height: 32px;
    margin-top: 66px;
  }
  .resource__text {
    font-size: 2rem;
  }
  .resource__products {
    max-width: 357px;
    height: auto;
    width: 100%;
    margin-top: 240px;
    margin-left: 23px;
  }
  .categories {
    padding: 0 12px;
  }
  .categories__hexagon {
    background-size: 168% 35%;
    bottom: 96px;
    top: unset;
  }
  .categories__title {
    font-size: 2.4rem;
    margin-top: 20px;
    max-width: 358px;
    margin-bottom: 19px;
  }
  .categories .categories-grid {
    -moz-column-gap: 9px;
         column-gap: 9px;
    margin-top: 26px;
    row-gap: 35px;
  }
  .categories .categories-grid__image {
    width: 136px;
    height: 120px;
  }
  .categories .categories-grid__text {
    font-size: 1.6rem;
    max-width: 178px;
  }
  .mixtures {
    padding-top: 364px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mixtures__content {
    height: 843px;
  }
  .mixtures__title {
    font-size: 2.4rem;
    max-width: 354px;
    margin-top: 23px;
    margin-bottom: 19px;
  }
  .mixtures .mixtures-grid {
    scale: 0.67;
    margin-top: 110px;
  }
  .mixtures .mixtures-grid__item_first {
    right: -20px;
    top: -126px;
  }
  .mixtures .mixtures-grid__item_second {
    top: 19px;
    right: -268px;
  }
  .mixtures .mixtures-grid__item_third {
    top: 164px;
    left: -268px;
  }
  .mixtures .mixtures-grid__item_fourth {
    top: 453px;
    right: -20px;
  }
  .mixtures .mixtures-grid__item_fifth {
    top: 310px;
    left: -20px;
  }
  .mixtures .mixtures-grid__item_sixth {
    top: 601px;
    left: -19px;
  }
  .choise__hexagon {
    background-size: 172% 98%;
    top: 60px;
    height: 745px;
  }
  .choise__rectangle {
    clip-path: inset(20% 0 0 0);
  }
  .choise__content {
    padding: 0 16px;
  }
  .choise__title {
    margin-top: 102px;
    font-size: 2.4rem;
    max-width: 500px;
    margin-bottom: 18px;
  }
  .choise .choise-products {
    overflow: hidden;
    margin-top: 26px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .choise .choise-products__star {
    bottom: 233px;
  }
  .choise .choise-products .choise-products-about {
    margin-top: 4px;
  }
  .choise .choise-products .choise-products-about__text {
    max-width: 326px;
  }
  .choise .choise-products__item {
    border-radius: 26px;
    max-width: 500px;
  }
  .choise .choise-products__item_first .choise-products__image {
    margin-left: -21px;
  }
  .choise .choise-products__item_second .choise-products__image {
    margin-bottom: 7px;
    margin-top: 20px;
  }
  .choise .choise-products__item_second .choise-products-about .choise-products-about-hover__description {
    max-width: 252px;
  }
  .choise .choise-products__item_third .choise-products__name {
    margin-top: 11px;
  }
  .choise .choise-products__item_third .choise-products__description {
    max-width: 280px;
  }
  .choise .choise-products__item_third .choise-products__image {
    margin-right: -31px;
    margin-top: 20px;
  }
  .choise .choise-products__item_third .choise-products-about {
    margin-top: 9px;
  }
  .choise .choise-products__item_third .choise-products-about .choise-products-about__text {
    padding: 20px 20px 21px 20px;
  }
  .choise .choise-products__item_fourth .choise-products__description {
    max-width: 280px;
  }
  .choise .choise-products__item_fourth .choise-products__image {
    margin-right: -30px;
  }
  .choise .choise-products__item_fourth .choise-products-about {
    margin-top: 7px;
  }
  .choise .choise-products__item_fourth .choise-products-about div.choise-products-about-hover {
    margin-top: 24px;
    margin-bottom: 19px;
  }
  .choise .choise-properties {
    margin-top: 24px;
    border-radius: 26px;
    overflow: unset;
    align-items: center;
  }
  .choise .choise-properties__items {
    margin-left: 0;
    padding: 41px 0 41px 0;
    gap: 17px;
  }
  .choise .choise-properties__item {
    padding: 20px 22px;
    border-radius: 16px;
    margin: 0 15px;
  }
  .choise .choise-properties__item::before {
    left: -9px;
  }
  .choise .choise-properties__item:hover .choise-properties__text-main {
    font-size: 1.6rem;
  }
  .choise .choise-properties__text-main {
    font-size: 1.6rem;
    line-height: 140%;
  }
  .choise .choise-properties__text-hover {
    font-size: 1.4rem;
  }
  .choise .choise-properties__image-wrapper {
    display: none;
  }
  .choise .choise-properties__image-wrapper_mobile {
    display: flex;
    background-image: url(../assets/images/resource/half-hexagon-extended.webp);
    background-position: 0% 39%;
    background-size: 94% 66%;
    background-repeat: no-repeat;
    position: relative;
    height: 353px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .choise .choise-properties__image {
    margin: 0;
    position: absolute;
    width: 103%;
    max-width: 363px;
    margin-left: 20px;
  }
  .choise .choise-properties__item_first .choise-properties__text-hover {
    padding-right: 85px;
  }
  .choise .choise-properties__item_fourth {
    margin-top: 0px;
  }
  .from {
    padding: 0 56px;
  }
  .from__title {
    font-size: 2.4rem;
    margin-top: 34px;
    line-height: 120%;
  }
  .from__text {
    margin-top: 14px;
    font-size: 1.6rem;
  }
  .purchase__content {
    padding-top: 74px;
  }
  .purchase__title {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
  .purchase__list {
    max-width: 340px;
    margin-top: 27px;
    gap: 8px;
  }
  .purchase .purchase-background__top {
    height: 40px;
  }
  .purchase .purchase-wrapper__hexagon {
    height: 265px;
  }
  .purchase .purchase-item {
    height: 114px;
    width: 114px;
  }
  .purchase .purchase-item__image_detmir {
    height: 23px;
  }
  .purchase .purchase-item__image_ozon {
    height: 14px;
  }
  .purchase .purchase-item__image_yandex {
    height: 15px;
  }
  .purchase .purchase-item__image_wildberries {
    height: 23px;
  }
  .purchase .purchase-item__image_pharmacy {
    height: 24px;
  }
  .source-wrapper .height116 {
    max-height: 115px;
  }
  .source-wrapper .source {
    padding: 688px 16px 22px 17px;
  }
  .source-wrapper .source__window {
    padding: 34px 24px 41px 24px;
  }
  .source-wrapper .source__title-wrapper {
    margin-bottom: 21px;
  }
  .source-wrapper .source__title {
    font-size: 2.4rem;
  }
  .source-wrapper .source__info {
    margin-top: 37px;
  }
}
@media (max-width: 385px) {
  .mixtures__content {
    height: 1320px;
  }
  .mixtures .mixtures-grid {
    justify-content: unset;
    align-items: center;
    flex-direction: column;
    margin-top: -232px;
    gap: 20px;
  }
  .mixtures .mixtures-grid__item {
    position: unset;
  }
}
@media (max-width: 380px) {
  .choise .choise-properties__item_first .choise-properties__text-hover {
    padding-right: 0;
  }
}/*# sourceMappingURL=resource-media.css.map */