/* custom styles */
.jumbo__blur {
  position: absolute;
  left: 0;
  opacity: 0.6;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  -webkit-transition: background-color 2s;
  -o-transition: background-color 2s;
  transition: background-color 2s;
  -webkit-filter: url(#svgfilter);
  filter: url(#svgfilter);
}

.jumbo.summer .jumbo__blur {
  background-color: #FDFF93;
}

.jumbo.spring .jumbo__blur {
  background-color: #CAFF96;
}

.jumbo.fall .jumbo__blur {
  background-color: #FDD184;
}

.jumbo.winter .jumbo__blur {
  background-color: #84D8FE;
}

.jumbo__text--border {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  border: none;
  margin-bottom: 0;
  padding: 10px;
}

.header__nav a {
  font-weight: 700;
}

@media (max-width: 500px) {
  .jumbo__text--border {
    margin-top: 120px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .jumbo {
    padding-top: 100px;
  }

  .jumbo__text--border {
    padding: 30px 22px;
    margin-top: 120px;
  }

  .jumbo__buy {
    margin-left: 22px;
  }

  .jumbo__limiter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .jumbo__text--border {
    margin-top: 0;
  }

  .jumbo__text {
    margin-bottom: 80px;
  }
}

.types__20--bigger-font-size,
.types__30--bigger-font-size {
  font-size: 1.25em;
}

.types__20--bigger-font-size>.types__title,
.types__30--bigger-font-size>.types__title {
  font-size: 2em;
}

.types__item--dot {
  position: relative;
  padding-left: 14px;
}

.types__item--dot:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #29296B;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.rewards {
  padding: 60px 0 20px;
}

.rewards__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 25px;
}

.sub-header__menu ul>li a,
.mobile-header__menu ul>li a {
  font-weight: 700;
}

.disclaimer {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  background-color: rgba(229, 248, 255, .8)
}

.disclaimer__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
}

.disclaimer__text {
  margin: 0;
  color: #999;
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  line-height: 100%
}

@media (max-width:1024px) {
  .disclaimer__text {
    line-height: 120%;
    font-size: 1.25em
  }
}

.bottomImportant {
  bottom: 10vh !important;
}

.ma-container {
  transition: 0.2s !important;
}

.header__logo {
  width: 386px;
}

.wherebuy {
  color: #000000;
}

.wherebuy__title {
  padding-top: 80px;
  margin: 0;
  padding-left: 20px;
}

.wherebuy__descr {
  padding-top: 80px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.wherebuy__all iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1728px;
  height: 700px;
  border: 0;
}

.wherebuy__online {
  margin-top: 90px;
  padding-bottom: 20px;
}

.wherebuy__online-title {
  font-size: 32px;
}

.wherebuy__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 0;
}

.wherebuy__item {
  height: 120px;
  margin-bottom: 16px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  width: 24%;
  transition: .3s;
}

.wherebuy__link {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wherebuy__logo {
  max-width: 50%;
  max-height: 100%;
}

.wherebuy__item-fake {
  opacity: 0;
  visibility: hidden;
}

.wherebuy__item:hover {
  transform: scale(1.04);
}

@media (min-width: 1081px) and (max-width: 1250px) {
  .wherebuy__online {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .header__link a {
    white-space: nowrap;
  }
}


@media (max-width: 1024px) {
  .header__link-buy {
    margin-left: auto;
    margin-right: 10px;
    width: 109px;
    height: 32px;
    font-size: 16px;
  }

  .wherebuy__all {
    padding: 0 20px;
  }

  .wherebuy__descr {
    padding-top: 25px;
  }
}

@media (max-width: 768px) {

  .wherebuy__title,
  .wherebuy__online-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .wherebuy__descr {
    margin-bottom: 25px;
    padding-left: 0;
  }

  .wherebuy__online {
    margin-top: 40px;
  }

  .wherebuy__all iframe {
    height: 460px;
  }

  .wherebuy__item {
    width: 32%;
  }

  .wherebuy__online {
    padding-bottom: 0;
  }

}

@media (max-width: 550px) {
  .wherebuy__item {
    height: 56px;
    margin-bottom: 8px;
  }
}

@media (max-width: 450px) {
  .wherebuy__item {
    width: 48%;
  }

}

.allergofon__off {
  display: none;
}

/* https://www.websitepolicies.com/cookie-consent-banner-generator */
.wpcc-container {
  opacity: 1
}

.wpcc-transparency-5 {
  opacity: .95
}

.wpcc-transparency-10 {
  opacity: .9
}

.wpcc-transparency-15 {
  opacity: .85
}

.wpcc-transparency-20 {
  opacity: .8
}

.wpcc-transparency-25 {
  opacity: .75
}

.wpcc-container {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  overflow: hidden;
  position: fixed;
  transition: opacity 1s ease;
  z-index: 9999
}

@media print {
  .wpcc-container {
    display: none
  }
}

.wpcc-pushdown-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s
}

.wpcc-pushdown {
  margin: 0 !important;
  position: static
}

.wpcc-invisible {
  opacity: 0
}

.wpcc-fontsize-tiny {
  font-size: 12px
}

.wpcc-fontsize-small {
  font-size: 14px
}

.wpcc-fontsize-large {
  font-size: 18px
}

.wpcc-border-thin {
  border-width: 1px
}

.wpcc-border-normal {
  border-width: 3px
}

.wpcc-border-thick {
  border-width: 5px
}

.wpcc-float {
  flex-direction: column;
  max-width: 22em;
  padding: 1.5em
}

.wpcc-float.wpcc-padding-small {
  padding: 1em
}

.wpcc-float.wpcc-padding-large {
  padding: 2em
}

.wpcc-banner {
  flex-direction: row;
  margin: 1em;
  padding: 1em
}

.wpcc-banner.wpcc-padding-small {
  padding: .5em .5em .5em 1em
}

.wpcc-banner.wpcc-padding-large {
  padding: 1.5em
}

.wpcc-banner.wpcc-margin-none {
  margin: 0
}

.wpcc-banner.wpcc-margin-small {
  margin: .5em
}

.wpcc-banner.wpcc-margin-large {
  margin: 1.5em
}

.wpcc-padding-none {
  padding: 0
}

.wpcc-padding-none.wpcc-float .wpcc-message {
  margin: 1em
}

.wpcc-padding-none.wpcc-banner .wpcc-message {
  margin: .8em 1em
}

.wpcc-padding-none.wpcc-banner .wpcc-btn {
  height: 100%;
  padding: .9em 1.5em
}

.wpcc-btn,
.wpcc-privacy {
  cursor: pointer
}

.wpcc-privacy {
  display: inline-block;
  opacity: .85;
  text-decoration: underline
}

.wpcc-privacy:hover {
  opacity: 1
}

.wpcc-privacy:active,
.wpcc-privacy:visited {
  color: initial
}

.wpcc-btn {
  display: block;
  font-size: .9em;
  font-weight: 700;
  padding: .4em .8em;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease
}

.wpcc-btn:hover {
  text-decoration: none
}

.wpcc-top {
  top: 1em
}

.wpcc-top.wpcc-margin-none {
  top: 0
}

.wpcc-top.wpcc-margin-small {
  top: .5em
}

.wpcc-top.wpcc-margin-large {
  top: 1.5em
}

.wpcc-left {
  left: 1em
}

.wpcc-left.wpcc-margin-none {
  left: 0
}

.wpcc-left.wpcc-margin-small {
  left: .5em
}

.wpcc-left.wpcc-margin-large {
  left: 1.5em
}

.wpcc-right {
  right: 1em
}

.wpcc-right.wpcc-margin-none {
  right: 0
}

.wpcc-right.wpcc-margin-small {
  right: .5em
}

.wpcc-right.wpcc-margin-large {
  right: 1.5em
}

.wpcc-bottom {
  bottom: 1em
}

.wpcc-bottom.wpcc-margin-none {
  bottom: 0
}

.wpcc-bottom.wpcc-margin-small {
  bottom: .5em
}

.wpcc-bottom.wpcc-margin-large {
  bottom: 1.5em
}

.wpcc-float .wpcc-message {
  display: block;
  margin-bottom: 1em
}

.wpcc-banner {
  align-items: center
}

.wpcc-banner.wpcc-top {
  left: 0;
  right: 0;
  top: 0
}

.wpcc-banner.wpcc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.wpcc-banner .wpcc-message {
  display: block;
  flex: 1 1 auto;
  margin-right: 1em;
  max-width: 100%
}

.wpcc-float .wpcc-compliance {
  flex: 1 0 auto
}

.wpcc-corners-small {
  border-radius: 5px
}

.wpcc-corners-normal {
  border-radius: 7px
}

.wpcc-corners-large {
  border-radius: 10px
}

.wpcc-corners-round .wpcc-btn {
  border-radius: 4px
}

.wpcc-corners-round.wpcc-margin-none,
.wpcc-corners-round.wpcc-padding-none .wpcc-btn {
  border-radius: 0
}

.wpcc-corners-round.wpcc-margin-none {
  border-radius: 0
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
  .wpcc-top {
    top: 0 !important
  }

  .wpcc-bottom {
    bottom: 0 !important
  }

  .wpcc-banner,
  .wpcc-float,
  .wpcc-left,
  .wpcc-right {
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important
  }

  .wpcc-banner {
    align-items: unset;
    flex-direction: column
  }

  .wpcc-corners-round {
    border-radius: 0 !important
  }

  .wpcc-float {
    max-width: none
  }

  .wpcc-message {
    margin-bottom: 1em
  }

  .wpcc-banner.wpcc-padding-small {
    padding: .5em
  }

  .wpcc-padding-small .wpcc-message {
    margin-bottom: .5em
  }
}

.header__link {
  font-size: 18px;
  margin-right: 20px;
}


.disc-cookie {
  position: fixed;
  bottom: 10vh;
  left: 0;
  width: 100%;
  background: #F5F3F4;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8%;
  z-index: 100;
}

.disc-cookie__mtext {
  color: #110F14;
  font-size: 16px;
}

.disc-cookie__mtext a {
  text-decoration: underline;
  color: #110F14;
}

.disc-cookie__link {
  font-size: 12px;
  color: #828282;
  text-decoration: underline;
  margin-top: 10px;
}

.disc-cookie__agree {
  width: 180px;
  min-width: 180px;
  height: 50px;
  background: #6F1DF4;
  font-size: 14px;
  color: #fff;
  font-weight: 550;
  border: 0;
  border-radius: 6px;
  transition: .3s;
  margin-left: 10px;
  font-family: Source Sans Pro;
  cursor: pointer;
}

.disc-cookie__agree:hover {
  opacity: 0.9;
}

.disc-cookie.discCookieDown {
  bottom: 0;
}

@media (max-width: 650px) {
  .disc-cookie {
    padding: 15px 15px 10px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .disc-cookie__agree {
    width: 293px;
    min-width: 293px;
    height: 34px;
    margin-left: 0;
  }

  .disc-cookie__mtext {
    font-size: 12px;
  }

  .disc-cookie__link {
    margin: 15px 0 10px 0;
  }
}

.allergofon {
  position: relative;
  overflow: hidden;
  padding: 130px 0 85px;
}

.allergofon__bg {
  position: absolute;
  inset: 0;
}

.allergofon__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.allergofon__container {
  display: flex;
  justify-content: flex-end;
  width: 1069px;
  max-width: 100%;
  margin: 0 auto;
}

.allergofon__wrapper {
  max-width: 708px;
  width: 100%;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(2px);
  padding: 41px 63px 46px 42px;
}

.allergofon__top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.allergofon__top--mobile {
  display: none;
}

.allergofon__title {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  color: #464646;
  margin: 0;
}

.allergofon__info,
.allergofon__region-wrapper {
  display: flex;
  align-items: center;
}

.allergofon__info {
  gap: 30px;
}

.allergofon__region {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #4BB7DA;
  margin-left: 3px;
}

.allergofon__date {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #939393;
}

.allergofon__allergens {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 23px;
}

.allergofon__allergens-item {
  display: flex;
  align-items: center;
}

.allergofon__allergens-item svg {
  color: rgba(0, 0, 0, 0.50);
}

.allergofon__allergens-item span {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.50);
  padding-left: 9px;
}

.allergofon__allergens-item--active span,
.allergofon__allergens-item--active svg {
  color: #FF5B00;
}

.allergofon__data-block-wrapper {
  margin-top: 17px;
}

.allergofon__data-block {
  display: flex;
  min-height: 126px;
  border-radius: 24px;
  border: 1px solid #B5E5FB;
  background: #FFFFFF;
  padding: 18px 30px;
}

.allergofon__data-block+.allergofon__data-block {
  margin-top: 17px;
}

.allergofon__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.allergofon__col:first-child {
  width: 46%;
  border-right: 1px solid #B5E5FB;
  padding-right: 33px;
}

.allergofon__col:last-child {
  width: 54%;
  padding-left: 35px;
}

.allergofon__col--column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.allergofon__col--column .allergofon__data-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.allergofon__data-label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #464646;
}

.allergofon__data-value {
  font-size: 28px;
  line-height: 23px;
  font-weight: 700;
  color: #464646;
  margin-top: 8px;
  text-transform: lowercase;
}

.allergofon__data-value:first-letter {
  text-transform: uppercase;
}

.allergofon__circle {
  max-width: 42px;
  width: 100%;
  height: 42px;
  border-radius: 50%;
  background-color: #FF0;
  position: relative;
}

.allergofon__circle--blue {
  background-color: #EAF8FF;
}

.allergofon__circle img:first-child {
  width: 100%;
  height: 100%;
}

#allergofon__icon {
  width: 70%;
}

.allergofon__circle img:last-child,
.allergofon__circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.allergofon__temperature {
  font-size: 33px;
  line-height: 46px;
  font-weight: 700;
  color: #464646;
}

.allergofon__temperature sup {
  font-size: 21px;
}

.allergofon__weather {
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  color: #464646;
  margin-top: 8px;
}

.allergofon__table {
  width: 100%;
  border-collapse: collapse;
}

.allergofon__table tr td:first-child {
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  color: #464646;
}

.allergofon__table tr td:last-child {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 1100px) {
  .allergofon__container {
    padding: 0 15px;
  }

  .allergofon__data-block-wrapper {
    margin-top: 22px;
    border-radius: 24px;
    border: 1px solid #B5E5FB;
    overflow: hidden;
  }

  .allergofon__data-block {
    flex-direction: column;
    border-radius: 0;
    border: 0;
    padding: 23px 20px;
  }

  .allergofon__data-block+.allergofon__data-block {
    margin-top: 0;
    position: relative;
  }

  .allergofon__data-block+.allergofon__data-block::before {
    content: '';
    display: block;
    width: 62%;
    height: 1px;
    background-color: #A7DFF9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .allergofon__allergens-item span {
    font-size: 14px;
    line-height: 18px;
    padding-left: 4px;
  }

  .allergofon__col {
    align-items: flex-start;
  }

  .allergofon__col:first-child,
  .allergofon__col:last-child {
    width: 100%;
  }

  .allergofon__col:first-child {
    border-right: 0;
    padding-right: 0;
  }

  .allergofon__col:last-child {
    padding-left: 0;
    margin-top: 32px;
  }

  .allergofon__data-label {
    font-size: 16px;
  }

  .allergofon__data-value {
    font-size: 24px;
  }

  .allergofon__table tr td:first-child,
  .allergofon__table tr td:last-child {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .allergofon {
    padding-top: 23px;
    padding-bottom: 30px;
  }

  .allergofon__bg img {
    object-position: center -120px;
  }

  .allergofon__container {
    flex-direction: column;
  }

  .allergofon__wrapper {
    max-width: 100%;
    margin-top: 118px;
    padding: 31px 0 0;
  }

  .allergofon__allergens {
    gap: 15px;
    padding: 0 13px;
    margin-top: 0;
  }

  .allergofon__top {
    display: none;
  }

  .allergofon__top--mobile {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .allergofon__title {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 550px) {
  .allergofon__bg img {
    object-position: center -100px;
  }
}

@media (max-width: 475px) {
  .allergofon__bg img {
    object-position: center -30px;
  }
}

@media (max-width: 380px) {
  .allergofon__bg img {
    object-position: center top;
  }
}

/* Khadis */
  
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.margin-top {
  margin-top: -140px;
}

.text-list p {
  margin-top: 0;
}

.text-list p:last-child {
  margin-bottom: 0;
}

a.stylized-link {
  color: #229DE7;
  text-decoration: underline;
}

.title--h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 1.125;
  font-weight: 700;
  color: #041A72;
}

@media (any-hover: hover) {
  .stylized-link:hover {
    text-decoration: none;
  }
}

.buttons {
  display: flex;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}

.button--main {
  background-color: #1C2476;
  color: white;
  font-size: 20px;
  border-radius: 12px;
  font-weight: 600;
}

.button--main:visited {
  color: white;
}

@media (any-hover: hover) {
  .button--main:hover {
    color: #1C2476;
    background-color: white;
  }
}

.button--white {
  font-size: 24px;
  color: #1C2476;
  background-color: white;
  border-radius: 24px;
  font-weight: 600;
}

.button--white:visited {
  color: #1C2476;
}

@media (any-hover: hover) {
  .button--white:hover {
    background-color: #1C2476;
    color: white;
  }
}

.button--page-main {
  padding: 16px 32px;
}

.button--page-extra {
  padding: 24px 42px;
}

.contacts {
  background-color: #b5e5fb;
}

.contacts__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contacts__title {
  margin-bottom: 32px;
}

.contacts__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.contacts__map-container {
  position: relative;
  width: 46%;
  padding-top: 37.92%;
  order: -1;
}

.contacts__map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts__map-wrapper iframe {
  width: 100%;
  height: 100%;
}

.contacts__list-wrapper {
  align-self: center;
  width: 41.33%;
}

.contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contacts__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__item-text {
  color: black;
}

.contacts__item a {
  color: black;
}

@media (any-hover: hover) {
  .contacts__item a:hover {
    text-decoration: underline;
  }
}

.contacts__item-icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  flex-shrink: 0;
}

.contacts__item-icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__link-buy {
  font-size: 16px;
  margin-bottom: 2px;
  padding: 8px 8px;
}

@media (max-width: 1024px) {
  .title--h1 {
    font-size: 32px;
  }

  .margin-top {
      margin-top: -60px;
  }

  .button--page-main {
      font-size: 16px;
  }

  .button--page-extra {
      font-size: 18px;
  }

  .button--page-extra {
      min-width: 289px;
      padding: 12px 25px;
  }

  .contacts__wrapper {
    display: block;
    max-width: 400px;
  }

  .contacts__map-container {
    order: 0;
    width: 100%;
    padding-top: 227px;
  }

  .contacts__list-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (min-width: 1025px) {
  .header__link {
    font-size: 16px;
  }

  .header__dr {
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .header__nav {
    align-items: center;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .header__link {
    margin-right: 12px;
  }

  .header__logo {
    width: 240px;
  }

  .header__dr {
    width: 110px;
    margin-left: 12px;
    margin-bottom: 10px;
  }
}

.page-404__container {
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-404__big-text {
  margin-bottom: 16px;
  font-size: 300px;
  font-weight: 700;
  line-height: 1;
  color: #003258;
  letter-spacing: 10.5px;
}

.page-404__description {
  font-size: 32px;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  color: #003258;
}

.page-404__buttons {
  margin-top: 36px;
}

.page-404__description .stylized-link {
  font-weight: 700;
}

.page-404__description p {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .page-404__big-text {
    margin-bottom: 4px;
    font-size: 160px;
    letter-spacing: 5.6px;
  }

  .page-404__description {
      font-size: 16px;
  }
}

/* Khadis */



.aptekaru-item {
    position: relative;
}

.aptekaru-item__icon {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}

.aptekaru-item__text {
    position: absolute;
    background: #EDEDED;
    border-radius: 12px;
    width: 260px;
    font-size: 10px;
    padding: 15px 25px 15px 15px;
    z-index: 99;
    color: #686868;
    line-height: 1.25;
        left: 0;
    top: 5px;
    display: none;
}
.aptekaru-item__text a {
    color: #686868;
    text-decoration: underline;
}

.aptekaru-item__text-cross {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
}

.yamarket {
    max-width: 1728px;
    margin: auto;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

#marketWidget, #marketWidget1 {
    width: 48%;
}

@media (max-width: 1023px) {
  .yamarket {
    flex-wrap: wrap;
            margin-top: 40px;
  }
  #marketWidget, #marketWidget1 {
    width: 100%;
}
}