.facts__link,
.facts__title,
.advice__title,
.title-group__suptitle,
.header__subtitle {
  font-family: "Caveat", cursive;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  font-size: 16px;
  line-height: 19px;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

.container--dark-blue-color {
  color: #204686;
}

.container--orange-color {
  color: #f69321;
}

.container--orange-color .credit {
  color: #000;
}

.container--blue-color {
  color: #0ab6e2;
}

.container--green-color {
  color: #000;
}

.header {
  background-image: url(../img/main-bg.jpg);
  background-color: #c5e9f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  overflow-x: hidden;
}

.header__title {
  padding: 0px 0px 0 52px;
  font-weight: 700;
  line-height: 70px;
  font-size: 4.375rem;
  color: #0ab6e2;
}

.header__subtitle {
  padding: 0 0 0 119px;
  line-height: 32px;
  font-weight: 700;
  font-size: 4.375rem;
  color: #f69321;
}

.header__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header__social-title {
  color: #204686;
  font-size: 0.75rem;
  line-height: 14px;
  margin-right: 20px;
}

.header__social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.social-list {
  display: flex;
  justify-content: flex-start;
}

.social-list__link {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

.vk {
  background: url(../img/svg/vk.svg);
  width: 39px;
  height: 39px;
}

.vk:hover {
  opacity: 0.5;
}

.facebook {
  margin-left: 20px;
  background: url(../img/svg/facebook.svg);
  width: 39px;
  height: 39px;
}

.facebook:hover {
  opacity: 0.5;
}

.instagram {
  margin-left: 20px;
  background: url(../img/svg/instagram.svg);
  width: 39px;
  height: 39px;
}

.instagram:hover {
  opacity: 0.5;
}

.menu {
  margin-bottom: 95px;
}

.menu__list {
  display: flex;
  justify-content: flex-end;
}

.menu__item {
  margin-top: 54px;
}

.menu__link {
  width: 232px;
  height: 162px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 23px;
  background-color: tomato;
  border-radius: 20px;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #fff;
  padding-bottom: 20px;
  transition: opacity 0.2s ease-in-out;
}

.menu__link:hover {
  opacity: 0.8;
}

.menu__link--moon {
  background-color: #204686;
  background-image: url(../img/svg/moon.svg);
  background-repeat: no-repeat;
  background-position: top 30px center;
}

.menu__link--stomach {
  background-color: #f69321;
  background-image: url(../img/svg/stomach.svg);
  background-repeat: no-repeat;
  background-position: top 28px center;
}

.menu__link--teeth {
  background-color: #0ab6e2;
  background-image: url(../img/svg/teeth.svg);
  background-repeat: no-repeat;
  background-position: top 36px center;
}

.menu__link--umbrella {
  background-color: #75bb43;
  background-image: url(../img/svg/umbrella.svg);
  background-repeat: no-repeat;
  background-position: top 35px center;
}

.title-group {
  position: relative;
  padding-left: 35px;
}

.title-group__title {
  font-weight: 700;
  font-size: 2.5rem;
  color: inherit;
}

.title-group__title--lh {
  line-height: 47px;
}

.title-group__suptitle {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 40px;
  color: inherit;
  margin-bottom: 45px;
}

.title-group__suptitle--right {
  padding-left: 208px;
}

.title-group::after {
  content: "";
  background-image: url(../img/baby-1.webp);
  min-width: 525px;
  height: 445px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -224px;
  right: -100px;
  pointer-events: none;
}

.title-group__stomach::after {
  background-image: url(../img/baby-stomach.webp);
  width: 394px;
  height: 269px;
  bottom: -115px;
}

.title-group__teeth::after {
  background-image: url(../img/baby-teeth.webp);
  width: 637px;
  height: 445px;
  bottom: -192px;
  right: -20px;
}

.title-group__cold {
  color: #75bb43;
}

.title-group__cold::after {
  background-image: url(../img/baby-cold.png);
  width: 100%;
  height: 413px;
  bottom: -201px;
  right: 0;
}

.advice {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 71.19%);
  border-radius: 30px;
  transform-style: preserve-3d;
  position: relative;
}

.advice::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, transparent, #204686 100%);
  transform: translateZ(-1px);
  height: 50%;
}

.advice--stomach {
  color: #444444;
}

.advice--stomach::before {
  background: linear-gradient(180deg, transparent, #f69321 100%);
}

.advice--teeth {
  color: #204686;
}

.advice--teeth::before {
  background: linear-gradient(180deg, transparent, #0ab6e2 100%);
}

.advice--cold {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 14.1%);
}

.advice--cold::before {
  background: linear-gradient(180deg, transparent, #75bb43 100%);
}

.advice__title {
  background-image: url(../img/dark-blue-bg-title.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  position: absolute;
  left: -45px;
  top: 0;
  width: 371px;
  height: 95px;
  font-size: 2.5rem;
  line-height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advice__title--bg-stomach {
  background-image: url(../img/orange-bg-title.png);
}

.advice__title--bg-teeth {
  background-image: url(../img/blue-bg-title.png);
}

.advice__title--bg-cold {
  background-image: url(../img/green-bg-title.png);
}

.advice__list {
  padding: 97px 6px 60px 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.advice__item {
  padding-left: 90px;
  margin: 15px 0px 15px 0px;
  font-weight: 400;
  line-height: 19px;
  font-size: 1rem;
  color: inherit;
  position: relative;
}

.advice__item::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
}

.advice__item--list:before {
  background-image: url(../img/svg/list.svg);
  width: 62px;
  height: 76px;
}

.advice__item--cocan {
  margin-left: 70px;
}

.advice__item--cocan:before {
  background-image: url(../img/svg/cocan.svg);
  width: 58px;
  height: 62px;
}

.advice__item--baby:before {
  background-image: url(../img/svg/baby.svg);
  width: 49px;
  height: 93px;
}

.advice__item--window {
  margin-left: 70px;
}

.advice__item--window:before {
  background-image: url(../img/svg/window.svg);
  width: 79px;
  height: 56px;
}

.advice__item--duck:before {
  background-image: url(../img/svg/duck.svg);
  width: 56px;
  height: 58px;
}

.advice__item--22deg {
  margin-left: 70px;
}

.advice__item--22deg:before {
  background-image: url(../img/svg/22deg.svg);
  width: 59px;
  height: 41px;
}

.advice__item--hands:before {
  background-image: url(../img/svg/hands.svg);
  width: 74px;
  height: 65px;
}

.advice__item--clean {
  margin-left: 70px;
}

.advice__item--clean:before {
  background-image: url(../img/svg/clean.svg);
  width: 50px;
  height: 65px;
}

.advice__item--tit {
  grid-row: 1/4;
  padding-right: 65px;
}

.advice__item--tit:before {
  background-image: url(../img/svg/tit.svg);
  width: 81px;
  height: 94px;
}

.advice__item--menu:before {
  background-image: url(../img/svg/menu.svg);
  width: 54px;
  height: 69px;
  left: 20px;
  top: -9px;
}

.advice__item--product > p {
  margin-top: 5px;
  margin-bottom: 30px;
}

.advice__item--product:before {
  background-image: url(../img/svg/product.svg);
  width: 47px;
  height: 54px;
  top: 55px;
  left: 30px;
}

.advice__item--garlic:before {
  background-image: url(../img/svg/garlic.svg);
  width: 56px;
  height: 63px;
  left: 22px;
  top: -16px;
}

.advice__item--milk:before {
  background-image: url(../img/svg/milk.svg);
  width: 68px;
  height: 39px;
  left: 14px;
  top: 0px;
}

.advice__item--warmer {
  padding-right: 65px;
}

.advice__item--warmer:before {
  background-image: url(../img/svg/warmer.svg);
  width: 73px;
  height: 88px;
  left: 0px;
  top: -10px;
}

.advice__item--mixture {
  padding-right: 65px;
  min-height: 90px;
}

.advice__item--mixture:before {
  background-image: url(../img/svg/mixture.svg);
  width: 43px;
  height: 84px;
  top: -20px;
  left: 15px;
}

.advice__item--gaz:before {
  background-image: url(../img/svg/gaz.svg);
  width: 31px;
  height: 66px;
  top: -27px;
  left: 31px;
}

.advice__item--overfeeding {
  padding-right: 65px;
}

.advice__item--overfeeding:before {
  background-image: url(../img/svg/overfeeding.svg);
  width: 87px;
  height: 73px;
  top: -10px;
  left: 4px;
}

.advice__item--medical:before {
  background-image: url(../img/svg/medical.svg);
  width: 46px;
  height: 66px;
  top: -10px;
  left: 30px;
}

.advice__item--massage {
  padding-right: 65px;
}

.advice__item--massage:before {
  background-image: url(../img/svg/massage.svg);
  width: 79px;
  height: 63px;
  top: -5px;
  left: -10px;
}

.advice__item--bottle {
  padding-right: 30px;
}

.advice__item--bottle:before {
  background-image: url(../img/svg/bottle.svg);
  width: 44px;
  height: 70px;
  top: -15px;
  left: 25px;
}

.advice__item--saliva {
  padding-right: 65px;
}

.advice__item--saliva:before {
  background-image: url(../img/svg/saliva.svg);
  width: 47px;
  height: 70px;
  top: -5px;
  left: -10px;
}

.advice__item--pacifier {
  padding-right: 30px;
}

.advice__item--pacifier:before {
  background-image: url(../img/svg/pacifier.svg);
  width: 60px;
  height: 90px;
  top: -15px;
  left: 25px;
}

.advice__item--gel {
  padding-right: 65px;
}

.advice__item--gel:before {
  background-image: url(../img/svg/gel.svg);
  width: 98px;
  height: 57px;
  top: -5px;
  left: -10px;
}

.advice__item--gel p {
  margin-top: 10px;
}

.advice__item--gel p:first-child {
  margin-top: 0px;
}

.advice__item--medical-correct {
  padding-right: 30px;
}

.advice__item--medical-correct:before {
  background-image: url(../img/svg/medical-correct.svg);
  width: 40px;
  height: 50px;
  top: -15px;
  left: 25px;
}

.advice__item--carefully {
  padding-right: 65px;
}

.advice__item--carefully:before {
  background-image: url(../img/svg/carefully.svg);
  width: 65px;
  height: 71px;
  top: -5px;
  left: -10px;
}

.advice__item--stroller {
  padding-right: 30px;
}

.advice__item--stroller:before {
  background-image: url(../img/svg/stroller.svg);
  width: 65px;
  height: 75px;
  top: -10px;
  left: 10px;
}

.advice__item--immuno {
  padding-right: 65px;
}

.advice__item--immuno:before {
  background-image: url(../img/svg/immuno.svg);
  width: 32px;
  height: 45px;
  top: 3px;
  left: 25px;
}

.advice__item--bal {
  padding-right: 30px;
}

.advice__item--bal:before {
  background-image: url(../img/svg/ball.svg);
  width: 52px;
  height: 52px;
  top: 5px;
  left: 10px;
}

.advice__item--horse {
  padding-right: 65px;
  grid-row: 3/5;
}

.advice__item--horse:before {
  background-image: url(../img/svg/horse.svg);
  width: 65px;
  height: 65px;
  top: 3px;
  left: 5px;
}

.advice__item--window-cold {
  padding-right: 30px;
}

.advice__item--window-cold:before {
  background-image: url(../img/svg/window-cold.svg);
  width: 65px;
  height: 45px;
  top: 5px;
  left: 10px;
}

.advice__item--smoke {
  padding-right: 30px;
}

.advice__item--smoke:before {
  background-image: url(../img/svg/smoke.svg);
  width: 52px;
  height: 52px;
  top: -20px;
  left: 20px;
}

.advice__item--fructs {
  padding-right: 65px;
  grid-row: 5/8;
}

.advice__item--fructs:before {
  background-image: url(../img/svg/fructs.svg);
  width: 75px;
  height: 45px;
  top: 3px;
  left: 5px;
}

.advice__item--night {
  padding-right: 30px;
}

.advice__item--night:before {
  background-image: url(../img/svg/night.svg);
  width: 56px;
  height: 48px;
  top: 0;
  left: 20px;
}

.advice__item--medical-kit {
  padding-right: 30px;
}

.advice__item--medical-kit:before {
  background-image: url(../img/svg/medical-kit.svg);
  width: 57px;
  height: 52px;
  top: 0;
  left: 20px;
}

.advice__item--syringe {
  padding-right: 30px;
}

.advice__item--syringe:before {
  background-image: url(../img/svg/syringe.svg);
  width: 32px;
  height: 62px;
  top: 0;
  left: 20px;
}

.advice__list-item-list {
  list-style: disc;
}

.advice__list-item-list-item {
  margin-left: 25px;
  padding-left: 10px;
  font-size: 0.875rem;
  line-height: 20px;
  color: #444;
  list-style: disc;
  margin-bottom: 25px;
}

.advice__list-item-list-item:first-child {
  margin-top: 25px;
}

.advice__list-item-list-item--small {
  margin-bottom: 0px;
}

.advice__list-item-list-item--small--15 {
  margin-bottom: 15px;
  color: #204686;
}

.advice__list-item-list-item--unpudding {
  margin-bottom: 0px;
  color: inherit;
}

.advice__list-item-list-item--unpudding:first-child {
  margin-top: 0px;
}

.facts {
  display: flex;
  margin-top: 54px;
}

.facts__item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 71.19%);
  border-radius: 30px;
  padding: 82px 36px 15px 46px;
  position: relative;
  transform-style: preserve-3d;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.facts__item + .facts__item {
  margin-left: 30px;
}

.facts__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, transparent 50%, #204686 100%);
  transform: translateZ(-1px);
  height: 60%;
}

.facts__item--header-baby {
  min-height: 460px;
}

.facts__item--header-baby::after {
  content: "";
  position: absolute;
  width: 281px;
  height: 204px;
  right: -35px;
  bottom: 0;
  z-index: -1;
  background: url(../img/baby-facts-header.png) no-repeat;
}

.facts__item--header-dormikind::after {
  content: "";
  position: absolute;
  width: 162px;
  height: 218px;
  right: 21px;
  bottom: -5px;
  z-index: -1;
  background: url(../img/dormikind.png) no-repeat;
}

.facts__item--stomach-baby {
  max-width: 327px;
  min-height: 620px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
}

.facts__item--stomach-baby::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 327px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/stomach-baby-facts.png) no-repeat;
  border-radius: 30px;
  background-size: cover;
}

.facts__item--stomach-baby::before {
  background: linear-gradient(180deg, transparent 50%, #f69321 100%);
}

.facts__item--teeth-baby {
  color: #000;
  min-height: 351px;
  flex-basis: 50%;
  background: url("../img/teeth-baby-facts.png") no-repeat center center/cover;
}

.facts__item--teeth-baby::before {
  background: linear-gradient(180deg, transparent 50%, #0ab6e2 100%);
}

.facts__item--cold-baby {
  max-width: 380px;
  min-height: 550px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 26.56%);
}

.facts__item--cold-baby::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 327px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/baby-facts-cold.jpg) no-repeat;
  border-radius: 30px;
  background-size: cover;
}

.facts__item--cold-baby::before {
  background: linear-gradient(180deg, transparent 50%, #75bb43 100%);
}

.facts__item--teeth {
  flex-basis: 50%;
  color: #000;
  min-height: 351px;
}

.facts__item--teeth::before {
  background: linear-gradient(180deg, transparent 50%, #0ab6e2 100%);
}

.facts__item--stomach-enterokind {
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
}

.facts__item--stomach-enterokind::after {
  content: "";
  position: absolute;
  width: 154px;
  height: 323px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/enterokind.png) no-repeat;
  border-radius: 30px;
  background-size: cover;
}

.facts__item--stomach-enterokind::before {
  background: linear-gradient(180deg, transparent 50%, #f69321 100%);
}

.facts__item--cold-immunokund {
  font-size: 0.875rem;
  line-height: 18px;
  color: #000;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 26.56%);
}

.facts__item--cold-immunokund::after {
  content: "";
  position: absolute;
  width: 122px;
  height: 255px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/immunokind.png) no-repeat;
  border-radius: 30px;
  background-size: cover;
}

.facts__item--cold-immunokund::before {
  background: linear-gradient(180deg, transparent 50%, #75bb43 100%);
}

.facts__title {
  background-image: url(../img/dark-blue-bg-subtitle.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  position: absolute;
  left: 0;
  top: -25px;
  font-size: 1.875rem;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  width: 274px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facts__title::after {
  content: "";
  position: absolute;
}

.facts__text-strong-dark-blue {
  color: #204686;
}

.facts__title--lamp::after {
  background-image: url(../img/svg/lamp.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 67%;
  transform: translate(50%);
  width: 115px;
  height: 120px;
}

.facts__title--lamp-stomach {
  background-image: url(../img/orange-bg-subtitle.png);
}

.facts__title--lamp-stomach::after {
  background-image: url(../img/svg/lamp-stomach.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 67%;
  transform: translate(50%);
  width: 115px;
  height: 120px;
}

.facts__title--lamp-teeth {
  background-image: url(../img/blue-bg-subtitle.png);
}

.facts__title--lamp-teeth::after {
  background-image: url(../img/svg/lamp-teeth.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 67%;
  transform: translate(50%);
  width: 115px;
  height: 120px;
}

.facts__title--lamp-cold {
  background-image: url(../img/green-bg-subtitle.png);
}

.facts__title--lamp-cold::after {
  background-image: url(../img/svg/lamp-cold.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 67%;
  transform: translate(50%);
  width: 115px;
  height: 120px;
}

.facts__title--Question-mark {
  margin-bottom: 30px;
}

.facts__title--Question-mark::after {
  background-image: url(../img/svg/Question-mark.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 85%;
  transform: translate(50%);
  width: 59px;
  height: 99px;
}

.facts__title--Question-mark-stomach {
  background-image: url(../img/orange-bg-subtitle.png);
}

.facts__title--Question-mark-stomach::after {
  background-image: url(../img/svg/Question-mark-stomach.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 85%;
  transform: translate(50%);
  width: 59px;
  height: 99px;
}

.facts__title--Question-mark-teeth {
  background-image: url(../img/blue-bg-subtitle.png);
}

.facts__title--Question-mark-teeth::after {
  background-image: url(../img/svg/Question-mark-teeth.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 85%;
  transform: translate(50%);
  width: 59px;
  height: 99px;
}

.facts__title--Question-mark-cold {
  background-image: url(../img/green-bg-subtitle.png);
}

.facts__title--Question-mark-cold::after {
  background-image: url(../img/svg/Question-mark-cold.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: contain;
  left: 85%;
  transform: translate(50%);
  width: 59px;
  height: 99px;
}

.facts__text {
  font-size: 0.875rem;
  line-height: 19px;
  margin-top: 15px;
  color: #000;
}

.facts__text--flex-auto {
  flex: 1 1 auto;
}

.facts__text--padding-r {
  padding-right: 181px;
}

.facts__text--teeth-baby {
  max-width: 214px;
  margin-top: -10px;
}

.facts__text--teeth {
  max-width: 185px;
}

.facts__text--teeth::before {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 50px;
  width: 153px;
  height: 106px;
  background: url("../img/svg/teeth-bg.svg") no-repeat 0 0;
}

.facts__text--max-w {
  max-width: 386px;
}

.facts__link {
  display: inline-block;
  font-size: 1.875rem;
  line-height: 38px;
  color: inherit;
  transition: all 0.3s ease-in-out;
  padding: 0 12px 0 12px;
  margin-left: -12px;
  border-radius: 15px;
  min-height: 45px;
}

.facts__link:hover {
  background: #204686;
  color: #fff;
}

.facts__link-stomach {
  padding: 0 21px 0 21px;
  margin-left: -21px;
  margin-top: 15px;
}

.facts__link-stomach:hover {
  background: #f69321;
}

.facts__link-cold {
  padding: 0 21px 0 21px;
  margin-left: -21px;
  margin-top: 15px;
}

.facts__link-cold:hover {
  background: #75bb43;
}

.facts__list {
  list-style: disc;
  padding: 20px 0 15px 20px;
  color: #000;
}

.facts__list--dpt {
  padding: 0 0 15px 20px;
}

.facts__list-item {
  list-style: disc;
}

.credit {
  font-size: 0.5rem;
  line-height: 10px;
  margin-top: 42px;
}

.stomach {
  background: url(../img/stomach-s-bg.jpg) repeat-x center -65px;
  padding: 42px 0px 50px 0;
  overflow-x: hidden;
}

.teeth {
  background: url(../img/teeth-bg.jpg) repeat-x center -50px;
  padding: 110px 0px 42px 0;
  overflow-x: hidden;
}

.cold {
  background: url(../img/cold-bg.jpg) repeat-x center -40px;
  padding: 110px 0px 42px 0;
  overflow-x: hidden;
}

.footer {
  padding: 72px 0 0 0;
}

.footer__social-list {
  justify-content: center;
  align-content: center;
}

.footer__disclaimer {
  margin-top: 54px;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  align-content: center;
}

.footer__img {
  padding-right: 63px;
  min-width: 137px;
}

.footer__text {
  color: #000;
  font-size: 1.125rem;
  line-height: 20px;
}

.canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 100;
}

.star {
  transition: all 1s linear;
  pointer-events: none;
  position: absolute;
  background: url(../img/svg/stars.svg) no-repeat center center;
  width: 22px;
  height: 22px;
  z-index: 100;
  -webkit-animation: StarAnim 3s ease-in forwards;
          animation: StarAnim 3s ease-in forwards;
}

@-webkit-keyframes StarAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes StarAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1100px) {
  .header__top-wrapper {
    flex-direction: column;
  }

  .header__social {
    margin: 60px auto 0;
  }

  .menu__list {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .title-group::after {
    opacity: 0.3;
  }

  .advice__title {
    left: 0;
  }

  .facts__item--header-dormikind::after {
    right: -15px;
    bottom: 35px;
  }

  .facts__text--teeth::before {
    right: 15px;
    bottom: 15px;
  }

  .facts__text--max-w {
    max-width: 70%;
  }

  .facts__list {
    max-width: 70%;
  }

  .stomach {
    background-repeat: repeat;
  }

  .teeth {
    background-repeat: repeat;
  }

  .cold {
    background-repeat: repeat;
  }
}

@media screen and (max-width: 920px) {
  .title-group__cold::after {
    background-position-x: -65px;
  }

  .facts__text--padding-r {
    padding-right: 120px;
  }

  .facts__text--teeth {
    max-width: 170px;
  }
}

@media screen and (max-width: 820px) {
  .header__title {
    font-size: 3.125rem;
  }

  .header__subtitle {
    font-size: 3.125rem;
  }

  .header__social {
    margin: 30px auto 0;
  }

  .menu__item {
    margin-top: 20px;
  }

  .title-group__title {
    font-size: 1.875rem;
    padding-left: 0px;
    line-height: 30px;
  }

  .title-group__suptitle--right {
    padding-left: 0px;
  }

  .advice__list {
    padding: 97px 5px 60px 5px;
  }

  .advice__item--list {
    margin-right: 10px;
  }

  .advice__item--cocan {
    margin-left: 10px;
  }

  .advice__item--baby {
    margin-right: 10px;
  }

  .advice__item--window {
    margin-left: 10px;
  }

  .advice__item--duck {
    margin-right: 10px;
  }

  .advice__item--22deg {
    margin-left: 10px;
  }

  .advice__item--hands {
    margin-right: 10px;
  }

  .advice__item--clean {
    margin-left: 10px;
  }

  .facts__item {
    padding: 50px 25px 25px 25px;
  }

  .facts__item--stomach-baby {
    max-width: 240px;
  }

  .facts__text--teeth {
    max-width: 140px;
  }
}

@media screen and (max-width: 720px) {
  .header__title {
    padding: 0 50px;
    font-size: 2.5rem;
    line-height: 40px;
  }

  .header__subtitle {
    padding: 0 50px;
    font-size: 2.5rem;
  }

  .title-group__title {
    font-size: 1.75rem;
  }

  .title-group__title {
    margin-bottom: 16px;
  }

  .title-group::after {
    bottom: -224px;
    right: 0;
  }

  .title-group__cold::after {
    background-position-x: -195px;
  }

  .advice__title {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .advice__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .advice__item {
    padding-left: 100px;
    padding-right: 20px;
    margin: 30px 0px 30px 0px;
  }

  .advice__item--list {
    margin-right: 0px;
  }

  .advice__item--cocan {
    margin-left: 0px;
  }

  .advice__item--baby {
    margin-right: 0px;
  }

  .advice__item--window {
    margin-left: 0px;
  }

  .advice__item--duck {
    margin-right: 0px;
  }

  .advice__item--22deg {
    margin-left: 0px;
  }

  .advice__item--hands {
    margin-right: 0px;
  }

  .advice__item--clean {
    margin-left: 0px;
  }

  .advice__item--tit {
    padding-right: 20px;
  }

  .advice__item--warmer {
    padding-right: 20px;
  }

  .advice__item--mixture {
    padding-right: 20px;
  }

  .advice__item--overfeeding {
    padding-right: 20px;
  }

  .advice__item--massage {
    padding-right: 20px;
  }

  .advice__item--bottle {
    padding-right: 20px;
  }

  .advice__item--saliva {
    padding-right: 20px;
  }

  .advice__item--saliva:before {
    top: 0px;
    left: 30px;
  }

  .advice__item--pacifier {
    padding-right: 20px;
  }

  .advice__item--pacifier:before {
    top: 5px;
    left: 25px;
  }

  .advice__item--gel {
    padding-right: 20px;
  }

  .advice__item--medical-correct {
    padding-right: 20px;
  }

  .advice__item--carefully {
    padding-right: 20px;
  }

  .advice__item--carefully:before {
    left: 10px;
  }

  .advice__item--stroller {
    padding-right: 20px;
  }

  .advice__item--immuno {
    padding-right: 20px;
  }

  .advice__item--immuno:before {
    padding-right: 27px;
  }

  .advice__item--bal {
    padding-right: 20px;
  }

  .advice__item--bal:before {
    left: 22px;
  }

  .advice__item--horse {
    padding-right: 20px;
  }

  .advice__item--horse:before {
    left: 15px;
  }

  .advice__item--window-cold {
    padding-right: 20px;
  }

  .advice__item--smoke {
    padding-right: 20px;
  }

  .advice__item--fructs {
    padding-right: 20px;
  }

  .advice__item--night {
    padding-right: 20px;
  }

  .advice__item--medical-kit {
    padding-right: 20px;
  }

  .advice__item--syringe {
    padding-right: 20px;
  }

  .advice__item--syringe:before {
    left: 38px;
  }

  .facts {
    flex-direction: column;
  }

  .facts__item + .facts__item {
    margin-left: 0px;
    margin-top: 50px;
  }

  .facts__item--header-baby::after {
    right: 0;
  }

  .facts__item--header-dormikind::after {
    right: 10px;
    bottom: -10px;
  }

  .facts__item--stomach-baby {
    max-width: 100%;
  }

  .facts__item--stomach-baby::after {
    width: 100%;
    height: 100%;
  }

  .facts__item--cold-baby {
    max-width: 100%;
  }

  .facts__text--teeth {
    max-width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .facts__text--teeth::before {
    right: auto;
    left: auto;
    bottom: auto;
    margin: 25px auto 0 auto;
    position: static;
    display: block;
    order: 2;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding: 0 10px;
  }

  .container--mobile-100vh {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: stretch;
  }

  .header {
    padding-top: 0;
    background-image: url(../img/main-bg-mobile.jpg);
    background-repeat: repeat;
  }

  .header__title {
    padding: 0 0 0 24px;
    font-size: 1.875rem;
    line-height: 30px;
  }

  .header__subtitle {
    padding: 0 0 0 24px;
    font-size: 2.1875rem;
  }

  .header__social-title {
    display: none;
  }

  .header__social {
    margin: 0 auto;
  }

  .menu {
    margin-bottom: 0px;
    padding: 0 24px;
  }

  .menu__list {
    flex-direction: column;
  }

  .menu__item {
    width: 100%;
    margin: 0;
  }

  .menu__item:first-child {
    margin-top: 40px;
  }

  .menu__item:last-child {
    margin-bottom: 40px;
  }

  .menu__link {
    justify-content: flex-start;
  }

  .menu__link--moon {
    width: 100%;
    margin-left: 0;
    height: 67px;
    margin-bottom: 12px;
    background-image: url(../img/svg/moon-mobile.svg);
    background-position: left 36px center;
    padding-left: 95px;
  }

  .menu__link--stomach {
    width: 100%;
    margin-left: 0;
    height: 67px;
    margin-bottom: 12px;
    background-image: url(../img/svg/stomach-mobile.svg);
    background-position: left 38px center;
    padding-left: 95px;
  }

  .menu__link--teeth {
    width: 100%;
    margin-left: 0;
    height: 67px;
    margin-bottom: 12px;
    background-image: url(../img/svg/teeth-mobile.svg);
    background-position: left 39px center;
    padding-left: 95px;
  }

  .menu__link--umbrella {
    width: 100%;
    margin-left: 0;
    height: 67px;
    background-image: url(../img/svg/umbrella-mobile.svg);
    background-position: left 37px center;
    padding-left: 95px;
  }

  .title-group {
    padding-bottom: 286px;
    padding-top: 50px;
  }

  .title-group__suptitle {
    z-index: 10;
    position: relative;
  }

  .title-group::after {
    bottom: -20px;
    right: -100px;
    opacity: 1;
  }

  .title-group__stomach {
    padding-top: 45px;
    padding-bottom: 195px;
  }

  .title-group__stomach::after {
    bottom: 0;
    left: -25px;
    right: auto;
  }

  .title-group__teeth {
    padding-bottom: 210px;
  }

  .title-group__teeth::after {
    bottom: -110px;
  }

  .title-group__cold::after {
    background-position-x: -465px;
    background-position-y: 55px;
  }

  .advice {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  }

  .advice::before {
    background: linear-gradient(180deg, transparent 10%, #204686 90%);
    height: 95%;
  }

  .advice--stomach::before {
    background: linear-gradient(180deg, transparent 10%, #f69321 90%);
    height: 95%;
  }

  .advice--teeth::before {
    background: linear-gradient(180deg, transparent 10%, #0ab6e2 90%);
    height: 95%;
  }

  .advice--cold::before {
    background: linear-gradient(180deg, transparent 10%, #75bb43 90%);
    height: 95%;
  }

  .advice__title {
    left: 0;
    right: 0;
    width: 329px;
    height: 84px;
    font-size: 2.1875rem;
    font-weight: 400;
    background-image: url(../img/dark-blue-bg-title-mobile.png);
  }

  .advice__title--bg-stomach {
    background-image: url(../img/orange-bg-title-mobile.png);
  }

  .advice__title--bg-teeth {
    background-image: url(../img/blue-bg-title-mobile.png);
  }

  .advice__title--bg-cold {
    background-image: url(../img/green-bg-title-mobile.png);
    top: -20px;
  }

  .advice__list {
    padding: 85px 0px 10px 0px;
  }

  .advice__item {
    margin: 26px 0px 13px 0px;
    padding-left: 65px;
    padding-right: 30px;
    font-size: 0.875rem;
  }

  .advice__item + .advice__item {
    margin: 13px 0px 13px 0px;
  }

  .advice__item--list:before {
    background-image: url(../img/svg/list-mobile.svg);
    width: 36px;
    height: 44px;
    left: 16px;
  }

  .advice__item--cocan:before {
    background-image: url(../img/svg/cocan-mobile.svg);
    width: 34px;
    height: 36px;
    left: 14px;
  }

  .advice__item--baby:before {
    background-image: url(../img/svg/baby-mobile.svg);
    width: 29px;
    height: 54px;
    left: 15px;
  }

  .advice__item--window:before {
    background-image: url(../img/svg/window-mobile.svg);
    width: 46px;
    height: 33px;
    left: 10px;
  }

  .advice__item--duck:before {
    background-image: url(../img/svg/duck-mobile.svg);
    width: 32px;
    height: 34px;
    left: 20px;
  }

  .advice__item--22deg:before {
    background-image: url(../img/svg/22deg-mobile.svg);
    width: 34px;
    height: 24px;
    left: 19px;
  }

  .advice__item--hands:before {
    background-image: url(../img/svg/hands-mobile.svg);
    width: 43px;
    height: 38px;
    left: 14px;
  }

  .advice__item--clean:before {
    background-image: url(../img/svg/clean-mobile.svg);
    width: 30px;
    height: 37px;
    left: 19px;
  }

  .advice__item--tit:before {
    background-image: url(../img/svg/tit-mobile.svg);
    width: 47px;
    height: 55px;
    left: 12px;
  }

  .advice__item--menu:before {
    background-image: url(../img/svg/menu-mobile.svg);
    width: 33px;
    height: 44px;
    left: 20px;
    top: 0;
  }

  .advice__item--product:before {
    background-image: url(../img/svg/product-mobile.svg);
    width: 35px;
    height: 43px;
    left: 18px;
    top: 55px;
  }

  .advice__item--garlic:before {
    background-image: url(../img/svg/garlic-mobile.svg);
    width: 42px;
    height: 42px;
    left: 15px;
    top: 0;
  }

  .advice__item--milk:before {
    background-image: url(../img/svg/milk-mobile.svg);
    width: 51px;
    height: 32px;
    left: 10px;
    top: 0;
  }

  .advice__item--warmer:before {
    background-image: url(../img/svg/warmer-mobile.svg);
    width: 54px;
    height: 59px;
    left: 5px;
  }

  .advice__item--mixture:before {
    background-image: url(../img/svg/mixture-mobile.svg);
    width: 28px;
    height: 56px;
    left: 22px;
    top: 0;
  }

  .advice__item--gaz:before {
    background-image: url(../img/svg/gaz-mobile.svg);
    width: 23px;
    height: 49px;
    left: 34px;
    top: 0;
  }

  .advice__item--overfeeding:before {
    background-image: url(../img/svg/overfeeding-mobile.svg);
    width: 51px;
    height: 46px;
    left: 7px;
    top: -3px;
  }

  .advice__item--medical:before {
    background-image: url(../img/svg/medical-mobile.svg);
    width: 34px;
    height: 49px;
    left: 19px;
    top: -3px;
  }

  .advice__item--massage:before {
    background-image: url(../img/svg/massage-mobile.svg);
    width: 49px;
    height: 39px;
    left: 7px;
    top: 0;
  }

  .advice__item--bottle:before {
    background-image: url(../img/svg/bottle-mobile.svg);
    width: 44px;
    height: 61px;
    left: 0px;
    top: 0;
  }

  .advice__item--saliva:before {
    background-image: url(../img/svg/saliva-mobile.svg);
    width: 33px;
    height: 49px;
    left: 15px;
  }

  .advice__item--pacifier:before {
    background-image: url(../img/svg/pacifier-mobile.svg);
    width: 41px;
    height: 56px;
    left: 11px;
    top: 0;
  }

  .advice__item--gel:before {
    background-image: url(../img/svg/gel-mobile.svg);
    width: 46px;
    height: 27px;
    left: 10px;
    top: 0;
  }

  .advice__item--medical-correct:before {
    background-image: url(../img/svg/medical-correct-mobile.svg);
    width: 29px;
    height: 41px;
    left: 17px;
    top: 0;
  }

  .advice__item--carefully:before {
    background-image: url(../img/svg/carefully-mobile.svg);
    width: 41px;
    height: 45px;
    left: 13px;
    top: 0;
  }

  .advice__item--stroller:before {
    background-image: url(../img/svg/stroller-mobile.svg);
    width: 53px;
    height: 57px;
    left: 7px;
    top: 0;
  }

  .advice__item--immuno:before {
    background-image: url(../img/svg/immuno-mobile.svg);
    width: 40px;
    height: 40px;
    left: 15px;
    top: 0;
  }

  .advice__item--bal:before {
    background-image: url(../img/svg/ball-mobile.svg);
    width: 40px;
    height: 40px;
    left: 14px;
    top: 0;
  }

  .advice__item--horse:before {
    background-image: url(../img/svg/horse-mobile.svg);
    width: 41px;
    height: 38px;
    left: 13px;
    top: 0;
  }

  .advice__item--window-cold:before {
    background-image: url(../img/svg/window-cold-mobile.svg);
    width: 48px;
    height: 34px;
    left: 10px;
    top: 0;
  }

  .advice__item--smoke:before {
    background-image: url(../img/svg/smoke-mobile.svg);
    width: 38px;
    height: 40px;
    left: 17px;
    top: -12px;
  }

  .advice__item--fructs:before {
    background-image: url(../img/svg/fructs-mobile.svg);
    width: 45px;
    height: 28px;
    left: 11px;
    top: 0;
  }

  .advice__item--night:before {
    background-image: url(../img/svg/night-mobile.svg);
    width: 42px;
    height: 36px;
    left: 13px;
    top: 0;
  }

  .advice__item--medical-kit:before {
    background-image: url(../img/svg/medical-kit-mobile.svg);
    width: 43px;
    height: 39px;
    left: 12px;
    top: 0;
  }

  .advice__item--syringe:before {
    background-image: url(../img/svg/syringe-mobile.svg);
    width: 24px;
    height: 47px;
    left: 22px;
    top: 10px;
  }

  .facts {
    margin-top: 38px;
  }

  .facts__item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  }

  .facts__item + .facts__item {
    margin-top: 25px;
  }

  .facts__item::before {
    background: linear-gradient(180deg, transparent 10%, #204686 90%);
    height: 100%;
  }

  .facts__item--header-baby::after {
    right: -36px;
    bottom: 25px;
  }

  .facts__item--header-dormikind::after {
    right: auto;
    bottom: auto;
    display: block;
    position: static;
    margin: -15px auto;
    order: 1;
  }

  .facts__item--stomach-baby {
    min-height: 570px;
  }

  .facts__item--stomach-baby::after {
    height: 327px;
  }

  .facts__item--stomach-baby::before {
    background: linear-gradient(180deg, transparent 10%, #f69321 90%);
    height: 95%;
  }

  .facts__item--teeth-baby {
    background: #fff;
    color: #000;
    min-height: 480px;
    flex-basis: 50%;
    position: relative;
  }

  .facts__item--teeth-baby::after {
    content: "";
    position: absolute;
    background: url(../img/teeth-baby-facts.png) no-repeat center center/cover;
    height: 351px;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 30px;
  }

  .facts__item--teeth-baby::before {
    background: linear-gradient(180deg, transparent 50%, #0ab6e2 90%);
    height: 100%;
  }

  .facts__item--cold-baby {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 26.56%);
    min-height: auto;
    padding-bottom: 327px;
  }

  .facts__item--cold-baby::before {
    background: linear-gradient(180deg, transparent 50%, #75bb43 90%);
    height: 100%;
  }

  .facts__item--stomach-enterokind::after {
    position: static;
    border-radius: 0;
    margin: 0 auto;
  }

  .facts__item--stomach-enterokind::before {
    background: linear-gradient(180deg, transparent 10%, #f69321 90%);
    height: 95%;
  }

  .facts__item--cold-immunokund::after {
    position: static;
    margin: 0 auto;
  }

  .facts__item--cold-immunokund::before {
    background: linear-gradient(180deg, transparent 10%, #75bb43 90%);
    height: 95%;
  }

  .facts__title {
    background-image: url(../img/dark-blue-bg-title-mobile.png);
    width: 329px;
    height: 84px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .facts__title--lamp::after {
    display: none;
  }

  .facts__title--lamp-stomach {
    background-image: url(../img/orange-bg-title-mobile.png);
  }

  .facts__title--lamp-stomach::after {
    display: none;
  }

  .facts__title--lamp-teeth {
    background-image: url(../img/blue-bg-title-mobile.png);
  }

  .facts__title--lamp-teeth::after {
    display: none;
  }

  .facts__title--lamp-cold {
    background-image: url(../img/green-bg-title-mobile.png);
  }

  .facts__title--lamp-cold::after {
    display: none;
  }

  .facts__title--Question-mark::after {
    display: none;
  }

  .facts__title--Question-mark-stomach {
    background-image: url(../img/orange-bg-title-mobile.png);
  }

  .facts__title--Question-mark-stomach::after {
    display: none;
  }

  .facts__title--Question-mark-teeth {
    background-image: url(../img/blue-bg-title-mobile.png);
  }

  .facts__title--Question-mark-teeth::after {
    display: none;
  }

  .facts__title--Question-mark-cold {
    background-image: url(../img/green-bg-title-mobile.png);
  }

  .facts__title--Question-mark-cold::after {
    display: none;
  }

  .facts__text--padding-r {
    padding-right: 0;
  }

  .facts__text--teeth-baby {
    max-width: 100%;
    margin-top: 10px;
  }

  .facts__link {
    order: 2;
    background: #204686;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .facts__link-stomach {
    background: #f69321;
  }

  .facts__link-cold {
    background: #75bb43;
  }

  .credit {
    margin: 20px 0 0;
  }

  .stomach {
    background: url(../img/stomach-s-bg-mobile.jpg) repeat center -65px;
    padding-bottom: 0;
  }

  .teeth {
    padding-top: 0px;
    padding-bottom: 0px;
    background: url(../img/teeth-bg-mobile.jpg) repeat center -50px;
  }

  .cold {
    padding: 0px 0px 20px 0;
    background: url(../img/cold-bg-mobile.jpg) repeat center -50px;
  }

  .footer__social-list {
    margin-top: 50px;
  }
}